mbus A429 Send Advanced.vi
Description
A429 Send Advanced function sends ARINC 429 data and offers error injection tools.
The errors input gathers errors to inject, if any. The mbus A429 Error Inject function is useful to create the errors parameters with selected errors to inject.
The errors parameter is a one-dimension array. Errors index 0 codes for the first ARINC 429 word, index 1 codes for the second word, and so on.
Parameters | ||
---|---|---|
error in | in | error conditions that occur before entering the function |
portHandle | in | reference to the configured port |
wordCount | in | number of ARINC 429 words to send |
a429words | in | ARINC 429 words to send |
errors | in | ARINC 429 errors. Default is 0 (no error). Use mbus A429 Error Compose for help. |
portHandle | out | reference to the configured port |
sentWordCount | out | number of ARINC 429 words actually sent |
error out | out | error information |
function return | out | function execution status |
Handle parameters are available as input and output. Output is a copy of the input and may be used to daisy chain successive VIs and reduce wire density.
Availability
Available in Multibus VI 1.0 and later.
See Also
mbus A429 Error Compose.vi mbus A429 Send.vi