Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to collect a hardcopy from a Tektronix TDS 220 oscilloscope using GPIB and Labview.

I am trying to collect a hardcopy from a Tektronix TDS 220 oscilloscope. I am using GPIB through Labview. I have checked the Tektronix website and I have also browsed the support forums here, but I am stuck. The oscilloscope sends a BMP file over the GPIB, but I am having trouble receiving the file in Labview. Somebody said to use the IBRDF command, but I am not familiar with how one would use this command in Labview. Any help would be appreciated. Thanks.
Eric
0 Kudos
Message 1 of 3
(4,306 Views)
This only FYI.
when GPIB gets the hardcopy, there might be Oscilloscope command that tell LabVIEW to store the BMP file to somewhere in your machine. I am not sure LabVIEW can read and present the BMP file. I did not use file I/O before. You can eather check those file I/O functions or you find the file stored in your machine and open it with other SW such as PP MS Photo editor etc.
0 Kudos
Message 2 of 3
(4,306 Views)
"eric" wrote in message
news:5065000000080000005E160000-983677784000@quiq.com...
> I am trying to collect a hardcopy from a Tektronix TDS 220
> oscilloscope. I am using GPIB through Labview. I have checked the
> Tektronix website and I have also browsed the support forums here, but
> I am stuck. The oscilloscope sends a BMP file over the GPIB, but I am
> having trouble receiving the file in Labview. Somebody said to use the
> IBRDF command, but I am not familiar with how one would use this
> command in Labview. Any help would be appreciated. Thanks.
> Eric

I've found the VISA driver works OK without having to go to low-level GPIB
commands. Try the 'Getting Started 2.vi'
ftp://ftp.ni.com/support/instr_drivers/labview/windows/current/library/gpib/
tktds
2xx.zip

Good luck

Keith Fuller
0 Kudos
Message 3 of 3
(4,305 Views)