12-04-2007 08:04 AM
12-05-2007 01:33 PM
Hi Gerry,
The DAQmxCfgDigEdgeStartTrig will configure the trigger then the program will progress until the generation step and wait for a trigger. If you would like to start other functions based on this trigger you can monitor the PFI line that the trigger is coming in on and based on the value proceed to those various function. You will not need a digital channel associated with your trigger you can specify which PFI to monitor, but if you would like to know the value of the line then you will need to set up a digital task to monitor the line. I have found the following Developer Zone article to be useful, Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications
12-05-2007 02:10 PM
Thanks for the information. That clears a lot of things up for me.
Regards,
Gerry