02-21-2017 03:47 PM
Hi everyone,
Eventually I would like to program a Tektronix DPO 4104B oscilloscope to trigger on a rising edge for a number of cycles. In the meantime, I would like to just create a program that will save the waveform/image on the 'scope.
I have not used any of the drivers in my code, but I have looked at some of the examples. I have used the programmer's manual to set up commands for configuring the different channels, trigger, etc. I used the following commands in my code the way the manual says to save waveforms (which can be seen in my VI):
SAVe:WAVEform
SAVe:WAVEform:FILEFormat
However, it is not saving and it is not giving an error. Has anyone else had this problem before?
Solved! Go to Solution.
02-21-2017 04:37 PM
Why do you need to save waveforms on the scope, not on the PC, using LabVIEW file functions?
Did you try saving/recalling manually from the scope menu to the same path?
I can not open VI (still 2011), but you know that it saves locally (scope path, not PC)?
02-21-2017 06:27 PM
Alexander is right, when you use SAVE:WAVE it will not transfer data to you computer but to the internal memory, the CompactFlash drive (D:) or USB drive (E:,F:,G:) of the scope.
To transfer the waveform data to your PC refer to section "Waveform Transfer Command Group" of the programmer manual.
Ben64
02-22-2017 08:08 AM
I can't believe I didn't realize that! Thank you so much for pointing that out to me.
02-22-2017 08:09 AM
Thank you showing me where to look. This is the first time I have programmed an oscilloscope!