UNIVAC Solid State

Last updated

The UNIVAC Solid State was a magnetic drum-based solid-state computer announced by Sperry Rand in December 1958 as a response to the IBM 650. It was one of the first [1] [2] [ citation needed ] computers offered for sale to be (nearly) entirely solid-state, using 700 transistors, and 3000 magnetic amplifiers (FERRACTOR) for primary logic, and 20 vacuum tubes largely for power control. It came in two versions, the Solid State 80 (IBM-style 80-column cards) and the Solid State 90 (Remington-Rand 90-column cards). In addition to the "80/90" designation, there were two variants of the Solid State the SS I 80/90 and the SS II 80/90. The SS II series included two enhancements the addition of 1,280 words of core memory and support for magnetic tape drives. The SS I had only the standard 5,000-word drum memory described in this article and no tape drives.

Contents

The memory drum had a regular access speed AREA and a FAST ACCESS AREA. A bank of 4,000 words of memory had one set of read/write (R/W) heads to access. The programmer was required to keep track of what words of memory where under the R/W heads and available to be read or written. At worst the program would have to wait for a full revolution of the drum to access the required memory locations. However 1,000 words of memory had four sets of R/W heads requiring only at most a 90-degree turn of the drum to access the required words. Programming required that any function that changed the contents of a memory location had first to transfer the contents of the affected word from the drum to a static register. There were three of these registers A X L, to add the values contained in drum memory locations the programmer would transfer the contents of the specific drum location to register A, then the second operand would be copied to the X register. The ADD instruction would be executed leaving the result in the X register. The contents of the X register would then be written back to the appropriate word on the drum.

Both variants included a card reader, a card punch, and the line printer described in this article. The only "console" was a 10-key adding machine-type keypad, from which the operator would enter the commands to boot the computer. That keypad was also used by programmers in the debugging process. There was no operating system as we have come to know them in recent years; every program was completely self-contained, including the boot loader that initiated execution. All programs were loaded from punched cards; even on the SS II, with its tape drives, there was no ability to launch programs from those drives.

The SS II, including two tape drives, weighed about 12,027 pounds (6.0 short tons; 5.5 t). [3]

Architecture

The UNIVAC Solid State was a two-address, bi-quinary coded decimal computer using signed 10-digit words. Main memory storage was provided by a 5000-word magnetic drum spinning at 17,667 RPM in a helium atmosphere. For efficiency, programmers had to take into account drum latency, the time required for a specific data item, once written, to rotate to where it could be read.

Technology

The Solid State was one of the first commercially produced computers to use mostly solid-state components. [1] [2] [ citation needed ] However, much of the computer's logic was made out of magnetic amplifiers, not transistors. The decision to use magnetic amplifiers was made because the point-contact germanium transistors then available had highly variable characteristics and were not sufficiently reliable. The magnetic amplifiers were based on tiny (about 1/8" ID) toroidal stainless steel spools wound with two or so layers of 1/32" wide 4-79 moly-permalloy magnetic material to form magnetic cores. These cores had two windings of #60 copper wire surrounding the 4-79 molypermalloy.

The magnetic amplifiers required clock pulses of heavy current that could not be produced by the transistors of the day. The system used a clock derived from a timing band recorded on the main storage drum. This signal was read and amplified, processed and sent to the driver tubes, a pair of 6146 power pentode output tubes. The output from these tubes then fed the main clock power amplifier consisting of six 4CX250B metal/ceramic power tetrode tubes running in push-pull/parallel, yielding an output of a kilowatt. The powerful high-voltage signal was stepped down to a 36-volt, high-current clock by oil-filled transformers that were distributed about the machine. The SS80/90 computer could be heard quite clearly in the AM broadcast band at 707 kHz and 1414 kHz. The 4CX250B tetrodes used a grounded plate (anode) due to forced aircooling requirements. This tube is still in demand by amateur radio operators. The clock tube was enclosed in a shielding box that constrained both radio emissions and viewing by eyes of other than Univac's field engineers. The power supply output was -1.6 kV for cathode supply and -800 V screen grid supply at 1.8 A capacity. The supply weighed nearly 100 pounds and was mounted at the very top of the power supply stack. Thus the SS 80/90, for the heart of its operation, depended on the very technology it claimed to replace, a marketing tactic.

