01-23-2008 04:37 PM
01-24-2008 11:59 AM
Hi,
I believe that you can use a pause trigger in your application and monitor the digital line so that when it goes high or low the counter output will pause. A great example of this can be found by going to Help in LabVIEW>> Find Examples>>Hardware Input and Output>>DAQmx>>Generating Digital Pulses>>Gen Dig pulse train-Continuous-Pause trigger.vi. You can also use a case structure and place a stop task inside of the appropriate case. If you do not need to restart the generation you can use a stop trigger which is further explained in this Knowledgebase entry. I hope this helps!