By nhzq , 29 August, 2021 Forums Gurux.DLMS Hi, I have a question about load profile using python. I tried to read by using clock object, but it did not work. pg = GXDLMSProfileGeneric("0.0.1.0.0.255") self.read(pg, 3) val = self.readRowsByEntry(pg, 1, 1) print(val) Access Error : Device reports a undefined object. Can you please tell me what is the problem here? Thank you Hi, Hi, Your logical name ("0.0.1.0.0.255") is wrong. Change that to correct one. BR, Mikko The vendor just gave me the The vendor just gave me the correct LN - 1.0.99.1.0.255 to access profile generic. Thanks Hi, Hi, If you connect with GXDLMSDirector you can see all available objects in the object tree. It will help you to understand the DLMS meters and the idea of different objects. BR, Mikko
The vendor just gave me the The vendor just gave me the correct LN - 1.0.99.1.0.255 to access profile generic. Thanks
Hi, Hi, If you connect with GXDLMSDirector you can see all available objects in the object tree. It will help you to understand the DLMS meters and the idea of different objects. BR, Mikko
Hi,
Hi,
Your logical name ("0.0.1.0.0.255") is wrong. Change that to correct one.
BR,
Mikko
The vendor just gave me the
The vendor just gave me the correct LN - 1.0.99.1.0.255 to access profile generic. Thanks
Hi,
Hi,
If you connect with GXDLMSDirector you can see all available objects in the object tree. It will help you to understand the DLMS meters and the idea of different objects.
BR,
Mikko