Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I convert Traditional DAQ Trigger configurations that uses "I/O connector" input to DAQmx?

I am converting a lot of old Traditional DAQ code to DAQmx, and the digital write is configured to trigger on "I/O connector" with the trigger condition "Rising Edge". I'm not sure how to convert this to DAQmx (or exactly what it means). There seems to be nothing exactly like it in DAQmx.

0 Kudos
Message 1 of 2
(2,551 Views)

Hi Laurel,

 

Here is a list of documents you will find most useful making this transition:

 

Transition from Traditional NI-DAQ to NI-DAQmx in LabVIEW

http://zone.ni.com/devzone/cda/tut/p/id/4342

 

Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications

http://zone.ni.com/devzone/cda/tut/p/id/2835

 

This VI should do what you would like.  You will jsut need to specify where you are bringing in the trigger; this will be a PFI line most likely (PFI0) rather than the IO Connector.

 

DAQmx Write Digital Channel- Internal Clock with Digital Start Trigger  (You will need both VIs)

http://decibel.ni.com/content/docs/DOC-11141

 

Best,

Adam
Academic Product Manager
National Intruments
0 Kudos
Message 2 of 2
(2,520 Views)