Research in Artificial Intelligence at the University of Pennsylvania

Total Page:16

File Type:pdf, Size:1020Kb

Research in Artificial Intelligence at the University of Pennsylvania AI Magazine Volume 7 Number 3 (1986) (© AAAI) RESEARCH IN PROGRESS Brad A. Cheikes Research in Artificial Intelligence at the University of Pennsylvania Overview be described in more detail later), with all CIS computers connected by an Ethernet. The CIS research facilities are The Department of Computer and Information Science managed by Ira Winston, with assistance from Suzanne (CIS), in the University of Pennsylvania’s School of En- Morin. gineering and Applied Science, conducts a wide range of research projects in artificial intelligence and related disci- The CIS department maintains connections to CSNET plines. Participating in this research effort are not only the (node UPENN) and ARPANET for exchanging informa- CIS faculty and students but also members of the chem- tion with other universities and research institutes. ical, civil, electrical, mechanical, and systems engineering Research Laboratories. The bulk of the research departments; the linguistics, philosophy, and psychology conducted in the CIS department takes place in four departments; the School of Medicine; and the Wharton laboratories: the Language, Information, and Computa- School. Primary research interests include natural lan- tion (LINC) Laboratory; the Computer Graphics Labora- guage processing, knowledge representation, expert sys- tory; the General Robotics and Active Sensory Processing tems, automated reasoning and logic programming, anal- (GRASP) Laboratory; and the GRASP Image Process- ysis and synthesis of motion, computer graphics, graph- ing (GRIP) Laboratory. This report first describes the ics animation, program specification and transformation, research being conducted in the various labs, then the re- parallel processing for AI systems, computer vision and search carried on outside the lab environment. robotics, integration of visual and tactile perception, real- time distributed operating systems for vision and robotics, and medical imaging. The LINC Laboratory Research Computing Facilities. Facilities available The LINC laboratory is the center for research in natu- for research computing include VAXes, Symbolics LISP ral language processing, expert systems, knowledge repre- machines, MicroVAXes, Sun and Hewlett-Packard work- sentation, automatic theorem proving, and logic program- stations, high-speed graphics displays, and special-purpose ming. The faculty members supervising projects in this vision and robotics equipment. In addition, some parallel laboratory are Aravind Joshi and Bonnie Webber (natu- computers are expected to be installed later in the year. ral language processing), Tim Finin (knowledge represen- The CIS Research Computing Facility, consisting of six tation and expert systems), Lokendra Shastri (knowledge VAX computers running VMS and arranged in a VAX- representation), and Dale Miller (automatic theorem prov- cluster, provides general computing services to all CIS and ing and logic programming). Technical support for the lab CIS-affiliated researchers. Besides these general facilities, is provided by Richard Billington. individual laboratories maintain their own equipment (to Abstract This report describes recent and continuing research in artificial Brant A Cheiks is affiliated with the Department of Computer and Information Science, The Moore School of Electrical Engineering, intelligence and related fields being conducted at the Univer- University of Pennsylvania, Philadelphia PA 19104 sity of Pennsylvania. Although AI research takes place primar- I would like to thank all the faculty members who put up with my ily in the Department of Computer and Information Science initial and follow-up interviews, as well as those who wrote or edited (in the School of Engineering and Applied Science), many as- portions of this report; it would have been impossible to write this pects of this research are performed in collaboration with other report without their time and interest I would like to especially engineering departnrents as well as other scl~oolsat the Univer- thank Ellen Hays for the many ways she helped make this paper more readable Finally, I would like to express my appreciation to sity, such as the College of Arts and Sciences, the School of Aravind Joshi and Bonnie Webber for their thoughtful critiques of Medicine, and the Wharton School. various drafts of the report 128 THE AI MAGAZINE August, 1986 Research facilities available to the LINC lab include definition of a term or for an explanation of the difference a VAX-11/785 ( running Ultrix), ten Symbolics LISP between two terms, TEXT does the following: machines (a combination of 3600s 3640s and 3645s), Collects all the relevant information it might include in twenty Hewlett-Packard Bobcat 9000/300 AI development its response (not all of this information will necessar- workstations’ (of which eight are in the LINC lab proper ily appear in the actual response, but no information and twelve are distributed throughout various other labs other than this will appear) for expert system development work), a Sun workstation, Chooses an appropriate, fairly flexible format (called and an Apple Macintosh. a schema) for presenting the information to the user Fills in the schema with a subset of the relevant infor- Research in Natural Language Processing mation, guided by the options allowed in the schema LINC lab researchers in natural language processing have and rules that constrain the focus of the text to change been focusing their attention on the design of coopera- in a natural way tive interactive systems, such as database query systems Generates natural language text from the instantiated and expert advisory systems (Finin, Webber, & Joshi, schema 1986), and the computational properties of grammatical In the past year, TEXT has been ported to the Sym- formalisms for expressing the syntactic, semantic, and (ul- bolics LISP machine environment (it was originally written timately) pragmatic meaning of natural language utter- in Franz LISP on a VAX) and connected with McDonald’s antes . text generator MUMBLE (McDonald, 1983), which was written at the University of Massachusetts and adapted Interactive Systems locally to work with TEXT (Rubinoff, 1986). Input to With computer systems becoming increasingly popular TEXT now comes from the RUS parser, imported from both for their ability to maintain large and complex Bolt, Beranek, and Newman, Inc. (BBN). Future work databases and for their usefulness in expert advisory ca- with TEXT involves grounding it in a richer knowledge pacities, the need for such systems to be capable of sophis- representation system which should enable it to produce ticated conversational interaction has become clear. The definitions that are better tailored to the specific situation. desire to allow natural language communication between Although TEXT was designed to provide definitions system and user is motivated by the recognition that such of concepts known to a database, Robert Rubinoff devel- a capability can substantially ease the information-seeking oped the CLEAR system (Rubinoff, 1985) to do the same process (that is, users can ask their questions in a natu- for concepts contained in an expert system. CLEAR bases ral manner, rather than in a structured, formal query lan- its response on information extracted from the expert sys- guage). Furthermore, a system’s ability to understand and tem’s rule base and requires little or no augmentation of respond in a natural language greatly reduces or eliminates the system to generate explanations. In deciding whether the need for training users in system operation. to use a rule in its description of a concept, CLEAR ranks Unfortunately, as computer systems are able to per- the rule according to where and how the concept is used form increasingly complex activities, the kinds of interac- in that rule. Based on these rankings, CLEAR selects the tion such systems must support increase accordingly. Re- rules that are most useful for explaining the concept and search in the LINC lab has been geared toward identifying then uses templates for generating the actual response. properties of interaction deemed necessary in cooperative Correcting Misconceptions. Another possible imped- systems and developing computational methods by which iment to successful interaction between user and system they can be implemented. Several recent projects are de- involves discrepancies between the system’s beliefs about scribed in the following sections. the world and those of the user. Many difficulties in inter- Providing Definitions of Concepts. When database action arise because the participants hold different views systems are large and complex, it is generally undesir- about the world and either do not realize it or fail to do able to assume that users know the system’s structure and anything about it. As a result, they may leave the conver- content or that they understand the terms and concepts sation with different views regarding what was communi- stored in the database. Recognizing this, Kathleen McK- cated. eown devoted her Ph.D. thesis (McKeown, 1985) to dcvcl- In a recently completed Ph.D. thesis, Kathleen Mc- oping a domain-independent technique by which a system Coy developed a method for correcting object-related mis- can generate natural language explanations of the terms conceptions (McCoy, 1985). Such misconceptions may be it uses. Her system, called TEXT, works by “piggyback- revealed when a user’s utterance describes an object in ing” its definitional machinery on an augmented version terms
Recommended publications
  • PDP-11 Conventions Manual
    DEC-II-HR6A-D PDP-11 Conventions Manual DIGITAL EQUIPMENT CORPORATION • MAYNARD, MASSACHUSETTS 1st Edition September 1970 Copyright © 1970 by Digital Equipment Corporation The instructional times, operating speeds and the like are included in this manual for reference only; they are not to be taken as specifications. The following are registered trademarks of Digital Equipment Corporation, Maynard, Massachusetts: DEC PDP FLIP CHIP FOCAL DIGITAL COMPUTER LAB UNIBUS Contents Contents (cont.) Page Page APPENDIX A GENERAL MAINTENANCE APPENDIX E PRODUcr CODE FOR SOFTWARE PRODUcrS A.1 SCOPE A-I E.l INTRODUCTION E-1 A.2 TEST EQUIPMENT AND TOOLS A-I E.2 COMPUTER SERIES - [XX] -xxxx-xx E-1 A.3 INSTALLATION OF ECO's A-I E.3 PRODUCT IDENTIFICATION - XX-[XXXX]-XX E-1 A.4 MODULE IDENTIFICATION AND LAYOUT A-I E.3.1 Major Category E-1 A.5 MODULE COMPONENT IDENTIFICATION A-2 E.3.2 Minor Category E-2 A.6 UNIBUS CONNECTIONS A-2 E.3.3 Option Category E-2 A.7 MULTIPLE BOX SYSTEMS A-2 E.3.4 Revision Category E-3 A.8 POWER CONTROL A-2 E.3.5 Minor Category E-3 A.9 SYSTEM UNIT REMOV AL/INSTALLATION A-2 E.3.6 Unique Designation Category E-3 A.10 MAINTENANCE TIPS A-3 E.4 DISTRIBUTION METHOD - XX-XXXX-[XX] E-3 A.10.1 Diagnostic Programs A-3 E.5 SPECIAL CLASSIFICATION E-3 A.10.2 KM 11 Maintenance Set A-3 E.6 TYPICAL EXAMPLE E-3 A.lO.3 Observation of Service Major State Operation A-3 APPENDIX F PDP-II GLOSSARY F-1 APPENDIXB LOGIC SYMBOLOGY APPENDIX G PDP-II STANDARD ABBREVIATIONS G-l B.l GENERAL B-1 B.2 LOGIC SYMBOLS B-1 B.2.1 State Indicator B-1 B.2.1.1 State Indicator Absent B-1 B.2.1.2 State Indicator Present B-1 B.2.2 Table of Combinations B-2 Illustrations B.2.3 Flip-Flop B-2 B.2.4 One-Shot Functions B-2 B.2.5 One-Shot Delays B-3 B.2.6 Schmitt Trigger B-4 B.2.7 Amplifier B-4 Figure No.
    [Show full text]
  • TCD-SCSS-T.20191104.002 Accession Date
    AccessionIndex: TCD-SCSS-T.20191104.002 Accession Date: 4-Nov-2019 Accession By: Ronan Scaife Object name: DEC MINC-11 laboratory minicomputer Vintage: c.1981 Synopsis: Lab computer plus instrument chassis successor to the original MIT LINC, Model: MINC11-AB, CAB 0, S/N: WF05524. Description: This item is a DEC MINC-11 laboratory minicomputer on a trolley, a later successor to the original MIT LINC that DEC also manufactured. It uses a PDP-11/03 rather than the original LINC processor. The MINC-11 was contained in a 19” chassis, plus a DEC RX02 dual floppy disk drive mounted on a laboratory trolley, with a DEC VT103 intelligent terminal above. It was designed for laboratory use, using special interface modules and (in DEC terminology) double-spaced quad-sized slots. The operating system was a special version of DEC’s RT-11, and booted straight into MINC-Basic, which had special functions to access the MINC modules. FORTRAN IV (Fortran-66) was optionally available for computationally-intensive applications. Lab sensors, actuators or instruments could be linked via BNC connectors at the front of the modules or via a connector block. The PDP-11/03 (aka LSI-11/03) was the first PDP-11 designed with large-scale integration circuits, using the Western Digital MCP-1600 chipset on a KDF11-AA (M8186) Q-bus CPU board, and MSV11-DD (M8044 DH) 32kW (64kB) memory boards. An RXV21 (M8029) floppy disk controller board interfaced to the RX02 dual floppy disk drive. A BDV11 bus terminator board also provides 2kW of PROM for diagnostics and booting.
    [Show full text]
  • Database Integration
    I DATABASE INTEGRATION ALPHA SERVERS & WORKSTATIONS Digital ALPHA 21164 CPU Technical Journal Editorial The Digital TechnicalJournal is a refereed Cyrix is a trademark of Cyrix Corporation. Jane C. Blake, Managing Editor journal published quarterly by Digital dBASE is a trademark and Paradox is Helen L. Patterson, Editor Equipment Corporation, 30 Porter Road a registered trademark of Borland Kathleen M. Stetson, Editor LJ02/D10, Littleton, Massachusetts 01460. International, Inc. Subscriptionsto the Journal are $40.00 Circulation (non-U.S. $60) for four issues and $75.00 EDA/SQL is a trademark of Information Catherine M. Phillips, Administrator (non-U.S. $115) for eight issues and must Builders, Inc. Dorothea B. Cassady, Secretary be prepaid in U.S. funds. University and Encina is a registered trademark of Transarc college professors and Ph.D. students in Corporation. Production the electrical engineering and computer Excel and Microsoft are registered pde- Terri Autieri, Production Editor science fields receive complimentary sub- marks and Windows and Windows NT are Anne S. Katzeff, Typographer scriptions upon request. Orders, inquiries, trademarks of Microsoft Corporation. Joanne Murphy, Typographer and address changes should be sent to the Peter R Woodbury, Illustrator Digital TechnicalJournal at the published- Hewlett-Packard and HP-UX are registered by address. Inquiries can also be sent elec- trademarks of Hewlett-Packard Company. Advisory Board tronically to [email protected]. Single copies INGRES is a registered trademark of Ingres Samuel H. Fuller, Chairman and back issues are available for $16.00 each Corporation. Richard W. Beane by calling DECdirect at 1-800-DIGITAL Donald Z. Harbert (1-800-344-4825).
    [Show full text]
  • Thesis May Never Have Been Completed
    UvA-DARE (Digital Academic Repository) Digital Equipment Corporation (DEC): A case study of indecision, innovation and company failure Goodwin, D.T. Publication date 2016 Document Version Final published version Link to publication Citation for published version (APA): Goodwin, D. T. (2016). Digital Equipment Corporation (DEC): A case study of indecision, innovation and company failure. General rights It is not permitted to download or to forward/distribute the text or part of it without the consent of the author(s) and/or copyright holder(s), other than for strictly personal, individual use, unless the work is under an open content license (like Creative Commons). Disclaimer/Complaints regulations If you believe that digital publication of certain material infringes any of your rights or (privacy) interests, please let the Library know, stating your reasons. In case of a legitimate complaint, the Library will make the material inaccessible and/or remove it from the website. Please Ask the Library: https://uba.uva.nl/en/contact, or a letter to: Library of the University of Amsterdam, Secretariat, Singel 425, 1012 WP Amsterdam, The Netherlands. You will be contacted as soon as possible. UvA-DARE is a service provided by the library of the University of Amsterdam (https://dare.uva.nl) Download date:26 Sep 2021 Digital Equipment Corporation (DEC) (DEC) Corporation Digital Equipment David Thomas David Goodwin Digital Equipment Corporation (DEC): A Case Study of Indecision, Innovation and Company Failure David Thomas Goodwin Digital Equipment Corporation (DEC): A Case Study of Indecision, Innovation and Company Failure David Thomas Goodwin 1 Digital Equipment Corporation (DEC): A Case Study of Indecision, Innovation and Company Failure ACADEMISCH PROEFSCHRIFT ter verkrijging van de graad van doctor aan de Universiteit van Amsterdam op gezag van de Rector Magnificus prof.
    [Show full text]
  • A New Architecture for Mini-Computers -- the DEC PDP-11
    Reprinted from - AFIPS - Conference Proceedings, Volume 36 Copyright @ by AFlPS Press Montvale, New Jersey 07645 A new architecture for mini-computers- The DEC PDP-11 by G. BELL,* R. CADY, H. McFARLAND, B. DELAGI, J. O’LAUGHLINandR. NOONAN l?i&l Equipment Corporation Maynard, Massachusetts and W. WULF Carnegit+Mellon University Pittsburgh, Fcriiisylvnnia INTRODUCTION tion is not surprising since the basic architectural concepts for current mini-computers were formed in The mini-computer** has a wide variety of uses: com- the early 1960’s. First, the design was constrained by munications controller; instrument controller; large- cost, resulting in rather simple processor logic and system pre-processor ; real-time data acquisition register configurations. Second, application experience systems . .; desk calculator. Historically, Digital was not available. For example, the early constraints Equipment Corporation’s PDP-8 Family, with 6,000 often created computing designs with what we now installations has been the archetype of these mini- consider weaknesses : computers. In some applications current mini-computers have 1. limited addressing capability, particularly of limitations. These limitations show up when the scope larger core sizes of their initial task is increased (e.g., using a higher 2. few registers, general registers, accumulators, level language, or processing more variables). Increasing index registers, base registers the scope of the task generally requires the use of 3. no hardware stack facilities more comprehensive executives and system control 4. limited priority interrupt structures, and thus programs, hence larger memories and more processing. slow context switching among multiple programs This larger system tends to be at the limit of current (tasks) mini-computer capability, thus the user receives 5.
    [Show full text]
  • The DEC PDP-8 Vectors
    The ISP of the PDP-8 Pc is about the most trivial in the book. Chapter 5 — It has only a few data operators, namely, <—,+, (negate), -j, It on A, / 2, X 2, (optional) X, /, and normalize. operates words, The DEC PDP-8 vectors. there are microcoded integers, and boolean However, instructions, which allow compound instructions to be formed in Introduction 1 a single instruction. is the levels dis- The PDP-8 is a single-address, 12-bit-word computer of the second The computer straightforward and illustrates 1. look at it from the down." generation. It is designed for task environments with minimum cussed in Chap. We can easily "top arithmetic computing and small Mp requirements. For example, The C in PMS notation is it can be used to control laboratory devices, such as gas chromoto- 12 graphs or sampling oscilloscopes. Together with special T's, it is C('PDP-8; technology:transistors; b/w; programmed to be a laboratory instrument, such as a pulse height descendants:'PDP-8/S, 'PDP-8/I, 'PDP-8/L; antecedents: 'PDP-5; analyzer or a spectrum analyzer. These applications are typical Mp(core; #0:7; 4096 w; tc:1.5 /is/w); of the laboratory and process control requirements for which the ~ 4 it Pc(Mps(2 w); machine was designed. As another example, can serve as a instruction length:l|2 w message concentrator by controlling telephone lines to which : 1 address/instruction ; occasion- typewriters and Teletypes are attached. The computer operations on data/od:(<— , +, —\, A, —(negate), X 2, stands alone as a small-scale general-purpose computer.
    [Show full text]
  • Decus: Patch to Focal-W for Linc-8 A-D Converter
    /.\DECUS \ / PROGRAM LIBRARY DECUS NO. FOCAL8- 10 TITLE PATCH TO FOCAL-W FOR LINC-8 A-D CONVERTER Although this program has been tested by the contributor, no warranty, express or implied, is made by the contributor, Digital Equipment Computer Users Society or Digital Equipment Corporation as to the accuracy or functioning of the program or related program material, and no responsibility is assumed by these parties in connection therewith. PATCH TO FOCAL-W FOR LINC-8 A-D CONVERTER DECUS Program Library Write-up DECUS NO. FOCAL-10 INTRODUCTION The following patch allows FOCAL-W programs to use the LINC-8 analog-to-digital converter. Calls to the function are in the format: SET A=FADC (K) where A is any FOCAL variable, and K is the decimal number of the channel to be sampled. The function returns values in the range of -256 to $256, corresponding to minus and plus 1 volt respectively. Execution of each function call requires approximately 10 milli- seconds, limiting the maximum sampling rate to 100 SPC. Minor changes to the patch will allow the execution of any single LINC instruction (stored at LINSTR) by FOCAL programs. Such a function could be designated FNEW by placing its starting address in FNTABF 4- 15 (location 413 in TOCAL-W). /SAM PATCH FOR FOCAL /8-68. /TLN 28 FEB 69 *27 0027 5200 5200 "404 0404 5201 5201 /ADC FUNCTION EFUN31=100 INTEGER= 5 2 FLAC=44 IACF=6 17 5 ICON=6 141 ISSP=6165 IAAC= 617 1 "5201 5201 4452 XFADC, JMS I INTEGER 5202 1377 TADfalOO /SAM INST 5203 3307 DCA LINSTR 5204 4212 JMS LINCDO 5205 7200 CLA 5206 6171 IAAC 5207 3045 DCA FLAC+l 5210 4232 JMS FLOAT 5211 5500 JMP I EFUN3I /DO 1 LINC INSTR.
    [Show full text]
  • Chapter 8 Ed
    For the mechanical is Chapter 8 ed. example, path showing parts missing. The descriptive path shown proceeds from the PDP-8 computer to the processor and from there to the arithmetic unit, or more Structural Levels of the PDP-S^ specifically, to the Accumulator (AC) register of the arithmetic unit. Next, the logic implementing the register transfer operations C. Gordon Bell / Allen Newell / and functions for the jth bit of the Accumulator is given, followed and needed for this Daniel P. Siewioi'ek by the flip-flops gates particular implementa- tion. Finally, on the last segment of the path, there are the electronic circuits and components from which flip-flops and gates A map of the PDP-8 design hierarchy, based on the Structural are constructed. Levels View of Chap. 2, is given in Fig. 1, starting from the PMS structure, to the ISP, and down through logic design to circuit Abstract electronics. These description levels are subdivided to provide Representations more organizational details such as registers, data operators, and 1 also lists some of the methods used to represent the functional units at the register transfer level. Figure physical computer abstractly at the different description levels. As The relationship of the various description levels constitutes a mentioned only a small part of the PDP-8 description tree structure, where the organizationally complex computer is previously, tree is represented here. The many documents which constitute the top node and each descending description level represents the complete representation of even this small computer include increasing detail (or smaller component size) until the final circuit wiring lists, circuit schematics, printed circuit element level is reached.
    [Show full text]
  • VAX-11/785 Hardware User's Guide EK-11785-UG-PRE
    EK-11785-UG-PRE VAX-11/785 Hardware User's Guide EK-11785-UG-PRE VAX-11 /785 Hardware User's Guide Prepared by Educational Services of Dlgltal Equipment Corporation Copyright © 1984 by Digital Equipment Corporation All Rights Reserved The information in this document is subject to change without notice and should not be construed as a commitment by Digital Equipment Corporation. Digital Equipment Corporation assumes no responsibility for any errors that may appear in this document. Printed in U.S.A. The following are trademarks of Digital Equipment Corporation: ~nmnoma™ DECtape Rainbow DATATRIEVE DEC US RSTS DEC DECwriter RSX DEC mate DIBOL UNIBUS DECnet MASSBUS VAX DECset PDP VMS DECsystem- I 0 P/OS VT DECSYSTEM-20 Professional Work Processor CHAPTER 1 SYSTEM OVERVIEW 1.1 SCOPE The VAX-11/785 Hardware User's Guide contains basic hardware operating and customer care procedures. It provides an overview of the system and peripheral hardware and serves as a general reference document for the system operator. This manual contains the following information. Chapter 1 - An introduction to the system organization and documentation. Chapter 2 - System operation from the operator's console. Chapter 3 The console subsystem and console command language. Chapter 4 - The diagnostic supervisor. Chapter 5 - Operating information for the most commonly used peripheral devices. Table 1-1 is a list of VAX-11/785 system hardware manuals and related reference handbooks. Table 1-2 lists manuals that are available for the standard peripheral subsystems and options. All VAX/VMS customers receive the software documentation listed in Table 1-3.
    [Show full text]
  • PDP-8 - Wikipedia, the Free Encyclopedia 1/22/12 1:06 PM PDP-8 from Wikipedia, the Free Encyclopedia (Redirected from Pdp8)
    PDP-8 - Wikipedia, the free encyclopedia 1/22/12 1:06 PM PDP-8 From Wikipedia, the free encyclopedia (Redirected from Pdp8) The 12-bit PDP-8 was the first successful commercial minicomputer, produced by Digital Equipment Corporation (DEC) in the 1960s. DEC introduced it on 22 March 1965, and sold more than 50,000 systems, the most of any computer up to that date.[1] It was the first widely sold computer in the DEC PDP series of computers (the PDP-5 was not originally intended to be a general-purpose computer). The chief engineer who designed the initial version of the PDP-8 was Edson de Castro, who later founded Data General.[2] The earliest PDP-8 model (informally known as a "Straight-8") used diode-transistor logic, packaged on flip chip cards, and was about the size of a minibar-fridge. This was followed by the PDP-8/S, available in desktop and rack-mount models. By using a one-bit serial ALU implementation, the PDP-8/S was smaller, less expensive, but vastly slower than the original PDP-8. The only mass storage peripheral available for the PDP-8/S was the A PDP-8 on display at the DF32 disk. Smithsonian's National Museum of American History in Washington, Later systems (the PDP-8/I and /L, the PDP-8/E, /F, and /M, and the D.C.. This example is from the first PDP-8/A) returned to a faster, fully parallel implementation but used generation of PDP-8s, built with much less-expensive TTL MSI logic.
    [Show full text]
  • Decwindows Program
    Digital Technical Journal -9 . -- . Digital Equipment Corporation Volume 2 Number 3 Summer 1990 - Editoill Jane C. Blake, Editor Barbara Lindmark, Associate Editor Richard W. Beane, Managing Editor Circulation Catherine M. Phillips, Administrator Suzanne J. Babineau, Secretary Production Helen L. Patterson, Production Editor Gaye Tauo, Typographer Peter Woodbury, Illustrator and Designer Advisory Board Samuel H. Fuller, Chairman Robert M. Glorioso John W. McCredie .. Mahendra R. Patel F. Grant Saviers Robert K. Spitz William D. Strecker Victor A. Vyssotsky The Digital TecbnicalJournal is published quarterly by Digital Equipment Corporation, 146 Main Street ML01-3lB68, Maynard, Massachusetts 01754-2571. Subscriptionsto theJournal are $40.00 for four issues and must be prepaid in U.S. funds. University and college professors and Ph.D. students in the electrical engineering and computer science fields receive complimentary subscriptions upon request. Orders, inquiries, and address changes should be sent to theDigita1 TecbnicalJournalat the published-by address. Inquiries can alsobe sent electronically to [email protected]. Single copies and back issues are available for 116.00 each from Digital Press of Digital Equipment Corporation, 12 Crosby Drive, Bedford, M~01730-1493. Digital employees may send subscription orders on the ENET to RDVAX::JOURNAL or by interoffice mail to mailstop ML01-3lB68. Orders should include badge number, cost center, site location code and address. U.S. engineers in Engineering and Manufacturing receive complimentary subscriptions; engineers in these organi- zations in countries outside the U.S.should contact theJournal office to receive their complimentary subscriptions. All employees must advise of changes of address. Comments on the content of any paper are welcomed and may be sent to theeditor at thepublished-by or network address.
    [Show full text]
  • Digital Equipment Corporation
    DIGITAL EQUIPMENT CORPORATION NINETEEN FIFTY-SEVEN TO THE PRESENT TABLE OF CONTENTS SECTION PAGE SECTION INTRODUCTION vii 1970 1957-1963 MUMPS 17 MAYNARD MILL TABS-8 17 DEWS FINANCIAL SUMMARY 17 MODULES 1971 MEMORY TEST MILESTONES 20 PDP-1 GALWAY 20 PDP-2 & 3 DIGITAL PARK 20 PDP-4 PDP-11/15 20 PDP5 PDP-8/M 20 FINANCIAL SUMMARY PDP-1 l/O5 21 1964-1967 VT05 21 FIRST PRODUCT LINE 6 LA30 21 PDP-6 6 l-U10 21 PDP-7, PDP-7A 6 PDP- 1 l/45 22 FIRST MINICOMPUTER 6 PDP-16 (RTMS) 22 PDP-8 7 FINANCIAL SUMMARY 22 PDP-8/S 7 1972 PDP-9,9L 7 TAIWAN 24 LINC-8 8 PDP-16/M 24 PDP-10 8 PDP-8/F 24 FINANCIAL SUMMARY 8 DCM-11 24 1968-1969 LAB-11 25 K SERIES MODULES 10 IDACS-11 25 PDPS/I, 8/L 10 PI-IA-11 25 PDP-12 11 RSTS- 11 25 PDP-14 11 TYPESET 10 26 PDP-15 11 DDS-300 26 EDUSYSTEMS 12 DDS-520 26 TSS-8 12 TYPESET- 11 26 QUICKPOIN-T-8 12 DECSYSTEM-10 27 TYPESET8 12 FINANCIAL SUMMARY 27 LAB-8 13 1973 PI-IA-8 13 PDP-1 l/10 30 COMPUTERPAKS 13 PDP- 1 l/40 30 IDACS-8 13 LPS-11 30 RAD-8 14 GT40 31 CLINICAL LAB-12 14 CAPS-8 31 FINANCIAL SUMMARY 14 RSX-11D 31 1970 CAPS- 11 32 TWO MANUFACTURING UNICHANNEL-15 32 FACILITIES 16 PDP-15/76 PDP-8/E 16 32 RK-15 33 PDP-11/20 16 GRAPHIC-76 33 iii SECTION SECTION PAGE 1973 1975 FINANCIALSUMMARY 33 PDP-11/04 49 TU45 49 1974 LSI-11 49 MARKETGROUPREORIENTATION 36 PDP-11/70 50 SOFIWAREPRODUCTLICENSING 36 DVll 50 NATIONALACCOUNTSPROGRAM 36 RIMS 36 ICS,ICR 50 TS03 MARLBOROUGH 37 51 DIGITALPARK 37 RX01 51 PDP-11/03 COMPONENTSGROUP 37 51 PDP-14/30,/35 37 VT-55 51 PDM70 38 RTS-8 52 PROM-8M 38 IAS 52 MICROPROCESSORSERIES 38 FORTRANIV-PLUS
    [Show full text]