Skip to content

mbus HFCE Send.vi


Description

HFCE Send.vi is the basic function to send HFCE data. It transmits msgCount words from the hfceMsgs buffer.

Parameters  
error in in error conditions that occur before entering the function
portHandle in reference to the configured port
msgCount in number of HFCE words to send
hfceMsgs in HFCE words to be sent
portHandle out reference to the configured port
sentMsgCount out number of HFCE messages actually sent
sentWordCount out number of HFCE words 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.0 and later.

See Also

mbus HFCE Send Advanced.vi

Examples

HFCE Add Message To Buffer.vi
HFCE Send Receive Advanced Loop.vi
HFCE Send Receive Advanced.vi