Your meter is sending a Disconnect Mode response. For some reason, your meter can't communicate with the client anymore. The reason might be that the meter needs to do something important and the meter closes the connection. Or then client has close the connection.
You can try to read a smaller amount of the data at once from the meter. There is nothing else that you can do for it.
As you said "You can try to read a smaller amount of the data at once from the meter", In that case, suppose I read 50 entries from the meter.
After reading 45 entries from the meter, Meter send Disconnect mode response. So next time I have to read 50 entries again.
Is there anything that we can store all read entries somewhere, Or whatever has been received can be parse. So, from next, we can start to read from 46 to 50 entries only.
The easiest way might be if you can read max 40 entries at the time. Gurux.DLMS.Net library supports parsing from the fly and you don't need to receive all the data. What programming language you are using?
Hi,
Hi,
Your meter is sending a Disconnect Mode response. For some reason, your meter can't communicate with the client anymore. The reason might be that the meter needs to do something important and the meter closes the connection. Or then client has close the connection.
You can try to read a smaller amount of the data at once from the meter. There is nothing else that you can do for it.
BR,
Mikko
Mikko,
Mikko,
Thanks for the information.
As you said "You can try to read a smaller amount of the data at once from the meter", In that case, suppose I read 50 entries from the meter.
After reading 45 entries from the meter, Meter send Disconnect mode response. So next time I have to read 50 entries again.
Is there anything that we can store all read entries somewhere, Or whatever has been received can be parse. So, from next, we can start to read from 46 to 50 entries only.
Hi,
Hi,
The easiest way might be if you can read max 40 entries at the time. Gurux.DLMS.Net library supports parsing from the fly and you don't need to receive all the data. What programming language you are using?
BR,
Mikko
Hi Mikko,
Hi Mikko,
I am using C# programming language.
Hi,
Hi,
We'll try to find time after this week if we can make example of how you can do this.
BR,
Mikko
Mikko, Thanks for the update.
Mikko,
Thanks for the update.