JPS6225329A - Generation control system for control program - Google Patents

Generation control system for control program

Info

Publication number
JPS6225329A
JPS6225329A JP60164468A JP16446885A JPS6225329A JP S6225329 A JPS6225329 A JP S6225329A JP 60164468 A JP60164468 A JP 60164468A JP 16446885 A JP16446885 A JP 16446885A JP S6225329 A JPS6225329 A JP S6225329A
Authority
JP
Japan
Prior art keywords
equipment
model
information
control
characteristic information
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
JP60164468A
Other languages
Japanese (ja)
Inventor
Yasuo Oya
大屋 靖夫
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP60164468A priority Critical patent/JPS6225329A/en
Publication of JPS6225329A publication Critical patent/JPS6225329A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To facilitate the maintenance of a relative control table when a different kind of equipment is added by providing an equipment characteristic information table which holds specifying information on a program module that each kind of equipment requires in addition to characteristic information on each kind of equipment. CONSTITUTION:An equipment generation part 30 generates an equipment description table 36. The equipment characteristic information table 34 contains specifying information 50 on the necessary program module of equipment in addition to conventional equipment characteristic information table 13 and both of those pieces of information are stored as equipment characteristic information in each item of the equipment description table 36. A control program generation part 40 needs not have a conventional module table and scans respective items in the table 36 successively to determine necessary program modules for processing. Consequently, only the equipment characteristic information table 34 is maintained at the time of the addition and alteration of the kind of equipment.

Description

【発明の詳細な説明】 〔概 要〕 計算機システムを+&成する装置の種類に依存するプロ
グラムモジュールを組み合わせて、該システムの制御プ
ログラムを生成する場合の制御方式である。各機種に対
応する制御情報を保持するテーブルに、各機種が必要と
するプログラムモジュールを指定する情報を、例えばビ
ット対応の表示で、上記制御情報と一体で保持する構成
にする。この方式により、装置の加除による制御プログ
ラム構成のためのテーブル保守が容易になる。
[Detailed Description of the Invention] [Summary] This is a control method for generating a control program for a computer system by combining program modules that depend on the types of devices that make up the system. In a table holding control information corresponding to each model, information specifying a program module required by each model is held together with the control information, for example, in bit-corresponding display. This method facilitates table maintenance for configuring control programs by adding and subtracting devices.

〔産業上の利用分野〕[Industrial application field]

本発明は、計算機システムを構成する装置の種類に依存
するプログラムモジュールを組み合わせて、該システム
の制御プログラムを構成する場合の、制御プログラムの
生成制御方式に関する。
The present invention relates to a control program generation control method when a control program for a computer system is configured by combining program modules depending on the types of devices that configure the system.

計算機システムに接続する、各種のワークステーション
、回線インタフェース等の装置を、いわゆるファームウ
ェア等の制御プログラムで制御する場合に、それぞれの
装置機種に固有の制御を行う制御部分と、共通の制御部
分との各プログラムモジュールを作り、計算機システム
の構成が決定し、又は変更があった場合に、接続する装
置に必要なプログラムモジュールからなる制御プログラ
ムを生成する方式が広く採られている。
When controlling devices such as various workstations and line interfaces that are connected to a computer system using a control program such as firmware, there is a difference between a control section that performs specific control for each device type and a common control section. A widely used method is to create each program module, and when the configuration of a computer system is determined or changed, a control program consisting of program modules necessary for connected devices is generated.

〔従来の技術〕[Conventional technology]

第3図は、計算機システムの一構成例を示すブロック図
であり、計算機lは、ワークステーション等の各種の装
置2を接続して制御するように、構成することができる
FIG. 3 is a block diagram showing an example of the configuration of a computer system, and the computer 1 can be configured to connect and control various devices 2 such as workstations.

この場合に計算機1には、各装置2を制御するために、
各装置ごとに、システム内の各装置を識別するための装
置名、その装置の機種、機種固有情報、パラメータ情報
等の制御情報を必要とする。
In this case, the computer 1 has the following information in order to control each device 2:
Each device requires control information such as a device name, model of the device, model-specific information, and parameter information to identify each device in the system.

こ\で機種固有情報は、例えば、その機種の分類を示す
装置形式、その装置形式で定まる機能の詳細を示すハー
ドウェア機能詳細からなり、後者には、例えばディスプ
レイ装置の場合に、カラー/モノクロームの別、文字表
示におけるドツト数、グラフ表示の可否等が含まれる。
Here, the model-specific information includes, for example, the device type that indicates the classification of the model, and the hardware function details that indicate the details of the functions determined by the device type. This includes the number of dots in character display, whether graph display is possible, etc.

又、パラメータ情報とは、各装置について計算機システ
ムごとに指定できるようにされている機能等を指定する
情報であり、例えば、装置の接続位置の物理機番、出力
メツセージの和/英の別、その装置で授受されるデータ
のロギングのだめのファイル領域の大きさ等の指定が含
まれる。
Parameter information is information that specifies the functions of each device that can be specified for each computer system, such as the physical machine number of the device connection location, the Japanese/English language of the output message, This includes specifications such as the size of the file area for logging data sent and received by the device.

それらの制御情報は、例えば装置名によって索引できる
、いわゆる装置記述テーブルとして作成し、その各項が
それぞれ各装置ごとの制御情報になるように構成する。
The control information is created as a so-called device description table that can be indexed, for example, by device name, and each entry is configured to be control information for each device.

又、各装置の制御機能を実現するファームウェアを構成
する制御プログラムを生成するために、例えば、前記装
置記述テーブルに上げられる装置の各機種に対応して準
備されている、プログラムモジュールを選択し、それら
選択したモジュールを組み合わせて、制御プログラムを
生成できるようにする必要がある。
In addition, in order to generate a control program constituting firmware that realizes the control function of each device, for example, a program module prepared corresponding to each device type listed in the device description table is selected, It is necessary to be able to generate a control program by combining these selected modules.

上記の装置記述テーブル及び制御プログラム等の生成は
、例えば、システムオペレータが、オペレータのコンソ
ール3から、所要のコマンドを入力する等の操作により
、計算機1によって実行することができる。
The generation of the device description table, control program, etc. described above can be executed by the computer 1, for example, by the system operator inputting necessary commands from the operator's console 3.

第4図は、前記の制御情報生成処理の一構成例を示すブ
ロック図である。
FIG. 4 is a block diagram showing an example of the configuration of the control information generation process.

装置記述生成部10は、処理ステップ11で、コンソー
ル3からのコマンド入力を受は取る。オペレータはこの
コマンドで、装置の機種名、装置名、パラメータ情報等
を、各装置ごとに指定する。
In processing step 11, the device description generation unit 10 receives command input from the console 3. Using this command, the operator specifies the device model name, device name, parameter information, etc. for each device.

ステップ12で、コマンドが終了指定でないことを識別
すると、ステップ13において、機種固有情報テーブル
14を、コマンドで指定された機種名によって参照し、
その機種固有情報を得る。
When it is determined in step 12 that the command does not specify termination, in step 13 the model-specific information table 14 is referred to by the model name specified in the command,
Get the model-specific information.

機種固有情報テーブル14は図示のように、機種名と、
前記のような内容の機種固有情報との、対応表として構
成されている。
As shown in the figure, the model specific information table 14 includes the model name,
It is configured as a correspondence table with the model-specific information as described above.

ステップ15では、以上の情報によって、装置記述テー
ブルの1項を作成し、装置記述テーブル16に追加し、
又は同じ装置名の項を更新し、次のコマンド受信処理に
戻る。なお、コマンドが装置名で指定する装置の削除を
指定するものであれば、該装置をテーブルから削除する
In step 15, one item of the device description table is created using the above information, and added to the device description table 16.
Or update the section with the same device name and return to the next command reception process. Note that if the command specifies deletion of the device specified by the device name, the device is deleted from the table.

装置記述テーブル16の各項は、コマンドで指定された
装置名、機種名、及びパラメータ情報と、機種固有情報
テーブル14から得た機種固有情報からなる。
Each item in the device description table 16 consists of the device name, model name, and parameter information specified by the command, and model-specific information obtained from the model-specific information table 14.

