mbus CSDB Receive.vi

Description
CSDB Receive.vi is the basic function to receive CSDB data.
| Parameters | ||
|---|---|---|
| error in | in | error conditions that occur before entering the function |
| portHandle | in | reference to the configured port |
| portHandle | out | reference to the configured port |
| csdbMsgWords | out | array of 16-bit CSDB message words received |
| msgSize | out | message size in bytes (6 or 8 bytes) |
| msgCount | out | number of CSDB messages received |
| byteCount | out | number of CSDB bytes received |
| 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 Receive Loop.vi CSDB Send Receive Loop.vi