Question:
What is the difference between the I/O tag’s Value and RawValue properties in Elipse E3?
Solution:
The difference between them is:
- Value: shows the formatted value (in the chosen scale).
- RawValue: accesses the tag’s original value, before the scale (that is, regardless of how EnableScaling property is set up). Therefore, when EnableScaling propery is set up as False, both properties (Value and RawValue) will display the same value.