The scale specifies the number of decimal places of a value. The pitch specifies the difference between adjacent values.
Assume that a value ranges from 0 to 9,999.
- If the scale is 0, the value is displayed as an integer with no decimal part. In this case, if the pitch is 1, the valid values will be 0, 1, 2, 3 … 9,999. If the pitch is 3, the valid values will be 0, 3, 6 … 9,999.
- If the scale is 1, the value is displayed with one decimal digit. In this case, if the pitch is 1, the valid values are 0, 1, 2, 3 … 9,999, which are displayed as 0.1, 0.2, 0.3 … 999.9.