Hello Kurumi Sir,
I need to connect/disconnect the meter multiple times, but getting issues with invocation counter as its value is incremented on every read value. Where should I use this function: updateFrameCounter() ?
Can you provide an alternate for this, where user can enter "Invocation Counter Data Object Logical Name" (for e.g. "0.0.43.1.1.255") ?
Hi @Mikko Kurumi Sir, I am…
Hi @Mikko Kurumi Sir,
I am expecting a response please.
Also, I have to show the data which is read from the meter, in a custom UI, so, how do I get the data which is being shown in fragment_read?
Please provide these solutions, sir.
Hi, You need to call…
Hi,
You need to call updateFrameCounter before you establish the connection to the meter. You need to modify this fragment for your needs to show the read value.
BR,
Mikko
Hi, okay, sir. I'll modify…
Hi, okay, sir. I'll modify the fragments according to our needs.
But, I'm not able to find the function - updateFrameCounter() in the Gurux Android Library. The link you provided - https://github.com/Gurux/gurux.dlms.java/blob/c6cdf87ba570ecb5c73b16901…
- is of the gurux.dlms.java library, not Gurux.DLMS.Android.
Please help.
Hi, Get the latest version…
Hi,
Get the latest version. updateFrameCounter is added to Android. You need just set the logical name of invocation counter.
mDevice.setInvocationCounter(LOGICAL_NAME);
BR,
Mikko