JPH01270128A - Link system - Google Patents

Link system

Info

Publication number
JPH01270128A
JPH01270128A JP9820788A JP9820788A JPH01270128A JP H01270128 A JPH01270128 A JP H01270128A JP 9820788 A JP9820788 A JP 9820788A JP 9820788 A JP9820788 A JP 9820788A JP H01270128 A JPH01270128 A JP H01270128A
Authority
JP
Japan
Prior art keywords
program
programs
processing
link system
operating parameter
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
JP9820788A
Other languages
Japanese (ja)
Inventor
Kenzo Okawa
大川 健三
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP9820788A priority Critical patent/JPH01270128A/en
Publication of JPH01270128A publication Critical patent/JPH01270128A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To link plural programs dynamically by generating an operating parameter to be supplied to a following program from the output data of the program processed precedingly by an operating parameter generating program. CONSTITUTION:A desired result can be obtained by executing four processing programs (11-14) sequentially in a computer, and the processing programs (11-14) perform processings to input or output data (1-5), respectively. Also, the operating parameters (22-24) of the following programs are generated by two operating parameter generating programs 32 and 34 without interposing the assistance of an operator. Therefore, the four processing programs (11-14) are linked dynamically, and executed successively. In such a way, it is possible to save time and labor by the operator and to obtain the desired result in a short time.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、コンピュータ上で処理される複数のプログラ
ムの実行制御を行なうリンクシステムに関し、特に、プ
ログラムパラメータによる動的なリンクシステムに間す
る。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a link system for controlling the execution of a plurality of programs processed on a computer, and particularly to a dynamic link system based on program parameters.

[従来の技術] 一般に、コンピュータに仕事をさせる場合、複数のプロ
グラムを順次連結して処理させ、所望の結果を得ている
[Prior Art] Generally, when a computer performs a task, a plurality of programs are sequentially linked and processed to obtain a desired result.

しかし、処理によっては、先行したプログラムの処理結
果を見ないと次に実行すべきプログラムの動作パラメー
タを決められないことがある。
However, depending on the process, it may be impossible to determine the operating parameters of the next program to be executed without looking at the process results of the preceding program.

このような場合、従来のリンクシステムでは、個々のプ
ログラムを1つ1つ区切り、人間が動作パラメータを順
番に与えながら実行していた。
In such cases, in conventional link systems, individual programs are separated one by one, and a human being executes them while sequentially giving operating parameters.

[解決すべき問題点] 主述した従来のリンクシステムは、次のような問題点が
あった。
[Problems to be Solved] The conventional link system mentioned above has the following problems.

■人手を介して1つ1つのプログラムの動作パラメータ
を判断し、その判断によってコンピュータに動作パラメ
ータを指示し直さなければならず、手間がかかる。
(2) The operating parameters of each program must be determined manually, and the operating parameters must be re-instructed to the computer based on that determination, which is time-consuming.

■1つ1つのプログラムごとにコンピュータに実行開始
の指示を与えなけれはならず、所望の結果を得るまでに
長い時間がかかる。
(2) Instructions to start execution must be given to the computer for each program, and it takes a long time to obtain the desired results.

本発明は、上記問題点にかんがみてなされたもので、先
行したプログラムの処理結果を見ないと次に実行すべき
プログラムの動作パラメータを決められない場合であっ
ても、人手による手間を省略し、かつ所望の結果を短時
間に得ることが可能なリンクシステムの提IJj−を目
的とする。
The present invention has been made in view of the above-mentioned problems, and eliminates manual effort even in cases where the operating parameters of the next program to be executed cannot be determined without looking at the processing results of the preceding program. The purpose of the present invention is to provide a link system that can obtain desired results in a short period of time.

[問題点の解決手段] 上記目的を達成するため、本発明のリンクシステムは、
複数の処理プログラムを順次実行する処理プログラム実
行手段と、上記複数の処理プログラムが出力するデータ
を記憶する記憶手段と、上記複数の処理プログラムが実
行される過程において各処理プログラムが出力するデー
タから次の処理プログラムに必要な動作パラメータを作
成する動作パラメータ作成プログラムを実行する動作パ
ラメータ作成プログラム実行手段とを備えた構成としで
ある。
[Means for solving problems] In order to achieve the above object, the link system of the present invention has the following features:
processing program execution means for sequentially executing a plurality of processing programs; storage means for storing data output by the plurality of processing programs; and an operation parameter generation program execution means for executing an operation parameter generation program for generating operation parameters necessary for the processing program.

すなわち、コンピュータ上において複数のプログラムを
処理する際、動作パラメータ作成プログラムによって、
先行して処理したプログラムの出力データから後続する
プログラムに与える動作パラメータを作っていくことに
より、上記複数のプログラムを動的にリンクしている。
In other words, when processing multiple programs on a computer, the operating parameter creation program
The plurality of programs are dynamically linked by creating operating parameters to be given to the subsequent program from the output data of the previously processed program.

