mbus HFCE Receive.vi
Description
HFCE Receive.vi is the basic function to receive HFCE data.
The function uses a portHandle to receive and read up to HFCE words. Words are packaged in Messages, as detailed in the HFCE overview section.
Parameters | ||
---|---|---|
error in | in | error conditions that occur before entering the function |
portHandle | in | reference to the configured port |
dmrs | in | DMRS bus allows odd length messages. When DMRS is set to TRUE, odd length messages are not considered erroneous. Default to True. |
portHandle | out | reference to the configured port |
hfceMsgs | out | HFCE messages received |
msgCount | out | number of HFCE messages received |
wordCount | out | number of HFCE words received |
errorCount | out | number of HFCE received errors |
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
Examples
HFCE Add Message To Buffer.vi HFCE Send Receive.vi HFCE Send Receive Loop.vi