01-25-2011 09:26 PM
Hello all ,
I need help to resolve a problem when deploy Labview runtime menu to teststand. For example when select the installer path as below:
-Default Installation Base Directiry = Window Volume (e.g C:\)
-Default Installation Sub Directory = TEST
after built the vi seems to looking for the runtime menu file at TEST:\Labview\close.rtm. This is an invalid path .
The file should locate at C:\TEST\Labview\close.rtm
This vi is call from an sequence call from the teststand Tool box menu and have front panel display while running
Pleae let me know if there is a solution for this problem.
Thanks
Tphan
Solved! Go to Solution.
01-26-2011 05:24 AM
Hi
What version of Teststand and LabVIEW are you using?
01-26-2011 11:16 AM
I am using Labview 8.5.1 and Teststand 4.2
Tphan
01-28-2011 11:14 AM
Tphan,
I tried a simple test case- VI with runtime menu in LV 8.5.1 & TS 4.2 and that test worked fine. Could you post a zip file with the files to reproduce the problem (i.e. TSD file, VIs and rtm)? Do you see this problem if you create a new TSD file, include your workspace and build?
-Rick Francis
01-28-2011 02:43 PM
Did you install the teststand deployment built? Here my code after installation. Open the test.vi and go to Edit-->Run-time to see a screwup path. You can fix the vi and re-build the deployment and the install the packet to see problem again. The Vi in the Image folder after built does work but that not the intended location to be use
01-28-2011 05:22 PM
Tphan,
I was testing the VI in the image directory which worked fine. Moving the vi (and rtm) from the image directory to the c:\test folder reproduces the problem.
Could you use LV 8.6.1? I tested LV 8.6.1 with the same test file and it works even after moving the files to another directory.
-Rick Francis
01-28-2011 07:03 PM
Thanks,
So this is the problem with labview 8.5. It fixed in the 8.6
Tphan
02-01-2011 09:55 AM
Tphan,
LV 8.6.1 is the minimum version that will work. LV added a new set of VIs to create build specifications to LV 8.6.1, TS 4.2 uses those new functions with LV 8.6.1 or later.
-Rick Francis