DE1549428B2 - CONTROL UNIT FOR TRANSMITTING DATA IN A DATA PROCESSING SYSTEM - Google Patents

CONTROL UNIT FOR TRANSMITTING DATA IN A DATA PROCESSING SYSTEM

Info

Publication number
DE1549428B2
DE1549428B2 DE19671549428 DE1549428A DE1549428B2 DE 1549428 B2 DE1549428 B2 DE 1549428B2 DE 19671549428 DE19671549428 DE 19671549428 DE 1549428 A DE1549428 A DE 1549428A DE 1549428 B2 DE1549428 B2 DE 1549428B2
Authority
DE
Germany
Prior art keywords
input
control device
output control
data processing
units
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
DE19671549428
Other languages
German (de)
Other versions
DE1549428A1 (en
Inventor
Ernest John Rakoczi Laszlo Leslie Banan Frederick Bertrand McGee Russell Charles Figueroa John William Phoenix Ariz Procelh (V St A)
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bull HN Information Systems Inc
Original Assignee
Honeywell Information Systems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Honeywell Information Systems Inc filed Critical Honeywell Information Systems Inc
Publication of DE1549428A1 publication Critical patent/DE1549428A1/en
Publication of DE1549428B2 publication Critical patent/DE1549428B2/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/04Addressing variable-length words or parts of words
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • G06F13/122Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor where hardware performs an I/O function other than control of data transfer
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/18Handling requests for interconnection or transfer for access to memory bus based on priority control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/24Handling requests for interconnection or transfer for access to input/output bus using interrupt
    • G06F13/26Handling requests for interconnection or transfer for access to input/output bus using interrupt with priority control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/06Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30032Movement instructions, e.g. MOVE, SHIFT, ROTATE, SHUFFLE
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3867Concurrent instruction execution, e.g. pipeline or look ahead using instruction pipelines
    • G06F9/3875Pipelining a single stage, e.g. superpipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • G06F9/4484Executing subprograms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • G06F9/4818Priority circuits therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • Multi Processors (AREA)
  • Computer And Data Communications (AREA)
  • Programmable Controllers (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Bus Control (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Logic Circuits (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)
  • Executing Machine-Instructions (AREA)
  • Debugging And Monitoring (AREA)
  • Electrophonic Musical Instruments (AREA)
  • Storage Device Security (AREA)
  • Hardware Redundancy (AREA)
  • Mobile Radio Communication Systems (AREA)

Description

3535

4040

4545

a) ein Codefeld, das eine Operation kennzeichnet, an der ein Eingabe-Ausgabe-Steuergerät (43, 44) beteiligt ist, unda) a code field which identifies an operation on which an input-output control device (43, 44) is involved, and

b) ein Codefeld enthält, das eine bestimmte von den zugeordneten peripheren Einheiten (5) bezeichnet.b) contains a code field which contains a specific one of the associated peripheral units (5).

12. Gerät nach Anspruch 1, dadurch gekennzeichnet, daß der Kommunikationssatz vier Codefelder enthält:12. Apparatus according to claim 1, characterized in that the communication set has four code fields contains:

1. ein Codefeld, das eine in einem Eingabe-Ausgabe-Steuergerät durchzuführende Operation kennzeichnet,1. a code field indicating an operation to be performed in an input-output control device indicates

2. ein Codefeld, das a) eine periphere Einheit (5) und b) eine von der gekennzeichneten Einheit auszuführende Operation kennzeichnet, 2. a code field that contains a) a peripheral unit (5) and b) one of the marked Unit indicates the operation to be performed,

3. ein Codefeld, das eine Datenmenge kennzeichnet, die während der Operation in dem Eingabe-Ausgabe-Steuergerät (43, 44) und der ausgewählten peripheren Einheit oder einer Datenverarbeitungseinheit (IA, 1B ...) zu verarbeiten ist und3. a code field which identifies an amount of data which is to be processed during the operation in the input-output control device (43, 44) and the selected peripheral unit or a data processing unit (IA, 1 B ...) and

4. ein Codefeld, das anzeigt, wann ein neuer Kommunikationssatz von der Datenverarbeitungseinheit (IA, IB) oder einem Eingabe-Ausgabe-Steuergerät (43, 44) an den vorbestimmten Speicherplatz gesendet werden soll, daß die Decodier-Codiereinrichtung (432, 442) auf die ersten drei Codefelder in dem Kommunikationssatz anspricht, um hierdurch die Operation des Eingabe-Ausgabe-Steuergerätes und der Die Erfindung betrifft ein Steuergerät zum Vermitteln von Daten in einer Datenverarbeitungsanlage, mit Datenverarbeitungseinheiten, mit mindestens einer Datenspeichereinheit, die adressierbare Speicherplätze aufweist, mit peripheren Einheiten und wenigstens einem Eingabe-Ausgabe-Steuergerät, das die Datenspeichereinheit mit den peripheren Einheiten verbindet, um einen Übertragungsweg zwischen der Datenspeichereinheit und jeder der peripheren Einheiten herzustellen, wobei mindestens eine der Datenverarbeitungseinheiten und mindestens eines der Eingabe-Ausgabe-Steuergeräte so ausgebildet sind, daß sie aufeinanderfolgende Operationen entsprechend vorgegebenen Befehlen eines Kommunikationssatzes, der aus Befehlen besteht, durchführen können.4. a code field which indicates when a new communication record is to be sent from the data processing unit (IA, IB) or an input-output control device (43, 44) to the predetermined memory location, that the decoding-coding device (432, 442) responds to the first three code fields in the communication set in order to thereby control the operation of the input-output control device and the Units and at least one input-output control device which connects the data storage unit to the peripheral units in order to establish a transmission path between the data storage unit and each of the peripheral units, at least one of the data processing units and at least one of the input-output control devices being designed so that si e can perform successive operations in accordance with predetermined commands of a communication set consisting of commands.

Eine Datenverarbeitungsanlage umfaßt normalerweise wenigstens eine Datenverarbeitungseinheit, wenigstens eine Datenspeichereinheit und wenigstens ein Eingabe-Ausgabe-Steuergerät. Jedem Eingabe-Ausgabe-Steuergerät können periphere Einheiten, wie Eingabe- und Ausgabe-Einheiten, zugeordnet sein. Das Eingabe-Ausgabe-Steuergerät gibt ein Kommandosignal und schafft einen Übertragungsweg zur Übertragung von Programmen und zu verarbeitenden Daten zwischen den peripheren Eingabeeinheiten und einer Datenspeichereinheit.A data processing system normally comprises at least one data processing unit, at least a data storage unit and at least one input-output control device. Every input-output control device Peripheral units, such as input and output units, can be assigned. The input-output control device issues a command signal and creates a transmission path for Transmission of programs and data to be processed between the peripheral input units and a data storage unit.

Bei der Übertragung von Informationszeichen in laufender Folge an ein bestimmtes peripheres Ausgabesystem liefert ein Eingabe-Ausgabe-Steuergerät außerdem laufend Adressen von Speicherplätzen einer Datenspeichereinheit für die Auffindung von Informationsposten.When transmitting information characters in sequence to a specific peripheral output system An input-output control device also continuously supplies addresses of memory locations a data storage unit for the location of information items.

Eine periphere Eingabeeinheit dient dazu, zu verarbeitende Daten zu liefern, wenn ein von einer Datenverarbeitungseinheit durchzuführendes Programm solche benötigt. Ferner dient sie dazu, ein Durchführungsprogramm zu liefern, wenn die Datenverarbeitungsanlage ein solches benötigt. Eine periphere Ausgabeeinheit dient zum Übernehmen von Information, wenn ein von einer Datenverarbeitungseinheit durchzuführendes Programm gerade abgewikkelt wird und nun eine bestimmte Menge von Daten in einer oder mehreren Datenspeichereinheit(en) der Datenverarbeitungsanlage verfügbar geworden ist. Es kann der Fall eintreten, daß eine der peripheren Einheiten auf bestimmte Bedingungen oder Begrenzungen trifft, die zuvor die Ausführung eines besonderen Programms oder Programmteiles durch eine Datenverarbeitungseinheit erforderlich machen, ehe die periphere Einheit mit dem Betrieb fortfahren oder eineA peripheral input unit is used to supply data to be processed, if one of the Data processing unit to be carried out program requires such. It also serves to provide a To deliver implementation program if the data processing system requires one. A peripheral Output unit is used to take over information when a program to be carried out by a data processing unit is currently being processed and now a certain amount of data in one or more data storage unit (s) of the Data processing system has become available. It can happen that one of the peripheral units meets certain conditions or limitations that previously required the execution of a particular Make the program or part of the program required by a data processing unit before the peripheral Unit continue operating or a

neue Funktion in der peripheren Einheit ausgelöst werden kann. Die über eine solche Bedingung oder Begrenzung von einer peripheren Einheit gegebene Information muß einer Datenverarbeitungseinheit über das entsprechende Eingabe-Ausgabe-Steuergerät mitgeteilt werden. Auch Signale, die die Art der Bedingung oder Begrenzung darstellen, müssen übertragen werden. Diese zu übertragende Information wird mit »Kommunikationssatz« bezeichnet und enthält alle für das Programm benötigten Aussagen, um die Bedingung oder Beschränkung korrigieren oder berücksichtigen zu können. Codierte Signale stellen die Art der Bedingung oder die Beschränkung bzv/. Begrenzung dar.new function can be triggered in the peripheral unit. Those about such a condition or Limitation of information given by a peripheral unit must be given to a data processing unit be communicated via the corresponding input-output control device. Also signals that are the nature of the A condition or a limitation must be transferred. This information to be transmitted is referred to as "communication set" and contains all the statements required by the program in order to to be able to correct or take into account the condition or restriction. Provide coded signals the nature of the condition or the restriction or /. Limitation.

