LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using PXI-4461 And Labview, How can I have AO0 Output Square Signal and AO1 Output Waveform

Solved!
Go to solution

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.

0 Kudos
Message 1 of 3
(3,306 Views)
Solution
Accepted by topic author skykeeper

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.

 

24138i135599FF7792C9D6

- tbob

Inventor of the WORM Global
Message 2 of 3
(3,292 Views)

Thanks for your reply it helped me alot.

0 Kudos
Message 3 of 3
(3,269 Views)