05-02-2008 11:54 AM - edited 05-02-2008 11:59 AM
05-02-2008 01:10 PM
05-02-2008 01:31 PM
05-05-2008 02:34 AM
Hi Aaron,
I had the same problem with LV 6i.
At first I am not a LV crack (LV is not my first choise), so maybe there are other better solutions. But i got it running !
1.) Copy your stuff to a new folder
2.) MassCompile the folder it to 8.5
For switching between SRC(source Vis) and LLB via TestStands search path i did the next steps
(only working if you are using relativ pathes)
3.) Create a LV project and add your vi's to it.
4.) Create under build a new "Quellcode paket"
5.) Fillout the properties
a. Add path to LLB
b. Add vis
c. Uncheck LLB and set to directory (so you can switch between SRC and LLB vis)
d. Exclusions see attachment (all used stuff is copied to your LLB folder)
e. Bulid it
6.) Add your Folder to TS search dirctory
Hint:
I have a chosen special folder structure, because LV version are increasing more than one time a year!
for SRC it looks like:
..\LabView\MainVersion\SubVersion\SRC\Projectname\
for SRC for 8.5 and Tools
..\LabView\VAR_8\ED_5_00\SRC\Tools\
for LLB
..\LabView\VAR_8\ED_5_00\LLB\Tools\
Activating LLB in TS - Station
..\LabView\VAR_8\ED_5_00\LLB
If there a new versions i can easly increase my structure, too
And test my stuff on development machine while production maschines are running under old version
Just one switch in TS Searchfolder will change to higher version.
Hope this helps
Greetings
juergen