[実施例] 以下、図面にもとづいて本発明の詳細な説明する。[Example] Hereinafter, the present invention will be explained in detail based on the drawings.

第1図は、本発明の一実施例に係るリンクシステムのプ
ログラム実行制御を示すブロック図である。
FIG. 1 is a block diagram showing program execution control of a link system according to an embodiment of the present invention.

同図において、1〜5はデータ、11〜14は処理プロ
グラム、22〜24は動作パラメータ、32.34は動
作パラメータ作成プログラムであ上記構成では、コンピ
ュータ上で、順次、四つの処理プログラム11〜14を
実行することにより、所望の結果が得られる。そして、
それぞれの処理プログラム11〜14は、°データ1〜
5までを人力または出力する処理を行なっている。
In the figure, 1 to 5 are data, 11 to 14 are processing programs, 22 to 24 are operating parameters, and 32.34 are operating parameter creation programs. In the above configuration, four processing programs 11 to 14 are sequentially executed on the computer. By executing step 14, the desired result is obtained. and,
Each of the processing programs 11 to 14 processes ° data 1 to
Up to 5 are processed manually or output.

また、後続するプログラムの動作パラメータ22〜24
は、二つの動作パラメータ作成プログラム32.34に
よって人手を介さずに作られている。これによって四つ
の処理プログラム1.1〜14は動的にリンクされ、連
続的に実行される。
In addition, the operation parameters 22 to 24 of the subsequent program
are created without human intervention by two operating parameter creation programs 32 and 34. As a result, the four processing programs 1.1 to 14 are dynamically linked and executed continuously.

第2図は、第1図のリンクシステムに示す動作パラメー
タ作成プログラムの処理フローを示す図である。
FIG. 2 is a diagram showing the processing flow of the operation parameter creation program shown in the link system of FIG. 1.

同図において、41は処理プログラムが出力したデータ
、42.43は出力される動作パラメータ、51.52
は処理内容である。
In the figure, 41 is data output by the processing program, 42.43 is an output operation parameter, and 51.52
is the processing content.

ここでは、まず、処理プログラムが出力したデータ41
から、あらかじめ決められたルールに従って必要なデー
タを読み込む(処理51)。そして、あらかじめ決めら
れたルールに従って後続の処理プログラムに必要な動作
パラメータ42゜43を作るく処理52)。
Here, first, the data 41 output by the processing program is
From there, necessary data is read according to predetermined rules (processing 51). Then, the process 52) creates operating parameters 42, 43 necessary for the subsequent processing program according to predetermined rules.

この場合、あらかじめ決められたルールを含む動作パラ
メータ作成プログラムは、FORTRANなどのコンパ
イラ言語で書かれている。また、処理プログラムは、コ
ンピュータ上におかれる通常のアプリケーションプログ
ラムである。
In this case, the operating parameter creation program including predetermined rules is written in a compiler language such as FORTRAN. Further, the processing program is a normal application program placed on a computer.

そして、第3図は、第1図のリンクシステムをコンピュ
ータ上に実現した場合のシステム構成図である。
FIG. 3 is a system configuration diagram when the link system of FIG. 1 is implemented on a computer.

同図において、61はメインメモリ、62は磁気ディス
ク、63は中央処理装置、64はC’RTとキーボード
からなるコンソールである。
In the figure, 61 is a main memory, 62 is a magnetic disk, 63 is a central processing unit, and 64 is a console consisting of a C'RT and a keyboard.

上記構成において、メインメモリ61上には、処理プロ
グラム11〜1・1と動作パラメータ作成プログラム3
2.34がロードされ、コンピュータのO8に従って順
次実行される。また、磁気ディスク62上にはデータ1
〜5と、動作パラメータ22〜24が置かれる。
In the above configuration, the processing programs 11 to 1.1 and the operation parameter creation program 3 are stored on the main memory 61.
2.34 is loaded and executed sequentially according to the computer's O8. Also, data 1 is stored on the magnetic disk 62.
-5 and operating parameters 22-24 are placed.

そして、プログラムの実行に必要な各種演算処理は、中
央処理装置63て行なわれる。なお、実行開始などを人
手によって指示するときは、キーボードとCRTからな
るコンソール64を介して行なわれる。
Various arithmetic operations necessary for executing the program are performed by the central processing unit 63. Note that when manually instructing to start execution, etc., this is done via the console 64 consisting of a keyboard and CRT.

このように本実施例では、コンピュータ上で先行して処
理されたプログラムの出力データの内容を見て、あらか
しめ決められたルールに従い、後続するプログラムに必
要な動作パラメータを作るためのプログラムを有してい
る。
In this way, this embodiment includes a program that looks at the output data of a program previously processed on the computer and creates operating parameters necessary for the subsequent program according to predetermined rules. are doing.