Applications

The computer was a follow on to a computer built for the USAF and delivered to Lawrence G. Hanscom Field, near Cambridge, Massachusetts in 1957. It was manufactured in two versions: the Solid State 80 (IBM-Hollerith 80 column cards) and the Solid State 90 (Remington-Rand 90 column cards). This machine was designated the Solid State 80-90 and sold mostly in Europe. The SS80/90 was aimed at the general purpose business market. UNIVAC SS80/90s were installed at DC Transit, SBA, CWA, in Washington DC during the early sixties.

Peripherals

The line printer ran at 600 lines per minute, using a continuously rotating print drum technology, with letters, figures and punctuation marks distributed around the drum at each column. 132 solenoid-operated flat-faced print hammers comprised a print line, with ten characters to the inch. When a desired character arrived at the printing position, as indicated by timing marks on the end of the drum, a thyratron would fire and energize a print column solenoid, propelling its hammer to the back face of the printing paper. The paper would be bounced against a wide inked ribbon and against the drum, printing the desired character. The hammer would then rebound with a spring to await the next thyratron firing and the process would repeat on the next line down the sheet. Drum printers, when not adjusted properly, or due to component wear would mis-register the character vertically.

The card punch had a maximum rate of 150 cards per minute. Timing was quite critical throughout the operation of the card punch, the card reader and the printer, all being based on electromechanical principles. The basic card punch mechanism was manufactured by Bull, a French company which owned patents on 80-column punch card machines. The machine came in two versions, the P147 and the P67, the main difference being electromagnetic clutch or a solenoid operated mechanical "dog" clutch to initiate a punch cycle. Since many gears, electrical contact cams were affixed to the main shaft with taper pins, the P 67 with its severe stopping dog clutch would cause timing loss more frequently than the P 147. Most emergency maintenance time was spent replacing worn and damaged taper pins and retiming the machine. The card punch had a preread station, a punch station and a checkread station. The machine could be quite difficult to maintain and required much skill to troubleshoot and maintain. The machine cycle was oddly divided into 420 "points" or "Bull degrees".

While the Bull punch was used with the UNIVAC Solid State 80 for 80 column cards the UNIVAC Solid State 90 used the Univac manufactured "Tower Punch" for 90 column cards. The Tower Punch operating at 150 cards per minute used mechanical pin sensing in the pre punch read and the post punch read stations giving the ability to read a card, punch additional information into the card, and check read the results in the post punch station.

See also

Related Research Articles

<span class="mw-page-title-main">History of computing hardware</span>

The history of computing hardware covers the developments from early simple devices to aid calculation to modern day computers.

<span class="mw-page-title-main">Dynamic random-access memory</span> Type of computer memory

Dynamic random-access memory is a type of random-access semiconductor memory that stores each bit of data in a memory cell, usually consisting of a tiny capacitor and a transistor, both typically based on metal–oxide–semiconductor (MOS) technology. While most DRAM memory cell designs use a capacitor and transistor, some only use two transistors. In the designs where a capacitor is used, the capacitor can either be charged or discharged; these two states are taken to represent the two values of a bit, conventionally called 0 and 1. The electric charge on the capacitors gradually leaks away; without intervention the data on the capacitor would soon be lost. To prevent this, DRAM requires an external memory refresh circuit which periodically rewrites the data in the capacitors, restoring them to their original charge. This refresh process is the defining characteristic of dynamic random-access memory, in contrast to static random-access memory (SRAM) which does not require data to be refreshed. Unlike flash memory, DRAM is volatile memory, since it loses its data quickly when power is removed. However, DRAM does exhibit limited data remanence.

<span class="mw-page-title-main">IBM 1620</span> Small IBM scientific computer released in 1959

