Hello,
I am a relatively new MatLab user and I am trying to do a seemingly simple task using my PCI-6036E series DAQ board.
I want to:
1. Record a 2-second window of data from a single AI channel
2. Produce a train of five voltage pulses (400 us wide or approx. 5000 Hz) after one second of data acquisition from one of the AO channels
3. Retain this information in a reliable and easily accessible way
I have tried using the NI-DAQmx tools, but I can't seem to get the data to record at the same time it is being output. I have tried using the FiniteSquareWaveGen, FuncGen and GenNUpdates functions to generate the square pulses, and GenNUpdates seems to do the job. Now, however, I don't know how to record at the same time.
Any suggestions you could offer would be greatly appreciated. I'm feeling lost in MatLab!
-Julie