By wadhwahitesh , 10 July, 2023 Forums Gurux.DLMS Hi, Please provide an example in Python to set an RTC value of a DLMS meter. I am unable to figure it out as I am new to this domain. Hi, You need to set the time… Hi, You need to set the time for the clock object. You should download GXDLMSDirector and play with that so you get a better understanding of DLMS meters. BR, Mikko Hi Miko, I understand and… Hi Miko, I understand and know how to change time in a clock object using GXDLMSDirector. I am looking for some sample Python code to WRITE/UPDATE the objects like time etc. BR Hitesh Hi, You can do it like this:… Hi, You can do it like this: clock1 = GXDLMSClock("0.0.1.0.0.255") #Set time. clock1.time = #Write time for the meter. self.write(clock1, 2) BR, Mikko
Hi, You need to set the time… Hi, You need to set the time for the clock object. You should download GXDLMSDirector and play with that so you get a better understanding of DLMS meters. BR, Mikko
Hi Miko, I understand and… Hi Miko, I understand and know how to change time in a clock object using GXDLMSDirector. I am looking for some sample Python code to WRITE/UPDATE the objects like time etc. BR Hitesh
Hi, You can do it like this:… Hi, You can do it like this: clock1 = GXDLMSClock("0.0.1.0.0.255") #Set time. clock1.time = #Write time for the meter. self.write(clock1, 2) BR, Mikko
Hi, You need to set the time…
Hi,
You need to set the time for the clock object. You should download GXDLMSDirector and play with that so you get a better understanding of DLMS meters.
BR,
Mikko
Hi Miko, I understand and…
Hi Miko,
I understand and know how to change time in a clock object using GXDLMSDirector.
I am looking for some sample Python code to WRITE/UPDATE the objects like time etc.
BR
Hitesh
Hi, You can do it like this:…
Hi,
You can do it like this:
clock1 = GXDLMSClock("0.0.1.0.0.255")
#Set time.
clock1.time =
#Write time for the meter.
self.write(clock1, 2)
BR,
Mikko