UNIVAC 1100/2200 series

Last updated
UNIVAC 1100/80 AlbanyStateUniversity ComputerOperationsRoom 1981 Univac1100-80 skaliert.jpg
UNIVAC 1100/80

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 the solid-state successors. [1]

Contents

Architecture

Data formats

Instruction format

Instructions are 36 bits long with the following fields: [5] [6]

f (6 bits) - function designator (opcode),
j (4 bits) - partial word designator, J-register designator, or minor function designator,
a (4 bits) - register (A, X, or R) designator or I/O designator,
x (4 bits) - index register (X) designator,
h (1 bit ) - index register increment designator,
i (1 bit) - indirect address designator,
u (16 bits) - address or operand designator.

Registers

AddressRegisterContents
000UnusedUnused
001X1IncrementModifier
......IncrementModifier
013X11IncrementModifier
014X12/A0Overlap (X or A)
......Overlap (X or A)
017X15/A3Overlap (X or A)
020A4Accumulator
......Accumulator
033A15Accumulator
034A15+1Unassigned (A)
......Unassigned (A)
037A15+4Unassigned (A)
...ExecutiveProtected Executive
101R1Special (R)
......Special (R)
117R15Special (R)
...ExecutiveProtected Executive
177ExecutiveProtected Executive

The 128 registers of the high-speed "general register stack" ("integrated circuit registers" on the UNIVAC 1108 and UNIVAC 1106 models), map to the current data space in main storage starting at memory address zero. These registers include both user and executive copies of the A, X, R, and J registers and many special function executive registers.

The table on the right shows the addresses (in octal) of the user registers.

There are 15 index registers (X1 ... X15), 16 accumulators (A0 ... A15), and 15 special function user registers (R1 .. R15). The 4 J registers and 3 "staging registers" are uses of some of the special function R registers.

One interesting feature is that the last four index registers (X12 ... X15) and the first four accumulators (A0 ... A3) overlap, allowing data to be interpreted either way in these registers. This also results in four unassigned accumulators (A15+1 ... A15+4) that can only be accessed by their memory address (double word instructions on A15 do operate on A15+1).

Vacuum tube machines not mutually compatible

Prior to the UNIVAC 1107, UNIVAC produced several vacuum-tube-based machines with model numbers from 1101 to 1105. These machines had different architectures and word sizes and were not compatible with each other or with the 1107 and its successors. They all used vacuum tubes and many used drum memory as their main memory. Some were designed by Engineering Research Associates (ERA) which was later purchased and merged with the UNIVAC company.

The UNIVAC 1101, or ERA 1101, was a computer system designed by ERA and built by the Remington Rand corporation in the 1950s. It was never sold commercially. [7] It was developed under Navy Project 13, which is 1101 in binary. [8] The UNIVAC 1102 or ERA 1102 was designed by Engineering Research Associates for the United States Air Force. The 36-bit UNIVAC 1103 was introduced in 1953 and an upgraded version (UNIVAC 1103A) was released in 1956. This was the first commercial computer to use core memory instead of the Williams tube. The UNIVAC 1105 was the successor to the 1103A, and was introduced in 1958.

The UNIVAC 1104 system was a 30-bit version of the 1103 built for Westinghouse Electric, in 1957, for use on the BOMARC Missile Program. However, by the time the BOMARC was deployed in the 1960s, a more modern computer (a version of the AN/USQ-20, designated the G-40) had replaced the UNIVAC 1104.

UNIVAC 1100 compatible series

These machines had a common architecture and word size. They all used transistorized electronics and integrated circuits. Early machines used core memory (the 1110 used plated wire memory) until that was replaced with semiconductor memory in 1975.

1107

The UNIVAC 1107 was the first solid-state member of Sperry Univac's UNIVAC 1100 series of computers, introduced in October 1962. It was also known as the Thin-Film Computer because of its use of thin-film memory for its register storage. It represented a marked change of architecture: unlike previous models, it was not a strict two-address machine: it was a single-address machine with up to 65,536 words of 36-bit core memory. The machine's registers were stored in 128 words of thin-film memory, a faster form of magnetic storage. With six cycles of thin-film memory per 4 microsecond main memory cycle, address indexing was performed without a cycle time penalty. Only 36 systems were sold.

The core memory was available in 16,384 36-bit words in a single bank; or in increments of 16,384 words to a maximum of 65,536 words in two separately accessed banks. With a cycle time of 4 microseconds, the effective cycle time was 2 microseconds when instruction and data accesses overlapped in two banks.

