JPH07334204A - Digital pid controller - Google Patents

Digital pid controller

Info

Publication number
JPH07334204A
JPH07334204A JP12746594A JP12746594A JPH07334204A JP H07334204 A JPH07334204 A JP H07334204A JP 12746594 A JP12746594 A JP 12746594A JP 12746594 A JP12746594 A JP 12746594A JP H07334204 A JPH07334204 A JP H07334204A
Authority
JP
Japan
Prior art keywords
control
differential time
digital
differential
time
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
JP12746594A
Other languages
Japanese (ja)
Inventor
Kazuo Hiroi
和男 広井
Mitsuhiro Tanabe
光広 田名部
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP12746594A priority Critical patent/JPH07334204A/en
Publication of JPH07334204A publication Critical patent/JPH07334204A/en
Pending legal-status Critical Current

Links

Landscapes

  • Feedback Control In General (AREA)

Abstract

PURPOSE:To operate a plant in a stable direction at all times. CONSTITUTION:Concerning the digital PID controller for executing digital PI control arithmetic operation corresponding to a controlled variable from a controlled system and the deviation of the controlled variable from a target value, executing digital D control arithmetic operation while using a control arithmetic cycle and differentiation time corresponding to the deviation or the controlled variable, synthesizing these operation metic outputs and impressing the result to the controlled system 8 as an operating signal, this device is provided with an instable area deciding means 12 for preventing the differentiation time from being updated when the differentiation time of an area to make control instable is set corresponding to the mutual relation of the control arithmetic cycle and the differentiation time and an alarming means 14 for outputting an alarm or a message not to update the differentiation time when this instable area deciding means 12 decides the differentiation time to be the instable area.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、各種のプロセス計装制
御システム等に利用されるディジタルPID(P:比
例、I:積分、D:微分)制御装置に係わり、特に微分
時間の設定機能を改良したディジタルPID制御装置に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a digital PID (P: proportional, I: integral, D: derivative) controller used in various process instrumentation control systems and the like, and more particularly to a function of setting a derivative time. The present invention relates to an improved digital PID controller.

【0002】[0002]

【従来の技術】PID制御装置は、制御の有史以来あら
ゆる産業分野で多用されており、もはや各産業分野の制
御装置にはPID制御装置無しには成り立たなくなって
きている。
2. Description of the Related Art A PID control device has been widely used in all industrial fields since the history of control, and it is no longer possible for a control device in each industrial field to have a PID control device.

【0003】従来,種々の制御方式が提案されており、
また時代の推移とともに制御演算もアナログ演算方式か
らディジタル演算方式に移行してきているが、今後とも
PID制御装置の王座は変わりそうにない。
Conventionally, various control methods have been proposed,
In addition, with the transition of the times, the control calculation is shifting from the analog calculation method to the digital calculation method, but the throne of the PID control device is unlikely to change in the future.

【0004】PID制御の基本式は、偏差に比例する演
算を行う比例動作(P動作)と、偏差の積分に比例する
演算を行う積分動作(I動作)と、偏差の微分に比例す
る演算を行う微分動作(D動作)との和で表現され、伝
達関数の形で表すと(1)式のようになる。
The basic equations of PID control include a proportional operation (P operation) for performing an operation proportional to the deviation, an integral operation (I operation) for performing an operation proportional to the integral of the deviation, and an operation proportional to the derivative of the deviation. It is expressed by the sum of the differential action (D action) to be performed, and is expressed by the equation (1) when expressed in the form of a transfer function.

【0005】 C(s) =MV(s) /E(s) =KP {1+(1/TI ・s)+ [(TD ・s)/(1+η・TD ・s)]} ……(1) 但し、C(s) :PIDの伝達関数,MV(s) :操作量,
E(s) :偏差,KP :比例ゲイン,TI :積分時間,T
D :微分時間,s:ラプラス演算子,1/η:微分ゲイ
ンである。
C (s) = MV (s) / E (s) = K P {1+ (1 / T I · s) + [(T D · s) / (1 + η · T D · s)]} ... (1) where C (s): transfer function of PID, MV (s): manipulated variable,
E (s): deviation, K P : proportional gain, T I : integration time, T
D : differential time, s: Laplace operator, 1 / η: differential gain.

