There is another difference, the 9845C were shipped
with colored
functions keys ;-)
What, all different colours, to indicate the colour that the text (or
whatever) will appear on the monitor? The HH Tiger did that.
Thanks, I'm glad my PSU is still working. I've
had enough trouble with
the 9845A PSU, which is only as half as complex, although the functional
When you say 'half as somplex', do you mean it only has one main chopper
circuit, not the 2 that are used in the 9845B Opt 200?
I have never seen a 9845A, but from what I've heard it's very different
to the B or C. To the extent that both processor modules are on one PCB,
and there's a bus switching board alongside it.
The mono
monitor doesn't have its own mains supply, it runs off assorted
voltages from the CPU box supply. Of coruse it does generate the HV for
the CRT from the flyback transformer as usual.
That's interesting, so even the fast mono graphics monitor is powered by
the mainframe PSU. By the way, do you have an idea how to build a
Yes. And it's not just one supply line either. There's certainly +5V,
+12V and -12V for the logic, and I think +18V and -18V (Vm on my
diagrams) for the analogue side.
The mono monitor is also quite complex inside. There are 6 plug-in PCBs +
a backplane and a little function keystrip under the screen. The flyback
transformer, which supplies the high voltages for the CRT, is seperately
mounted on the chasis metalwork.
The 6 PCBs split into 2 sets of 3. The first is the digital stuff and
consists of :
Text PCB :
----------
Takes in characters from the 80 cahracter buffers on the mainframe video
interface PCB. Contains character generators, video shift register,
attribute logic, video timing/sync chain, etc.
Interface PCB :
----------------
Linkls to the PPU I/O bus. I/O address decoder, control/status register,
keypad encoder, etc.
Processor PCB :
---------------
Graphics memory, HP ASIC as an address generator (both for read/display
and things like line drawing), graphics shift registers, rubberband
memory, etc.
There must be around 200 ICs on those 3 boards in total
The other 3 boards are the analogue stuff you'd expect (!) to find in a
monitor.
Deflection PCB :
----------------
Scan oscillators, vertical output stage, SMPSU for the flyback
transformer (!), raster correction circuit
Video PCB :
-----------
Video DAC (resistor ladder, actually), video amplifier, CRT driver circuitry
Heatsink PCB :
--------------
6 power transistors. Raster correction output, horizontal supply
regulator pass transistors, horixzontal output transistor, flyback driver
transistor.
Note that the yoke has 3 windings. As well as the conventional deflection
windings, there's a feedback sense winding that measures the actually
horizontal deflection field.
There are 2 expansion slots in the monitor. One is for the lightpen
controller. THe other is for an arbitrary video expansion board. I have
neither option, so there are no schematics.
home-brew startup fixure? I guess the only signals
which are really
important are the NP and the NL signals. The first resets the address
registers of the alpha circuit and grabs the fist word from the crt
buffer in block 1, the other probably initiates another PPU bus
arbitration for grabbing one complete line of text from the crt buffer
in block 1. Maybe in absence of a crt the alpha circuit makes some kind
of continuous bus capture and the whole system hangs. And maybe the
mainframe can run even without crt when NP and NL are both pulled up to
logical 1. Two resistors would then be enough.
Another probably important signal is the HALT-signal, from which the PPU
knows it's the PPU and not the LPU, and which is generated by the alpha
circuit but probably triggered by the NP signal.
First problem (for you, at least). I drew all this out long before seeing
an HP manual, so I didn't use the HP names. And several of the signals
disappear into the PPU hybrid so it's almost impossible to work out what
they actually do there. I have now seen the HP boardwapper guide for the
monitor, but I couldn't easily work out the translation between my names
and HP's.
-tony