Question:
How can I display an I/O tag’s value divided by 10?
Solution:
To do so, there are two possibilities:
- Enable the I/O tag’s scale to dividide its value by 10 during tag reading.
- Divide it directly by linking a display’s Value property to an I/O tag’s Value property divided by 10.