Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display the wav on a chart or graph if user inputs frequency, amplitude, shape, offset

Solved!
Go to solution

Hi,

 

I have a program (an example program) where the user can input the frequency, amplitude, shape and offset of a wave. How do I take these properties and in the block diagram wire them to display this waveform on the front panel (in a chart or graph)?

 

Frequency, amplitude and offset is a double. Waveform in in the type waveform function.

code attached.

 

Please respond. Thanks.

 

0 Kudos
Message 1 of 2
(2,599 Views)
Solution
Accepted by topic author Tupaj

To see the actual waveform, you would obviously need an another instrument connected to the output of the Agilent. If you want something simulated and as close as you can, you can wire the waveform function to a case statement and place an approriate waveform generation function inside each case.

 

edit - You also posted to the wrong board. In the future, remember to post to either the Instrument Control (about Agilent) or LabVIEW (about waveform generation functions) board.

0 Kudos
Message 2 of 2
(2,597 Views)