Events of the CAN Controller
Valid for: CANoe DE • CANoe:lite DE These event procedures are called when the CAN controller’s state or one of its error counters (errorCountRX, errorCountTX) changes. You would use this procedure to monitor the error counters (e.g. output of a warning) or to end the measurement or simulation. Within these procedures the error counters of the CAN controller are made available by the this variable. They are accessed with the following syntax:this.errorCountRX(Receive error counter)this.errorCountTX(Transmit error counter)this.can(Assign the channel)
Error counters are supported and thus changed by the complete XL family. Example on errorPassive procedure