Damit eine möglichst wirkungsvolle Arbeitsweise einer derartigen Datenverarbeitungsanlage erreicht wird, wäre es erwünscht, ein Steuergerät zu schaffen, das die einzelnen Datenverarbeitungseinheiten in die Lage versetzt, ihre Programme gleichzeitig und unabhängig voneinander durchzuführen und die Eingabe-Ausgabe-Steuergeräte in den Stand setzt, ihre jeweiligen Steuer- und Vermittlungsfunktionen gleichzeitig, unabhängig voneinander und im wesentlichen unabhängig von den Datenverarbeitungseinheiten zu erledigen. Demgemäß sollte bei einer optimal wirksamen Datenverarbeitungsanlage ein Eingabe-Ausgabe-Steuergerät, das zur Durchführung eines Spezialprogramms zur Auflösung einer Bedingung oder Begrenzung in einer peripheren Einheit eine Datenverarbeitungseinheit benötigt, nicht dazu verwendet werden, die Vorbereitung und Darstellung eines nachfolgenden Kommunikationssatzes anzuhalten, bis die Datenverarbeitungseinheit zur Aufnahme des Kommunikationssatzes bereit ist. Vielmehr wäre es höchst wünschenswert, ein Steuergerät vorzusehen, das ein Eingabe-Ausgabe-Steuergerät freimacht, so daß es mit seiner Aufgabe sogleich nach der Vorbereitung und Bearbeitung eines Kommunikationssatzes fortfahren kann.In order for such a data processing system to work as effectively as possible is, it would be desirable to create a control unit that the individual data processing units in the Able to carry out their programs simultaneously and independently of each other and the input-output control devices enables their respective control and mediation functions at the same time, to be done independently of one another and essentially independently of the data processing units. Accordingly, in an optimally effective data processing system, an input-output control device, that to carry out a special program to resolve a condition or limitation a data processing unit is required in a peripheral unit, cannot be used to to pause the preparation and presentation of a subsequent communication sentence until the Data processing unit is ready to receive the communication set. Rather, it would be the highest It is desirable to provide a control device which frees an input-output control device so that it can continue with his task immediately after preparing and processing a communication sentence can.

Außerdem sollte zum möglichst wirkungsvollen Betrieb der Datenverarbeitungsanlage eine Datenverarbeitungseinheit imstande sein, ihr Programm bis zu einem Punkt durchzuführen, an dem eine Unterbrechung zweckmäßig ist, statt sie das Programm zur Annahme eines Kommunikationssatzes bei Angebot desselben durch ein Eingabe-Ausgabe-Steuergerät unterbrechen zu lassen. Wenn eine Datenverarbeitungseinheit ihr laufendes Programm sofort beim Eingang eines Kommunikationssatzes von einem Eingabe-Ausgabe-Steuergerät unterbrechen muß, wird ein kompliziertes System benötigt, das das Programm auf diese Weise unterbricht und nach der Unterbrechung die volle Wiederaufnahme des Programms sicherstellt.In addition, a data processing unit should be used to operate the data processing system as effectively as possible be able to carry out their program to the point of interruption is appropriate, instead of using the program for accepting a communication set upon offer to have the same interrupted by an input-output control device. When a data processing unit your current program must be interrupted immediately upon receipt of a communication record from an input-output control device, a complicated system is needed to interrupt the program in this way and after the interruption ensures the full recovery of the program.

Der Erfindung liegt daher die Aufgabe zugrunde, ein Steuergerät der erwähnten Art zu schaffen, das ein Anhalten des Eingabe-Ausgabe-Steuergeräts und eine sofortige Unterbrechung des von der Datenverarbeitungseinheit gerade durchgeführten Programms zur Übertragung eines Kommunikationssatzes zwisehen einem Eingabe-Ausgabe-Steuergerät und einer bestimmten Datenverarbeitungseinheit unnötig macht und so die Wirkung und den Nutzen der Datenverarbeitungsanlage verbessert.The invention is therefore based on the object of creating a control device of the type mentioned, which a stop of the input-output control device and an immediate interruption of the data processing unit program that has just been carried out to transmit a communication record makes an input-output control device and a specific data processing unit unnecessary and so improves the effectiveness and use of the data processing system.

Wollte man eine direkte Übertragung eines Kornmunikationssatzes von einem Eingabe-Ausgabe-Steuergerät zu einer Datenverarbeitungseinheit und einen direkten Empfang eines solchen Satzes durch eine Datenverarbeitungseinheit, der von einem Eingabe-Ausgabe-Steuergerät ausgeht, vorsehen, so würde dieses ein sehr komplexes und kostspieliges Übertragungsnetzwerk erfordern. Jedes Eingabe-Ausgabe-Steuergerät würde ein besonderes Datenübertragungsglied zur Übertragung eines Kommunikationssatzes an jede Datenverarbeitungseinheit benötigen, und jede Datenverarbeitungseinheit würde eine Einkopplung in ein Datenübertragungsglied von jedem Eingabe-Ausgabe-Steuergerät zum Empfang von Kommunikationssätzen von allen Eingabe-Ausgabe-Steuergeräten benötigen. Demgemäß ist es wünschenswert, ein Gerät vorzusehen, das eine Übertragung von Informationen zwischen einem Eingabe-Ausgabe-Steuergerät und einer Datenverarbeitungseinheit einer Datenverarbeitungsanlage ermöglicht, ohne das geschilderte komplexe und kostspielige Netzwerk erforderlich zu machen. Dementsprechend soll das Steuergerät eine einfache und wenig aufwendige Übertragung zwischen einem Eingabe-Ausgabe-Steuergerät und einer Datenverarbeitungseinheit einer Datenverarbeitungsanlage ermöglichen.If you wanted a direct transmission of a communication set from an input-output control device to a data processing unit and a direct receipt of such a sentence provide a data processing unit which starts from an input-output control device, see above this would require a very complex and expensive transmission network. Any input-output control device would be a special data transmission link for the transmission of a communication record to every data processing unit need, and every data processing unit would a coupling into a data transmission link of each input-output control device for reception of communication records from all input-output control devices. Accordingly, it is desirable to provide a device capable of transmitting information between an input-output control device and a data processing unit of a data processing system, without the complex and costly described Network required. Accordingly, the control device should be simple and inexpensive Transmission between an input-output control device and a data processing unit enable a data processing system.

