Introduction
This example reads a binary file and uses DAQmx to output the data on a DAQ card. Regeneration mode is turned off, and the program will read 1024 data elements at a time until the end of the file is reached. The program will also check to see if the error cluster contains error code 4 (End of file error used to stop the while loop) and if so will clear the error.
Steps to Complete
1. Start up the program.
2. Select the binary file that you would like to use (I have included one to use for the example)
3. Select the physical channels you would like to use (this program was used to stream on a digital port)
4. Set the sample rate.
5. Run the VI.