KY11-LB Programmer's Console

From Computer History Wiki
Revision as of 23:51, 21 December 2020 by Jnc (talk | contribs) (References: typo)
Jump to: navigation, search
A KY11-LB Programmer's Console on a PDP-11/04

The KY11-LB Programmer's Console was an option for the PDP-11/04 and the PDP-11/34 (the units for the two machines differed only in the number painted on the plastic insert). It provided the functionality of a conventional 'lights and switches' front panel.

It consisted of a front panel, and an M7859 quad card which plugged into any available SPC slot in the same backplane as the CPU, and a 20-conductor flat cable which connected the two.

To perform the basic functions of the console, it communicated with the PDP-11 CPU and main memory over the UNIBUS; a pair of additional backplane lines (Halt Request, on pin CP1, and Halt Grant, on CR1) communicate with the CPU, to request that the main CPU halt, and for the CPU to acknowledge that it has honoured that request.

Note that only the MUD backplanes (DD11-C, DD11-D and DD11-P) have these pins wired in a run, so they are the only ones which it should be used in.

To enable the extended maintenance functions which the KY11-B can perform, one (-11/04) or two (-11/34) optional flat cables connect the KY11-B card to a PDP-11 CPU card.

User Interface

The front panel had an octal keypad, a 6-digit LED display which showed address and data information, several individual indicator LEDs, and the following function keys:

  • CLR - Clear
  • LAD - Load Address
  • DIS AD - Display Address
  • LSR - Load Switch Register
  • EXAM -Examine
  • DEP - Deposit
  • CNTRL - Control - Used to enable the following keys:
  • INIT - Initialize
  • HALT/SS - Halt/Single-Step (the latter without 'Control')
  • CONT - Continue
  • START
  • BOOT

In addition, several other maintenance functions were actuated by use of the 'Control' key along with various numeric keys; in particular, the microcode of the PDP-11 processor can be single-stepped in maintenance mode.

The front panel also had six indicators:

  • RUN
  • SR DISP - Switch Register Display
  • BUS ERR - Bus Error
  • MAINT - Maintenance
  • BATT - Battery
  • DC ON

Maintenance Interface

The interface to the CPU, for maintenance purposes, carried the micro-PC (from the CPU), and 'Manual Clock Enable' and 'Manual Clock' lines.

The pinout for J2 (used in both) is (pin identifications are given in both numeric and alphabetic forms, as some engineering drawings use one, and some the other):

  1. A - Micro-PC 04
  2. C - Micro-PC 01
  3. E - Micro-PC 02
  4. H - Micro-PC 03
  5. K - Manual Clock Enable
  6. B - Micro-PC 00
  7. D - Micro-PC 05
  8. F - Micro-PC 06
  9. J - Micro-PC 07
  10. L - Manual Clock

The pinout for J3 (only used with the -11/34) is:

  1. A - Micro-PC 08
  2. FP11-A Attached
  3. Unused
  4. Unused
  5. Unused
  6. B - Micro-PC 09
  7. Service Br Power Fail
  8. Load Instruction Register
  9. Power Fail Br Pending
  10. Unused

Note that only the first signal (uPC08) is present in the KD11-E; the others were all added to the KD11-EA to support the optional FP11-A Floating-Point Processor.

Internal Details and Versions

The main board of the Programmer's Console is organized around an Intel 8008 8-bit micro-processor (uCPU); 1 Kbyte of ROM provides an extensive array of capabilities.

The ROM is contained in four 512x4-bit PROMs:

  • 23-347-A9 Code PROM low bits bank 1
  • 23-348-A9 Code PROM high bits bank 1
  • 23-345-A9 Code PROM low bits bank 2
  • 23-346-A9 Code PROM high bits bank 2

There is one other smaller PROM (DEC part number 23-123-A1) which converts from uCPU cycle type (ROM read, RAM read/write, I/O cycles) to the control lines needed to implement all those functions.

There are actually two versions of the card. In the later one, i) the four 8093 quad tri-state buffers between the UNIBUS data lines, and the internal bus, are replaced by 74173's, and ii) incoming SSYN is synchronized with the i8008's clock. Although the PCB is slightly different, the ROMs are all the same.

Cable Connection and Documentation Error

The KY11-LB maintenance manual contains a major error, in describing the configuration of the flat cable that connects the front panel and the UNIBUS interface module. This is covered in Chapter 9, "Installation", which includes two figures, Figures 9-4 and 9-5.

Those figures show the 20-conductor flat cable with the red edge stripe oriented toward the outer edge of the front panel PCB (correct), and also toward the outer edge of the M7859 (WRONG). On the M7859, the red stripe edge needs to be away from the outer edge of the board.

If it is plugged in as shown in these figures, the machine will not operate: the four 'RUN/SR DISP/BUS ERR/MAINT' lights will be on, but nothing else, and it will not respond to any keys. Fortunately, plugging the cable in reversed does not damage anything; simply reverse the cable, and all will be well.

See also

References

  • EK-KY1LB-MM-001, KY11-LB programmer's console/interface module operation and maintenance manual - Appendix A gives the source code for the ROMs