JPH07281877A - Development support device for software for control - Google Patents

Development support device for software for control

Info

Publication number
JPH07281877A
JPH07281877A JP7173894A JP7173894A JPH07281877A JP H07281877 A JPH07281877 A JP H07281877A JP 7173894 A JP7173894 A JP 7173894A JP 7173894 A JP7173894 A JP 7173894A JP H07281877 A JPH07281877 A JP H07281877A
Authority
JP
Japan
Prior art keywords
input
output
program
communication
logic
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.)
Withdrawn
Application number
JP7173894A
Other languages
Japanese (ja)
Inventor
Sukeko Yamagishi
資子 山岸
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.)
Mitsubishi Heavy Industries Ltd
Original Assignee
Mitsubishi Heavy Industries 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 Mitsubishi Heavy Industries Ltd filed Critical Mitsubishi Heavy Industries Ltd
Priority to JP7173894A priority Critical patent/JPH07281877A/en
Publication of JPH07281877A publication Critical patent/JPH07281877A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To facilitate the maintenance of the software, improve the development efficiency of the software, shorten the development time, and improve the reliability of software. CONSTITUTION:An input/output process program generation part 5 generates an input/output processing program 15 from hardware constitution data 11 of a hardware constitution input and storage part 1 and input/output signal data 13 of an input/output signal registration and storage part 3. A communication input/output program generation part 6 generates a communication input/ output processing program 16 from communication input/output information 12 and input/output signal data 13 of a communication input/output information input and storage part 2. A logic part program generation part 7 generates a logic part program 17 from the input/output signal data 13 and logic diagram data 14 of a logic input and storage part 4. A program merging part 8 generates a control program 19 by merging the input/output processing program 15, communication input/output processing program 16, logic part program 17, and a user program 18.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ソフトウェア製品の開
発に適用されるソフトウェア開発支援装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a software development support device applied to the development of software products.

【0002】[0002]

【従来の技術】ハードウェア構成、通信入出力情報、入
出力信号情報を定められた形式で入力し、また、ロジッ
クを図形表現等で分かり易く入力することによりプログ
ラムを生成する技術としては、プログラマブルコントロ
ーラに代表される制御装置においてすでに確立されてい
る。しかし、ここでのロジック入力はシーケンス処理専
用言語と呼ばれる特化された言語を用いて行なわれる。
これは、プログラマブルコントローラの使用を前提とし
て、ラダー図、ロジック図等のロジックを分かり易く表
現する技術を利用した言語で、FORTRAN、C言語
といった一般のコンピュータ用プログラミング言語に関
する知識を持たずともプログラミングできる利点を持っ
ている。しかしながら、そのためにかえって、従来のプ
ログラミング言語との結合は難しく、それらの言語で蓄
積されてきたソフトウェア資産を生かすことができなか
った。
2. Description of the Related Art As a technique for generating a program by inputting a hardware configuration, communication input / output information, input / output signal information in a predetermined format, and inputting logic in an easy-to-understand manner, a programmable It has already been established in a control device represented by a controller. However, the logic input here is performed using a specialized language called a sequence processing dedicated language.
This is a language that uses technology for expressing logic such as a ladder diagram and a logic diagram in an easy-to-understand manner on the assumption that a programmable controller is used, and can be programmed without knowledge of general computer programming languages such as FORTRAN and C language. Have an advantage However, because of that, it was difficult to combine with conventional programming languages, and it was not possible to make use of the software assets accumulated in those languages.

【0003】[0003]

【発明が解決しようとする課題】従来のシーケンス処理
専用言語を用いたソフトウェア開発支援装置では、使用
するハードウェアが限定され、かつ、一般的プログラミ
ング言語により過去に蓄積されてきたソフトウェア資産
を活用することが難しく、逆に、この装置により開発さ
れたソフトウェアを他のハードウェア、プログラミング
言語の分野に利用することもできず、ソフトウェアの開
発効率を向上させることが困難であった。
In the conventional software development support apparatus using the sequence processing dedicated language, the hardware to be used is limited and the software assets accumulated in the past by the general programming language are utilized. However, on the contrary, the software developed by this device cannot be used for other hardware and programming language fields, and it is difficult to improve the software development efficiency.

