LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analog Output from Basic Function Generator.vi

Hi Everyone,

How do I get analog output (e.g. sine functions) from Basic Function Generator.vi using AO Write One Update.vi? Is this the right vi to write the analog output?? Do I need to build array before sending it to AO??

Help!!
0 Kudos
Message 1 of 2
(5,842 Views)
Hi June,
The Basic Function Generator.vi outputs a waveform/array while the AO Write One Update.vi reads a single value so its not the right AO vi to be used for signal generation.
You can use the intermediate AO Write.vi in conjuction with the function generator vi.

Much easier, have a look at the a shipped AO example in labview for a start.

There is shipped example called 'Function Generator.vi' that is a advanced example of continuous waveform generation. It generates the selected waveform continuously until the stop button is pressed. It changes the waveform on the fly, responding to changing signal type, amplitude, offset, point rate, and phase settings on the front panel.

Hope this helps,
Pravin
0 Kudos
Message 2 of 2
(5,842 Views)