Hi,
I am using gurux client python code to implement CTT test cases.
I wanted to send request with server address as 4 bytes.
How can i do it ?
One more question all the DLMS UA CTT tool generated report logs verified i can able to see server address as "00 02 04 01". When we submit for certification they first change the server address to "00 02 04 01" then test it ?
Or universally meter should work for any server address ???
Because my meter is not working with server address as "00 02 04 01" it is working only for "00 00 00 03" ?????
Forums
Hi, You can do it like this:…
Hi,
You can do it like this:
server_address = GXDLMSClient.getServerAddress(1, 256, 4)
BR,
Mikko