Hi, I faced a strange issue.
I used Director and was able to connect with the meter (itron SL7000).
I can even read the profile generic of the Load Profile 1.
All good.
The params are as follows:
However, when I use the API library via .net coding, I am unable to read the profile generic with the following error:
"Gurux.DLMS.GXDLMSException: Access Error : Device reports scope of access violated."
Hello. It is possible to add the option to select a number (address) а Logical server? According to the logs, addresses are scanned from logical address 0, but the energymeter can work as a logical device with address 1, etc.
I can able to read individual Data type object. Using following methods.
Client.init(true, 32, 1, DLMS_AUTHENTICATION_LOW, "xxxx", DLMS_INTERFACE_TYPE_HDLC);
I have created 100 simulator in Gurux.DLMS.Simulator.Net project with start port 1000 to 1099, and it's working fine but randomly closes connection for some ports when I connect it from code or director tool.
Can you please suggest me the solution, as per my requirement it should always connect and response data as it is running in my local system.