NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to continuously run a sine wave signal through a DAQ in teststand for multiple steps?

I want a sinewave to be applied to a DAQ channel for an entire sequence and stop at the end of a sequence. How do I do this? 

0 Kudos
Message 1 of 2
(2,320 Views)

If you're using LabVIEW, you can create a step called Run VI Asynchronously.  You could call this VI in MainSequence setup and then it could constantly read a TestStand variable to know when to stop.  

 

Similarly, you call your DAQ code in a sequence and then call the sequence in a new thread.  This sequence would run in parallel with your other sequences.

0 Kudos
Message 2 of 2
(2,066 Views)