To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example shows a way to do DAQ task called by TestStand in a new thread.
Description
This sequence calls a VI that performs Analog Output (a Sine Wave) while the sequence continues then sends a UIMessage to the VI when it is time to stop.
The VI can be modified to perform any sort of Data Acquisition. This would be useful in an application when you must output a sine wave, pulse train, or any other signal which runs continuously while other tests are performed. You could also input signals to analyze later while continuing a sequence.
Requirements
Steps to Implement or Execute Code
Additional Information or References
Sequence File Screenshot
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.