Nach der Erfindung wird diese Aufgabe dadurch gelöst, daß die peripheren Einheiten mehrere vorbestimmte Arten von Anforderungssignalen in Abhängigkeit von einer entsprechenden Anzahl von Zuständen erzeugen, die die peripheren Einheiten einnehmen können, daß die Speicherplätze der Datenspeichereinheit in Gruppen angeordnet sind, von denen verschiedene Gruppen verschiedenen Arten von Anforderungssignalen zugeordnet sind, daß Signalerzeugungseinheiten in den Eingabe-Ausgabe-Steuergeräten und weitere Signalerzeugungseinheiten in den Datenverarbeitungseinheiten vorgesehen sind, die auf Anforderungssignale von mindestens einer der peripheren Einheiten oder einer der Datenverarbeitungseinheiten ansprechen und einen Kommunikationssatz und ein codiertes Signal abgeben, das eine Anforderungsart darstellt, daß eine Verbindungssteuereinrichtung vorgesehen ist zum Übertragen des Kommunikationssatzes an einen durch die Anforderungsart bestimmten Speicherplatz einer Gruppe von Speicherplätzen in der Datenspeichereinheit, und daß eine Benachrichtigungseinrichtung auf die Speiche- ( rung des Kommunikationssatzes in der Datenspeichereinheit ansprechend ein Benachrichtigungssignal an die Datenverarbeitungseinheit oder das Eingabe-Ausgabe-Steuergerät aussendet, und daß das Eingabe-Ausgabe-Steuergerät oder die Datenverarbeitungseinheit eine Vorrichtung enthält, die auf ein Benachrichtigungssignal dahingehend anspricht, daß sie den Kommunikationssatz aus der Speichereinheit holt.According to the invention, this object is achieved in that the peripheral units have several predetermined Types of request signals depending on a corresponding number of states generate, which the peripheral units can occupy, that the memory locations of the data storage unit arranged in groups, of which different groups have different types of Request signals are assigned that signal generating units in the input-output control devices and further signal generating units are provided in the data processing units, which on Address request signals from at least one of the peripheral units or one of the data processing units and a communication set and output an encoded signal representing one type of request that a connection control means is intended to transmit the communication record to one by the request type specific storage space of a group of storage spaces in the data storage unit, and that a notification device for the storage of the communication record in the data storage unit responsively a notification signal to the data processing unit or the Input-output control device sends out, and that the input-output control device or the data processing unit includes a device responsive to a notification signal to that it fetches the communication set from the storage unit.

Dieses Steuergerät ermöglicht einen indirekten Informationsfluß zwischen einem Eingabe-Ausgabe-Steuergerät und einer Datenverarbeitungseinheit der Anlage. Das Steuergerät steht mit sämtlichen Eingabe-Ausgabe-Steuergeräten, sämtlichen Datenverarbeitungseinheiten und der Datenspeichereinheit in Verbindung. Für jedes Eingabe-Ausgabe-Steuergerät ist eine einzelne Gruppe von Speicherplätzen der Datenspeichereinheit einem jedem Programmtyp zugeordnet, das von einem Eingabe-Ausgabe-Steuergerät verlangt werden könnte; jede Gruppe von Speicherplätzen ist zur Speicherung einer Vielzahl von Kommunikationssätzen geeignet. Ferner ist für jedes Eingabe-Ausgabe-Steuergerät und jeden Programmtyp ein Speicherplatz vorgesehen, der zurThis control device enables an indirect flow of information between an input-output control device and a data processing unit of the system. The control unit is available with all input-output control units, all data processing units and the data storage unit in connection. For every input-output control device a single group of memory locations in the data storage unit is assigned to each program type, that might be required of an input-output controller; any group of Storage locations is suitable for storing a large number of communication sets. It is also for Each input-output control device and each program type is provided with a memory location that is used for

Speicherung einer Zählanzeige benötigt werden könnte; diese Zählanzeige besteht in einem Zählwort, das von dem Eingabe-Ausgabe-Steuergerät dazu benutzt wird, die Speicherplätze jeder Gruppe dieses Eingabe-Ausgabe-Steuergeräts zu adressieren.Storage of a count indication might be needed; this counting display consists of a counting word, which is used by the input-output control device to store the memory locations of each group of this To address input-output control device.

Jedes zum Verkehr mit einer Datenverarbeitungseinheit bereite Eingabe-Ausgabe-Steuergerät liefert Signale, die einen Kommunikationssatz und ein Codesignal zur Kennzeichnung des für eine Verarbeitungsoperation einer Datenverarbeitungseinheit benötigten Programmtyps umfassen. Das Eingabe-Ausgabe-Steuergerät benutzt ferner das zugehörige Zählwort in der Datenspeichereinheit, um eine Adresse zur Identifizierung desjenigen Speicherplatzes der Gruppe zu liefern, der dem verlangten Programmtyp entspricht und an dem der Kommunikationssatz gespeichert werden soll. Beim Empfang des Kommunikationssatzes und der Adresse vom Eingabe-Ausgabe-Steuergerät überträgt das zentrale Steuergerät die Signale des Kommunikationssatzes an die Datenspeichereinheit und löst eine Operation in der Datenspeichereinheit aus, durch die der Kommunikationssatz an einem Speicherplatz in derjenigen Gruppe gespeichert wird, der die vom Eingabe-Ausgabe-Steuergerät gelieferte Adresse entspricht. Das Eingabe-Ausgabe-Steuergerät fügt das entsprechende Zählwort hinzu, das einen Speicherplatz der Gruppe zur Speicherung des nächsten Kommunikationssatzes kennzeichnet; dieser nächste Kommunikationssatz wird von dem Eingabe-Ausgabe-Steuergerät übertragen, das das entsprechende Programm anfordert und mit Zählwort in der Datenspeichereinheit unterbringt. Any input-output control device ready for communication with a data processing unit delivers Signals representing a communication set and a code signal identifying the one for a processing operation a data processing unit required program type. The input-output control device also uses the associated count word in the data storage unit to determine an address to identify the memory location of the group that corresponds to the requested program type and on which the communication record is to be saved. When receiving the communication set and the address of the input-output control device, the central control device transmits the signals of the communication set to the data storage unit and initiates an operation in the data storage unit by which the communication set is stored in a memory location in that group which corresponds to the address supplied by the input-output control device. The input-output control device adds the corresponding count word, which has a memory location in the group for storing the next communication record indicates; this next communication set is transmitted from the input-output control device, which requests the corresponding program and accommodates it in the data storage unit with a count word.

Es kann der Fall eintreten, daß mehrere mit einem Eingabe-Ausgabe-Steuergerät verbundene periphere Einheiten den gleichen Programmtyp benötigen; deshalb wird eine Anzahl von Kommunikationssätzen in einer entsprechenden Gruppe von Speicherplätzen für die Vorlage bei einer Datenverarbeitungseinheit bereitgehalten.It can happen that several peripheral devices connected to an input-output control device Units require the same program type; therefore a number of communication sentences are used in a corresponding group of storage locations for the submission to a data processing unit kept ready.

Das zentrale Steuergerät spricht ferner auf ein Codesignal an, das von dem Eingabe-Ausgabe-Steuergerät zwecks Speicherung in einer Abteilung des zentralen Steuergerätes zur Anzeige des benötigten Programmtyps und zur Identifizierung des anfragenden Eingabe-Ausgabe-Steuergeräts geliefert wird. Auf die Einspeicherung dieses Zeichens hin macht das zentrale Steuergerät eine der Datenverarbeitungseinheiten darauf aufmerksam, daß ein bestimmtes Programm zu bearbeiten ist. Nachdem die angesprochene Datenverarbeitungseinheit einen Punkt erreicht hat, an dem die Unterbrechung des laufenden Programms bequem ist, wird der momentane Stand des Programms gespeichert und das angeforderte Programm aufgenommen. Die mit der Durchführung des verlangten Programms beginnende Datenverarbeitungseinheit sucht und benutzt die durch die Kommunikationssätze gegebenen Informationen.The central control unit also responds to a code signal from the input-output control device for storage in a department of the central Control unit to display the required program type and to identify the requesting one Input-output control device is supplied. When this symbol is saved, the central Control unit draws attention to one of the data processing units that a certain program is to be edited. After the addressed data processing unit has reached a point at which it is convenient to interrupt the current program, the current status will be of the program and recorded the requested program. The one with the implementation of the requested program beginning data processing unit searches and uses the through the Communication sets given information.

Nachfolgend wird ein Anwendungsbeispiel der Erfindung an Hand der Zeichnungen näher beschrieben. Von diesen zeigtAn application example of the invention is described in more detail below with reference to the drawings. Of these shows

F i g. 1 ein Blockschaltbild einer Datenverarbeitungsanlage, die nur ein einziges Speichersteuergerät aufweist,F i g. 1 is a block diagram of a data processing system that has only a single memory control device having,

F i g. 2 ein Blockschaltbild des erfindungsgemäßen Gerätes undF i g. 2 shows a block diagram of the device according to the invention and

F i g. 3 eine detaillierte schematische Darstellung einzelner Teile des Gerätes nach F i g. 2.F i g. 3 shows a detailed schematic representation of individual parts of the device according to FIG. 2.

Im folgenden wird zunächst auf Fig. 1 Bezug genommen. Eine Datenverarbeitungseinheit 1 ist mit einer Verbindungssteuereinrichtung 7 verbunden, die den Zugriff zur Datenverarbeitungseinheit 1 entweder von einigen Datenspeichereinheiten, hier den Datenspeichereinheiten 2 und 3, oder von peripheren Einheiten, wie Eingabe-Ausgabe-Einheiten 5 her, durch ein Eingabe-Ausgabe-Steuergerät 4 hindurch steuert. Die Datenverarbeitungseinheit 1 ist eine vonReference is first made to FIG. 1 below. A data processing unit 1 is connected to a connection control device 7 which the access to the data processing unit 1 either from some data storage units, here the data storage units 2 and 3, or from peripheral units, such as input-output units 5, through an input-output control device 4 controls. The data processing unit 1 is one of

ίο mehreren, die mit einer einzigen Verbindungssteuereinrichtung? verbunden sein können, insbesondere dann, wenn die Verbindung im Zeitmultiplexverfahren von einem Taktgeber nach einer Vorrangordnung gesteuert herstellbar ist, so daß der Zugriff irgendeines Benutzers zur Verbindungssteuereinrichtung von gewissen Prioritäten abhängig ist, z. B. entsprechend der Besonderheit eines Programms, das von einer der Datenverarbeitungseinheiten 1 durchgeführt wird, oder auf Grund eines Vorranges eines der Benutzer, selbst. In gleicher Weise können aber auch Prioritäten beim Auslesen in die oder Verbinden mit den Eingabe-Ausgabe-Steuergeräten oder Eingabe-Ausgabe-Einheiten 5 vorgesehen sein.
Die Verbindungssteuereinrichtung 7 wirkt also als zentrales Steuergerät und verkehrt auf Grund ihrer Kopplung sowohl mit dem Eingabe-Ausgabe-Steuergerät 4, das wiederum mit mehreren Verbindungssteuereinrichtungen verbunden sein kann, die ihrerseits sowohl mit einer eigenen Gruppe von Datenverarbeitungseinheiten als auch mit sämtlichen Datenverarbeitungseinheiten ihres eigenen Systems und ihren eigenen Datenspeichereinheiten 2,3 verbunden sein kann.
Bei Datenverarbeitungsanlagen ist es erwünscht, einige in einem Speichermedium bereits vorher aufgezeichnete Programme zur Verfügung zu haben, die zur Durchführung in einer Datenverarbeitungseinheit beim Auftreten eines bestimmten Steuerwortes abgerufen werden können. Das Auftreten des Steuerwortes kann z.B. automatisch ausgelöst sein, um etwa, falls eine Störung in der Anlage auftritt, eine Störungssuchroutine auszulösen, oder auch unter manueller Kontrolle stehen, um die Durchführung bestimmter Subroutinen zu bewirken, die früher an besonderen Speicherplätzen einer der Datenspeichereinheiten, z.B. 3, gespeichert wurden. Einzelne Gruppen von Speicherplätzen, z. B. die Gruppen 301, 302, 303, 304, sind innerhalb der Datenspeichereinheit abgesondert und je einem Programmtyp zugeordnet, der durch ein Eingabe-Ausgabe-Steuergerät verlangt werden könnte. Jede dieser Gruppen von Speicherplätzen kann eine Vielzahl von Kommunikationssätzen in 51, 52, 53, 54, 55 aufnehmen. Eine detaillierte Darstellung dieser Speicherplatze ist in F i g. 3 gezeigt.
ίο multiple that with a single connection controller? can be connected, especially if the connection can be established in the time division multiplex process controlled by a clock according to a priority order, so that the access of any user to the connection control device is dependent on certain priorities, e.g. B. according to the peculiarity of a program that is carried out by one of the data processing units 1, or due to a priority of one of the users themselves Output units 5 may be provided.
The connection control device 7 thus acts as a central control device and, due to its coupling, communicates with both the input-output control device 4, which in turn can be connected to several connection control devices, which in turn have their own group of data processing units as well as all data processing units in their own system and their own data storage units 2, 3 may be connected.
In data processing systems, it is desirable to have available some programs that have already been recorded in a storage medium and that can be called up for execution in a data processing unit when a specific control word occurs. The occurrence of the control word can be triggered automatically, for example, in order to trigger a troubleshooting routine if a fault occurs in the system, or to be under manual control in order to carry out certain subroutines that were previously stored in special memory locations in one of the data storage units, e.g. 3, have been saved. Individual groups of storage locations, e.g. B. the groups 301, 302, 303, 304, are separated within the data storage unit and each assigned to a program type that could be requested by an input-output control device. Each of these groups of memory locations can accommodate a large number of communication sets in 51, 52, 53, 54, 55. A detailed illustration of these storage locations is shown in FIG. 3 shown.

Jede Gruppe 301, 302, 303, 304 der Datenspeichereinheit 3 enthält mehrere Speicherplätze. So sind jedem Programmtyp mehrere Speicherplätze zugeordnet. Nur ein Speicherplatz ist in F i g. 2 für jeweils eine der Gruppen 301, 302, 303, 304 einer Datenspeichereinheit dargestellt. Jeder Speicherplatz 305 bis 308 ist zur Speicherung von Zählzeichen in Form eines Zählwortes geeignet. Die Zählworte werden von dem Eingabe-Ausgabe-Steuergerät dazu verwendet, die Speicherplätze einer jeden Gruppe anzusprechen, die eine Vielzahl von Kommunikationssätzen enthält.
Die Datenspeichereinheit 3 kann viele solcher
Each group 301, 302, 303, 304 of the data storage unit 3 contains several storage locations. Several memory locations are assigned to each program type. Only one memory location is shown in FIG. 2 for each of the groups 301, 302, 303, 304 of a data storage unit. Each memory location 305 to 308 is suitable for storing counting characters in the form of a counting word. The counting words are used by the input-output control device to address the memory locations of each group which contains a multiplicity of communication records.
The data storage unit 3 can include many of them

209 585/375209 585/375

Speicherabteilungen 301 bis 304 und 305 bis 308 enthalten, je eine für jedes Eingabe-Ausgabe-Steuergerät, mit dem die Verbindungssteuereinrichtung 7 verbunden ist. F i g. 2 stellt zwei solcher Speicherabteilungen dar, wobei die andere nur schematisch als 40 und im Detail als 401 bis 408 dargestellt ist. Die Speicherabteilung 301 bis 308 kann beispielsweise dem Eingabe-Ausgabe-Steuergerät 43 (Fig.2) und die Speicherabteilung 401 bis 408 dem Eingabe-Ausgabe-Steuergerät 44 zugeordnet sein.Contain memory compartments 301 to 304 and 305 to 308, one for each input-output control device, to which the connection control device 7 is connected. F i g. 2 represents two such storage compartments The other is shown only schematically as 40 and in detail as 401 to 408. the Memory division 301 to 308 can, for example, the input-output control device 43 (FIG. 2) and the memory division 401 to 408 can be assigned to the input-output control device 44.

Wenn ein Eingabe-Ausgabe-Steuergerät, z. B. 43, mit einer Datenverarbeitungseinheit in Verbindung treten soll, so ist ein Signal vorgesehen, das einen Kommunikationssatz darstellt, und ein Codesignal, das den für die Ausführung durch eine Datenverarbeitungseinheit benötigten Programmtyp bezeichnet. Irgendeine der Eingabe-Ausgabe-Einheiten 5, die mit einem der Eingabe-Ausgabe-Steuergeräte 43, 44 verbunden ist, verlangt eine Verbindung mit einer Datenverarbeitungseinheit; z. B. ist ein Magnetbandgerät, das eine der Eingabeeinheiten bildet, zum Verkehr mit einer Datenverarbeitungseinheit bereit. Daher wird ein »Bereit«-Signal vom Bandgerät zu dem Eingabe-Ausgabe-Steuergerät 43 gesendet. Das Steuergerät 43 erzeugt in der bekannten Weise der Signalformungstechnik ein Anforderungs- oder »Bereit«-Signal in einer Signalerzeugungseinheit 431. Das so erzeugte Signal wird vom Eingabe-Ausgabe-Steuergerät 43 über die Verbindungssteuereinrichtung 7 zur Datenspeichereinheit 3 übertragen, wo der Code des von der Eingabe-Ausgabe-Einheit 5 verlangten Programmtyps mit den Zählworten in den Speicherabschnitten 305 bis 308 verglichen wird, um die Adresse aufzufinden, die den Speicherplatz der Gruppe 301 bis 304 kennzeichnet, die dem verlangten Programmtyp entspricht. In diesem Speicherplatz sollte der Kommunikationssatz gespeichert werden. Der Kommunikationssatz kann Programmparameter kennzeichnen, und zwar solche für eine bestimmte Art von Programm, das dem Anforderung-»Bereit«- Signal entspricht.When an input-output control device, e.g. B. 43, in connection with a data processing unit should occur, a signal is provided that represents a communication record and a code signal, which designates the type of program required for execution by a data processing unit. Any of the input-output units 5 connected to one of the input-output control devices 43, 44 is connected, requires a connection to a data processing unit; z. B. is a magnetic tape recorder, which forms one of the input units, ready for communication with a data processing unit. Therefore a “ready” signal is sent from the tape device to the input-output control device 43. The control unit 43 generates a request or in the known manner of signal shaping technology “Ready” signal in a signal generation unit 431. The signal generated in this way is received from the input-output control device 43 via the connection control device 7 to the data storage unit 3, where the Code of the program type required by the input / output unit 5 with the counting words in the Sections 305-308 are compared to find the address containing the storage location of the Identifies groups 301 to 304 that correspond to the requested program type. In this storage space the communication set should be saved. The communication set can program parameters identify, namely those for a certain type of program, which the request - "Ready" - Signal corresponds.

Beim Empfang der Adresse in der Verbindungssteuereinrichtung und des Kommunikationssatzes vom Eingabe-Ausgabe-Steuergerät 43. überträgt die Verbindungssteuereinrichtung 7 die Signale des Kommunikationssatzes vom Eingabe-Ausgabe-Steuergerät 43 zu der zugehörigen Speicheruntergruppe Sl, S 2 usw. der speziellen Gruppe 301, 302 gemäß der gelieferten Adresse. Daraufhin wird das entsprechende Zählwort um eins vergrößert, um einen Speicherplatz dieser Gruppe für die Speicherung des nächsten Kommunikationssatzes des gleichen Programmtyps, der von dem Eingabe-Ausgabe-Steuergerät zu übertragen wäre, zu identifizieren, so daß ein neuer Speicherplatz für die nachfolgenden Kommunikationssätze verfügbar gemacht ist. Beim Empfang eines nächsten Kommunikationssatzes wird das Zählwort wiederum erhöht und so fort, bis keine weiteren Kommunikationssätze von den Eingabe-Ausgabe-Einheiten 5 über das Eingabe-Ausgabe-Steuergerät 43 und die Verbindungssteuereinrichtung 7 empfangen werden. Das letzte und höchste Zählwort wird dann wieder in den entsprechenden Speicherplätzen 305 bis 308 von Fall zu Fall untergebracht. Upon receipt of the address in the connection control device and the communication set from the input-output control device 43, the connection control device 7 transmits the signals of the communication set from the input-output control device 43 to the associated memory subgroup S1, S2 etc. of the special group 301, 302 according to the delivered address. The corresponding count word is then increased by one in order to identify a memory location in this group for the storage of the next communication record of the same program type which would have to be transmitted by the input-output control device, so that a new memory location is made available for the subsequent communication records is. When a next communication record is received, the counting word is increased again and so on until no further communication records are received from the input / output units 5 via the input / output control device 43 and the connection control device 7. The last and highest counting word is then stored again in the corresponding memory locations 305 to 308 on a case-by-case basis.

Gelegentlich kommt es vor, daß mehr als eine periphere Einheit eines Eingabe-Ausgabe-Steuergerätes den gleichen Programmtyp verlangt. So ist es möglich, daß eine Anzahl von Kommunikationssätzen 51, 52 usw. in jeder Gruppe, etwa in der Gruppe 301, in den Speicherplätzen zur Darbietung der Information an eine Datenverarbeitungseinheit vorhanden ist.Occasionally it happens that more than one peripheral unit of an input-output control device requires the same type of program. So it is possible that a number of communication sets 51, 52 etc. in each group, for example in group 301, in the memory locations for presenting the information to a data processing unit is available.

Die Datenverarbeitungseinheiten IA, IB, IC, 1D müssen zur Durchführung ihrer Aufgabe auf die Anwesenheit von Daten, die eine Verarbeitung im Sinne der gespeicherten Programme erfordern, hingewiesen werden, d.h. auf die Anwesenheit von Kommunikationssätzen, die eine Ausführung erfordern. Daher ist in der Verbindungssteuereinrichtung 7 ein hierfür bestimmtes besonderes Speicherfach 71 vorgesehen, das einen Code speichert, der den für die Ausführung erforderlichen Programmtyp anzeigt, und ferner einen Code, der das Kennzeichen des Eingabe-Ausgabe-Steuergerätes, nämlich des Gerätes 43 oder 44 angibt, das den Kommunikationssatz in die Speichergruppen des Speichers 3 einsetzte. Die Verbindungssieuereinrichtung 7 beantwortet die Speicheranzeige in dem Fach 71 mit einem Signal, das eine Aufforderung zur Datenverarbeitung darstellt; dieses Signal entsteht z. B. unter der Mitwirkung eines Taktgebers 413 in einer Benachrichtigungseinrichtung 72, die mit dem Speicherfach verbunden ist. Dieses Signal benachrichtigt eine der Datenverarbeitungseinheiten, daß ein Einzelprogramm verarbeitet werden muß. Die Auswahl der betreffenden Datenverarbeitungseinheit kann entweder durch Verdrahtung festgelegt oder vom Zufall bestimmt sein, d. h., sie trifft eine der Datenverarbeitungseinheiten, die nicht anzeigen, daß sie bereits mit einem Programm beschäftigt sind. Sie kann aber auch gemäß irgendeinem Vorrang erfolgen, der durch ein an sich bekanntes Zuteilungssystems zugewiesen wird. Wenn eine der benachrichtigten Datenverarbeitungseinheiten IA, IB usw. in ihrem laufenden Programm einen Punkt erreicht hat, an dem sie nicht mehr beschäftigt ist, oder an dem eine Unterbrechung eines Programms von niedrigem Rang bequem erfolgen kann, so wird der Stand einej solchen Programms gespeichert und die Durchführung eines neuen Programms aus einer der Speichergruppen 301 bis 304 durch Herstellung einer Verbindung zwischen der betreffenden Speichergruppe und der srwähnten Datenverarbeitungseinheit in Angriff genommen. Zugleich werden die Zählwörter in den Zählabschnitten 305 bis 308 erneut abgeändert, da die Speicherplätze für die Kommunikationssätze freigeworden sind, derart, daß die Zählwörter stets den wahren Stand der für Kommunikationssätze zur Speicherung verfügbaren Adressen angeben.In order to carry out their task, the data processing units IA, IB, IC, 1 D must be informed of the presence of data which require processing in the sense of the stored programs, that is to say of the presence of communication records which require execution. For this reason, a special storage compartment 71 is provided in the connection control device 7, which stores a code which indicates the type of program required for execution, and also a code which indicates the identifier of the input-output control device, namely the device 43 or 44 That put the communication set in the memory 3 storage groups. The connection security device 7 responds to the memory display in the compartment 71 with a signal which represents a request for data processing; this signal arises z. B. with the assistance of a clock 413 in a notification device 72 which is connected to the storage compartment. This signal notifies one of the data processing units that a single program must be processed. The selection of the data processing unit in question can either be determined by wiring or determined by chance, that is to say it is made by one of the data processing units which do not indicate that they are already busy with a program. However, it can also take place in accordance with any priority assigned by an allocation system known per se. If one of the notified data processing units IA, IB etc. has reached a point in its current program at which it is no longer employed, or at which an interruption of a program of low priority can conveniently take place, the status of such a program is saved and the implementation of a new program from one of the memory groups 301 to 304 is tackled by establishing a connection between the memory group in question and the data processing unit mentioned. At the same time, the counting words in counting sections 305 to 308 are changed again, since the storage locations for the communication records have become free, in such a way that the counting words always indicate the true status of the addresses available for storage for communication records.

Das Wechselspiel der soweit beschriebenen Elemente wird von einem Taktgeber 413 gesteuert, der vorzugsweise aus einem Ringzähler besteht; er gibt eine Gruppe von Taktsignalen in vorgeschriebener Folge aus, welche Flipflops oder Schalter innerhalb der Verbindungssteuereinrichtung 7, in der Datenspeichereinheit 3, in den Datenverarbeitungseinheiten IA, IB usw., und in den Eingabe-Ausgabe-Steuergeräten 43, 44 zwecks Erstellung der gewünschten Verbindungswege betätigen.The interplay of the elements described so far is controlled by a clock generator 413, which preferably consists of a ring counter; it outputs a group of clock signals in a prescribed sequence, which flip-flops or switches within the connection control device 7, in the data storage unit 3, in the data processing units IA, IB etc., and in the input-output control devices 43, 44 for the purpose of creating the desired connection paths actuate.

Die in der Signalerzeugungseinheit 431 im Eingabe-Ausgabe-Steuergerät 43 oder der ähnlichen Signalerzeugungseinheit 441 im Eingabe-Ausgabe-Steuergerät 44 erzeugten speziellen Signale, ein codiertes Signal, d. h. eine binäre Zahl, bei Empfang einer anderen binären Zahl bilden. Die DekodierungIn the signal generation unit 431 in the input-output control device 43 or the similar signal generation unit 441 in the input-output control device 44 generated special signals, an encoded signal, i. H. a binary number, upon receipt form another binary number. The decoding

dieser binären Zahl erfolgt innerhalb der Eingabe-Ausgabe-Steuergeräte 43, 44 in Decodier-Codiereinrichtungen 432 und 442. Diese Decodierung (bzw. Codierung) kann entsprechend einem verdrahteten Programm, z.B. durch eine Diodenmatrix, erfolgen, wobei nach Erkennung eines bestimmten Codes die Signalerzeugungseinheiten 431, 441 ein vorgewähltes codiertes Signal erzeugen. Der Vergleich von in den Codier-Decodiereinrichtungen empfangenen Signalen und die Erzeugung entsprechender Signale durch die Signalerzeugungseinheiten kann mechanisch mittels Registern und Vergleichern erfolgen, die Flipflopschaltungen einstellen, die ihrerseits die Signalerzeugungseinheiten 431, 441 zur Erzeugung von Signalen aktivieren, die eine bestimmte binäre Gruppierung entsprechend einem vorgegebenen Code haben. Die Signalerzeugungseinheiten können also derart verdreht oder programmiert sein, daß sie einen Kommunikationssatz bei der Feststellung eines Codes erzeugen, der einer bestimmten Bedingung in einem der zugehörigen Einheiten 5 zugeordnet ist, und zugleich einen weiteren Code erzeugen, der den Kommunikationssatz entweder für die Speicherung in der eigenen Gruppe 30 oder der Gruppe 40 der Datenspeichereinheit kennzeichnet.this binary number takes place within the input-output control devices 43, 44 in decoding-coding devices 432 and 442. This decoding (or Coding) can be done according to a wired program, e.g. by a diode matrix, after recognizing a certain code, the signal generating units 431, 441 a preselected one generate coded signal. The comparison of signals received in the encoder-decoder and the generation of corresponding signals by the signal generation units can be done mechanically by means of Registers and comparators are made that set the flip-flop circuits, which in turn are the signal generating units 431, 441 activate to generate signals that have a specific binary grouping according to a given code. The signal generating units can therefore be rotated in this way or programmed to generate a communication record upon detection of a code which is assigned to a specific condition in one of the associated units 5, and at the same time generate another code that either stores the communication record in the own group 30 or group 40 of the data storage unit.

Zusätzliche Speicherabschnitte 33, 34 in der Datenspeichereinheit 3 sind eingeräumt, um ein Zeichen oder eine Darstellung desjenigen von den Eingabe-Ausgabe-Steuergeräten 43, 44 zu speichern, von dem ein Codesignal empfangen wurde. Dieser Speicherabschnitt 33, 34 kann ein einfaches Flipflop sein, das seinen Zustand ändert, wenn ein Signal von einem Eingabe-Ausgabe-Steuergerät empfangen wird, oder die verschiedenen Speicherabschnitte 33, 34 können ein Register sein, das je eine binäre Zahl für jedes zugehörige Eingabe-Ausgabe-Steuergerät speichert. Die Speicherabschnitte 33, 34 können ferner so viele Elemente umfassen, daß sie nicht nur eine Kennung des jeweiligen Eingabe-Ausgabe-Steuergerätes 43, 44 sondern auch noch eine solche der jeweiligen Eingabe-Ausgabe-Einheit 5, die mit dem Eingabe-Ausgabe-Steuergerät verbunden ist, speichern können.Additional memory sections 33, 34 in the data storage unit 3 are provided for one character or to store a representation of that from the input-output controllers 43, 44 from which a code signal was received. This memory section 33, 34 can be a simple flip-flop that changes its state when a signal is received from an input-output control device, or the various memory sections 33, 34 can be a register that has a binary number for each associated input-output control device stores. The storage sections 33, 34 can also be as many Elements include that they are not only an identifier of the respective input-output control device 43, 44 but also one of the respective input-output unit 5, which is connected to the input-output control device connected, can save.

Auch wenn von einer der zahlreichen Datenverarbeitungseinheiten IA, IB usw. eine Verbindung verlangt wird, so können in ähnlicher Weise Speicherzellen oder -abteilungen reserviert werden, in die einzutragen ist, welche jeweilige Komponente der Datenverarbeitungsanlage Zugriff zur Datenspeichereinheit benötigt, oder um eine spezielle Programmart für eine Übertragung zu einem Eingabe-Ausgabe-Steuergerät zu speichern.Even if a connection is required from one of the numerous data processing units IA, IB, etc., memory cells or departments can be reserved in a similar way, in which it is to be entered which respective component of the data processing system needs access to the data storage unit, or a special program type for store a transmission to an input-output controller.

Wenn von einer Datenverarbeitungseinheit eine Verbindung verlangt wird, d. h. bei einem Informationsfluß von einer Datenverarbeitungseinheit zu einem Eingabe-Ausgabe-Steuergerät (der vorher ausführlich diskutierten Flußrichtung also entgegengesetzt), so gibt jene Datenverarbeitungseinheit ein Anforderungssignal ab. Zu diesem Zweck ist jeder Datenverarbeitungseinheit IA, IB, IC, ID eine Signalerzeugungseinheit 1^41, IBl, ICl, IDl zugeordnet, die etwa ähnlich ausgestaltet sein kann wie die Signalerzeugungseinheiten 431, 441 der Eingabe-Ausgabe-Steuergeräte 43, 44. Es wird in den meisten Fällen nicht nötig sein, die Signalerzeugungseinheiten der Eingabe-Ausgabe-Steuergeräte mit besonderen Codier- und Decodiereinrichtungen zu versehen, da die Datenverarbeitungseinheiten gewöhnlich selbst die Fähigkeit haben, die Signalerzeugungseinheiten 1.41, IBl mit decodierten oder codierten Signalen zu versehen. Die Signalerzeugungseinheiten 1,4 1, IBl erzeugen ein Identifikationssignal des jeweiligen Eingabe-Ausgabe-Steuergerätes (oder irgendeinesWhen a connection is requested from a data processing unit, ie when information flows from a data processing unit to an input / output control device (i.e. opposite to the flow direction discussed in detail above), that data processing unit emits a request signal. For this purpose, each data processing unit IA, IB, IC, ID is assigned a signal generating unit 1 ^ 41, IBl, ICl, IDl, which can be configured roughly similar to the signal generating units 431, 441 of the input-output control devices 43, 44 In most cases it is not necessary to provide the signal generating units of the input-output control devices with special coding and decoding devices, since the data processing units themselves usually have the ability to provide the signal generating units 1.41, IB1 with decoded or coded signals. The signal generation units 1, 4 1, IB1 generate an identification signal of the respective input-output control device (or any

Steuergerätes, wenn eine Vorranganordnung getroffen ist), mit welchen ein Nachrichtenverkehr gewünscht wird. Die Adresse des Eingabe-Ausgabe-Steuergerätes bzw. sein entsprechendes Codewort wird von der Verbindungssteuereinrichtung 7 dem jeweiligen Eingabe-Ausgabe-Steuergerät zugeleitet, um dort gespeichert oder festgehalten zu werden, wenn jenes »beschäftigt« ist (das kann z. B. in einem Vorregister geschehen, das nur dann ausgelesen werden kann, wenn die Bedingung »nicht beschäftigt« vorliegt), bis das Eingabe-Ausgabe-Steuergerät imstande ist, die Information anzunehmen und ihr gemäß zu verfahren.Control unit, if a priority arrangement has been made) with which message traffic is desired will. The address of the input-output control device or its corresponding code word is forwarded from the connection control device 7 to the respective input-output control device in order to to be stored or recorded there when that one is "busy" (this can be in a pre-register, for example happen that can only be read out if the condition "not busy" is present), until the input-output control device is able to accept the information and to use it accordingly procedure.

Die Verwendung einer Benachrichtigungseinrichtung, wie die Einrichtung 72 nach F i g. 2, die ein Benachrichtigungssignal abgibt, ist nicht im einzelnen in bezug auf eine Informationsübertragung aus einer Datenverarbeitungseinheit in ein Eingabe-Ausgabe-Steuergerät beschrieben. Ein derartiges Benachrichtigungssignal kann jedoch vorgesehen sein, um ein Eingabe-Ausgabe-Steuergerät zu benachrichtigen, daß eine Datenverarbeitungseinheit eine Kommunikation (Verbindung) mit diesem Eingabe-Ausgabe-Steuergerät wünscht, anstatt das oben angegebene Verfahren anzuwenden, nach dem das Eingabe-Ausgabe-Steuergerät den entsprechenden Code der Datenverarbeitungseinheit so lange speichert, bis sie in der Lage ist, die Informationen aus diesem Eingabe-Ausgabe-Steuergerät aufzunehmen und zu verarbeiten. The use of a notification device such as the device 72 of FIG. 2, which is a notification signal is not in detail with respect to an information transfer from a Data processing unit described in an input-output control device. Such a notification signal however, it can be provided to notify an input-output control device, that a data processing unit establishes communication (connection) with this input-output control device instead of using the above procedure, wishes to use the input-output controller saves the corresponding code of the data processing unit until it is able to receive and process the information from this input-output control device.

Die Information, die von einer der Gruppen 30, 40 an das jeweilige Eingabe-Ausgabe-Steuergerät in Form von Kommunikationssätzen übertragen wird, ist gemäß einer besonderen Gruppierung von Bits innerhalb eines Wortes von Standardlänge angeordnet.The information that is sent by one of the groups 30, 40 to the respective input-output control device in The form of communication sets transmitted is according to a special grouping of bits within of a word of standard length.

Der Kommunikationssatz kann z.B. in einer bestimmten Stellung innerhalb eines Wortes, etwa den ersten fünf Zeichen, oder dem 7. und 9. Zeichen, weiterhin als Codefeld bezeichnet, einen Code enthalten, der die jeweilige Operation in dem adressierten Eingabe-Ausgabe-Steuergerät kennzeichnet, an die die Information zu senden ist, und schließlich einen Code betreffend die von der jeweiligen peripheren Eingabe-Ausgabe-Einheit durchzuführende Operation. Die Codier-Decodiereinrichtungen 432, 442 können dann so funktionieren, daß sie sowohl die Information von den Eingabe-Ausgabe-Einheiten 5 decodieren als auch in bestimmten Codefeldern diejenigen Informationen codieren, welche aus den Kommunikationssätzen gewonnen werden, die an die jeweilige Eingabe-Ausgabe-Einheit 5 gemäß den Codeerfordernissen dieser Einheit 5 gerichtet war.The communication sentence can e.g. in a certain position within a word, for example the first five characters, or the 7th and 9th characters, also referred to as code field, contain a code, which identifies the respective operation in the addressed input-output control device which the information is to be sent, and finally a code relating to that of the respective peripheral Input-output unit operation to be performed. The encoding-decoders 432, 442 can then function in such a way that they receive both the information from the input-output units 5 decode as well as encode the information in certain code fields, which from the Communication sets are obtained, which are sent to the respective input-output unit 5 in accordance with the code requirements this unit 5 was directed.

Der Taktgeber 413, der eine Folge von Taktsignalen TO, Tl, Γ4, T6 über ein Kabel Γ abgibt, das schematisch in F i g. 2 dargestellt ist, dient zur Steuerung der Signalerzeugungseinheiten 431 (Steuergerät 43), 441 (Steuergerät 44) und der Signalerzeugungseinheiten IAl, IBl, ICl, IDl der Datenverarbeitungseinheiten IA bis ID über nichtgezeigte Verbindungen, und ferner zur Steuerung der Benachrichtigungseinrichtung 72 der Verbindungssteuereinrichtung?. Dadurch, daß die von den Codier-Decodiereinrichtungen 432, 442 erzeugten Signale gespeichert und bei Auftreten eines bestimmten Taktsi-The clock generator 413, which emits a sequence of clock signals TO, Tl, Γ4, T6 via a cable Γ, which is shown schematically in FIG. 2 is used to control the signal generating units 431 (control unit 43), 441 (control unit 44) and the signal generating units IAl, IBl, ICl, IDl of the data processing units IA to ID via connections not shown, and also to control the notification device 72 of the connection control device ?. Because the signals generated by the coding / decoding devices 432, 442 are stored and when a certain clock pulse occurs

gnals, z. B. des Signals T 4, ausgesendet werden, kann eine bestimmte Bedingung auf eine Leitung gegeben werden, die dann und nur dann aktiv wird, wenn das entsprechende Eingabe-Ausgabe-Steuergerät und die Verbindungssteuereinrichtung beide bereit und fähig sind, die spezielle Information zu senden oder zu empfangen, weiter vorausgesetzt, daß die Decodier-Codiereinrichtungen 432, 442 die entsprechenden Signale decodiert (oder codiert) haben, so daß der Signalsatz von dem Datenspeicherungsabschnitt 30 oder 40, je nachdem, ausgesendet werden kann. In gleicher Weise kann ein entsprechendes Codefeld reserviert sein, um eine einzelne Operation zu kennzeichnen, die das Eingabe-Ausgabe-Steuergerät 43, 44 oder eine Datenverarbeitungseinheit IA, IB usw. durchzuführen hat.gnals, e.g. B. the signal T 4, sent out, a certain condition can be given to a line, which is then and only active when the corresponding input-output control device and the connection control device are both ready and able to send the specific information or to receive, further provided that the decoder encoders 432, 442 have decoded (or encoded) the respective signals so that the signal set can be sent out from the data storage section 30 or 40, as the case may be. In the same way, a corresponding code field can be reserved in order to identify an individual operation which the input / output control device 43, 44 or a data processing unit IA, IB etc. has to carry out.

Zur Bestimmung der erforderlichen Speicherkapazität für den Fall, daß die Speichergruppen und Unterabschnitte aus Speicherelementen verschiedener Kapazitäten bestehen, kann ein anderes Codefeld, das in dem Kommunikationssatz enthalten ist, benutzt werden, um die Menge der zu verarbeitenden Daten zu kennzeichnen. Ein weiteres Codefeld kann z. B. zur Anzeige eines Vorranges reserviert sein oder dafür, daß ein Pufferspeicher voll oder leer ist. Die verschiedenen Codefelder können auch in getrennten Registern, die in den Speicherplätzen einer Speichergruppe enthalten sind, gespeichert werden. Wenn sich also nur eine einzige Bedingung von denjenigen für die Codefelder kennzeichnenden Bedingungen ändert, so kann die entsprechende Zahl oder der gespeicherte Code in diesem Register ohne Beeinträchtigung der übrigen Zahlen oder Codes geändert werden. To determine the required storage capacity in the event that the storage groups and subsections consist of storage elements of different capacities, another code field, contained in the communication set can be used to determine the amount of the To mark data. Another code field can e.g. B. reserved to display a priority or that a buffer memory is full or empty. The different code fields can also be in separate Registers contained in the storage locations of a storage group can be saved. if only one condition differs from the conditions that characterize the code fields changes, the corresponding number or the stored code can be stored in this register without impairment the remaining numbers or codes can be changed.

Ein Beispiel einer solchen Abänderung ist eine Änderung der Verfügbarkeit über die Speicherkapazität in einem Eingabe-Ausgabe-Steuergerät oder einer peripheren Einheit 5, die Anlaß dazu geben könnte, das diese Verfügbarkeit betreffende Codefeld zu ändern. Dann könnte die Information an eine periphere Einheit, die zuvor voll geladen war, übertragen werden.An example of such a change is a change in availability via storage capacity in an input-output control device or a peripheral unit 5, which give rise to it could change the code field related to this availability. Then the information could be sent to a peripheral Unit that was previously fully charged.

Die zentrale Verbindungssteuereinrichtung 7 sorgtThe central connection control device 7 provides

ίο also für eine indirekte Übertragung von Informationen zwischen den Eingabe-Ausgabe-Steuergeräten 43 und 44 und den Datenverarbeitungseinheiten IA, IB usw., indem sie den Programmtypen oder Programmanfragen einzelne Gruppen von Speicherplätzen in einer Datenspeichereinheit 3 zuweist. Die einzelnen Programmtypen sind durch spezielle Signale markiert, die in den Signalerzeugungseinheiten 431, 441 oder IAl,IBl usw. erzeugt werden, wobei diese Signale entweder unter der Kontrolle der Datenverarbeitungseinheiten IA, IB usw. direkt oder von den Decodier-Codiereinrichtungen 432, 442 erhalten werden. Durch Reservieren bestimmter Gruppen von Speicherplätzen für bestimmte Typen von Kommunikationssätzen wird das Adressieren und Auslesen vereinfacht, und der Verkehr zwischen den Einzelgeräten der Datenverarbeitungsanlage ist hinsichtlich der Ausnutzung der Geräte und der Verarbeitungszeit zweckmäßig eingerichtet. Diese Vorteile werden erreicht durch vorübergehende Speicherung der Kommunikationssätze, Vermeidung komplizierter ι Adressierungen für die Zwecke des Aufsuchens und j der Verwendung in der Datenverarbeitungsanlage, so j daß alle Informationen auf einfache und zweckmä- I ßige Weise verarbeitet werden können.So for an indirect transfer of information between the input / output control devices 43 and 44 and the data processing units IA, IB etc. by assigning individual groups of storage locations in a data storage unit 3 to the program types or program requests. The individual program types are marked by special signals that are generated in the signal generation units 431, 441 or IAl, IBl , etc., these signals being received either directly under the control of the data processing units IA, IB , etc., or from the decoder / encoders 432, 442 will. By reserving certain groups of storage locations for certain types of communication records, addressing and reading out is simplified, and the traffic between the individual devices of the data processing system is set up appropriately with regard to the utilization of the devices and the processing time. These advantages are achieved by temporarily storing the communication records, avoiding complicated addressing for the purpose of searching and using them in the data processing system so that all information can be processed in a simple and expedient manner.

Hierzu 1 Blatt Zeichnungen1 sheet of drawings

Claims (11)

Patentansprüche:Patent claims: 1. Steuergerät zum Vermitteln von Daten in einer Datenverarbeitungsanlage, mit Datenverarbeitungseinheiten, mit mindestens einer Datenspeichereinheit, die adressierbare Speicherplätze aufweist, mit peripheren Einheiten und wenigstens einem Eingabe-Ausgabe-Steuergerät, das die Datenspeichereinheit mit den peripheren Ein- j.o heiten verbindet, um einen Übertragungsweg zwischen der Datenspeichereinheit und jeder der peripheren Einheiten herzustellen, wobei mindestens eine der Datenverarbeitungseinheiten und mindestens eines der Eingabe-Ausgabe-Steuergeräte so ausgebildet sind, daß sie aufeinanderfolgende Operationen entsprechend vorgegebenen Befehlen eines Kommunikationssatzes, der aus Befehlen besteht, durchführen können, dadurch gekennzeichnet, daß die peripheren Einheiten (5) mehrere vorbestimmte Arten von Anforderungssignalen in Abhängigkeit von einer entsprechenden Anzahl von Zuständen erzeugen, die die peripheren Einheiten (5) einnehmen können, daß die Speicherplätze (30, 40 ) der Datenspeichereinheit (2;3) in Gruppen (z.B. 301 bis 304; 401 bis 404) angeordnet sind, von denen verschiedene Gruppen verschiedenen Arten von Anforderungssignalen zugeordnet sind, daß Signalerzeugungseinheiten (431, 441) in den Eingabe-Ausgabe-Steuergeräten (43, 44) und weitere Signalerzeugungseinheiten (IAl, IBl, ICl, IDl) in den Datenverarbeitungseinheiten (IA, IB, IC, ID) vorgesehen sind, die auf Anforderungssignale von mindestens einer der peripheren Einheiten (5) oder einer der Datenverarbeitungseinheiten ansprechen und einen Kommunikationssatz und ein codiertes Signal abgeben, das eine Anforderungsart darstellt, daß eine Verbindungssteuereinrichtung (7) vorgesehen ist zum Übertragen des Kommunikationssatzes an einen durch die Anforderungsart bestimmten Speicherplatz (301; 302; 303; 304) einer Gruppe von Speicherplätzen in der Datenspeichereinheit (3), und daß eine Benachrichtigungsemrichtung (72) auf die Speicherung des Kommunikationssatzes in der Datenspeichereinheit (3-30-301, 302...) ansprechend ein Benachrichtigungssignal an die Datenverarbeitungseinheit (IA; IB; IC; ID) oder das Eingabe-Ausgabe-Steuergerät (43; 44) aussendet, und daß das Eingabe-Ausgabe-Steuergerät oder die Datenverarbeitungseinheit eine Vorrichtung enthält, die auf ein Benachrichtigungssignal dahingehend anspricht, daß sie den Kommunikationssatz aus der Speichereinheit holt.1. Control device for conveying data in a data processing system, with data processing units, with at least one data storage unit that has addressable memory locations, with peripheral units and at least one input-output control unit that connects the data storage unit with the peripheral units to one Establish a transmission path between the data storage unit and each of the peripheral units, at least one of the data processing units and at least one of the input-output control devices being designed so that they can perform successive operations in accordance with predetermined commands of a communication set consisting of commands, characterized in that, that the peripheral units (5) generate a plurality of predetermined types of request signals as a function of a corresponding number of states which the peripheral units (5) can assume, that the memory locations (30, 40) of the Da tens memory unit (2; 3) in groups (for example 301 to 304; 401 to 404) are arranged, of which different groups are assigned to different types of request signals, that signal generation units (431, 441) in the input-output control devices (43, 44) and further signal generation units (IAl, IBl, ICl, IDl) in the data processing units (IA, IB, IC, ID) are provided which respond to request signals from at least one of the peripheral units (5) or one of the data processing units and emit a communication record and an encoded signal that represents a type of request that a connection control device (7 ) is provided for transmitting the communication record to a memory location (301; 302; 303; 304) of a group of memory locations in the data storage unit (3), which is determined by the type of request, and that a notification device (72) to the storage of the communication record in the data storage unit ( 3-30-301, 302 ...) a notification signal to the Da ten processing unit (IA; IB; IC; ID) or the input-output control device (43; 44) sends out, and that the input-output control device or the data processing unit contains a device which responds to a notification signal to the effect that it fetches the communication record from the memory unit. 2. Steuergerät nach Anspruch 1, dadurch gekennzeichnet, daß das Eingabe-Ausgabe-Steuergerät (43; 44) eine Decodiereinrichtung (432, 442) enthält, die auf das Anforderungssignal, das von einer peripheren Einheit (5) abgegeben wurde, anspricht und ein Startsignal für die Signalerzeugungseinheit (431; 441) abgibt.2. Control device according to claim 1, characterized in that the input-output control device (43; 44) includes a decoder (432, 442) which responds to the request signal that was issued by a peripheral unit (5), responds and a start signal for the Signal generation unit (431; 441) emits. 3. Gerät nach Anspruch 2, dadurch gekennzeichnet, daß der von den Signalerzeugungseinheiten in Reaktion auf die Anforderungssignale einer vorbestimmten Art gebildete Kommunikationssatz eine Adresse eines der Speicherplätze in einer jener Gruppen darstellende Signale enthält, daß die Verbindungssteuereinrichtung (7) auf die der Adresse entsprechenden Signale anspricht und jeden Kommunikationssatz an seinen adressierten Speicherplatz überträgt.3. Apparatus according to claim 2, characterized in that of the signal generating units communication set formed in response to the request signals of a predetermined type contains signals representing an address of one of the memory locations in one of those groups, that the connection control device (7) responds to the signals corresponding to the address and transmit each communication set to its addressed storage location. 4. Gerät nach Anspruch 3, dadurch gekennzeichnet, daß Zähler (305, 306... 405, 406) vorgesehen sind, welche die von der Verbindungssteuereinrichtung (7) gelieferten Adressen so verändern, daß jeder Kommunikationssatz, der einem Anforderungssignal einer vorbestimmten Art entspricht, an einem anderen Speicherplatz (51, 52, 53...) der Speicherplatzgruppe gespeichert wird, die dieser Anforderungsart zugeordnet ist.4. Apparatus according to claim 3, characterized in that the counter (305, 306 ... 405, 406) is provided which change the addresses supplied by the connection control device (7) in such a way that that each communication set corresponding to a request signal of a predetermined type is in a different memory location (51, 52, 53 ...) of the storage location group assigned to this requirement type. 5. Gerät nach Anspruch 1, bei dem mehrere Eingabe-Ausgabe-Steuergeräte vorgesehen sind, von denen jedes mit der Datenspeichereinheit verbindbar ist, und bei dem mehrere der peripheren Einheiten jeweils mit jedem der Eingabe-Ausgabe-Steuergeräte verbunden sind, dadurch gekennzeichnet, daß jedes der Eingabe-Ausgabe-Steuergeräte eine Decodier-Codier-Einrichtung (432, 442) enthält, die auf eine bestimmte Bedingung in einer der zugeordneten peripheren Einheiten (5), die den Kommunikationssatz erzeugen, anspricht, daß die Verbindungssteuereinrichtung (7) die von jedem Eingabe-Ausgabe-Steuergerät (43, 44) gelieferten Kommunikationssätze an jeweils einen anderen Speicherabschnitt der Datenspeichereinheit (3) überträgt, wobei jeder Speicherabschnitt diese Gruppen (30, 40) von Speicherplätzen enthält, und daß die Benachrichtigungseinheiten (72) auf die Speicherung eines Kommunikationssatzes in einer der Gruppen (30, 40) von Speicherplätzen der Datenspeichereinheit ein Benachrichtigungssignal an eine Datenverarbeitungseinheit senden.5. Apparatus according to claim 1, in which a plurality of input-output control devices are provided, each of which is connectable to the data storage unit, and in which several of the peripheral Units are each connected to each of the input-output control devices, thereby characterized in that each of the input-output control devices has a decoding-coding device (432, 442) that respond to a specific condition in one of the associated peripheral units (5) which generate the communication set responds to the connection control means (7) the communication sets supplied by each input-output control device (43, 44) transmits to a different memory section of the data storage unit (3), each Storage section contains these groups (30, 40) of storage locations, and that the notification units (72) to the storage of a communication record in one of the groups (30, 40) of storage locations of the data storage unit send a notification signal to a data processing unit. 6. Gerät nach Anspruch 5, dadurch gekennzeichnet, daß die Decodier-Codiereinrichtung (432, 442) jedes Eingabe-Ausgabe-Steuergerätes (43, 44) einen Kommunikationssatz mit einem bestimmten Codesignal erzeugt, daß in der Datenspeichereinheit (3) weitere Speicherabschnitte (33, 34) zur Speicherung der Codesignale von jenen Eingabe-Ausgabe-Steuergeräten (43, 44) enthalten sind und daß zur Kennzeichnung eines der Eingabe-Ausgabe-Steuergeräte (z.B. 43) in jedem Codesignal das von der Benachrichtigungseinrichtung (72) erzeugte Benachrichtigungssignal in Übereinstimmung mit diesem Codesignal übertragen wird.6. Apparatus according to claim 5, characterized in that the decoding-coding device (432, 442) of each input-output control device (43, 44) a communication set with a certain code signal generated that in the data storage unit (3) further memory sections (33, 34) for storing the code signals from those input-output control devices (43, 44) are included and that to identify one of the input-output control devices (e.g. 43) in the notification signal generated by the notification device (72) for each code signal is transmitted in accordance with this code signal. 7. Gerät nach Anspruch 1, dadurch gekennzeichnet, daß der Kommunikationssatz einen Code enthält, der zur Kennzeichnung der peripheren Einheit (5) dient, in der dievor bestimmte Bedingung eingetreten ist, und außerdem den Zustand der peripheren Einheit kennzeichnet.7. Apparatus according to claim 1, characterized in that the communication set is a Contains code that is used to identify the peripheral unit (5) in which the determined before Condition has occurred and also identifies the status of the peripheral unit. 8. Gerät nach Anspruch 7, dadurch gekennzeichnet, daß eine Signalerzeugungseinheit (1A 1, 1B 1...) der Datenverarbeitungseinheiten (IA1IB .'..) eine Kennung eines der Eingabe-Ausgabe-Steuergeräte (z. B. 43) erzeugt und daß die Verbindungssteuereinrichtung (7) dieses Kennungssignal empfängt und daraufhin das Benachrichtigungssignal an das festgestellte Eingabe-Ausgabe-Steuergerät überträgt.8. Apparatus according to claim 7, characterized in that a signal generating unit (1 A 1, 1 B 1 ...) of the data processing units (IA 1 IB. '..) an identifier of one of the input-output control devices (z. B. 43) and that the connection control device (7) receives this identification signal and then transmits the notification signal to the detected input-output control device. 9. Gerät nach Anspruch 1, dadurch gekenn-9. Apparatus according to claim 1, characterized zeichnet, daß die Verbindungssteuereinrichtung (7) eine Verbindung zwischen einer Datenverarbeitungseinheit (IA, IB...) und einem bestimmten Speicherplatz der Datenspeichereinheit (3) zwecks Übertragung des Kommunikationssatzes von einer Datenverarbeitungseinheit zu der Datenspeichereinheit herstellt.indicates that the connection control device (7) establishes a connection between a data processing unit (IA, IB ...) and a specific memory location of the data storage unit (3) for the purpose of transferring the communication record from a data processing unit to the data storage unit. 10. Gerät nach Anspruch 1, bei dem die Datenspeichereinheit mehrere Datenspeicherabteilungen (30, 40) aufweist, von denen jede mehrere Speicherplätze (301, 302... 401, 402...) zur Informationsspeicherung aufweist, dadurch gekennzeichnet, daß das Eingabe-Ausgabe-Steuergerät (43, 44) eine Codiereinrichtung (432, 442) zur Kennzeichnung einer der Datenspeichereinheiten enthält und daß die Verbindungssteuereinrichtung (7) ferner von der Codiereinrichtung (432, 442) das Benachrichtigungssignal von der Datenspeichereinheit erhält, die durch die Codiereinrichtung (432, 442) gekennzeichnet ist und daß die Verbindungssteuereinrichtung (7) auf das Benachrichtigungssignal in der Weise anspricht, daß sie den Kommunikationssatz aus den ausgewählten Speicherplätzen (z.B. 301) der ermittelten Datenspeicherabteilung (30) ausliest.10. Apparatus according to claim 1, wherein the data storage unit comprises a plurality of data storage compartments (30, 40), each of which has several memory locations (301, 302 ... 401, 402 ...) for information storage , characterized in that the input-output control device (43, 44) has a coding device (432, 442) for Identification of one of the data storage units and that the connection control device (7) also from the coding device (432, 442) receives the notification signal from the data storage unit transmitted by the encoder (432, 442) is identified and that the connection control device (7) to the Notification signal responds in such a way that it selects the communication set from the selected ones Reads out storage locations (e.g. 301) of the determined data storage department (30). 11. Gerät nach Anspruch 9, bei dem die Datenspeichereinheit mehrere Datenspeicherabteilungen (30, 40) aufweist und mehrere Eingabe-Ausgabe-Einheiten (5) mit jedem einer Vielzahl von Eingabe-Ausgabe-Steuergeräten (43, 44) verbunden sind, dadurch gekennzeichnet, daß der Kommunikationssatz11. Apparatus according to claim 9, wherein the data storage unit comprises a plurality of data storage compartments (30, 40) and a plurality of input-output units (5) each with a plurality of input-output control devices (43, 44) are connected, characterized in that the Communication set gekennzeichneten peripheren Einheit auszulösen und zu steuern, und daß in dem System Zählregister (305, 306... 404, 406...) enthalten sind, die so geschaltet sind, daß sie auf das Herausholen eines Kommunikationssatzes aus dem vorbestimmten Speicherplatz ansprechen und das vierte Codefeld derart abändern, daß angezeigt wird, daß ein neuer Kommunikationssatz in die vorgemerkten Speicherstellen übertragen werden kann.labeled peripheral unit to trigger and control, and that in the System counting registers (305, 306 ... 404, 406 ...) are included, which are switched in this way are that they are on the extraction of a communication sentence from the predetermined Address memory location and modify the fourth code field in such a way that it is indicated that a new communication record can be transferred to the reserved memory locations.
DE19671549428 1966-05-25 1967-05-24 CONTROL UNIT FOR TRANSMITTING DATA IN A DATA PROCESSING SYSTEM Pending DE1549428B2 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US55298166A 1966-05-25 1966-05-25

Publications (2)

Publication Number Publication Date
DE1549428A1 DE1549428A1 (en) 1972-08-10
DE1549428B2 true DE1549428B2 (en) 1973-02-01

Family

ID=24207624

Family Applications (8)

Application Number Title Priority Date Filing Date
DEG50172A Pending DE1298318B (en) 1966-05-25 1967-05-24 Control unit for a digital computer system
DE19671549424 Pending DE1549424A1 (en) 1966-05-25 1967-05-24 Digital computer system
DE19671549429 Pending DE1549429A1 (en) 1966-05-25 1967-05-24 Data processing system with access control for ancillary systems
DE19671549431 Pending DE1549431A1 (en) 1966-05-25 1967-05-24 Data processing system with improved connection for subsystems
DE19671549423 Pending DE1549423A1 (en) 1966-05-25 1967-05-24 Device for processing data records in a digital computer system
DE19671549426 Pending DE1549426A1 (en) 1966-05-25 1967-05-24 Data processing system whose control unit processes requests from auxiliary systems to perform prohibited actions
DE1967G0050164 Granted DE1549422B2 (en) 1966-05-25 1967-05-24 DATA PROCESSING SYSTEM WITH VARIABLE PRE-SELECTABLE WORD LENGTH
DE19671549428 Pending DE1549428B2 (en) 1966-05-25 1967-05-24 CONTROL UNIT FOR TRANSMITTING DATA IN A DATA PROCESSING SYSTEM

Family Applications Before (7)

Application Number Title Priority Date Filing Date
DEG50172A Pending DE1298318B (en) 1966-05-25 1967-05-24 Control unit for a digital computer system
DE19671549424 Pending DE1549424A1 (en) 1966-05-25 1967-05-24 Digital computer system
DE19671549429 Pending DE1549429A1 (en) 1966-05-25 1967-05-24 Data processing system with access control for ancillary systems
DE19671549431 Pending DE1549431A1 (en) 1966-05-25 1967-05-24 Data processing system with improved connection for subsystems
DE19671549423 Pending DE1549423A1 (en) 1966-05-25 1967-05-24 Device for processing data records in a digital computer system
DE19671549426 Pending DE1549426A1 (en) 1966-05-25 1967-05-24 Data processing system whose control unit processes requests from auxiliary systems to perform prohibited actions
DE1967G0050164 Granted DE1549422B2 (en) 1966-05-25 1967-05-24 DATA PROCESSING SYSTEM WITH VARIABLE PRE-SELECTABLE WORD LENGTH

Country Status (6)

Country Link
JP (3) JPS4510707B1 (en)
CH (7) CH505430A (en)
DE (8) DE1298318B (en)
FR (6) FR1545595A (en)
GB (10) GB1137784A (en)
SE (5) SE329279B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3675209A (en) * 1970-02-06 1972-07-04 Burroughs Corp Autonomous multiple-path input/output control system
FR2289003A1 (en) * 1974-02-01 1976-05-21 Honeywell Bull Soc Ind CONTROL DEVICE FOR DATA TRANSFERS BETWEEN THE CENTRAL MEMORY AND THE PERIPHERAL UNITS OF A COMPUTER SYSTEM
US4209839A (en) * 1978-06-16 1980-06-24 International Business Machines Corporation Shared synchronous memory multiprocessing arrangement
US4306287A (en) * 1979-08-31 1981-12-15 Bell Telephone Laboratories, Incorporated Special address generation arrangement
GB2092341B (en) * 1981-02-02 1984-09-12 Picker Int Ltd Computer peripheral selection
GB2147126B (en) * 1983-09-29 1987-01-07 Memory Ireland Limited Improvements in and relating to computers
EP0690399A3 (en) * 1994-06-30 1997-05-02 Tandem Computers Inc Remote financial transaction system

Also Published As

Publication number Publication date
CH505430A (en) 1971-03-31
FR1545595A (en) 1968-11-15
DE1549431A1 (en) 1971-04-01
CH506132A (en) 1971-04-15
GB1150489A (en) 1969-04-30
SE329282B (en) 1970-10-05
JPS5323059B1 (en) 1978-07-12
SE329287B (en) 1970-10-05
GB1154516A (en) 1969-06-11
CH493886A (en) 1970-07-15
DE1549426A1 (en) 1971-01-21
GB1186414A (en) 1970-04-02
CH489847A (en) 1970-04-30
GB1137784A (en) 1968-12-27
CH495016A (en) 1970-08-15
GB1167945A (en) 1969-10-22
CH486738A (en) 1970-02-28
JPS45236860B1 (en) 1970-08-10
FR1545594A (en) 1968-11-15
DE1549428A1 (en) 1972-08-10
FR1564477A (en) 1969-04-25
DE1549423A1 (en) 1971-02-18
DE1549429A1 (en) 1971-01-21
GB1142290A (en) 1969-02-05
FR1564476A (en) 1969-04-25
GB1173356A (en) 1969-12-10
DE1298318B (en) 1969-06-26
GB1177109A (en) 1970-01-07
DE1549422B2 (en) 1977-05-05
FR1564478A (en) 1969-04-25
JPS4510707B1 (en) 1970-04-17
GB1164000A (en) 1969-09-10
GB1174069A (en) 1969-12-10
SE329279B (en) 1970-10-05
SE329517B (en) 1970-10-12
DE1549422A1 (en) 1971-01-07
FR1528181A (en) 1968-06-07
DE1549424A1 (en) 1971-03-04
SE340192B (en) 1971-11-08
CH495014A (en) 1970-08-15

Similar Documents

Publication Publication Date Title
DE2313724C3 (en) Electronic data processing system with a number of data devices that communicate with a common controller according to the sub-calculation principle
DE69227151T2 (en) Device and method for setting control information of a computer system
DE69024111T2 (en) Setup and method for address assignment to SCSI-supported peripheral devices
DE2719247B2 (en) Data processing system
DE2635592A1 (en) MULTIPROCESSOR POLLING SYSTEM
DE2134402B2 (en) Device for querying the availability of a communication path to an input / output unit
EP0434986A2 (en) Method for putting into operation a module connected to an electronic control system
CH620306A5 (en)
DE2039040A1 (en) Device and method for transmitting data between a central data processing system and several remote data terminals
DE69324323T2 (en) Multi-station communication bus system, as well as a master station and a slave station for use in such a system
DE1774052B1 (en) COMPUTER
DE1474062B2 (en) DATA PROCESSING SYSTEM WITH A NUMBER OF BUFFER MEMORIES
DE3783061T2 (en) DATA PROCESSING SYSTEM WITH CHANGEABLE I / O PRIORITY CHOICE.
DE3013070C2 (en) Circuit arrangement for processing request signals brought in from several peripheral devices within a data processing device
DE2063195C2 (en) Method and device for controlling the operation of a number of external data stores
DE3013064C2 (en) Circuit arrangement for the transmission of bit groups between one of several peripheral units and a buffer memory
DE1909477A1 (en) Memory control system for a multi-program data processing system
DE2218630B2 (en) Circuit arrangement for controlling interrupt signals in data processing systems
DE3938950C2 (en)
DE1549428B2 (en) CONTROL UNIT FOR TRANSMITTING DATA IN A DATA PROCESSING SYSTEM
DE2142374C2 (en) Circuit arrangement for the selection and, if necessary, modification of data characters
DE3426902C2 (en) Circuit arrangement for configuring peripheral units in a data processing system
DE69723533T2 (en) ADVANCED DATA SERVER WITH AN I / O RING COUPLED TO A DISK RING
DE69021626T2 (en) Embedded control technology for distributed control systems.
DE2813016C2 (en) Device for processing signals in a telecommunications system, in particular a telephone exchange