At 01:05 AM 10/30/05 +0100, you wrote:
Background:
The problem with the old HP 9162-0061 data cartridges is that the
magnetic coating peels off from the (transparent) tape causing the
machine to stop accessing the tape with an EOT warning. This is
actually very good news because it means that the damage is localized
(a few mm of tape with scrapped off magnetic coating).
BTW here is a picture of a damaged tape:
http://www.series80.org/Articles/DamagedTape.jpg
My guess is that the magnetic coating gets scrapped off the tape
during fast motion (rewind or fast forward), so presumably if you
Hmmm. I thought it was where the taps stuch to itself,
That does seem to be the case. At least in the ones that I've looked at
prior to using them. Someone should unwind a few of the tapes and check
them to see if that seems to be the case. If they appear good then run them
through a tape drive and see if the media stays on. FWIW I tested about a
dozen tapes a few years ago and about 4 failed on the first pass, about
that many failed in the next few days and only one lasted a week. IIRC It
died about 10 or 12 days. It's been a while and I don't remember what the
failure modes were but I think it must have been media failure. If so they
they probably have both stuck-tape failures and shedding-media failures.
or to the drive
belt, when the catridge was stored. In which case your
idea might not
help much.
simply advance the tape over the heads at normal
read speed (10 ips)
the tape will survive for a single pass (there are two tracks on the
tape, but since the head is not moving, I assume that you can read
both tracks at the same time).
I would think so. The head is not moved between tracks, it's electrically
switched.
Now since we have only one attempt, and we are likely to encounter errors,
I do not want to have the Series 80 firmware involved in the process.
I would like to simply record the info (via a PC) to a .wav file and then
process that file to see if anything can be extracted.
Proposal:
To do this I would need to manually rewind the tape till the BOT sensor,
mount it on the tape drive and advance it past the read/write head
till I run out of tape (tape unspools from the supply reel).
While this is going on I am recording the output of both heads via the
audio in port of my PC sound card (maybe use two separate sound cards to
avoid cross talk?).
I would think one sound card (with 2 input channels) would be enough. I
think cross talk would be pretty easy to eliminate in software (if it's a
problem at all).
>
> Data extraction rig:
>
> 1) audio connection: what kind of set-up would be required to connect the
> heads to the audio card. From the schematics I see that there are
essentially
three
connections to each head:
Head 0: H0, CT0, and HC
Head 1: H1, CT1, and HC (HC is common to both heads)
But I am not sure what these are used for.
I would assume 'Hn' was the top end of each winding, 'CTn' was a centre
tap and 'HC' was head common.
What I would do (and alas it needs a 'scope would be to remove the R/W
chip and connect the differential inputs of the 'scope to HC and H0
(say). Run a recorded, but unimportant 'scratch tape' through the thing
and see what signal you get. Then design a differential amplifier to
bring it up to the sound card input levels.
The preamp schematic from the 9815/9825 tape drive might be a start. Does
anybody know if those drives are tape and track compatible with the 85
drive?
They DO use the same tape so they must be compatible. I don't know about
the track spacing but I would think they would be the same. It should be
easy enough to check with some MagnaSee. I THINK that's the name of the
liquid that you put on mag tapes/cards to see the magnetic tracks. I have a
can of it around here somewhere but no idea where it's at at the moment.
In other words, would the 2 track head of a 9815 correctly read
the tracks on an 85 tape (yes, I know the controllers
are very different).
2) running the tape at a constant 10ips. There is a circuit that uses
the tachometer wheel to control the tape speed, but again I am not sure
how to program (?) the tape controller IC (U1) to move the tape.
(I may need to disable the BOT/EOT sensors, but that should not be a
problem).
Could you not design your own motor controller? It's 'just' a matter of
controlling the motor voltage to get the right frequency output from the
tacho sensor.
It's a servo loop so I don't think it would be that easy. You'd have to
have the correct response times and all that to make it work properly. And
remember that these motors have both a high spped and normal reading speed
as well as reverse so your controller would to be capable of handling all
that. IIRC there's an article about that in one of the HP Journals. IIRC it
wasn't easy to make the thing work the way that it does.
What I would do, actually, is extract the drive from a 'junk' 85 (or a
Actually that sounds like a GOOD idea. Ratty looking HP 85s are readily
available. I'd take one of those and take out the tape drive ribbon cable
and replace it with real wires then add some test points to it and maybe
cut some sections out of the case to allow access to it's inards and make a
test platform out of it.
Joe
9815 or something if that drive is compatible) and use
virtually none of
the HP electronics. Make my own motor controller and head amplifiers. I
would not want undocumented custom chips around. You might be able to use
the speed control circuit from the 9825, that is all standard chips
I am lucky to have a 9915A as my test bed which allows far easier access to
the tape drive mechanism than the HP-85 (and does not have these evil
ribbon cables).
Incidentally, there are some interesting manuals for the 9915 (and other
HP desktops) on
http://www.hpmuseum.net . Even an operating/service
manual for the _keyboard_.
-tony