mbus CSDB Send.vi
Description
CSDB Send.vi is the basic function to send CSDB data. It transmits msgCount messages from the csdbMsgWords buffer.
Parameters | ||
---|---|---|
error in | in | error conditions that occur before entering the function |
portHandle | in | reference to the configured port |
msgCount | in | number of CSDB messages to send |
csdbMsgWords | in | array of 16-bit CSDB message words received |
sentMsgCount | out | number of CSDB messages actually sent |
sentByteCount | out | number of CSDB bytes 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.3 and later.
See Also
-
Example
CSDB Send Receive.vi CSDB Send Loop.vi CSDB Send Receive Loop.vi