The 128-word thin-film memory general register stack (16 each arithmetic, index, and repeat with a few in common) had a 300-nanosecond access time with a complete cycle time of 600 nanoseconds. Six cycles of thin-film memory per core memory cycle and fast adder circuitry permitted memory address indexing within the current instruction core memory cycle and also modification of the index value (the signed upper 18 bits were added to the lower 18 bits) in the specified index register (16 were available). The 16 input/output (I/O) channels also used thin-film memory locations for direct-to-memory I/O memory location registers. Programs could not be executed from unused thin-film memory locations.

Both UNISERVO IIA and UNISERVO III tape drives were supported, both of which could use either metallic (UNIVAC I) or mylar tape.

The FH880 drum memory unit was also supported as a spooling and file-storage media. Spinning at 1800 RPM, it stored approximately 300,000 36-bit words.

The 1107, without any peripherals, weighed about 5,200 pounds (2.6 short tons; 2.4 t). [9]

Univac provided a batch operating system, EXEC I. Computer Sciences Corporation was contracted to provide a powerful optimizing Fortran IV compiler, an assembler named SLEUTH with sophisticated macro capabilities, and a very flexible linking loader.

1108

A Univac 1108 used to process the 1970 United States Census Univac 1108 Census Bureau.jpg
A Univac 1108 used to process the 1970 United States Census

The 1108 was introduced in 1964. Integrated circuits replaced the thin-film memory that the UNIVAC 1107 used for register storage. Smaller and faster cores, compared to the 1107, were used for main memory.

In addition to faster components, two significant design improvements were incorporated: base registers and additional hardware instructions. The two 18-bit base registers (one for instruction storage and one for data storage) permitted dynamic relocation: as a program got swapped in and out of main memory, its instructions and data could be placed anywhere each time it got reloaded. To support multiprogramming, the 1108 had memory protection using two base and limit registers, with 512-word resolution. One was called the I-bank or instruction bank, and the other the D-bank or data bank. If the I-bank and D-bank of a program were put into different physical banks of memory, a 1/2 microsecond advantage accrued, called "alternate bank timing." The 1108 also introduced the Processor State Register, or PSR. In addition to controlling the Base Registers, it included various control "bits" that enabled the various Storage Protection features, allowed selection of either the User or Exec set of A, X & R registers, and enabled "Guard Mode" for user programs. Guard Mode prevented user programs from execution of Executive Only "privileged" instructions, and from accessing memory locations outside the program's allocated memory. [10]

Additional 1108 hardware instructions included double precision arithmetic, double-word load, store, and comparison instructions. The processor could have up to 16 input/output channels for peripherals. The 1108 CPU was, with the exception of the 128-word (200 octal) ICR (Integrated Control Register) stack, entirely implemented via discrete component logic cards, each with a 55-pin high density connector, which interfaced to a machine wire wrapped backplane. Additional hand applied twisted pair wiring was utilized to implement backplane connections with sensitive timing, connections between machine wire wrapped backplanes, and connections to the I/O channel connector panel in the lower section of the CPU Cabinet. The ICR (Integrated Control Register) stack was implemented with "new" integrated circuit technology, replacing the thin film registers on the 1107. The ICR consisted of 128 38-bits, with a half-word Parity Bit calculated and checked with each access. The ICR was logically the first 128 memory addresses (200 Octal), but was contained in the CPU. The core memory was contained in a one or more separate cabinet(s), and consisted of two separate 32K modules, for a total capacity of 64K 38-bit words (36-bits data and a Parity Bit for each 18-bit half-word). The basic cycle time of the core memory was 750 ns, and the supporting circuitry was implemented with the same circuit card/backplane technology as the 1108 CPU.

Just as the first UNIVAC 1108 systems were being delivered in 1965, Sperry Rand announced the UNIVAC 1108 II (also known as the UNIVAC 1108A) which had support for multiprocessing: up to three CPUs, four memory banks totaling 262,144 words, and two independent programmable input/output controllers (IOCs). With everything busy, five activities could be going on at the same moment: three programs running in the CPUs and two input/output processes in the IOCs. One more instruction was incorporated: test-and-set, to provide for synchronization between the CPUs.

Although a 1964 internal study indicated only about 43 might sell, in all, 296 processors were produced.

