When profile generic value is read, the scaler is updated automatically if the register is found from the association view. If your meter is saving scalers and units to the profile generic, there is no way to solve it automatically at the moment and you must do it.
Hi,
Hi,
When profile generic value is read, the scaler is updated automatically if the register is found from the association view. If your meter is saving scalers and units to the profile generic, there is no way to solve it automatically at the moment and you must do it.
BR,
Mikko
When i am reading scaler
When i am reading scaler profile attribute 2 I get a list of structure objects.
don't know how to decode them
Hi,
Hi,
Content is updated automatically when you read register object.
Something like this:
GXDLMSRegister r = new GXDLMSRegister();
//Read data
r.Scaler
r.Unit
BR,
Mikko