【0004】本発明は上記実情に鑑みてなされたもの
で、プログラム構成方法の個人差がなくなると共にソフ
トウェアの保守が容易になり、かつ、過去に蓄積されて
きたソフトウェア資産を活用してソフトウェアの開発効
率を向上でき、開発時間の短縮並びにソフトウェア信頼
性の向上を図り得る制御用ソフトウェア開発支援装置を
提供することを目的とする。
The present invention has been made in view of the above circumstances. The individual differences in the program construction method are eliminated, the software is easily maintained, and software development is performed by utilizing the software resources accumulated in the past. An object of the present invention is to provide a control software development support device capable of improving efficiency, shortening development time, and improving software reliability.

【0005】[0005]

【課題を解決するための手段】本発明に係る制御用ソフ
トウェア開発支援装置は、使用基板のデータを入力し、
この入力データを記憶するハードウェア構成入力・記憶
手段と、通信入出力の際の通信方法を入力し、この入力
データを記憶する通信入出力情報入力・記憶手段と、入
出力信号を登録し、この入出力信号を記憶する入出力信
号登録・記憶手段と、図形形式でロジック部の処理を入
力し、このロジック入力を記憶するロジック入力・記憶
手段と、上記ハードウェア構成入力・記憶部及び入出力
信号登録・記憶部に記憶されたデータから入出力に関す
るプログラムを生成する入出力処理プログラム生成手段
と、上記通信入出力情報入力・記憶部及び入出力信号登
録・記憶部で記憶されたデータから通信入出力に関する
プログラムを生成する通信入出力処理プログラム生成手
段と、上記入出力信号登録・記憶部及びロジック入力・
記憶部で記憶されたデータからロジック処理に関するプ
ログラムを生成するロジック部プログラム生成手段と、
上記入出力処理プログラム生成部、通信入出力プログラ
ム生成部、ロジック部プログラム生成部で生成されたプ
ログラムとユーザの与えるプログラムを結合して制御用
プログラムとして完成させるプログラム結合手段とを具
備したことを特徴とする。
A control software development support apparatus according to the present invention inputs data of a board to be used,
Input the hardware configuration input / storing means for storing this input data, the communication method at the time of communication input / output, register the communication input / output information input / storing means for storing this input data, and the input / output signal, Input / output signal registration / storage means for storing this input / output signal, logic input / storage means for inputting the processing of the logic portion in a graphic form, and storing this logic input, the hardware configuration input / storage portion and input / output means Input / output processing program generating means for generating a program relating to input / output from data stored in the output signal registration / storage section, and data stored in the communication input / output information input / storage section and input / output signal registration / storage section Communication input / output processing program generating means for generating a program relating to communication input / output, and the input / output signal registration / storage unit and logic input / output unit
A logic section program generation means for generating a program relating to logic processing from the data stored in the storage section;
The present invention further comprises a program combining means for combining the program generated by the input / output processing program generating section, the communication input / output program generating section, the logic section program generating section and the program provided by the user to complete the control program. And

【0006】[0006]

【作用】プログラミング言語として、従来のシーケンス
専用言語の特徴を生かしてロジック図を採用し、これを
一般のプログラミング言語に変換してユーザに公開する
ことで、過去のソフトウェア資産との結合が容易にな
り、また、これを他のハードウェアに適用することも可
能である。また、これを新たなソフトウェア資産として
蓄積していくことができる。これを従来のソフトウェア
作成半自動化の技術と融合させることにより、過去に蓄
積されてきたソフトウェア資産を活用してソフトウェア
の開発効率を向上できると共に、ソフトウェア信頼性を
向上することができる。
[Function] As a programming language, by taking advantage of the characteristics of the conventional sequence-specific language, a logic diagram is adopted, and this is converted into a general programming language and disclosed to the user, so that it can be easily combined with past software assets. It is also possible to apply this to other hardware. In addition, this can be accumulated as new software assets. By fusing this with the conventional technology for semi-automating software creation, software development efficiency can be improved by utilizing software assets accumulated in the past, and software reliability can be improved.

【0007】[0007]

【実施例】以下、図面を参照して本発明の一実施例を説
明する。図1は、本発明の一実施例に係る制御用ソフト
ウェア開発支援装置の構成を示すブロック図である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a control software development support device according to an embodiment of the present invention.

【0008】図1において、1はハードウェア構成入力
・記憶部で、このハードウェア構成入力・記憶部1に
は、使用する基板(ボード)の種類、入出力の設定、処
理される信号点数等を入力し、ハードウェア構成データ
11として蓄積する。
In FIG. 1, reference numeral 1 denotes a hardware configuration input / storage unit. The hardware configuration input / storage unit 1 has a type of board (board) to be used, input / output setting, the number of signal points to be processed, etc. Is input and stored as the hardware configuration data 11.

【0009】また、通信入出力情報入力・記憶部2に
は、通信方法、通信周期、通信点数等を入力し、通信入
出力情報12として蓄積する。入出力信号登録・記憶部
3には、通信信号も含めた入出力信号を入力し、基板あ
るいは通信テーブルとの関係を登録し、入出力信号デー
タ13として蓄積する。ロジック入力・記憶部4には、
ロジック図を図形のまま入力し、ロジック図データ14
として蓄積する。
Further, the communication input / output information input / storage unit 2 is input with a communication method, a communication cycle, the number of communication points, etc., and is stored as communication input / output information 12. An input / output signal including a communication signal is input to the input / output signal registration / storage unit 3, the relationship with the substrate or the communication table is registered, and the input / output signal data 13 is stored. In the logic input / storage unit 4,
Input the logic diagram as it is and input the logic diagram data 14
Accumulate as.

【0010】そして、上記ハードウェア構成入力・記憶
部1に蓄積されたハードウェア構成データ11は、入出
力処理プログラム生成部5へ送られ、通信入出力情報入
力・記憶部2に蓄積された通信入出力情報12は、通信
入出力プログラム生成部6へ送られ、更にロジック入力
・記憶部4に蓄積されたロジック図データ14は、ロジ
ック部プログラム生成部7へ送られる。また、入出力信
号登録・記憶部3に蓄積された入出力信号データ13
は、入出力処理プログラム生成部5、通信入出力プログ
ラム生成部6、ロジック部プログラム生成部7へ送られ
る。
The hardware configuration data 11 stored in the hardware configuration input / storage unit 1 is sent to the input / output processing program generation unit 5 and the communication stored in the communication input / output information input / storage unit 2 is communicated. The input / output information 12 is sent to the communication input / output program generation unit 6, and the logic diagram data 14 accumulated in the logic input / storage unit 4 is sent to the logic unit program generation unit 7. Further, the input / output signal data 13 stored in the input / output signal registration / storage unit 3
Is sent to the input / output processing program generation unit 5, the communication input / output program generation unit 6, and the logic unit program generation unit 7.

【0011】そして、上記入出力処理プログラム生成部
5は、ハードウェア構成データ11及び入出力信号デー
タ13に基づいて入出力処理プログラム15を生成し、
プログラム結合部8へ出力する。通信入出力プログラム
生成部6は、通信入出力情報12及び入出力信号データ
13に基づいて通信入出力処理プログラム16を生成
し、プログラム結合部8へ出力する。ロジック部プログ
ラム生成部7は、入出力信号データ13及びロジック図
データ14に基づいてロジック部プログラム17を生成
し、プログラム結合部8へ出力する。また、上記プログ
ラム結合部8には、ユーザが一般のプログラムで記述し
たユーザプログラム18が与えられる。プログラム結合
部8は、上記入出力処理プログラム15、通信入出力処
理プログラム16、ロジック部プログラム17及びユー
ザプログラム18を結合して制御用プログラム19を生
成する。
The input / output processing program generator 5 generates an input / output processing program 15 based on the hardware configuration data 11 and the input / output signal data 13,
Output to the program combining unit 8. The communication input / output program generation unit 6 generates the communication input / output processing program 16 based on the communication input / output information 12 and the input / output signal data 13, and outputs it to the program combination unit 8. The logic part program generation part 7 generates a logic part program 17 based on the input / output signal data 13 and the logic diagram data 14, and outputs it to the program combination part 8. A user program 18 written by a user as a general program is given to the program combining unit 8. The program combination unit 8 combines the input / output processing program 15, the communication input / output processing program 16, the logic unit program 17, and the user program 18 to generate a control program 19.

