By Goutam , 31 March, 2017 Forums General discussion Hi, HPL 3 Phase meter return some value when i read the following OBIS Codes 1) Register(0.0.0.1.2.255) Attribute 3: Scaler: 1 Unit: NoUnit Attribute 2: 07 E1 03 01 FF 00 00 00 00 01 4A 00 2) Data(0.0.42.0.0.255) Attribute 2: 48 50 4C 43 54 30 35 58 58 58 30 32 20 20 20 20 Can you please tell me what the value(Attribute 2) stands for and how to convert to proper meaningful value. HPL 3 Phase Meter Reading a OBIS Code Hi, That OBIS code should be "Ch. 0 Time stamp of the most recent billing period (1) closed". Value is string ("HPLCT05XXX02 "). If you are using Java you can convert byte array to string like this: new String((byte[]) data.getValue()); BR, Mikko HPL 3 Phase Meter Reading a OBIS Code Hi, Using CSharp dot net. HPL 3 Phase Meter Reading a OBIS Code Hi, ASCIIEncoding.ASCII.GetString((byte[]) data.Value); BR, Mikko
HPL 3 Phase Meter Reading a OBIS Code Hi, That OBIS code should be "Ch. 0 Time stamp of the most recent billing period (1) closed". Value is string ("HPLCT05XXX02 "). If you are using Java you can convert byte array to string like this: new String((byte[]) data.getValue()); BR, Mikko
HPL 3 Phase Meter Reading a OBIS Code Hi, ASCIIEncoding.ASCII.GetString((byte[]) data.Value); BR, Mikko
HPL 3 Phase Meter Reading a OBIS Code
Hi,
That OBIS code should be "Ch. 0 Time stamp of the most recent billing period (1) closed".
Value is string ("HPLCT05XXX02 "). If you are using Java you can convert byte array to string like this:
new String((byte[]) data.getValue());
BR,
Mikko
HPL 3 Phase Meter Reading a OBIS Code
Hi,
Using CSharp dot net.
HPL 3 Phase Meter Reading a OBIS Code
Hi,
ASCIIEncoding.ASCII.GetString((byte[]) data.Value);
BR,
Mikko