JPS62271141A - Programming tool - Google Patents

Programming tool

Info

Publication number
JPS62271141A
JPS62271141A JP61115156A JP11515686A JPS62271141A JP S62271141 A JPS62271141 A JP S62271141A JP 61115156 A JP61115156 A JP 61115156A JP 11515686 A JP11515686 A JP 11515686A JP S62271141 A JPS62271141 A JP S62271141A
Authority
JP
Japan
Prior art keywords
program
correction
maintenance
storage means
history
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
JP61115156A
Other languages
Japanese (ja)
Inventor
Kiyoshi Ebizuka
海老塚 清
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 Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP61115156A priority Critical patent/JPS62271141A/en
Publication of JPS62271141A publication Critical patent/JPS62271141A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain the program operation with high reliability by storing the maintenance/history such as correction/addition applied to a program already generated into a storage device and image print the result at any time so as to keep the result as a hard copy at any time. CONSTITUTION:A program storage section 5 is provided a correction location storage means 141 storing the location of the correction/addition processing as to each program and a maintenance/history storage section 14 acting like a correction content storage means 142 to store the content of the correction/ addition processing. A programming function control section 6 is provided with a maintenance/history display print control means 13 displaying the storage content of a correction location storage means 121 and a correction content storage means 122 on a monitor 2 or image printing it onto a printer 3 and a correction part command means 15 giving a mark to the program revision part on screen an image print or the display in image printing the data on the printer 3 in a form a software.

Description

【発明の詳細な説明】 3、発明の詳細な説明 〔産業上の利用分野〕 本発明は、たとえばコンピュータシステムを利用した各
種制御装置等の制御プログラムをプログラミングするた
めのプログラミングクールに関し、更に詳述すれば、プ
ログラムの修正・追加処理等の保守・履歴管理が容易に
行えるプログラミングツールに関する。
[Detailed Description of the Invention] 3. Detailed Description of the Invention [Field of Industrial Application] The present invention relates to a programming program for programming control programs for various control devices using a computer system, and further details. The present invention relates to a programming tool that allows easy maintenance and history management of programs such as modification and additional processing.

〔従来技術〕[Prior art]

コンピュータシステムを利用した各種の制御装置では、
これに被制御機器を制御するためのプログラムを新規に
入力・作成し、あるいは既に作成済みのプログラムを修
正しまた部分的に追加する等の処理のためのプログラミ
ングツールが必要である。
In various control devices using computer systems,
A programming tool is required to input and create a new program for controlling the controlled equipment, or to modify or partially add a program that has already been created.

第5図はこのような従来のプログラミングクールの構成
を示したブロック図である。
FIG. 5 is a block diagram showing the configuration of such a conventional programming system.

第5図において、■はプログラミングツール本体であり
、このプログラミングツール本体lにはたとえばCRT
ディスプレイ等のモニタ装置2.印写手段としてのプリ
ンタ3.プログラム・データ及び各種命令等の入力装置
としてのキーボード4及び作成済みのプログラムを記憶
するためのたとえばフロッピーディスク装置あるいは磁
気テープ記録装置等を使用した外部記憶装置としてのプ
ログラム保管部5等の周辺装置が付属している。
In FIG. 5, ■ is a programming tool body, and this programming tool body l includes, for example, a CRT
Monitor device such as display 2. Printer as printing means 3. Peripheral devices include a keyboard 4 as an input device for program data and various commands, and a program storage unit 5 as an external storage device using, for example, a floppy disk device or a magnetic tape recording device for storing created programs. is included.

プログラミングツール本体1は、プログラムの作成、修
正・追加等を行うCPU(中央処理装置)を中心とする
プログラミング機能制御部6を主要構成要素としており
、このプログラミング機能制御部6と上述の各周辺装置
2,3,4.5とを接続するモニタインターフェイス7
、プリンタインターフェイス8.キーボードインターフ
ェイス9.プログラム保管部インターフェイス11、及
びたとえばRAM等を使用してプログラムを一時的に記
憶するための内部記憶装置としてのプログラム記憶部1
0等から構成されている。
The main component of the programming tool body 1 is a programming function control section 6 centered on a CPU (central processing unit) that creates, corrects, adds, etc. programs, and the programming function control section 6 and the above-mentioned peripheral devices. Monitor interface 7 that connects 2, 3, 4.5
, printer interface8. Keyboard interface 9. A program storage interface 11 and a program storage 1 as an internal storage device for temporarily storing programs using, for example, RAM or the like.
It is composed of 0, etc.

