I am trying to use the latest version of Gurux.DLMS.cpp on windows but I am confused how to set the addresses.
In this version,the addresses are set as integer variables. How can we set them and also how can we set upper and lower of serveraddress?
We have added following functions. Get latest version from GitHub.
//Count server address from serial number.
int serverAddress = CGXDLMSClient::GetServerAddress(Serial number);
//Count server address from logican and physical address.
serverAddress = CGXDLMSClient::GetServerAddress(logical Address, physical Address);
I just used the last one. You may want to change the name of the new variable from mikko to serverAddress as you mentioned in description.
int mikko = CGXDLMSClient::GetServerAddress(1234);
mikko = CGXDLMSClient::GetServerAddress(1, 1, 2);
mikko = 0;
Set addresses in Gurux.DLMS.cpp (new API)
Hi,
We have added following functions. Get latest version from GitHub.
//Count server address from serial number.
int serverAddress = CGXDLMSClient::GetServerAddress(Serial number);
//Count server address from logican and physical address.
serverAddress = CGXDLMSClient::GetServerAddress(logical Address, physical Address);
BR,
Mikko
Set addresses in Gurux.DLMS.cpp (new API)
Hi Mikko,
Thank you very much for your kind help.
I just used the last one. You may want to change the name of the new variable from mikko to serverAddress as you mentioned in description.
int mikko = CGXDLMSClient::GetServerAddress(1234);
mikko = CGXDLMSClient::GetServerAddress(1, 1, 2);
mikko = 0;
Set addresses in Gurux.DLMS.cpp (new API)
Hi Leila,
Thanks from this info. We have removed this.
BR,
Mikko