Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Raytheon 704

From Wikipedia, the free encyclopedia
Minicomputer
Raytheon 704
Advertisement in December 1969 issue ofDatamation; pictured left to right: rack mount case, CPU, andTeletype Model 33
DeveloperRaytheon
TypeMinicomputer
Release date1970; 55 years ago (1970)
Introductory price$10,000 for a basic system
Memory4 to 32 kilowords ofcore memory

TheRaytheon 704 is a16-bitminicomputer introduced byRaytheon in 1970.[1] It was an updated and repackaged version of theRaytheon 703 with newinput/output features. The basic machine contained 4 kwords (8 kB) of memory and a simplearithmetic logic unit (ALU) running at 1 MHz. It was normally operated with aTeletype Model 33 acting as acomputer terminal. It sold for "less than $10,000"[2] (equivalent to $80,000 in 2024).

A key feature of the design was the ability to expand thecentral processing unit (CPU) using plug-in cards. Options included a hardware multiply/divide unit, an 8-levelvectored interrupt controller, aDMA controller, among others. Memory could also be added using the same cards, allowing up to 32 kW in total. Memory was based on an 18-bit word, not 16-bit, with the extra bits for use with an optionalparity check card.

Another unique feature was that generalinput/output expansion was external, using adaisy chained cable system known as DIO. This allowed devices like lab equipment and low-speed storage liketape drives to be added without requiring an internal card to support it; the device was added simply by connecting it to the nearest free DIO port on the computer or any other DIO device.

The 704 does not appear to have seen widespread use, although passing mentions can be found in many documents and it had a presence in scientific circles. One example is displaying weather radar data for the United States Air Force.[3] It is historically notable as the first computer to be used to runplay-by-mail games, whenFlying Buffalo Inc purchased one in 1970.[4][5]

History

[edit]

When it was launched, the 704 was a competitive machine compared to recently released systems. ThePDP-8/I, of 1968, cost $12,800 for a similar 4 kWord machine, but used smaller 12-bit words and thus had 6 kB of memory compared to the 704's 16-bit words where the same 4 kWord memory was 8 kB. The 704 was also faster, running at 1 MHz rather than the PDP-8's 600 kHz.[6] Another machine aimed more squarely at the 704's instrumentation market was theHP 2116A, another 16-bit design that listed at $22,000.[7]

Despite these advantages, the 704 faced stiff competition from other newly introduced machines like theData General Nova, which had a similar feature set but was less expensive, with a similar configuration costing $7,999.[8] The Nova was slower than the 704, but this was addressed in the SuperNOVA, released in 1970 for $11,700. This sandwiched the 704 between lower-cost, lower-performance solutions, and higher-performance solutions that were only slightly more expensive.[9]

The 704 was used as an onsite seismic processing system by Petty-Ray Geophysical, named the Com*MAND 1, in the early 1970s, equipped with 1/2" tape drives, card reader, Teletype 33 console, and Gould 11" electrostatic plotter. Without anATP,Vibroseis correlation of a full tape of seismic data would take several hours.

The successor to the 704 was the RDS 500 which was extensively used by seismic acquisition companies such as Petty-Ray Geophysical, named the Com*MAND 2,CGG (company), Seismograph Survey Company (SSC) and Seismograph Survey Ltd (SSL), as well as several national oil companies.[10]

The compact size and relatively low environmental needs as compared to traditional mainframe systems meant it could be installed in 'frontier' areas in offices and trailers, processing seismic data for fast turnaround behind seismic data acquisition crews operating in areas such as North Africa, the Middle East and the Far East and various active exploration areas in the 1970s.

Description

[edit]

Hardware design

[edit]
Raytheon 704 CPU at theStuttgart Computer Museum.
Raytheon 704 used as an onsite seismic data processing system in Mogadishu, Somalia in 1974.

Like most minicomputers of the late 1960s, the 704 was designed to be mounted in arack mount case, with the CPU being 9U (15.75 in, 40 cm) tall.[2][11]

Thecentral processing unit (CPU) used 16-bit words, although it also included instructions that worked on 8-bit data, useful for working withASCII text. Math was performed in parallel[a] and usedtwo's complement number format. Memory addresses were only 15-bits, allowing a maximum of 32 kilowords (64 kbytes) of directly addressablemain memory.[12]

A showcase feature was the externalinput/output system, handled using a separate 16-bit wide "data input/output bus", or DIO, with up to 16 devices on two physical ports.[12] These were connected together with custom DIO cables,daisy chained up to 50 feet (15 m) in total. By using both ports on separate 50-foot chains and placing the CPU in the center, the total distance could be up to 100 feet (30 m). The end of every DIO bus had to have anelectrical terminator, even on the computer ports if they were unused.[13]

The basic unit included 4 kilowords of 18-bit memory, and a DIO controller for an ASCII terminal, normally theTeletype Model 33 or 35. This left four freecard slots, and at launch, Raytheon offered a variety of plug-in expansions. These included 4 kilowordscore memory modules, with enough room in the case for a total of four modules for a total of 16 kilowords.[12]

The purpose of the 18-bit memory was to allow the use of an optionalparity check module, which offloaded this task from the CPU. Two bits were used to store separate parity bits for the two bytes of data in each word. In the event an error was found, the processor was halted and a lamp illuminated on the front panel.[14]

The hardware multiply/divide card reduced the time for a 16-bit multiply from 105 μsec to only 8, and a divide from 193 to 10.[12]

The DIO normally had a single level ofinterrupt, which is fine for simple uses but not inrealtime computing and similar roles where rapid hardware handling of data is a major concern. For these roles, the Priority Interrupt Expansion added an eight-level interrupt system, and a second card could be used to expand this to 16 levels.[15] Installing this option also activated the front-panel interrupt button, which was normally inactive as the only interrupt, level 00, was assigned to the terminal.[14]

Thedirect memory access (DMA) card connected up to six devices to memory, although only one device was active at a time, using a separate dedicated bus that bypassed the CPU and DIO. This was normally used forhard disk andmagnetic tape support.[14] The DMA bus also used custom cables, limited in this case to 24 feet (7.3 m) in length with only a single bus. Like DIO, the bus had to be terminated.[16]

Finally, a Power Failsafe Option was available that was intended to stop the processor in a known-good state if it noticed thevoltage from the power supply dropping, indicating an imminent power failure. An Automatic Bootstrap Module is mentioned but was not available at launch time.[14] Sales documents from the era also mention areal-time clock and ananalog-to-digital converter.[2]

CPU model

[edit]

The CPU ran lock-step with the core memory, which was a typical design of the era. This limited the machine to a basic 1 μsec cycle time,[17][b] or 1 MHz in common modern terms. The clock was a 20 MHzcrystal oscillator that was divided down for the various components.[18]

There were 72 basic instructions, plus theMPY andDIV instructions if the multiply/divide unit was installed. Instructions were generally one word long, in strong contrast to typical designs of the era which used variable length instructions depending on theaddressing mode. Most instructions used the single user-visible 16-bitaccumulator ACR and a 16-bit memory buffer register (MBR) used to temporarily hold operands for two-operand instructions (the other being ACR). 15-bit registers were used for the program counter (PCR) and memory address register (MAR), the later of which was used while fetching data from memory. Addresses could also be offset using the 16-bitindex register IXR.[19] Two other registers, the 5-bit EXR and 8-bit INR served special purposes.[20]

Opcodes were generally 4-bits in length, in bits 0 through 3. The purpose of the 15-bit addresses in a 16-bit machine was to set aside one bit in the instruction format to indicate that the address was relative, normally bit 4. This left bits 5 through 15 for use as an address or constant. When used as an address, this meant it was only 11 bits long, and an additional four bits from the 5-bit EXR were added to the front to make a complete 15-bit address. This meant the memory was logically organized as a set of 2 k pages, and working with data in another page required instructions to change the EXR. All five bits of EXR were used when using byte addressing, or only four when addressing words. On top of both, the index register would be added if the index bit was turned on in the instruction.[21]

Math instructions,ADD andSUB, always worked on 16-bit values, as did logical operations –AND,ORI ("inclusive" OR) andORE (exclusive OR). Interesting additions wereINV to invert the value andCMP to perform the two's complement. Shift and rotate instructions were available in 16 and 32-bit forms.[22]

There were three primary comparison operators,CMW to compare words andCMB to compare bytes, andCLB to compare a byte in the accumulator with a literal byte (constant) in the address section of the instruction word. The only other support for literals wasLLB which loaded a constant byte value into the accumulator.[22] These sorts of literal (or constant) instructions are generally much more common in most processors as it avoids a memory accesses for these frequently used instructions.

Conditional branching was not supported directly, instead, there were a series of "skip" instructions that could be performed after a comparison. For instance,SAZ would skip the next instruction if the value in the accumulator was zero. To perform branches, the next instruction would normally be a jump,JMP or jump-and-store-address-in-IXR,JSX, used for subroutines. In addition to the accumulator, skip instructions were provided that read the index register, the results of a comparison and for four of the front-panel switches.[22]

ATP add-on

[edit]

In January 1971, Raytheon announced a new add-on for the 704 system, the Array Transform Processor, or ATP. This required an entire 3U case of its own. This was essentially avector processor dedicated to performingfast Fourier transforms (FFT), with arrays from 2 to 8192complex numbers. A typical 2048 FFT could be accomplished in "only 150 milliseconds!" A system consisting of a 704, the ATP and enough memory to hold the data ran to about $40,000 (equivalent to $310,567 in 2024).[23]

It was this ATP add-on which made the 704 and the later RDS500 so popular as a seismic data processing system, the ATP speeding up the many digital signal processing techniques such as filtering, deconvolution and correlation which were essential in enhancing the seismic data for interpretation.

Notes

[edit]
  1. ^Contrast with theNova, which used four passes through a 4-bit ALU.
  2. ^Although marketing material from the era puts it at 1.5 μsec.[2]

References

[edit]

Citations

[edit]
  1. ^Review 1975, p. 72.
  2. ^abcdDummer, Thomson & Robertson 1971, p. 805.
  3. ^WEATHER RADAR PROCESSOR AND DISPLAY: RADAR INTERFACE ADAPTER, VOLUME II. Raytheon.[1]
  4. ^Harrigan, Pat; Kirschenbaum, Matthew G. (2016-04-15).Zones of Control: Perspectives on Wargaming. MIT Press. p. 25.ISBN 978-0-262-03399-2.
  5. ^"In Memory of Richard (Rick) F. Loomis 1947–2019: Founder of the Flying Buffalo".
  6. ^Jones, Douglas."The PDP-8/I".University Of Iowa Department of Computer Science.
  7. ^Leo Brown, Simon (21 July 2016)."HP museum and its prized 2116a 16-bit computer lives on as legacy of mountaineer Jon Johnston".ABC News Melbourne.
  8. ^"The best small computer in the world"(PDF).Computer History Museum. November 1968.
  9. ^NOVA/SUPERNOVA(PDF). Data General. February 1970.
  10. ^"Advertisement for the RDS 500".Computer World Magazine. 17 September 1975.
  11. ^Manual 1970, p. 2.3.
  12. ^abcdManual 1970, p. 1.1.
  13. ^Manual 1970, p. 2.4.
  14. ^abcdManual 1970, p. 1.3.
  15. ^Manual 1970, p. 1.2.
  16. ^Manual 1970, p. 2.5.
  17. ^Manual 1970, p. 1.5.
  18. ^Manual 1970, p. 4.3.
  19. ^Manual 1970, p. 4.1.
  20. ^Manual 1970, pp. 4.1–4.2.
  21. ^Manual 1970, p. 4.67.
  22. ^abcDummer, Thomson & Robertson 1971, p. 806.
  23. ^"Our new ATP gives the Raytheon 704 20 times more power than you bargained for".Analytical Chemistry. January 1971. p. 5A.

Bibliography

[edit]


Retrieved from "https://en.wikipedia.org/w/index.php?title=Raytheon_704&oldid=1264304833"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp