YES, my application is to measure 3 analog inputs at specified external triggering condition. At each time the DAQ recieve the external triggering, only one measurement is taken place at each channel. Then I need to create an output voltage right after this moment. And then DAQ wait for the next triggering event and take one data from each channel again, and creating a voltage ouput again.. this process is repeated over and over....The problem is if I increase my input frequency to high then DQA seems to skip some of the triggering ( this can be verified by look at the convert signal at PFI 2 of my card )... So I need to make the speed of my program as fast as possible by using the existing pulses in the card for the out put ... for example. ....
I wonder if there is anygood way of doing this... please help me