NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Where does TestStand configure User.Lib directory?

Solved!
Go to solution

I have a code module that calls Search 1D Array (String)_ogtk.vi in OpenG.lib .

 

It loads without any error in development environment (LV2023-64bit)

 

But when I change adapter to Run-time engine, below error creaps.  I checked manually that the file (Search 1D Array (String)_ogtk.vi) does exist in specified location.  I already tried mass compiling userlib but of no use.

 

Ajay_MV_0-1716197408892.png

 

I want to confirm if <userlib> is properly set, but I couldn't find it in search dir list.  Where does TestStand search for library files like <userlib>.  Can I check it's coniguration?

 

I use teststand environment with public and common app data in separate space.

 

Regards,

Ajay

--
Ajay MV


0 Kudos
Message 1 of 3
(273 Views)

<user.lib> is a LabVIEW lib folder, rather than a TestStand lib folder. Have you tried adding the concrete folder to  the TestStand Search Directories?

 

 

0 Kudos
Message 2 of 3
(249 Views)
Solution
Accepted by topic author Ajay_MV

@Oli_Wachno wrote:

<user.lib> is a LabVIEW lib folder, rather than a TestStand lib folder. Have you tried adding the concrete folder to  the TestStand Search Directories?

 

 


I finally got it around by deleting and creating teststand environment folders (Cfg) where something went wrong.  

Usually program files locations and it's folders doesn't get affected when we use env, but in this case it happened.  

 

 

--
Ajay MV


0 Kudos
Message 3 of 3
(218 Views)