I'm trying to read Profile Generic parameters by range, but it's not working. I'm able to read by entry without problem (using latest python lib version).
If i read lpsortObject the program execute the line "return self.read(pg, 2)" in GDLMSClient, but i don't want this...I can comment the line or not read the parameter, same result for both.
Hi,
Hi,
Make sure that you have the latest version. return self.read(pg, 2) is not used anymore.
Run this:
pip install --upgrade gurux-dlms
BR,
Mikko