Skip to content

mbus CSDB Rx Port Config.vi


Description

CSDB Rx Port Config function sets up the selected receive port configuration. This function opens a port and provides a portHandle. This portHandle must be wired to all subsequent VIs that uses this 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 port number to configure
speed in selected port speed: Low (12.5 Kbps) or High (50 Kbps)
loopback in CSDB messages are looped back from Tx port to the Rx port
msgSize in message size in bytes
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.3 and later.

See Also

mbus CSDB Port Config.vi
mbus CSDB Tx Port Config.vi
mbus CSDB Port Close.vi

Example

-