Hello,
I am using DLMS C lib, to get electricity parameter, till now, Each meter on profile read reports (in index 3), there are two same obis of Extended Register in sequence, 1st for timestamp and 2nd for its value. but In a one meter(IS 15959 CAT-C1), we get only single Extended Register in month bill data sequence.
For example generally we got:
....., ExtendedRegister 1.0.1.6.3.255, ExtendedRegister 1.0.1.6.3.255, ExtendedRegister 1.0.1.6.4.255, ExtendedRegister 1.0.1.6.4.255, ....
But in a one meter(IS 15959 CAT-C1), we got:
..., Register 0.0.94.91.13.255, ExtendedRegister 1.0.9.2.0.255, ExtendedRegister 1.0.1.2.0.255
So,
1) Is this behavior OK?
2) How to identify these two different Extended Register?
Thank You
Hi, I believe that thoseā¦
Hi,
I believe that those meters are different models or configured differently. You need to read the captured objects of the profile generic for both meters and verify this. You can do this easy with GXDLMSDirector.
If they are different as I believe, you need to save this information so you will know what kind of data you are expecting from the meter.
BR,
Mikko