08-01-2016 09:35 PM
I am controlling the tektronix 3032B scope by the Labview "Tektronix TDS 3000 Series Single Channel Waveform Acquire" by Natioanl instrument. But the waveform is in cluster form. How do I save it into file? Please suggest. Thanks
Solved! Go to Solution.
08-02-2016 12:50 AM
Build waveform and then build array and you can use save waveform or write to file vis.
08-02-2016 02:16 AM
LabVIEW has a data type called "Waveform". I'm assuming this is what you have.
There are specific VIs to interact with this data type.
They are located on the Programming Pallette -> Waveform
Under: "Wfm File I/O" you will find "Write Waveforms to File.vi"
steve
08-07-2016 09:49 AM
Hi!
I have tried your suggestion, however, there was problem in wiring. The data type mismatched between the terminals. Attached are the tektronix zip file and screen shot. Upon unzip, the file "Tektronix TDS 3000 Series Transfer Current Waveform Example.vi" which I am using can be found under "Tektronix TDS 3000 Series\Examples" directory.
Thanks,
08-07-2016 03:20 PM