CANbus, Layer 2

Vision controllers support data communication with remote devices such as frequency converters according to the CANbus V2.0 standard.

A Vision can both send and receive standard messages with 11-bit identifiers, as well as extended messages with 29-bit identifiers.

 

Note

Enhanced Vision only: note that you can run both CANbus Layer 2 and CANopen if you select the relevant Com Port option in the COM Init function.

Note that you can initialize the port to Scan or to Scan_Ex.
-Scan: PLC can receive messages from a specific device via a specific port. You can configure up to 4 ports, and receive up to 4 messages per scan
-Scan_Ex: PLC can receive messages from any device, and not via a specified port. Only one message may be received per scan.

Prevent CANbus network overload by using a Send condition to activate functions. Do not place them directly on the left Ladder rail.

Using CANbus Layer 2

Send

Scan

Scan_EX

 

 

Note

CANopen COB ID numbers are 11-bit. If your CANbus Layer2 application uses 11-bit identifiers, make sure that the ID/identifiers are unique. If a message arrive through the bus marked with the same number, CANbus Layer 2 will scan the message but CANopen will not.