I need to simulate a DLMS Meter via serial port of my PC.
I have successfully compiled the Gurux.DLMS.Server.Example.Net.
Now, how can I simulate a Meter using this application ?
How to set Client address , password etc ?
How to set Values of register objects ?
Your guidance is much appreciated
thank you
Hi, Each association has its…
Hi,
Each association has its own client address. You can see the possible client addresses when you start the application. Passwords are also set for each association.
https://github.com/Gurux/Gurux.DLMS.Net/blob/a3598b12a759db78a4f00476bd…
You can update values dynamically in PreRead or postRead.
https://gurux.fi/Gurux.DLMS.Server
BR,
Mikko
fgdjrjstr
So I have to change it in the code before compiliing ?
I am a noob in dot net application and such and not much experienced in using command line tools .
All I can see when I run the server is this
Hi, Yes, the available…
Hi,
Yes, the available association views must be added before compiling. You need to connect COM4 to some other serial port with the serial port cable and then connect to that serial port with a DLMS client e.g. GXDLMSDirector.
BR,
Mikko