mbus A429 Rx Port Config.vi
Description
A429 Port Rx Config function sets up the selected receive port configuration. This function opens a receive port and provides a portHandle. This portHandle must be wired to all subsequent VIs that uses this receive port.
Parameters | ||
---|---|---|
error in | in | error conditions that occur before entering the function |
sessionHandle | in | reference to the current Multibus session block handle |
portNumber | in | receive port number to configure |
speed | in | selected port speed: Low or High |
loopback | in | ARINC 429 words are looped back from Rx Port to the Rx port |
parity | in | selected port parity : Odd, Even, None. With parity set to None, port parity is not defined. No parity validity is checked upon receive |
sessionHandle | out | reference to the Multibus session |
portHandle | out | reference to the configured port |
error out | out | error information |
function return | out | function execution status |
Availability
Available in Multibus VI 1.1 and later.
See Also
mbus A429 Port Close.vi mbus A429 Port Config.vi mbus A429 Tx Port Config.vi