次に上述のような構成の従来のプログラミングツールの
動作について説明する。
Next, the operation of the conventional programming tool configured as described above will be explained.

新規にプログラムの入力・作成、即ちプログラミングを
行う場合は、キーボード4の各キーの打鍵操作によりプ
ログラムを人力するが、ここではプログラムの構成単位
としてのシート単位で入力されるものとする。人力され
たプログラムの構成単位としてのプログラムシートはキ
ーボードインターフェイス9を介してプログラム機能制
御部6に与えられて処理され、プログラム記憶部10に
順次記憶される。そして、新規の人力が完了した後、プ
ログラム記憶部10に記憶されているプログラムシート
をプログラム保管部インターフェイス11を介してプロ
グラム保管部5に転送して記憶させることにより、この
プログラムシートの保管が可能となる。
When inputting and creating a new program, that is, programming, the program is manually input by pressing each key on the keyboard 4, but here, it is assumed that the program is input in units of sheets as the constituent units of the program. A program sheet as a structural unit of a manually-written program is given to the program function control section 6 via the keyboard interface 9, processed, and sequentially stored in the program storage section 10. After the new manual input is completed, the program sheet stored in the program storage section 10 is transferred to the program storage section 5 via the program storage section interface 11 and stored therein, so that the program sheet can be stored. becomes.

なお、実際には複数のプログラムシートが組合わされて
一件のプログラムとして使用される。
Note that, in reality, a plurality of program sheets are combined and used as one program.

このようにして新規作成されたプログラムあるいはその
構成単位としてのシートに対する修正または部分的な追
加の処理は、第6図のフローチャートに示す如く行われ
る。
Processing for modifying or partially adding to the newly created program or the sheet as its constituent unit is performed as shown in the flowchart of FIG.

まず、プログラミング機能制御部6は修正・追加処理の
対象となるプログラムシートをプログラム保管部5から
読出し、これをプログラム保管部インターフェイス11
を介してプログラム記憶部1゜に転送して記憶させる呼
出し処理を行う。第8図は上述のようにしてプログラム
保管部5から呼出サレ、モニタ装置2に表示されたプロ
グラムシートの一例である。
First, the programming function control section 6 reads out a program sheet to be modified/added from the program storage section 5, and transfers it to the program storage section interface 11.
A calling process is performed to transfer the program to the program storage unit 1° and store it therein. FIG. 8 shows an example of a program sheet called up from the program storage section 5 and displayed on the monitor device 2 as described above.

そして、呼出された修正・追加処理対象のシートに対し
て修正・追加処理が行われ、これが完了した時点でプロ
グラミング機能制御部6は修正・追加処理後のシートを
プログラム記憶部10に記憶させる。
Then, correction/addition processing is performed on the called sheet to be corrected/added, and when this is completed, the programming function control unit 6 stores the sheet after the correction/addition processing in the program storage unit 10.

