Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Generate N updates E series D trigger.vi

Using this one, I would like to keep generating analog output whenever D trigger occurs. I modified the shipping example with while loop. However, issue is the speed. While 'while' loop shows around 100 Hz, my trigger speed is at least 1 khz.

Any idea??
0 Kudos
Message 1 of 3
(2,658 Views)
The issue with looping is that it requires the DAQ board to be reconfigured before each trigger - a time consuming task. One alternative would be to use your trigger signal as an external update clock. You could easily go > 1kHz. The trade off is you would only get one output voltage value per "trigger".

Best Regards,

Doug Noerman
0 Kudos
Message 2 of 3
(2,658 Views)
Actually, I found an example program called 'retriggerable ao advanced 6' which outputs many data points per 'digital trigger'. Issue is what I found 'non-synchronized' output frequently when I ran.
0 Kudos
Message 3 of 3
(2,658 Views)