Numeric field options

An numeric field allows users to enter numbers.

Option Description
Default

The default value for the field which appears on the device panel.

Minimum

Specifies the minimum value (inclusive) permitted in the field. For example, a value of 10 for this option would allow any values greater than or equal to 10.

Maximum

Specifies the maximum value (inclusive) permitted in the field. For example, a value of 50 for this option would allow any value less than or equal to 50.

Precision

The number of digits after decimal point. If the precision is set to 0, then the device will only accept whole number values. The default is 0. The maximum is 5.