HPL 3 Phase is a dynamic IP meter. So we cannot connect with GXDLMSDirector.
I have checked for Sumeru Verde meter, Object type is ExtendedRegister.
Sumeru Verde meter is working fine with GXDLMSExtendedRegister("1.0.1.6.0.255") and attribute index 2.
But not working for HPL 3 Phase Meter.
We also check with GXDLMSRegister("1.0.1.6.0.255") and attribute index 2, but the problem remain same.
How to read Maximum Demand in HPL 3 Phase Meter Primary tabs
Hi,
Read your meter example GXDLMSDirector. Check is this register object.
GXDLMSObject MaximumDemand = new GXDLMSRegister("1.0.1.6.0.255");
grxComm.Read(MaximumDemand, 2);
Object MaximumDemandValue = MaximumDemand.Value;
How to read Maximum Demand in HPL 3 Phase Meter
Hi,
HPL 3 Phase is a dynamic IP meter. So we cannot connect with GXDLMSDirector.
I have checked for Sumeru Verde meter, Object type is ExtendedRegister.
Sumeru Verde meter is working fine with GXDLMSExtendedRegister("1.0.1.6.0.255") and attribute index 2.
But not working for HPL 3 Phase Meter.
We also check with GXDLMSRegister("1.0.1.6.0.255") and attribute index 2, but the problem remain same.
Please let me know what may be wrong on my side.
Regards,
Goutam
How to read Maximum Demand in HPL 3 Phase Mete
Hi,
After connection is made read association view using ReadObjects and ParseObjects methods. Then check object type from there.
BR,
Mikko