Skip to content

mbus HFCE Message Error Inject.vi


Description

The mbus HFCE Message Error Inject.vi packages one or multiple HFCE errors and inject the error(s) into the errors table at the indicated index.

The errors out parameter must be passed to mbus HFCE Send Advanced.vi to send messages with errors.

Parameters  
error in in error conditions that occur before entering the function
preambleError in injection of a preamble error
postambleError in injection of a postamble error
oddLengthError in injection of an odd length error
crcError in injection of a CRC error
packetSizeError in injection of a packet size error
index in HFCE error array index
errors in list of HFCE errors defined by the user before entering the function
errors out new list of HFCE errors
error out out error information
function return out function execution status


Availability

Available in Multibus VI 1.0 and later.

See Also

mbus HFCE Message Error Decompose.vi
mbus HFCE Message Error Inject.vi
mbus HFCE Send Advanced.vi

Example

HFCE Error Injection and Detection.vi