【0012】次に上記実施例の動作を説明する。 (1)データの入力 ハードウェア構成入力・記憶部1には、使用する基板の
種類、入出力の設定、点数等を入力し、ハードウェア構
成データ11として蓄積する。このハードウェア構成デ
ータ11は、例えば基板信号、スロット番号、基板種
類、基板名、デジタル入力信号の開始番号、デジタル出
力信号の開始番号、デジタルポートの入出力別、16ビ
ット入力信号の開始番号、16ビット出力信号の開始番
号、32ビット入力信号の開始番号、32ビット出力信
号の開始番号等からなる。
Next, the operation of the above embodiment will be described. (1) Input of data In the hardware configuration input / storage unit 1, the type of board to be used, input / output settings, points, etc. are input and stored as hardware configuration data 11. This hardware configuration data 11 includes, for example, a board signal, a slot number, a board type, a board name, a digital input signal start number, a digital output signal start number, a digital port input / output, a 16-bit input signal start number, The start number of the 16-bit output signal, the start number of the 32-bit input signal, the start number of the 32-bit output signal, and the like.

【0013】通信入出力情報入力・記憶部2には、通信
方法、通信周期、通信点数等を入力し、通信入出力情報
12として蓄積する。この通信入出力情報12は、送信
側、受信側のCPU番号、通信周期、テーブル内の信号
点数記録するデータであり、具体的には、送信元CPU
番号、送信元テーブル番号、受信元CPU番号、受信元
テーブル番号、通信周期、デジタル信号点数、16ビッ
ト信号点数、32ビット信号点数等からなる。
The communication input / output information input / storage unit 2 is input with a communication method, a communication cycle, the number of communication points, etc., and is stored as communication input / output information 12. The communication input / output information 12 is data for recording the CPU numbers of the transmission side and the reception side, the communication cycle, and the number of signal points in the table. Specifically, the transmission source CPU
Number, transmission source table number, reception source CPU number, reception source table number, communication cycle, digital signal score, 16-bit signal score, 32-bit signal score, etc.

【0014】入出力信号登録・記憶部3には、通信信号
も含めた入出力信号を入力し、基板あるいは通信テーブ
ルとの関係を登録し、入出力信号データ13として蓄積
する。この入出力信号データ13は、使用する信号のロ
ジック図内での名称、割り付けられた基板上の位置、入
出力テーブル内での位置等を記録するデータで、例えば
信号番号、信号名、基板信号、入出力テーブル内番号、
ポート番号、ビット番号、初期値等からなる。
The input / output signal registration / storage section 3 receives input / output signals including communication signals, registers the relationship with the substrate or the communication table, and stores the input / output signal data 13. The input / output signal data 13 is data for recording the name of the signal used in the logic diagram, the assigned position on the board, the position in the input / output table, and the like. For example, a signal number, a signal name, a board signal. , Input / output table number,
It consists of port number, bit number, initial value, etc.

【0015】ロジック入力・記憶部4には、ロジック図
を図形のまま入力し、ロジック図データ14として蓄積
する。このロジック図データ14は、ロジック図内のシ
ンボル端子、パラメータ、コメント等の情報を記録する
データで、シンボルとシンボルを結ぶ接続線の端点の情
報は、例えば端子番号、種類、座標、入力側端子番号、
出力点数、出力側端子番号、初期値等からなる。また、
シンボル内のパラメータ情報は、パラメータ番号とパラ
メータからなり、シンボル情報は、シンボル種類、名
称、左上座標、右下座標、端子数、端子番号、パラメー
タ数、パラメータ番号等からなる。上記ロジック図デー
タ14は、ディプレイ画面上の指定された座標位置に配
列されているものをマウス等により移動(複写)し、ロ
ジック図の作成に使用する。図2は、例えばモータ駆動
ソフトの場合におけるロジック図の例を示したものであ
る。
A logic diagram is input to the logic input / storage unit 4 as it is and stored as logic diagram data 14. The logic diagram data 14 is data for recording information such as symbol terminals, parameters, and comments in the logic diagram. Information on end points of connecting lines connecting symbols is, for example, terminal numbers, types, coordinates, input side terminals. number,
It consists of the number of output points, output terminal number, initial value, etc. Also,
The parameter information in the symbol includes a parameter number and a parameter, and the symbol information includes a symbol type, a name, an upper left coordinate, a lower right coordinate, the number of terminals, a terminal number, the number of parameters, a parameter number, and the like. The logic diagram data 14 is used for creating a logic diagram by moving (copying) what is arranged at a designated coordinate position on the display screen with a mouse or the like. FIG. 2 shows an example of a logic diagram in the case of motor driving software, for example.