The 1108 II, or 1108A, was the first multiprocessor machine in the series, capable of expansion to three CPUs and two IOCs (Input/Output Control Units). To support this, it had up to 262,144 words (four cabinets) of eight-ported main memory: separate instruction and data paths for each CPU, and one path for each IOC. The memory was organized in physical banks of 65,536 words, with separate odd and even ports in each bank. The instruction set was very similar to that of the 1107, but included some additional instructions, including the "Test and Set" instruction for multiprocessor synchronization. Some models of the 1108 implemented the ability to divide words into four nine-bit bytes, allowing use of ASCII characters. Most 1108A configurations included one or two CPUs, each with eight or (optionally) 16 36-bit parallel I/O channels, and two or three 64K core memory cabinets. Three CPU systems, with four core memory cabinets were the exception due to cost considerations. The IOC was a separate cabinet that contained 8 or (optionally) 16 additional I/O channels to support configurations with very large Mass Storage requirements. A very limited number of IOCs were produced, with United Air Lines (UAL) being the primary customer.

The UNIVAC Array Processor, or UAP, was produced in even more limited numbers than the IOC. It was a custom-built, stand-alone math coprocessor to the 1108A system. The UAP, at its most basic level, consisted of four 1108A arithmetic units, and associated control circuitry, contained in a standalone cabinet almost identical to the 1108A CPU. The UAP was physically and logically situated between two 1108A multiprocessor systems. It was capable of directly addressing and interfacing to the four 65K core memory cabinets of two independent 1108A systems. It was capable of executing a number of array-processing instructions, the most important being fast Fourier transform (FFT). At a simplified level, one of the 1108A CPUs would move data arrays into core memory, and send the UAP an instruction packet, containing the function to be executed, and the memory address(es) of the data array(s), across a standard I/O channel. [11] The UAP would then perform the operation, totally independent of the CPU(s), and, when the operation was complete, "interrupt" the originating CPU via the I/O channel. A very small number of UAPs were built, for Shell Oil Company, Digitech(Calgary) and Gulf Canada(Calgary). The UAPs installed were used for processing seismic data.

When Sperry Rand replaced the core memory with semiconductor memory, the same machine was released as the UNIVAC 1100/20. In this new naming convention, the final digit represented the number of CPUs (e.g., 1100/22 was a system with two CPUs) in the system.

1106

The 1107 and early 1108 machines were aimed at the engineering/scientific computing community, so much so that the 1100 Series User Group was named the UNIVAC Scientific Exchange, or USE. The operating systems were batch oriented, with FORTRAN and (to a much lesser extent) ALGOL being the most commonly used languages. As the market for commercial computing became more mature, these operating systems were no longer able to meet the growing demand for business computing, where applications were commonly written in COBOL. UNIVAC responded to this change in the market with the 1108A multiprocessor system and with the EXEC 8 operating system. Where engineering and scientific programs could often be "compute bound" (i.e. utilizing the entire CPU and core memory), business applications, typically written in COBOL, were almost always "I/O bound" (i.e. waiting for I/O operations to complete). Instrumentation of the EXEC 8 operating system showed that, in a 1108A multiprocessor configuration, the CPU(s) were often in the "idle loop" as much as 50% of the time (see note below). Since CPU performance was not an issue in these applications, it made commercial sense to create a lower-priced, lower-performance system to address the rapidly growing commercial business market.

The UNIVAC 1106 was introduced in December 1969 and was absolutely identical to the UNIVAC 1108, both physically and in instruction set. Like the 1108, it was multiprocessor capable, though it appears that it was never supplied with more than two CPUs, and did not support IOCs. In fact, the only difference between an 1108A CPU and an 1106 CPU was a couple of timing cards. In order to keep costs low, an 1106 CPU could be ordered with as few as four word channels. This meant that only three I/O channels were available for peripheral subsystems, as channel 15 (the highest-numbered channel) was always, in both 1106 and 1108 systems, dedicated to the operator's console. Early versions of the UNIVAC 1106 were simply half-speed UNIVAC 1108 systems. Later Sperry Univac used a different memory system which was inherently slower and cheaper than that of the UNIVAC 1108. Sperry Univac sold a total of 338 processors in 1106 systems.

When Sperry Rand replaced the core memory with semiconductor memory, the same machine was released as the UNIVAC 1100/10.

1110

The UNIVAC 1110 was the fourth member of the series, introduced in 1972.

The UNIVAC 1110 had enhanced multiprocessing support: sixteen-way memory access allowed up to six CAUs (Command Arithmetic Unit, the new name for CPU and so called because the CAU no longer had any I/O capability) and four IOAUs (Input Output Access Units, the name for separate units which performed the I/O channel programs). The 1110 CAU expanded the memory address range from the 18-bits (1108 and 1106) to 24-bits, allowing for up to 16 million words of addressable memory. The core memory used on the 1108/1106 systems was replaced with faster plated-wire memory. Each memory cabinet contained eight independent 8K plated-wire memory modules, or 64K for the entire cabinet. As with the 1108/1106, there was a maximum of four 64K cabinets per system. The 1110 also had 'Extended Memory' cabinets accessible in a 'daisy chain' arrangement to augment main storage. It was possible to utilize the 1108 64K core memory cabinets as Extended Storage, but in most systems utilized, the larger, less expensive 131K memory cabinets from the 1106 system. Up to eight Extended Memory cabinets were allowed, for a maximum of one million words of Extended Storage. An ESC (Extended Storage Controller) was required for each pair of memory cabinets to provide the physical connection, and address translation, from the 1110 CAUs and IOAU(s).

