11-05-2009 02:43 PM
Hi Folks,
I finished develeping a few sequences in TestStand with a custom process model (was given to me) that calls other VIs.
I tested all of my sequences in TestStand using the LV Adapter set to LabVIEW 8.6 RTE and everything ran ok.
However, once I use the custome UserInterface (executable based on the custom process model) to run the same sequences I get an error :
"-18002; LabVIEW reported an error. See 'LabVIEW : ' message for more details. "
"LabVIEW: The VI is not executable. Most likely the VI is broken or one of its subVIs cannot be located. Open the VI in LabVIEW using File>>Open and verify that it is runnable."
If I switch the LV Adpater on the UI to the LV 8.6 Dev. System, then it works fine.
I searched the forums for any clues and I tried doing a mass compile on all of the VIs, including the TestStand VIs & others.
Any suggestion as to what's casuing this discrepency?
Thanks in advance
11-09-2009 10:41 AM
You are likely running into this error because your custom user interface calls subVIs that are also called in your process model or client sequence file. Try one of the following options when re-building your custom user interface executable: