MOBIDIC

Last updated
MOBIDIC MOBIDIC cutaway.jpg
MOBIDIC

Sylvania's MOBIDIC, short for "MOBIle DIgital Computer", was a transistorized computer intended to store, sort and route information as one part of the United States Army's Fieldata concept. Fieldata aimed to automate the distribution of battlefield data in any form, ensuring the delivery of reports to the proper recipients regardless of the physical form they were sent or received. MOBIDIC was mounted in the trailer of a semi-trailer truck, while a second supplied power, allowing it to be moved about the battlefield. The Army referred to the system as the AN/MYK-1, or AN/MYK-2 for the dual-CPU version, Sylvania later offered a commercial version of the S 9400.

Contents

History

In early 1956 the Army Signal Corps at Fort Monmouth released a contract tender for the development of a van-mounted mobile computer as part of their Fieldata efforts. Fieldata envisioned a system where any sort of reports would be converted into text format and then sent electronically around an extended battlefield. At the recipient's end, it would be converted into an appropriate output, often on a line printer or similar device. By automating the process of routing the messages in the middle of the information flow, the Signal Corps was hoping to guarantee delivery and improve responsiveness. Fieldata can be thought of as a general purpose version of the system the US Air Force was developing in their SAGE system, which did the same task but limited to the field of information about aircraft locations and status.

The heart of Fieldata would be computer systems that would receive, store, prioritize and send the messages. The machines would have to be built using transistors in order to meet the size and power requirements, so in effect, the Army was paying to develop transistorized computers. In spite of this, most established players ignored the Army's calls for the small machine. Sylvania's director of development speculated that the Army's terminology in the contract may have hidden the apparent wonderful opportunity. In the end, RCA and Sylvania entered bids, along with a number of smaller companies with unproven track records. Sylvania's bid was the lower of the "big two", and they won the contract in September 1956. [1]

The first experimental machine, retroactively known as MOBIDIC A, [2] was delivered to Fort Monmouth in December 1959. By this time the Army had expressed increasing interest in the concept and had ordered four additional machines and associated software, including a COBOL compiler. [3] The original contract for the experimental machine was for $1.6 million, but the new developments increased the total to between $20 and $30 million. [4]

MOBIDIC B was supplied to the Army's Tactical Operations Center and featured dual CPUs for increased reliability.

MOBIDIC A/B weighed about 12,000 pounds (6.0 short tons; 5.4 t). [5]

MOBIDIC C was sent to Fort Huachuca as a software testing system. MOBIDIC D was ordered for the Army Security Agency in Europe, and MOBIDIC 7A was shipped to the 7th Army Stock Control Center in Zweibrücken, Germany. [6] 7A's service entry was delayed due to the failure of the Army-supplied tape drives, but Sylvania replaced these with off-the-shelf commercial units and the system went operational in January 1962, [7] the first off-shore deployment.

MOBIDIC C/D/7A weighed about 7,000 pounds (3.5 short tons; 3.2 t). [8]

The 7A unit was extremely successful in operation, cutting the time needed to order and deliver spare parts dramatically. Although Fieldata was developed for battlefield information, MOBIDIC was just as useful for other sorts of information as well, as the 7A machine demonstrated. It was so successful that the MOBIDIC D was diverted to the Army's 3922nd Ordnance Supply Control Agency in Orléans, France (Maison Fort) to replace the existing RAMAC 305 card system. [7]

By 1962, however, the Army had lost interest in Fieldata and canceled the project. The B machine was no longer needed for Fieldata software development, and in 1965 it was purchased by the National Bureau of Standards for software development and research. [9] The C, D, and 7A machines were later all moved to Karlsruhe, Germany, where they operated in the supply role for years. [7]

MOBIDIC's success, independent of Fieldata's failure, led to additional Army contracts for the smaller AN/APQ-32 computers, which processed artillery radar data. The basic layout of the MOBIDIC system was also used for the AN/ASD-1 computer used on the Boeing RC-135 ELINT aircraft, the PARADE and TIDEWATER projects, and its basic circuitry was used extensively in the development of the IBM 7090 [ dubious ] for the BMEWS systems. [4] [10]

As Sylvania had hoped, commercial interest in a small, low-cost, robust computer system seemed widespread. MOBIDIC was adapted into the Sylvania 9400 that was marketed towards factory automation systems. Two systems were ordered, one by the Office of the Assistant Chief of Staff for Intelligence in the Pentagon, and another by General Telephone in California. However, as the costs of trying to compete in the commercial computer market became clear, Sylvania decided to withdraw from the market, and General Telephone canceled their order. Both 9400's were built; General Telephone's intended delivery was used by Sylvania internally. [11]

Description

