PCAN-MiniDisplay – User Manual
59
Example for a [messageX]
[message1]
enable=1
// Processing of the messages is enabled
name="testmessage1" // Name of the message
canid=0x125
frametype=0
// 0: 11-bit, 1: 29-bit
channel=0
timeout=1000
Example for a [variableX] which References to [messageX]
[variable1]
name="Var1_mux"
messagename="testmessage1"
timeoutval=133
...
D.1.5
[enumX] Section
Each enum is indicated with an [enumX] section. X is a consecutive
number, starting with 1. The number of enums is defined with the
“enums” keyword in the [global] section.
[enum1]
name
Name of the enum as a reference to be used with a variable (max.
23 characters).
name="enum_test"
datatype
Specifies the data type of the variable which uses the enum.
Value
Description
0
unsigned (only positive numbers can be used for the enum)
1
signed (positive and negative numbers can be used for the enum)
datatype=0