I've had a similar experience I believe.
I had to create the two waveforms with function generators, suck out the Y
values, then Interleave them into one array.
Basically, point one was the first point in waveform1 for Dac0, point two
was the first point of the second waveform for Dac1.
Then that gets wired to the output block where you tell it to scan both
channels.
Confusing as labview eh??
"shiv" wrote in message
news:5065000000080000009D4A0000-1021771306000@exchange.ni.com...
> hi,
> I am writing data on the two analog output channels on my PCI-6052E
> card.But AO write takes only one dimensional array of waveform data.
> How can I simultaneously output seperate waveforms on each of the
> analog output channels(say sine on DAC0
and square wave on DAC1)?