We are currently working on the development of electricity meters and are interested in implementing a DLMS/COSEM stack in our Renesas Controller. We would like to understand whether Gurux provides a DLMS stack suitable for integration into meter firmware, along with details regarding licensing, commercial usage, and technical support.
Kindly share the relevant information and documentation to help us evaluate the solution.
hi Am trying to connect the Gurux GXDLMS Director to the landisgyr meter and it has a CU-XE communication module. There are no Obis codes in the software, and it says failed to receive reply from device. can you help? I can only connect with the MAP110 from landisgyr but with Gurux is giving me problems.
we intend to use the Gurux DLMS .NET stack for a system that needs to communicate with a large number of smart meters in parallel.
Our application architecture is fully asynchronous and uses async/await throughout the entire call chain. However, we have not found any indication that the Gurux DLMS stack supports asynchronous communication.
From what we can see, communication appears to be implemented using synchronous/blocking socket calls.
I am using two L&T Trivector meters connected through RS-485 looping with a USB-to-Serial converter. Earlier I asked about multiple connections in the Gurux forum(https://www.gurux.fi/node/35203). I created a sample program using the Gurux DLMS Client in C#.
The issue I am facing is:
When reading data from one meter, if I power ON the second meter, the current meter stops responding.
I suspect there may be a communication conflict or addressing problem in the RS-485 multi-drop setup.