![]() |
|
|
Functional Description
The attached zip file contains four files: two VIs and two global variables. This example demonstrates how one could use VI server to specify a timeout for a VI that otherwise does not provide that functionality. In this case, the SysExecCall VI uses VI server to call the dynamicSysExec VI which makes use of the System Exec VI to check the contents of the C directory. The timeout value specified in the SysExecCall VI is equal to the number of iterations multiplied by the loop time.
Caveats and Additional Notes
Because the SysExecCall VI uses VI server to call the dynamicSysExec VI, the SysExecCall VI requires that the path to the dynamicSysExec VI be provided prior to running.
SysExecCall.vi
dynamicSysExec.vi
There are no comments on this document