ELEMENT_TYPE_NUMERICAL_INPUT

The tables below describe the ELEMENT_TYPE_NUMERICAL_INPUT specific parameters and additional fields for the MSG_CONF_DASHBOARD_ELEMENT message. This element type is used to output numerical values to the target from the PC. The element is editable in the dashboard.

Table 5-76. ELEMENT_TYPE_NUMERICAL_INPUT Specific Parameters
ParameterValue
ELEMENT_TYPE0x07
Total data length of MSG_CONF_DASHBOARD_ELEMENT when using ELEMENT_TYPE_NUMERICAL_INPUT26
Table 5-77. Additional Data Fields to MSG_CONF_DASHBOARD_ELEMENT for ELEMENT_TYPE_NUMERICAL_INPUT
FieldSizeValuesDescription
Minimum4 bytesSigned 32-bit integer
Maximum4 bytesSigned 32-bit integer
Value4 bytesSigned 32-bit integerInitial value

Example

The picture below shows an example of a numerical input element with a range of valid values from -100 to 100 and a default value of 30. The element data fields for the example is shown in the table below the picture.

: The appearance of elements will vary with operating system version and configuration.
Table 5-78. Numerical Input
FieldValue
Z-index0
X-coordinate20
Y-coordinate20
Width50
Height25
Element type0x07
Minimum-100
Maximum100
Value30