Not that I know anything about this device...
According to my little guide, if the 1600 LED
isn't lit, this
corresponds to a "Door open" error.
All LEDs on, with Alert blinking says there's a power failure issue.
A lot of devices have all indicators turned on by hardware when the
internal microprocessor is reset (perhaps by having a PIO-type chip
driving TTL buffers that drive the LEDs, so on reset the I/O lins all
become inputs (high impedance), the inputs to te buffers float high, and
the LEDs go on). One of the first thigns the firmware does is initialise
the I/O chips and set the right pattern on the LEDs.
I wonder if the 'power supply problem' here could mean there's a
power-fail circuit that resets the control processor. So if a power line
is msisign the processor is held reset.
Anyway, what I am coming to is that if the processor doesn't run the
irmware for whatever reason, all LEDs go on. It could eb a processor,
ROM, address decoder, RAM (?), etc problem too.
So yes, chec kthe power liens first, always a good idea. A thing can't
work without the right power. Then I would see if the procssor is being
held reset. See if the processor clock is running. See if the processor
is tryign to access the firmware ROM. And so on.
-tony