Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx: Multiple digital output tasks for the same card both using onboard clock

Solved!
Go to solution

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?

0 Kudos
Message 1 of 4
(4,113 Views)
Solution
Accepted by joshxdr

This is not possible, you may only have one hardware-timed DO task per device.

 

 

Best Regards,

John Passiak
0 Kudos
Message 2 of 4
(4,102 Views)

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)?

0 Kudos
Message 3 of 4
(4,099 Views)

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,

John Passiak
Message 4 of 4
(4,097 Views)