JPH0991008A - Input device for programmable controller - Google Patents
Input device for programmable controllerInfo
- Publication number
- JPH0991008A JPH0991008A JP24159695A JP24159695A JPH0991008A JP H0991008 A JPH0991008 A JP H0991008A JP 24159695 A JP24159695 A JP 24159695A JP 24159695 A JP24159695 A JP 24159695A JP H0991008 A JPH0991008 A JP H0991008A
- Authority
- JP
- Japan
- Prior art keywords
- value
- increase
- decrease
- input
- programmable controller
- 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
Links
Landscapes
- Programmable Controllers (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、一般産業設備の監
視や制御のために使用されるプログラマブルコントロー
ラ用の入力装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an input device for a programmable controller used for monitoring and controlling general industrial equipment.
【0002】[0002]
【従来の技術】従来から、一般産業設備の監視や制御の
ために使用されるプログラマブルコントローラ用入力装
置、例えは保守ツールなどには、問題向き言語、例えば
POL言語などが用いられているが、このPOL言語で
は、設定値の変更が難しく操作性の改善が望まれてい
る。2. Description of the Related Art Conventionally, a programmable controller input device used for monitoring and controlling general industrial equipment, such as a maintenance tool, has a problem-oriented language, for example, a POL language. In this POL language, it is difficult to change the setting value, and improvement of operability is desired.
【0003】図12に示すように、従来の保守ツール
は、CRT80、キーボード81、マウス82などの入
出力装置と本体部83とからなる。As shown in FIG. 12, a conventional maintenance tool comprises a CRT 80, a keyboard 81, an input / output device such as a mouse 82, and a main body 83.
【0004】図13に示すように、本体部83は、キー
ボード81およびマウス82などからのオペレータの入
力を分類する入力手段92、画面処理手段93、表示手
段91、POLプログラム格納部90、伝送手段94な
どから構成されている。CRT80はPOLで作成する
プログラムを表示するためのものである。マウス82は
POLシンボル本体やボタンの選択を行う入力装置であ
る。キーボード81は設定値等の文字入力を行う補助入
力装置である。画面処理手段93は、CRT80の画面
上にウィンドウやメッセージ等を表示するためのデータ
を作成するものである。表示手段91は画面表示のため
のデータを受け取りCRT80に表示するものである。
POLプログラム格納部90は、POLプログラムの各
POL命令の実行番号や設定値を格納する部分である。
伝送手段94は、プログラマブルコントローラへのデー
タの書き込み、プログラマブルコントローラからのデー
タの読み出しを行うものである。As shown in FIG. 13, the main body 83 has an input means 92 for classifying an operator's input from a keyboard 81, a mouse 82, etc., a screen processing means 93, a display means 91, a POL program storage section 90, a transmission means. It is composed of 94 and the like. The CRT 80 is for displaying a program created by POL. The mouse 82 is an input device for selecting the POL symbol body and buttons. The keyboard 81 is an auxiliary input device for inputting characters such as set values. The screen processing means 93 creates data for displaying windows, messages and the like on the screen of the CRT 80. The display means 91 receives data for screen display and displays it on the CRT 80.
The POL program storage section 90 is a section for storing execution numbers and set values of each POL command of the POL program.
The transmission means 94 writes data to the programmable controller and reads data from the programmable controller.
【0005】通常、POL言語のプログラムに使用され
るPOL命令には、プログラム内での実行順序を表す実
行番号が付けられている。また1個のPOL命令が複数
の設定値を持っているため、各設定値には番号が付けら
れている(以下、設定値番号と称す)。Normally, the POL instruction used in the POL language program is provided with an execution number representing the execution order in the program. Since one POL command has a plurality of setting values, each setting value is numbered (hereinafter referred to as a setting value number).
【0006】この保守ツールでは、実行中のPOLプロ
グラムに使われているPOL命令に対して設定値を入力
する場合、オペレータが画面上のPOL命令を選択する
と、その入力を入力制御手段92で受け、画面処理手段
93は、POLプログラム格納部90を参照し、選択さ
れたPOL命令に対応する実行番号を調べ、伝送手段9
4を通じて当該実行番号のPOL命令の各設定値の現在
値をプログラマブルコントローラから読み出しこれを表
示手段91へ出力しCRT80の画面上に表示する。In this maintenance tool, when a setting value is input for the POL command used in the POL program being executed, when the operator selects the POL command on the screen, the input control means 92 receives the input. The screen processing means 93 refers to the POL program storage section 90 to check the execution number corresponding to the selected POL command, and the transmitting means 9
The current value of each set value of the POL command of the execution number is read from the programmable controller through 4, and this is output to the display unit 91 and displayed on the screen of the CRT 80.
【0007】そしてオペレータがキーボード81で、設
定値をキー入力すると、入力手段92によって、その値
が伝送手段94を通じてプログラマブルコントローラに
書き込まれる。When the operator uses the keyboard 81 to key in the set value, the input means 92 writes the value in the programmable controller through the transmitting means 94.
【0008】ところで、プログラマブルコントローラに
書き込んだPOL命令の設定値は、制御条件やその他の
環境条件の変化などで変更することがたびたびある。By the way, the set value of the POL command written in the programmable controller is often changed due to changes in control conditions and other environmental conditions.
【0009】しかしながら、従来の保守ツールでは、P
OL命令の設定値を変更する場合、新たな設定値をオペ
レータがPOL言語でキー入力する必要がある。However, in the conventional maintenance tool, P
When changing the setting value of the OL command, the operator needs to key in a new setting value in the POL language.
【0010】このPOL言語でのキー入力操作は、オペ
レータにとって大変面倒なものであるばかりか、設定項
目が増えると、そのための設定操作に多大な時間がかか
るようになる。The key input operation in the POL language is very troublesome for the operator, and if the number of setting items increases, the setting operation for it will take a lot of time.
【0011】[0011]
【発明が解決しようとする課題】このように上述した従
来の保守ツール、つまりプログラマブルコントローラ用
の入力装置では、設定値変更にオペレータがPOL言語
でキー入力する必要があり、設定項目数が増えると、そ
のための設定に多大な時間がかか利、操作性がよくない
という問題があった。As described above, in the above-mentioned conventional maintenance tool, that is, the input device for the programmable controller, it is necessary for the operator to perform key input in the POL language to change the set value, and the number of set items increases. However, there has been a problem that it takes a lot of time to set it up and the operability is not good.
【0012】またオペレータにはキー操作の誤りや設定
値の入力ミスもある。この場合、オペレータが意図しな
い値を入力してしまっても、その値がそのままプログラ
マブルコントローラへ書き込まれてしまうため、プログ
ラマブルコントローラの制御対象が、例えば発電プラン
トなどの場合は、その動作に悪い影響を及ぼし制御不能
な状態に陥ることがあるという問題があった。The operator also has an error in key operation and an input error in the set value. In this case, even if the operator inputs an unintended value, that value will be written to the programmable controller as it is, so if the control target of the programmable controller is, for example, a power plant, its operation will be adversely affected. There was a problem that it could fall into an uncontrollable state.
【0013】さらにオペレータが設定値の入力をミスし
なくても、オペレータが意図する入力値が、例えば発電
プラントなどに悪影響を与えるような値であった場合
に、プログラマブルコントローラへの書き込みを禁止で
きないという問題もあった。Further, even if the operator does not make a mistake in inputting the set value, if the input value intended by the operator is a value that adversely affects, for example, the power plant, the writing to the programmable controller cannot be prohibited. There was also a problem.
【0014】本発明はこのような課題を解決するために
なされたもので、プログラマブルコントローラに書き込
むべき制御値(設定値)を入力する際の操作性を向上す
ると共に、オペレータが制御値を入力ミスした場合や、
制御対象に悪影響を与えるような制御値であった場合に
プログラマブルコントローラへの書き込みを未然に防止
することのできるプログラマブルコントローラ用の入力
装置を提供することを目的としている。The present invention has been made to solve such a problem, and improves operability in inputting a control value (setting value) to be written in a programmable controller, and an operator makes a mistake in inputting the control value. If you do
An object of the present invention is to provide an input device for a programmable controller that can prevent writing to the programmable controller when the control value has a bad influence on the control target.
【0015】[0015]
【課題を解決するための手段】上記した課題を解決する
ために、請求項1記載の発明は、プログラマブルコント
ローラに対して制御値を設定するプログラマブルコント
ローラ用の入力装置において、前記プログラマブルコン
トローラに既に設定されている現在の制御値と、これか
ら新たに設定する変更値の欄と、それらの増減幅の欄
と、増減方向の選択シンボルとを表示する表示手段と、
前記表示手段により表示された増減方向の選択シンボル
が選択されたとき、その選択操作一回毎の増減幅を予め
設定されている条件から計算する増減幅作成手段と、前
記増減幅作成手段により計算された増減幅と前記現在の
制御値とから、新たな制御値である変更値を計算し、そ
れを前記変更値の欄に設定する設定値作成手段とを具備
している。In order to solve the above-mentioned problems, the invention according to claim 1 is an input device for a programmable controller for setting a control value to the programmable controller, wherein the programmable controller is already set. The present control value, the column of the change value to be newly set, the column of the increase / decrease width thereof, and the display means for displaying the selection symbol of the increase / decrease direction,
When the increase / decrease direction selection symbol displayed by the display means is selected, the increase / decrease width creating means for calculating the increase / decrease width for each selection operation from preset conditions and the increase / decrease width creating means And a set value creating means for calculating a change value which is a new control value from the increased / decreased range and the current control value and setting the calculated change value in the change value column.
【0016】この場合、オペレータは、画面上に表示さ
れた増減方向シンボルの選択操作だけで設定値変更が行
えるようになるので、設定値の入力時間を短縮できる。In this case, since the operator can change the set value only by selecting the increasing / decreasing direction symbol displayed on the screen, the input time of the set value can be shortened.
【0017】この際、画面上には、既に設定されている
現在値と変更値とが各欄に同時に表示されるので、オペ
レータは、表示内容を見て入力ミスの有無を確かめた上
で、変更値をプログラマブルコントローラへ書き込むこ
とができる。At this time, since the current value and the changed value which have already been set are simultaneously displayed in the respective fields on the screen, the operator looks at the displayed contents and confirms whether or not there is an input error. The changed value can be written to the programmable controller.
【0018】また請求項2記載の発明は、プログラマブ
ルコントローラに対して制御値を設定するプログラマブ
ルコントローラ用の入力装置において、前記プログラマ
ブルコントローラに既に設定されている現在の制御値
と、これから新たに設定する変更値の欄と、それらの増
減幅の欄と、増減方向の選択シンボルとを表示する表示
手段と、前記表示手段により表示された選択シンボルが
一回選択される毎にその増減幅を予め設定されている条
件から計算する増減幅作成手段と、前記増減幅作成手段
とは別に前記制御値毎の増減幅データを格納した増減幅
データ格納手段と、前記表示手段により表示された増減
方向の選択シンボルが選択されたとき、前記増減幅作成
手段または増減幅データ格納手段のうち、優先順にいず
れか一方を利用して増減幅を決定する増減幅決定手段
と、前記増減幅決定手段により決定された増減幅と前記
現在の制御値とから、新たな制御値である変更値を計算
し、それを前記変更値の欄に設定する設定値作成手段と
を具備している。According to a second aspect of the present invention, in a programmable controller input device for setting a control value to a programmable controller, the present control value already set to the programmable controller and a new control value to be set from now on. A display unit for displaying a change value field, a field for increasing / decreasing the range, and a selection symbol in the direction of increase / decrease, and an increase / decrease range for each time the selection symbol displayed by the display unit is selected once. The increase / decrease range creating means for calculating from the conditions that have been set, the increase / decrease range data storing means storing the increase / decrease range data for each control value separately from the increase / decrease range creating means, and the selection of the increase / decrease direction displayed by the display means. When a symbol is selected, one of the increase / decrease range creating means and the increase / decrease range data storing means is used in order of priority. An increase / decrease range determining means for determining a decrease range, an increase / decrease range determined by the increase / decrease range determining means, and the current control value are used to calculate a change value which is a new control value, and the change value is displayed in the change value column. And a setting value creating means for setting the setting value.
【0019】この場合、請求項1同様に画面上の選択操
作のみで制御値の設定操作を簡単に行えると共に、増減
幅作成手段とは別に増減幅データ格納手段を設けたの
で、オペレータが所望により増減幅を可変でき、入力装
置の汎用性を高めることができる。In this case, as in claim 1, the setting operation of the control value can be easily performed only by the selection operation on the screen, and the increase / decrease width data storing means is provided separately from the increase / decrease width creating means, so that the operator can operate as desired. The increase / decrease width can be changed, and the versatility of the input device can be improved.
【0020】さらに請求項3記載の発明は、プログラマ
ブルコントローラに対して制御値を設定するプログラマ
ブルコントローラ用の入力装置において、前記プログラ
マブルコントローラに既に設定されている現在の制御値
と、これから新たに設定する変更値の欄と、それらの増
減幅の欄と、増減方向の選択シンボルとを表示する表示
手段と、前記表示手段により表示された増減方向の選択
シンボルが選択されたとき、その選択操作一回毎の増減
幅を予め設定されている条件から計算する増減幅作成手
段と、前記増減幅作成手段により計算された増減幅と前
記現在の制御値とから、新たな制御値である変更値を計
算し、それを前記変更値の欄に設定する設定値作成手段
と、前記制御値に対応させて、その制御値の変更制限が
あるか否かを示す情報を格納する入力制限情報格納手段
と、前記入力制限情報格納手段の入力制限のある制御値
に対して、前記設定値作成手段により新たに設定された
変更値が、予め設定されている制限範囲内にあるか否か
を判定する入力制限判定手段と、前記入力制限判定手段
により制限範囲外であると判定された変更値について、
前記プログラマブルコントローラへの書き込みを禁止す
る書き込み禁止手段とを具備している。Further, in the invention according to claim 3, in a programmable controller input device for setting a control value to a programmable controller, a current control value already set to the programmable controller and a new setting from now on. When the change value column, the increase / decrease width column, the display means for displaying the increase / decrease direction selection symbol, and the increase / decrease direction selection symbol displayed by the display means are selected, one selection operation is performed. A change value, which is a new control value, is calculated from the increase / decrease range creating means for calculating the increase / decrease range for each time from preset conditions, and the increase / decrease range calculated by the increase / decrease range creating means and the current control value. Then, the setting value creating means for setting it in the column of the change value and the control value are shown in correspondence with the change limit of the control value. Input limit information storing means for storing information, and a change value newly set by the set value creating means for a control value having an input limit of the input limit information storing means, a preset limit range. Input limit determining means for determining whether or not the change value, and the change value determined to be out of the limit range by the input limit determining means,
And a write prohibition unit that prohibits writing to the programmable controller.
【0021】この場合、制御値の変更の割合を一定の制
限範囲内に制限できるので、例えば発電プラントなどに
悪影響を与えるような設定値の急激な変更を禁止するこ
とができる。In this case, since the rate of change of the control value can be limited within a certain limit range, it is possible to prohibit abrupt change of the set value that adversely affects the power plant, for example.
【0022】また請求項4記載の発明は、プログラマブ
ルコントローラに対して制御値を設定するプログラマブ
ルコントローラ用の入力装置において、前記制御値毎に
制限範囲データを入力する入力手段と、前記入力手段に
より入力された制限範囲データを格納する制限値データ
格納手段と、前記プログラマブルコントローラに既に設
定されている現在の制御値と、これから新たに設定する
変更値の欄と、それらの増減幅の欄と、増減方向の選択
シンボルとを表示する表示手段と、前記表示手段により
表示された増減方向の選択シンボルが選択されたとき、
その選択操作一回毎の増減幅を予め設定されている条件
から計算する増減幅作成手段と、前記増減幅作成手段に
より計算された増減幅と前記現在の制御値とから、新た
な制御値である変更値を計算し、それを前記変更値の欄
に設定する設定値作成手段と、前記制御値に対応させ
て、その制御値の変更制限があるか否かを示す情報を格
納する入力制限情報格納手段と、前記入力制限情報格納
手段の入力制限のある制御値に対して、前記設定値作成
手段により設定された変更値が前記制限値データ格納手
段に格納されている制限範囲内であるか否かを判定する
入力制限判定手段と、前記入力制限判定手段により制限
範囲外であると判定された変更値について、前記プログ
ラマブルコントローラへの書き込みを禁止する書き込み
禁止手段とを具備している。According to a fourth aspect of the present invention, in a programmable controller input device for setting a control value to a programmable controller, input means for inputting limit range data for each control value, and input by the input means. Limit value data storage means for storing the limited range data, a current control value that has already been set in the programmable controller, a change value column to be newly set, a column for increasing / decreasing the same, and an increase / decrease column. A display means for displaying the direction selection symbol and the increase / decrease direction selection symbol displayed by the display means,
A new control value is calculated from the increase / decrease range creating means for calculating the increase / decrease range for each selection operation from preset conditions, and the increase / decrease range calculated by the increase / decrease range creating means and the current control value. Setting value creating means for calculating a certain change value and setting it in the change value column, and input limitation for storing information indicating whether or not there is a change limitation for the control value in association with the control value. The change value set by the set value creating means is within the limit range stored in the limit value data storing means with respect to the control value having the input limitation of the information storing means and the input limit information storing means. An input restriction determining unit that determines whether or not the input value determining unit determines whether or not the change value determined by the input restriction determining unit to be out of the limit range is written to the programmable controller. There.
【0023】この場合、請求項3と同様に制御値の変更
の割合を一定の制限範囲内に制限して、例えば発電プラ
ントなどに悪影響を与えるような値の設定値の入力を禁
止すると共に、入力手段により入力された制限範囲デー
タを格納する制限値データ格納手段を設けたことによ
り、オペレータが所望により制限範囲を可変でき、入力
装置の汎用性を高めることができる。In this case, similarly to the third aspect, the rate of change of the control value is limited within a certain limit range to prohibit the input of a set value having a value that adversely affects the power plant, for example. By providing the limit value data storage means for storing the limit range data input by the input means, the operator can change the limit range as desired, and the versatility of the input device can be enhanced.
【0024】上記結果、プログラマブルコントローラ用
の入力装置の使い勝手が向上し、入力操作性が向上する
と共に、オペレータが制御値を入力ミスした場合にプロ
グラマブルコントローラへの書き込みを未然に防止する
ことができる。As a result, the usability of the input device for the programmable controller is improved, the input operability is improved, and writing to the programmable controller can be prevented in advance when the operator makes an input error in the control value.
【0025】[0025]
【発明の実施の形態】以下、本発明の実施の形態を図面
を参照して詳細に説明する。BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
【0026】図1は本発明に係るプログラマブルコント
ローラ用入力装置の第1の実施形態である保守ツールの
構成を示す図、図2は図1の保守ツールの画面構成を示
す図である。FIG. 1 is a diagram showing a configuration of a maintenance tool which is a first embodiment of a programmable controller input device according to the present invention, and FIG. 2 is a diagram showing a screen configuration of the maintenance tool of FIG.
【0027】図1および図2に示すように、この保守ツ
ールは、POLプログラムが格納されたPOLプログラ
ム格納部1、POL命令8や設定値入力ウィンドウ10
などをチューニング画面9上に表示する表示手段2、マ
ウスなどの選択入力装置によって選択されたPOL命令
に対応する信号を出力する入力手段3、入力手段3から
の信号によって設定値入力ウィンドウ10を作成する画
面処理手段4、プログラマブルコントローラとのデータ
の授受を行う伝送手段5、増減幅を予め設定されている
条件から計算により求める増減幅作成手段6、表示手段
2に保持されている変更値欄12の値を調べ、伝送手段
5へ送る設定値作成手段7などから構成されている。上
記設定値入力ウィンドウ10には、プログラマブルコン
トローラに既に設定されている制御値の欄(現在値欄)
11、これから設定する新たな制御値の欄(変更値欄)
12、増減方向シンボル(増ボタン↑、減ボタン↓な
ど)13および増減幅欄14などが表示される。As shown in FIGS. 1 and 2, this maintenance tool includes a POL program storage unit 1 in which a POL program is stored, a POL command 8 and a setting value input window 10.
And the like on the tuning screen 9, display means 2 for outputting a signal corresponding to a POL command selected by a selection input device such as a mouse, and a set value input window 10 is created by a signal from the input means 3. Screen processing means 4, transmission means 5 for exchanging data with the programmable controller, increase / decrease width creating means 6 for calculating increase / decrease width by calculation from preset conditions, and change value column 12 held in display means 2. Of the set value and sends it to the transmission means 5. In the setting value input window 10 above, there is a column of control values that have already been set in the programmable controller (current value column).
11. New control value column to be set (change value column)
12, an increase / decrease direction symbol (increase button ↑, decrease button ↓, etc.) 13, an increase / decrease width column 14, etc. are displayed.
【0028】すなわち、この保守ツールは、POL言語
で記述されたプログラムを表示手段2のチューニング画
面9に表示し、その画面中から任意のPOL命令をマウ
スなどで選択して、POL命令に含まれる設定値入力ウ
ィンドウ10内の設定値の入力/変更などをある制限範
囲内で行うものである。That is, this maintenance tool displays a program written in the POL language on the tuning screen 9 of the display means 2, selects an arbitrary POL command from the screen with a mouse or the like, and includes it in the POL command. The input / change of the set value in the set value input window 10 is performed within a certain limit range.
【0029】以下、この保守ツールの動作について説明
する。The operation of this maintenance tool will be described below.
【0030】マウスなどによりオペレータがチューニン
グ画面9上の目的のPOL命令、例えは「UL」8など
をクリックして対象を選択すると、入力手段3は、PO
L命令「UL」8が選択されたことを通知するため画面
処理手段4へ信号を出力する。この信号により画面処理
手段4では、設定値入力ウィンドウの画面を作成し、表
示手段2のチューニング画面9上に設定値入力ウィンド
ウ10が表示される。また画面処理手段4は、POLプ
ログラム格納部1より選択されたPOL命令の実行番号
を取り出し、伝送手段5を通じてプログラマブルコント
ローラから当該実行番号のPOL命令の設定値の現在値
を読み出す。画面処理手段4は、現在値を表示手段2へ
出力し、これにより、その現在値は表示手段2の設定値
入力ウィンドウ10上の現在値欄11に表示される。When the operator clicks a target POL command on the tuning screen 9 with a mouse or the like, for example, "UL" 8 to select the target, the input means 3 displays the PO.
A signal is output to the screen processing means 4 to notify that the L instruction "UL" 8 has been selected. With this signal, the screen processing means 4 creates a screen of the set value input window, and the set value input window 10 is displayed on the tuning screen 9 of the display means 2. Further, the screen processing means 4 retrieves the execution number of the selected POL instruction from the POL program storage unit 1 and reads the current value of the set value of the POL instruction of the execution number from the programmable controller via the transmission means 5. The screen processing means 4 outputs the current value to the display means 2, whereby the current value is displayed in the current value column 11 on the set value input window 10 of the display means 2.
【0031】さらに、画面処理手段4は、現在値を増減
幅作成手段6へも出力し、増減幅作成手段6では、現在
値を元に増減幅を計算する。ここで増減幅は、現在値の
1%などとし、この 1%が小さすぎる場合は10%などと
して、結果を画面処理手段4へ返信する。Further, the screen processing means 4 also outputs the current value to the increase / decrease range creating means 6, and the increase / decrease range creating means 6 calculates the increase / decrease range based on the current value. The increase / decrease range here is the current value.
1%, etc. If this 1% is too small, 10% etc. will be returned and the result will be returned to the screen processing means 4.
【0032】画面処理手段4は、得られた増減幅を表示
手段2へ出力し、表示手段2では、その値が増減幅欄1
4に表示される。The screen processing means 4 outputs the obtained increase / decrease range to the display means 2, and the display means 2 displays the value as the increase / decrease range column 1.
4 is displayed.
【0033】この増減幅欄14の表示を確認したオペレ
ータが、増ボタン(減ボタン)13をクリックすると、
入力手段3はPOL命令に含まれる設定値のうち、何番
目の設定値の増減方向シンボル(増ボタン↑または減ボ
タン↓)13がクリックされたかを表す設定値番号を設
定値作成手段7へ通知する。When the operator who confirms the display of the increase / decrease width column 14 clicks the increase button (decrease button) 13,
The input means 3 notifies the set value creation means 7 of the set value number indicating the number of the set value increasing / decreasing direction symbol (increase button ↑ or decrease button ↓) 13 of the set values included in the POL command. To do.
【0034】設定値作成手段7は、表示手段2が保持し
ている現在値欄11と増減幅欄14に表示されている値
を調べ、現在値に増減幅を加減させた値を変更値とし、
その値と設定値番号を画面処理手段4へ出力する。画面
処理手段4は、当該設定値の変更値を表示手段2の変更
値欄12に表示させる。The set value creating means 7 examines the values displayed in the current value column 11 and the increase / decrease range column 14 held by the display means 2, and sets the value obtained by adjusting the increase / decrease range to the current value as the change value. ,
The value and the set value number are output to the screen processing means 4. The screen processing means 4 displays the changed value of the set value in the changed value column 12 of the display means 2.
【0035】オペレータが表示された変更値と現在値と
を確認し、その値が間違っていれば、その時点で入力し
直すことができる。The operator can confirm the displayed changed value and the current value, and if the value is incorrect, the operator can re-input at that time.
【0036】そして、オペレータが設定値入力の操作を
完了すると、入力手段3は、そのことを設定値作成手段
7へ通知し、設定値作成手段7は、表示手段2に保持さ
れている変更値欄12の値を調べて、伝送手段5を通じ
てプログラマブルコントローラに書き込む。When the operator completes the operation of inputting the set value, the input means 3 notifies the set value creating means 7 of the fact, and the set value creating means 7 causes the changed value held in the display means 2 to be displayed. The value in column 12 is checked and written to the programmable controller via the transmission means 5.
【0037】このように第1の実施形態の保守ツールに
よれば、制御値の入力を数多く行う場合でも、設定値入
力ウィンドウ10上の増ボタン↑または減ボタン↓を選
択操作するだけで制御値の設定作業が行えるので、制御
値、つまり設定値の入力/変更をキー入力することなく
短時間で行える。As described above, according to the maintenance tool of the first embodiment, even when a large number of control values are input, the control value can be simply selected by operating the increase button ↑ or the decrease button ↓ on the set value input window 10. Since the setting work can be performed, the control value, that is, the setting value can be input / changed in a short time without key input.
【0038】また設定値入力ウィンドウ10には、既に
設定されてる現在値も変更値と共に表示されるので、オ
ペレータが現在値と変更値とを見比べることにより変更
値の入力ミスなども分かり、入力ミスした変更値がプロ
グラマブルコントローラへ書き込まれることを未然に防
止することができる。The set value input window 10 also displays the current value that has already been set together with the changed value. Therefore, the operator can understand the input error of the changed value by comparing the current value with the changed value. It is possible to prevent the changed value thus written from being written to the programmable controller.
【0039】すなわち、マウスによる画面上の選択操作
で、予め設定された変更幅毎に設定値を変更することに
より設定値の入力を行う機能を設けたことにより、設定
値の入力/変更をキー操作することなく短時間で行え、
かつ入力ミスを防止することができる。That is, by providing a function for inputting a set value by changing the set value for each preset change width by a selection operation on the screen with a mouse, the input / change of the set value is performed. It can be done in a short time without any operation,
In addition, input errors can be prevented.
【0040】次に、図3〜図5を参照して本発明の第2
の実施形態である保守ツールについて説明する。図3は
本発明の保守ツールの構成を示す図、図4はこの保守ツ
ールの増減幅作成動作を示すフローチャート、図5はこ
の保守ツールで使用する増減幅表を説明するための図で
ある。Next, referring to FIGS. 3 to 5, the second embodiment of the present invention will be described.
A maintenance tool that is an embodiment of the present invention will be described. FIG. 3 is a diagram showing the configuration of the maintenance tool of the present invention, FIG. 4 is a flow chart showing the increase / decrease range creation operation of this maintenance tool, and FIG. 5 is a diagram for explaining the increase / decrease range table used by this maintenance tool.
【0041】上記第1の実施形態では、設定値の増減幅
は、現在値から求められた値に固定であったが、この第
2の実施形態では、第1の実施形態に加えて、設定値毎
の増減幅を、オペレータが予め決めておいた値に固定す
る処理を行う機能を追加したものである。In the first embodiment, the range of increase / decrease of the set value is fixed to the value obtained from the current value. In the second embodiment, in addition to the first embodiment, the setting value is set. The function for fixing the increase / decrease range for each value to a value predetermined by the operator is added.
【0042】この場合、増減値を入力する操作は、オペ
レータがマウスによりチューニング画面9上の目的のP
OL命令をクリックすることにより変更対象を選択し、
増減幅をキー入力することによって行う。In this case, the operation of inputting the increase / decrease value is performed by the operator using the mouse to select the target P on the tuning screen 9.
Select the change target by clicking the OL command,
This is done by keying in the increment / decrement range.
【0043】POL命令の区別は、実行番号により行う
ものとし、オペレータが入力した値は、図5に示す増減
幅表38の形式で増減幅データ格納部36に格納してお
く。例えば増減幅表38の実行番号「5」のPOL命令
「HL」の1番目の設定値の増減幅が入力された場合は
増減幅表38の該当する増減幅の値が更新される。設定
値入力の操作は、第1の実施形態と同様に行うが、設定
値入力ウィンドウ10に表示する増減幅は、以下の増減
幅決定動作に従って決められる。It is assumed that the POL command is distinguished by the execution number, and the value input by the operator is stored in the increase / decrease range data storage unit 36 in the form of the increase / decrease range table 38 shown in FIG. For example, when the increase / decrease range of the first set value of the POL command “HL” of the execution number “5” in the increase / decrease range table 38 is input, the value of the corresponding increase / decrease range in the increase / decrease range table 38 is updated. The setting value input operation is performed in the same manner as in the first embodiment, but the increase / decrease range displayed in the set value input window 10 is determined according to the increase / decrease range determination operation described below.
【0044】この場合、オペレータがPOL命令のどの
設定値を変更するかを決めて設定値番号を選択すると、
入力手段32は、その設定値番号を画面処理手段33へ
出力する。In this case, when the operator decides which setting value of the POL command to change and selects the setting value number,
The input means 32 outputs the set value number to the screen processing means 33.
【0045】画面処理手段33は、POL命令の実行番
号をPOLプログラム格納部30から取り出し(S
1)、実行番号、設定値番号を増減幅作成手段35に出
力する。増減幅作成手段35では、増減幅データ格納部
36を検索して(S2)、実行番号、設定値番号に対応
する増減幅のデータがあるかどうかをチェックする。The screen processing means 33 retrieves the execution number of the POL command from the POL program storage section 30 (S
1), the execution number and the set value number are output to the increase / decrease range creating means 35. The increase / decrease range creating means 35 searches the increase / decrease range data storage unit 36 (S2) to check whether there is data of the increase / decrease range corresponding to the execution number and the set value number.
【0046】ここで、増減幅データが存在しなければ
(S2のN)、変更前の設定値の 1%を変更幅とする
(S3)。If there is no increase / decrease width data (N in S2), 1% of the set value before the change is set as the change width (S3).
【0047】また増減幅データが存在すれば(S2の
Y)、増減幅データ格納部36の増減幅データを増減幅
とする(S4)。このように決めた増減幅を増減幅欄1
4に表示する。If the increase / decrease width data exists (Y in S2), the increase / decrease width data in the increase / decrease width data storage unit 36 is set as the increase / decrease width (S4). Increase / decrease range 1
Display in 4.
【0048】このように第2の実施形態の保守ツールに
よれば、上記第1の実施形態同様に、制御値の入力を数
多く行う場合でも、設定値入力ウィンドウ10の増ボタ
ン↑または減ボタン↓を選択操作するだけで制御値の設
定作業が行えるので、制御値、つまり設定値の入力/変
更をキー入力することなく短時間で行える。As described above, according to the maintenance tool of the second embodiment, even when a large number of control values are input, the increase button ↑ or the decrease button ↓ of the set value input window 10 is used as in the first embodiment. Since the control value setting operation can be performed only by selecting, the control value, that is, the setting value can be input / changed in a short time without key input.
【0049】また、設定値入力ウィンドウ10上には、
既に設定されてる現在値も変更値と共に表示されるの
で、オペレータが選択操作後、現在値と変更値とを見比
べることにより変更値の入力ミスなども分かり、入力ミ
スした変更値をプログラマブルコントローラへ書き込む
ことを未然に防止することができる。On the set value input window 10,
Since the current value that has already been set is also displayed together with the changed value, the operator can select the changed value by comparing the current value with the changed value after selecting, and write the changed value that was erroneous to the programmable controller. This can be prevented in advance.
【0050】さらに、増減幅作成手段35とは別に増減
幅データ格納部36を設けたので、POL命令に含まれ
る各設定値毎の変更幅を、オペレータが所望により可変
して設定する機能を実現でき、保守ツールの汎用性を高
めることができる。Further, since the increase / decrease width data storage unit 36 is provided separately from the increase / decrease width creating means 35, the operator realizes the function of changing the change width for each set value included in the POL command as desired. Therefore, the versatility of the maintenance tool can be improved.
【0051】次に、図6〜図8を参照して第3の実施形
態の保守ツールについて説明する。図6は本発明の第3
の実施形態の保守ツールの構成を示す図、図7はこの保
守ツールの設定値変更処理動作を示すフローチャート、
図8はこの保守ツールで使用する入力制限表を示す図で
ある。Next, the maintenance tool of the third embodiment will be described with reference to FIGS. FIG. 6 shows a third embodiment of the present invention.
FIG. 7 is a diagram showing a configuration of a maintenance tool of the embodiment, FIG. 7 is a flowchart showing a setting value changing processing operation of the maintenance tool,
FIG. 8 is a diagram showing an input restriction table used in this maintenance tool.
【0052】上記第1の実施形態および第2の実施形態
では、設定値の変更値がいかなる値であってもプログラ
マブルコントローラへの書き込みを許可していたが、こ
の第3の実施形態には、設定値の急激な変更を禁止する
ような入力制限を行う機能が設けられており、設定値が
制限範囲内でなければ、プログラマブルコントローラへ
の書き込みが禁止される。入力制限を行うか否かについ
ては、各POL命令毎に指定するものとする。In the first and second embodiments described above, writing to the programmable controller is permitted regardless of the change value of the set value. However, in the third embodiment, A function is provided to limit the input so as to prevent a sudden change in the set value. If the set value is not within the limit range, writing to the programmable controller is prohibited. Whether or not to restrict the input is specified for each POL command.
【0053】入力制限を行うPOL命令を選択する操作
は、マウスなどによりオペレータがチューニング画面上
の目的のPOL命令をクリックすることにより行う。The operation of selecting the POL command for input restriction is performed by the operator clicking the target POL command on the tuning screen with a mouse or the like.
【0054】POL命令の区別は、実行番号により行
い、オペレータの入力結果は、図8に示す入力制限表4
7の形式で、入力制限データ格納部46に格納してお
く。The POL command is distinguished by the execution number, and the operator input result is the input restriction table 4 shown in FIG.
It is stored in the input restriction data storage unit 46 in the format of No. 7.
【0055】例えば入力制限表47の実行番号「12」
のPOL命令「I」が選択された場合は、その入力制限
表の該当する入力値制限の欄48を「有」に更新する。For example, the execution number "12" in the input restriction table 47
If the POL command “I” is selected, the corresponding input value restriction column 48 of the input restriction table is updated to “present”.
【0056】以下、図7のフローチャートに従って設定
値更新処理について説明する。The set value updating process will be described below with reference to the flowchart of FIG.
【0057】オペレータが所望のPOL命令を選択し、
増減シンボルをクリックすることにより変更値を作成す
る手順は、第1および第2の実施形態と同様である(S
70、S71)。The operator selects the desired POL command,
The procedure for creating a changed value by clicking the increase / decrease symbol is the same as in the first and second embodiments (S
70, S71).
【0058】そして、オペレータが変更値入力の操作を
終了すると、入力手段42はそれを入力制限判定手段4
5へ通知する。入力制限判定手段45は、S70で調べ
た実行番号のPOL命令に対する入力制限の有無を、入
力制限データ格納部46を参照して調べる(S72)。Then, when the operator finishes the operation of inputting the changed value, the input means 42 inputs it to the input restriction determination means 4.
Notify 5 The input restriction determination means 45 refers to the input restriction data storage unit 46 to check whether or not there is an input restriction for the POL command of the execution number checked in S70 (S72).
【0059】そして、当該POL命令に対する入力制限
がない場合は(S73のN)、オペレータが入力した変
更値を、そのまま伝送手段44を通じてプログラマブル
コントローラへ書き込む(S76)。When there is no input restriction for the POL command (N in S73), the changed value input by the operator is written as it is to the programmable controller through the transmission means 44 (S76).
【0060】一方、入力制限が有る場合は(S73の
Y)、そのPOL命令のもつ全設定値に対し入力制限を
行う。変更値の最大値は、現在値の 2倍、最小値は現在
値の 1/2とする(S74)。On the other hand, when there is an input restriction (Y in S73), the input restriction is applied to all the set values of the POL command. The maximum value of the changed value is twice the current value, and the minimum value is 1/2 of the current value (S74).
【0061】オペレータの入力した変更値がこの範囲内
にあれば、その値を制御装置へ書き込む(S76)。If the changed value input by the operator is within this range, that value is written in the control device (S76).
【0062】一方、範囲外にあれば、設定不可であるこ
とを画面処理手段43へ通知する。画面処理手段43
は、表示手段41の画面上にメッセージを表示させて
(S75)、オペレータに設定不可であることを知らせ
る。このようにして制限範囲外の変更値の書き込みを禁
止する。On the other hand, if it is outside the range, the screen processing means 43 is notified that the setting is impossible. Screen processing means 43
Displays a message on the screen of the display means 41 (S75) to inform the operator that the setting is impossible. In this way, writing of the changed value outside the limit range is prohibited.
【0063】このように第3の実施形態の保守ツールに
よれば、1回の制御値変更での変更の割合を、ある一定
の制限範囲内に制限することができる。As described above, according to the maintenance tool of the third embodiment, the rate of change in one control value change can be limited within a certain limit range.
【0064】すなわち、POL命令毎に制限範囲外の設
定値を、プログラマブルコントローラへ書き込むことを
禁止する機能を実現できる。That is, it is possible to realize the function of prohibiting the writing of the set value out of the limit range for each POL instruction to the programmable controller.
【0065】次に、本発明の第4の実施形態の保守ツー
ルについて説明する。図8は本発明の保守ツールの構成
図を示す。図10は、本実施形態の入力範囲を決める処
理動作を示すフローチャート、図11はこの保守ツール
で使用する入力範囲表を説明する図である。Next, a maintenance tool according to the fourth embodiment of the present invention will be described. FIG. 8 shows a block diagram of the maintenance tool of the present invention. FIG. 10 is a flow chart showing the processing operation for determining the input range of this embodiment, and FIG. 11 is a view for explaining the input range table used by this maintenance tool.
【0066】上記第3の実施形態では、設定値の入力可
能範囲は、現在値から求めた範囲となるが、この第4の
実施形態の保守ツールでは、第3の実施形態に加え、入
力範囲をオペレータが決めた範囲にする機能を追加する
ものである。In the third embodiment, the inputtable range of the set value is the range obtained from the current value. In the maintenance tool of the fourth embodiment, the input range is added in addition to the third embodiment. Is added to the range determined by the operator.
【0067】入力範囲を決める操作は、オペレータがマ
ウスなどによりチューニング画面上の目的のPOLシン
ボルをクリックすることにより対象を選択し、最小値と
最大値をキー入力することによって行う。The operation of determining the input range is performed by the operator selecting the target by clicking the target POL symbol on the tuning screen with a mouse or the like and by key-inputting the minimum value and the maximum value.
【0068】POL命令の区別は実行番号により行い、
最小値、最大値は、制限値データ格納部57に、図11
に示す入力範囲表58の形式で格納しておく。The POL instruction is distinguished by the execution number.
The minimum value and the maximum value are stored in the limit value data storage unit 57 as shown in FIG.
The input range table 58 shown in FIG.
【0069】例えば入力範囲表58の実行番号「5」の
POL命令「HL」の設定値番号「1」としては、最小
値として「12」、最大値として「18」が設定されて
いるが、この実行番号「5」で新たに最小値と最大値が
入力された場合は、入力範囲表58の該当する最小値と
最大値の各値が更新される。For example, as the set value number "1" of the POL command "HL" of the execution number "5" in the input range table 58, "12" is set as the minimum value and "18" is set as the maximum value. When a new minimum value and maximum value are newly input with the execution number “5”, the corresponding minimum value and maximum value in the input range table 58 are updated.
【0070】オペレータがPOL命令を選択し、続いて
増減方向シンボルをクリックすることにより変更値を作
成する手順は、第1〜第3の各実施形態と同様である。The procedure for the operator to select a POL command and then to click the increase / decrease direction symbol to create a changed value is the same as in the first to third embodiments.
【0071】この第4の実施形態の保守ツールでは、図
7のフローチャートにおいてオペレータが変更値の入力
の操作を終了したとき、その値をプログラマブルコント
ローラへ書き込むか否かを判定する部分(S74)を図
10の処理とする。In the maintenance tool of the fourth embodiment, when the operator finishes the operation of inputting the changed value in the flowchart of FIG. 7, a portion (S74) for determining whether or not to write the changed value in the programmable controller is provided. The processing is as shown in FIG.
【0072】この場合、オペレータが設定値入力を終了
すると、入力手段52は、設定値番号を入力制限判定手
段55へ出力し、入力制限判定手段55は、POL命令
に対する入力制限の有無を入力制限表47より調べる
(図7のS72)。In this case, when the operator finishes inputting the set value, the input means 52 outputs the set value number to the input restriction determining means 55, and the input restriction determining means 55 restricts whether or not there is an input restriction for the POL command. The table 47 is checked (S72 in FIG. 7).
【0073】ここで、入力制限があれば、実行番号と設
定値番号に対応する最小、最大値データの有無を制御値
データ格納部57を検索し、その入力範囲表58を調べ
る。この検索結果、最小、最大値などのデータがあれば
(図10のS90のY)、その値を最小、最大値とする
(S91)。If there is an input limit, the control value data storage 57 is searched for the presence / absence of minimum and maximum value data corresponding to the execution number and the set value number, and the input range table 58 is checked. If there is data such as the minimum and maximum values as a result of this search (Y in S90 of FIG. 10), the values are set as the minimum and maximum values (S91).
【0074】また上記データがなければ(S90の
N)、最大値は現在値の 2倍、最小値は現在値の 1/2と
する(S92)。If the data is not present (N in S90), the maximum value is twice the current value and the minimum value is 1/2 the current value (S92).
【0075】このようにして入力可能範囲を決め、最大
値>変更値、かつ変更値>最小値である場合(S93の
Y)、つまり制限範囲内の変更値をプログラマブルコン
トローラへ書き込み、そうでなければ(S93のN)、
つまり制限範囲外の変更値については、プログラマブル
コントローラへの書き込みを禁止し、書き込みを禁止し
たことについてのメッセージを表示手段2に表示する。In this way, the inputtable range is determined, and if the maximum value> the changed value and the changed value> the minimum value (Y of S93), that is, the changed value within the limited range is written to the programmable controller. If (N of S93),
That is, for the changed value outside the limit range, writing to the programmable controller is prohibited, and a message indicating that the writing is prohibited is displayed on the display unit 2.
【0076】このように第4の実施形態の保守ツールに
よれば、第3の実施形態と同様に、設定値の変更をある
一定の制限範囲内に制限することができる。As described above, according to the maintenance tool of the fourth embodiment, like the third embodiment, the change of the set value can be limited within a certain limit range.
【0077】また、制限値データ格納手段を設けたこと
により、オペレータが所望により増減幅を設定できるの
で、汎用性を高めることができる。Further, since the limit value data storage means is provided, the operator can set the increase / decrease width as desired, so that versatility can be improved.
【0078】すなわち、POL命令に含まれる各設定値
毎に入力可能範囲をオペレータ側で設定する機能を実現
できる。That is, it is possible to realize the function of setting the inputtable range on the operator side for each set value included in the POL command.
【0079】[0079]
【発明の効果】以上説明したように請求項1記載の発明
によれば、プログラマブルコントローラの制御値(設定
値)を多数入力/変更する場合でも、オペレータは画面
上の選択操作のみで制御値の設定操作を簡単に行えるの
で、制御値の入力操作を短時間に終了することができ
る。As described above, according to the first aspect of the present invention, even when a large number of control values (set values) of the programmable controller are input / changed, the operator only needs to select the control values on the screen to display the control values. Since the setting operation can be easily performed, the control value input operation can be completed in a short time.
【0080】この際、画面上には、既に設定されている
現在値と変更値とが各欄に同時に表示されるので、オペ
レータは、表示内容を見て入力ミスの有無を確かめた上
で、変更値をプログラマブルコントローラへ書き込むこ
とができる。At this time, since the current value and the changed value which have already been set are simultaneously displayed in the respective fields on the screen, the operator looks at the displayed contents and confirms whether or not there is an input error. The changed value can be written to the programmable controller.
【0081】また、請求項2記載の発明によれば、請求
項1と同様にオペレータは画面上の選択操作のみで制御
値の設定操作を簡単に行え、制御値の入力操作を短時間
に終了することができる。また、増減幅作成手段とは別
に増減幅データ格納手段を設けたので、オペレータ側で
所望により増減幅を可変でき、入力装置の汎用性を高め
ることができる。According to the second aspect of the present invention, similarly to the first aspect, the operator can easily perform the control value setting operation only by the selection operation on the screen, and the control value input operation is completed in a short time. can do. Further, since the increase / decrease width data storage means is provided separately from the increase / decrease width creating means, the increase / decrease width can be changed by the operator as desired, and the versatility of the input device can be enhanced.
【0082】さらに、請求項3記載の発明によれば、制
御値の変更の割合を一定の制限範囲内に制限できるの
で、例えば発電プラントなどに悪影響を与えるような急
激な制御値変更を禁止することができる。Further, according to the third aspect of the present invention, since the rate of change of the control value can be limited within a certain limit range, for example, abrupt control value change that adversely affects the power plant or the like is prohibited. be able to.
【0083】また、請求項4記載の発明によれば、請求
項3の効果に加えて、制限値データ格納手段を設けたこ
とにより、オペレータ側で所望により制限範囲を可変で
き、入力装置の汎用性を高めることができる。Further, according to the invention of claim 4, in addition to the effect of claim 3, by providing the limit value data storage means, the operator can change the limit range as desired, and the general-purpose input device can be used. You can improve your sex.
【0084】上記結果、プログラマブルコントローラに
書き込むべき制御値(設定値)を入力する際の操作性を
向上すると共に、オペレータが制御値を入力ミスした場
合や、制御対象に悪影響を与えるような制御値であった
場合にプログラマブルコントローラへの書き込みを未然
に防止することができる。As a result, the operability in inputting the control value (setting value) to be written into the programmable controller is improved, and the control value which adversely affects the controlled object when the operator makes a mistake in inputting the control value. In such a case, writing to the programmable controller can be prevented in advance.
【図1】本発明の第1の実施形態である保守ツールの構
成を示す図である。FIG. 1 is a diagram showing a configuration of a maintenance tool according to a first embodiment of the present invention.
【図2】この第1の実施形態である保守ツールの画面を
示す図である。FIG. 2 is a diagram showing a screen of a maintenance tool according to the first embodiment.
【図3】本発明の第2の実施形態である保守ツールの構
成を示す図である。FIG. 3 is a diagram showing a configuration of a maintenance tool according to a second embodiment of the present invention.
【図4】この第2の実施形態の増減幅を決める処理を説
明する図である。FIG. 4 is a diagram illustrating a process of determining an increase / decrease range according to the second embodiment.
【図5】この第2の実施形態の増減幅表を説明する図で
ある。FIG. 5 is a diagram illustrating an increase / decrease range table according to the second embodiment.
【図6】本発明の第3の実施形態である保守ツールの構
成を示す図である。FIG. 6 is a diagram showing a configuration of a maintenance tool according to a third embodiment of the present invention.
【図7】この第3の実施形態の設定値書き込み処理を説
明する図である。FIG. 7 is a diagram illustrating a setting value writing process according to the third embodiment.
【図8】この第3の実施形態の入力制限表を説明する図
である。FIG. 8 is a diagram illustrating an input restriction table according to the third embodiment.
【図9】本発明の第4の実施形態である保守ツールの構
成を示す図である。FIG. 9 is a diagram showing a configuration of a maintenance tool according to a fourth embodiment of the present invention.
【図10】この第4の実施形態の入力範囲を決める処理
を説明する図である。FIG. 10 is a diagram illustrating a process of determining an input range according to the fourth embodiment.
【図11】この第4の実施形態の入力範囲表を説明する
図である。FIG. 11 is a diagram illustrating an input range table according to the fourth embodiment.
【図12】従来の保守ツールの構成を示す図である。FIG. 12 is a diagram showing a configuration of a conventional maintenance tool.
【図13】従来の保守ツールの構成を示す図である。FIG. 13 is a diagram showing a configuration of a conventional maintenance tool.
1、30、40、50…POLプログラム格納部、2、
31、41、51…表示手段、3、32、42、52…
入力手段、4、33、43、53…画面処理手段、5、
34、44、54…伝送手段、6、35…増減幅作成手
段、7、37…設定値作成手段、8…POL命令、9…
チューニング画面、10…設定値入力ウィンドウ、11
…現在値欄、12…変更値欄、13…増ボタン(減ボタ
ン)、14…増減幅欄、36…増減幅データ格納部、4
5、55…入力制限判定手段、46、56…入力制限デ
ータ格納部、57…制限値データ格納部。1, 30, 40, 50 ... POL program storage section 2,
31, 41, 51 ... Display means, 3, 32, 42, 52 ...
Input means 4, 33, 43, 53 ... Screen processing means 5,
34, 44, 54 ... Transmission means, 6, 35 ... Increasing / decreasing width creating means, 7, 37 ... Setting value creating means, 8 ... POL command, 9 ...
Tuning screen, 10 ... Setting value input window, 11
... current value column, 12 ... changed value column, 13 ... increase button (decrease button), 14 ... increase / decrease range column, 36 ... increase / decrease range data storage section, 4
5, 55 ... Input restriction determination means, 46, 56 ... Input restriction data storage section, 57 ... Limit value data storage section.
Claims (4)
御値を設定するプログラマブルコントローラ用の入力装
置において、 前記プログラマブルコントローラに既に設定されている
現在の制御値と、これから新たに設定する変更値の欄
と、それらの増減幅の欄と、増減方向の選択シンボルと
を表示する表示手段と、 前記表示手段により表示された増減方向の選択シンボル
が選択されたとき、その選択操作一回毎の増減幅を予め
設定されている条件から計算する増減幅作成手段と、 前記増減幅作成手段により計算された増減幅と前記現在
の制御値とから、新たな制御値である変更値を計算し、
それを前記変更値の欄に設定する設定値作成手段とを具
備したことを特徴とするプログラマブルコントローラ用
の入力装置。1. An input device for a programmable controller that sets a control value to a programmable controller, wherein a current control value that has already been set in the programmable controller, a change value column to be newly set, and the like And a display means for displaying the increase / decrease width column and the increase / decrease direction selection symbol, and when the increase / decrease direction selection symbol displayed by the display means is selected, the increase / decrease width for each selection operation is preset. Increase / decrease width creating means for calculating from the condition that is, from the increase / decrease width and the current control value calculated by the increase / decrease width creating means, calculate a change value that is a new control value,
An input device for a programmable controller, comprising: a set value creating means for setting it in the change value column.
御値を設定するプログラマブルコントローラ用の入力装
置において、 前記プログラマブルコントローラに既に設定されている
現在の制御値と、これから新たに設定する変更値の欄
と、それらの増減幅の欄と、増減方向の選択シンボルと
を表示する表示手段と、 前記表示手段により表示された選択シンボルが一回選択
される毎にその増減幅を予め設定されている条件から計
算する増減幅作成手段と、 前記増減幅作成手段とは別に前記制御値毎の増減幅デー
タを格納した増減幅データ格納手段と、 前記表示手段により表示された増減方向の選択シンボル
が選択されたとき、前記増減幅作成手段または増減幅デ
ータ格納手段のうち、優先順にいずれか一方を利用して
増減幅を決定する増減幅決定手段と、 前記増減幅決定手段により決定された増減幅と前記現在
の制御値とから、新たな制御値である変更値を計算し、
それを前記変更値の欄に設定する設定値作成手段とを具
備したことを特徴とするプログラマブルコントローラ用
の入力装置。2. An input device for a programmable controller that sets a control value to a programmable controller, wherein a current control value that has already been set in the programmable controller, a change value column to be newly set, and the like And a display unit for displaying the increase / decrease width column and a selection symbol in the increase / decrease direction, and each time the selection symbol displayed by the display unit is selected, the increase / decrease width is calculated from preset conditions. An increase / decrease range creating means, an increase / decrease range data storage means storing the increase / decrease range data for each control value separately from the increase / decrease range creating means, and a selection symbol in the increase / decrease direction displayed by the display means is selected, An increase / decrease range for determining the increase / decrease range by using one of the increase / decrease range creating means or the increase / decrease range data storage means in the order of priority A constant section, from the determined varying width the current control value by said varying width determining means calculates an a new control value change values,
An input device for a programmable controller, comprising: a set value creating means for setting it in the change value column.
御値を設定するプログラマブルコントローラ用の入力装
置において、 前記プログラマブルコントローラに既に設定されている
現在の制御値と、これから新たに設定する変更値の欄
と、それらの増減幅の欄と、増減方向の選択シンボルと
を表示する表示手段と、 前記表示手段により表示された増減方向の選択シンボル
が選択されたとき、その選択操作一回毎の増減幅を予め
設定されている条件から計算する増減幅作成手段と、 前記増減幅作成手段により計算された増減幅と前記現在
の制御値とから、新たな制御値である変更値を計算し、
それを前記変更値の欄に設定する設定値作成手段と、 前記制御値に対応させて、その制御値の変更制限がある
か否かを示す情報を格納する入力制限情報格納手段と、 前記入力制限情報格納手段の入力制限のある制御値に対
して、前記設定値作成手段により新たに設定された変更
値が、予め設定されている制限範囲内にあるか否かを判
定する入力制限判定手段と、 前記入力制限判定手段により制限範囲外であると判定さ
れた変更値について、前記プログラマブルコントローラ
への書き込みを禁止する書き込み禁止手段とを具備した
ことを特徴とするプログラマブルコントローラ用の入力
装置。3. An input device for a programmable controller that sets a control value to a programmable controller, wherein a current control value that has already been set in the programmable controller, a change value column to be newly set, and the like And a display means for displaying the increase / decrease width column and the increase / decrease direction selection symbol, and when the increase / decrease direction selection symbol displayed by the display means is selected, the increase / decrease width for each selection operation is preset. Increase / decrease width creating means for calculating from the condition that is, from the increase / decrease width and the current control value calculated by the increase / decrease width creating means, calculate a change value that is a new control value,
Setting value creating means for setting it in the change value column; input limit information storing means for storing information indicating whether or not there is a change limit for the control value in association with the control value; Input restriction determining means for determining whether or not the changed value newly set by the setting value creating means for the control value with the input restriction of the restriction information storage means is within the preset limit range. An input device for a programmable controller, comprising: and a write prohibiting unit that prohibits writing to the programmable controller for a change value determined by the input limit determining unit to be outside the limit range.
御値を設定するプログラマブルコントローラ用の入力装
置において、 前記制御値毎に制限範囲データを入力する入力手段と、 前記入力手段により入力された制限範囲データを格納す
る制限値データ格納手段と、 前記プログラマブルコントローラに既に設定されている
現在の制御値と、これから新たに設定する変更値の欄
と、それらの増減幅の欄と、増減方向の選択シンボルと
を表示する表示手段と、 前記表示手段により表示された増減方向の選択シンボル
が選択されたとき、その選択操作一回毎の増減幅を予め
設定されている条件から計算する増減幅作成手段と、 前記増減幅作成手段により計算された増減幅と前記現在
の制御値とから、新たな制御値である変更値を計算し、
それを前記変更値の欄に設定する設定値作成手段と、 前記制御値に対応させて、その制御値の変更制限がある
か否かを示す情報を格納する入力制限情報格納手段と、 前記入力制限情報格納手段の入力制限のある制御値に対
して、前記設定値作成手段により設定された変更値が前
記制限値データ格納手段に格納されている制限範囲内で
あるか否かを判定する入力制限判定手段と、 前記入力制限判定手段により制限範囲外であると判定さ
れた変更値について、前記プログラマブルコントローラ
への書き込みを禁止する書き込み禁止手段とを具備した
ことを特徴とするプログラマブルコントローラ用の入力
装置。4. An input device for a programmable controller for setting a control value to a programmable controller, wherein input means inputs limit range data for each control value, and limit range data input by the input means is stored. A limit value data storage means, a current control value that has already been set in the programmable controller, a change value column to be newly set, an increase / decrease width column thereof, and an increase / decrease direction selection symbol. A display unit for displaying the increase / decrease direction, and an increase / decrease width creating unit for calculating an increase / decrease width for each selection operation when a selection symbol in the increase / decrease direction displayed by the display unit is selected; From the increase / decrease width calculated by the width creating means and the current control value, a change value that is a new control value is calculated,
Setting value creating means for setting it in the change value column; input limit information storing means for storing information indicating whether or not there is a change limit for the control value in association with the control value; Input for determining whether or not the change value set by the set value creating means is within the limit range stored in the limit value data storing means with respect to the control value having the input limitation of the limit information storing means. An input for a programmable controller, comprising: a limit determination unit; and a write inhibition unit that inhibits writing to the programmable controller for a change value determined by the input limitation determination unit to be outside the limit range. apparatus.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP24159695A JPH0991008A (en) | 1995-09-20 | 1995-09-20 | Input device for programmable controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP24159695A JPH0991008A (en) | 1995-09-20 | 1995-09-20 | Input device for programmable controller |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0991008A true JPH0991008A (en) | 1997-04-04 |
Family
ID=17076670
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP24159695A Withdrawn JPH0991008A (en) | 1995-09-20 | 1995-09-20 | Input device for programmable controller |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0991008A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006305814A (en) * | 2005-04-27 | 2006-11-09 | Toshiba Mach Co Ltd | Controller of injection molding machine |
KR100660950B1 (en) * | 1999-01-26 | 2006-12-26 | 가부시키가이샤 키엔스 | Programmable controller |
-
1995
- 1995-09-20 JP JP24159695A patent/JPH0991008A/en not_active Withdrawn
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100660950B1 (en) * | 1999-01-26 | 2006-12-26 | 가부시키가이샤 키엔스 | Programmable controller |
JP2006305814A (en) * | 2005-04-27 | 2006-11-09 | Toshiba Mach Co Ltd | Controller of injection molding machine |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
AU2015201798B2 (en) | Graph display control apparatus, graph display control method, and graph display control program | |
JPS62174878A (en) | Design reference preparing method and its preparing device | |
EP2237230A1 (en) | Graph display control apparatus and graph display control method | |
JPH05265689A (en) | Information processor | |
US20090058858A1 (en) | Electronic apparatus having graph display function | |
JP3015264B2 (en) | Information processing apparatus and method | |
JPH0991008A (en) | Input device for programmable controller | |
JP6878367B2 (en) | Numerical control device | |
US11574113B2 (en) | Electronic apparatus, information processing method, and recording medium | |
JPH1097559A (en) | Computer-aided operation device and its guidance organization method | |
JPH045726A (en) | Data display device | |
JP3892534B2 (en) | Display device | |
JP4168977B2 (en) | Graph display control device and graph display control program | |
US5093796A (en) | Automatic programming definition of a machining configuration for a numerical control device | |
JP5692317B2 (en) | Calculation apparatus and calculation program | |
JP2008293392A (en) | Ladder programming editor | |
US10902181B2 (en) | Program creation apparatus | |
JPH04235658A (en) | Compact electronic computer with graph display function | |
JP2001357021A (en) | Graph display controller and storage medium | |
JPH03168801A (en) | Plant operation device | |
JPH10222473A (en) | Device, method fro electronic calculation and recording medium recording control program | |
JP2000132697A (en) | Graph display device and storage medium | |
JP2006350805A (en) | Graph display device and program | |
JPH1139099A (en) | Coordinate input device | |
JPH08179750A (en) | Graph display device |
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: 20021203 |