LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Digital input using digital trigger

I want to read a digital input on to a trigger in LabVIEW, any ideas on how I would do this?  I am also using a DAQ 6024E and in LabVIEW I am using DAQmx.

0 Kudos
Message 1 of 2
(2,514 Views)
Hi,

The E-series cards are limited in their functionality. You can only perform a software trigger on the two digital lines. This way you will read both lines in a while loop and compare one digital line's current state to the previous state. If you are using LabVIEW you can do this with a XOR and shift register in a while loop.

Abhinav T.
Applications Engineer
National Instruments
Abhinav T.
Applications Engineering
National Instruments India

LabVIEW Introduction Course - Six Hours
Getting Started with NI-DAQmx
Measurement Fundamentals
0 Kudos
Message 2 of 2
(2,494 Views)