Hi,
I want to read energy meter using Arduino mega 2560 via DLMS. I downloaded the Arduino_IDE and copied include and src into client folder.The code compiles and get downloaded in Arduino but i dont now what i need to do next?
At the moment i do not have a meter. is there any way i can simulate meter that i can test communication with my mega2560?
Also are there any arduino ide mega client working examples that i can check?
Forums
i refered to following link…
i refered to following link
https://www.youtube.com/watch?v=ZMGGslFcjtw
Hi, You can use the DLMS…
Hi,
You can use the DLMS simulator if you don't have the meter.
https://github.com/Gurux/Gurux.DLMS.Net/tree/master/Gurux.DLMS.Simulato…
There is a simple template for Crystal meters crystal.xml, you can use it.
You can connect with Arduino client if you use the default settings.
There are multiple parameters with DLMS meters and the meter doesn't reply if one of them is different than the meter expects.
BR,
Mikko
Thansks for the reply. I was…
Thansks for the reply.
I was trying to run the crystal.xml temple as...
E:\gitlab\DLMS\Gurux.DLMS.Net-master\Gurux.DLMS.Net-master\Gurux.DLMS.Simulator.Net>Gurux.DLMS.Simulator.Net.exe -p 1000 -x crystal.xml -t Verbose -N 10
..but im getting following error.
'Gurux.DLMS.Simulator.Net.exe' is not recognized as an internal or external command,
operable program or batch file.
Hi, You must build Gurux…
Hi,
You must build Gurux.DLMS.Simulator.Net.exe first.
dotnet build Gurux.DLMS.Simulator.Net.sln
BR,
Mikko