Chapter 8 - Section 5: Controller Area Network (CAN) Bus Flashcards
What are the data rates for a CAN bus?
- 1 Mbps for cable lengths <40m
- As cable length increases, the data rate falls, 125 kbps for 500 metres in length
How are data collisions avoided on the bus?
Carrier Sense Multiple Access (CSMA)/Arbitration based on Message Priority (AMP) technique
What does CSMA ensure?
A terminal will transmit only when the bus is quiet (no carrier)
What happens if two or more terminals try to transmit at the same time?
The AMP bus arbitration logic will connect the terminal with the higher-priority message
What is the normal limit to the number of terminals connected to the bus?
32 to avoid data delay
What is the data encoding of the CAN bus?
Non-return to zero
What are the advantages of the CAN bus?
- No separate master bus controller
- No need to retransmit a message due to non-destructive bitwise arbitration
- Only one message on the bus at any one time
- CAN bus will not collapse or lock up
Why is there no SDI on a CAN bus?
Each LRU has a filter to accept only those messages relevant to it