01-16-2008 05:45 PM
01-16-2008 06:18 PM
HI Edilberto, for receiving this error there can be different reasons, but as it only fails with the runtime and not with the LabVIEW Development system, it can be narrowed to 2 possible causes: the Runtime has a different version than the VIs or your VIs are using some support files from LabVIEW. When using the developer Environment LabVIEW manages all of this, here simply the VI can’t find its files.
The following KB has more details on this:
Why Do I Get Error -18002 "VI is not executable" with TestStand?
Hope this helps
Best Regards
01-18-2008 12:49 PM
Hi Benjamín,
Ok, the reason is the second one, I'm using support files that cannot be located, but only in a single step of my sequence... I'm not handling projects so, I'm not sure if I can make a source distribution, what else can I do to solve this problem?
Gracias
-E
01-18-2008 03:44 PM
When you make your distribution with a workspace in Testand it makes some of the steps required to deploy you system in automatic form. For example it changes some of the absolute paths, so this reduce deployment errors in the following link you can se more about it:
So I would recommend using this tool in TestStand, the other options are make a source distribution from LabVIEW, or manually copy the support files that your VI is using to a directory where TestStand can find them.
Best Regards