on a429worderror
Valid for: CANoe DE • CANoe4SW DEDescription
The event procedureon a429worderror is called on every event, related to an ARINC word error. The error type is available in the selector error.
Note that there are errors without any valid label information. This is especially the gap violation error. The ARINC word causing that error triggers a on a429word procedure. For this reason it makes sense to catch all errors in a single channel related handler.
ARINC word errors are also monitored with statistics system variables.
Selectors
- a429word: More information about a429word.
Example
| Example | Triggering ARINC word error event |
|---|---|
| on a429worderror * | error with any label |
| on a429worderror MsgChannel7.* | error with any label on channel 7 |
- A429 CAPL Functions
- a429CalcBitLength
- a429CheckParity
- a429GetBitLength
- a429GetConfiguration
- a429GetErrorPosition
- a429ResetEx
- a429SetConfiguration
- a429SetGap
- a429SetParity
- a429SetScheduleTx
- a429StopTx
- a429Transmit
- ARINC Word Selectors
- Declaration of ARINC Words (A429)
- on a429error
- on a429word
- on a429worderror
- output (A429)
- Reconfigure a Channel (A429)
- Scheduling an ARINC Word (A429)