Difference between revisions of "KW11-L Line Time Clock"
m (+Link LTC) |
m (avoid redir) |
||
Line 5: | Line 5: | ||
The programming interface is extremely simple; there is one [[register]], with two [[bit]]s; one to enable interrupts, and one which is set for every clock cycle (and causes an interrupt when that happens, if the other bit is set). | The programming interface is extremely simple; there is one [[register]], with two [[bit]]s; one to enable interrupts, and one which is set for every clock cycle (and causes an interrupt when that happens, if the other bit is set). | ||
− | Physically, the original KW11-L is an [[DEC card form factor|extended-length]] single-height board ('''M787'''), which plugs into a dedicated slot in the CPU's [[backplane]]. Only the [[PDP-11/20]], [[PDP-11/40]], [[PDP-11/45]] and [[PDP-11/70]] support the original card, although later [[PDP-11]]'s generally provided a [[program compatible]] equivalent. E.g. on later UNIBUS machines (e.g. the [[PDP-11/04]] and [[PDP-11/34]]), the functionality was included in the [[DL11-W | + | Physically, the original KW11-L is an [[DEC card form factor|extended-length]] single-height board ('''M787'''), which plugs into a dedicated slot in the CPU's [[backplane]]. Only the [[PDP-11/20]], [[PDP-11/40]], [[PDP-11/45]] and [[PDP-11/70]] support the original card, although later [[PDP-11]]'s generally provided a [[program compatible]] equivalent. E.g. on later UNIBUS machines (e.g. the [[PDP-11/04]] and [[PDP-11/34]]), the functionality was included in the [[DL11-W serial line unit/real-time clock option|DL11-W]]. |
[[Category: UNIBUS Peripherals]] | [[Category: UNIBUS Peripherals]] |
Revision as of 01:01, 2 December 2021
The KW11-L Line Time Clock is a UNIBUS device option which provides a line time clock, producing interrupts at a rate of 50 or 60 Hz, driven from the AC power provided to the CPU's power supply.
The programming interface is extremely simple; there is one register, with two bits; one to enable interrupts, and one which is set for every clock cycle (and causes an interrupt when that happens, if the other bit is set).
Physically, the original KW11-L is an extended-length single-height board (M787), which plugs into a dedicated slot in the CPU's backplane. Only the PDP-11/20, PDP-11/40, PDP-11/45 and PDP-11/70 support the original card, although later PDP-11's generally provided a program compatible equivalent. E.g. on later UNIBUS machines (e.g. the PDP-11/04 and PDP-11/34), the functionality was included in the DL11-W.