communication of oscilloscope with a computer

K

karina

Guest
Hi!
I have a Tektronix TDS 220 oscilloscope and I'm intrested in checking
Audio-Video synchronization from DVD. I succseeded doing it manually
with the oscilloscope, but I am intersted in doing it automatically.
Is there a way of communication of the oscilloscope with the computer
(I saw there is a COM PORT at the back of it...)? Which software or
hardware I need for it?
 
karina wrote:
Hi!
I have a Tektronix TDS 220 oscilloscope and I'm intrested in checking
Audio-Video synchronization from DVD. I succseeded doing it manually
with the oscilloscope, but I am intersted in doing it automatically.
Is there a way of communication of the oscilloscope with the computer
(I saw there is a COM PORT at the back of it...)? Which software or
hardware I need for it?
www.tek.com
Download the programming manual. If they don't have the exact one
online, you should be able to find one close enough.
If it has gpib, you can get a lot of stuff at www.ni.com.
mike

--
Return address is VALID.
500MHz Tek DSOscilloscope TDS540 $2200
http://nm7u.tripod.com/homepage/te.html
Wanted, 12.1" LCD for Gateway Solo 5300. Samsung LT121SU-121
Bunch of stuff For Sale and Wanted at the link below.
http://www.geocities.com/SiliconValley/Monitor/4710/
 
karina wrote:

Hi!
I have a Tektronix TDS 220 oscilloscope and I'm intrested in checking
Audio-Video synchronization from DVD. I succseeded doing it manually
with the oscilloscope, but I am intersted in doing it automatically.
Is there a way of communication of the oscilloscope with the computer
(I saw there is a COM PORT at the back of it...)? Which software or
hardware I need for it?
COM ports only transmit data quite slowly. It's a control interface not a
data interface. If you're thinking you can send the trace data via a COM
port - you're mistaken.

Graham
 
In article <418e2386$0$25965$e4fe514c@news.xs4all.nl>,
Frank Bemelman <f.bemelmanx@xs4all.invalid.nl> wrote:
[...]
It's quite possible to transfer the waveform over the RS232 port.
Curve command or something. Or set the RS232 as output for hardcopy
and ask for a hardcopy, which prints the entire screen, including
settings and graticule etc. It is relative slow of course.

"relatively slow" is relative. Compared to looking at the screen and
picking points off and entering them into the compute, the RS232 is
blindingly fast. It also is very good when you need to acquire many shots
of the data and process them to see if the answer is right.


--
--
kensmith@rahul.net forging knowledge
 
On 7 Nov 2004 02:56:12 -0800, sodkarin@t2.technion.ac.il (karina)
wrote:

Hi!
I have a Tektronix TDS 220 oscilloscope and I'm intrested in checking
Audio-Video synchronization from DVD. I succseeded doing it manually
with the oscilloscope, but I am intersted in doing it automatically.
Is there a way of communication of the oscilloscope with the computer
(I saw there is a COM PORT at the back of it...)? Which software or
hardware I need for it?
Tektronix sells Wavestar, that allows communication over RS232.

This allows screen and settings capture in one direction and set-up of
the display/measurement settings in the other.

http://www.tek.com/site/ps/0,,60-12123-INTRO_EN,00.html

There are legacy com packages that can perform thesame thing without
the elaborate windows GUI. Some are listed in the downloads section
for your model of scope. These may be harder to locate since the model
was discontinued.

RL
 
Hi Klaus!
Could you please post the code for using USB-Serial you talked about?
I don't need it to be fast anyway...
Thanks, Karina


"Klaus Vestergaard Kragelund" <klauskvik@hotmail.com> wrote in message news:<418e418a$0$296$edfadb0f@dread12.news.tele.dk>...
"Frank Bemelman" <f.bemelmanx@xs4all.invalid.nl> wrote in message
news:418e2386$0$25965$e4fe514c@news.xs4all.nl...
"Pooh Bear" <rabbitsfriendsandrelations@hotmail.com> schreef in bericht
news:418E159C.6AA9ED25@hotmail.com...
karina wrote:

Hi!
I have a Tektronix TDS 220 oscilloscope and I'm intrested in checking
Audio-Video synchronization from DVD. I succseeded doing it manually
with the oscilloscope, but I am intersted in doing it automatically.
Is there a way of communication of the oscilloscope with the computer
(I saw there is a COM PORT at the back of it...)? Which software or
hardware I need for it?

COM ports only transmit data quite slowly. It's a control interface not
a
data interface. If you're thinking you can send the trace data via a COM
port - you're mistaken.

It's quite possible to transfer the waveform over the RS232 port.
Curve command or something. Or set the RS232 as output for hardcopy
and ask for a hardcopy, which prints the entire screen, including
settings and graticule etc. It is relative slow of course.

--
Thanks, Frank.
(remove 'x' and 'invalid' when replying by email)






Yes, I have an application where I use my TDS220 and a function generator
(HP33120A) to perform a crude gain/phase network measurement. But ofcourse
its slow, takes a couple of seconds to get an entire trace

I can post the code if you are interested - it is adapted to use USB to
serial converters, so it's even slower than "normal" RS232

Cheers

Klaus
 
"Pooh Bear" <rabbitsfriendsandrelations@hotmail.com> schreef in bericht
news:418E159C.6AA9ED25@hotmail.com...
karina wrote:

Hi!
I have a Tektronix TDS 220 oscilloscope and I'm intrested in checking
Audio-Video synchronization from DVD. I succseeded doing it manually
with the oscilloscope, but I am intersted in doing it automatically.
Is there a way of communication of the oscilloscope with the computer
(I saw there is a COM PORT at the back of it...)? Which software or
hardware I need for it?

COM ports only transmit data quite slowly. It's a control interface not a
data interface. If you're thinking you can send the trace data via a COM
port - you're mistaken.
It's quite possible to transfer the waveform over the RS232 port.
Curve command or something. Or set the RS232 as output for hardcopy
and ask for a hardcopy, which prints the entire screen, including
settings and graticule etc. It is relative slow of course.

--
Thanks, Frank.
(remove 'x' and 'invalid' when replying by email)
 

Welcome to EDABoard.com

Sponsor

Back
Top