![Teltonika FMB630 User Manual Download Page 51](http://html1.mh-extra.com/html/teltonika/fmb630/fmb630_user-manual_1084774051.webp)
51
CAN#0 I/O OutputDataMask
CAN#0 I/O CAN ID
CAN#0 I/O CAN Type ID
Parameter defines CAN element ID length. CAN element ID could be 11 or 29 bits length.
For 11 bits ID parameter value is 0, for 29 bits ID – 1.
Table 17 CAN#0 CAN Type ID
Minimum
value
Maximum
value
Recommended
value
Goes with (depends on)
parameters
Value type
0
1
1
CAN#0 I/O Priority
CAN#0 I/O OutputDataMask
CAN#0 I/O CAN ID
U8
CAN#0 Output data mask
Parameter defines CAN data mask. This parameter is 8 bit length and indicates which data
bytes of CAN message are sent for calculation and which are ignored. Bit value 1 means that CAN
data byte will be preceded and sent to server.
Example: 00110011 is 51 integers.
Table 18 CAN#0 Output data mask
Minimum
value
Maximum
value
Recommended
value
Goes with (depends on)
parameters
Value type
0
255
-
CAN#0 I/O Priority
CAN#0 I/O CAN Type ID
CAN#0 I/O CAN ID
U8
CAN#0 CAN ID
Parameter defines CAN identifier. ID can be 11 or 29 bits length.
Example: 18FEE925 (total fuel used)
Table 19 CAN#0 CAN ID
Minimum
value
Maximum
value
Recommended
value
Goes with (depends on)
parameters
Value type
0
FFFFFFFF
-
CAN#0 I/O Priority
CAN#0 I/O CAN Type ID
CAN#0 I/O OutputDataMask
U32
To configure CAN#0 I/O element every value above should be separated with comma. For
example, SMS should look like
:
“ setparam 1406 1,0,51,18FEE925” (“ setparam 1406 <priority>,<CANTypeID>,<outputDataMask>,
<CANID>)
*51 is output data mask converted from binary
00110011