LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why is delay in AI Start is ignored?

I'm trying to delay my post-trigger data acquisition by using "Delay" in the additional trigger params input of AI Start.vi. Experimentation shows the digital trigger is working but AI Start ignores my delay - in fact, wiring up an indicator to "Actual Trigger Params" shows the delay is set at 0 seconds no matter the input. I'm using a DAQpad and LabView 5.1.1.
0 Kudos
Message 1 of 3
(2,719 Views)
Greetings,

Unfortunately, E-Series DAQ devices do not support this feature (only the 2000 Series devices do). To implement a digital trigger delay, you will need to incorporate one of the counters from your board into your program. Below is a link to an example program, which demonstrates how to implement this functionality:

http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/48b32f37a196a6e38625661e007ce874?OpenDocument

Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 3
(2,719 Views)
Everything I know is wrong! Thanks for the tip and the pointer.

Cheers,
0 Kudos
Message 3 of 3
(2,719 Views)