I'm trying to find ways to speed up my sequence. I'm using TestStand 2.0.1 with LabVIEW 7.1. I read that using the run-time server as an adaptor is more efficient than using the development environment. Is this true by the way? Also I want to test this to see if LV is needed to run the sequence on customer computers. The sequence runs fine with the LabVIEW adaptor. When I switch to TestStandLVRTS, I immediately get a -18002 error on the first step. It's an error loading the step: The VI is not executable. I've tried the following based on suggestions listed in the forums:
1. Recompiled and rebuilt TestStandLVRTS to LV 7.1
2. Mass Compiled the entire TestStand directory, LabVIEW 7.1 directory, and my code.
3. Changed any absolute c
alls in the sequence to relative calls.
4. Moved my VI code structure and the sequence to the same folder as TestStandLVRTS.
5. Ran TestStandLVTRS to register the program before opening the sequence.
Does anybody have any other suggestions?
Thanks