この呼出されたシートに対するプログラムの修正・追加
処理は、モニタインターフェイス7を介してモニタ装置
2に(II正・追加処理前のシートがまず表示され、こ
れに対してキーボード4の各キーの操作によりキーボー
ドインターフェイス9を介して修正・追加処理の内容及
び指示がプログラム機能制御部6に与えられることによ
り実行される。また、この間の一連のプログラムの修正
・追加処理の状態もモニタ装置2に順次的に表示される
。第9図は前述の第8図に示したプログラムシートに、
上述のようにして一部のプログラムを追加した状態を示
している。
The program correction/addition processing for this called sheet is performed on the monitor device 2 via the monitor interface 7 (II) The sheet before the original/additional processing is first displayed, and then by operating each key on the keyboard 4, The content and instructions of the correction/addition process are given to the program function control unit 6 via the keyboard interface 9, and the process is executed.Furthermore, the status of a series of program correction/addition processes during this time is also sequentially displayed on the monitor device 2. Figure 9 shows the program sheet shown in Figure 8 above.
This shows a state in which some programs have been added as described above.

更に、プログラム記憶部10に記憶されている修正・追
加処理後のシートをプログラム保管部インターフェイス
11を介してプログラム保管部5に転送記憶させること
により、修正・追加処理後のシ、−トの保管が可能とな
る。
Furthermore, by transferring and storing the modified/additionally processed sheet stored in the program storage unit 10 to the program storage unit 5 via the program storage unit interface 11, the sheet after the modified/additional process can be stored. becomes possible.

このようにして修正・追加処理されてプログラム保管部
5に保管されているプログラムは、随時たモニタ装置2
に表示することが可能である。
The programs that have been modified and added in this way and are stored in the program storage section 5 can be monitored by the monitor device 2 at any time.
It is possible to display the

第7図はその処理内容を示している。キーボード4を介
して呼出すべきプログラムを指定すると、プログラミン
グ機能制御部6は指定されたプログラムをプログ、ラム
保管部5からプログラム保管部インターフェイス11を
介してプログラム記憶部10へ転送してこれに記憶させ
、この記憶内容をモニタ装置インターフェイス7を介し
てモニタ装置2に転送し表示させる。この場合、たとえ
ば第10図に示したような修正・追加処理済みのプログ
ラムシートがモニタ装置2に表示される。
FIG. 7 shows the processing contents. When a program to be called is specified via the keyboard 4, the programming function control section 6 transfers the specified program from the program/ram storage section 5 to the program storage section 10 via the program storage section interface 11 and stores it therein. , the stored contents are transferred to the monitor device 2 via the monitor device interface 7 and displayed. In this case, a modified/added program sheet as shown in FIG. 10, for example, is displayed on the monitor device 2.

更に、ハードコピーが必要な場合には、キーボード4を
介して指示を与えると、プログラミング機能制御部6は
モニタ装置2の表示内容をプリンタインターフェイス8
を介してプリンタに転送して印写させる。これにより修
正・追加処理後のプログラムのハードコピーを得ること
が可能である。
Further, if a hard copy is required, when an instruction is given via the keyboard 4, the programming function control section 6 transfers the display contents of the monitor device 2 to the printer interface 8.
The data is transferred to the printer via the printer and printed. This makes it possible to obtain a hard copy of the program after modification and addition processing.

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

このような従来のプログラミングツールでは、作成済み
のプログラムに対して修正・追加処理が行われた場合に
は、その修正・追加処理のプログラム上での位置及び修
正・追加処理の内容が保管されず、従って作成済みのプ
ログラムに対して修正・追加処理が行われたことがある
か否か、あるのであればどの部分であるか、等の保守・
履歴の記録が残らないという難点があり、このためプロ
グラム運用に対する信頼性が低いとう問題が有った。
With such conventional programming tools, when modifications or additions are made to a program that has already been created, the location of the modifications or additions on the program and the contents of the modifications or additions are not saved. Therefore, maintenance and maintenance information such as whether or not modifications and additions have been made to the created program, and if so, which parts, etc.
The problem was that no historical records were left, and as a result, there was a problem of low reliability in program operation.

本発明はこのような事情に鑑みてなされたものであり、
作成済みのプログラムに対して修正・追加処理が行われ
た場合には、任意の時点で修正・追加の位置及び内容が
印写されるようにし、更にプログラムの変更部分に印が
付されるようにして、保守・履歴の記録を随時取り出し
得、また更にプログラムの変更部分が明確に判明するプ
ログラミングツールの提供を目的とする。
The present invention was made in view of these circumstances, and
When corrections or additions are made to a program that has already been created, the location and content of the corrections or additions should be printed at any time, and the changed parts of the program should be marked. The purpose of the present invention is to provide a programming tool that allows maintenance/history records to be taken out at any time and also allows clearly identifying changed parts of a program.

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

本発明のプログラミングツールは、作成済みのプログラ
ムに修正・追加処理が行われた場合に、そのプログラム
上の位置を記憶する手段及び修正・追加処理の内容を記
憶する手段、更にこれら両手段の記憶内容を表示手段に
表示し、あるいはプリンタ等の印写手段に印写させる手
段と、表示あるいは印写の際にプログラムの変更部分に
印を付す手段とを備える構成を採っている。
The programming tool of the present invention includes a means for storing the position on the program when a modified/added process is performed on an already created program, a means for storing the contents of the modified/added process, and a storage for both of these means. The program is configured to include means for displaying the contents on a display means or for printing them on a printing means such as a printer, and means for marking changed portions of the program at the time of display or printing.

〔作用〕[Effect]

本発明のプログラミングツールでは、作成済みのプログ
ラムに修正・追加処理を行った場合には、その修正・追
加処理のそのプログラム上における位置及び内容が記憶
されるので、これを表示装置に表示しまたハードコピー
として取り出してプログラムの保守・履歴の記録として
残すことが出来る。
In the programming tool of the present invention, when corrections or additions are made to an already created program, the position and content of the corrections or additions on the program are stored, and this is then displayed on the display device. It can be taken out as a hard copy and kept as a record of program maintenance and history.

〔実施例〕〔Example〕

以下、本発明をその実施例を示す図面に基づいて詳述す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described in detail below based on drawings showing embodiments thereof.

第1図は本発明に係るプログラミングクールの構成を示
すブロック図である。
FIG. 1 is a block diagram showing the configuration of a programming module according to the present invention.

第り図において、lはプログラミングツール本体であり
、このプログラミングツール本体1にはたとえばCI?
Tディスプレイ等のモニタ装置2.印写手段としてのプ
リンタ3.プログラム・データ及び各種命令等の入力装
置としてのキーボード4及びたとえばフロッピーディス
ク装置あるいは磁気テープ記録装置等を使用した作成済
みのプログラムの記憶手段である外部記憶装置としての
プログラム保管部5等の周辺装置が付属している。
In the figure, l is a programming tool main body, and this programming tool main body 1 includes, for example, CI?
Monitor device such as T display 2. Printer as printing means 3. Peripheral devices include a keyboard 4 as an input device for program data and various commands, and a program storage section 5 as an external storage device that is a means of storing created programs using, for example, a floppy disk device or a magnetic tape recording device. is included.

プログラム保管部5は、プログラム自体を記憶して保管
する機能の偽に、各プログラムについての修正・追加処
理の位置を記憶して保管するための修正位置保管手段1
41及び修正・追加処理の内容を記憶して保管するため
の修正内容保管手段142として機能する保守・履歴保
管部14が備えられている。
The program storage unit 5 has a function of storing and storing the program itself, and a correction position storage means 1 for storing and storing the position of correction/additional processing for each program.
41 and a maintenance/history storage unit 14 that functions as a modification content storage unit 142 for storing and storing the content of modification/addition processing.

プログラミングツール本体1は、プログラムの作成、修
正・追加を行うプログラム作成手段としてのCPU(中
央処理装置)を中心とするプログラミング機能制御部6
を主要構成要素としており、このプログラミング機能制
御部6には後述する修正位置記憶手段121及び修正内
容記憶手段122の記憶内容をモニタ装置2に表示させ
、あるいはブリンタ3に印写させるための保守・履歴表
示印写制御手段13及び修正・追加済みのプログラムを
モニタ装置2に表示しあるいはプリンタ3にて印写する
際にその表示あるいは印写画面上のプログラムの変更部
分に印を付させるための修正部分指示手段15がソフト
ウェアの形で備えられている。
The programming tool main body 1 includes a programming function control unit 6 centered on a CPU (central processing unit) as a program creation means for creating, modifying, and adding programs.
The programming function control unit 6 has maintenance and maintenance functions for displaying the stored contents of the correction position storage means 121 and correction content storage means 122 on the monitor device 2 or printing them on the printer 3, which will be described later. A history display printing control means 13 and a modified/added program are displayed on the monitor device 2 or for marking changed portions of the program on the display or printing screen when printing on the printer 3. Modified portion instructing means 15 is provided in the form of software.

またプログラミングツール本体1は、このプログラミン
グ機能制御部6と上述の各周辺装置2,3゜4.5とを
接続するモニタインターフェイス7、プリンタインター
フェイス8.キーボードインターフェイス9.プログラ
ム保管部インターフヱイス11、及びたとえばRAM等
を使用したプログラムの一時的に記憶手段である内部記
憶装置としてのプログラム記憶部10、更にはプログラ
ムの修正・追加位置を記憶するためのfキ正位置記憶手
段121及び修正・追加内容を一時的に記憶するための
修正内容記憶手段122として機能するRAM等を利用
したプログラム保守・履歴記憶部12等から構成されて
いる。
The programming tool main body 1 also includes a monitor interface 7, a printer interface 8, . Keyboard interface 9. A program storage unit interface 11, a program storage unit 10 as an internal storage device which is a temporary storage means for programs using, for example, RAM, and an f key corrector for storing program correction/addition positions. It is composed of a program maintenance/history storage unit 12 using a RAM or the like, which functions as a position storage unit 121 and a correction content storage unit 122 for temporarily storing corrections and additions.

次に上述のような構成の本発明のプログラミングクール
の動作について説明する。
Next, the operation of the programming coolant of the present invention configured as described above will be explained.

新規にプログラムの入力・作成、即ちプログラミングを
行う場合は、キーボード4の各キーの打鍵操作によりプ
ログラムを入力するが、ここではプログラムの構成単位
としてのシート単位で入力されるものとする0人力され
たプログラムの構成単位としてのプログラムシートはキ
ーボードインターフェイス9を介してプログラム機能制
御部6に与えられて処理され、プログラム記憶部10に
順次記憶される。そして、新規の入力が完了した後、プ
ログラム記憶部10に記憶されているプログラムシート
をプログラム保管部インターフェイス11を介してプロ
グラム保管部5に転送して記憶させることにより、この
プログラムシートの保管が可能となる。
When inputting or creating a new program, that is, programming, the program is input by pressing each key on the keyboard 4, but here it is assumed that the program is input in units of sheets as the constituent units of the program. The program sheet as a structural unit of the program is given to the program function control section 6 via the keyboard interface 9, processed, and sequentially stored in the program storage section 10. After the new input is completed, the program sheet stored in the program storage section 10 is transferred to the program storage section 5 via the program storage section interface 11 and stored therein, so that the program sheet can be stored. becomes.

このようにしてたとえば前述の第9図に示したものと同
様のプログラムが新規に作成され、プログラム保管部5
に保管される。
In this way, for example, a new program similar to that shown in FIG.
will be stored in

なお、実際には複数のプログラムシートが組合わされて
一件のプログラムとして使用される。
Note that, in reality, a plurality of program sheets are combined and used as one program.

このようにして新規作成されたプログラムあるいはその
構成単位としてのシートに対する修正または部分的な追
加の処理は、第2図のフローチャートに示す如く行われ
る。
Processing for modifying or partially adding to the newly created program or the sheet as its constituent unit is performed as shown in the flowchart of FIG.

まず、プログラム機能制御部6は1−正・追加処理の対
象となるプログラムシートをプログラム保管部5から読
出してプログラム保管部インターフェイス11を介して
プログラム記憶部10に転送して記憶させる呼出し処理
を行い(ステップ■)、更にこのプログラムシートを修
正位置記憶手段121に記憶させる(ステップ■)。そ
して次にプログラム機能制御部6は、呼出されているシ
ートに対するプログラムの修正・追加処理(ステップ■
)を行い、これが完了した時点で修正・追加処理後のプ
ログラムをプログラム記憶部5に記憶させると共に修正
・追加処理の内容を修正内容記憶手段122に記憶させ
る(ステップ■)。
First, the program function control section 6 performs a calling process in which the program sheet to be subjected to 1-correction/additional processing is read out from the program storage section 5, transferred to the program storage section 10 via the program storage section interface 11, and stored. (Step ■), and further this program sheet is stored in the corrected position storage means 121 (Step ■). Next, the program function control unit 6 performs program correction/addition processing for the called sheet (step
), and when this is completed, the program after the modification/addition process is stored in the program storage unit 5, and the content of the modification/addition process is stored in the modification content storage means 122 (step 2).

このプログラムの修正・追加処理は、モニタインターフ
ェイス7を介してモニタ装置2に修正・追加処理前のシ
ートがまず表示され、これに対してキーボード4の各キ
ーの操作によりキーボードインターフェイス9を介して
修正・追加処理の内容及び指示がプログラム機能制御部
6に与えられることにより実行される。また、この間の
一連のプログラムの修正・追加処理の状態もモニタ装置
2に順次的に表示される。
In the correction/addition processing of this program, the sheet before the correction/addition processing is first displayed on the monitor device 2 via the monitor interface 7, and then the sheet is corrected via the keyboard interface 9 by operating each key on the keyboard 4. - The contents and instructions of the additional processing are given to the program function control unit 6 to be executed. Furthermore, the status of a series of program correction/addition processes during this time is also sequentially displayed on the monitor device 2.

このようにして前述の第9図に示した新規に作成された
プログラムが、たとえば第10図に示すようにその一部
にプログラムの追加が行われる。
In this way, a part of the newly created program shown in FIG. 9 is added as shown in FIG. 10, for example.

このようにしてプログラムの修正・追加処理が終了した
後、プログラム機能制御部6に指示を与えて、プログラ
ム記憶部10に記憶されている修正・追加処理後のシー
トあるいは修正位置記憶手段121及び修正内容記憶手
段122の記憶内容をプログラム保管部インターフェイ
ス11を介してプログラム保管部5に転送記憶させるこ
とにより、修正・追加後のシートの保管が可能となる(
ステップ■)。
After the program correction/addition process is completed in this way, an instruction is given to the program function control unit 6 to select the sheet after the correction/addition process stored in the program storage unit 10 or the correction position storage means 121 and the correction position storage unit 121. By transferring and storing the stored contents of the content storage means 122 to the program storage section 5 via the program storage section interface 11, it becomes possible to store sheets after corrections and additions.
Step ■).

