Solution
This error indicates that the LabVIEW adapter cannot find a dependency of the VI that it is trying to load. Usually, this is due to not having a driver, toolkit, or other dependency installed on the system and can occur if the code modules were developed on a different computer than the one where the VIs are being loaded.
If you have the LabVIEW Development System installed on the computer, you can open the VI in LabVIEW to see what is missing.
- From the TestStand Sequence Editor (this option is only available when the LabVIEW Development System is being used as the LabVIEW Adapter):
- In the TestStand Sequence Editor, click the step where the VI is being called.
- Next to the VI path in the Step Settings, click the Edit VI button to open the VI in LabVIEW.
- From LabVIEW:
- Open LabVIEW from the Start Menu.
- Click Open Existing.
- Browse to the VI that is throwing the error.
- Click the broken run arrow
to list the VI errors. This list will show you what specific subVIs and functions are missing.
Once you have identified the dependencies that are missing, install the corresponding driver or addon from NI.com/downloads or NI Package Manager. If it is a VI from a custom library, make sure that any LLBs or PPLs containing the VIs are copied to the system where the Sequence is being run and that they are located in one of
TestStand's Search Directories.