The minimum configuration for a 1110 system was two CAUs and one IOAU. The largest configuration, 6x4 was only used by NASA. The 1110 CAU was the first pipelined processor to be designed by UNIVAC. The CAU could have as many as four instructions in various stages of execution at any given instant. The IOAU was completely separate, both physically and logically from the CAU, and had its own access path to the various Main and Extended Memory Modules. This allowed I/O operations to be independent from the compute operations, no longer "stealing" memory cycles from CAU(s). The IOAU included 8 (optionally 16 or 24) 1108/1106 compatible 36-bit Word Channels, and also included the Hardware Maintenance Panel. Pictures/illustrations of a 1110 system typical showed the IOAU Maintenance Panel, as the CAU cabinet had no indicator lights. The IOAU Maintenance Panel could display the various CAU registers from one or two associated CAU(s). The 1110 CAU also introduced an extension to the instruction set of 'Byte Instructions'. [12] The major components of the 1110 system, the CAU, IOAU and Main Memory cabinets were designed using the same 55-pin high density card connectors, and machine wire wrapped backplane(s) as the 1108/1106. The discrete component logic used by the older systems was replaced by transistor–transistor logic (TTL) integrated circuits (see Note, below). The CAU was an extremely complex unit, utilizing over 1000 cards.

When Sperry Rand replaced the plated-wire memory with semiconductor memory, the same machine was released as the UNIVAC 1100/40. In this new naming convention, the final digit represented the number of CPUs in the system. The 1100/40 utilized a new Main Memory cabinet, replacing the 8K plated-wire memory modules with 16K static RAM modules (based on 1024x1-bit static RAM chips), for a total of 131K per cabinet. This allowed expansion of the Main Memory to a maximum of 524K. As with the 1110, the 1100/40 CAU had four base and limit registers, so a program could access four 64k banks. New instructions were added to allow a program to change the contents of the banks, rather than the banks being fixed when the program was prepared

Sperry Rand sold a total of 290 processors in 1110 systems.

Note: TTL Integrated circuits used in 1110 (1100/40) CAU, IOAU and Main Memory cabinets were ceramic 14-pin DIPs, where pins 4 and 10 were +5 volts and ground respectively: state-of-the-art in 1969.

       #3007500 - Integrated Circuit - IC32, Hex Inverter        #3007501 - Integrated Circuit - IC33, Quad 2 Input NAND        #3007502 - Integrated Circuit - IC34, Triple 3 Input NAND        #3007503 - Integrated Circuit - IC35, Dual 4 Input NAND with Split Output        #3007504 - Integrated Circuit - IC36, 8 Input NAND with Split Output        #3007505 - Integrated Circuit - IC37, Quad 2 Input NOR        #3007506 - Integrated Circuit - IC38, Dual And-Or Inverter-2 Wide OR, 2, 2 Input AND, with Split Output        #3007507 - Integrated Circuit - IC39, Triple FLIP-FLOP with Set, Over-Ride, and Reset        #3007508 - Integrated Circuit - IC40, Dual FLIP-FLOP, "D" Type        #3007509 - Integrated Circuit - IC41, AND-OR Inverter-4 Wide OR, 2, 2, 3, 4 Input AND        #3007603 - Integrated Circuit - IC50, Quad Two-Input Line Driver        Part Numbers beginning with "3" originated in the Univac Blue Bell (Philadelphia), PA location.        Part numbers beginning with  "4" originated in the Roseville (St. Paul), MN location.        Purchased Components group was in Blue Bell.

Semiconductor memory series

In 1975, Sperry Univac introduced a new series of machines with semiconductor memory replacing core, with a new naming convention:

An upgraded 1106 was called the UNIVAC 1100/10. In this new naming convention, the final digit represented the number of CPUs or CAUs in the system, so that, for example, a two-processor 1100/10 system was designated an 1100/12. An upgraded 1108 was called the UNIVAC 1100/20.