なおこの際、修正位置記憶手段121の記憶内容であっ
たプログラムの修正・追加処理位置は保守・履歴保管部
14の修正位置記憶手段141に、また修正内容記憶手
段122の記憶内容であったプログラムの修正・追加処
理内容は保守・履歴保管部14の修正内容保管手段14
2にそれぞれ記憶され保管される。
At this time, the modification/addition processing position of the program that was the storage content of the modification position storage means 121 is stored in the modification position storage means 141 of the maintenance/history storage section 14, and the program that was the storage content of the modification content storage means 122 is The correction/addition processing contents are stored in the correction contents storage means 14 of the maintenance/history storage section 14.
2 and are stored and stored respectively.

このようにして修正・追加処理後のプログラム自体とプ
ログラムに対する修正・追加処理の位置及びその内容と
がそれぞれプログラム保管部5内に記憶され保管される
ので、各プログラムについての保守・履歴の記録が必要
な場合には保守・履歴保管部14の記憶内容を読出すこ
とによりこれが可能である。第3図のフローチャートは
この処理内容を示している。
In this way, the program itself after modification/addition processing and the location and contents of modification/addition processing to the program are stored and stored in the program storage section 5, so maintenance and history records for each program can be maintained. If necessary, this can be done by reading out the storage contents of the maintenance/history storage section 14. The flowchart in FIG. 3 shows the contents of this process.

まず、キーボード4を介してどのプログラムの保守・履
歴の記録が必要かを入力する。これにより、プログラミ
ング機能制御部6は指定されたプログラムの保守・履歴
の記録、具体的には修正位置保管手段141に保管され
ているそのプログラムに対して行われた修正・追加処理
の位置及び修正内容保管手段142に爆管されているそ
のプログラムに対して行われた修正・追加処理の内容と
を保守・履歴保管部14から読出してプログラム保管部
インターフェイス11を介してプログラム保守・履歴記
憶部12の修正位置記憶手段121及び修正内容記憶手
段122にそれぞれ転送して記憶させる(ステップ■)
First, the user inputs via the keyboard 4 which program requires maintenance/history recording. As a result, the programming function control unit 6 records the maintenance/history of the specified program, specifically, the location and corrections of corrections/additions performed on the program stored in the correction position storage means 141. The contents of the modification/additional processing performed on the program stored in the content storage means 142 are read out from the maintenance/history storage section 14 and stored in the program maintenance/history storage section 12 via the program storage section interface 11. are transferred to and stored in the corrected position storage means 121 and the corrected content storage means 122, respectively (step ■)
.

次に、プログラミング機能制御部6は保守・履歴表示印
写制御手段13を動作させる。これにより、保守・履歴
表示印写制御手段13はプログラム保守・履歴記憶部1
2の両記憶手段、具体的には修正位置記憶手段121及
び修正内容記憶手段122の記憶内容をモニタインター
フェイス7を介してモニタ装置2に転送して表示させる
(ステップ■)。
Next, the programming function control section 6 operates the maintenance/history display printing control means 13. As a result, the maintenance/history display printing control means 13 controls the program maintenance/history storage section 1.
The stored contents of both storage means 2, specifically, the correction position storage means 121 and the correction content storage means 122, are transferred to the monitor device 2 via the monitor interface 7 and displayed (step 2).

この際のモニタ装置2の表示画面には、たとえば前述の
第10図に示す如き、修正・追加処理が行われたフロー
チャートが表示される。そしてこの時点で、キーボード
4を介して修正・追加処理の際の変更内容を表示するよ
うに指示すれば(ステップ■)、たとえば第4図に示す
如く、プログラムの変更が行われた部分に印が付される
(ステップ■)。
At this time, on the display screen of the monitor device 2, a flowchart in which the correction/addition processing has been performed is displayed, for example, as shown in the above-mentioned FIG. At this point, if you use the keyboard 4 to instruct the user to display the changed contents of the correction/addition process (step ■), the changed part of the program will be marked, for example, as shown in Figure 4. (Step ■).

この後更にハードコピーが必要な場合にはその旨キーボ
ード4を介して指示することにより (ステップ[相]
)、保守・履歴表示印写制御手段13はモニタ装置2に
表示されている内容をプリンタインターフェイス8を介
してプリンタ3に転送して印写させる(ステップ■)、
これにより、プログラムの保守・履歴、具体的にはその
プログラムに対して行われた修正・追加処理の位置及び
その内容がハードコピーとして残される。
If further hard copies are required after this, by instructing to that effect via the keyboard 4 (step [phase]
), the maintenance/history display printing control means 13 transfers the content displayed on the monitor device 2 to the printer 3 via the printer interface 8 and prints it (step ■);
As a result, the maintenance and history of the program, specifically the location and contents of corrections and additions made to the program, are left as a hard copy.

なお、上記実施例では、修正・追加処理対象のプログラ
ムシートをプログラム保管部5から呼出してプログラミ
ングツール本体1内のプログラム記憶部10に記憶した
後、これに対して修正・追加の処理を行っているが、た
とえば新規作成直後にプログラム記憶部10に記憶され
てはいるがまだプログラム保管部5には保管されていな
いプログラムを処理対象とすることも勿論可能である。
In the above embodiment, after the program sheet to be modified and added is called from the program storage section 5 and stored in the program storage section 10 in the programming tool body 1, the modification and addition processing is performed on the program sheet. However, for example, it is of course possible to process a program that has been stored in the program storage unit 10 immediately after being newly created, but has not yet been stored in the program storage unit 5.

また、上記実施例では作成済みのプログラムに対する修
正・追加処理の位置及びその内容を印写する構成として
いるが、たとえばパラメータ修正等の処理を対象するこ
とも可能である。
Further, in the above embodiment, the position and contents of correction/additional processing for the created program are printed, but it is also possible to print processing such as parameter correction, for example.

更に上記実施例では、シート単位にて構成されたプログ
ラムの修正・追加対象のシートを記憶することにより、
修正・追加処理の位置を記憶するようにしているが、た
とえば行単位で構成されるプログラムでは修正・追加対
象の行を記憶する構成とすればよい。
Furthermore, in the above embodiment, by storing the sheet to be modified or added to the program configured in sheet units,
Although the position of the correction/addition process is stored, for example, in a program configured line by line, the configuration may be such that the line to be corrected/added is stored.

〔効果〕〔effect〕

以上のように本発明では、作成済みのプログラムに対し
て行われた修正・追加等の保守・履歴を記憶装置に保管
し、また随時印写してノ1−トコピーとして残し得る構
成とし、またプログラムの変更部分に印を付すことも可
能な構成としているので、プログラムの保守管理が容易
となり、プログラムの変更部分が明瞭且つ容易に@認で
きるので信頼性の高いプログラム運用が可能となる。
As described above, the present invention has a structure in which maintenance and history of modifications and additions made to a created program are stored in a storage device, and can be printed at any time and left as a notebook copy. Since the structure is such that it is possible to mark changed parts of the program, maintenance and management of the program is facilitated, and since changed parts of the program can be clearly and easily recognized, highly reliable program operation is possible.

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

