01-21-2010 10:50 AM
Greetings,
When trying to start up TestStand with a new code load it failed indicating a problem with a vi. The vi was having dependency problems with many sub-VIs. A Load and Save error list popped up with expected dependencies and new dependencies on the types tab. The expected ones actually specify the correct paths.
The list tab states that controls and VI expected to be loaded from the lib file were loaded from a desktop file. I may have caused the problem by loading a sequence from the desktop file in the past.
How should/could I correct these issues?
Thanks,
jh
01-22-2010 02:12 PM
jh,
You might try mass-compiling your code module in LabVIEW - http://digital.ni.com/public.nsf/allkb/654877E62A97B72986256C95006F9B24?OpenDocument
This basically opens up the VI, loads everything from where it should be loaded, and resaves to the version of LabVIEW used to mass compile. That way it would make sure the sub-VIs are loaded properly and it should be able to run correctly in TestStand.