What do I do with the Matrox 2-Person Lift Military Surplus Combination 286/Laserdisc Player?
Well, if you are not keen on 9 of the top ten uses, you are probably wishing
to use it for watching laserdiscs. Some helpful tips:
1. The Video and Audio outputs are on the back of the laserdisc player
unit (it is surprisingly modular, though it all runs from one power
source and is hence largely inseparable). To access these you must remove
the panel that covers the top 2/5 of the back. This is held in place with
two screws at the back. Also under this cover is the celebrated "hours
of use" meter, and a ribbon cable connecting the 286 to the computer. You
must disconnect this for the buttons on the front to work. Otherwise the
computer takes control of the laserdisc player, and repeats the same
annoying 2-second clip from the middle of the disc over and over
again.
2. The video output is BNC and not standard RCA, so you'll need a BNC-to
RCA adapter, which you can get at Radio Shack, or probably more cheaply
elsewhere. The signal is not an RF (antenna) signal, but a standard video one,
so you'll need a VCR or a TV with a video input, or in a pinch a
monochrome CGA monitor.
3. THX laserdiscs are not completely compatible with the old Audio standard
and playing them on this machine produces sound on one channel and a garbagey
whiney signal on the other. You will want to turn the balance to the
other channel or see #6 below.
4. Yes, you can stop it without ejecting the disc, just press the eject button
twice quickly.
5. If the little door breaks as a result of use #5 of the top ten uses, causing
the platter to close incorrectly, and the disc sensor to malfunction so it
immediately ejects any disc you place in it, you can fix this with a small
bent finishing nail and a little ingenuity.
6. The laserdisc unit actually has a serial port on the back! And a
standard one at that! Who would have thought the military would settle for
a standard serial port when they could have an enhanced and thoroughly
incompatible one? The computer also has a serial port (It actually has
two, but COM1 doesn't seem to work). After weeks of painstaking
experimentation, I have determined what signals to send to the player
to make it function, which I wrote down somewhere and lost. However,
before I lost it I wrote a library of routines in C++ to control the player,
through the COM2 port on the computer (just run a serial cable between
them). I then wrote a cute (if rather terse) little utility that
allows you to control the player via a joy-stick plugged into
the 286! I am making both code and program available to you, the only
requirement being that if you use them to make money, TELL ME HOW!