Skip to main content
Home
for DLMS smart meters
Open source solutions for DLMS smart metering

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Forums
  3. SL7000 Scalers In Profile Generic

SL7000 scalers in profile generic

Forum Rules

Before commenting read Forum rules

Don't comment the topic if you have a new question.

You can create a new topic selecting correct category from Gurux Forum and then create a new topic selecting "New Topic" from the top left.

By marianotigre , 4 January, 2021
Forums
Gurux.Net

Hello, I'm using Gurux.Net for reading instant values and profile generic

On the profile generic 1, the first five channels are configured with 1 decimal place (10^-1) and the last 3 channels are configured with 3 decimal places (10^-3)
When the profile generic is read with Gurux.net, the values come without decimals

For example,
tension on phase 1 is configured 10^-1 and the value in ACPilot is 229.1 but DLMSDirector and Gurux.Net reads 2291 without decimals
current on phase 1 is configured 10^-3 and the value in ACPilot is 0.202 but DLMSDirector and Gurux.Net reads 202 without decimals

My C# code is as follows:

GXDLMSProfileGeneric oLoadProfile = new GXDLMSProfileGeneric("0.0.99.1.0.255");
Read(oLoadProfile, 3);
ReadRowsByRange(oLoadProfile, DateTime.Today.AddDays(-1), DateTime.Today);
List<object[]> oLista = oLoadProfile.Buffer;
for (int fila = 0; fila < oLista.Count; fila++ ) {
for (int col = 0; col < oLoadProfile.CaptureObjects.Count; col++ ) {
// parse data
}
}

With the Curux.Net library, i'm using
Client.Object.Save("template.xml",new GXXmlWriterSettings(){ UserMeterTime=true, IgnoreDefaultValues=false});

But I cannot find any "Scaler" atributes on the profile generic portion for "0.0.99.1.0.255"

- Gurux.Net supports the scaler in the profile generic of the SL7000 meter?
- Am I making a mistake in the code?

Image
Profile picture for user Kurumi

Kurumi

5 years 5 months ago

Hi,

Hi,

You need to update register scalers. You can read them from the meter (check GetScalersAndUnits -method from the client example) or set scalers manually like this.
Read(oLoadProfile, 3);
//Now set the scalers. for capture objects.
((GXDLMSRegister)oLoadProfile.CaptureObjects[0].Key).Scaler = 0.1;

BR,

Mikko

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Tue, 06/09/2026 - 11:16
    gurux.dlms.java 4.0.95
  • Tue, 06/09/2026 - 10:03
    Gurux.DLMS.Python 1.0.199
  • Mon, 06/08/2026 - 13:39
    gurux.dlms.cpp 9.0.2606.0801
  • Mon, 06/01/2026 - 10:15
    gurux.dlms.cpp 9.0.2606.0101
  • Thu, 05/28/2026 - 16:06
    gurux.dlms.java 4.0.94

New forum topics

  • Error reading L&G Meter
  • Pass a TCP Client to GXNet
  • Australian EDMI Mk10D (Essential Energy area)
  • Strange mix of data notificiation vs get response
  • DLMS Connection
More

Who's new

  • Tuanhgg
  • Adel
  • charnon
  • Paddles
  • Miguel Ángel
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin