JP2864537B2 - Schematic program editing device - Google Patents

Schematic program editing device

Info

Publication number
JP2864537B2
JP2864537B2 JP1159049A JP15904989A JP2864537B2 JP 2864537 B2 JP2864537 B2 JP 2864537B2 JP 1159049 A JP1159049 A JP 1159049A JP 15904989 A JP15904989 A JP 15904989A JP 2864537 B2 JP2864537 B2 JP 2864537B2
Authority
JP
Japan
Prior art keywords
program
procedure
storage device
editing
schematic
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.)
Expired - Lifetime
Application number
JP1159049A
Other languages
Japanese (ja)
Other versions
JPH0324622A (en
Inventor
毅 溝渕
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
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP1159049A priority Critical patent/JP2864537B2/en
Publication of JPH0324622A publication Critical patent/JPH0324622A/en
Application granted granted Critical
Publication of JP2864537B2 publication Critical patent/JP2864537B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理システムに利用する。本発明は図式
プログラムエディタにおけるソースの部分修正に関す
る。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field] The present invention is used for an information processing system. The present invention relates to modifying a source in a graphical program editor.

〔概要〕〔Overview〕

本発明は図式プログラムエディタによる図式プログラ
ム仕様の編集において、 構成単位である手続を管理してプログラムの制御構造
を図で表現するプログラムテキストの一部分を修正する
ときに、その修正個所が含まれたテキスト部分だけをプ
ログラムテキストの処理を行うワークステーション側に
送信して処理するための装置を設けることにより、 ホストコンピュータとワークステーション間での図式
プログラム仕様修正時の通信を効率的に行うようにした
ものである。
The present invention relates to a method of editing a diagrammatic program specification using a diagrammatic program editor, wherein when a part of a program text that represents a control structure of a program by managing a procedure as a structural unit is modified, a text including the modification portion is included. By providing a device for transmitting and processing only the part to the workstation that processes the program text, communication between the host computer and the workstation when modifying the schematic program specifications is performed efficiently. It is.

〔従来の技術〕[Conventional technology]

従来、情報処理システムにおけるプログラムの入力や
編集を行う対話型のエディタは、プログラムテキストを
修正する場合、そのテキストを一時的に別の領域(バッ
ファ)に待避し、以降画面での修正に対応してバッファ
を書き換える方式がとられていた。
Conventionally, an interactive editor for inputting or editing a program in an information processing system, when correcting a program text, temporarily saves the text in another area (buffer), and then responds to the correction on the screen. To rewrite the buffer.

一方、近年重視されているネットワークシステムの形
態のひとつにデータの一元管理のためにデータを集中管
理し、その情報処理システムにおけるスループット向上
のために一元管理されたデータの作成および編集を別の
装置で行うものがある。
On the other hand, in one form of network system that has been emphasized in recent years, data is centrally managed for centralized management of data, and creation and editing of centrally managed data are improved by another device to improve throughput in the information processing system. There is something to do with.

このようなネットワークシステムにおいてエディタで
プログラムテキストを編集する場合、プログラムテキス
トが格納されている装置(ホストコンピュータ)とその
プログラムテキストを処理する装置(ワークステーショ
ン)との間でプログラムテキストを編集するときにプロ
グラムテキストの全体もしくはプログラムテキストのう
ち連続する部分テキストを1画面単位にホストコンピュ
ータからワークステーションに送信し、ワークステーシ
ョン側のバッファに格納してからエディト処理してい
た。
When a program text is edited with an editor in such a network system, when the program text is edited between a device storing the program text (host computer) and a device processing the program text (workstation). The whole program text or a continuous text portion of the program text is transmitted from the host computer to the workstation in units of one screen, stored in a buffer on the workstation side, and then edited.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

上述した従来の方式のうち、プログラムテキスト全体
の単位でホストコンピュータとワークステーション間で
送受信する方式では、プログラムテキストの一部分を修
正する場合でもプログラムテキストの全体をホストコン
ピュータからワークステーション側に転送したり、テキ
スト編集後にワークステーションからホストコンピュー
タに再び転送する必要があり、未修正な部分の送受信が
多く発生し、通信時間などの面で効率が悪い問題があ
る。
Among the conventional methods described above, in the method of transmitting and receiving between the host computer and the workstation in units of the entire program text, even when a part of the program text is corrected, the entire program text is transferred from the host computer to the workstation. However, it is necessary to transfer the text from the workstation to the host computer again after editing the text, so that the uncorrected portion is frequently transmitted and received, and there is a problem in that the communication time is inefficient.

また、プログラムテキストのうち連続する部分テキス
トを1画面単位に送受信する方式では、一般的にプログ
ラムの修正をプログラム機能を構成する単位である手続
単位ごとに行うために修正した結果のプログラムテキス
トのコンパイルによって発生するエラーも手続単位に発
生することから手続単位に修正する方式が望まれてい
た。
In the method of transmitting and receiving continuous partial texts of the program text in units of one screen, generally, the program is modified for each procedure unit which is a unit constituting a program function. Since the error generated by the error also occurs in the procedure unit, a method of correcting the error in the procedure unit has been desired.

さらに、いくつかのシステムではその修正個所のみを
ワークステーション側に送信して修正することにより通
信量を減らすものもあるが、図式プログラムエディタで
はその修正個所のみを表示することは図式プログラムエ
ディタにとってプログラムの制御構造を表現する目的を
達成できない問題につながる。
Further, in some systems, the amount of communication is reduced by transmitting only the corrected portion to the workstation side and correcting it, but in the graphic program editor, displaying only the corrected portion is not a programmatic program for the graphic program editor. This leads to a problem that the purpose of expressing the control structure cannot be achieved.

本発明はこのような問題を解決するもので、構成単位
である手続を管理してプログラムの制御構造を図で表現
するプログラムテキストの一部分を修正するときに、そ
の修正個所が含まれた手続テキスト部分だけをプログラ
ムテキストを処理するワークステーション側に送信する
ことにより、図式表現をくずさず、通信効率を低下させ
ることなく修正を行うことができる装置を提供すること
を目的とする。
The present invention solves such a problem. When a part of a program text expressing a control structure of a program by managing a procedure which is a constituent unit is modified, a procedure text including the modification is included. It is an object of the present invention to provide an apparatus capable of performing correction without destroying a graphic expression and reducing communication efficiency by transmitting only a part to a workstation that processes a program text.

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

本発明は、図式プログラム仕様が格納される図式プロ
グラム仕様格納装置と、この仕様を読出してプログラム
仕様編集を行う図式プログラム仕様編集装置を含むワー
クステーションとの間に設けた図式プログラム編集装置
において、図式プログラム仕様を読みとる仕様判読装置
と、この判読装置で読みとられた図式プログラム仕様を
一時保存する仕様一時格納装置と、この図式プログラム
仕様から手続の部分を判読してその手続を管理する手続
管理装置と、図式プログラム仕様を構成する複数の手続
から前記ワークステーションの入出力装置を指示する一
つの手続を選択する手続選択装置と、前記仕様一時格納
装置から指定された手続に該当するプログラム仕様を読
みとり前記ワークステーションのこの読みとられた手続
を保存する手続仕様保存装置に与える手続仕様読み取り
装置と、前記図式プログラム仕様編集装置で編集され前
記手続仕様保存装置に保存された編集済みの手続を前記
仕様一時格納装置に格納されている図式プログラムに併
合する手続仕様併合装置と、前記仕様一時格納装置に格
納された併合済みの図式プログラム仕様を前記仕様一時
格納装置から読み込み前記図式プログラム仕様保存装置
に格納する仕様書き込み装置とを備えたことを特徴とす
る。
The present invention provides a diagrammatic program editing device provided between a diagrammatic program specification storage device in which diagrammatic program specifications are stored and a workstation including a diagrammatic program specification editing device for reading out the specifications and editing the program specifications. A specification reading device for reading a program specification, a specification temporary storage device for temporarily storing the schematic program specification read by the reading device, and a procedure management device for reading a procedure part from the schematic program specification and managing the procedure And a procedure selecting device for selecting one procedure for designating the input / output device of the workstation from a plurality of procedures constituting the schematic program specification, and reading a program specification corresponding to the designated procedure from the specification temporary storage device. Procedure specification for storing this read procedure on the workstation A procedure specification reading device to be provided to a storage device, and a procedure specification for merging an edited procedure edited by the schema program specification editing device and stored in the procedure specification storage device into a schema program stored in the specification temporary storage device. It is characterized by comprising a merging device, and a specification writing device that reads the merged schematic program specifications stored in the temporary specification storage device from the temporary specification storage device and stores the specifications in the schematic program specification storage device.

〔作用〕[Action]

仕様判読装置が修正のための編集対象となる図式プロ
グラム仕様を図式プログラム仕様格納装置から読み出し
仕様一時格納装置に格納する。ワークステーションの入
出力装置から必要とする手続を表示する指示テキストが
送出されると、手続管理装置が先に格納された図式プロ
グラム仕様から手続管理情報を抽出して入出力装置に表
示する。
The specification reading device reads the graphic program specification to be edited for correction from the graphic program specification storage device and stores it in the specification temporary storage device. When the instruction text indicating the required procedure is transmitted from the input / output device of the workstation, the procedure management device extracts the procedure management information from the previously stored schematic program specification and displays it on the input / output device.

表示された手続管理情報から一つの手続名が利用者に
より選択されると、手続選択装置がその手続名を判読し
て手続管理テキストを送出し、手続仕様読みとり装置が
そのテキストに対応する手続仕様部分を仕様一次格納装
置から読み出しワークステーションの手続仕様保存装置
に送る。
When one procedure name is selected by the user from the displayed procedure management information, the procedure selecting device reads the procedure name and sends the procedure management text, and the procedure specification reading device reads the procedure specification corresponding to the text. The part is read from the primary specification storage and sent to the procedure specification storage of the workstation.

ワークステーション側では図式プログラム仕様編集装
置が入出力装置からの編集指示により編集を行い編集さ
れた図式プログラム仕様を送出する。手続仕様併合装置
がこの編集された図式プログラム仕様を受けて仕様一時
可能装置に格納されている図式プログラム仕様の全体に
併合して編集し、仕様書き込み装置がこの編集済み図式
プログラム仕様を読み取り、図式プログラム仕様格納装
置に書き込む。
On the workstation side, the diagrammatic program specification editing device performs editing in response to an editing instruction from the input / output device, and sends out the edited diagrammatic program specification. The procedure specification merging apparatus receives the edited schema program specification, merges and edits the entire schema program specification stored in the specification temporary storage device, and the specification writing device reads the edited schema program specification and reads the schema program. Write to the program specification storage.

このように構成単位である手続を管理してプログラム
の制御構造を図で表現するプログラムテキストの一部分
を修正するときに、その修正個所が含まれた手続テキス
ト部分だけをプログラムテキストの処理を行うワークス
テーション側に送信して処理することにより、図式表現
をくずさず、かつ通信効率を低下させることなく修正を
行うことができる。
When a part of a program text that represents a control structure of a program by managing a procedure, which is a constituent unit, in a diagram as described above, is modified, only a part of the procedure text including the modified part is processed. By transmitting the data to the station for processing, the correction can be performed without breaking the graphic expression and without lowering the communication efficiency.

〔実施例〕〔Example〕

次に、図面を参照して本発明実施例を説明する。第1
図は本発明実施例の構成を示すブロック図である。
Next, embodiments of the present invention will be described with reference to the drawings. First
FIG. 2 is a block diagram showing the configuration of the embodiment of the present invention.

本発明実施例図式プログラム編集装置100は、図式プ
ログラム仕様が格納される図式プログラム仕様格納装置
101に接続され、この図式プログラム仕様格納装置101に
格納された図式プログラム仕様を判読する仕様判読装置
102と、この仕様判読装置102によって判読された図式プ
ログラム仕様を編集するために一時格納する仕様一時格
納装置103と、この仕様一時格納装置103に格納された図
式プログラム仕様のうち手続の管理情報だけを抽出し管
理する手続管理装置104と、この手続管理装置104により
管理されている複数の手続管理情報を表示し、表示され
ている手続情報の中から一つの手続情報を利用者が選択
する手続選択装置105と、この手続選択装置105によって
選択され一つの手続部に対応する図式プログラム仕様の
部分仕様である手続仕様部分を仕様一時格納装置103か
ら読みとる手続仕様読みとり装置106と、手続単位で修
正された図式プログラム仕様部分を仕様一時格納装置10
3に格納されている未修正の図式プログラム仕様に反映
させる手続仕様併合装置107と、仕様一時格納装置103に
保持されている修正された図式プログラム仕様を読み込
み図式プログラム仕様格納装置101に書き込む仕様書き
込み装置108とを備える。
A schematic program editing apparatus 100 according to the present invention is a schematic program specification storage device in which a schematic program specification is stored.
A specification reading device connected to the graphic program specification 101 for reading the graphic program specifications stored in the graphic program specification storage device 101
102, a specification temporary storage device 103 for temporarily storing the graphic program specifications read by the specification reading device 102 for editing, and only the procedure management information of the graphic program specifications stored in the specification temporary storage device 103. Procedure management device 104 that extracts and manages a plurality of pieces of procedure management information managed by the procedure management device 104, and a procedure in which a user selects one procedure information from the displayed procedure information A selection unit 105, a procedure specification reading unit 106 for reading a procedure specification part, which is a partial specification of a schematic program specification selected by the procedure selection unit 105 and corresponding to one procedure unit, from the specification temporary storage unit 103, Temporary storage device 10
Procedure specification merging device 107 for reflecting the unmodified schema program specifications stored in 3 and the modified schema program specifications held in the temporary specification storage device 103 are read and written to the schema program specification storage device 101. Device 108.

また、ワークステーション200には、手続仕様読みと
り装置106によって読みとられた手続仕様部分を編集す
るために一時格納する手続仕様保存装置201と、図式プ
ログラム仕様を対話的に編集する図式プログラム仕様編
集装置202と、図式プログラム仕様編集装置202からのデ
ータを表示し、図式プログラム仕様編集装置202に図式
プログラム仕様の編集情報を入力する入出力装置203と
を備える。手続仕様保存装置201、図式プログラム仕様
編集装置202、および入出力装置203は従来の図式プログ
ラム編集装置では一般的に用いられている。
The workstation 200 also includes a procedure specification storage device 201 for temporarily storing the procedure specification portion read by the procedure specification reading device 106 for editing, and a diagrammatic program specification editing device for interactively editing the diagrammatic program specification. 202, and an input / output device 203 for displaying data from the diagrammatic program specification editing device 202 and inputting editing information of the diagrammatic program specification to the diagrammatic program specification editing device 202. The procedure specification storage device 201, the diagrammatic program specification editing device 202, and the input / output device 203 are generally used in a conventional diagrammatic program editing device.

次に、このように構成された本発明実施例の動作につ
いて説明する。
Next, the operation of the embodiment of the present invention thus configured will be described.

編集対象となる図式プログラム仕様が図式プログラム
仕様格納装置101より仕様判読装置102により読みだされ
仕様一時格納装置103に格納される。ここで、入出力装
置203より手続を表示する指示テキストが手続選択装置1
05に送られると仕様一時格納装置103に格納されている
図式プログラム仕様から手続管理情報が手続管理装置10
4によって抽出され、手続選択装置105を介して入出力装
置203に表示される。
The graphic program specification to be edited is read from the graphic program specification storage device 101 by the specification reading device 102 and stored in the specification temporary storage device 103. Here, the instruction text for displaying the procedure from the input / output device 203 is the procedure selection device 1
When sent to 05, the procedure management information is stored in the procedure management apparatus 10 from the schematic program specification stored in the specification temporary storage 103.
4 and displayed on the input / output device 203 via the procedure selecting device 105.

次に、入出力装置203に表示されている手続一覧から
一つの手続名が選択されると、手続選択装置105がそれ
を判読し、手続管理テキストが手続選択装置105から手
続仕様読みとり装置106に送られる。手続仕様読みとり
装置106は手続管理テキストに対応する手続仕様部分を
仕様一時格納装置103より読みだし、手続仕様保存装置2
01に送出する。手続仕様保存装置201に保持された手続
仕様部分はそれ以降通常の図式プログラム編集装置の構
成である図式プログラム仕様編集装置202と入出力装置2
03によって編集される。
Next, when one procedure name is selected from the procedure list displayed on the input / output device 203, the procedure selection device 105 reads it, and the procedure management text is transmitted from the procedure selection device 105 to the procedure specification reading device 106. Sent. The procedure specification reading device 106 reads a procedure specification portion corresponding to the procedure management text from the specification temporary storage device 103, and reads the procedure specification storage device 2.
Send to 01. The procedure specification part held in the procedure specification storage device 201 is a schematic program specification editing device 202 and an input / output device
Edited by 03.

手続仕様保存装置201と、図式プログラム仕様編集装
置202と、入出力装置203によって編集された図式プログ
ラム仕様は入出力装置203からの指示により手続仕様保
存装置201から手続仕様併合装置107に送られ、仕様一時
格納装置103に格納されている一つの図式プログラム仕
様の全体に併合され編集される。
The procedure specification storage device 201, the diagrammatic program specification editing device 202, and the diagrammatic program specification edited by the input / output device 203 are sent from the procedure specification storage device 201 to the procedure specification merging device 107 according to an instruction from the input / output device 203, One schematic program specification stored in the specification temporary storage device 103 is merged and edited as a whole.

また、入出力装置203からの指示により仕様一時格納
装置103に格納されている編集済みの図式プログラム仕
様は仕様書き込み装置108によって読みとられ複数の図
式プログラム仕様が保持されている図式プログラム仕様
格納装置101に書き込まれ、図式プログラム仕様が編集
される。
The edited schematic program specification stored in the temporary specification storage device 103 according to an instruction from the input / output device 203 is read by the specification writing device 108, and the schematic program specification storage device in which a plurality of schematic program specifications are held. Written to 101, the schematic program specification is edited.

次に、実際の図式プログラム編集装置でのソースの部
分修正の例を示す。
Next, an example of partial modification of the source in the actual diagrammatic program editing apparatus will be described.

第2図は図式プログラム仕様格納装置101から仕様判
読装置102によって読みとられ仕様一時格納装置103に格
納されている図式プログラム仕様の例である。罫線で区
切られた二つの領域の内右側の領域22は図式プログラム
の1例であるSPD(Structured Programming Diagram)
記法に準じた図式プログラム仕様であり、左側の領域21
は図式プログラム仕様を管理する行番号である。
FIG. 2 shows an example of a schematic program specification read from the schematic program specification storage device 101 by the specification reading device 102 and stored in the specification temporary storage device 103. The area 22 on the right side of the two areas separated by the ruled line is an example of a diagrammatic program SPD (Structured Programming Diagram)
It is a schematic program specification according to the notation, and the area 21 on the left side
Is a line number for managing the schematic program specification.

第3図は手続管理装置104が仕様一時格納装置103に格
納されている第2図に示す図式プログラム仕様を読みと
り手続を管理する手続管理テキストの例である。罫線で
区切られた三つの領域の内左側の領域31には手続の名前
が管理され(ここでは、C言語における関数名になって
いる)、中央の領域32は領域31に対応する手続の図式プ
ログラム仕様内での開始位置が行番号で管理され、同様
に右側の領域33は領域31に対応する手続の図式プログラ
ム仕様内での終了位置が行番号で管理される。この例で
はprint手続は第2図に示す図式プログラム仕様の内行
番号1100行から1300行に存在することを示している。ま
た第3図に示す領域31の情報は手続選択装置105によっ
て入出力装置203に表示され、表示された手続名の選択
のために使用される。
FIG. 3 is an example of a procedure management text in which the procedure management device 104 reads the schematic program specification shown in FIG. 2 stored in the specification temporary storage device 103 and manages the procedure. The name of the procedure is managed in the left area 31 of the three areas separated by the ruled line (here, the function name in C language), and the central area 32 is the schema of the procedure corresponding to the area 31. The start position in the program specification is managed by the line number, and similarly, in the area 33 on the right side, the end position in the schematic program specification of the procedure corresponding to the area 31 is managed by the line number. This example shows that the print procedure exists in the line numbers 1100 to 1300 in the schematic program specification shown in FIG. The information in the area 31 shown in FIG. 3 is displayed on the input / output device 203 by the procedure selecting device 105, and is used for selecting the displayed procedure name.

第4図は手続選択装置105によって選択された手続名:
printに対応する図式プログラム仕様が手続仕様読みと
り装置106によって読み込まれ、手続仕様保存装置201に
保持されている例を示したものである。
FIG. 4 shows the procedure name selected by the procedure selecting device 105:
This shows an example in which a schematic program specification corresponding to print is read by the procedure specification reading device 106 and held in the procedure specification storage device 201.

第5図は第4図に示す図式プログラム仕様の一部を図
式プログラム仕様編集装置202と入出力装置203によって
編集した例である。
FIG. 5 is an example in which a part of the schematic program specification shown in FIG. 4 is edited by the schematic program specification editing device 202 and the input / output device 203.

第6図は手続仕様保存装置201に保持されている第5
図に示す図式プログラム仕様が手続仕様併合装置107に
よって編集前の第2図に示す図式プログラム仕様に併合
された例を示したものである。
FIG. 6 shows the fifth example stored in the procedure specification storage device 201.
This shows an example in which the diagrammatic program specifications shown in the figure are merged into the diagrammatic program specifications shown in FIG. 2 before editing by the procedure specification merging apparatus 107.

このようにして図式プログラム編集装置でソースの部
分修正を行うことができる。特に、本発明における効果
が存在するのは装置101から装置107が図外のホストコン
ピュータ側に存在し、装置201から装置203がワークステ
ーション200側に存在する場合に図式プログラム仕様の
一部分をワークステーション200上で編集することにな
る、図外のホストコンピュータとワークステーション20
0間での通信を行う単位を手続単位にすることにより従
来の図式プログラム編集装置における図式プログラム仕
様の全体の単位での通信に比べて通信量を減らし、応答
性を良くすることができる。
In this way, the source program can be partially corrected by the schematic program editing apparatus. In particular, the effect of the present invention exists when a part of the schematic program specification is transmitted to the workstation 200 when the devices 101 to 107 exist on the host computer (not shown) and the devices 201 to 203 exist on the workstation 200. Unillustrated host computer and workstation 20 to be edited on 200
By making the unit for performing communication between 0 units a procedure unit, it is possible to reduce the amount of communication and improve the responsiveness as compared with the communication in the whole unit of the diagrammatic program specification in the conventional diagrammatic program editing apparatus.

〔発明の効果〕〔The invention's effect〕

本発明は以上説明したように、ホストコンピュータシ
ステムとワークステーション間での図式プログラム仕様
修正時の通信を効率的に行うことができる効果がある。
As described above, the present invention has an effect that communication between a host computer system and a workstation when a schematic program specification is modified can be efficiently performed.

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

第1図は本発明実施例の構成およびデータの流れを示す
ブロック図。 第2図は本発明実施例における図式プログラム仕様の例
を示す図。 第3図は本発明実施例における手続管理テキストの例を
示す図。 第4図は本発明実施例における図式プログラム仕様が手
続仕様保存装置に保持された例を示す図。 第5図は本発明実施例における図式プログラム仕様の編
集例を示す図。 第6図は本発明実施例における図式プログラム仕様に併
合された例を示す図。 100……図式プログラム編集装置、101……図式プログラ
ム仕様格納装置、102……仕様判読装置、103……仕様一
時格納装置、104……手続管理装置、105……手続選択装
置、106……手続仕様読みとり装置、107……手続仕様併
合装置、108……仕様書き込み装置、200……ワークステ
ーション、201……手続仕様保存装置、202……図式プロ
グラム仕様編集装置、203……入出力装置。
FIG. 1 is a block diagram showing the configuration and data flow of an embodiment of the present invention. FIG. 2 is a diagram showing an example of a schematic program specification in the embodiment of the present invention. FIG. 3 is a diagram showing an example of a procedure management text in the embodiment of the present invention. FIG. 4 is a diagram showing an example in which a schematic program specification in the embodiment of the present invention is held in a procedure specification storage device. FIG. 5 is a diagram showing an example of editing a graphical program specification in the embodiment of the present invention. FIG. 6 is a diagram showing an example of merging with a schematic program specification in the embodiment of the present invention. 100: Schematic program editing device, 101: Schematic program specification storage device, 102: Specification reading device, 103: Specification temporary storage device, 104: Procedure management device, 105: Procedure selection device, 106: Procedure Specification reading device, 107: Procedure specification merging device, 108: Specification writing device, 200: Workstation, 201: Procedure specification storage device, 202: Schematic program specification editing device, 203: Input / output device

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.6,DB名) G06F 9/06,9/445,3/14,15/00,17/21──────────────────────────────────────────────────続 き Continued on the front page (58) Fields surveyed (Int. Cl. 6 , DB name) G06F 9/06, 9/445, 3/14, 15/00, 17/21

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】図式プログラム仕様が格納される図式プロ
グラム仕様格納装置と、この仕様を読出してプログラム
仕様編集を行う図式プログラム仕様編集装置を含むワー
クステーションとの間に設けた図式プログラム編集装置
において、 図式プログラム仕様を読みとる仕様判読装置と、 この判読装置で読みとられた図式プログラム仕様を一時
保存する仕様一時格納装置と、 この図式プログラム仕様から手続の部分を判読してその
手続を管理する手続管理装置と、 図式プログラム仕様を構成する複数の手続から前記ワー
クステーションの入出力装置を指示する一つの手続を選
択する手続選択装置と、 前記仕様一時格納装置から指定された手続に該当するプ
ログラム仕様を読みとり前記ワークステーションのこの
読みとられた手続を保存する手続仕様保存装置に与える
手続仕様読み取り装置と、 前記図式プログラム仕様編集装置で編集され前記手続仕
様保存装置に保存された編集済みの手続を前記仕様一時
格納装置に格納されている図式プログラムに併合する手
続仕様併合装置と、 前記仕様一時格納装置に格納された併合済みの図式プロ
グラム仕様を前記仕様一時格納装置から読み込み前記図
式プログラム仕様保存装置に格納する仕様書き込み装置
と を備えたことを特徴とする図式プログラム編集装置。
1. A diagrammatic program editing device provided between a diagrammatic program specification storage device for storing diagrammatic program specifications and a workstation including a diagrammatic program specification editing device for reading the specifications and editing the program specifications. A specification reading device for reading a schematic program specification, a specification temporary storage device for temporarily storing the graphic program specification read by the reading device, and a procedure management for reading a procedure part from the schematic program specification and managing the procedure An apparatus, a procedure selecting apparatus for selecting one procedure indicating the input / output device of the workstation from a plurality of procedures constituting the schematic program specification, and a program specification corresponding to the procedure specified from the specification temporary storage device. Reading means for storing this read procedure at the workstation. A procedure specification reading device to be provided to the specification storage device; and a procedure for merging the edited procedure edited by the schema program specification editing device and stored in the procedure specification storage device into the schema program stored in the specification temporary storage device. A specification merging device, and a specification writing device that reads the merged schematic program specifications stored in the temporary specification storage device from the temporary specification storage device and stores the specifications in the schematic program specification storage device. Program editing device.
JP1159049A 1989-06-21 1989-06-21 Schematic program editing device Expired - Lifetime JP2864537B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1159049A JP2864537B2 (en) 1989-06-21 1989-06-21 Schematic program editing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1159049A JP2864537B2 (en) 1989-06-21 1989-06-21 Schematic program editing device

Publications (2)

Publication Number Publication Date
JPH0324622A JPH0324622A (en) 1991-02-01
JP2864537B2 true JP2864537B2 (en) 1999-03-03

Family

ID=15685113

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1159049A Expired - Lifetime JP2864537B2 (en) 1989-06-21 1989-06-21 Schematic program editing device

Country Status (1)

Country Link
JP (1) JP2864537B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0640302B2 (en) * 1984-01-30 1994-05-25 株式会社日立製作所 Schematic / source program automatic generation method
JPS63124165A (en) * 1986-11-13 1988-05-27 Nec Corp Compiling system for conversational information processing system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
bit別冊「GNU Emacs マニュアル」(昭63−2−15)共立出版株式会社,p.123−127

Also Published As

Publication number Publication date
JPH0324622A (en) 1991-02-01

Similar Documents

Publication Publication Date Title
JP2938374B2 (en) Sequence sequence program creation device and control device
JPH03206552A (en) Display processing system
JPS6049425A (en) Display system for sentence processor
JP2864537B2 (en) Schematic program editing device
JPS6022236A (en) Message output system
JPH0228183B2 (en)
CN107220045B (en) Station building method, device, equipment and storage medium based on artificial intelligence
JPH0673139B2 (en) Document editing device
JPS6330969A (en) Catalog editing system
JP3080891B2 (en) Form processing device
JP3020213B2 (en) Document processing device
JPS6175474A (en) Display restoration system in graphic processor
JP3037141B2 (en) Spreadsheet system and method with auxiliary line display function
JPS61271568A (en) Text editing system
JP2797653B2 (en) Image data processing device
JPH01301457A (en) Train diagram forming method
JP2862369B2 (en) Image display control device
JPH0727520B2 (en) Document processor
JPH04153759A (en) Development system for network defining program
JPS61123973A (en) Composition and graphic editing system
JPH0734197B2 (en) Information processing equipment
JPS59125406A (en) Automatic computer programming device
JPS6043737A (en) Crt display device with local command function
JPH0273454A (en) Document processor
JPH0417023A (en) Information processing system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071218

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081218

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091218

Year of fee payment: 11

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091218

Year of fee payment: 11