By the use of Gurux DLMS C++ library under Linux, I have successfully connected to my ACE6000 meter and read the required objects from the meter. But as far as I am using usb-to-serial converter, the loop delay (arround 1ms) inside the usb-to-serial converter driver does not permit me to read the 13 objects fast enough.
To have a stable serial line I have to use sleep, and select API inside my code which brings me an overall of 4 seconds to read all the 13 objects while I need to read the objects in at most 2 seconds.
It came to my mind to send a single data buffer containing multiple frames requesting all 13 objects in a single write to the serial device, and read all the 13 results with a single read. But unfortunately, it seems there isn't support to multiple object reading in Gurux.DLMS.cpp library. Could anyone help me develop this functionality? I would appreciate any help or advise.
Do you have any guess about how long this feature would take to be implemented? I am just asking to know when it would be best to inquiry about this feature again.
Reading multiple objects at once
Hi,
I added this to issues.
http://www.gurux.fi/node/5399
We will implement this also cpp library.
BR,
Mikko
Reading multiple objects at once
Hi,
Thank you kurumi for your reply.
Do you have any guess about how long this feature would take to be implemented? I am just asking to know when it would be best to inquiry about this feature again.
Sincerely,
Hossein
Reading multiple objects at once
Hi,
We are ending few projects at the moment, but I believe that we can implement this on end of next week.
BR,
Mikko
Reading multiple objects at once
Dear Mikko,
Any updates about the requested feature?
Reading multiple objects at once
Hi,
We have implemented it and we are releasing new version during this week.
BR,
Mikko