i am using C# Gurux DLMS.Client.Example and trying to write own based on that example now how can read multiple meters at a same time in single connection dose i know the we need Disconnect() for every new meters before go to next meter how to do that or this method is wrong!
Hi, You can't read multiple…
Hi,
You can't read multiple meters with one instance because there are counters that is increased every read. You need to make your own instance from the client for each meter.
You must call disconnect to end the connection with the meter.
BR,
Mikko