I only found an old "alphaplus" software for DOS to read data.
It uses the same HARDWARE of the RS232 optical port as the IEC62056 but of course it is not the same handshake and not the same protocol so it can't seem to be read with Gurux.
Does anyone know the software to read it or at least **the name of the protocol** to start with?
Trying to connect Landis+Gry E550 to Gurux but connection keep fail.
The message shown here is "Failed to receive reply from the device in given time".
Tried multiple time with small change in device properties but not working.
Hope you are doing good. We are observing strange problem in com_read function. At times com_read returns error code DLMS_ERROR_CODE_INVALID_PARAMETER i.e in decimal 258. I remember this problem was resolved in stack(https://www.gurux.fi/node/16144) and we are using the latest ANSCI C library only. could you please tell us what is the problem?
Below is the code snippet
read_data()
{
cosem_init()
com_read(&con, profile_obj, 3);
com_read(&con, profile_obj, 2);
}
I am currently trying to access the information on my CX 2000-9 smart meter by Sagemcom. I manage to make the request and get the basic ID info as well as the registers but have no luck getting data regarding the consumption. I have been using the GXDLMSDirector tool as well as using the python scripts. Below is the outputted XML file. What do I need to do to receive consumption data?