I have a TestStand (ver.:2.0) sequence which executes LabVIEW Vis were saved in LabVIEW version 6.1. I wanted to extend my application and a new Vi was written in LabVIEW version 7.0. An error message was shown when I tried to run the sequence.(error code: -18002, for more info see attached picture). How can I fix it?
Go to Tools -> Advanced -> Mass Compile and select the directory with your LabVIEW files for mass compilation. Please make sure that there is a backup copy of your vis before doing this.
Sorry but this did not solve my problem moreover the situation is worse than before. The error message were shown at all steps which were ok before the mass compile.
My original problem was that TestStand2.0 can not execute the Vi was modified and resaved in LabVIEW 7.0. (see attached error message in the first topic). Other Vis which were saved in LabVIEW6.1 are work fine. What I would like is that to make TestStand2.0 able to execute Vis were create in LabVIEW 7.0. What I have for this is a TestStand2.0 development version and a LabVIEW 7.0 Evalution version. The best would be to download LabVIEW 6.0 Evalution version (I did find it), but if is possible to setup TestStand2.0 to run Vis were written in LabVIEW 7.0, then it will also solve my problem.
I have no problem running LabVIEW 6.1, 7.0, and 7.1 VIs from TestStand 2.0. Are you attempting this on a system with both 6.1 and 7.0 development installed? Make sure that LabVIEW 7.0 is the active version of LabVIEW. Close all versions of LabVIEW, start 7.0 and then close it. When TestStand starts LabVIEW up, it should then start 7.0 which is able to load 6.1 VIs.
Only LabVIEW 7.0 evaluation is installed on the PC. The "TestStand LabVIEW runtime server" (ver.6.1) is used as LabVIEW prototype adapter in the current configuration. I change the prototype adapter to "LabVIEW" and LabVIEW 7.0 evaluation was started when I tried to edit the Vi from TestStand. It means that LabVIEW 7.0 evaluation is the active one, but when I try to execute the sequence I receive the same error message at the old and the new Vis then before.