[発明の効果] 以上説明したように本発明は、あらかじめ決められたル
ールに従って、先行して処理されたプログラムの出力デ
ータから後続するプログラムの動作パラメータを作るプ
ログラムをおくことにより、複数のプログラムを動的に
リンクすることが可能なリンクシステムを提供できると
いう効果がある。
[Effects of the Invention] As explained above, the present invention allows multiple programs to be run by creating a program that creates operating parameters for a subsequent program from output data of a previously processed program according to predetermined rules. This has the effect of providing a link system that allows dynamic linking.

そして、 (1)人手で1つ1つのプログラムごとに、動作パラメ
ータと実行開始指示を与えずに済む(2)複数のプログ
ラムが連続して実行されるので所望の結果を得るまでの
時間を大幅に短縮できる という効果を上げることができる。
(1) There is no need to manually enter operating parameters and execution start instructions for each program. (2) Multiple programs are executed in succession, significantly reducing the time it takes to obtain the desired results. It is possible to improve the effect of shortening the time to .

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

第1図は本発明の一実施例に係るリンクシステムのプロ
グラム実行制御を示すブロック図、第2図は第1図のリ
ンクシステムに示す動作パラメータ作成プログラムの処
理フローを示す図、第3図は第1図のリンクシステムを
コンピュータ上に実現した場合のシステム構成図である
。 1〜5,41:処理プログラムへの人力または出力デー
タ 11〜I4 :処理プログラム 22〜24,42.43: 後続する処理プログラムに 必要な動作パラメータ
FIG. 1 is a block diagram showing program execution control of a link system according to an embodiment of the present invention, FIG. 2 is a diagram showing a processing flow of an operation parameter creation program shown in the link system of FIG. 1, and FIG. FIG. 2 is a system configuration diagram when the link system of FIG. 1 is implemented on a computer. 1-5, 41: Human power or output data to the processing program 11-I4: Processing program 22-24, 42.43: Operation parameters necessary for the subsequent processing program

Claims (1)

【特許請求の範囲】[Claims]  複数の処理プログラムを順次実行する処理プログラム
実行手段と、上記複数の処理プログラムが出力するデー
タを記憶する記憶手段と、上記複数の処理プログラムが
実行される過程において各処理プログラムが出力するデ
ータから次の処理プログラムに必要な動作パラメータを
作成する動作パラメータ作成プログラムを実行する動作
パラメータ作成プログラム実行手段とを具備することを
特徴とするリンクシステム。
processing program execution means for sequentially executing a plurality of processing programs; storage means for storing data output by the plurality of processing programs; 1. A link system comprising: operation parameter creation program execution means for executing an operation parameter creation program for creating operation parameters necessary for the processing program.
JP9820788A 1988-04-22 1988-04-22 Link system Pending JPH01270128A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9820788A JPH01270128A (en) 1988-04-22 1988-04-22 Link system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9820788A JPH01270128A (en) 1988-04-22 1988-04-22 Link system

Publications (1)

Publication Number Publication Date
JPH01270128A true JPH01270128A (en) 1989-10-27

Family

ID=14213541

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9820788A Pending JPH01270128A (en) 1988-04-22 1988-04-22 Link system

Country Status (1)

Country Link
JP (1) JPH01270128A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01103741A (en) * 1987-10-16 1989-04-20 Hitachi Ltd Automatic coupling system for analysis program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01103741A (en) * 1987-10-16 1989-04-20 Hitachi Ltd Automatic coupling system for analysis program

Similar Documents

Publication Publication Date Title
JPH01270128A (en) Link system
JPH0554277A (en) Plant monitor device
JPH06230804A (en) Program preparing device
JP2773672B2 (en) Input check method
JPH0460719A (en) Electronic computer
JP2554169B2 (en) Relative Rank Analysis Method for Data Driven Processor
JPH0290226A (en) Console message output length control system
JP2989906B2 (en) JCL automatic generation method
JPH0241532A (en) Exception processing method for microprocessor
JPS62135958A (en) Simulation system
JPH043203A (en) Process monitoring controller
JPH064348A (en) Program debugging system
JPH01166217A (en) Generation system for computer controlled statement
JPH0643959A (en) Computer system
JPH02280239A (en) System for outputting program damp
JPH03240154A (en) Command input system
JPH02163823A (en) Set value check system at decision of system constitution
JPS63266556A (en) Dump analysis processing system
JPH03150603A (en) Set data preserving system
JPH0786762B2 (en) Instruction processing method in programmable controller
JPS61235925A (en) Operating system for electronic computer system
JPH04195527A (en) Computer system
JPS6165348A (en) Connection system for external device
JPH0250730A (en) Language converting system based upon common machine word
JPH03242736A (en) Abnormality processing system