Difference between revisions of "Front panel"

From Computer History Wiki
Jump to: navigation, search
m (+cat)
m (External links: +The Computer Front Panel)
 
(2 intermediate revisions by the same user not shown)
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.
Line 10: Line 10:
  
 
{{semi-stub}}
 
{{semi-stub}}
 +
 +
==See also==
 +
 +
* [[DEC indicator panel]]
 +
 +
==External links==
 +
 +
* [http://www.quadibloc.com/comp/panint.htm The Computer Front Panel]
  
 
[[Category: Hardware Basics]]
 
[[Category: Hardware Basics]]

Latest revision as of 01:04, 22 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

External links