11-24-2010 02:33 PM
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.
11-29-2010 11:26 AM
Hi Laurel,
Here is a list of documents you will find most useful making this transition:
http://zone.ni.com/devzone/cda/tut/p/id/4342
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.
http://decibel.ni.com/content/docs/DOC-11141
Best,