BUSLIGHT, BUSHEAVY & BUSOFF

This forum covers issues concerning multiple hardware products.
Post Reply
G.Lang
Support
Support
Posts: 164
Joined: Wed 22. Sep 2010, 14:58

BUSLIGHT, BUSHEAVY & BUSOFF

Post by G.Lang » Mon 25. Oct 2010, 13:22

At a CAN-bus there are several possible types of errors:

-> bit-errors
-> Form errors
-> Stuff errors
-> CRC errors
-> Acknowledge errors

For detailled infos about this errors please take a look at http://www.wikipedia.com (keyword: CAN-bus)

All these errors will be counted by the error-counters (a receive error counter and a transmit error counter) from the CAN-controller. There´s no time intervall for the count. For each transmitted or received message the error counters will be increased respectively decreased.

After a reset both counters are 0. In a range between 0 to 127 the CAN-controller are "error activ". This means that a CAN-node which detect as first node a receive error sends a flag (error active flag) to the CAN-bus. Through this flag the message will be unvalid for all CAN-nodes and the error receive counter of each receiver will be increased by 1. The node which detect as first node the error increase his counter with 8 points. After a succesfull transmission of a CAN-message the transmit error counter from the sender decrease by 1. After a succesfull reception of a CAN-message the receive error counter decrease also by 1.

At 128 error points the CAN-controller works in a "error passive" mode. The CAN-node is fully functional working in this state, but if the node detect an error he signalize this with a passive error flag. This flag don´t destroy the CAN-message and the CAN-node must wait some time before he can send a CAN-message. This prevented that a CAN-node with a high error-rate blocked the bus.

The "bus-off" state is reached when the error counter is higher than 255 error points. In this state the CAN-controller is disconnected from the bus.

Note: If an "error passive" CAN-node detect an acknowledge error he don´t increase his transmit error counter furthermore. This avoid that a transmitting CAN-node without any (other) acknowledging CAN-node in the system go into the "bus-off" state.

Buslight: appears by more than 96 error points, the CAN-node work in the "error active" state

Busheavy: appears by more than 127 error points, the CAN-node work in the "error passive" state

Busoff: appears by more than 255 error points, the CAN-node is disconnected from the bus

sanoj
Posts: 1
Joined: Wed 22. Jun 2011, 10:52

Re: BUSLIGHT, BUSHEAVY & BUSOFF

Post by sanoj » Wed 22. Jun 2011, 10:54

Is there any possibility to "reset" the bus when bus heavy occurs (I'm using the Basic API from C#)? Or how should a CAN client application be able to properly come again and communicate with nodes on the bus?

cheers,
Jonas

User avatar
PEAK-Supporter
Sales & Support
Sales & Support
Posts: 1647
Joined: Fri 10. Sep 2010, 19:34

Re: BUSLIGHT, BUSHEAVY & BUSOFF

Post by PEAK-Supporter » Wed 22. Jun 2011, 20:27

Yes, call CAN_Uninitialize(..) to close the session and then CAN_Initialize(..) to Reset the CAN Cotroller again.
--------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------

User avatar
Jacquier_Kuhn
Posts: 3
Joined: Tue 4. Dec 2012, 17:03

Re: BUSLIGHT, BUSHEAVY & BUSOFF

Post by Jacquier_Kuhn » Wed 5. Dec 2012, 08:46

Hi,
Is it possible to know how long does it take to reset the CAN controller?
My side, I use a PCAN-USB (not pro or hub) version with or without (we have both) galvanic isolation.
But because it is a global subject, perhaps could you response for all controller types. :roll:

Best regards,

Pierre

User avatar
PEAK-Supporter
Sales & Support
Sales & Support
Posts: 1647
Joined: Fri 10. Sep 2010, 19:34

Re: BUSLIGHT, BUSHEAVY & BUSOFF

Post by PEAK-Supporter » Wed 5. Dec 2012, 14:12

On the PCAN-USB a Reset need round about 700ms (complete Reset). There is no differnet between isolated or non isolated version.
--------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------

Post Reply