LIN Bus Timing

NI-CAN

LIN Bus Timing

As LIN is a polled bus, processing of each frame is allocated a nominal time slot as follows:

THeader_Nominal = 34 * TBit

TResponse_Nominal = 10 * (NData + 1) * TBit

TFrame_Nominal = THeader_Nominal + TResponse_Nominal

Processing of each frame is allocated a maximum time slot as follows:

THeader_Maximum = 14 * THeader_Nominal

TResponse_Maximum = 1.4 * TResponse_Nominal

TFrame_Maximum = THeader_Maximum + TResponse_Maximum