MOBIDIC's design goal was the real time operation of its input/output system. A typical use for MOBIDIC would be to collate all the messages flowing through an input to different tape outputs based on a field in the data. The tapes could then be removed and the messages printed on an offline printer. For instance, a large supply depot might have numerous warehouses for different sorts of materials; MOBIDIC could route incoming requests by examining the part number and then sending that message to a particular tape. All of the output on that tape would then be printed and sent to the associated warehouse. MOBIDIC replaced many manual steps; it performed the collation lookup, sorting the data, and collecting all the printed messages for delivery.

MOBIDIC was a 36-bit binary machine, a common word size for early computers. The system used 36-bit data throughout, but stored it as 40-bit values to add additional sign and parity bits, and two spares. [12] This allowed it to store the full range from -(1 - 2−36) to +(1 - 2−36). Machines were normally equipped with two parallel banks of core memory with 4096 words each, but was expandable to seven banks maximum. [13] It could support up to 63 tape drives, punch tape input and output, as well as a Flexowriter. One connection could also be dedicated to sending data to another MOBIDIC system. The tape drives used one of the spare bits in the 40-bit word as a STOP indicator.

Most of the 52 instructions were in the one-address format, collecting into an accumulator, but a small number (load, move, etc.) were in two-address format. There were 15 arithmetic, eight transfer (memory), 17 logic, three sense and nine input-output instructions. [12] An add required 16 microseconds, a multiply or divide 86, these slow times a side effect of its serial operation. [13]

MOBIDIC's CPU and I/O systems were housed in a 30-foot (10 meters) van. The machine required 29.76 kW of power, which was supplied from a second, smaller, van containing a generator set. Two other vans contained auxiliary EAM equipment and a repair shop. All four vans were backed up; two to a side, to a raised wooden platform with steps on one end. One of the concepts being; since this was the Cold War era than in case of enemy attack, everything could be moved instead of having to be abandoned and destroyed. [14]

The dual-CPU MOBIDIC B (only one was produced) included three additional general instructions, as well as nine new instructions for supporting subroutines. The CPUs were independent but shared a single main memory consisting of 8,192 words of core. In a sample use, one of the CPUs would be used to import data, handing off data via shared memory to the second for output. Although the machine's speed was slower overall (adds were 42 μs), throughput could be greatly improved. If one of the machines failed, the program could be restarted on the remaining CPU, running both sides of the I/O task with reduced throughput. [15]

Related Research Articles

Bus (computing) System that transfers data between components within a computer

In computer architecture, a bus is a communication system that transfers data between components inside a computer, or between computers. This expression covers all related hardware components and software, including communication protocols.

Microcomputer Small computer with a processor made of one or a few integrated circuits

A microcomputer is a small, relatively inexpensive computer having a central processing unit (CPU) made out of a microprocessor. The computer also includes memory and input/output (I/O) circuitry together mounted on a printed circuit board (PCB) Microcomputers became popular in the 1970s and 1980s with the advent of increasingly powerful microprocessors. The predecessors to these computers, mainframes and minicomputers, were comparatively much larger and more expensive. Many microcomputers are also personal computers. An early use of the term personal computer in 1962 predates microprocessor-based designs. (See "Personal Computer: Computers at Companies" reference below). A microcomputer used as an embedded control system may have no human-readable input and output devices. "Personal computer" may be used generically or may denote an IBM PC compatible machine.

CDC 6600

The CDC 6600 was the flagship of the 6000 series of mainframe computer systems manufactured by Control Data Corporation. Generally considered to be the first successful supercomputer, it outperformed the industry's prior recordholder, the IBM 7030 Stretch, by a factor of three. With performance of up to three megaFLOPS, the CDC 6600 was the world's fastest computer from 1964 to 1969, when it relinquished that status to its successor, the CDC 7600.

UNIVAC 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 Cyclone, was a vacuum tube computer, built by Iowa State College at Ames, Iowa. The computer was commissioned in July 1959. It was based on the IAS architecture developed by John von Neumann. The prototype was ILLIAC, the University of Illinois Automatic Computer. The Cyclone used 40-bit words, used two 20-bit instructions per word, and each instruction had an eight-bit op-code and a 12-bit operand or address field. In general IAS-based computers were not code compatible with each other, although originally math routines which ran on the ILLIAC would also run on the Cyclone.

UNIVAC 1100/2200 series 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 the solid-state successors.

Fieldata Military communication project and ASCII precursor

FIELDATA was a pioneering computer project run by the US Army Signal Corps in the late 1950s that intended to create a single standard for collecting and distributing battlefield information. In this respect it could be thought of as a generalization of the US Air Force's SAGE system that was being created at about the same time.

UNIVAC LARC 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.

HP 2100 Mid-1960s 16-bit computer series by Hewlitt Packard

