My problem is that I want to use the LVRTE a my LabVIEW/TestStand adapter and I need to set the search paths for the TestStand Sequence Editor.
I had a similar problem with my OperatorInterface.exe and following the advice of a previous post I added the following variable to my OperatorInterface.ini file located in the same folder where my OperatorInterface.exe resides[TestExec]
viSearchPath="<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*;C:\Program Files\National Instruments\LabVIEW 8.2\vi.lib\*;C:\Program Files\National Instruments\LabVIEW 8.2\user.lib\*;C:\Program Files\National Instruments\LabVIEW 8.2\instr.lib\*;C:\Program Files\National Instruments\LabVIEW 8.2\resource\*"
I tried to do the same with the SeqEdit.ini file located in the Cfg\ folder but it didn't work. I added the variable def and value under the appropriate headers..
[DEF, Config]
...
viSearchPath = Str
[Config]
...
viSearchPath="<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*;C:\Program
Files\National Instruments\LabVIEW 8.2\vi.lib\*;C:\Program
Files\National Instruments\LabVIEW 8.2\user.lib\*;C:\Program
Files\National Instruments\LabVIEW 8.2\instr.lib\*;C:\Program
Files\National Instruments\LabVIEW 8.2\resource\*"
I'm wondering if there is an special flag to do this in the TestExec.ini file, something related to the following variables that are already there...
_FlexGAdp_ServerName = Str
_FlexGAdp_UserHiSpeedRTS = Bool
_FlexGAdp_RTSPath = "TYPE, Path"....
Any help will be greatly appreciated...
Thanks,
OR
Is there a way in the TestExec.ini to programatically change the adapter between the RTE and DevSystem depending on the TS Executable?? (I wouldn't think so but who knows)
Message Edited by << - N - >> on
11-28-2007 10:55 AM