Example: Fixed Position decimal point setting
Decimal Point option = Fixed Position
DigitsAfterDecimalPoint value =3.
Comments | Value Entered | Value Displayed in Scratchpad | Value Written to Value connection when Fixed position output is:
Stripped Value | Value Written to Value connection when Fixed position output is:
Displayed Value |
---|---|---|---|---|
Initial Value | 0.000 | |||
Enter button pressed | 9 | 0.009 | 9 | 0.009 |
90 | 0.090 | 90 | 0.090 | |
900 | 0.900 | 900 | 0.900 | |
9000 | 9.000 | 9000 | 9.000 | |
Delete button pressed | 0.000 | |||
– 9000 | – 9.000 | |||
Backspace button pressed | – 0.900 | |||
– 0.090 | ||||
– 0.009 | ||||
0.000 |
Provide Feedback