CALLLABVIEW ( String  VI,
Stringarray  NAMES,
Array  VALUES,
String  HOST,
Qualifier  NOREF,
Qualifier  REENTRANT 
)

Call a LabVIEW VI as a Sub VI.

This command is passed the name of the LabVIEW VI to call and a set of (name, value) parameters. It will call the VI and not return until processing is complete.

If the vi supports reentran execution, this is enabled

Parameters:
[in] VI Name of VI to call
[in] NAMES Labels of Variables on VI front panel
[in] VALUES Values of Variables on VI front panel, usually created with BUILD_ARRAY
[in] HOST (optional) Remote HOST to connect to (default: as specified by ISC_SETUP)
[in] NOREF (optional) Do not pass variables to labview by reference
[in] REENTRANT (optional) Always open Vi for re-rentrant execution (default is to check if this is possible)
Returns:
VI call result
Warning:
The VI should probably be enabled for re-rentrant operations
See also:
SETLABVIEWVAR BUILD_ARRAY
 All Files Functions Typedefs

Generated on 9 May 2010 for Open GENIE GCL by  doxygen 1.6.1