nitulandia Posted August 21, 2012 Report Share Posted August 21, 2012 Hello all, Disclosure: I have not played with TestStand in a long while... This is what I've done so far: 1. Successfully have put together a simple test sequence comprised of 5 steps - Initialize Power Supply.vi - Initialize Instrument B.vi - Display Hello World.vi - Close Power Supply.vi - Close Instrument B.vi 2. I'm able to successfully run this test sequence (BTW, I'm actually talking to real instruments) The issue I'm having is that once my test sequence has completed its execution, if I try to open either of the VIs from above it shows that "The SubVI is wating to Run" May I ask, why that is? In advance, thank you for the feedback. Cheers, edp Quote Link to comment
Jeff Posted August 21, 2012 Report Share Posted August 21, 2012 By default, the LabVIEW adapter is configured to reserve loaded VIs for execution. This setting can be changed in the adapter configuration (Configure>>Adapters) for LabVIEW. To unreserve all reserved VIs, select File>>Unload All Modules. Also, if you select a step that calls a code module, then select Edit VI, the VI will open in an unreserved state. Quote Link to comment
nitulandia Posted August 21, 2012 Author Report Share Posted August 21, 2012 I've posted one solution to the problem I was having: http://forums.ni.com/t5/NI-TestStand/Why-is-my-VI-still-running-after-my-teststand-sequence-has/m-p/2130264/highlight/false#M38443 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.