【0016】(2)プログラムの生成 入出力処理プログラム生成部5は、ハードウェア構成デ
ータ11及び入出力信号データ13のデータから入出力
処理プログラム15を生成する。この入出力処理プログ
ラム15は、主に次の3つの部分からなっている。 入出力テーブルと内部信号テーブルとの変換部 ユーザーが登録した信号の順序は、ハードウェアから読
み込む信号の順序と異なる。なぜなら、基板上に並んで
いる順序で信号を読み込む方が効率的であるためであ
り、そこで、それに対応させたファイル構成として入出
力テーブルと内部信号テーブルとの変換処理を行なう。 信号の初期化 この信号の初期化は、入出力信号の初期化プログラムに
より行なう。
(2) Program Generation The input / output processing program generation section 5 generates an input / output processing program 15 from the data of the hardware configuration data 11 and the input / output signal data 13. The input / output processing program 15 mainly includes the following three parts. Conversion unit between input / output table and internal signal table The order of signals registered by the user is different from the order of signals read from the hardware. This is because it is more efficient to read the signals in the order in which they are lined up on the board. Therefore, the conversion processing between the input / output table and the internal signal table is performed as a file structure corresponding to that. Signal initialization This signal is initialized by an I / O signal initialization program.

【0017】信号の入出力 この信号の入出力は、入出力プログラムにより行なう。
通信入出力プログラム生成部6は、通信入出力情報12
及び入出力信号データ13のデータから通信入出力処理
プログラム16を生成し、プログラム結合部8へ出力す
る。通信入出力プログラム生成部6は、通信入出力情報
12、入出力信号データ13のデータに基づいて、例え
ば通信方法、相手先CPU番号、通信テーブル番号、送
信データ長等からなる通信入出力処理プログラム16を
生成する。この通信入出力処理プログラム16は、上記
入出力処理プログラム15と同様の構成であり、主に次
の3つの部分からなっている。
Input / output of signal Input / output of this signal is performed by an input / output program.
The communication input / output program generation unit 6 uses the communication input / output information 12
And the communication input / output processing program 16 is generated from the data of the input / output signal data 13 and is output to the program combining unit 8. The communication input / output program generation unit 6 includes, based on the data of the communication input / output information 12 and the input / output signal data 13, a communication input / output processing program including, for example, a communication method, a partner CPU number, a communication table number, and a transmission data length. 16 is generated. The communication input / output processing program 16 has the same configuration as the input / output processing program 15 and mainly includes the following three parts.

【0018】 入出力テーブルと内部信号テーブルとの変換部 信号の初期化 信号の入出力 ロジック部プログラム生成部7は、入出力信号データ1
3、ロジック図データ14のデータに基づいてロジック
部プログラム17を生成する。この場合、シンボルデー
タに注目し、ロジック上で左上あるシンボルから右下に
向かって各シンボル毎に置き換えるプログラムのテンプ
レートを準備し、それを元に変換する。
Conversion unit between input / output table and internal signal table Initialization of signals Input / output of signals Logic unit Program generation unit 7 outputs input / output signal data 1
3. The logic part program 17 is generated based on the data of the logic diagram data 14. In this case, paying attention to the symbol data, a template of a program for replacing each symbol from the upper left symbol on the logic to the lower right symbol is prepared, and conversion is performed based on the template.

