Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Generate voltage with a trigger configure

Solved!
Go to solution

Hi, everyone

 

I want to ask a general question about the data generation process.

I used "DAQmx start digital edge" to configure the task to start generate voltage on a falling edge of a digital signal in my application.  My trigger is a pulse train with a trigger freqeuncy 10Hz. Does the generation process stop at the rising edge? Or This is just effective when the first pulse appears and then the signal is generated continuously?

 

Thanks!

0 Kudos
Message 1 of 3
(3,721 Views)
Solution
Accepted by haiyueli

haiyueli,

 

With a DAQmx Start Digital Edge Trigger you will start your generation once the trigger condition is met (in this case the falling edge). It will not stop on the rising edge. It will keep running until the task stops, whether that be you stopping it or a finite generation.

 

What you are referencing sounds more like a Pause Trigger (example).

Aaron W.
National Instruments
CLA, CTA and CPI
Message 2 of 3
(3,714 Views)

Thanks, Aaron. I learn a lot!

0 Kudos
Message 3 of 3
(3,693 Views)