
The Honeywell 316 was a popular
16-bit
16-bit microcomputers are microcomputers that use 16-bit microprocessors.
A 16-bit register can store 216 different values. The range of integer values that can be stored in 16 bits depends on the integer representation used. With the two ...
minicomputer
A minicomputer, or colloquially mini, is a type of general-purpose computer mostly developed from the mid-1960s, built significantly smaller and sold at a much lower price than mainframe computers . By 21st century-standards however, a mini is ...
built by
Honeywell
Honeywell International Inc. is an American publicly traded, multinational conglomerate corporation headquartered in Charlotte, North Carolina. It primarily operates in four areas of business: aerospace, building automation, industrial automa ...
starting in 1969. It is part of the Series 16, which includes the Models 116 (1965,
discrete
Discrete may refer to:
*Discrete particle or quantum in physics, for example in quantum theory
* Discrete device, an electronic component with just one circuit element, either passive or active, other than an integrated circuit
* Discrete group, ...
), 316 (1969), 416 (1966), 516 (1966) and DDP-716 (1969). They were commonly used for data acquisition and control, remote message concentration, clinical laboratory systems,
Remote Job Entry
Remote job entry, or Remote Batch, is the procedure for sending requests for non-interactive data processing tasks ( jobs) to mainframe computers from remote workstations, and by extension the process of receiving the output from such jobs at a re ...
and
time-sharing
In computing, time-sharing is the Concurrency (computer science), concurrent sharing of a computing resource among many tasks or users by giving each Process (computing), task or User (computing), user a small slice of CPU time, processing time. ...
. The Series-16 computers are all based on the DDP-116 designed by Gardner Hendrie at
Computer Control Company, Inc. (3C) in 1964.
The 516 and later the 316 were used as
Interface Message Processor
The Interface Message Processor (IMP) was the packet switching node used to interconnect participant networks to the ARPANET from the late 1960s to 1989. It was the first generation of gateways, which are known today as routers. An IMP was a r ...
s (IMP) for the American
ARPANET
The Advanced Research Projects Agency Network (ARPANET) was the first wide-area packet-switched network with distributed control and one of the first computer networks to implement the TCP/IP protocol suite. Both technologies became the tec ...
and the British
NPL Network
The NPL network, or NPL Data Communications Network, was a local area computer network operated by the National Physical Laboratory (United Kingdom), National Physical Laboratory (NPL) in London that pioneered the concept of packet switching.
...
.
History
Computer Control Company developed a computer series named Digital Data Processor, of which it built two models:
* DDP-116 – the first of the Series 16
* DDP-124
– part of a trio of 24-bit systems:
DDP-24, 124, 224.
[
Honeywell bought the company after the 24 trio, and built the balance of the Series 16.
The Honeywell 516 was used in the ]NPL network
The NPL network, or NPL Data Communications Network, was a local area computer network operated by the National Physical Laboratory (United Kingdom), National Physical Laboratory (NPL) in London that pioneered the concept of packet switching.
...
for the first implementation of packet switching
In telecommunications, packet switching is a method of grouping Data (computing), data into short messages in fixed format, i.e. ''network packet, packets,'' that are transmitted over a digital Telecommunications network, network. Packets consi ...
in early 1969. The 516 and later the 316 were also used as Interface Message Processor
The Interface Message Processor (IMP) was the packet switching node used to interconnect participant networks to the ARPANET from the late 1960s to 1989. It was the first generation of gateways, which are known today as routers. An IMP was a r ...
s (IMP) for the ARPANET
The Advanced Research Projects Agency Network (ARPANET) was the first wide-area packet-switched network with distributed control and one of the first computer networks to implement the TCP/IP protocol suite. Both technologies became the tec ...
. In addition, it was later configured as a Terminal IMP (TIP), which added support for up to 63 teletype machines through a multi-line controller.
The H-316 was used by Charles H. Moore to develop the first complete, stand-alone implementation of Forth at NRAO in 1971.
The original Prime
A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime because the only ways ...
computers were designed to be compatible with the Series-16 minicomputers.
The Honeywell 316 also had industrial applications. A 316 was used at Bradwell nuclear power station in Essex
Essex ( ) is a Ceremonial counties of England, ceremonial county in the East of England, and one of the home counties. It is bordered by Cambridgeshire and Suffolk to the north, the North Sea to the east, Kent across the Thames Estuary to the ...
as the primary reactor temperature-monitoring computer until summer 2000, when the internal 160k disk failed. Two PDP-11/70s, which had previously been secondary monitors, were moved to primary.
Hardware description
The 316 succeeded the earlier DDP-516 model and was promoted by Honeywell as suitable for industrial process control, data-acquisition systems, and as a communications concentrator and processor. The computer processor was made from small-scale integration DTL monolithic silicon integrated circuit
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
s. Most parts of the system operated at 2.5 MHz, and some elements were clocked at 5 MHz. The computer is a bitwise-parallel 2's complement system with 16-bit word length
In computing, a word is any processor design's natural unit of data. A word is a fixed-sized datum handled as a unit by the instruction set or the hardware of the processor. The number of bits or digits in a word (the ''word size'', ''word wid ...
. The instruction set
In computer science, an instruction set architecture (ISA) is an abstract model that generally defines how software controls the CPU in a computer or a family of computers. A device or program that executes instructions described by that ISA, s ...
was a single-address type with an index register. Initially released with a capacity of 4096 through 16,384 words of memory, later expansion options allowed increasing memory space to 32,768 words. Memory cycle time is 1.6 microseconds; an integer register-to-register "add" instruction takes 3.2 microseconds. An optional hardware arithmetic option was available to implement integer multiply and divide, double-precision load and store, and double-precision (31-bit) integer addition and subtraction operations. It also provides a normalization operation, assisting implementation of software floating-point
In computing, floating-point arithmetic (FP) is arithmetic on subsets of real numbers formed by a ''significand'' (a Sign (mathematics), signed sequence of a fixed number of digits in some Radix, base) multiplied by an integer power of that ba ...
operations.
The programmers' model of the H-316 consists of the following registers:
* The 16-bit A register is the primary arithmetic and logic accumulator.
* The 16-bit B register is used for double-length arithmetic operations.
* The 16-bit program counter holds the address of the next instruction.
* A carry flag indicates arithmetic overflow.
* A 16-bit X index register provides for modification of the address of operands.
The instruction set
In computer science, an instruction set architecture (ISA) is an abstract model that generally defines how software controls the CPU in a computer or a family of computers. A device or program that executes instructions described by that ISA, s ...
has 72 arithmetic, logic, I/O and flow-control instructions.
Input/output instructions use the A register and separate input and output 16-bit buses. A 10-bit I/O control bus, consisting of 6 bits of device address information and 4 bits of function selection, is used. The basic processor has a single interrupt signal line, and an option provided up to 48 interrupts.
In addition to a front-panel display of lights and toggle switches, the system supports different types of input/output devices. A Teletype Model 33
The Teletype Model 33 is an electromechanical teleprinter designed for light-duty office use. It is less rugged and cost less than earlier Teletype models. The Teletype Corporation introduced the Model 33 as a commercial product in 1963, after ...
ASR teleprinter can be used as a console I/O device and (in the most basic systems) to load and store data to paper tape
Five- and eight-hole wide punched paper tape
Paper tape reader on the Harwell computer with a small piece of five-hole tape connected in a circle – creating a physical program loop
Punched tape or perforated paper tape is a form of data st ...
. Smaller systems typically use a high-speed paper-tape reader and punch for data storage. The Honeywell family of peripherals included card readers and punches, line printers, magnetic tape, and both fixed-head and removable hard disk drives.
A rack-mounted configuration weighs around and used 475 watts of power. Honeywell advertised the system as the first minicomputer selling for less than $10,000.
The Honeywell 316 has the distinction of being the first computer displayed at a computer show with semiconductor RAM
Ram, ram, or RAM most commonly refers to:
* A male sheep
* Random-access memory, computer memory
* Ram Trucks, US, since 2009
** List of vehicles named Dodge Ram, trucks and vans
** Ram Pickup, produced by Ram Trucks
Ram, ram, or RAM may also ref ...
memory. In 1972, a Honeywell 316 was displayed with a semiconductor RAM memory board (they used core memory previously). It was never placed into production, as DTL was too power-hungry to survive much longer. Honeywell knew that the same technology that enabled the production of RAM spelled the end of DTL computers, and wanted to show that the company was cutting edge.
File:Honeywell-316-01.jpg, Front panel of H316 in a desktop case
File:Honeywell H316 front.jpg, Rack-mounted version of H316
System software
Honeywell provided up to 500 software packages that could run on the H-316 processor. A FORTRAN IV compiler was available, as well as an assembler, real-time disk operating systems and system utilities and libraries.
Kitchen Computer
The Honeywell Kitchen Computer was a special offering of the H316 pedestal model by Neiman Marcus
Neiman Marcus is an American department store chain founded in 1907 in Dallas, Texas by Herbert Marcus, his sister Carrie Marcus Neiman, and her husband Abraham Lincoln Neiman. It has been owned by Saks Global, a Corporate spin-off, spin-o ...
in 1969 as one of a continuing series of extravagant gift ideas. It was offered for US$10,000 (), weighed over 100 pounds (over 45 kg) and was advertised as useful for storing recipes. The imagined uses of the Honeywell Kitchen Computer also included assistance with meal planning and balancing the family checkbook – the marketing of which included highly traditional and patronizing representations of housewives. Reading or entering these recipes would have been nearly impossible for the average intended user, since the user interface
In the industrial design field of human–computer interaction, a user interface (UI) is the space where interactions between humans and machines occur. The goal of this interaction is to allow effective operation and control of the machine fro ...
required the user to complete a two-week course just to learn how to program the device, using only toggle-switch input and binary-light output. To round out the domestic marketing, the pedestal model's writing surface was rebranded as a built-in cutting board and the computer would have a few recipes built in. No evidence has been found that any Honeywell Kitchen Computers were ever sold, though Honeywell did sell a small number (less than 20) pedestal computers outside of the Neiman Marcus branding.
The full text of the Neiman-Marcus Advertisement reads:
Although a fantasy gift, the Kitchen Computer represented the first time a computer was offered as a consumer product.
See also
*SIMH
SIMH is a free and open source, multi-platform multi-system emulator. It is maintained by Bob Supnik, a former DEC engineer and DEC vice president, and has been in development in one form or another since the 1960s.
History
SIMH was based o ...
* Honeywell System 700
* Honeywell 200
*Honeywell 6000 series
The Honeywell 6000 series computers were a further development (using integrated circuits) of General Electric's 600-series mainframes manufactured by Honeywell International, Inc. from 1970 to 1989. Honeywell acquired the line when it purchas ...
*Honeywell 800
The Datamatic Division of Honeywell announced the H-800 electronic computer in 1958. The first installation occurred in 1960. A total of 89 units were delivered. The H-800 design was part of a family of 48-bit word, three-address instruction form ...
References
External links
Honeywell Series 16
Honeywell H316 Kitchen Computer on www.old-computers.com
Honeywell 316 technical data
{{Honeywell
Honeywell computers
Minicomputers
16-bit computers