04-11-2012 01:19 PM
I used the example VI to set up a synchronized timing for my AI/AO.
I want to output the file once and continue the AI many times. Can you help me do this?
I've attached the VI. The AO i use is a .wav I generated at 200kHz.
04-12-2012 01:08 PM
Yeah, I think you almost got it, but messed up putting the AI read in the while loop... it doesn't need to be there.
Instead, you need the AO task in the while loop. See the Cont Gen Voltage Wfm examples and have your AO setup like that. The AI can be setup parallel and outside the while loop.