coTfsLifeGuarding (Level 2)
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DEFunction Syntax
Description
The test sets the guard time and retry factor objects in the DUT (Device Under Test). After that, 20 guarding remote frames are sent to the target device which must respond to all queries within theguardTime+tolerance.
Afterwards the sending of the remote frames is stopped. It is waited for the corresponding emergency message (EMCY code = 0x8130, Error Register = 0x11) before the values of the guard time and retry factor objects are reset.
Parameters
- guardTime: Guard time in milliseconds.
- retryFactor: Retry factor
- tolerance: Permitted time deviation of the target device in milliseconds. It is recommended that you use an even value. The tolerated time frame within which a message is still accepted is:
x - (delta/2) <= x <= x + (delta/2)