Update VI/LV NXG VI Calls Dialog Box
- Updated2025-04-09
- 2 minute(s) read
Update VI/LV NXG VI Calls Dialog Box
The Update VI/LV NXG VI Calls dialog box contains the following tabs:
- Files To Update —The files and the type of VI/LV NXG calls to update and save. You cannot undo this change.
- Status —Shows the progress of the updates.
The Update VI/LV NXG VI Calls dialog box also contains the following buttons:
- Update Calls —Updates all the sequence files you specify on the Files to Update tab. When you click this button, the Status tab displays the progress of the updates. TestStand disables this button while updating the sequence files.
- Stop —Stops updating the files. This button only appears when you update the sequence files.
Update VI/LV NXG VI Calls Application
As an alternative to the Update VI/LV NXG VI Calls dialog box, you can use a stand-alone executable, located at <TestStand> \Bin\UpdateVICallsApp.exe , to update LabVIEW and LabVIEW NXG step instance calls. You can use command-line arguments, rather than the Files To Update tab, to configure options.
For example, use the following command-line syntax to force reload the prototypes of all LabVIEW step instances that call a Standard VI in the specified sequence file:
UpdateVICallsApp.exe “C:My Documents\File.seq” /StandardVI:forceReload
Use the following command-line syntax to launch a dialog box that lists all of the command-line arguments you can use for the application:
UpdateVICallsApp.exe /? or UpdateVICallsApp.exe /help