Question:
The application reads the PLC’s decimal value as “0.98”, but the Historic displays this value as 0 instead. Why does this happen, and how can I fix this?
Solution:
This may happen because the Historic‘s Type property is set as Integer. To record decimal values properly, you will have to set is as Double or String.