09-18-2006 08:05 PM
09-19-2006 12:25 PM
09-19-2006 12:58 PM
09-19-2006 02:20 PM
Hi Kenn,
Thanks for reply. Actually my application is an impact hammer test, which usually use two channels, one channel is for the impact hammer, another for the accelerometer. I am using VC++ 6.0 to program, not LabView. I have tried DAQMx Analog SW trigger, using the function DAQmxSendSoftwareTrigger, but it did not work. I might be not using the function correctly. Do you have any examples in C or VC++?
Thanks09-20-2006 12:27 PM
09-20-2006 03:32 PM
Hi Kenn,
Now I am clear about what I can do for my application. I can either use PFI0 (E series) as a hardware trigger resource, or poll the datapoints as a software solution.
Because later I will try USB-9233 in our application and it seems no such pin as PFI0 has been provided in this USB DAQ card, now I have to use software method to do the job. It would not be very difficult to program the polling, but to save my efforts, it would be nice if I can have an example for reference.
At the time I am also wondering why NI removed the software trigger functionality from DAQmx. In traditional NI-DAQ the polling is automatically done by the driver or a DLL. That is very convenient for the user.
Thank you very much for support.
RUI