An upgraded 1110 was released as the UNIVAC 1100/40. The biggest change was the replacement of the Type 7015 64K Plated Wire Memory cabinet with a new Type 7030 131K solid state (static RAM) Memory Cabinet. The allowed Main Storage to be expanded from maximum of 262K to a maximum of 524K. The Type 7030 Main Memory cabinet still contained eight separate Memory Modules, but they were now 16K (38-bit words, 36 Data and 2 Parity), instead of 8K each. The Type 7013 131K Core Memory Cabinet (originally used on the later 1106 Systems as Main Storage) was also replaced with a Solid-State Memory Cabinet, based on Intel 1103A DRAM.

The UNIVAC 1100/80 was introduced in 1979. It was intended to combine 1100 and 494 systems. As with the 1100/10, 1100/20 and 1100/40, the final digit represented the number of CAUs in the system.

The 1100/80 introduced a high-speed cache memory – the SIU or Storage Interface Unit. The SIU contained either 8K, or (optionally) 16K 36-bit words of buffer memory, and was logically and physically positioned between the CAU(s)/IOU(s) and the (larger, slower) Main Memory units. The first version of the 1100/80 system could be expanded to a maximum of two CAUs, and two IOUs. A later version was expandable to four CAUs and four IOUs. The SIU control panel of the updated 1100/80 (pictured above) was able to logically and physically partition larger Multi-Processor configurations into completely independent systems, each with its separate Operating System. The CAU was capable of executing both 36-bit 1100 series instructions, and 30-bit 490 series instructions. The CAU contained the same basic register stack, in the first 128 words of addressable memory, as previous generations of 1100 Series machines, but since these registers were implemented with the same ECL chips as the rest of the system, the registers did not require parity to be generated/checked with each write/read. The IOU, or Input/Output Unit was modular in design and could be configured with different Channel Modules to support varying I/O requirements. The Word Channel Module included four 1100 Series (parallel) Word Channels. Block Multiplexer and Byte Channel Modules allowed direct connection of high-speed disk/tape systems, and low speed printers, etc. respectively. The Control/Maintenance Panel was now on the SIU, and provided a minimum of indicator/buttons since the system incorporated a mini-computer, based on the BC/7 (business computer) as a maintenance processor. This was used to load microcode, and for diagnostic purposes. The CAU, IOU, and SIU units were implemented using emitter-coupled logic (ECL) on high density multi-layer PC boards. The ECL circuitry utilized DC voltages of +0 and -2 volts, with the CAU requiring four 50 amp -2 volt power supplies. Power was 400 Hz, to reduce large scale DC power supplies. The 400 Hz power was supplied by a motor/alternator, because even though solid state 400 Hz inverters were available, they were not considered reliable enough to meet the system uptime requirements.

An 1100/84 Multiprocessor 4x2 system, in two clusters (could be "partitioned" into two separate systems), including four CPU cabinets, two IOU cabinets, two SIU buffer storage units (16K words each) and 2,096K words of Main Memory (backing storage) in four cabinets, two System Maintenance Units (SMU), two Motor Alternators, a transition unit, and two System Consoles at list price was $5,414,871. in October 1980. This configuration could be rented for $127,764 per month, or leased (5 year) for $95,844 per month. Monthly maintenance was $10,235 on this configuration. It was fairly common to discount list prices for large and/or Government customers.

The UNIVAC 1100/60 was introduced in 1979. It replaced the 1108/1106-based 1100/10 and 1100/20 systems.

The 1100/60 System was available in both Single Processor 1100/61 (Model C1) and Dual Processor 1100/62 (Model H1) configurations. It was implemented using custom Sperry Univac designed Micro-Processor Integrated Circuits. Main Storage (524K to 1048K) words per CPU, optional Semiconductor Buffer Storage (up to 8K words per CPU), and the Input/Output Unit (IOU) were contained in CPU cabinet. The IOU (optionally) supported both Block and Word Channels. The system also included a System Support Processor for diagnostic testing and system console support. [13]

An 1100/62 Model E1 (upgraded version) – Medium Performance Multiprocessor Complex – two CPUs with 2K Buffer Storage, two IOUs with one Block Mux, and one Word Channel module (four channels), 1048K words of Main Storage, two System Support Processors, two System Consoles, and a Maintenance Console listed for $889,340. in March 1980. This configuration could be rented for $21,175 per month, or leased (5 year) for $16,780 per month. Monthly maintenance was $3,000 on this configuration. As with the 1100/80 System discounting was common for large and/or Government customers.

The UNIVAC 1100/70 was introduced in 1981. The technology was an upgraded version of the 1100/60 design. It replaced the 1110-based 1100/40 systems.

