09-16-2010 02:47 PM
I'm Using PXI-4461 And Labview, having trouble generating 2 signals simultaneously.
How can I have AO0 Output SquareWave and AO1 Output SignWave?
Please Help. (Sample Code would be nice)
Thanks.
Solved! Go to Solution.
09-16-2010 04:24 PM
Create two waveforms and make an array with them. Use DAQmx Create Virtual Channel to create two channels. First waveform will be sent to first channel, second waveform to second channel.
I didn't include any settings like clock rate, timing, amplitude, triggering, and such. You can add these things. This is just a basic example.
09-17-2010 12:28 PM
Thanks for your reply it helped me alot.