10-16-2009 03:31 AM
Hi all,
I’mnew to LabView and I need help. In my experiment I’m use one generator Agilent 33220A and oscilloscope DSO6014A. The Generatorconnect to PC with help GPIB-PCI. All I want is generate signal (it can be sine) and be able change , frequency,the duration of signal, pause between two signals, amplitude and waveformfunction) and save date in file *** .csv with help oscilloscope
For example a want to generate sinesignal duration 2 seconds and after that a need a pause duration 1 second. Or signal 1 second – pause 3 second.
Please, help mi programming it.
10-16-2009 06:06 AM
A state machine architecture may work for you, your enum could read "wait 2 seconds", "wait 1 second", "wait 3 seconds"
there are tons of examples on this forum and in the example finder on state machines.
10-16-2009 06:16 AM
10-19-2009 03:10 AM
hello,
thanks for you answer, but it's not help mi. please, help mу create this VI. I want For example a want to generate sinesignal duration 3 seconds and after that a need a pause duration 1 second.
Thanks for help.