Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I collect Analogue and Digital Data

Newbie to DAQmx - I need to acquire analogue and digital channels synchronously at, say, 1000Hz. But .NET Tasks appear to only copy with one type of channel...?
Any clarification or ideas welcome.
0 Kudos
Message 1 of 2
(2,672 Views)
If you need to acquire data from two different operations synchronously, one way to handle that would be to set up on task to drive the timing, and have the second task use external timing.

If we assume that the second task is digital, then the second task would need to use something like "Dev1/ai/SampleClock" as the external timebase. There is no way to start both tasks at the exact same time, so it would also be helpful to use the same terminal as the start trigger for the second task.
0 Kudos
Message 2 of 2
(2,624 Views)