The UNIVAC 1100/90 was introduced in 1982. As with the 1100/80, it was available with up to four processors, and four I/O units. It was the largest, and final, member of the 1100 Series, and was the only system to be liquid-cooled.

UNIVAC 1100/80 Operations Room at University at Albany, SUNY, Albany, New York, 1981 AlbanyStateUniversity ComputerOperationsRoom 1981 3 skaliert.jpg
UNIVAC 1100/80 Operations Room at University at Albany, SUNY, Albany, New York, 1981

The Sperry Integrated Scientific Processor [14] (ISP) is an attachment to the 1100/90.

SPERRY 2200 series

In 1983, Sperry Corporation discontinued the name UNIVAC for their products.

  1. SPERRY 2200/100 introduced in 1985
  2. SPERRY Integrated Scientific Processor [15] introduced in 1985

UNISYS 2200 series

In 1986, Sperry Corporation merged with Burroughs Corporation to become Unisys, and this corporate name change was henceforth reflected in the system names. Each of the systems listed below represents a family with similar characteristics and architecture, with family members having different performance profiles.

  1. UNISYS 2200/200 introduced in 1986 [16]
  2. UNISYS 2200/400 introduced in 1988
  3. UNISYS 2200/600 introduced in 1989
  4. UNISYS 2200/100 introduced in 1990
  5. UNISYS 2200/500 introduced in 1993
  6. UNISYS 2200/900 introduced in 1993
  7. UNISYS 2200/300 introduced in 1995
  8. UNISYS ClearPath IX4400 introduced in 1996
  9. UNISYS ClearPath IX4800 introduced in 1997
  10. UNISYS 2200/3800 introduced in 1997
  11. UNISYS ClearPath IX5600 introduced in 1998
  12. UNISYS ClearPath IX5800 introduced in 1998
  13. UNISYS ClearPath IX6600 introduced in 1999
  14. UNISYS ClearPath IX6800 introduced in 1999
  15. UNISYS ClearPath Plus CS7800 introduced in 2001 [17] (renamed Dorado 180 in 2003) [18]
  16. UNISYS ClearPath Plus CS7400 introduced in 2002 (renamed Dorado 140 in 2003) [18]
  17. UNISYS ClearPath Dorado 100 introduced in 2003
  18. UNISYS ClearPath Dorado 200 introduced in 2005
  19. UNISYS ClearPath Dorado 300 introduced in 2005
  20. UNISYS ClearPath Dorado 400 introduced in 2007 [19]
  21. UNISYS ClearPath Dorado 4000 introduced in 2008
  22. UNISYS ClearPath Dorado 700 introduced in 2009
  23. UNISYS ClearPath Dorado 4100 introduced in 2010
  24. UNISYS ClearPath Dorado 800 introduced in 2011 [20]
  25. UNISYS ClearPath Dorado 4200 introduced in 2012
  26. UNISYS ClearPath Dorado 4300 introduced in 2014 [21]
  27. UNISYS ClearPath Dorado 6300 introduced in 2014
  28. UNISYS ClearPath Dorado 8300 introduced in 2015 [22]

UNISYS ClearPath IX series

In 1996, Unisys introduced the ClearPath IX series. The ClearPath machines are a common platform that implement either the 1100/2200 architecture (the ClearPath IX series) or the Burroughs large systems architecture (the ClearPath NX series). Everything is common except the actual CPUs, which are implemented as ASICs. In addition to the IX (1100/2200) CPUs and the NX (Burroughs large systems) CPU, the architecture had Xeon (and briefly Itanium) CPUs. Unisys' goal was to provide an orderly transition for their 1100/2200 customers to a more modern architecture.

Applications of 1100/2200 series machines

A system of traffic control (1964) designed for the Municipality of metropolitan Toronto was a network of traffic signals and traffic detectors connected to a UNIVAC 1107 to automatically analyse the movement of vehicles.

See also

Related Research Articles

<span class="mw-page-title-main">Burroughs Corporation</span> American computer company

The Burroughs Corporation was a major American manufacturer of business equipment. The company was founded in 1886 as the American Arithmometer Company by William Seward Burroughs. In 1986, it merged with Sperry UNIVAC to form Unisys. The company's history paralleled many of the major developments in computing. At its start, it produced mechanical adding machines, and later moved into programmable ledgers and then computers. It was one of the largest producers of mainframe computers in the world, also producing related equipment including typewriters and printers.

<span class="mw-page-title-main">Mainframe computer</span> Large computer

A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterprise resource planning, and large-scale transaction processing. A mainframe computer is large but not as large as a supercomputer and has more processing power than some other classes of computers, such as minicomputers, servers, workstations, and personal computers. Most large-scale computer-system architectures were established in the 1960s, but they continue to evolve. Mainframe computers are often used as servers.

