CANopen Data Communication Protocol
14
4 CANopen Data Communication
Protocol
4.1 CANopen Communication Protocol
4.1.1 CAN-ID
The G100 CANopen communication module supports only the CAN2.0A (Standard)
protocol.
The CAN2.0A protocol uses 11Bit IDs.
The figure below shows the configuration of the ID.
The table below presents the Broadcast Function codes.
COB
Function code
Resulting CAN-IDs
NMT
0000b
0 (0x000)
SYNC
0001b
128 (0x080)
TIME
0010b
256 (0x100)
Note) Communication Object (COB) is a part of the CAN Message Frame which shows the
unit of transmission on a CAN Network.
The table below presents the function codes for a peer-to-peer connection.
COB
Function code
Resulting CAN-IDs
EMCY
0001b
129(0x81)~255(0xFF)
PDO1 (tx)
0011b
385(0x181)~511(0x1FF)
PDO1 (rx)
0100b
513(0x201)~639(0x27F)
PDO3 (tx)
0111b
897(0x381)~1023(0x3FF)
PDO3 (rx)
1000b
1025(0x401)~1151(0x47F)
SDO (tx)
1011b
1409(0x581)~1535(0x5FF)
SDO (rx)
1100b
1537(0x601)~1663(0x67F)