09-23-2009 09:57 AM
Hi, I fairly new to Test Stand, I have an application that I need to turn on a DAQ output, will other tests are running, but I also need the ability to change the amplitude and frequency of this VI that's running in the back ground, then when all the test are completed, I would just need to set the stop but to true. I have already creating the VI that can perform this, however not clear how I would update the parameters in test stand using the Run VI asynchronously to do this.
How do you Update paramaters using test stand?
How do you Stop the VI at cleanup?
Solved! Go to Solution.
09-23-2009 10:06 AM
09-23-2009 10:11 AM
09-23-2009 10:17 AM
09-23-2009 10:20 AM
09-23-2009 10:25 AM
I do this by creating a "functional global" VI that has functions like 'Start' 'Read' 'Stop' and call it from TestStand passing in the function it is to perform.
Store the task in an "Uninitialized Shift Register"
Look up or search for...
Uninitialized Shift Register
Functional Global
LV2 Global
Action Engine
Omar
09-23-2009 11:07 AM
07-12-2017 07:36 AM
Can you please add an example for your solution. I'm new learning Labview and Teststand.
@hallawt2004 wrote:
thank you all for the quick reply, thanks a lot Omar, not thinking i just,i am a better labview person then test stand. Here was my solution, as stated I was able to us the run VI asynchronously, I used global variables to pass in the parameters, and used an VI with two different states which I either select update variables, or get setttings, along with a stop button, and it worked great. Thanks again.
07-12-2017 07:45 AM
This was an old application using TestStand 2010 / LabView 2011 with a DAQ card to generate a waveform.
I created global variables and included in the VI that does the work. here's a snap shot of it.
07-12-2017 07:55 AM
Thank you for your fast respond.
@hallawt2004 wrote:
This was an old application using TestStand 2010 / LabView 2011 with a DAQ card to generate a waveform.
I created global variables and included in the VI that does the work. here's a snap shot of it.