07-16-2014 11:26 AM
I have a PCI-6259 DAQ card that I am programming with DAQmx. I want to create two digital output tasks on the same card. One task uses onboard clock, continuous samples. The other task uses onboard clock, finite samples, and an external trigger with trigger property Start.Retriggerable=TRUE. Is this possible with my hardware and DAQmx? Will there be a conflict if two tasks use the same clock source?
Solved! Go to Solution.
07-16-2014 04:13 PM
This is not possible, you may only have one hardware-timed DO task per device.
Best Regards,
07-16-2014 04:20 PM
Ok, I guess two hardware timed DO tasks is not possible.
Is it possible to have a hardware timed AO/AI/DI task running at the same time as a hardware timed DO task? Can they use the same hardware source?
Or even two simultaneous hardware timed AO tasks (I am guessing this one is a no)?
07-16-2014 04:21 PM - edited 07-16-2014 04:22 PM
joshxdr wrote:
Is it possible to have a hardware timed AO/AI/DI task running at the same time as a hardware timed DO task? Can they use the same hardware source?
Yes and Yes.
@joshxdr wrote:
Or even two simultaneous hardware timed AO tasks (I am guessing this one is a no)?
Your guess is correct, it is not possible to have two simultaneous hardware-timed AO tasks on a single device.
Best Regards,