オペレータは所要の装置記述指定のコマンド入力を終了
すると、終了を示すコマンドを入力するので、ステップ
12の識別により、装置記述生成部10の処理を終了し
て、制御プログラム生成部20の処理を開始する。
When the operator finishes inputting the command for specifying the required device description, he inputs a command indicating the end. Accordingly, according to the identification in step 12, the processing of the device description generation section 10 is ended and the processing of the control program generation section 20 is started. do.

ステップ21では、装置記述テーブル16から1項づつ
の機種名を読み出し、ステップ22において、その機種
名によってモジュールテーブル23から、該機種に必要
なプログラムモジュールの指定情IIを取り出す。
In step 21, the machine name is read one item at a time from the device description table 16, and in step 22, the designation information II of the program module required for the machine is extracted from the module table 23 according to the model name.

モジュールテーブル23は、機種名とその機種で必要な
プログラムモジュールの指定情報の対応表であり、指定
情報は、例えば第1ビツトはモジュールA、第2ビツト
はモジュールBというように、システムに準備されてい
全モジュールをビット対応で表示する形式を採り、ビッ
トが1゛であれば、該当プログラムモジュールを必要と
することを示すものとする。
The module table 23 is a correspondence table between the model name and the specification information of the program module required for that model.The specification information is prepared in the system, for example, the first bit is module A, the second bit is module B, etc. All modules are displayed in bit correspondence, and a bit of 1 indicates that the corresponding program module is required.

ステップ24で、逐次取り出す指定情報を適当なレジス
タ上で論理和をとり、ステップ25で装置記述テーブル
16の全項を処理したか識別し、未処理のときはステッ
プ21に戻る。
In step 24, the designation information to be retrieved sequentially is logically summed on an appropriate register, and in step 25, it is determined whether all items in the device description table 16 have been processed. If not, the process returns to step 21.

全装置の処理を終わると、ステップ26に進み、前記の
レジスタ上に得られる所要の全指定情報の論理和により
、このシステムに必要なすべてのプログラムモジュール
が指定されるので、この情報を人力として、指定モジュ
ールを含む制御プログラムを生成する。
When all the devices have been processed, the process proceeds to step 26, where all the program modules necessary for this system are specified by the logical sum of all the necessary specification information obtained on the registers, so this information can be manually used. , generate a control program including the specified module.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

前記従来の方式によれば、新しい機種の装置が追加され
る場合には、該新機種名の項を、機種固有情報テーブル
14に追加して更新登録するとともに、モジュールテー
ブル23にも新機種名の項を追加するための更新処理を
必要とし、テーブルの保守を煩雑にするという問題があ
る。
According to the conventional method, when a new model of device is added, an entry for the new model name is added to the model-specific information table 14 for update registration, and the new model name is also added to the module table 23. There is a problem in that updating processing is required to add a term, making maintenance of the table complicated.

〔問題点を解決するための手段〕[Means for solving problems]

第1図は本発明の構成を示すブロック図、第2図は本発
明の機種固有情報テーブルの構成の説明図である。
FIG. 1 is a block diagram showing the configuration of the present invention, and FIG. 2 is an explanatory diagram of the configuration of the model-specific information table of the present invention.

図において、30は装置記述生成部、34は機種固有情
報テーブル、40は制御プログラム生成部、50はプロ
グラムモジュールを指定するための指定情報である。
In the figure, 30 is a device description generation section, 34 is a model-specific information table, 40 is a control program generation section, and 50 is specification information for specifying a program module.

