Hi Everyone. I want to know, if someone can help me to know how I can read this Obis Codes using Gurux Python Library:
C.51.1 Event terminal cover opened - counter
C.51.2 Event terminal cover opened - timestamp
C.51.3 Event main cover opened - counter
C.51.4 Event main cover opened - timestamp
How can i read and set the detination address for push
Gurux.DLMS.GXDLMSException: 'Access Error : Device reports a unavailable object.'
Above error comes when i try to read using push object like :-
GXDLMSPushSetup push = new GXDLMSPushSetup();
I want to read and set using code.
Dlms director easily do this.
Hi Everyone. I want to know, if someone can help me to know how I can read the event registers from Itron meters. I have the Obis Code from this. This corresponds to group C, D, and E of the obis code for events that I try to read:
C.2.0 Event parameters change - counter
C.2.1 Event parameters change - timestamp
C.51.1 Event terminal cover opened - counter
C.51.2 Event terminal cover opened - timestamp
C.51.3 Event main cover opened - counter
C.51.4 Event main cover opened - timestamp
I'm fairly new to the IEC protocols.
I have a newbi question:
What is the difference between DLMS and ASN.1?
DLMS: Device Language Message Specification which are used by IEC62056
ASN.1:Abstract Syntax Notation One (ASN.1) is a standard interface description language for defining data structures that can be serialized and deserialized in a cross-platform way.
Are they both the same kind of language used in metering protocols?
Hi all,
I want to check if the meter I have from Holley works with DLMS or IEC?
there is DLMS logo on it and there are 2 lines of IEC62053 written on it
And I tried to send /?!\n\r to it and it replied with /HLY5\.......
Thanks in advance