¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: 2440: GPIB
USB is not interrupt driven. When a USB device needs service it has to cross its legs and wait until it is polled by the Operating System. Because it has to be polled anyway, for the low speed stuff
By Chuck Harris <cfharris@...> · #88994 ·
Re: Service Manual for early Tek 465 Scope
Al, Try ko4bb.com. There is a low serial number 465 manual there. --John Gord
By John Gord · #88993 ·
Service Manual for early Tek 465 Scope
I found a 465 service manual (some 291 pages worth) on the web that is labeled for SNs 250,000 and up. My scope is a much earlier one, SN in the B032,000 range. Is there a service manual available,
By Alan Klayton · #88992 ·
Help Tektronix 466 repair advice
Hey everyone, Just wanted to introduce myself. I am getting into electronics and have been toying with them for the last 8 months, and love it i want to learn MORE!!! I have repaired 3 CRT arcade
By epicfatigue · #88991 ·
Re: 2440: GPIB
If I recall correctly, the original poster had pretty modest GPIB requirements. I also found myself wanting to some simple interfacing with a couple of GPIB instruments that I have (a TDS540 and a
By scott_dixon <yahoo@...> · #88990 ·
Re: 2440: GPIB
OS? take the problem back to the cause! With the prologix adapters (both), what does it say when SRQ is raised by any device on the buss... for whatever the reason? nothing.
By David Gravereaux · #88989 ·
Re: 2440: GPIB
I'm trying to help others from thinking it's a real GPIB controller that will grow with their system. Same price and you can get a real NI PCI-GPIB card off eBay. The fact that it uses a t
By David Gravereaux · #88988 ·
Re: 2440: GPIB
David Gravereaux wrote: You can believe that if you want, but your OS knows the truth.
By Chuck Harris <cfharris@...> · #88987 ·
Re: 2440: GPIB
cleyson@... wrote: There's a 4041 out there right now for $75 BIN. :-) -ls-
By teamlarryohio · #88986 ·
Re: 2440: GPIB
Hi A cheaper and perhaps less complicated option would be to either buy or build a RS232 or serial USB to GPIB converter. There are a few open source projects, and of course the Elektor GPIB
By Chris Leyson · #88985 ·
Re: 475 channel 1 intermittent
Like Tom says, you can use channel 2 to probe channel 1. Just be careful not to allow the probe ground lead to touch anything except ground. I would take a careful look at the channel 1 BNC connector
By David Hess · #88984 ·
Re: 475 channel 1 intermittent
A Common failure on 4xx scopes are the solder joints inside the input attenuators. They are white plastic rectangular things with 100X, 10X, etc marked on them. They have component numbers between C30
By Tom Jobe <tomjobe@...> · #88983 ·
Re: 475 channel 1 intermittent
Use channel 2 to trace the signal in channel 1. Work through to the channel switch. Tom
By Tom Miller · #88982 ·
Re: 2440: GPIB
If it's running on the CPU, it's running on the CPU. At GPIB service rates, the benefits of doing so at ring 0 are either nonexistent, or arise from suboptimal architectural decisions at the
By John Miles <jmiles@...> · #88981 ·
475 channel 1 intermittent
My 475 channel 1 is pretty much dead it comes on intermittently mostly dead. channel 2 works perfectly. I had this problem since I got it but It was originally mostly working and has just gotten to
By [email protected] · #88980 ·
Re: 2440: GPIB
Let's define what asynchrous means, shall we? Asychronous means at it's core, that without having to ask, you are given through an alert mechanism. And BTW, the OS isn't watching the hardware lines,
By David Gravereaux · #88979 ·
Re: Tektronix 221 BIN $60
Looks like it got dropped. 73, Dick, W1KSZ
By Richard Solomon <dickw1ksz@...> · #88978 ·
Tektronix 221 BIN $60
No affiliation. Ebay 121083990160 Jay
By Jay Walling · #88977 ·
Re: 2440: GPIB
Well, no, it isn't "telling you" anything The OS is doing the polling on your behalf in a way that makes it look asynchronous to your code, but is not. At GPIB speeds it's normally just fine to do
By John Miles <jmiles@...> · #88976 ·
Re: 2440: GPIB
Not one bit. An example to a DM5010 to setup async reading of measures: -> ACV; RQS ON; MODE RUN now when SRQ is raised with a status byte from it of 132 returned from the serial poll, I call ibrd()
By David Gravereaux · #88975 ·