【0019】(3)プログラムの結合 プログラム結合部8は、入出力処理プログラム生成部5
で生成された入出力処理プログラム15、通信入出力プ
ログラム生成部6で生成された通信入出力処理プログラ
ム16、ロジック部プログラム生成部7で生成されたロ
ジック部プログラム17のプログラムに加えて、ユーザ
が一般のプログラムで記述したユーザプログラム18を
結合し、制御用プログラム19を完成させる。即ち、入
出力処理プログラム15、通信入出力処理プログラム1
6、ロジック部プログラム17を順番にまとめて1つの
ファイルとし、固定部(シート数の増減等により若干変
化する)を付加し、コンパイルできるCプログラムの形
に体裁を整えて制御用プログラム19を生成する。上記
ユーザプログラム18には、この装置で生成したプログ
ラム、即ち、入出力処理プログラム15、通信入出力処
理プログラム16、ロジック部プログラム17は、ユー
ザプログラム18に利用できるので、プログラムの再利
用ができる。
(3) Program Combining The program combining unit 8 includes an input / output processing program generating unit 5
In addition to the programs of the input / output processing program 15, the communication input / output processing program 16 generated by the communication input / output program generation section 6, and the logic section program 17 generated by the logic section program generation section 7, The user program 18 described in a general program is combined to complete the control program 19. That is, the input / output processing program 15 and the communication input / output processing program 1
6. Collect the logic part program 17 in order into one file, add a fixed part (slightly changes due to increase / decrease of the number of sheets, etc.), arrange the appearance into a C program that can be compiled, and generate a control program 19 To do. As the user program 18, the programs generated by this device, that is, the input / output processing program 15, the communication input / output processing program 16, and the logic section program 17, can be used as the user program 18, and therefore the programs can be reused.

【0020】上記のようにして生成した制御用プログラ
ムの構成例を図3に示す。制御用プログラム19は、マ
ルチタスクシステムの形式をとり、21がマルチタスク
カーネルである。22〜24は標準形が用意されたタス
クであり、ユーザが入力したハードウェア等のパラメー
タに基づいてプログラムが生成される。システムタスク
25はデフォルトであり、ユーザタスク26はユーザが
自由に記述して組み合わせることのできるタスクであ
る。これらのタスクがカーネル21の下でマルチに動作
するプログラムが本装置の生成するプログラムである。
FIG. 3 shows a configuration example of the control program generated as described above. The control program 19 is in the form of a multitask system, and 21 is a multitask kernel. Reference numerals 22 to 24 are tasks for which a standard form is prepared, and a program is generated based on parameters such as hardware input by the user. The system task 25 is the default, and the user task 26 is a task that the user can freely describe and combine. A program in which these tasks operate in multi under the kernel 21 is a program generated by this device.

【0021】[0021]

【発明の効果】以上詳記したように本発明によれば、求
められた形式で設計情報がプログラムに反映されるの
で、プログラム構成方法の個人差がなくなり、ソフトウ
ェアの保守が容易になる。また、ソフトウェア製作者
は、過去に蓄積されてきたソフトウェア資産を活用する
ことでソフトウェアの開発効率を向上させ、開発時間の
短縮、ソフトウェア信頼性の向上を図ることができる。
As described in detail above, according to the present invention, the design information is reflected in the program in the required format, so that there is no individual difference in the program configuration method and the maintenance of the software becomes easy. Further, the software producer can improve the software development efficiency, shorten the development time, and improve the software reliability by utilizing the software assets accumulated in the past.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例に係る制御用ソフトウェア開
発支援装置の構成図。
FIG. 1 is a configuration diagram of a control software development support device according to an embodiment of the present invention.

【図2】同実施例におけるロジック図の構成例を示す
図。
FIG. 2 is a diagram showing a configuration example of a logic diagram in the embodiment.

【図3】同実施例における制御用プログラムの構成図。FIG. 3 is a configuration diagram of a control program in the embodiment.

【符号の説明】[Explanation of symbols]

