NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

LVRTE Search Paths (TS3.5/LV8.2/XP)

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
0 Kudos
Message 1 of 3
(3,326 Views)
Hi <<-N->>,

Perhaps this information will help you.  I was able to dig up a couple of resources regarding what you're trying to do from old posts on our Forum and our online KnowledgeBase.  Let me know if these are of assistance; I hope they help!

Programmatically Changing the LabVIEW Adapter in TestStand

Changing the LabVIEW Adapter Programmatically [Old Forum Thread with Example Sequence attached]
Derrick S.
Product Manager
NI DIAdem
National Instruments
Message 2 of 3
(3,283 Views)
Thanks Derrick,
 
That solved my problem
 
<<N>>
0 Kudos
Message 3 of 3
(3,266 Views)