第1図は本発明のプログラミングクールのブロック図、
第2,3図はその動作を示すフローチャート、第4図は
表示画面の模式図、第5図は従来のプログラミングツー
ルのブロック図、第6.7図はその動作を示すフローチ
ャート、第8.9図はその表示画面の模式図である。 1・・・プログラミングツール本体  2・・・モニタ
装置  3・・・プリンタ  4・・・キーボード5・
・・プログラム保管部  6・・・プログラム機能制御
部  12・・・プログラム保守・履歴記憶部121・
・・修正位置記憶手段 122・・・(II正内容記憶
手段  13・・・保守・履歴表示印写部  14・・
・保守・履歴保管部 141・・・修正位置保管手段 
142・・・修正内容保管手段  15・・・修正部分
指示手段なお、各図中同一符号は同−又は相当部分を示
す。
Figure 1 is a block diagram of the programming system of the present invention.
Figures 2 and 3 are flowcharts showing its operation, Figure 4 is a schematic diagram of the display screen, Figure 5 is a block diagram of a conventional programming tool, Figure 6.7 is a flowchart showing its operation, and Figure 8.9. The figure is a schematic diagram of the display screen. 1... Programming tool body 2... Monitor device 3... Printer 4... Keyboard 5.
...Program storage unit 6...Program function control unit 12...Program maintenance/history storage unit 121.
...Correction position storage means 122...(II correct content storage means 13...Maintenance/history display printing section 14...
・Maintenance/history storage section 141... Correction position storage means
142...Modified content storage means 15...Modified portion indicating means Note that the same reference numerals in each figure indicate the same or equivalent parts.

Claims (1)

【特許請求の範囲】 1、プログラムの新規作成及び作成済みのプログラムに
対する修正・追加処理を行うためのプログラム作成手段
と、該プログラム作成手段にて作成・修正されたプログ
ラムを記憶するプログラム記憶手段とを備えたプログラ
ミングツールにおいて、 前記プログラム記憶手段に記憶されている プログラムそれぞれが前記プログラム作成手段にて修正
・追加処理が行われた場合に、その修正・追加部分のプ
ログラム上における位置を記憶する修正位置保管手段と
、 前記修正・追加処理の内容を記憶する修正 内容保管手段と、 前記修正位置保管手段及び修正内容保管手 段の記憶内容を表示及び/又は印写させる保守・履歴表
示印写制御手段と、 該保守・履歴表示印写制御手段により表示 制御される表示手段及び/又は印写制御される印写手段
と、 前記保守・履歴表示印写制御手段による表 示及び/又は印写制御の際に、修正・追加処理によるプ
ログラムの変更部分を指示する印を付す修正部分指示手
段と を備えたことを特徴とするプログラミング ツール。
[Scope of Claims] 1. A program creation means for creating a new program and modifying/adding to an already created program; and a program storage means for storing the program created/modified by the program creation means. In the programming tool, when each program stored in the program storage means is modified or added by the program creation means, a modification that stores the position of the modified or added part on the program. a position storage means; a correction content storage means for storing the contents of the correction/addition processing; and a maintenance/history display printing control means for displaying and/or printing the stored contents of the correction position storage means and the correction content storage means. a display means and/or a printing means whose display is controlled by the maintenance/history display printing control means; and a display means and/or a printing means whose display is controlled by the maintenance/history display printing control means; A programming tool comprising: a modified part indicating means for attaching a mark indicating a changed part of the program due to modification/addition processing.
JP61115156A 1986-05-20 1986-05-20 Programming tool Pending JPS62271141A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61115156A JPS62271141A (en) 1986-05-20 1986-05-20 Programming tool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61115156A JPS62271141A (en) 1986-05-20 1986-05-20 Programming tool

Publications (1)

Publication Number Publication Date
JPS62271141A true JPS62271141A (en) 1987-11-25

Family

ID=14655711

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61115156A Pending JPS62271141A (en) 1986-05-20 1986-05-20 Programming tool

Country Status (1)

Country Link
JP (1) JPS62271141A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02100131A (en) * 1988-10-07 1990-04-12 Nippon Steel Corp Computer program changing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02100131A (en) * 1988-10-07 1990-04-12 Nippon Steel Corp Computer program changing device

Similar Documents

Publication Publication Date Title
JP2000118095A (en) Printing control apparatus, printing system using the same, printing control method and recording medium
JPH10254527A (en) Instructing device for robot
JPS62271141A (en) Programming tool
JPH0436872B2 (en)
JPS62271140A (en) Programming tool
JPS62271142A (en) Programming tool
JP3000985B2 (en) Numerical control unit
JPS59151273A (en) Hard copy system of crt picture
JP2577341B2 (en) Document creation device and document printing method
JP2730716B2 (en) Image processing device
JP2000151883A (en) Information processing unit, its system and its storage medium
JP3829407B2 (en) Printing system, control device, printing control method, and computer-readable recording medium on which printing control program is recorded
JP2000172461A (en) File print control method and program recording medium
JPH0368275A (en) Picture recorder
JPH08221401A (en) System and method for managing document file
JP2000137637A (en) Picture processor, picture processing method and computer readable memory
JPH07182491A (en) Electronic file device
JPS61127047A (en) Saving system for replacement file
JPS62137662A (en) Information registration retrieving device
JPH01291320A (en) Image processor
JPH0196724A (en) Picture output device
JP2002342765A (en) Graphic edit controller, graphic edit control method, storage medium and its program
JPH04338576A (en) Printer device
JPS63240668A (en) Document preparing device
JPH0580953A (en) Method and device for printing