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,867 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

https://www.ni.com/en/support/documentation/supplemental/06/transition-from-traditional-ni-daq--lega...

 

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

https://www.ni.com/en/support/documentation/supplemental/06/learn-10-functions-in-ni-daqmx-and-handl...

 

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)

https://forums.ni.com/t5/NI-DAQmx-Examples/DAQmx-Write-Digital-Channel-Internal-Clock-with-Digital-S...

 

Best,

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