The HP 2100 is a series of 16-bit minicomputers that were produced by Hewlett-Packard (HP) from the mid-1960s to early 1990s. Tens of thousands of machines in the series were sold over its twenty-five year lifetime, making HP the fourth largest minicomputer vendor during the 1970s.

Compukit UK101

The Compukit UK101 microcomputer (1979) is a kit clone of the Ohio Scientific Superboard II single-board computer, with a few enhancements for the UK market - notably replacing the 24×24 screen display with a more useful 48×16 layout working at UK video frequencies. The video output is black and white with 256 characters generated by a two kilobyte ROM. It has no bit-mapped graphics capability. The video is output through a UHF modulator, designed to connect to a TV set.

Galaksija (computer)

The Galaksija was a build-it-yourself computer designed by Voja Antonić. It was featured in the special edition Računari u vašoj kući of a popular eponymous science magazine, published late December 1983 in Belgrade, Yugoslavia. Kits were available but not required as it could be built entirely out of standard off-the-shelf parts. It was later also available in complete form.

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.

CDC 6000 series

The CDC 6000 series is a discontinued family of mainframe computers manufactured by Control Data Corporation in the 1960s. It consisted of the CDC 6200, CDC 6300, CDC 6400, CDC 6500, CDC 6600 and CDC 6700 computers, which were all extremely rapid and efficient for their time. Each is a large, solid-state, general-purpose, digital computer that performs scientific and business data processing as well as multiprogramming, multiprocessing, Remote Job Entry, time-sharing, and data management tasks under the control of the operating system called SCOPE. By 1970 there also was a time-sharing oriented operating system named KRONOS. They were part of the first generation of supercomputers. The 6600 was the flagship of Control Data's 6000 series.

The Autonetics RECOMP II was a computer first introduced in 1958. It was made by the Autonetics division of North American Aviation.

The D-37C (D37C) is the computer component of the all-inertial NS-17 Missile Guidance Set (MGS) for accurately navigating to its target thousands of miles away. The NS-17 MGS was used in the Minuteman II (LGM-30F) ICBM. The MGS, originally designed and produced by the Autonetics Division of North American Aviation, could store multiple preprogrammed targets in its internal memory.

Atari SIO

The Serial Input/Output system, universally known as SIO, was a proprietary peripheral bus and related software protocol stacks used on the Atari 8-bit family to provide most input/output duties for those computers. Unlike most I/O systems of the era, such as RS-232, SIO included a lightweight protocol that allowed multiple devices to be attached to a single daisy-chained port that supported dozens of devices. It also supported plug-and-play operations. SIO's designer, Joe Decuir, credits his work on the system as the basis of USB.

Viatron

Viatron Computer Systems Corporation, or simply Viatron was an American computer company headquartered in Bedford, Massachusetts, and later Burlington, Massachusetts. Viatron coined the term "microprocessor" although it was not used in the sense in which the word microprocessor is used today.

Monrobot XI

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.

Philco was one of the pioneers of transistorized computers. After the company developed the surface barrier transistor, which was much faster than previous point-contact types, it was awarded contracts for military and government computers. Commercialized derivatives of some of these designs became successful business and scientific computers. The TRANSAC Model S-1000 was released as a scientific computer. The TRANSAC S-2000 mainframe computer system was first produced in 1958, and a family of compatible machines, with increasing performance, was released over the next several years.

Raytheon 704 Minicomputer

The Raytheon 704 is a 16-bit minicomputer introduced by Raytheon in 1970. The basic machine contained 4 kwords (8 kB) of memory and a simple arithmetic logic unit (ALU) running at 1 MHz. It was normally operated with a Teletype Model 33 acting as a computer terminal. It sold for "less than $10,000".

References

Notes

  1. Sokol, pg. 2
  2. "COMPUTERS AND DATA PROCESSORS, NORTH AMERICA: 13. Sylvania Electric Products, Inc., UDOFT and MOBIDIC, Waltham, Mass". Digital Computer Newsletter. 10 (1): 9–10. Jan 1958.
  3. Sokol, pg. 3
  4. 1 2 Sokol, pg. 5
  5. Weik, pp. 0651, 0654
  6. "RUGGED, MOBILE, DIGITAL COMPUTER OFF TO U. S. 7TH ARMY IN WEST GERMANY" (PDF). Computers and Automation. 10 (2B): 2B. Feb 1961. Retrieved 2020-09-05.
  7. 1 2 3 Sokol, pg. 4
  8. Weik, p. 0657
  9. Abrams
  10. Sokol, pg. 7
  11. Sokol, pg. 6
  12. 1 2 Weik, pg. 0650
  13. 1 2 Weik, pg. 0651
  14. Weik, pg. 0652
  15. Weik, pg. 0654

Bibliography

Further reading