Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Triggered measure two edge separation

Solved!
Go to solution

I am trying to use a USB-6259 device to measure the separation time between two signals. I need to measure the time only after another trigger signal has gone high. I have tried to configure the measure separation task with a Start trigger on a rising edge, and also with a pause trigger so that the task pauses if the trigger signal is low. However, I am getting errors that this is not supported. Is there anyway to trigger this type of measurement?

0 Kudos
Message 1 of 3
(3,103 Views)
Solution
Accepted by topic author dave6k

I figured it out - arm start trigger.

0 Kudos
Message 2 of 3
(3,091 Views)

With M-series counters, a regular start trigger can only be used for output tasks.  For counter input tasks, you'll need to configure what's known as an "arm start" trigger.  In LabVIEW, this must be done through a DAQmx Trigger Property Node rather than the standard DAQmx Trigger.vi

 

-Kevin P

 

P.S.  Oops, too late, you already figured it out.  That's what I get for clicking "reply" but not typing anything for a half hour.

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
0 Kudos
Message 3 of 3
(3,088 Views)