LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronization AI/AO

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.

0 Kudos
Message 1 of 2
(2,249 Views)

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.

0 Kudos
Message 2 of 2
(2,221 Views)