I understand that Gurux no longer supports IEC62056-21, after reading some forum comments it appears that to read the A1700 meter I need to use the Gurux.DeviceSuit or GXDeviceEditor to create a device profile (GEC), however I’m unable to find a download link for Gurux.DeviceSuit or GXDeviceEditor?
Has anyone had any success reading the Elster A1700 meter using Gurux? I’m particularly interested in using Python on a RPI to extract the logger data.
I would like to read multiple object/OBIS Code using ANSCI C after connecting to DLMS meter at the same time would like to print value in readable format.
My idea is
1. Collect all the OBIS code - How to create multiple object list
2.read one by one and print its value based on data type in readable format
Please provide some psudeo code stuff
I am bit confused with readScaler and readList
I want to make it simple like
1.Create an array of obis code list
2.use com_read()
Have followed ANSI C Client Example to read single object. But getting segmentation fault.
Please help.
gxData myobject;
cosem_init(&myobject.base,DLMS_OBJECT_TYPE_DATA,"0.0.96.1.0.255");
com_read(&con, &myobject.base, 2);
obj_toString(&myobject, &data); //Segmentation fault at this line
Can you please provide the communication settings and cable required to connect between the laptop and energy meter for communicating L&G E650 series energy meter (ZMD402CT44.0007 S3) to your software?
We are trying to build Client to read information from meters using an Arduino and Optical IR probe. Do you have any Guide (based on Arduino), or suggestions we can follow?
Hi.
i can connect to meter with GXDLMSDirector via serial port.
i then push some register to a specific IP (that our server IP) and i can read its pushed values
it has some byte probably showing status header, clock, register, ... and every thing i selected to push and many 0 afterward
its 127 byte (my configured packet was of size 127)
but i cant decode these bytes, i don't know what they mean each.
i get these values from TCP server i made for testing