(作 用〕 装置記述生成部30は、従来の装置記述生成部10と同
様にして、装置記述テーブル36を生成するが、こ−で
使用する機種固有情報テーブル34G4は、従来の機種
固有情報テーブル14の機種固有情報と異なり、従来の
情報の他に、その機種の必要プログラムモジュールの指
定情報50を含み、装置記述テーブル36の各項には、
それら画情報が共に機種固有情報として格納される。
(Function) The device description generation section 30 generates the device description table 36 in the same manner as the conventional device description generation section 10, but the model specific information table 34G4 used here is different from the conventional model specific information table 34G4. Unlike the model-specific information 14, in addition to the conventional information, it also includes designation information 50 of required program modules for the model, and each item of the device description table 36 includes:
Both image information is stored as model-specific information.

制御プログラム生成部40は、従来のモジュールテーブ
ル23を持つ必要がなくなり、処理においては、装置記
述テーブル36の各項を順次走査して、所要プログラム
モジュールを決定する。
The control program generation unit 40 no longer needs to have the conventional module table 23, and in the process, each item of the device description table 36 is sequentially scanned to determine a required program module.

以上の構成により、機種の追加/変更においては、機種
固有情報テーブル34のみを保守すればよいことになる
With the above configuration, when adding/changing a model, it is only necessary to maintain the model-specific information table 34.

〔実施例〕〔Example〕

第1図において、装置記述生成部30は、従来の装置記
述生成部10と同様にして、処理ステップ11がコマン
ド入力を受信し、ステ・7ブ12で装置記述テーブル生
成の終了を判定し、ステップ13は機種固有情報テーブ
ル34から固有情報を検索する。
In FIG. 1, the device description generation section 30 receives a command input in processing step 11 in the same way as the conventional device description generation section 10, determines the end of device description table generation in step 7 block 12, and Step 13 searches the model specific information table 34 for specific information.

機種固有情報テーブル34には、従来の機種固有情報テ
ーブル140機種固有情報と異なり、第2図に示すよう
に、従来の機種固有情報の他に、その機種の必要プログ
ラムモジュールの指定情報50を保持する。
Unlike the conventional model-specific information table 140, the model-specific information table 34, as shown in FIG. do.

ステップ35では、この指定情報50を含む、装置記述
テーブルの1項を作成し、装置記述テーブル36に追加
する。その他は従来と同様に処理を行ってコマンド受信
処理に戻る。
In step 35, one item of the device description table including this specification information 50 is created and added to the device description table 36. Other processing is performed in the same manner as before, and the process returns to command reception processing.

従って、装置記述テーブル36の各項には、プログラム
モジュールの指定情報が格納されているので、制御プロ
グラム生成部40は、従来のモジュールテーブル23を
持つ必要が無く、ステップ42において、装置記述テー
ブル36から1項づつ走査して、必要なプログラムモジ
ュールの指定情報を取り出す。
Therefore, since each item of the device description table 36 stores program module specification information, the control program generation unit 40 does not need to have the conventional module table 23, and in step 42, the control program generation unit 40 stores the device description table 36. , and extracts the necessary program module specification information by scanning one item at a time.

ステップ24以下は、従来と同様に、逐次取り出す指定
情報を適当なレジスタ上で論理和をとり、ステップ25
で装置記述テーブル36の全項を処理したか識別し、未
処理のときはステップ42に戻り、全装置の処理を終わ
るとステップ26に進み、指定モジュールを含む制御プ
ログラムを生成する。
From step 24 onwards, as in the past, the specified information to be retrieved sequentially is logically summed on an appropriate register, and step 25
It is determined whether all items in the device description table 36 have been processed. If not, the process returns to step 42. When all the devices have been processed, the process proceeds to step 26, where a control program including the designated module is generated.

以上の構成により、機種の追加/変更においては、モジ
ュールテーブルを必要とせず、機種固有1報テーブル3
4のみを保守すればよい。
With the above configuration, when adding/changing a model, there is no need for a module table, and the model-specific 1-report table 3
Only 4 needs to be maintained.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明によれば、計算
機システムを構成する装置の種頬に依存するプログラム
モジュールを組み合わせて、該システムの制御プログラ
ムを生成するシステムにおいて、装置機種の追加等にお
ける、関連制御テーブルの保守が容易になるので、シス
テムの経済性を改善するという著しい工業的効果がある
As is clear from the above description, according to the present invention, in a system that generates a control program for a computer system by combining program modules that depend on the types of devices constituting the system, when adding a device model, etc. , there is a significant industrial effect of improving the economics of the system as the associated control tables are easier to maintain.

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

第1図は本発明の実施例構成ブロック図、第2図は本発
明の機種固有情報テーブル説明図、第3図は計算機シス
テムの一構成例ブロック図、第4図は従来方式の一構成
例ブロック図である。 図において、 1は計算機、      2は装置、 3はコンソール、   10.31は装置記述生成部、
14.34は機種固有情報テーブル、 16.36ば装置記述テーブル、 20.40は制御プログラム生成部、 23はモジュールテーブル、 50は指定情報、 を示す。
Fig. 1 is a block diagram of the configuration of an embodiment of the present invention, Fig. 2 is an explanatory diagram of the model-specific information table of the present invention, Fig. 3 is a block diagram of a configuration example of a computer system, and Fig. 4 is a configuration example of a conventional system. It is a block diagram. In the figure, 1 is the computer, 2 is the device, 3 is the console, 10.31 is the device description generator,
14.34 is a model-specific information table, 16.36 is a device description table, 20.40 is a control program generation unit, 23 is a module table, and 50 is specification information.

Claims (1)

【特許請求の範囲】 計算機システムの構成に依存する所要のプログラムモジ
ュールを組み合わせて、該計算機システムの制御プログ
ラムを生成するに際し、 該計算機システムに接続される装置の、各機種の制御情
報と、各該機種に必要とするプログラムモジュールを指
定する情報(50)とを、一体として保持する手段(3
4)を設けたことを特徴とする制御プログラム生成制御
方式。
[Claims] When generating a control program for a computer system by combining required program modules depending on the configuration of the computer system, control information for each model of devices connected to the computer system and each means (3) for integrally holding information (50) specifying program modules required for the model;
4) A control program generation control method characterized by providing the following.
JP60164468A 1985-07-25 1985-07-25 Generation control system for control program Pending JPS6225329A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60164468A JPS6225329A (en) 1985-07-25 1985-07-25 Generation control system for control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60164468A JPS6225329A (en) 1985-07-25 1985-07-25 Generation control system for control program

