On 4 Sep 2011 at 9:52, Philip Pemberton wrote:
It's HP-IB. Unfortunately one of the
thumbscrews is missing from the
GPIB connector.
Is the 7470A anything like the 7440A in that different interfaces
have different firmware capabilities? My recollection for the
7440A is that the RS232 and Centronics-interface versions have extra
drawing primitives not present in the HPIB version.
I've never seen a 7440 (aak Colorpro) that's not the HPIB model, alas. I
do remeber that this plotter has an optional expansion module contain ROM
(and RAM?) that plugs into the underside of the unit -- fortunatly mine
has it.
I beelive some ploters -- and I think the HP7470 is among them -- do have
more commands in one interface version than in another. I guess it comes
down to what they couild fit in the ROM ;-)
The 7440A has a warm spot in my heart. Back around 1985-6, I was
working on a business plan and needed to run a series of charts. A
friend volunteered his 7440A that he'd picked up at CDC's closing
Are you sure? I've jsut looked at the documentation for the program you
mention below (and yes, it is the one, it has your name in the
documentation), and you clearly state there that the plotter you borrowed
was 7470. The 7470 is a 2-pen thing , the pens hre held one at each side
of the carriage rail and the carriage moves 'off the side of the paper'
to pick a pen up. The 7440 has a 6 pen carousel, driven by paper motor
(IIRC) -- when the carrage moves off the side it mechanically engagues a
clutch to enable the carousel drive.
their retail business store. I had a copy of
SuperCalc, which had
7440A support, but only the parallel and serial interface drivers.
I've never seen an HP ploter witha Centronics interface, adn I am
suprised they exist. HP plotters tended to need a bidirectiona interface,
you could get information back from them like the currnet plotter limits,
pen postion, etc. You could use most HP plotters a a crude digitiser --
fita sight in place of the pen, then move that aroudn with the manual
control buttons and hen it was ovre a feautre on the original (put where
the plotter paper would noramlly be), get the host computer to read the
coordiantes from the plotter.
I remembered that Victor double-dutied the parallel port on the 9000
as both printer and HPIB interfaces, so I thought I'd make the IBM PC
The Victor 9000/Sirius did use GPIB buffers (75160 and 75161 IIRC) to
drive the 'printer' port though..
XT do likewise. It was a simple matter to convert a
generic parallel
card to bi-directional operation and I figured I could get away with
its totem-pole drivers to drive a single device.
So I wrote a TSR to hook BIOS interrupt 17H and translate the
commands destined for a parallel plotter to the HPIB one.
It worked like a charm and I was churning out color charts in no time
at all. Fortunately, SuperCalc used only the basic drawing
primitives and none of the extra stuff that wasn't present on the
HPIB model.
I think my code for this is still in SIMTEL
If not, I have it here.
-tony