First of all, I'm sorry if this query is already asked in the forum. I am new to DLMS so trying to figure some things out.
I am trying to read values in the GXDLMSDirector but it is giving an error saying 'Specifying argument was out of the range of valid values'. I am using the server example given on github () and in the DLMSDirector, I'm using the manufacturer as Gurux, Hostname as localhost and Port as 4061 as it is the one for connection over TCP/IP.
Hi,
I tested this and it worked without problems.
When you are receiving this error? When you try to connect or when you create a new meter?
Is your server C# version?
I am getting the error when I try to read the values. The server example gets connected successfully but when I click on the read option, I am getting this error. My server is the Java version.
Thanks for the response and looking forward to further responses.
Get the latest version from the example server from GitHub.
The default maximum receive and send PDU sizes are now set to 1024.
Remove 4061settings.xml and then start example server again.
Hi,
Hi,
I tested this and it worked without problems.
When you are receiving this error? When you try to connect or when you create a new meter?
Is your server C# version?
BR,
Mikko
Hi,
Hi,
I am getting the error when I try to read the values. The server example gets connected successfully but when I click on the read option, I am getting this error. My server is the Java version.
Thanks for the response and looking forward to further responses.
Hi Nakul,
Hi Nakul,
Get the latest version from the example server from GitHub.
The default maximum receive and send PDU sizes are now set to 1024.
Remove 4061settings.xml and then start example server again.
BR,
Mikko
Hi
Hi
Would like to know the setting for Gurux meter and how to read the data in Gurux Director
I am getting "Failed to get reply from the meter"
Guidance is needed to read the meter data
Hi,
Hi,
If you are reading Java example server your TCP/IP port must be 4061.
BR,
Mikko