1 ハードウェア構成入力・記憶部 2 通信入出力情報入力・記憶部 3 入出力信号登録・記憶部 4 ロジック入力・記憶部 5 入出力処理プログラム生成部 6 通信入出力プログラム生成部 7 ロジック部プログラム生成部 8 プログラム結合部 11 ハードウェア構成データ 12 通信入出力情報 13 入出力信号データ 14 ロジック図データ 15 入出力処理プログラム 16 通信入出力処理プログラム 17 ロジック部プログラム 18 ユーザプログラム 19 制御プログラム 21 マルチタスクカーネル 22 ロジックタスク 23 通信入出力タスク 24 通信出力タスク 25 システムタスク 26 ユーザタスク 1 hardware configuration input / storage unit 2 communication input / output information input / storage unit 3 input / output signal registration / storage unit 4 logic input / storage unit 5 input / output processing program generation unit 6 communication input / output program generation unit 7 logic unit program generation Part 8 Program connection part 11 Hardware configuration data 12 Communication input / output information 13 Input / output signal data 14 Logic diagram data 15 Input / output processing program 16 Communication input / output processing program 17 Logic part program 18 User program 19 Control program 21 Multitask kernel 22 Logic task 23 Communication input / output task 24 Communication output task 25 System task 26 User task

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 使用基板のデータを入力し、この入力デ
ータを記憶するハードウェア構成入力・記憶手段と、 通信入出力の際の通信方法を入力し、この入力データを
記憶する通信入出力情報入力・記憶手段と、 入出力信号を登録し、この入出力信号を記憶する入出力
信号登録・記憶手段と、 図形形式でロジック部の処理を入力し、このロジック入
力を記憶するロジック入力・記憶手段と、 上記ハードウェア構成入力・記憶部及び入出力信号登録
・記憶部に記憶されたデータから入出力に関するプログ
ラムを生成する入出力処理プログラム生成手段と、 上記通信入出力情報入力・記憶部及び入出力信号登録・
記憶部で記憶されたデータから通信入出力に関するプロ
グラムを生成する通信入出力処理プログラム生成手段
と、 上記入出力信号登録・記憶部及びロジック入力・記憶部
で記憶されたデータからロジック処理に関するプログラ
ムを生成するロジック部プログラム生成手段と、 上記入出力処理プログラム生成部、通信入出力プログラ
ム生成部、ロジック部プログラム生成部で生成されたプ
ログラムとユーザの与えるプログラムを結合して制御用
プログラムとして完成させるプログラム結合手段とを具
備したことを特徴とする制御用ソフトウェア開発支援装
置。
1. Communication input / output information for inputting data of a used substrate, inputting a hardware configuration input / storage means for storing the input data, and a communication method for communication input / output, and storing the input data. Input / storing means, input / output signal registering / storing means for registering input / output signals, and input / output signal registering / storing means for storing the input / output signals, and logic input / storing for storing this logic input Means, input / output processing program generation means for generating a program relating to input / output from data stored in the hardware configuration input / storage portion and input / output signal registration / storage portion, the communication input / output information input / storage portion, and Input / output signal registration
Communication input / output processing program generation means for generating a program related to communication input / output from data stored in the storage section, and a program related to logic processing from the data stored in the input / output signal registration / storage section and logic input / storage section. A program that combines the program generated by the logic part program generation means, the input / output processing program generation part, the communication input / output program generation part, and the logic part program generation part with the program provided by the user to complete the control program. A control software development support device comprising a coupling means.
JP7173894A 1994-04-11 1994-04-11 Development support device for software for control Withdrawn JPH07281877A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7173894A JPH07281877A (en) 1994-04-11 1994-04-11 Development support device for software for control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7173894A JPH07281877A (en) 1994-04-11 1994-04-11 Development support device for software for control

Publications (1)

Publication Number Publication Date
JPH07281877A true JPH07281877A (en) 1995-10-27

Family

ID=13469173

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7173894A Withdrawn JPH07281877A (en) 1994-04-11 1994-04-11 Development support device for software for control

Country Status (1)

Country Link
JP (1) JPH07281877A (en)

Similar Documents

Publication Publication Date Title
JPS6326898B2 (en)
JPH0523447B2 (en)
JP3289704B2 (en) Microcomputer
JPH07281877A (en) Development support device for software for control
JP3107308B2 (en) Heterogeneous language mixed type program processing controller
JP2716168B2 (en) Compatible printer system
JP2945753B2 (en) Information processing device
JP2557366B2 (en) Input / output procedure converter
JPS6072034A (en) Emulation device
Encarnação CAD technology: A survey on CAD systems and applications
JPH02211573A (en) Host and target machine system
CN117348875A (en) Method, device, micro front end architecture and medium for unified scheduling of cross-frame micro components
JP2009037399A (en) Configuration code generation device and program for the same device
JPS62237520A (en) Printer control device
JP3041919B2 (en) Program combination processor
JPH0210430A (en) Online program generating system
JPH1021309A (en) Data processing system
McConnell The Virtual Instrument Revolution
JPS63226741A (en) Symbolic debugging system
JPH05233241A (en) Program forming device
JPH0758002A (en) Lithographic apparatus driving system
JPS6395540A (en) Memory interface circuit
JPH02244332A (en) Assembler object editing output system
JPH06149738A (en) Information terminal device
JPH05224981A (en) Debugger

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20010703