The IBM 1620 was announced by IBM on October 21, 1959, and marketed as an inexpensive scientific computer. After a total production of about two thousand machines, it was withdrawn on November 19, 1970. Modified versions of the 1620 were used as the CPU of the IBM 1710 and IBM 1720 Industrial Process Control Systems.

<span class="mw-page-title-main">IBM 1401</span> 1960s decimal computer

The IBM 1401 is a variable-wordlength decimal computer that was announced by IBM on October 5, 1959. The first member of the highly successful IBM 1400 series, it was aimed at replacing unit record equipment for processing data stored on punched cards and at providing peripheral services for larger computers. The 1401 is considered by IBM to be the Ford Model-T of the computer industry due to its mass appeal. Over 12,000 units were produced and many were leased or resold after they were replaced with newer technology. The 1401 was withdrawn on February 8, 1971.

<span class="mw-page-title-main">UNIVAC I</span> First general-purpose computer designed for business application (1951)

The UNIVAC I was the first general-purpose electronic digital computer design for business application produced in the United States. It was designed principally by J. Presper Eckert and John Mauchly, the inventors of the ENIAC. Design work was started by their company, Eckert–Mauchly Computer Corporation (EMCC), and was completed after the company had been acquired by Remington Rand. In the years before successor models of the UNIVAC I appeared, the machine was simply known as "the UNIVAC".

<span class="mw-page-title-main">IBM 650</span> Vacuum-tube 1950s computer system

The IBM 650 Magnetic Drum Data-Processing Machine is an early digital computer produced by IBM in the mid-1950s. It was the first mass-produced computer in the world. Almost 2,000 systems were produced, the last in 1962, and it was the first computer to make a meaningful profit. The first one was installed in late 1954 and it was the most popular computer of the 1950s.

<span class="mw-page-title-main">UNIVAC</span> Series of mainframe computer models

UNIVAC was a line of electronic digital stored-program computers starting with the products of the Eckert–Mauchly Computer Corporation. Later the name was applied to a division of the Remington Rand company and successor organizations.

<span class="mw-page-title-main">UNIVAC 1100/2200 series</span> Family of mainframe computers

The UNIVAC 1100/2200 series is a series of compatible 36-bit computer systems, beginning with the UNIVAC 1107 in 1962, initially made by Sperry Rand. The series continues to be supported today by Unisys Corporation as the ClearPath Dorado Series. The solid-state 1107 model number was in the same sequence as the earlier vacuum-tube computers, but the early computers were not compatible with their solid-state successors.

<span class="mw-page-title-main">Keypunch</span> Device for punching holes into paper cards

A keypunch is a device for precisely punching holes into stiff paper cards at specific locations as determined by keys struck by a human operator. Other devices included here for that same function include the gang punch, the pantograph punch, and the stamp. The term was also used for similar machines used by humans to transcribe data onto punched tape media.

<span class="mw-page-title-main">English Electric DEUCE</span>

The DEUCE was one of the earliest British commercially available computers, built by English Electric from 1955. It was the production version of the Pilot ACE, itself a cut-down version of Alan Turing's ACE.

<span class="mw-page-title-main">Bendix G-15</span> 1956 computer design

The Bendix G-15 is a computer introduced in 1956 by the Bendix Corporation, Computer Division, Los Angeles, California. It is about 5 by 3 by 3 feet and weighs about 966 pounds (438 kg). The G-15 has a drum memory of 2,160 29-bit words, along with 20 words used for special purposes and rapid-access storage. The base system, without peripherals, cost $49,500. A working model cost around $60,000. It could also be rented for $1,485 per month. It was meant for scientific and industrial markets. The series was gradually discontinued when Control Data Corporation took over the Bendix computer division in 1963.

<span class="mw-page-title-main">International Computers and Tabulators</span>

International Computers and Tabulators or ICT was a British computer manufacturer, formed in 1959 by a merger of the British Tabulating Machine Company (BTM) and Powers-Samas. In 1963 it acquired the business computer divisions of Ferranti. It exported computers to many countries and in 1968 became part of International Computers Limited (ICL).