Publications (1)

Publication Number Publication Date
JPS6225329A true JPS6225329A (en) 1987-02-03

Family

ID=15793750

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60164468A Pending JPS6225329A (en) 1985-07-25 1985-07-25 Generation control system for control program

Country Status (1)

Country Link
JP (1) JPS6225329A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6441950A (en) * 1987-08-08 1989-02-14 Fujitsu Ltd System for acquiring processing of attribute data

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5854436A (en) * 1981-09-26 1983-03-31 Fujitsu Ltd Terminal controller
JPS59180618A (en) * 1983-03-31 1984-10-13 Fujitsu Ltd Method for controlling program loading of peripheral device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5854436A (en) * 1981-09-26 1983-03-31 Fujitsu Ltd Terminal controller
JPS59180618A (en) * 1983-03-31 1984-10-13 Fujitsu Ltd Method for controlling program loading of peripheral device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6441950A (en) * 1987-08-08 1989-02-14 Fujitsu Ltd System for acquiring processing of attribute data

Similar Documents

Publication Publication Date Title
US5692198A (en) Method for executing a process defined by a script by a plurality of types of description languages and an apparatus therefor
JPS6225329A (en) Generation control system for control program
JPH0635987A (en) Device and mehtod for preparing circuit diagram
US6385640B1 (en) Switching apparatus applied to a plurality of information processing systems which are closed systems
JP2619487B2 (en) File operation method
JPH09134244A (en) Data conversion device
JPS6033625A (en) Conversational information retrieving device
JPH02310622A (en) System generation system
JPH0210430A (en) Online program generating system
JPS63141180A (en) Preparing device for circuit diagram with inter-page collating information
JPH06203033A (en) Schedule updating request device
JPH04373020A (en) Function correspondence table preparing device
JPH04111020A (en) System s/w generation supporting device
JPS634369A (en) Graphic terminal equipment
JPH0431915A (en) Automatic message answering system
JPH05204860A (en) Job identification mark input conversion system
JPH02298991A (en) Cg control system
JPH07175907A (en) Cut data information management device
JPH0357020A (en) System processing program generating device
JPH0464173A (en) Graphic data base management system
JPH0325630A (en) Data structure access system
JPH01161467A (en) System for optimizing display screen output
JPH0540612A (en) Computer prperty conversion processor
JPS63301359A (en) Interactive processing system for graphic data
JPH05189497A (en) Block diagram input device