12-19-2013 07:48 AM
Hi All,
i use ni-6111 (Nidaqmx; C++, Delphi,VB), start the measurment for one channel ai0 over a trigger signal from counter0, it works; but want to start counter1 with same trigger signal, which fails.
if i try to generate event when counter0 changes gets error too, suppose not supported event for 6111? found no document for this.
Is there a way to use one counter as trigger source for the other counter and one ai channel?
Thanks,
hassan
12-20-2013
08:57 AM
- last edited on
06-09-2025
05:35 PM
by
Content Cleaner
Hi Hassan,
this is a LabVIEW example wich shows the possible ways to use multiple triggers:
http://www.ni.com/example/28575/en/
Don't be afraid because it's a LabVIEW example, the functions are named the same in the C++, C and C# driver functions. The work the same, the error codes are the same.
This should be easy adapted to your C++ project.
Best regards,
Frank