The ICT 1301 and its smaller derivative ICT 1300 were early business computers from International Computers and Tabulators. Typical of mid-sized machines of the era, they used core memory, drum storage and punched cards, but they were unusual in that they were based on decimal logic instead of binary.

<span class="mw-page-title-main">ReserVec</span>

ReserVec was a computerized reservation system developed by Ferranti Canada for Trans-Canada Airlines in the late 1950s. It appears to be the first such system ever developed, predating the more famous SABRE system in the United States by about two years. Although Ferranti had high hopes that the system would be used by other airlines, no further sales were forthcoming and development of the system ended. Major portions of the transistor-based circuit design were put to good use in the Ferranti-Packard 6000 computer, which would later go on to see major sales in Europe as the ICT 1904.

<span class="mw-page-title-main">Computer programming in the punched card era</span> History of computer programming using punch cards

From the invention of computer programming languages up to the mid-1970s, most computer programmers created, edited and stored their programs line by line on punch cards.

The Orion was a mid-range mainframe computer introduced by Ferranti in 1959 and installed for the first time in 1961. Ferranti positioned Orion to be their primary offering during the early 1960s, complementing their high-end Atlas and smaller systems like the Sirius and Argus. The Orion was based on a new type of logic circuit known as "Neuron" and included built-in multitasking support, one of the earliest commercial machines to do so.

<span class="mw-page-title-main">Punched card input/output</span> Computer peripheral device

A computer punched card reader or just computer card reader is a computer input device used to read computer programs in either source or executable form and data from punched cards. A computer card punch is a computer output device that punches holes in cards. Sometimes computer punch card readers were combined with computer card punches and, later, other devices to form multifunction machines.

Ferranti's Sirius was a minicomputer released in 1961. Designed to be used in smaller offices without a dedicated programming staff, the Sirius used decimal arithmetic instead of binary, supported Autocode to ease programming, was designed to fit behind a standard office desk, and ran on UK standard mains electricity with no need for cooling. It was also fairly slow, with instruction speeds around 4,000 operations per second, and had limited main memory based on delay lines, but as Ferranti pointed out, its price/performance ratio was difficult to beat.

<span class="mw-page-title-main">Vacuum-tube computer</span> Earliest electronic computer design

A vacuum-tube computer, now termed a first-generation computer, is a computer that uses vacuum tubes for logic circuitry. While the history of mechanical aids to computation goes back centuries, if not millennia, the history of vacuum tube computers is confined to the middle of the 20th century. Lee De Forest invented the triode in 1906. The first example of using vacuum tubes for computation, the Atanasoff–Berry computer, was demonstrated in 1939. Vacuum-tube computers were initially one-of-a-kind designs, but commercial models were introduced in the 1950s and sold in volumes ranging from single digits to thousands of units. By the early 1960s vacuum tube computers were obsolete, superseded by second-generation transistorized computers.

<span class="mw-page-title-main">Monrobot XI</span> Computer introduced in 1960

The Monroe Calculating Machine Mark XI was a general-purpose stored-program electronic digital computer introduced in 1960 by the Monroe Calculating Machine Division of Litton Industries. The system was marketed for "primarily for billing, and invoice writing", but could also be used for low-end scientific computing.

References

  1. 1 2 Brock, Gerald W. (1975). The U.S. computer industry: a study of market power. Cambridge, Mass: Ballinger Publ. Co. pp. 14, 92. ISBN   9780884102618.
  2. 1 2 Gray, G.T.; Smith, R.Q. (October 2004). "Sperry Rand's first-generation computers, 1955-1960: hardware and software". IEEE Annals of the History of Computing. 26 (4): 20–34. doi:10.1109/MAHC.2004.34.
  3. Weik, Martin H. (March 1961). "UNIVAC SOLID STATE 80/90". ed-thelen.org. A Third Survey of Domestic Electronic Digital Computing Systems.