【0006】この(1)式を制御演算周期△tごとのデ
ータを用いて速度形ディジタル演算式で表すと、(2)
式ないし(5)式のようになる。 △MVn =KP {(en −en-1 )+(△t/TI )en +△dn …(2) MVn =MVn-1 +△MVn ……(3) △dn ={TD /(△t+η・TD )}(en −en-1 ) −{△t/(△t+η・TD )}dn-1 ……(4) dn =dn-1 −△dn ……(5) 上式においてMVn :現時点の操作量,MVn-1 :前回
の制御演算周期時点の操作量,△MVn :前回から現時
点までの操作量の変化分,en :現時点の偏差の大き
さ,en-1 :前回の制御演算周期時点の偏差の大きさ,
n :現時点の微分動作出力,dn-1 :前回の制御演算
周期時点までの微分の変化分,△dn :前回から現時点
までの微分動作出力の変化分である。
When this equation (1) is expressed as a velocity type digital arithmetic equation using data for each control arithmetic cycle Δt,
It becomes like the formula or the formula (5). △ MV n = K P {( e n -e n-1) + (△ t / T I) e n + △ d n ... (2) MV n = MV n-1 + △ MV n ...... (3) △ d n = {T D / (△ t + η · T D)} (e n -e n-1) - {△ t / (△ t + η · T D)} d n-1 ...... (4) d n = d n-1 −Δd n (5) In the above equation, MV n is the operation amount at the present time, MV n-1 is the operation amount at the time of the previous control calculation cycle, ΔMV n is the operation amount from the previous time to the present time. Change amount, e n : magnitude of deviation at the present time, e n-1 : magnitude of deviation at the previous control calculation cycle,
d n is the differential operation output at the present time, d n-1 is the change in the differential operation up to the time of the previous control calculation cycle, Δd n is the change in the differential operation output from the previous time to the present time.

【0007】図4は前記(2)式〜(5)式を用いた従
来のディジタルPID制御装置の構成を示す図である。
この制御装置は、目標値SVn および制御量PVn を偏
差演算手段51に導き、ここで(SVn −PVn )なる
演算を行って偏差en を求めた後、当該偏差en を速度
形比例制御手段52、速度形積分制御手段53および速
度形微分制御手段54に印加する。この速度形比例制御
手段52では△Pn =(en −en-1 )なる演算を実行
し、速度形積分制御手段53では△In =(△t/T
I )en なる演算を実行し、また速度形微分制御手段5
4では前記(4)式の演算を実行して△dn を求めると
ともに、これら演算結果を加算手段55により加算合成
して比例ゲイン手段56に導く。
FIG. 4 is a diagram showing a configuration of a conventional digital PID control device using the equations (2) to (5).
The controller directs the target value SV n and the control amount PV n the deviation computing means 51, after a deviation e n performed here made (SV n -PV n) operation, the speed the deviation e n It is applied to the proportional control means 52, the speed integral control means 53 and the speed differential control means 54. In the velocity type proportional control unit 52 △ P n = (e n -e n-1) becomes the calculated execution, the velocity type integral control means 53 △ I n = (△ t / T
I) Perform e n becomes operational, also velocity type derivative control unit 5
In 4, the calculation of the equation (4) is executed to obtain Δd n, and the calculation results are added and synthesized by the addition means 55 and led to the proportional gain means 56.

【0008】この比例ゲイン手段56では、加算合成出
力に比例ゲインKP を乗ずることにより、 △MVn =KP (△Pn +△In +△dn ) ……(6) なる速度形制御信号を求めて速度形/位置形信号変換手
段57に印加し、ここで前記(3)式の演算を行って位
置形信号に変換した後、制御対象58に印加する。そし
て、制御量検出手段59によって制御対象58の制御量
PVn を検出し、前記偏差演算手段51に導入する。従
って、この制御装置は、制御量検出手段59によって検
出される制御量PVn と目標値SVn とが等しくなるよ
うに,つまり偏差en =SVn −PVn が零となるよう
に制御する。
The proportional gain means 56 multiplies the additive combined output by the proportional gain K P to obtain a velocity type ΔMV n = K P (ΔP n + ΔI n + Δd n ) ... (6) The control signal is obtained and applied to the velocity-type / position-type signal converting means 57, where the equation (3) is calculated to convert into a position-type signal, and then applied to the controlled object 58. Then, the control amount PV n of the controlled object 58 is detected by the control amount detecting means 59 and introduced into the deviation calculating means 51. Therefore, this control device controls so that the control amount PV n detected by the control amount detecting means 59 becomes equal to the target value SV n , that is, the deviation e n = SV n −PV n becomes zero. .

【0009】さらに、前記速度形微分制御手段54に対
する微分時間の設定手段は、操作員が新しい微分時間T
D を設定する微分時間設定手段60と、この微分時間設
定手段60から送られてくる微分時間TD に書き替え更
新し、速度形微分制御手段54に新しい微分時間TD
=TD を設定する微分時間メモリ手段61とが設けられ
ている。
Further, the differential time setting means for the speed-type differential control means 54 has a new differential time T set by the operator.
The differential time setting means 60 for setting D and the differential time T D sent from the differential time setting means 60 are rewritten and updated, and the new differential time T D ′ is supplied to the speed type differential control means 54.
And differential time memory means 61 for setting = T D.

【0010】ところで、PID制御演算においては、ア
ナログ演算の場合には連続的であるのに対して、ディジ
タル演算の場合には不連続データを用いて一定時間間隔
ごとにPID演算を行うものである。その結果、PID
制御演算は、不連続演算の影響を受け易いが、その中で
も最も影響を受けるのが急峻な変化を取り扱う微分制御
演算である。
By the way, in the PID control calculation, the analog calculation is continuous, whereas in the digital calculation, discontinuous data is used to perform the PID calculation at regular time intervals. . As a result, PID
The control operation is easily affected by the discontinuous operation, but the most significant effect of the control operation is the differential control operation that handles a steep change.

【0011】そこで、微分制御演算は、前記(4)式お
よび(5)式の演算を実行するが、このとき微分動作出
力dn が制御演算周期△tの大きさによってどのような
影響を受けるかについて、図5を用いて説明する。
Therefore, the differential control operation executes the operations of the expressions (4) and (5), and at this time, the differential operation output d n is affected by the size of the control operation cycle Δt. This will be described with reference to FIG.

【0012】この図5は、微分時間TD =2sec ,η=
0.1を一定とし、制御演算周期△tを種々変化させた
ときの微分動作出力dn を示す図である。同図(a)は
制御演算周期を△t=0.01sec としたときの微分動
作出力dn であり、同図(b)は制御演算周期を△t=
0.05sec としたときの微分動作出力dn であり、同
図(c)は制御演算周期を△t=0.1sec としたとき
の微分動作出力dn であり、同図(d)は制御演算周期
を△t=0.2sec としたときの微分動作出力dn であ
り、さらに、同図(e)は制御演算周期を△t=0.5
sec としたときの微分動作出力dn である。図6は図5
(a),(b),(d),(e)の動作出力特性を重ね
合せた図である。
In FIG. 5, the differential time T D = 2 sec, η =
0.1 a constant, is a diagram showing a differential operation output d n when the control operation period △ t changed variously. The figure (a) shows the differential operation output d n when the control calculation cycle is Δt = 0.01 sec, and the figure (b) shows the control calculation cycle Δt =
This is the differential operation output d n when 0.05 sec, and the same figure (c) is the differential operation output d n when the control calculation cycle is Δt = 0.1 sec. This is the differential operation output d n when the calculation cycle is Δt = 0.2 sec. Further, FIG.
This is the differential operation output d n when sec is set. 6 is shown in FIG.
It is the figure which piled up the operation output characteristic of (a), (b), (d), and (e).

【0013】従って、これら図5および図6から次のこ
とが言える。 (イ) 微分動作出力は制御演算周期△tの大きさの影
響を大きく受けること。 (ロ) 制御演算周期△tが大きくなると、微分動作が
強くなる方向に影響を受けること。
Therefore, the following can be said from FIGS. 5 and 6. (B) The differential operation output is greatly affected by the size of the control calculation cycle Δt. (B) When the control calculation cycle Δt becomes large, the differential operation is influenced in a strong direction.

【0014】例えば、図5(a)は、制御演算周期が非
常に小さいのでアナログ微分動作出力と同様な微分動作
出力が得られるが、制御演算周期が大きくなるに従って
微分動作出力が本来の特性とはならず、また同図(e)
の制御演算周期△t=0.5sec のごとく大きくなる
と、0sec から連続性をもって変化すべきであるにも拘
らず、0.5sec 経過後に微分動作出力が現れ、しかも
本来の微分効果が何ら得られない。
For example, in FIG. 5 (a), since the control operation cycle is very short, a differentiating operation output similar to the analog differentiating operation output is obtained, but as the control operation cycle increases, the differentiating operation output shows the original characteristic. , And the same figure (e)
When the control calculation period Δt becomes large as Δt = 0.5 sec, the differential operation output appears after 0.5 sec, and the original differential effect is obtained even though it should change continuously from 0 sec. Absent.

【0015】さらに、通常のプラント制御においては、
微分時間TD =0.5〜10sec の範囲で多用されてお
り、また能力的には制御演算周期△t=0.1〜1sec
の間で使用するのがほとんどであると言える。その理由
は、この種のプラント計装システムには多数のコントロ
ーラ,つまりディジタルPID制御装置を有するマルチ
ループとなっている場合が多く、制御演算周期△tを小
さくできないためである。このことは、図5からも明ら
かなように、最も影響を受け易い領域で使用せざるを得
ないのが現状である。
Further, in normal plant control,
It is often used in the range of differential time T D = 0.5 to 10 sec, and in terms of capability, control calculation cycle Δt = 0.1 to 1 sec.
It can be said that it is mostly used between. The reason is that this type of plant instrumentation system is often a multi-loop having a large number of controllers, that is, digital PID control devices, and the control calculation cycle Δt cannot be reduced. As is clear from FIG. 5, this is unavoidable for use in the most susceptible area.

【0016】そこで、ディジタルPID制御装置を用い
て制御ループを組込んだとき、制御演算周期△tの大き
さが制御性にどのような影響を与えるかについて、図7
を参照して説明する。図7は、制御対象58の伝達関数
がG(s) ={1/(1+5s)}e-2s であり、かつ、
△t=0.01sec のときのPIDパラメータの最適値
がKP =3.04,TI =3.24sec ,TD =0.8
63sec ,η=0.1であるとき、△tを0.01sec
→0.1sec →0.4sec →0.5sec →1sec に変化
させたときの制御応答を示している。△t=0.4sec
近傍までは安定であるが、△t=0.5sec となると振
動的となり、△t=1sec になると完全に発散振動とな
って危険な状態となる。つまり、このケースTD /△t
=0.863sec /0.4sec =2.16より大きいと
きは安定であるが、2.13より小さくなると振動的と
なることがわかる。
Therefore, FIG. 7 shows how the magnitude of the control calculation cycle Δt affects the controllability when a control loop is built using a digital PID controller.
Will be described with reference to. In FIG. 7, the transfer function of the controlled object 58 is G (s) = {1 / (1 + 5s)} e −2s , and
The optimum value of the PID parameter when Δt = 0.01 sec is K P = 3.04, T I = 3.24 sec, T D = 0.8.
When 63sec and η = 0.1, Δt is 0.01sec
It shows the control response when changing from → 0.1sec → 0.4sec → 0.5sec → 1sec. △ t = 0.4sec
It is stable up to the vicinity, but becomes oscillating when Δt = 0.5 sec, and becomes completely divergent vibration when Δt = 1 sec, which is a dangerous state. That is, this case T D / Δt
It can be seen that when = 0.863 sec /0.4 sec = greater than 2.16, it is stable, but when it is smaller than 2.13, it becomes oscillatory.

【0017】[0017]

【発明が解決しようとする課題】従って、以上のように
アナログPID制御装置では全く問題にならなかった
が、ディジタルPID制御装置では制御演算周期△tの
大きさによって微分動作が大きく影響を受けて制御応答
が大きく異なってくる。
Therefore, although there is no problem in the analog PID control device as described above, in the digital PID control device, the differential operation is greatly affected by the size of the control calculation cycle Δt. The control response is greatly different.

【0018】その結果、従来のディジタルPID制御装
置では、制御演算周期△tと微分時間TD との間の関係
において、微分時間TD の設定値いかんにより、制御応
答が振動的または発散振動となり、プラント機器が損傷
したり、製品の品質を劣化させたり、或いはプラントの
停止をもたらし、最悪の場合にはプラントの爆発を誘起
させることもありうる。今後、PL(製造物責任)が激
しく追求されることが確実となっており、このような事
態は絶対に防止しなければならない。
As a result, in the conventional digital PID controller, the control response becomes oscillatory or divergent vibration depending on the set value of the differential time T D in the relationship between the control calculation period Δt and the differential time T D. The plant equipment may be damaged, the product quality may be deteriorated, or the plant may be stopped, and in the worst case, the plant may be exploded. It is certain that PL (product liability) will be pursued violently in the future, and such a situation must be absolutely prevented.

【0019】本発明は上記実情に鑑みてなされたもの
で、制御演算周期と微分時間との関係において制御が不
安定となる領域の微分時間の設定を確実に防止するディ
ジタルPID制御装置を提供することを目的とする。
The present invention has been made in view of the above circumstances, and provides a digital PID control device for reliably preventing the setting of the differential time in the region where the control becomes unstable in the relation between the control calculation cycle and the differential time. The purpose is to

【0020】また、本発明の他の目的は、制御演算周期
と微分時間との関係において制御が不安定となる領域の
微分時間のときに積極的に安定領域に移行させるディジ
タルPID制御装置を提供することにある。
Another object of the present invention is to provide a digital PID control device which positively shifts to a stable region when the differential time is a region where control becomes unstable in the relation between the control calculation cycle and the differential time. To do.

【0021】さらに、本発明の他の目的は、設定された
微分時間が不安定領域に係わる場合に速やかにその旨を
操作員に報知し、計装システムの安全性を確保するディ
ジタルPID制御装置を提供することにある。
Still another object of the present invention is to provide a digital PID control device for promptly informing the operator of the fact that the set differential time is involved in an unstable region and ensuring the safety of the instrumentation system. To provide.

【0022】[0022]

【課題を解決するための手段】上記課題を解決するため
に、請求項1に対応する発明は、制御対象からの制御量
と当該制御量の目標値との偏差に対してディジタルPI
制御演算を実行し、また前記偏差または前記制御量に対
して制御演算周期および微分時間を用いてディジタルD
制御演算を実行し、これら演算出力を合成し操作信号と
して前記制御対象に印加するディジタルPID制御装置
において、前記制御演算周期と前記微分時間との間の相
互の関係から、制御が不安定となる領域の微分時間が設
定されたとき、当該微分時間を更新しないようにする不
安定領域判定手段を設けたディジタルPID制御装置で
ある。
In order to solve the above problems, the invention according to claim 1 provides a digital PI for the deviation between a controlled variable from a controlled object and a target value of the controlled variable.
The control calculation is executed, and the digital D is calculated by using the control calculation cycle and the differential time with respect to the deviation or the control amount.
In a digital PID control device that executes control calculation, synthesizes these calculation outputs, and applies them as operation signals to the control target, control becomes unstable due to the mutual relationship between the control calculation cycle and the differential time. It is a digital PID control device provided with an unstable region determination means for preventing the differential time from being updated when the differential time of the region is set.

【0023】次に、請求項2に対応する発明は、制御対
象からの制御量と当該制御量の目標値との偏差に対して
ディジタルPI制御演算を実行し、また前記偏差または
前記制御量に対して制御演算周期および微分時間を用い
てディジタルD制御演算を実行し、これら演算出力を合
成し操作信号として前記制御対象に印加するディジタル
PID制御装置において、前記制御演算周期を△tとし
たとき、O<TD <n・△t(但し、nは係数であっ
て,通常n=1〜4)なる範囲の微分時間TD を設定し
ようとしたとき、微分時間のみ、またはPIDパラメー
タの全部を更新できないようにする不安定領域判定手段
を設けたディジタルPID制御装置である。
Next, in the invention according to claim 2, a digital PI control calculation is executed for the deviation between the controlled variable from the controlled object and the target value of the controlled variable, and the deviation or the controlled variable is calculated. On the other hand, in the digital PID control device for executing the digital D control calculation using the control calculation cycle and the differential time, synthesizing these calculation outputs and applying it as the operation signal to the control target, when the control calculation cycle is Δt. , O <T D <nΔt (where n is a coefficient, usually n = 1 to 4), when the differential time T D is set, only the differential time or all PID parameters are set. Is a digital PID control device provided with an unstable region determining means for preventing the updating of the PID.

【0024】さらに、請求項3に対応する発明は、制御
対象からの制御量と当該制御量の目標値との偏差に対し
てディジタルPI制御演算を実行し、また前記偏差また
は前記制御量に対して制御演算周期および微分時間を用
いてディジタルD制御演算を実行し、これら演算出力を
合成し操作信号として前記制御対象に印加するディジタ
ルPID制御装置において、前記制御演算周期△tとし
たとき、O<TD <n・△t(但し、nは係数であっ
て,通常n=1〜4)なる範囲の微分時間TD が設定さ
れたとき、予め記憶されている最も安定領域となるT
D ′=0なる微分時間TD ′を強制的に前記ディジタル
D制御演算に使用する手段を設けたディジタルPID制
御装置である。
Further, in the invention according to claim 3, a digital PI control calculation is executed for a deviation between a controlled variable from a controlled object and a target value of the controlled variable, and for the deviation or the controlled variable. In the digital PID control device that executes the digital D control calculation using the control calculation cycle and the differential time, synthesizes these calculation outputs, and applies as the operation signal to the control target, when the control calculation cycle Δt is set, O <T D <nΔt (where n is a coefficient, usually n = 1 to 4), when the differential time T D is set, T is the most stable region stored in advance.
This is a digital PID control device provided with means for forcibly using the differential time T D ′ with D ′ = 0 for the digital D control calculation.

【0025】さらに、請求項4に対応する発明は、請求
項1〜3に記載する要件に新たに、設定された微分時間
が不安定領域の微分時間であると判定されたとき、その
判定信号を受けて当該微分時間を更新しない旨を警報出
力またはメッセージ出力する報知手段を付加してなるデ
ィジタルPID制御装置である。
Further, in the invention corresponding to claim 4, when the newly set differential time is determined to be the differential time of the unstable region, the determination signal thereof is newly added to the requirements described in claims 1 to 3. In response to this, the digital PID control device is provided with an informing means for outputting an alarm or a message that the differential time is not updated.

【0026】[0026]

【作用】従って、請求項1に対応する発明は、以上のよ
うな手段を講じたことにより、設定された微分時間につ
いて不安定領域判定手段により不安定領域か安定領域か
を調べ、不安定領域と判定されたとき、その設定された
微分時間を更新せずに前回の微分時間をそのまま用いて
微分動作を実行するものである。
Therefore, according to the invention corresponding to claim 1, by taking the above-mentioned means, the unstable region determining means checks the unstable region or the stable region for the set differential time, and the unstable region is determined. When it is determined that the differential operation is executed, the previous differential time is used as it is without updating the set differential time.

【0027】請求項2に対応する発明は、制御演算周期
を△tとしたとき、O<TD <n・△t(但し、nは係
数であって,通常n=1〜4)なる範囲の微分時間TD
を設定しようとしたとき、不安定領域判定手段では、微
分時間のみ、またはPIDパラメータの全部を更新する
のを禁止し、前回の微分時間またはPIDパラメータを
用いてプロセスの安定動作を確保するものである。
In the invention corresponding to claim 2, when the control calculation cycle is Δt, the range is O <T D <nΔt (where n is a coefficient, and usually n = 1 to 4). Derivative time of T D
In this case, the unstable region determination means prohibits updating only the differential time or all of the PID parameters, and uses the previous differential time or PID parameter to ensure stable operation of the process. is there.

【0028】また、請求項3に対応する発明は、前記制
御演算周期△tとしたとき、O<TD <n・△t(但
し、nは係数であって,通常n=1〜4)なる範囲の微
分時間TD が設定されたとき、強制的に最も安定領域と
なるTD ′=0なる微分時間TD ′を設定し、ディジタ
ルD制御演算に用いるものである。
Further, in the invention corresponding to claim 3, when the control operation period is Δt, O <T D <n · Δt (where n is a coefficient, usually n = 1 to 4) When the differential time T D in the range is set, the differential time T D ′ at which T D ′ = 0, which is the most stable region, is forcibly set and used in the digital D control calculation.

【0029】さらに、請求項4に対応する発明は、設定
された微分時間が不安定領域の微分時間であると判定さ
れたとき、報知手段によって操作員に微分時間を更新し
ない旨,つまり微分時間の設定誤りを知らせ、適切なプ
ロセス操作を実現するものである。
Furthermore, in the invention according to claim 4, when it is determined that the set differential time is the differential time of the unstable region, the notification means does not update the differential time to the operator, that is, the differential time. It notifies the setting error of and realizes appropriate process operation.

【0030】[0030]

【実施例】以下、本発明装置の一実施例について図1を
参照して説明する。同図において1は目標値SVn と制
御量PVn との偏差を求める偏差演算手段であって、こ
の偏差演算手段1で得られた偏差en は速度形比例制御
手段2、速度形積分制御手段3および速度形微分制御手
段4に導入される。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the device of the present invention will be described below with reference to FIG. In the figure, reference numeral 1 denotes a deviation calculating means for obtaining a deviation between the target value SV n and the control amount PV n . The deviation e n obtained by the deviation calculating means 1 is a speed proportional control means 2 and a speed integral control. It is introduced into the means 3 and the velocity type differential control means 4.

【0031】この速度形比例制御手段2では、現時点の
偏差の大きさen と前回の制御演算周期時点の偏差の大
きさen-1 とを用い、 △Pn =en −en-1 ……(7) なる演算を実行し、比例演算出力△Pn を求める。ま
た、速度形積分制御手段3では、制御演算周期△t、積
分時間TI および偏差en に基づいて、 △TI =(△t/TI )en ……(8) なる演算を実行し、積分演算出力△TI を求める。さら
に、速度形微分制御手段4では、前記(4)式に示すよ
うに微分時間TD 、制御演算周期△t、微分ゲイン1/
η、前回の制御演算周期時点の微分の変化分dn-1 とす
ると、 △dn ={TD /(△t+η・TD )}(en −en-1 ) −{△t/(△t+η・TD )}dn-1 ……(9) なる演算を実行し、微分分演算出力△dn を求める。
[0031] In the velocity type proportional control unit 2, using the size e n-1 of size e n and the previous control operation period time deviation of the current deviation, △ P n = e n -e n- 1 …… (7) is executed to obtain the proportional calculation output ΔP n . Further, the velocity type integral control unit 3, control operation period △ t, based on the integral time T I and deviation e n, △ T I = ( △ t / T I) perform a e n ...... becomes (8) operation Then, the integral calculation output ΔT I is obtained. Further, in the speed type differential control means 4, as shown in the equation (4), the differential time T D , the control calculation cycle Δt, and the differential gain 1 /
eta, when the variation d n-1 of the differential of the previous control operation period time, △ d n = {T D / (△ t + η · T D)} (e n -e n-1) - {△ t / (Δt + η · T D )} d n-1 (9) is executed to obtain the differential operation output Δd n .

【0032】これら制御手段2〜4で求めた各演算出力
△Pn ,△TI ,△dn は、それぞれ加算手段5に導入
され、ここで、 △Pn +△TI +△dn ……(10) なる演算を行って加算合成値を求めた後、比例ゲイン手
段6に導き、加算合成値と比例ゲインKP とに基づい
て、 △MVn =KP (△Pn +△TI +△dn ) ……(11) なる演算によって速度形制御信号△MVn を求める。そ
して、この速度形制御信号△MVn を速度形/位置形信
号変換手段7に導入し、ここで MVn =MVn-1 +△MVn ……(12) なる演算を行って位置形信号に変換し、制御対象8に印
加し、当該制御対象を制御する構成である。9は制御量
PVn を求める制御量検出手段である。
[0032] Each operation output △ P n obtained in these control means 2~4, △ T I, △ d n is introduced into the respective adding means 5, where, △ P n + △ T I + △ d n .. (10) After calculating the addition combined value by performing the calculation, it is guided to the proportional gain means 6, and based on the addition combined value and the proportional gain K P , ΔMV n = K P (ΔP n + Δ T I + Δd n ) (11) The speed type control signal ΔMV n is obtained by the following calculation. Then, the velocity type control signal ΔMV n is introduced into the velocity type / position type signal converting means 7, and the position type signal is calculated by performing the following calculation: MV n = MV n-1 + ΔMV n (12) The control target 8 is converted into the control target 8 and applied to the control target 8 to control the control target. Reference numeral 9 is a control amount detecting means for obtaining the control amount PV n .

【0033】ところで、ディジタルPID制御装置は、
前述したように制御演算周期△tと微分時間TD との間
の関係において微分時間の設定値により、微分動作が大
きく影響を受け、制御応答が振動的または発散振動とな
る問題がある。
By the way, the digital PID controller is
As described above, in the relationship between the control calculation cycle Δt and the differential time T D , the differential value is greatly affected by the set value of the differential time, and there is a problem that the control response becomes oscillatory or divergent vibration.

【0034】そこで、本発明装置においては、予め不安
定領域と安定領域とを定めることにより、不安定領域を
判定し、設定すべき微分時間の更新を禁止する手段を設
けるものである。
In view of this, the apparatus of the present invention is provided with means for determining the unstable region and determining the unstable region and prohibiting the update of the differential time to be set by previously defining the unstable region and the stable region.

【0035】具体的には、新しい微分時間TD を入力設
定する微分時間設定手段10と、この微分時間設定手段
10で設定される微分時間TD を更新記憶し、新しい微
分時間TD ′として速度形微分制御手段4の演算のため
に供する微分時間メモリ手段11とが設けられ、さらに
速度形微分制御手段4で用いられる制御演算周期△tと
微分時間設定手段10によって設定される微分時間TD
とを取り込み、所定の判定条件に基づいて設定された微
分時間TD が不安定領域にあるか否かを判定する不安定
領域判定手段12と、常時は非導通状態とし、不安定領
域判定手段12によって微分時間TD が不安定領域にあ
ると判定されたとき微分時間設定手段10から設定する
微分時間の更新を禁止する信号選択手段13とが設けら
れている。
[0035] More specifically, the derivative time setting unit 10 for inputting set a new derivative time T D, the derivative time T D that is set by the differential time setting means 10 and updated and stored as a new derivative time T D ' A differential time memory means 11 provided for the calculation of the speed type differential control means 4 is provided, and a control calculation cycle Δt used in the speed type differential control means 4 and a differential time T set by the differential time setting means 10. D
And an unstable region determining means 12 for determining whether or not the differential time T D set based on a predetermined determination condition is in an unstable region, and an unstable region determining means for normally making a non-conduction state. There is provided signal selecting means 13 for prohibiting updating of the differential time set by the differential time setting means 10 when it is determined by 12 that the differential time T D is in the unstable region.

【0036】さらに、不安定領域判定手段12において
微分時間TD が不安定領域にあると判定されたとき、操
作員に微分時間TD が不安定領域にある旨の警報を出力
するとか、或いは当該設定微分時間が不安定領域にある
ことをCRTなどにメッセージ表示する報知手段14が
設けられている。
Furthermore, when the derivative time T D in the unstable region determining means 12 is determined to be in the unstable region, Toka derivative time T D to the operator outputs an alarm to the effect that in an unstable region, or An informing unit 14 is provided for displaying a message on a CRT or the like that the set differential time is in an unstable region.

【0037】なお、速度形微分制御手段4は、偏差en
に基づいて微分演算動作を行う構成としたが、例えば制
御量PVn を直接取り込んで微分演算動作を行う,いわ
ゆる測定値微分先行形のものでもよい。
The velocity-type differential control means 4 uses the deviation e n
Although the differential calculation operation is performed based on the above, for example, a so-called measured value differential precedent type that directly takes in the control amount PV n and performs the differential calculation operation may be used.

【0038】次に、本発明装置の要部となる微分時間の
設定動作について説明する。先ず、不安定領域判定手段
12においては、制御演算周期を△t,微分時間をTD
とすると、不安定領域として、 0<TD <n・△t ……(13) と定め、また安定領域として、 TD =0またはn・△t≦TD ……(14) と定める。なお、この(13)式,(14)式における
nは種々のシュミレーションから求めると、n=1〜4
の間にある。このnの値は制御変動をどの程度まで許容
するかに応じて異なる値であるが、多少の幅を持つこと
は止むを得ないことになる。しかし、好ましくは、n=
2〜3の間にあれば、非常に制御性に優れた効果を発揮
する。
Next, the operation of setting the differential time, which is the main part of the device of the present invention, will be described. First, in the unstable region determination means 12, the control calculation cycle is Δt and the differential time is T D.
Then, the unstable region is defined as 0 <T D <n · Δt (13), and the stable region is defined as T D = 0 or n · Δt ≦ T D (14). Note that n in the equations (13) and (14) is n = 1 to 4 when calculated from various simulations.
Between The value of n varies depending on how much control fluctuation is allowed, but it is inevitable that the value of n has a certain width. However, preferably n =
If it is between 2 and 3, it exhibits an extremely excellent controllability.

【0039】因みに、図7の例では、△t=0.4sec
までを許容すると、n=TD /△t=2.16となるの
で、制御演算周期△t=0.3sec とすると、前記
(4)式から微分時間TD の不安定領域は、 0<TD <0.68sec ……(15) となる。ゆえに、不安定領域判定手段12は、微分時間
D が(15)式の領域に入ったとき、微分時間設定手
段10から微分時間TD を設定しようとしても設定しな
いようにする。
Incidentally, in the example of FIG. 7, Δt = 0.4 sec
Since n = T D /Δt=2.16, when the control calculation period Δt = 0.3 sec, the unstable region of the differential time T D is expressed by the equation (4) as 0 < T D <0.68 sec (15). Therefore, when the differential time T D enters the region of the equation (15), the unstable region determination means 12 does not set the differential time T D even if the differential time setting means 10 tries to set the differential time T D.

【0040】不安定領域判定手段12は、具体的には速
度形微分制御手段4で用いられる制御演算周期△tを取
り込み,さらに微分時間設定手段10から微分時間TD
を受けると、前記(13)式に基づく例えばn=1〜4
を用いて、微分時間TD が不安定領域にあるか否かを判
定し、 不安定領域のとき ……… 信号選択手段13は非導通 安定領域のとき ……… 信号選択手段13は導通 とする。
The unstable region judging means 12 specifically takes in the control calculation cycle Δt used in the velocity type differential control means 4, and further, the differential time setting means 10 causes the differential time T D.
Is received, for example, n = 1 to 4 based on the above equation (13).
Is used to determine whether or not the differential time T D is in the unstable region, and when it is in the unstable region, the signal selecting means 13 is non-conducting When in the stable region, the signal selecting means 13 is conducting. To do.

【0041】つまり、不安定領域判定手段12において
不安定領域と判定されたとき、信号選択手段13を非導
通状態のままとすることにより、微分時間設定手段10
から設定される微分時間を禁止し、微分時間メモリ手段
11の微分時間TD ′を更新しない。
That is, when the unstable region judging means 12 judges that the region is unstable, the signal selecting means 13 is kept in the non-conducting state, so that the differential time setting means 10
The differential time set by the above is prohibited and the differential time T D ′ of the differential time memory means 11 is not updated.

【0042】一方、安定領域と判定されたときには信号
選択手段13を導通状態とすることにより、微分時間設
定手段10から設定される微分時間TD に基づいて微分
時間メモリ手段11の微分時間TD ′を更新し、速度形
微分制御手段4に供する微分時間はTD ′=TD とす
る。
On the other hand, by a conductive state signal selecting means 13 when it is determined that the stable region, derivative time T D of the derivative time T derivative time based on the D memory means 11 which are set from the derivative time setting means 10 ′ Is updated and the differential time provided to the speed type differential control means 4 is T D ′ = T D.

【0043】なお、上記実施例は、微分時間TD を自由
に設定可能とする構成であるが、例えば微分時間メモリ
手段11において0<TD <n・△t(1≦n≦4)の
不安定領域となるTD が設定されたとき、実際の微分演
算に適用する微分時間TD ′として、TD ′=0または
D ′=n・△tを速度形微分制御手段11に設定し、
不安定な制御を禁止することもできる。従って、この場
合の微分時間メモリ手段11には、予め安定領域となる
D ′=0またはTD ′=n・△tが記憶され、微分時
間設定手段10から不安定領域となる微分時間TD が設
定されたとき、安定領域となるTD ′=0またはTD
=n・△tを出力するとか、或いは予め微分時間メモリ
手段11に安定領域となるTD ′=0またはTD ′=n
・△tを記憶し、不安定領域判定手段12において不安
定領域と判定したとき、図2に示すように微分時間メモ
リ手段11に記憶される安定領域となるTD ′=0また
はTD ′=n・△tを強制的に出力するような構成であ
ってもよい。特に、このときTD ′=0を出力すれば、
微分動作が完全に無視された形となり、微分動作による
影響のない安定状態に移行する。この実施例の場合には
信号選択手段13がなくてもよい。
Although the differential time T D can be freely set in the above embodiment, for example, 0 <T D <nΔt (1 ≦ n ≦ 4) in the differential time memory means 11. When T D in the unstable region is set, T D ′ = 0 or T D ′ = n · Δt is set in the speed type differential control means 11 as the differential time T D ′ applied to the actual differential operation. Then
Unstable control can also be prohibited. Therefore, in this case, the differential time memory means 11 stores T D ′ = 0 or T D ′ = n · Δt which is a stable area in advance, and the differential time setting means 10 causes the differential time T to be an unstable area. When D is set, it becomes a stable region T D ′ = 0 or T D
= NΔt is output, or T D ′ = 0 or T D ′ = n which is a stable region in the differential time memory means 11 in advance.
When Δt is stored and the unstable region determination means 12 determines that it is an unstable region, it becomes a stable region stored in the differential time memory means 11 as shown in FIG. 2, T D ′ = 0 or T D ′ The configuration may be such that = n · Δt is forcibly output. In particular, if T D ′ = 0 is output at this time,
The differential action is completely ignored, and the state shifts to a stable state that is not affected by the differential action. In the case of this embodiment, the signal selecting means 13 may be omitted.

【0044】また、上記実施例は、設定される微分時間
が不安定領域であると判定されたとき、微分時間だけ更
新しないようにしたが、例えば図3に示すように比例ゲ
インメモリ手段21、積分時間メモリ手段22を有し、
パラメータ設定手段23からPIDパラメータを自由に
設定できる構成の場合には、信号選択手段13を非導通
状態のままとし、PIDパラメータ全部を更新しないよ
うにしてもよい。このような構成とする理由は、各制御
パラメータが互いに制御性に大きく関係しているためで
ある。
In the above embodiment, when it is determined that the set differential time is in the unstable region, the differential time is not updated. However, as shown in FIG. 3, for example, the proportional gain memory means 21, An integration time memory means 22,
In the case of a configuration in which the PID parameters can be freely set from the parameter setting means 23, the signal selecting means 13 may be kept in the non-conducting state and all the PID parameters may not be updated. The reason for adopting such a configuration is that the respective control parameters are greatly related to the controllability.

【0045】さらに、信号選択手段13は不安定領域の
有無に応じて非導通・導通としたが、例えば常時は信号
選択手段13を非導通とし、不安定領域判定手段12に
て安定領域と判定されたときだけ導通し、設定された微
分時間TD を微分時間メモリ手段11の微分時間を更新
する構成でもよく、また不安定領域判定手段12および
信号選択手段13はハード的なブロック構成としたが、
ソフトウエア的に容易に処理可能である。その他、本発
明はその要旨を逸脱しない範囲で種々変形して実施でき
る。
Further, the signal selecting means 13 is made non-conducting / conducting depending on the presence or absence of an unstable area. It is possible to have a configuration in which the differential time T D is set to be conductive only when it is turned on and the differential time of the differential time memory means 11 is updated, and the unstable region determination means 12 and the signal selection means 13 have a hardware block configuration. But,
It can be easily processed by software. In addition, the present invention can be modified in various ways without departing from the scope of the invention.

【0046】[0046]

【発明の効果】以上説明したように本発明によれば、制
御演算周期と微分時間との関係において、設定される微
分時間がプラント運転上不安定な領域となる場合には当
該微分時間の更新を禁止することにより、常に安定な方
向でプラントを運転させることができる。
As described above, according to the present invention, in the relation between the control calculation cycle and the differential time, when the set differential time is in the unstable region in plant operation, the differential time is updated. By prohibiting, the plant can always be operated in a stable direction.

【0047】また、設定される微分時間がプラント運転
上不安定な領域となる場合には積極的に安定領域となる
微分時間を設定することにより、常に安定,かつ,安全
なサイドでプラントを運転させることができる。
When the set differential time is in the unstable region in plant operation, the differential time is set positively in the stable region so that the plant is always operated on the stable and safe side. Can be made.

【0048】さらに、設定された微分時間がプラント運
転上不安定な領域となる場合には当該微分時間の更新を
禁止し、かつ、その旨を操作員に報知するので、再度微
分時間を誤設定することがなく、未熟な操作員であって
も学習効果を高めながら安定,かつ,安全なプラント運
転を確保できる。
Further, when the set differential time is in an area where plant operation is unstable, updating of the differential time is prohibited, and the operator is informed of that fact. Therefore, the differential time is erroneously set again. Therefore, even an inexperienced operator can secure stable and safe plant operation while enhancing the learning effect.

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

【図1】本発明に係わるディジタルPID制御装置の一
実施例を示す構成図。
FIG. 1 is a configuration diagram showing an embodiment of a digital PID control device according to the present invention.

【図2】本発明に係わるディジタルPID制御装置の他
の実施例を示す構成図。
FIG. 2 is a configuration diagram showing another embodiment of a digital PID control device according to the present invention.

【図3】本発明に係わるディジタルPID制御装置の他
の実施例を示す構成図。
FIG. 3 is a block diagram showing another embodiment of the digital PID control device according to the present invention.

【図4】従来のディジタルPID制御装置を示す構成
図。
FIG. 4 is a block diagram showing a conventional digital PID control device.

【図5】制御演算周期を変化させたときの微分動作出力
の特性図。
FIG. 5 is a characteristic diagram of a differential operation output when the control calculation cycle is changed.

【図6】図5に示す複数の微分動作出力を重ね合わせた
図。
6 is a diagram in which a plurality of differential operation outputs shown in FIG. 5 are superimposed.

【図7】制御演算周期の大きさに応じて変化する制御応
答図。
FIG. 7 is a control response diagram that changes according to the magnitude of a control calculation cycle.

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

2…速度形比例制御手段、3…速度形積分制御手段、4
…速度形微分制御手段、5…加算手段、6…比例ゲイン
手段、7…速度形/位置形信号変換手段、8…制御対
象、10…微分時間設定手段、11…微分時間メモリ手
段、12…不安定領域判定手段、13…信号選択手段、
14…報知手段。
2 ... Velocity type proportional control means, 3 ... Velocity type integral control means, 4
... speed type differential control means, 5 ... addition means, 6 ... proportional gain means, 7 ... speed type / position type signal conversion means, 8 ... controlled object, 10 ... differential time setting means, 11 ... differential time memory means, 12 ... Unstable region determination means, 13 ... Signal selection means,
14 ... Notification means.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 制御対象からの制御量と当該制御量の目
標値との偏差に対してディジタルPI(P:比例,I:
積分)制御演算を実行し、また前記偏差または前記制御
量に対して制御演算周期および微分時間を用いてディジ
タルD(D:微分)制御演算を実行し、これら演算出力
を合成し操作信号として前記制御対象に印加するディジ
タルPID制御装置において、 前記制御演算周期と前記微分時間との間の相互の関係か
ら、制御が不安定となる領域の微分時間が設定されたと
き、当該微分時間を更新しないようにする不安定領域判
定手段を設けたことを特徴とするディジタルPID制御
装置。
1. A digital PI (P: proportional, I: relative to a deviation between a controlled variable from a controlled object and a target value of the controlled variable).
(Integration) control calculation is performed, and a digital D (D: derivative) control calculation is performed on the deviation or the control amount by using a control calculation cycle and a differential time, and these calculation outputs are combined to generate an operation signal. In the digital PID control device applied to the controlled object, when the differential time of the region where the control becomes unstable is set due to the mutual relationship between the control calculation cycle and the differential time, the differential time is not updated. A digital PID control device comprising an unstable region determining means for performing the above.
【請求項2】 制御対象からの制御量と当該制御量の目
標値との偏差に対してディジタルPI(P:比例,I:
積分)制御演算を実行し、また前記偏差または前記制御
量に対して制御演算周期および微分時間を用いてディジ
タルD(D:微分)制御演算を実行し、これら演算出力
を合成し操作信号として前記制御対象に印加するディジ
タルPID制御装置において、 前記制御演算周期を△tとしたとき、 O<TD <n・△t(但し、nは係数であって,通常n
=1〜4) なる範囲の微分時間TD を設定しようとしたとき、微分
時間のみ、またはPIDパラメータの全部を更新できな
いようにする不安定領域判定手段を設けたことを特徴と
するディジタルPID制御装置。
2. A digital PI (P: proportional, I: relative to a deviation between a controlled variable from a controlled object and a target value of the controlled variable).
(Integration) control calculation is performed, and a digital D (D: derivative) control calculation is performed on the deviation or the control amount by using a control calculation cycle and a differential time, and these calculation outputs are combined to generate an operation signal. In a digital PID controller applied to a controlled object, when the control calculation cycle is Δt, O <T D <n · Δt (where n is a coefficient, and usually n
= 1 to 4) A digital PID control characterized in that an unstable region determining means is provided so as not to update only the differential time or all of the PID parameters when trying to set the differential time T D in the range apparatus.
【請求項3】 制御対象からの制御量と当該制御量の目
標値との偏差に対してディジタルPI(P:比例,I:
積分)制御演算を実行し、また前記偏差または前記制御
量に対して制御演算周期および微分時間を用いてディジ
タルD(D:微分)制御演算を実行し、これら演算出力
を合成し操作信号として前記制御対象に印加するディジ
タルPID制御装置において、 前記制御演算周期△tとしたとき、 O<TD <n・△t(但し、nは係数であって,通常n
=1〜4) なる範囲の微分時間TD が設定されたとき、予め記憶さ
れている最も安定領域となるTD ′=0なる微分時間T
D ′を強制的に前記ディジタルD制御演算に使用する手
段を設けたことを特徴とするディジタルPID制御装
置。
3. A digital PI (P: proportional, I: relative to a deviation between a controlled variable from a controlled object and a target value of the controlled variable).
(Integration) control calculation is performed, and a digital D (D: derivative) control calculation is performed on the deviation or the control amount by using a control calculation cycle and a differential time, and these calculation outputs are combined to generate an operation signal. in the digital PID controller to be applied to the control object, when said control operation period △ t, O <T D < n · △ t ( where, n is a coefficient, usually n
= 1 to 4) when the differential time T D in the range of T D ′ = 0 is set, the differential time T D becomes the most stable region stored in advance.
Digital PID control apparatus characterized in that a means used forcibly the digital D control operation of the D '.
【請求項4】 請求項1〜3に記載するディジタルPI
D制御装置において、設定された微分時間が不安定領域
の微分時間であると判定されたとき、その判定信号を受
けて当該微分時間を更新しない旨を警報出力またはメッ
セージ出力する報知手段を付加したことを特徴とするデ
ィジタルPID制御装置。
4. A digital PI according to claim 1.
In the D control device, when it is determined that the set differential time is the differential time of the unstable region, a notification unit is added to receive a determination signal and output an alarm or message that the differential time is not updated. A digital PID control device characterized by the above.
JP12746594A 1994-06-09 1994-06-09 Digital pid controller Pending JPH07334204A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12746594A JPH07334204A (en) 1994-06-09 1994-06-09 Digital pid controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12746594A JPH07334204A (en) 1994-06-09 1994-06-09 Digital pid controller

Publications (1)

Publication Number Publication Date
JPH07334204A true JPH07334204A (en) 1995-12-22

Family

ID=14960606

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12746594A Pending JPH07334204A (en) 1994-06-09 1994-06-09 Digital pid controller

Country Status (1)

Country Link
JP (1) JPH07334204A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0750236A2 (en) * 1995-06-20 1996-12-27 Kabushiki Kaisha Toshiba Digital pid control apparatus
WO1997029407A1 (en) * 1996-02-08 1997-08-14 Heinrich Nikolaus Control algorithm for a pid controller
CN104121252A (en) * 2013-04-24 2014-10-29 穆格股份有限公司 Delay-minimized detection of an auxiliary control variable

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0750236A2 (en) * 1995-06-20 1996-12-27 Kabushiki Kaisha Toshiba Digital pid control apparatus
EP0750236A3 (en) * 1995-06-20 1997-09-17 Toshiba Kk Digital pid control apparatus
US5745362A (en) * 1995-06-20 1998-04-28 Kabushiki Kaisha Toshiba Digital PID control apparatus
WO1997029407A1 (en) * 1996-02-08 1997-08-14 Heinrich Nikolaus Control algorithm for a pid controller
CN104121252A (en) * 2013-04-24 2014-10-29 穆格股份有限公司 Delay-minimized detection of an auxiliary control variable

Similar Documents

Publication Publication Date Title
US5570282A (en) Multivariable nonlinear process controller
US6041320A (en) Multi-region fuzzy logic control system with auxiliary variables
JP2009522108A (en) Method and apparatus for adjusting and controlling
JPH11249705A (en) Nonlinear model estimation control method for vapor phase reactor including fast noise filter and its method
AU5631496A (en) Feedback method for controlling non-linear processes
KR0135586B1 (en) Gain adaptive control device
US5706193A (en) Control system, especially for a non-linear process varying in time
Srinivasan et al. Controllability and stability of repetitive batch processes
GB2400191A (en) Control system for quantity having characteristic frequency behaviour
JPH07334204A (en) Digital pid controller
Özkan et al. Non-linear generalised predictive control of a jacketed well mixed tank as applied to a batch process—A polymerisation reaction
US20230062235A1 (en) Procedure to generate a control vector and adex system applying the same
JPH09146610A (en) Multivariable nonlinear process controller
GB2512087A (en) Apparatus for controlling a manufacturing plant
JPH06313326A (en) Actuator control device
JPH0378003A (en) Fuzzy controller
JPH1185214A (en) Process control device
de Souza et al. Comparison among experimental PID auto tuning methods for a self-balancing robot
JP3234109B2 (en) Process control equipment
Chien et al. Effect of impurities on continuous solution methyl methacrylate polymerization reactors—II. Closed-loop real-time control
Hapoğlu Nonlinear long range predictive control of an openloop unstable reactor
JP3224941B2 (en) Digital PID controller
JP3015523B2 (en) Process control equipment
JPH0272404A (en) Deciding method for membership function
JPH01204102A (en) Process controller