Last Token Recharge Amount has value of Long Type , Can it be changed to double?
How to make this amount store decimal values .
Now from gurux GLMS director software it is rejecting any decimal value.
How I can make it accept decimal values?
Is this register or data object? Meter defines data type and if you want to write value to the meter, the data type must be the same as meter returned.
Hi,
Hi,
Is this register or data object? Meter defines data type and if you want to write value to the meter, the data type must be the same as meter returned.
You can see data type from "Access rights" tab.
BR,
Mikko
Data Object
Data Object
Access Rights - Read/Write -
Access Rights - Read/Write --> UInt32
Hi Shruti Singh,
Hi Shruti Singh,
Because the meter is using UInt32, you must write UInt32 or meter can't handle it.
It's common that meter can handle only integer values.
BR,
Mikko