23.03.2017 Views

wilamowski-b-m-irwin-j-d-industrial-communication-systems-2011

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

31-4 Industrial Communication Systems<br />

…<br />

Start<br />

1 bit<br />

Identifier<br />

11 bits<br />

RTR IDE r0<br />

1 bit 1 bit 1 bit<br />

DLC<br />

4 bits<br />

…<br />

Data<br />

0.8 bytes<br />

CRC<br />

15 bits<br />

ACK<br />

2 bits<br />

EOF<br />

7 bits IFS<br />

FIGURE 31.1<br />

CAN base frame format.<br />

A CAN base frame message begins with the start bit called start of frame (SOF). This bit is followed by<br />

the arbitration field, which consist of the identifier and the remote transmission request (RTR) bit used<br />

to distinguish between the data frame and the data request frame called remote frame. The following<br />

control field contains the identifier extension (IDE) bit to distinguish between the CAN base frame and<br />

the CAN extended frame, as well as the data length code (DLC) used to indicate the number of following<br />

data bytes in the data field. If the message is used as a remote frame, the DLC contains the number of<br />

requested data bytes. The data field that follows is able to hold up to 8 bytes. The integrity of the frame is<br />

guaranteed by the following cyclic redundant check (CRC) sum. The acknowledge (ACK) field comprises<br />

the ACK slot and the ACK delimiter. The bit in the ACK slot is sent as a recessive bit and is overwritten<br />

as a dominant bit by those receivers which have at this time received the data correctly. Correct messages<br />

are acknowledged by the receivers regardless of the result of the acceptance test. The end of the<br />

message is indicated by end of frame (EOF). The intermission frame space (IFS) is the minimum time in<br />

equivalent number of bits separating consecutive messages. Unless another station starts transmitting,<br />

the bus remains idle after this.<br />

Associated with every CAN message there is a unique message identifier that defines its content and<br />

also the priority of the message. Bus access conflicts are resolved by a nondestructive bitwise arbitration<br />

scheme where the identifiers of the involved messages are observed bit-by-bit by all nodes, in accordance<br />

with the wired-AND mechanism, by which the dominant state overwrites the recessive state. All those<br />

nodes with recessive transmission and dominant observation lose the competition for bus access. The<br />

nodes that lost the arbitration automatically become receivers of the message with the highest priority<br />

and do not reattempt transmission until the bus is available again. In this way, transmission requests are<br />

handled in order of their importance for the system as a whole.<br />

31.2.3 Detecting and Signaling Errors<br />

A CAN node does not acknowledge message reception, instead it signals errors immediately as they<br />

occur. For error detection the CAN protocol implements three mechanisms at the message level:<br />

• Cyclic redundancy check—This mechanism accounts for message corruption. The transmitter<br />

node computes the CRC and transmits it within the message. The receiver decodes the message<br />

and recomputes the CRC and if they do not match, there has been a CRC error.<br />

• Frame check—This mechanism detects message format violations, i.e., it checks each field against<br />

the fixed format and the frame size.<br />

• Acknowledge errors—Since the receivers of a message must issue an acknowledgement bit in the<br />

ACK field, if the transmitter does not receive an acknowledgment an ACK error is indicated, thus<br />

allowing a node to detect isolation from the network.<br />

Besides error detection at the message level, the CAN protocol also implements mechanisms for error<br />

detection at the bit level:<br />

• Transmission monitoring—Each node transmitting a message also monitors the bus level to be<br />

able to detect differences between the bit sent and the bit received. This mechanism allows distinguishing<br />

global errors from errors local to the transmitter only.<br />

© <strong>2011</strong> by Taylor and Francis Group, LLC

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!