<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">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.

The AN/USQ-17 or Naval Tactical Data System (NTDS) computer referred to in Sperry Rand documents as the Univac M-460, was Seymour Cray's last design for UNIVAC. UNIVAC later released a commercial version, the UNIVAC 490. That system was later upgraded to a multiprocessor configuration as the 494.

<span class="mw-page-title-main">History of computing hardware (1960s–present)</span>

The history of computing hardware starting at 1960 is marked by the conversion from vacuum tube to solid-state devices such as transistors and then integrated circuit (IC) chips. Around 1953 to 1959, discrete transistors started being considered sufficiently reliable and economical that they made further vacuum tube computers uncompetitive. Metal–oxide–semiconductor (MOS) large-scale integration (LSI) technology subsequently led to the development of semiconductor memory in the mid-to-late 1960s and then the microprocessor in the early 1970s. This led to primary computer memory moving away from magnetic-core memory devices to solid-state static and dynamic semiconductor memory, which greatly reduced the cost, size, and power consumption of computers. These advances led to the miniaturized personal computer (PC) in the 1970s, starting with home computers and desktop computers, followed by laptops and then mobile computers over the next several decades.

<span class="mw-page-title-main">UNIVAC LARC</span> Livermore Advanced Research Computer

The UNIVAC LARC, short for the Livermore Advanced Research Computer, is a mainframe computer designed to a requirement published by Edward Teller in order to run hydrodynamic simulations for nuclear weapon design. It was one of the earliest supercomputers.

The UNIVAC 1100/60, introduced in 1979, continued the venerable UNIVAC 1100 series first introduced in 1962 with the UNIVAC 1107. The 1107 was the first 1100 series machine introduced under the Sperry Corporation name.

<span class="mw-page-title-main">36-bit computing</span> Computer architecture bit width

In computer architecture, 36-bit integers, memory addresses, or other data units are those that are 36 bits wide. Also, 36-bit central processing unit (CPU) and arithmetic logic unit (ALU) architectures are those that are based on registers, address buses, or data buses of that size. 36-bit computers were popular in the early mainframe computer era from the 1950s through the early 1970s.

The Burroughs B2500 through Burroughs B4900 was a series of mainframe computers developed and manufactured by Burroughs Corporation in Pasadena, California, United States, from 1966 to 1991. They were aimed at the business world with an instruction set optimized for the COBOL programming language. They were also known as Burroughs Medium Systems, by contrast with the Burroughs Large Systems and Burroughs Small Systems.

The UNIVAC III, designed as an improved transistorized replacement for the vacuum tube UNIVAC I and UNIVAC II computers, was introduced in June 1962, with Westinghouse agreeing to furnish system programing and marketing on June 1, 1962. It was designed to be compatible for all data formats. However the word size and instruction set were completely different; this presented significant difficulty as all programs had to be rewritten, so many customers switched to different vendors instead of upgrading existing UNIVACs.

The UNIVAC 418 was a transistorized, 18-bit word magnetic-core memory machine made by Sperry Univac. The name came from its 4-microsecond memory cycle time and 18-bit word. The assembly language for this class of computers was TRIM III and ART418.

<span class="mw-page-title-main">UNIVAC II</span> Vacuum tube commercial computer, 1958

The UNIVAC II computer was an improvement to the UNIVAC I that the UNIVAC division of Sperry Rand first delivered in 1958. The improvements included the expansion of core memory from 2,000 to 10,000 words; UNISERVO II tape drives, which could use either the old UNIVAC I metal tapes or the new PET tapes; and some transistorized circuits. It was fully compatible with existing UNIVAC I programs for both code and data. It weighed about 16,000 pounds.

Bit slicing is a technique for constructing a processor from modules of processors of smaller bit width, for the purpose of increasing the word length; in theory to make an arbitrary n-bit central processing unit (CPU). Each of these component modules processes one bit field or "slice" of an operand. The grouped processing components would then have the capability to process the chosen full word-length of a given software design.

MAPPER Systems, now known as Business Information Server, BIS, is a fourth-generation programming language originally from Sperry Univac. Now owned by Unisys Corporation. Mapper originated in the 1970s based on some work in the 1960s, It has been functionally enhanced and kept current. It was also given an extension named ICE - Internet Commerce Enabler.

<span class="mw-page-title-main">History of general-purpose CPUs</span>

The history of general-purpose CPUs is a continuation of the earlier history of computing hardware.

