GXDLMSLimiter class is having monitoredValue.
private GXDLMSObject monitoredValue;
but as per blue book it should as below
monitored_value
Defines an attribute of an object to be monitored. Only attributes with simple data types are allowed.
value_definition ::= structure
{
class_id: long-unsigned,
logical_name: octet-string,
attribute_index: integer
}
Hi,
Hi,
They are the same. structure defines what object is monitored. Java is using GXDLMSObject to help programmer to avoid all DLMS specific stuff.
You can use it like this:
GXDLMSRegister r = new GXDLMSRegister("OBIS CODE");
monitoredValue = r;
MonitoredAttributeIndex = 2;
BR,
Mikko
BR,
Mikko