07-26-2019 01:57 PM
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?
07-29-2019 08:35 AM
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.