Difference between revisions of "Front panel"

From Computer History Wiki
Jump to: navigation, search
m (See also: +DEC indicator panel)
(Also control panel)
Line 1: Line 1:
 
[[Image:KA10FrontPanel.jpg|thumb|right|400px|A front panel from a [[KA10]]]]
 
[[Image:KA10FrontPanel.jpg|thumb|right|400px|A front panel from a [[KA10]]]]
  
A '''front panel''' or '''front console''' (also '''operator's console''' or '''programmer's console''') is, on older computers, a panel containing a collection of lights and switches which allows manual control and operation of the computer.
+
A '''front panel''', often called a '''control panel''' or '''front console''' (also '''operator's console''' or '''programmer's console''') is, on older computers, a panel containing a collection of lights and switches which allows manual control and operation of the computer.
  
 
Typical operations which can be performed from the front panel include examining and depositing in locations in [[main memory]] and [[register]]s, starting and [[halt]]ing the [[Central Processing Unit|CPU]], and [[debug]]ging initial [[program]]s by [[single-step]]ping the CPU and watching what it does.
 
Typical operations which can be performed from the front panel include examining and depositing in locations in [[main memory]] and [[register]]s, starting and [[halt]]ing the [[Central Processing Unit|CPU]], and [[debug]]ging initial [[program]]s by [[single-step]]ping the CPU and watching what it does.

Revision as of 15:18, 5 January 2024

A front panel from a KA10

A front panel, often called a control panel or front console (also operator's console or programmer's console) is, on older computers, a panel containing a collection of lights and switches which allows manual control and operation of the computer.

Typical operations which can be performed from the front panel include examining and depositing in locations in main memory and registers, starting and halting the CPU, and debugging initial programs by single-stepping the CPU and watching what it does.

Front panels represented a considerable expense - not so important with early computers, which cost a fortune, but it increasingly became an issue. Some minicomputers went through a stage where special microcode allowed the CPU to communicate with the operator over an asynchronous serial line attached to a terminal to perform the operations performed by an old-style front panel.

Modern microcomputers have dispensed with the front panel functionality completely; everything is done by software running on the machine.

See also