PCAN-MiniDisplay – User Manual
65
minval
Minimum physical value (value from CAN message after
scale/offset calculation) with internal data type float 32-bit. Any
smaller value is raised to this value. Use either minval OR minraw.
vartype
Data type of the variable after reading from the CAN message.
Value
Description
0 unsigned,
integer
1 signed,
integer
2
floating-point number (32 bits)
4 string
vartype=1
A signed integer variable with an assumed bit length of 8 has a
value range from -128 to +127.
datatype
Data type of the variable after reading from the CAN message and
further calculation with scale and offset.
Value
Description
0 unsigned,
integer
1 signed,
integer
2
floating-point number (32 bits)
4 string
5
Enum (for value presentation with an enum)
datatype=2
The value is internally stored as a floating-point number. This is
useful if the value is to be displayed as a fraction number (see
labels).