LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analog Triggering using E-series board

Hello. I'm very new to Labview but I'd like to trigger using either a
change in slope or a relative voltage change. Presently, it is
triggered using an absolute voltage value on a rising slope. Is this
possible on an E series DAQ board? Thanks.

Alan
0 Kudos
Message 1 of 3
(2,736 Views)
iliveinatrailerpark@yahoo.com (Alan) wrote in
news:5449f169.0306101304.314dc144@posting.google.com:

> Hello. I'm very new to Labview but I'd like to trigger using either a
> change in slope or a relative voltage change. Presently, it is
> triggered using an absolute voltage value on a rising slope. Is this
> possible on an E series DAQ board? Thanks.
>
> Alan
>

My guess is what you want to do is not possible. One trick would be to
constantly sample and throw away the data while testing for your trigger
condition, and then start saving the data.

Otherwise, you're probably going to need to use an analog differentiator or
an analog high pass filter on your trigger line.

--
Scott
Reverse first field of address to reply
0 Kudos
Message 2 of 3
(2,736 Views)
Alan,

There are many resources available to you on the Developer Zone to explain triggering concepts and provide example code. Below are two main locations for triggering information.

1. NI Developer Zone > Development Library > Measurement Hardware > Analog Input/Output > Analog Input > Triggering

2. NI Developer Zone > Development Library > Measurement Hardware > Analog Input/Output > Analog Input > Using Occurrences/Events

Have a great day!
0 Kudos
Message 3 of 3
(2,736 Views)