JPS58155459A - Interface system for inter-program input/output buffer - Google Patents

Interface system for inter-program input/output buffer

Info

Publication number
JPS58155459A
JPS58155459A JP3859982A JP3859982A JPS58155459A JP S58155459 A JPS58155459 A JP S58155459A JP 3859982 A JP3859982 A JP 3859982A JP 3859982 A JP3859982 A JP 3859982A JP S58155459 A JPS58155459 A JP S58155459A
Authority
JP
Japan
Prior art keywords
data
task
input
program
output
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
JP3859982A
Other languages
Japanese (ja)
Inventor
Yasuo Suzuki
靖雄 鈴木
Shoji Miyamoto
宮本 捷二
Kinji Mori
森 欣司
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP3859982A priority Critical patent/JPS58155459A/en
Publication of JPS58155459A publication Critical patent/JPS58155459A/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/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Abstract

PURPOSE:To easily decide the influence and suitability when changing a design of a program, by fetching and processing a data from an exclusive buffer by a receiving instruction, and sending out a result data to a buffer of other program by a transmitting instruction. CONSTITUTION:Each task 2a-2c inputs an input data from task exclusive input/output buffers 122-12c, respectively, by a receiving instruction 8 from a data delivery control routine 11, and sends out an output data to the buffers 12a-12c by a transmitting instruction 9. These instructions 8, 9 transfer only the name of a task to each task, and an address of input/output data is decided in accordance with an inter-task interface related diagram in which the control routine 11 is designed in advance. The control routine 11 decides the address, and after that, stores the input/output data in the address area of a buffer 12 corresponding to a designated task. In this way, the input and output of these buffers 12 is executed by the data control routine.

Description

【発明の詳細な説明】 本発明は、プログラム間入出力バッファ・インタフェー
ス方式に関し、特にソフトウエア設計管理を容易にする
ため、プログラム間のデータの受渡しを専用バッファで
行うデータ・フロー型インタフェース方式に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a program-to-program input/output buffer interface method, and particularly to a data flow type interface method in which data is exchanged between programs using a dedicated buffer in order to facilitate software design management. .

計算機システムを利用して設計を進める技法、つまりC
ADの対象としてプログラムも含まれる。
A technique for proceeding with design using a computer system, that is, C
Programs are also included as targets of AD.

計算機制御によりソフトウェアを設計する場合、先ず設
計管理者がプログラム間で共有するテーブルを設計し、
次にプログラム構成を決定して、各担当者がプログラム
を設計する。
When designing software using computer control, the design manager first designs a table to be shared between programs.
Next, the program structure is determined, and each person in charge designs the program.

しかし、この手順で設計すると、各プログラムが変更さ
れた場合等、各相当者によって自己管理されるが、プロ
グラム間のテーブルは担当者が存在しないため、設計管
理者はドキュメントからオブジェクトまでに生じた変更
を十分に管理することができる。
However, when designing using this procedure, when each program is changed, etc., it is self-managed by each corresponding person, but since there is no person in charge of the table between programs, the design manager is responsible for the changes that occur from the document to the object. Changes can be well managed.

第1図は、従来のプログラム間入出力インタフェース方
式を示す図である。
FIG. 1 is a diagram showing a conventional program-to-program input/output interface system.

従来は、起動管理方式が用いられており、この方式では
、第1図に示すように、各タスク2a、2b、2cが起
動管理ルーチン1より起動命令(QUIII)4を受け
ると、共有テーブル3から処理に必要な入力データを読
込む(R@&(17)。次に、処lI會行った結果の出
力データ管共有テーブル3に書込む(Wrlt・6)。
Conventionally, a startup management method has been used, and in this method, as shown in FIG. The input data necessary for the processing is read from (R@&(17)). Next, the output data of the processing result is written to the shared table 3 (Wrlt.6).

その後、処理の終了を起動管理ルーチン1に通知するた
め、l+ND51発行する。
Thereafter, l+ND51 is issued in order to notify the startup management routine 1 of the end of the process.

第1図に示す従来の方式では、管理者は各タスク2m、
 2b、2・の処理開始と終了とを管理するだけであり
、各タスク2 m + 2 b r 2 eは共有テー
ブル3のどの箇所に書込むことも、またどの箇所から読
出すことも可能である。このため、特定のタスク2に設
計変更が生じて、共有テーブル3の構造や内容が変更さ
れたとき、その変更によって修正が必要な他のタスク2
【識別することが困難である。また、その変更が個★の
プログラムにとって必要であっても、システム全体にと
り適切であるか否かの判断が困難である。このように、
従来の方式では、タスク2 a+ 2 b y 26間
のデータの受渡しは、共有テーブル3【介して行ってお
り、しかも各タスク2がテーブル3の内容を任意に変更
することができるため、実際にデバッグ段階においてこ
の変更の範i1!11m別することが困−であり、デバ
ッグ作業に多くの時間を費している。
In the conventional method shown in Figure 1, the administrator has to
It only manages the start and end of processing of tasks 2b and 2.Each task 2m+2br2e can be written to or read from any location in the shared table 3. be. Therefore, when a design change occurs in a specific task 2 and the structure or contents of the shared table 3 is changed, other tasks 2 that need to be modified due to the change
[Difficult to identify. Furthermore, even if the change is necessary for an individual program, it is difficult to judge whether it is appropriate for the entire system. in this way,
In the conventional method, data is exchanged between tasks 2 a + 2 b y 26 via shared table 3, and since each task 2 can arbitrarily change the contents of table 3, it is difficult to actually At the debugging stage, it is difficult to distinguish between the ranges of changes (1 to 11m), and a lot of time is wasted on debugging.

本発明の目的は、このような従来の欠点【解消するため
、各プログラムの設計変更が影響會及は法がシステム全
体にとり適切か否かの判断が可能なプ四グラム間入出力
バッ7ア・インタフェース方式を提供することにある。
The purpose of the present invention is to overcome these conventional drawbacks by providing a four-gram inter-gram input/output buffer that can determine whether changes in the design of each program are appropriate for the entire system.・Providing an interface method.

上t!目的を達成するために、本発明のプ四グラム間人
出力バッ7ア・インタフェース方式は、タスクとテーブ
ルとを一体化して設計し、テーブル(以下バッファと呼
ぶ)を特定タスクに所属させるとともに、このバッファ
を介したデータ受渡しをプログラム・ドキュメントある
いは炉則だけでなく、実行時にも管理するこ、と全特徴
とする。
Top t! In order to achieve the purpose, the four-gram human output buffer interface method of the present invention is designed to integrate a task and a table, and makes the table (hereinafter referred to as a buffer) belong to a specific task. The entire feature is that data passing through this buffer is managed not only in program documents or rules, but also during execution.

以下、図面により本発明の動作原理および実施例【説明
する。
The operating principle and embodiments of the present invention will be explained below with reference to the drawings.

第2図は、本発明のプログラム間入出力インタフェース
方式の動作原理図であ−る。
FIG. 2 is a diagram illustrating the operating principle of the program-to-program input/output interface system of the present invention.

第2@Iに示すように、本発明では、各タスク2a+2
b12aに対応してタスク専用人カバッ7ア12 a 
s 12 b * l 2 o を設け、各プログラム
の!行に6要なデータのすべてをそのプログラム専用の
バッファ12から取り出して処理し、処理の結果である
出力データのすべてをデータ受渡し管理ルーチン11で
決められる他のプログラムのバッファ12に送る。すな
わち、第2図においては、各タスク2m+ 2b、26
のIJIJllIに必要な入力データおよび処理の結果
の出力データを、データ受渡し管理ルーチン管通じ、特
定バッファ12を介して受波しする。
As shown in the second @I, in the present invention, each task 2a+2
Corresponding to b12a, task-specific cover 7a12a
s 12 b * l 2 o for each program! All data necessary for a row is taken out from a buffer 12 dedicated to that program and processed, and all output data as a result of the processing is sent to a buffer 12 of another program determined by a data transfer management routine 11. That is, in FIG. 2, each task 2m+2b, 26
The input data necessary for IJIJllI and the output data as a result of processing are received via a specific buffer 12 through a data transfer management routine pipe.

各タスク2 m + 2 % e 2・は、データ受波
し管理ルーチン11からの受信命令(R11(IIV)
 8により入力データをバッファ12 m * 12 
b *  12 aから取込み(Rs&直7)、送信命
令(s:gy19により出力データをバッフ712m、
12b* 12゜に送出する (Write6)。
Each task 2 m + 2 % e 2 receives data and receives a reception command (R11 (IIV)) from the management routine 11.
8 buffers the input data 12 m * 12
b * 12 Take in from a (Rs & direct 7), transmit command (s: gy19 to buffer output data 712m,
12b* Send at 12° (Write 6).

これらの命令8.9は、各タスクにタスクの名前だけを
側波すだけで、入力、出力データのアドレスは、データ
受渡し管理ルーチン11が事前に設計されたタスタ間イ
ンタフェース関連図にしたがって決定する6管理ルーチ
ン11は、アドレスを決定した後に、指定したタスクに
対応するタスタ専用入力バツ7T12のそのアドレス・
エリアに入出力データを記憶する( Writ・6)。
These instructions 8.9 only send the task name to each task, and the addresses of input and output data are determined by the data transfer management routine 11 according to the inter-tastor interface relation diagram designed in advance. 6. After determining the address, the management routine 11 inputs the address and address of the tasker dedicated input cross 7T12 corresponding to the specified task.
Store input/output data in the area (Writ・6).

このようにして、これらのタスク専用人カバッ7ア12
への出し入れ(R@ad/Writ・)は、データ受渡
し管理ルーチンが実行する。
In this way, you can create a dedicated human cover for these tasks.
The data transfer management routine executes input/output to/from (R@ad/Writ.).

第3W7!Jは、本発明の応用側を示す鉄道電力管理シ
ステムの機器構成図である。
3rd W7! J is an equipment configuration diagram of a railway power management system showing an applied side of the present invention.

計算機システム16の0PU16は、プ四セス・ディス
プレイ17とレギング・タイプライタ18と電力管理操
作盤22とを表示・記録装置として使用する。また、0
PU16は、大容量データを記憶するとき、2次記憶装
置として磁気ディスク記憶装置19を使用する。
The 0PU 16 of the computer system 16 uses a processor display 17, a legging typewriter 18, and a power management operation panel 22 as display/recording devices. Also, 0
When storing large-capacity data, the PU 16 uses the magnetic disk storage device 19 as a secondary storage device.

指令員は、電力管理操作錠から指令の入力を行い、受付
けられた指令入力は入出力リレー盤21【通してOFυ
16に送られる。計算機システム16からの出力は、ブ
リセス入出力装置t20と入出力リレー盤21とを通じ
て、遠方監視制御装置23.24に送出される。
The dispatcher inputs the command from the power management operation lock, and the received command input is sent to the input/output relay board 21 [through OFυ
Sent to 16th. The output from the computer system 16 is sent to the remote monitoring and control devices 23 and 24 through the Bricess input/output device t20 and the input/output relay board 21.

遠方監視制御装置には、1対1および1対Nの2つの結
合方式があり、前者の方式を用いる装置23は変電所2
5と1対1に結合されるので変電所25の斂だけ制御装
@23が設けられるのに対して、後者の方式を用いる装
置24は*WINの電ケ、室26全並列に制御するので
1台の装!2+l設けるのみでよい。
There are two coupling methods for remote monitoring and control devices: 1:1 and 1:N, and the device 23 using the former method is connected to the substation 2.
5, so the control device @23 is provided only in the substation 25, whereas the device 24 using the latter method controls all *WIN electrical equipment and room 26 in parallel. One outfit! It is sufficient to provide only 2+l.

14図は、第3WJにおける鉄道電力管理のソフトウェ
アのst!j[ess明するVである。
Figure 14 shows the st! of railway power management software in the 3rd WJ. j[ess is V to be explained.

第4図では、指令員が中央から各変電所、電気室、およ
び開閉所の機器を制御するためのソフトウェアの櫻能を
実現するタスタ榊威を示している。
FIG. 4 shows TASTA Sakaki, which realizes the functionality of software for a dispatcher to centrally control equipment in each substation, electrical room, and switchyard.

指令人力31は、指令員による―!御盤のボタン押下の
情幹會散込訃タスタであって、指令内容としては、α)
[1時実行、2針画変更、の)表示斐求がある。α)の
場合には、指令入力(31)から制御計算チェック 0
4)で制御手順tUt算し、現在の機器の状態がこの一
1lFを許容するか否かをチェックした後、制御出力O
0を遣方監視制御装置に送出する。
The command force 31 is by the command staff! It is a jokkankai dankomi taska by pressing the button on the control board, and the command content is α)
There is a display request for [1st execution, 2nd needle stroke change]. α), check control calculation from command input (31) 0
After calculating the control procedure tUt in step 4) and checking whether the current state of the equipment allows this -11F, the control output O
0 to the direction monitoring and control device.

制御出力の後、現地の機器が動作したかを確認するため
、遠方tii制御装置からデータを取り込み機器の現況
を作成しc38)、この現況(38)と制御出力e5)
とを照合して動作を確認するノロ)。照合結果のデータ
は、制御計算チェック・タスク34に送られ、制御・手
順の1つが完了したときの処理1行う。上記2)の、場
合には、指令入力(31)によりスケジュール蛮更を行
いの21スケジユール【切出して03)、制御手順を計
算し、チェックを行った後のり、制御出力S0を遣方監
視制御装置に送出する。この場合にも、前と同じように
現沢確mを行う。次に、8)の場合は、機器の動作現況
を調べるために表示を要求するものであり、指令人力■
1)によりモニタ・デー#編集を行って(45)、01
丁に表示する方法と指令入力によらず、現況作成ノ8)
後の現況を分析するため、そ−ド管[(39’l、t1
分析(40)、復IEI案作成(41)、m力ii千1
1 (42)、スケジュール社視(43)の各タスク全
実行した後、表示または記録の機器ごとに編集して出力
する方法がある。本発明を第4図に適用すれば、各タス
クに必要なデータを各タスク専用のバッファから取り出
して処理し、データ受渡し管理ルーチンで決められた他
のタスク専用のバッファに送出するので、タスク・プ冒
ダラムの設針羨更の場合に影響範I!會簡単に′lII
m!できるとともに、その設計変更がシステム全体にと
り適切か否か全判断することができる・ 第6図は、本発明の実施例を示すインタフェース集行管
理ルーチンの実行方法説制図である。
After the control output, in order to confirm whether the local equipment is working, data is imported from the remote control device and the current status of the equipment is created (c38), and this current status (38) and control output e5)
(Noro) to confirm operation. The verification result data is sent to the control calculation check task 34, and processing 1 is performed when one of the control procedures is completed. In the case of 2) above, the schedule is modified by the command input (31), the control procedure is calculated and checked, and the control output S0 is monitored and controlled. Send to device. In this case as well, perform the genzawa kaku m in the same way as before. Next, in case 8), a display is required to check the operating status of the equipment, and the dispatcher's manual ■
1) Edit the monitor data # (45), 01
Regardless of the display method and command input, current status creation No. 8)
In order to analyze the current situation later, the so-do pipe [(39'l, t1
Analysis (40), draft revision IEI (41), mpower ii thousand 1
There is a method of editing and outputting each display or recording device after all tasks in 1 (42) and schedule review (43) have been executed. If the present invention is applied to FIG. 4, the data required for each task is extracted from the buffer dedicated to each task, processed, and sent to the buffer dedicated to other tasks determined by the data transfer management routine. Influence range I in case of envy of the establishment of Pudaram! Meet briefly'lII
m! At the same time, it is possible to fully judge whether the design change is appropriate for the entire system. FIG. 6 is a diagram illustrating a method for executing an interface collective management routine according to an embodiment of the present invention.

本発明においてデータ受渡し管理ルーチン【実行するに
は、あらかじめ主メそす50上に第5図に示すような出
力データ・テーブル、送信、受信命令の定数、バッファ
・テーブル略のエリアを設けて、それぞれ動作順序にし
たがって格納する。
In the present invention, the data transfer management routine [To be executed, an area for an output data table, constants for transmission and reception commands, and a buffer table as shown in FIG. Each is stored in the order of operation.

送信タスク61と受信タスク52が般けられ、先ず送信
タスク51が主メモIP50上の出力データ・テーブル
に送信データ管セツ)する( Writ・)。
The sending task 61 and the receiving task 52 are assigned, and first, the sending task 51 writes the sending data to the output data table on the main memory IP 50 (Write).

次に、送信タスク551は送信(II)fXl)ルーチ
ンを呼ぶ(0ムXIL(A))Illこのときのパラメ
ータは、送信価タスク番号(4)である。送信ルーチン
は、そのタスク番号(4)から送信・受信wIWk會す
−チして該当するバッファ番tを求め、そのバッファに
上記出力データ・テーブルの内容を転送する。さらに、
該当バッファを使用する受信タスクろ2に起動命令(Q
UIU)t−発行する。受信タスク52は、起動俵に、
自タスク番号体)をパラメータにして受信(11011
工v)ルーチンを呼ぶ(OA I、 L (B) )。
Next, the send task 551 calls the send(II)fXl) routine (0mXIL(A))Ill.The parameter at this time is the send value task number (4). The sending routine searches the sending/receiving wIWk from the task number (4) to find the corresponding buffer number t, and transfers the contents of the output data table to that buffer. moreover,
A start command (Q
UIU) t-issue. The receiving task 52 is a starting bale.
Receive (11011
v) Call the routine (OA I, L (B)).

受信ルーチンは、パラメータのタスク番号(B)から送
信、受信定数を用いて、そのタスクが使用するバッファ
itめ、そのバッファから受信タスク52の変数エリア
にデータを転送する。
The reception routine uses the transmission and reception constants from the parameter task number (B) to transfer data from the buffer it to the variable area of the reception task 52 to the buffer it uses.

第6図(&)は、本発明の実施例1示す主記憶装置のプ
四ダラム配W図である。
FIG. 6(&) is a four-dimensional layout diagram of a main memory device showing a first embodiment of the present invention.

OS (Op@ratimg 5yst@m)プログラ
ムとOsテーブル以外のエリアが、ユーザ・エリアであ
る。
The area other than the OS (Op@ratimg5yst@m) program and Os table is the user area.

このユーザ・エリアは、5つの部分に分割されている。This user area is divided into five parts.

すなわちα)共通サブルーチン・エリア、■グルーパル
・テーブル・エリア、G5)アプリケージ璽ン・プ冑グ
ラム・エリア、件)バッファ・テーブル・エリア、G5
)出力データ・テーブル・エリアである。
That is, α) Common subroutine area, Groupal table area, G5) Application program area, Buffer table area, G5
) is the output data table area.

上記α)のエリアには、第6図に示したインク7エース
管理サブルーチンである送信(81ND)と受信(it
xazv)が金型れている。重た、−h記2)のエリア
には、送信・受信定Wkが含まれ、0)のエリアには、
送信、受信1行う各タスクのプログラムが含まれる。(
転)のバッファ・テーブルは、受信タスク52に新路し
て設けられ、その内容は読出しlインタと書込みlイン
タと*V個数とからなるデータ管理部、およびデータが
格納される。このバッファ・テーブルは、第6[1(1
に示すように、サイタリツタ・バッファであり、書込み
ポインタから読出しlインタまでの闇にデータが格納さ
れ、各ポインタがサイタリツタに曽票する。四のエリア
には、第6 N (6)に示すように、宛先タスク名と
データ本体とからなる出力データが、送信タスク51の
4[数だけ格納される。すなわち、邑カデータ・テーブ
ルには、各送信タスクごとに田方データ1個分のエリア
が用意されている。
The above area α) contains the ink 7 ace management subroutines for transmission (81ND) and reception (it) shown in FIG.
xazv) is in the mold. In addition, area 2) of -h includes transmitting/receiving settings Wk, and area 0) includes:
Contains programs for each task of sending and receiving. (
A buffer table (transfer) is provided as a new route to the reception task 52, and its contents include a data management section consisting of a read l-inter, a write l-inter, and a *V number, and data are stored therein. This buffer table is the sixth [1(1
As shown in FIG. 1, it is a sibling buffer, and data is stored in the space between the write pointer and the read linter, and each pointer scores the sigitalizer. As shown in No. 6 N (6), the output data consisting of the destination task name and the data body is stored in the fourth area for the number of sending tasks 51 (4). That is, an area for one Tagata data is prepared for each transmission task in the Oka data table.

このように、タスクの稼動に必要なデータが1つのテー
ブルに集められているので、ソフトウェア製作のデバッ
グ段階では、テスト・データの設定がI’llにできる
。また、データの受渡しがあれ作がビジプルになり、監
視し易く、デバッグ段階では便利である。
In this way, since the data necessary for running a task is collected in one table, test data can be set to I'll during the debugging stage of software production. In addition, the data exchange process becomes visible and easy to monitor, which is convenient during the debugging stage.

以上説明したように、本発明によれば、プログラムごと
に専用の受信バッファを設け、各プログラムはデータ受
渡し管理ルーチンの受信命令により専用の受信バッファ
からデータを取出して処理し、データ受渡し管理ルーチ
ンの送信命令により決定される仲プログラムの受信バッ
ファに結果データを送出するので、プログラムとテーブ
ルからなるソ7)ウェア管任意の詳細レベルで管理でき
、したがってプログラムを設計変更したときの影響を及
ばず範囲を簡単に把握できるとともに、設計変更の方法
がシステム全体にとり適切か否かの判断も可能となり、
かつ変更に伴う作業量の見積りも正確に求められる。
As explained above, according to the present invention, a dedicated receive buffer is provided for each program, and each program retrieves and processes data from the dedicated receive buffer in response to the receive command of the data transfer management routine. Since the result data is sent to the reception buffer of the intermediate program determined by the transmission command, the software management system consisting of the program and the table can be managed at any level of detail, and therefore the scope is not affected by changes in program design. In addition to being able to easily understand the design changes, it is also possible to judge whether the method of design change is appropriate for the entire system.
It is also necessary to accurately estimate the amount of work required for changes.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は従来のプログラム間データ・インタフェース方
式を示す図、第2図は本発明のプログラム間データ・イ
ンタフェース方式の動作原理図、第3図は本発明の応用
例を示す鉄道電力管理システムの機器構成図、第4図は
第3図におけるソフトウェアの概略を示す図、第3図は
本発明の実施例を示すインタフェース実行管理ルーチン
の実行方法説明図、第6図は本発明の実施例を示す主記
憶装置のプログラム配置図である。 2’ e 2 br 2 a 1タスク、61書込、7
冨続出、8I受信命令、98送信命令、12&、12b
、12o:タスタ専用入出力バツ7ア、60:主メモリ
、51=送信タスク、62!受信タスク。 第1図 第6図   (a) OSブロクラムエリア OSテーフtレエ、リア 鼎 サ     。 プ ル チ  REcnv ン  5END グ     − 1、ニ ル ア ブ  プログラム ? シ                   (b)ン −′    −一/ ツ 7  T−タ 書込みホインタ
FIG. 1 is a diagram showing a conventional program-to-program data interface method, FIG. 2 is a diagram of the operating principle of the program-to-program data interface method of the present invention, and FIG. 3 is a diagram of a railway power management system showing an application example of the present invention. 4 is a diagram showing an outline of the software in FIG. 3, FIG. 3 is an explanatory diagram of an execution method of an interface execution management routine showing an embodiment of the present invention, and FIG. 6 is a diagram showing an embodiment of the present invention. FIG. 2 is a program layout diagram of the main storage device shown in FIG. 2' e 2 br 2 a 1 task, 61 writes, 7
Lots of them, 8I reception command, 98 transmission command, 12&, 12b
, 12o: Taster dedicated input/output x 7a, 60: Main memory, 51 = Sending task, 62! Receive task. Figure 1 Figure 6 (a) OS block area OS table, rear view. Puruchin REcnv 5END Group - 1, Nirab Program? (b) Screen-'-1/T7 T-ta writing pointer

Claims (1)

【特許請求の範囲】[Claims] プログラムごとに専用の入出力バッファを設け、各プロ
グラムはデータ受渡し管理ルーチンの受信命令により専
用の入出カバ77アからデータのすべてt取り出して処
理し、処理結果のデータを、上記データ受渡し管理ルー
チンの送信命令により決定される他のプログラムの専用
入出力バッファに送出することを特徴とするプログラム
間入出力バッファ・インタフェース方式。
A dedicated input/output buffer is provided for each program, and each program retrieves all data from the dedicated input/output cover 77a according to the receive command of the data transfer management routine, processes it, and transfers the processed data to the data transfer management routine. An inter-program input/output buffer interface method characterized by sending data to a dedicated input/output buffer of another program determined by a sending command.
JP3859982A 1982-03-11 1982-03-11 Interface system for inter-program input/output buffer Pending JPS58155459A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3859982A JPS58155459A (en) 1982-03-11 1982-03-11 Interface system for inter-program input/output buffer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3859982A JPS58155459A (en) 1982-03-11 1982-03-11 Interface system for inter-program input/output buffer

Publications (1)

Publication Number Publication Date
JPS58155459A true JPS58155459A (en) 1983-09-16

Family

ID=12529736

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3859982A Pending JPS58155459A (en) 1982-03-11 1982-03-11 Interface system for inter-program input/output buffer

Country Status (1)

Country Link
JP (1) JPS58155459A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6275846A (en) * 1985-09-30 1987-04-07 Mitsubishi Electric Corp Calculation processing system
JPS62134728A (en) * 1985-12-06 1987-06-17 Nec Corp Inter-program data transferring system
JPS63150734A (en) * 1986-12-16 1988-06-23 Fujitsu Ltd Inter-process communication control system
JPH0713779A (en) * 1993-06-24 1995-01-17 Sankyo Seiki Mfg Co Ltd Multi-task controller

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6275846A (en) * 1985-09-30 1987-04-07 Mitsubishi Electric Corp Calculation processing system
JPS62134728A (en) * 1985-12-06 1987-06-17 Nec Corp Inter-program data transferring system
JPH0444291B2 (en) * 1985-12-06 1992-07-21 Nippon Electric Co
JPS63150734A (en) * 1986-12-16 1988-06-23 Fujitsu Ltd Inter-process communication control system
JPH0713779A (en) * 1993-06-24 1995-01-17 Sankyo Seiki Mfg Co Ltd Multi-task controller

Similar Documents

Publication Publication Date Title
JPS58155459A (en) Interface system for inter-program input/output buffer
JPH04195436A (en) Automatic test system for computer system
JP2595082B2 (en) Operation state monitoring device for programmable controller
CN109100440A (en) On-line chromatograph control analysis system and its application method based on network server
JPH036748A (en) On-line terminal equipment
JPS60238948A (en) Device for measuring processing time of computer system
JPS59218552A (en) Program loader
JP2631778B2 (en) Computer program test equipment
JP4103900B2 (en) Data processing device
JPS61217840A (en) Developing device for incorporated microcomputer
JP4508245B2 (en) Data processing device
JPH01189737A (en) Distributed system diagnosing method
JP5121134B2 (en) Simulation apparatus and simulation method
JPS6226534A (en) Controlling method for input request area display
JPH1153218A (en) Data processor and data processing method
JPH0293753A (en) Applied program control method
Wang Research on the Structure Design of Operating Systems
TW200842533A (en) Method and system for automated testing of display device
JPS63273152A (en) Execution job control system
JPS5971516A (en) Display device of plant safety variable
JPS6152768A (en) Interrupt control mechanism of multiprocessor system
JPS60252907A (en) Equipment group controller
JPH01314337A (en) Electronic computer unit
JPS63129445A (en) Data processing system
JPS62276635A (en) Method for testing combination of hardware