Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

sync of two daq assistants

Attached is a example vi i am trying to make work.  I have two DAQ assistants inside the loop, one analog out and one analog in.  I need the input to start recording data before the output sends out the next sample and I dont know how to sync them.
 
any ideas.
0 Kudos
Message 1 of 2
(3,063 Views)
You could try using a sequence structure with a Wait in the first frame and the DAQ Assistant that is generating in the second frame. This will delay it from generating for the amount of time specified. I have attached a simple screenshot show this.
Regards,

Chris Delvizis
National Instruments
0 Kudos
Message 2 of 2
(3,047 Views)