I started my dot net simulator using this command
Gurux.DLMS.Simulator.Net.exe -p 1000 -x simulator_template.xml -N 10
this is what I am getting in my terminal
DLMS HDLC Logical Name simulator start in ports 1000-1009.
Waiting 00:29:38 before next execution.
Server address: 1
Associations:
++++++++++++++++++++++++++++
Client address: 16 Without authentication.
Conformance:
Get
MaxReceivePduSize: 512 MaxSendPduSize: 512
If I try to connect with GXDLMSDirector with localhost and port number 1000 it says Access Error: Device reports Read-Write denied . Actually what is issue here is I done anything wrong?
Hi, Check that your client…
Hi,
Check that your client address and authentication level are correct.
Try first with those:
Physical server address: 1
Client address: 0x10
Authentication level: None
BR,
Mikko
I checked this one its…
I checked this one its working fine only why it is not working with
Client address: 48
Physical address 1
Authentication level: US
Any update on this?