Hi,
I'm making waveforms generation program using DAQmx. Brifely explainnig my program,
it makes two different waveforms first, and then it generates them through two channels at the same time.
I made waveforms array and physical channels array so that connect these arrays to "DAQmx creat virtual channels.vi"
The probelm is that I cannot connects array channels to the "physical channels" input.
For traditional AO wave.vi, I can connect multiple channels. however DAQms I cannot do that.
I think DAQmx provides this function. (That is why it is written physical channel"s")
When I look at the block diagram of DAQmx creat virtual channels.vi. , there is only one channel instead of array channels.
How can I use multiple channels?
Thank you.