By beer , 26 October, 2020 Forums Gurux.DLMS Does Gurux.DLMS.Python support SET and Action? do you have example code? Hi, Hi, Set and actions are supported. You are using SET when you call GXDLMSClient.write-function. GXDLMSDisconnectControl.remoteDisconnect example calls action. BR, Mikko Can you show me the example Can you show me the example how to use write(self, item, attributeIndex): in GXDLMSClient.py, no idea about "item" parameter. I try to write as this I try to write as this picture but it show https://i.imgur.com/uA6sowN.png ServiceError Write exception Hi, Hi, You do it in the same way as you read the value. d = GXDLMSData("LOGICAN NAME") #Read self.read(d, 2) #Write self.write(d, 2) BR, Mikko Hello. And example for… Hello. And example for action? Thanks Hi Aritza, Please, create a… Hi Aritza, Please, create a new topic if you have a new question. I'll answer your question there. BR, Mikko
Hi, Hi, Set and actions are supported. You are using SET when you call GXDLMSClient.write-function. GXDLMSDisconnectControl.remoteDisconnect example calls action. BR, Mikko
Can you show me the example Can you show me the example how to use write(self, item, attributeIndex): in GXDLMSClient.py, no idea about "item" parameter.
I try to write as this I try to write as this picture but it show https://i.imgur.com/uA6sowN.png ServiceError Write exception
Hi, Hi, You do it in the same way as you read the value. d = GXDLMSData("LOGICAN NAME") #Read self.read(d, 2) #Write self.write(d, 2) BR, Mikko
Hi Aritza, Please, create a… Hi Aritza, Please, create a new topic if you have a new question. I'll answer your question there. BR, Mikko
Hi,
Hi,
Set and actions are supported. You are using SET when you call GXDLMSClient.write-function.
GXDLMSDisconnectControl.remoteDisconnect example calls action.
BR,
Mikko
Can you show me the example
Can you show me the example how to use write(self, item, attributeIndex): in GXDLMSClient.py, no idea about "item" parameter.
I try to write as this
I try to write as this picture but it show
https://i.imgur.com/uA6sowN.png ServiceError Write exception
Hi,
Hi,
You do it in the same way as you read the value.
d = GXDLMSData("LOGICAN NAME")
#Read
self.read(d, 2)
#Write
self.write(d, 2)
BR,
Mikko
Hello. And example for…
Hello.
And example for action?
Thanks
Hi Aritza, Please, create a…
Hi Aritza,
Please, create a new topic if you have a new question. I'll answer your question there.
BR,
Mikko