
PCAN-MiniDisplay – User Manual
58
frametype
Defines the CAN frame type as Standard Frame or Extended Frame.
Value
Description
0
Standard Frame (11-bit CAN ID)
1
Extended Frame (29-bit CAN ID)
frametype=0 // Standard Frame with 11-bit ID
channel
Defines the CAN channel receiving this message.
Value
Description
0 CAN
channel
1
1 CAN
channel
2
channel=0 // Use first CAN channel
timeout
If a [messageX] was not received in the specified time span (up to
2^32 milliseconds possible), all variables of this [messageX] are set
to the respective "timeoutval" (see
Value
Description
0 timeout
disabled
>0
timeout is enabled. The value specifies the timeout delay in
milliseconds.
timeout=1000