IBM 1620

This is an old revision of this page, as edited by Grammarbot (talk | contribs) at 04:30, 5 March 2005 (Removed space before comma. I am a bot in testing. Please revert my change if it was incorrect. I will notice automatically.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The IBM 1620 was announced by IBM on October 21, 1959 and marketed as an inexpensive "scientific computer". 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.

IBM 1620 Model I Level G, running.

The 1620's architecture

It was a variable "word" length decimal (BCD) computer with a memory that could hold anything from 20,000 to 60,000 decimal digits increasing in 20,000 decimal digit increments. While the 5-digit addresses could have addressed 100,000 decimal digits, no machine larger than 60,000 decimal digits was ever built.

Memory was accessed two decimal digits at the same time (even-odd digit pair for numeric data or one alphameric character for text data). Each decimal digit was 6 bits, composed of an odd parity Check bit, a Flag bit, and four BCD bits for the value of the digit in the following format:

  C F 8 4 2 1

The Flag bit had several uses:

  • In the least significant digit it was set to indicate a negative number (signed magnitude).
  • It was set to mark the most significant digit of a number (wordmark).
  • In the least significant digit of 5-digit addresses it was set for indirect addressing.
  • In the middle 3 digits of 5-digit addresses (on the 1620 II) they were set to select one of 7 index registers.

In addition to the valid BCD digit values there were three special digit values (these could NOT be used in calculations):

  C F 8 4 2 1
      1 0 1 0  -  Record Mark (right most end of record)
      1 1 0 0  -  Numeric Blank (blank for punched card output formatting)
      1 1 1 1  -  Group Mark (right most end of a group of records for disk I/O)

Instructions were fixed length (12 decimal digits), consisting of a 2-digit "op code", a 5-digit "P Address", and a 5-digit "Q Address".

Fixed-point data "words" could be any size from two decimal digits up to all of memory not used for other purposes.

Floating-point data "words" (using the hardware floating point option) could be any size from 4 decimal digits up to 102 decimal digits (2 digits for the exponent and 2 to 100 digits for the mantissa).

The machine had no programmer-accessible registers: all operations were memory to memory (including the index registers of the 1620 II).

Character and Op codes

The table below lists Alphameric mode Characters (and Op codes).

Character Typewriter Printer Tape  Card  Core Operation Definition & Notes
In Out Out In Out In Out Even Odd
Blank          C        C                      
. . . .  X0 8 21  X0 8 21 12-3-8 12-3-8        21    
) ) ) )  X0C84    X0C84   12-4-8 12-4-8       4      
+ + + +  X0C      X0C     12 12    1         
$ $ $ $  X C8 21  X C8 21 11-3-8 11-3-8    1   21    
* * * *  X  84    X  84   11-4-8 11-4-8    1  4      
- - - -  X        X       11 11   2          
/ / / /   0C   1   0C   1 0-1 0-1   2     1    
, , , ,   0C8 21   0C8 21 0-3-8 0-3-8   2    21    
( ( ( (   0 84     0 84   0-4-8 0-4-8   2   4      
= = = =     8 21     8 21 3-8 3-8   21   21    
@ @ @ @    C84      C84   4-8 4-8   21  4      
A A A A  X0    1  X0    1 12-1 12-1  4      1    
B B B B  X0   2   X0   2  12-2 12-2  4     2     
C C C C  X0C  21  X0C  21 12-3 12-3  4     21    
D D D D  X0  4    X0  4   12-4 12-4  4    4      
E E E E  X0C 4 1  X0C 4 1 12-5 12-5  4    4 1    
F F F F  X0C 42   X0C 42  12-6 12-6  4    42     
G G G G  X0  421  X0  421 12-7 12-7  4    421    
H H H H  X0 8     X0 8    12-8 12-8  4   8       
I I I I  X0C8  1  X0C8  1 12-9 12-9  4   8  1    
-0 N/A - - N/A  X       11-0 11-0  4 1         
J
-1
J J J  X C   1  X C   1 11-1 11-1  4 1    1    
K
-2
K K K  X C  2   X C  2  11-2 11-2  4 1   2     
L
-3
L L L  X    21  X    21 11-3 11-3  4 1   21    
M
-4
M M M  X C 4    X C 4   11-4 11-4  4 1  4      
N
-5
N N N  X   4 1  X   4 1 11-5 11-5  4 1  4 1    
O
-6
O O O  X   42   X   42  11-6 11-6  4 1  42     
P
-7
P P P  X C 421  X C 421 11-7 11-7  4 1  421    
Q
-8
Q Q Q  X C8     X C8    11-8 11-8  4 1 8       
R
-9
R R R  X  8  1  X  8  1 11-9 11-9  4 1 8  1    
S S S S   0C  2    0C  2  0-2 0-2  42    2     
T T T T   0   21   0   21 0-3 0-3  42    21    
U U U U   0C 4     0C 4   0-4 0-4  42   4      
V V V V   0  4 1   0  4 1 0-5 0-5  42   4 1    
W W W W   0  42    0  42  0-6 0-6  42   42     
X X X X   0C 421   0C 421 0-7 0-7  42   421    
Y Y Y Y   0C8      0C8    0-8 0-8  42  8       
Z Z Z Z   0 8  1   0 8  1 0-9 0-9  42  8  1    
0 0 0 0   0        0      0
12-0
0  421         
1 1 1 1        1        1 1 1  421    1    
2 2 2 2       2        2  2 2  421   2     
3 3 3 3    C  21    C  21 3 3  421   21    
4 4 4 4      4        4   4 4  421  4      
5 5 5 5    C 4 1    C 4 1 5 5  421  4 1    
6 6 6 6    C 42     C 42  6 6  421  42     
7 7 7 7      421      421 7 7  421  421    
8 8 8 8     8        8    8 8  421 8       
9 9 9 9    C8  1    C8  1 9 9  421 8  1    
RM (Stop) (Stop)   0 8 2  E       
(Stop)
0-2-8 0-2-8      8 2    Record Mark
GM (Stop) (Stop)   0 8421 E       
(Stop)
0-7-8 1-2-4-8      8421   Group Mark


The table below lists Numeric mode Characters.

Character Typewriter Printer Tape  Card  Core Definition & Notes
In Out Out Dump In Out In Out
Blank   0 0 0    C       0        0 C       
0 0 0 0 0   0        0      0 0 C       
1 1 1 1 1        1        1 1 1      1  
2 2 2 2 2       2        2  2 2     2   
3 3 3 3 3    C  21    C  21 3 3 C   21  
4 4 4 4 4      4        4   4 4    4    
5 5 5 5 5    C 4 1    C 4 1 5 5 C  4 1  
6 6 6 6 6    C 42     C 42  6 6 C  42   
7 7 7 7 7      421      421 7 7    421  
8 8 8 8 8     8        8    8 8   8     
9 9 9 9 9    C8  1    C8  1 9 9 C 8  1  
-0 _
0
_
0
- -  X      
 X0C    
 X       11-0 11-0  F      
-1 _
1
_
1
J J  X C   1  X C   1 11-1 11-1 CF   1  
-2 _
2
_
2
K K  X C  2   X C  2  11-2 11-2 CF  2   
-3 _
3
_
3
L L  X    21  X    21 11-3 11-3  F  21  
-4 _
4
_
4
M M  X C 4    X C 4   11-4 11-4 CF 4    
-5 _
5
_
5
N N  X   4 1  X   4 1 11-5 11-5  F 4 1  
-6 _
6
_
6
O O  X   42   X   42  11-6 11-6  F 42   
-7 _
7
_
7
P P  X C 421  X C 421 11-7 11-7 CF 421  
-8 _
8
_
8
Q Q  X C8     X C8    11-8 11-8 CF8     
-9 _
9
_
9
R R  X  8  1  X  8  1 11-9 11-9  F8  1  
RM (Stop, WN)

(DN)
(Stop)   0 8 2  E       
(Stop, WN)
  0 8 2 
(DN)
0-2-8 0-2-8 C 8 2  Record Mark
flag RM _
(Stop, WN)
_

(DN)
(Stop) W  X  8 2  E       
(Stop, WN)
 X  8 2 
(DN)
11-2-8 11-2-8  F8 2  Flagged Record Mark
EOL (Stop, WN)

(DN)
(Stop) E        E       
(WN)
  0 8 2 
(DN)
0-2-8 0-2-8 C 8 2  End of line Tape only.
GM (Stop) G   0 8421   0 8421 0-7-8 0-7-8 C 8421 Group Mark
flag GM _
_
(Stop) X  X  8421  X  8421 12-7-8 12-7-8  F8421 Flagged Group Mark
NB @ @ @    C84      C84   4-8 C 84   Numeric Blank
flag NB _
@
_
@
*  X  84    X  84   11-4-8  F84   Flagged Numeric Blank


Hardware implementation

Most of the logic circuitry of the 1620 was a type of resistor-transistor logic (RTL) using "drift" transistors (a type of transistor invented by Herbert Kroemer in 1957) for their speed, that IBM referred to as SDTRL. Other IBM circuit types used were referred to as: Alloy (some logic, but mostly various non-logic functions, named for the kind of transistors used), CTRL (another type of RTL, but slower than SDTRL), CTDL (a type of diode-transistor logic (DTL)), and DL (another type of RTL, named for the kind of transistor used, "drift" transistors).

These circuits were constructed of individual discrete components mounted on single sided paper-phenolic printed circuit boards about 3 inches wide by 5 inches tall with a 16 pin gold plated edge connector, that IBM referred to as SMS cards (Standard Modular System). The amount of logic on one card was similar to that in one 7400 series SSI or simpler MSI package (e.g., 3 to 5 logic gates or a couple of flip-flops).

These boards were inserted in sockets on racks, that IBM referred to as gates. The machine had the following "gates" in its basic configuration:

  • "Gate A" - Forward hinged gate that swings out the back for access, after "Gate B".
  • "Gate B" - Rear hinged gate that swings out the back for access.
  • "Gate C" - Slides out back for access. Console Typewriter interface. Mostly relay logic.
  • "Gate D" - Slides out back for access. Standard I/O interface.

There were two different types of core memory used in the 1620:

  • Main memory
    • Coincident Current X-Y Line addressing
      • 20,000, 40,000, or 60,000 Digits
    • 12 bit, even-odd Digit Pair
    • 12 one bit planes in each module, 1 to 3 modules
      • 10,000 cores per plane
  • Memory Address Register Storage (MARS) memory
    • Word Line addressing
      • 16 Words, minimum of 8 used in basic configuration
      • Single Word read, multiple Word clear/write
    • 24 bit, 5 Digit decimal Memory Address (no 8 - Ten Thousand bit stored)
    • 1 plane
      • 384 cores

The address decoding logic of the Main memory also used two planes of 100 pulse transformer cores per module to generate the X-Y Line half-current pulses.

There were two models of the 1620, each having totally different hardware implementations:

Development history

In 1958 IBM assembled a team at the Poughkeepsie, New York development laboratory to study the "small scientific market". Initially the team consisted of Wayne Winger (Manager), Robert C. Jackson, and William H. Rhodes.

The competing computers in this market were the Librascope LGP-30 and the Bendix G-15, both were drum memory machines and it was concluded that IBM could offer nothing really new in that area. To compete effectively would require use of technologies that IBM had developed for larger computers, yet the machine would have to be produced at the least possible cost.

To meet this objective, the team set the following requirements:

  • Core memory
  • Restricted instruction set
    • No divide or floating point instructions, use subroutines in the "general program package"
  • Wherever possible replace hardware with existing logical machine functions
    • No arithmetic circuits, use tables in core memory
  • Least expensive Input/Output possible
    • No punch cards, use paper tape
    • No printer, use operators console typewriter

The internal code name CADET was selected for the machine. One of the developers says that this stood for "Computer with ADvanced Economic Technology", however others recall it as simply being one half of "SPACE - CADET", where SPACE was the internal code name of the IBM 1401 machine, also then under development.

The team expanded with the addition of Anne Deckman, Kelly B. Day, William Florac, and James Brenza. They completed the CADET prototype in the spring of 1959.

Meanwhile the San Jose, California facility was working on a proposal of its own. IBM could only build one of the two and the Poughkeepsie proposal won because "the San Jose version is top of the line and not expandable, while your proposal has all kinds of expansion capability - never offer a machine that cannot be expanded".

Management was not entirely convinced that core memory could be made to work in small machines, so Gerry Ottaway was loaned to the team to design a drum memory as a backup. During acceptance testing by the Product Test Lab repeated core memory failures were encountered and it looked likely that management's predictions would come true. However at the last minute it was found that the fan used to blow hot air through the core stack was malfunctioning, causing the core to pick up noise pulses and fail to read correctly. After the fan problem was fixed there were no further problems with the core memory and the drum memory design effort was discontinued as unnecessary.

 
IBM 1620 Model I Level A (prototype), as it appeared
in the IBM announcement of the machine.

Following announcement of the IBM 1620 on October 22, 1959, due to an internal reorganization of IBM, it was decided to transfer the computer from the Data Processing Division at Poughkeepsie (large scale mainframe computers only) to the General Products Division at San Jose (small computers and support products only) for manufacturing.

Following transfer to San Jose, someone there suggested that the code name CADET actually stood for "Can't Add, Doesn't Even Try." This stuck and became very well known among users of the 1620.

Implementation "levels"

  • Model I
    • Level A; prototype.
      • All flip-flops in the design were transistorized versions of the original Eccles-Jordan trigger circuit. While this machine was fully functional, it was found that the capacitor coupling used in these proved troublesome in the noisy signal environment of relays and timing cam driven switches used to drive the console typewriter. This necessitated a complete redesign of the machine to use S-R flip-flops instead (except for two triggers used to generate clocks for the S-R flip flops). However usage of the term Trigger was retained in all the documentation when referring to a flip flop.
      • This is the only level using a one piece vertical control panel, when the design was transferred from Poughkeepsie to San Jose it was redesigned to the two piece angled control panel used on all production models.
    • Level B; first production.
      • This is the only level using a burnished aluminum lower control panel, later levels finished this panel with white.
    • Level C; introduction of 1622 card reader/punch.
    • Level D; introduction of 1311 disk drives.
    • Level E
    • Level F; introduction of Floating Point option.
    • Level G; final version of the Model I
  • Model II (no information on "Levels" available at this time)
  • Model III
    • Work was begun on a 1620 Model III in year-TBD, but the project was quickly canceled as IBM wanted to promote sales of their new System/360 and discontinue the old lines.

Patents

  • 3,049,295 - Multiplying Computer
    • Patent filed: December 20, 1960
    • Patent issued: August 14, 1962
    • Inventors
      • William H. Rhodes
      • James G. Brenza
      • Wayne D. Winger
      • Robert C. Jackson
    • Claims and prior art references
      • 21 claims
      • No prior art
    • Diagrams and Text
      • 156 sheets of diagrams (Describes 1620 in full details.)
      • 31 sheets of text

  • 3,328,767 - Compact Data Lookup Table
    • Patent filed: December 31, 1963
    • Patent issued: June 27, 1967
    • Inventors
      • Gerald H. Ottaway
    • Claims and prior art references
      • 11 claims
      • 5 prior art
    • Diagrams and Text
      • 5 sheets of diagrams
      • 4 sheets of text
  • 3,199,085 - Computer with Table Lookup Arithmetic Unit Feature
    • Patent filed: December 20, 1960
    • Patent issued: August 3, 1965
    • Inventors
      • William H. Rhodes
      • James G. Brenza
      • Wayne D. Winger
    • Claims and prior art references
      • 21 claims
      • 5 prior art
    • Diagrams and Text
      • 156 sheets of diagrams (Describes 1620 in full details.)
      • 31 sheets of text

  • 3,239,654 - Dividing Computer
    • Patent filed: February 8, 1961
    • Patent issued: March 8, 1966
    • Inventors
      • Robert C. Jackson
      • William A. Florac
      • Wayne D. Winger
    • Claims and prior art references
      • 9 claims
      • 1 prior art
      • 3 publications
    • Diagrams and Text
      • 13 sheets of diagrams
      • 19 sheets of text

Available peripherials were:

Trivia

The fictional computer Colossus of Colossus: The Forbin Project used about a dozen scrapped 1620 front panels purchased on the surplus market, in various orientations.