on a429word
Valid for: CANoe DE • CANoe4SW DE NoteCAPL programs are by default not transparent to bus events. This means that a CAPL node in the evaluation branch of the measurement setup will block the data flow to its right side. You must explicitly code the forwarding of messages in CAPL nodes in the evaluation branch. In order to re-use this code snippet in Simulation Setup of your CANoe DE product you have to add conditional compilation. Otherwise a recursion will occur. Forward ARINC word event:
Description
The event procedureon a429word is called on every event, related to an error free ARINC word. Additional information related to this event is available via the selectors. The key word this is available within an on a429word procedure, to access the data of the ARINC word event that has just been received.
Selectors
- a429word: More information about a429word.