Hello,
I have a project of implementing a HHU based on embedded system, which can communicate with energy meter through optical port using Mode A or C(IEC 62056-21). Can gurux provide protocol stack for this implementation? Or how should we use gurux libraries for this project?
One more query about the DLMS(C code), The sample client and server I got it and build it, -g is the option to pass obis code, How do I get the profile Generic and by default what I have to pass and also do I need to change server to do the profile generic because by default I dont see anything please help that how can we read profile generic with some Ex. If required I will do the changes in server and client.
When I send a Invalid OBIS code from Gurux Sample client(C code ) then I ma getting segmentation fault. It happens in linux and I dont know about windows EX;
./gurux.dlms.client.bin -h localhost -p 4061 -t Info -g 0.0.49.0.0.255:1
Connecting to localhost:4061
GetAssociationView
Segmentation fault (core dumped)
This is happening when we call this(hlp_getLogicalNameToString(object->logicalName, ln)) in client and this is defined in GURUX LIBRARY.
Please let us know. I am using linux (ubuntu16.04).
I have been trying to build DLMS.Net in windows visual studio, I can able to build dll of development and also I am able to build client and server as well but build is failing in Gurux Simulator. I am getting this error.
I would like to build C# simulator Gurux.DLMS.Simulator.Net but there is no proper steps to compile whether to compile, do we need to build the development folder also? and also how can we build this in ubuntu, I am new to this C# so please give me some straight forward answer to get the .exe of simulator, I have some issues with the Meter am using, somehow I have to use this simulator to take forward, so please let me know.
Are there demo smart meters around? I mean, real smart meters, that can be accessed remotely for test purposes without having to buy, install, maintain them?
I am using the C code of gurux client which I have compiled without ant changes and trying to test with premier300 using USB converter to RJ11, RS232 but the basic communication itself not happening. Please see the below command and the meter even though it is a three phase I have connected only single Phase to the R terminal and the neutral, have not connected any load as of now.