OS 2200 is the operating system for the Unisys ClearPath Dorado family of mainframe systems. The operating system kernel of OS 2200 is a lineal descendant of Exec 8 for the UNIVAC 1108 and was previously known as OS 1100. Documentation and other information on current and past Unisys systems can be found on the Unisys public support website.

<span class="mw-page-title-main">Unisys 2200 Series system architecture</span> Aspect of Unisys 2200 Series

The figure shows a high-level architecture of the OS 2200 system identifying major hardware and software components. The majority of the Unisys software is included in the subsystems and applications area of the model. For example, the database managers are subsystems and the compilers are applications.

<span class="mw-page-title-main">UNIVAC 9000 series</span>

The UNIVAC 9000 series is a discontinued line of computers introduced by Sperry Rand in the mid-1960s to compete with the low end of the IBM System/360 series. The 9200 and 9300 implement the same restricted 16-bit subset of the System/360 instruction set as the IBM 360/20, while the UNIVAC 9400 implements a subset of the full 32-bit System/360 instruction set. The 9400 was roughly equivalent to the IBM 360/30.

References

  1. Lundstrom, David (1987). A Few Good Men From Univac . MIT Press. p.  6. ISBN   0262121204.
  2. Walker, John (1996-08-06). "UNIVAC 1100 Series FIELDATA Code". UNIVAC Memories. Archived from the original on 2016-05-22. Retrieved 2016-05-22.
  3. Jennings, Thomas Daniel (2020-02-05) [1999]. "An annotated history of some character codes or ASCII: American Standard Code for Information Infiltration". sensitive research (SR-IX). Retrieved 2022-06-01.
  4. Mackenzie, Charles E. (1980). Coded Character Sets, History and Development (PDF). The Systems Programming Series (1 ed.). Addison-Wesley Publishing Company, Inc. p. 64. ISBN   978-0-201-14460-4. LCCN   77-90165. Archived (PDF) from the original on May 26, 2016. Retrieved August 25, 2019.
  5. "Univac 1107 Central Computer" (PDF). Univac. November 1961. Chapter 3, Data, Control, And Instruction Words.
  6. "Sperry Univac 1100/80 Systems Processor and Storage Programmer Reference" (PDF). Sperry Univac. 1977. Section 4.2 Control Section.
  7. George Gray (June 1999). "Engineering Research Associates and the Atlas Computer (UNIVAC 1101)". Unisys History Newsletter. 3 (3). Archived from the original on September 13, 2017.
  8. Lundstrom, David (1987). A Few Good Men From Univac . MIT Press. p.  6. ISBN   0262121204.
  9. Weight for Central Computer, Power Control Center, Operator Console and Core Memory (65,000 words)
    • Weik, Martin H. (Mar 1961). "UNIVAC 1107". ed-thelen.org. A Third Survey of Domestic Electronic Digital Computing Systems.
  10. "4.6 Executive System Control Features". UNIVAC 1108 System Description (PDF). UNIVAC.
  11. "2.4 Univac Array Processor". UNIVAC 1108 System Description (PDF). UNIVAC.
  12. "3.6.14 Character Instructions". UNIVAC 1110 System Description (PDF). UNIVAC.
  13. Sperry Univac 1100/60 Facts and Figures, U6313, 7905
  14. Integrated Scientific Processor System Processor and Storage Reference (PDF). Sperry. April 1986. UP-11006.
  15. "SPERRY Integrated Scientific Processor System Facts and Figures" (PDF). bitsavers.org. Retrieved 23 October 2023.
  16. "Computerworld". IDG Enterprise. 13 October 1986. Retrieved 23 October 2023.
  17. "Unisys Introduces ClearPath Plus Servers". esj.com. Enterprise Systems Journal. 2001-04-24. Retrieved 2015-06-10.
  18. 1 2 Swoyer, Stephen (2003-05-20). "Unisys Touts New Mainframe Systems". esj.com. Enterprise Systems Journal. Retrieved 2015-06-10.
  19. "ClearPath Next-Generation Server Architecture Debuts on OS 2200". Unisys ClearPath Connection archive. Unisys. January 2008. Retrieved 2015-06-09.
  20. Morgan, Timothy Prickett (2011-05-10). "Unisys revs up big ClearPath mainframes". www.theregister.co.uk. TheRegister. Retrieved 2015-06-09.
  21. Bryant, Christian (2014-06-20). "Unisys' ClearPath Line Adds Intel Based Mainframes". Tom's IT Pro. Retrieved 2015-06-09.
  22. Diana, Alison (2015-05-20). "New Unisys ClearPath System Outperforms Mainframe Offerings". www.enterprisetech.com. EnterpriseTech. Retrieved 2015-06-09.