This attribute specifies the current value of the bar. If VALUE exceeds MAXIMUM or MINIMUM, the value that is displayed will be "clipped" by MAXIMUM or MINIMUM. However, the actual value of VALUE will not be clipped.
The value of VALUE will be displayed with only one digit to the right of the decimal point. For example, if you set the value of VALUE to 123.4567, the display will show 123.5. If you set the value of VALUE to 0.0001375, the display will show 1.4E-4.
If you need to display numbers in a different way for your application, you can set the value of VALUE as a string. For example, if you want to display 0.000237 or 4.167E-4, set the value of VALUE to the string "0.000237" or "4.167E-4" in the ASSIGN or CONTROL statement.