02-19-2018 11:17 AM
I have a PCIe 6323 and can I generate triggering output on, say ao0, while setting up a GUI for, say ao1, for users to manually set a constant output on ao1?
Solved! Go to Solution.
02-20-2018 09:26 AM
joehsiao,
Yes, you should be able to, provided you do not need the accuracy of hardware timing. The DAQmx driver limits you to 1 hardware-timed analog output task at a time, so you could only run both these outputs at the same time if one, or both, task is software timed.
You can find more information in the following article: How Many DAQmx Tasks Can I Run Simultaneously?
Let me know if this helps.