10-12-2008 04:27 AM
Hi, friends.
I'm a learner of teststand. I wrote some VIs by Labview. Now I want to invoke them in teststand environment. But when I run the sequence. Labview will be automatically launched. How to avoid launching Labview when I run the sequence?
Thanks.
Solved! Go to Solution.
10-12-2008 08:22 AM
I'm not sure that I follow what you are saying.. But it sounds like when the VI is called, the LabVIEW development software is started and you want to avoid that.
If you create an executable or dll and call that from within TestStand, it should not call the development environment. You would need to have the LabVIEW run-time engine installed on the target PC.
It has been many years since I've used TestStand with LV, so my memory may not be accurate. I think the above had worked for me. However, it seems that I recall something about having the LV code in debug mode causing it to open the development environment.... but it's a distant memory. You're not using breakpoints where the LV VI is being called, are you?
R
10-12-2008 08:53 AM
Yeah, JoeLabview. You are right. Thank you.
Maybe my PC has not been installed run time engine.
Isn't it be automatically installed when I installed Labview?
10-12-2008 08:58 AM
10-12-2008 03:45 PM