LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple waveform generation on analog output channels

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)?
0 Kudos
Message 1 of 4
(2,931 Views)
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)?
0 Kudos
Message 2 of 4
(2,931 Views)
steve,
thanks.I just fixed it.It seems to work like you said.I was trying all combinations and the one you mentioned worked just right.
thanks,
Shiv
0 Kudos
Message 3 of 4
(2,931 Views)
I tried ~all combinations too, that just happened to be one of them.
Too bad RTFM doesn't work, I couldn't find anything on it in there.


"shiv" wrote in message
news:506500000005000000447C0000-1021771306000@exchange.ni.com...
> steve,
> thanks.I just fixed it.It seems to work like you said.I was
> trying all combinations and the one you mentioned worked just right.
> thanks,
> Shiv
0 Kudos
Message 4 of 4
(2,931 Views)