JPH0447215B2 - - Google Patents

Info

Publication number
JPH0447215B2
JPH0447215B2 JP58187421A JP18742183A JPH0447215B2 JP H0447215 B2 JPH0447215 B2 JP H0447215B2 JP 58187421 A JP58187421 A JP 58187421A JP 18742183 A JP18742183 A JP 18742183A JP H0447215 B2 JPH0447215 B2 JP H0447215B2
Authority
JP
Japan
Prior art keywords
temperature
hot water
integral
deviation
set temperature
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP58187421A
Other languages
Japanese (ja)
Other versions
JPS6078217A (en
Inventor
Takeshi Yamada
Tooru Shimomura
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.)
Omron Corp
Original Assignee
Omron Tateisi Electronics Co
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 Omron Tateisi Electronics Co filed Critical Omron Tateisi Electronics Co
Priority to JP58187421A priority Critical patent/JPS6078217A/en
Publication of JPS6078217A publication Critical patent/JPS6078217A/en
Publication of JPH0447215B2 publication Critical patent/JPH0447215B2/ja
Granted legal-status Critical Current

Links

Classifications

    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F23COMBUSTION APPARATUS; COMBUSTION PROCESSES
    • F23NREGULATING OR CONTROLLING COMBUSTION
    • F23N1/00Regulating fuel supply
    • F23N1/08Regulating fuel supply conjointly with another medium, e.g. boiler water
    • F23N1/082Regulating fuel supply conjointly with another medium, e.g. boiler water using electronic means
    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F23COMBUSTION APPARATUS; COMBUSTION PROCESSES
    • F23NREGULATING OR CONTROLLING COMBUSTION
    • F23N2223/00Signal processing; Details thereof
    • F23N2223/36PID signal processing
    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F23COMBUSTION APPARATUS; COMBUSTION PROCESSES
    • F23NREGULATING OR CONTROLLING COMBUSTION
    • F23N2225/00Measuring
    • F23N2225/08Measuring temperature
    • F23N2225/18Measuring temperature feedwater temperature

Description

【発明の詳細な説明】 ≪発明の分野≫ この発明は、出湯温度と設定温度とに基づいて
マイクロコンピユータによりデジタル的にPID演
算を行ない、この演算結果で燃料ガス供給量を制
御して出湯温度を設定温度に維持するようにした
ガス湯沸器の温度制御装置に関する。
[Detailed Description of the Invention] <<Field of the Invention>> This invention digitally performs PID calculation using a microcomputer based on the hot water exit temperature and the set temperature, and controls the fuel gas supply amount based on the calculation result to adjust the hot water exit temperature. The present invention relates to a temperature control device for a gas water heater that maintains water at a set temperature.

≪従来技術とその問題点≫ 本出願人が現在開発中(未公開)のガス湯沸器
にあつては、出湯温度検出器で検出された検出温
度と出湯温度設定器で設定された設定温度とに基
づいてマイクロコンピユータを利用してデジタル
的なPID演算を行ない、この演算結果で燃料ガス
供給量を制御して、出湯温度を設定温度に維持す
るようにしている。
<<Prior art and its problems>> In the case of the gas water heater currently under development (unpublished) by the applicant, the detected temperature detected by the hot water outlet temperature detector and the set temperature set by the hot water outlet temperature setting device Based on this, a digital PID calculation is performed using a microcomputer, and the fuel gas supply amount is controlled based on the calculation results to maintain the hot water tap temperature at the set temperature.

この制御において使用されるデジタルPID演算
の基本式は次式で表わされる。
The basic formula for digital PID calculation used in this control is expressed by the following formula.

F=Kp×{ΔEo+θ/Tioi=0 ΔEi +TD/θ(ΔEo−ΔEo-1)} ……(1) ΔEi=SPi−MPi ……(2) Kp;比例ゲイン Ti;積分時間 TD;微分時間 θ;サンプリング時間 ΔEi;偏差 SPi;設定温度 MPi;出湯温度 なお、nは今回サンプリング値、o-1は前回のサ
ンプリング値である。
F=Kp×{ΔE o +θ/T ioi=0 ΔEi +T D /θ(ΔE o −ΔE o-1 )} ……(1) ΔEi=SPi−MPi ……(2) Kp; Proportional gain Ti ; Integral time T D ; Differential time θ; Sampling time ΔEi; Deviation SPi; Set temperature MPi; Hot water temperature Note that n is the current sampling value and o-1 is the previous sampling value.

また、FP、FI、FDをそれぞれ比例項、積分
項、微分項とすると、上記演算結果である出力F
は次式で表わされる。
Also, if FP, FI, and FD are proportional terms, integral terms, and differential terms, respectively, then the output F which is the result of the above calculation
is expressed by the following formula.

F=FP+FI+FD ……(3) 更に、積分項FIについては次式で表わされる。 F=FP+FI+FD...(3) Furthermore, the integral term FI is expressed by the following equation.

FI=Kp×θ/Tioi=0 ΔEi ……(4) FIn=FIo-1+ΔI ……(5) FIn;今回の積分値 FIo-1;前回の積分値 ΔI;積分値の増加分(積分偏差) ところで、積分偏差ΔIはマイクロコンピユー
タを用いたデジタル演算で得られるものであるか
ら、設定温度と出湯温度との偏差ΔTiの絶対値が
小さい場合、積分偏差ΔIについてはデジタル演
算における丸め処理によつて零になる場合が存在
する。
FI=Kp×θ/Ti oi=0 ΔEi ……(4) FIn=FI o-1 +ΔI ……(5) FIn; Current integral value FI o-1 ; Previous integral value ΔI; Increment (integral deviation) By the way, the integral deviation ΔI is obtained by digital calculation using a microcomputer, so if the absolute value of the deviation ΔTi between the set temperature and the hot water temperature is small, the integral deviation ΔI can be obtained by digital calculation. There are cases where it becomes zero due to rounding.

このような場合、第4図および第5図に実線で
示す如く、設定温度を40℃から80℃に上昇させた
り、あるいは80℃から40℃に低下させた場合、未
だ出湯温度が80℃まで上昇または40℃まで低下し
ていないにもかかわらず、前述した如く出湯温度
と設定温度との偏差ΔEiがある値以下に小さくな
ると、積分偏差ΔIが実際上零となつてしまうこ
とから、設定温度に達する以前に出湯温度がその
わずか手前で平衡状態に達してしまい、いわゆる
オフセツト現象が生じて出湯温度と設定温度との
間に一定の微小誤差が固定化されてしまうという
問題が生ずる。
In such a case, as shown by the solid line in Figures 4 and 5, when the set temperature is increased from 40℃ to 80℃ or lowered from 80℃ to 40℃, the tap water temperature still reaches 80℃. Even though the temperature has not risen or fallen to 40℃, as mentioned above, if the deviation ΔEi between the outlet temperature and the set temperature becomes smaller than a certain value, the integral deviation ΔI will actually become zero, so the set temperature The problem arises in that the tapped water temperature reaches an equilibrium state just before the hot water temperature reaches the equilibrium state, and a so-called offset phenomenon occurs, resulting in a fixed, minute error between the tapped hot water temperature and the set temperature.

≪発明の目的≫ この発明の目的は、設定温度を上昇または低下
させたことに起因して、出湯温度が設定温度の近
傍にまで近付き、これにより積分偏差が零となつ
た場合にも、出湯温度を設定温度に正確に追従さ
せることができるようにしたガス湯沸器の温度制
御装置を提供することにある。
≪Object of the Invention≫ The object of the present invention is to prevent hot water from flowing even when the hot water temperature approaches the set temperature due to an increase or decrease in the set temperature, and as a result, the integral deviation becomes zero. An object of the present invention is to provide a temperature control device for a gas water heater, which allows the temperature to accurately follow a set temperature.

≪発明の構成と効果≫ この発明は上記の目的を達成するために、出湯
温度検出器で検出された検出温度と出湯温度設定
器で設定された設定温度とに基づいてPID演算を
行ない、この演算結果で燃料ガス供給量を制御し
て出湯温度を設定温度に維持するようにしたガス
湯沸器の温度制御装置において、前記PID演算機
能の中に、演算により求められかつレジスタに格
納される積分偏差が零のとき、前記検出温度と設
定温度との偏差の有無および符号に応じて、前回
までの積分項に対して前記レジスタの最小ビツト
桁分に対応する定数を加減算する機能を付加して
なることを特徴とするものである。
<<Structure and Effects of the Invention>> In order to achieve the above object, the present invention performs PID calculation based on the detected temperature detected by the hot water temperature detector and the set temperature set by the hot water tap temperature setting device. In a temperature control device for a gas water heater that maintains the hot water outlet temperature at a set temperature by controlling the fuel gas supply amount based on the calculation result, the PID calculation function includes a calculation result that is calculated and stored in a register. When the integral deviation is zero, a function is added to add or subtract a constant corresponding to the minimum bit digit of the register to the previous integral term, depending on the presence or absence and sign of the deviation between the detected temperature and the set temperature. It is characterized by the fact that

このような構成によれば、仮に出湯温度が設定
温度の近傍まで近付いたことにより、積分偏差が
零となつたとしても、前回までの積分項に対して
一律所定の微定数、すなわち前記レジスタの最小
ビツト桁分に対応する定数が加減算されることに
より、前回までの積分項に対して微量の増加また
は減少が行なわれ、これにより積分項が補正され
て出力が増加または減少し、出湯温度は設定温度
に追従することとなる。
According to such a configuration, even if the integral deviation becomes zero because the tapped water temperature approaches the set temperature, a predetermined differential constant, that is, a constant value of the register for the integral term up to the previous time, is applied. By adding or subtracting the constant corresponding to the smallest bit digit, the integral term up to the previous time is increased or decreased by a small amount, and the integral term is corrected, the output increases or decreases, and the tapping temperature changes. It follows the set temperature.

≪実施例の説明≫ 第1図は、本発明に係わるガス湯沸器のシステ
ム構成を示す図である。
<<Description of Examples>> FIG. 1 is a diagram showing a system configuration of a gas water heater according to the present invention.

同図において、炉体1は縦型円筒状に形成さ
れ、その底部にはバーナ2が配置されるととも
に、その上方には熱交換器3が配置され、更に炉
体1の上部に形成された排気口4にはモータMで
駆動される排気フアン5が取付けられている。
In the figure, a furnace body 1 is formed into a vertical cylindrical shape, a burner 2 is arranged at the bottom thereof, a heat exchanger 3 is arranged above it, and a heat exchanger 3 is arranged at the top of the furnace body 1. An exhaust fan 5 driven by a motor M is attached to the exhaust port 4.

熱交換器3の入口側には給水管路6が接続され
るとともに、出口側には給湯管路7が接続され、
この給湯管路7は先端側において3本に分岐さ
れ、各分岐管路7a,7b,7cには、それぞれ
カラン8a,8b,8cが取付けられている。
A water supply pipe 6 is connected to the inlet side of the heat exchanger 3, and a hot water supply pipe 7 is connected to the outlet side of the heat exchanger 3.
The hot water supply pipe 7 is branched into three pipes at the tip side, and each branch pipe 7a, 7b, 7c is attached with a collar 8a, 8b, 8c, respectively.

熱交換器3の入口側に近い給水管路6上には、
流水スイツチ9が取付けられている。この流水ス
イツチ9はカラン8a〜8cの何れかが開かれ
て、給水管路6内に一定値以上の水流が生ずる
と、これを検出してオンするスイツチである。
On the water supply pipe 6 near the inlet side of the heat exchanger 3,
A running water switch 9 is installed. This water flow switch 9 is a switch that detects and turns on when any one of the switches 8a to 8c is opened and a water flow of a certain value or more is generated in the water supply pipe 6.

熱交換器3の出口側に近い給湯管路7上には、
出湯温度検出器10が取付けられている。この出
湯温度検出器10は、例えばサーミスタ等の感温
素子で構成され、コントローラ11内の処理回路
に接続されて、出湯温度に対応したアナログ電圧
を出力する。
On the hot water supply pipe 7 near the outlet side of the heat exchanger 3,
A hot water temperature detector 10 is attached. The hot water temperature detector 10 is composed of a temperature sensing element such as a thermistor, and is connected to a processing circuit within the controller 11 to output an analog voltage corresponding to the hot water temperature.

バーナ2へと燃料ガスを供給するガス供給管路
12上には、ガス遮断弁13、ガスガバナ14お
よびガス流量調整弁15が順に取付けられてい
る。
A gas cutoff valve 13, a gas governor 14, and a gas flow rate adjustment valve 15 are installed in this order on a gas supply pipe line 12 that supplies fuel gas to the burner 2.

遮断弁13は、全閉状態と全開状態との2つの
状態をとり得る電磁弁で構成され、コントローラ
11からの信号で可変制御される。
The cutoff valve 13 is constituted by an electromagnetic valve that can take two states: a fully closed state and a fully open state, and is variably controlled by a signal from the controller 11.

ガスガバナ14は、燃焼ガスの圧力を一定に保
つ機能を有するものである。
The gas governor 14 has a function of keeping the pressure of combustion gas constant.

流量調整弁15は、全閉状態から全開状態まで
開度を連続的に調整可能な例えばモータ駆動式の
サーボ弁で構成され、またその現在開度は流量調
整弁15に備え付けられたポテンシヨメータを介
してコントローラ11側へと送られる。
The flow rate adjustment valve 15 is composed of, for example, a motor-driven servo valve whose opening degree can be continuously adjusted from a fully closed state to a fully open state, and its current opening degree is determined by a potentiometer installed in the flow rate adjustment valve 15. is sent to the controller 11 side via.

点火器16は、コントローラ11からの指令で
火花を発し、バーナ2から噴出する燃料ガスに着
火するものである。
The igniter 16 emits a spark in response to a command from the controller 11, and ignites the fuel gas ejected from the burner 2.

火炎検出器17は、バーナ2から発する火花に
近接して炎電流およびその整流作用を利用して火
花を電気信号に変換するとともに、この信号を適
宜増幅した後これを比較的大きな時定数を有する
平滑回路で平滑し、更に基準レベルをもつて2値
化するとともに、その出力でドライバを介してリ
レーを駆動し、接点信号を出力する。
The flame detector 17 is located close to the sparks emitted from the burner 2 and uses the flame current and its rectifying action to convert the sparks into an electrical signal, and after suitably amplifying this signal, it has a relatively large time constant. It is smoothed by a smoothing circuit, further converted into a binary value with a reference level, and the output is used to drive a relay via a driver to output a contact signal.

コントローラ11は、燃焼開始から燃焼停止に
至るシーケンス動作を制御するシーケンス回路
と、出湯温度を設定温度に維持する温度制御回路
とから構成されており、これらの回路はマイクロ
コンピユータで構成されている。
The controller 11 is composed of a sequence circuit that controls sequence operations from the start of combustion to the stop of combustion, and a temperature control circuit that maintains the hot water temperature at a set temperature, and these circuits are composed of a microcomputer.

温度制御はいわゆるPID演算方式で行なわれ、
第2図に示す如く温度設定器19で設定された設
定温度bと出湯温度検出器10で検出された出湯
温度aとに基づいてこれらの偏差cを求め、これ
をPID演算することによつて制御出力量dを得る
とともに、この制御出力量dで燃料ガス供給量を
制御することによつて、出湯温度を設定温度に維
持するように機能構成されている。
Temperature control is performed using the so-called PID calculation method.
As shown in FIG. 2, the deviation c is obtained based on the set temperature b set by the temperature setting device 19 and the outlet temperature a detected by the outlet temperature detector 10, and this is calculated by PID. It is functionally configured to obtain a control output amount d and to maintain the outlet hot water temperature at a set temperature by controlling the fuel gas supply amount using this control output amount d.

ここで、前述したようにPID演算の基本式は次
式で表わされる。
Here, as mentioned above, the basic formula for PID calculation is expressed by the following formula.

F=Kp×{ΔEo+θ/Tioi=0 ΔEi +TD/θ(ΔEo−ΔEo-1)} ……(1) ΔEi=SPi−MPi ……(2) また、FP、FI、FDをそれぞれ比例項、積分
項、微分項とすれば、制御出力量Fは次式で表わ
される。
F = Kp _ _ _ , FD are a proportional term, an integral term, and a differential term, respectively, then the control output amount F is expressed by the following equation.

F=FP+FI+FD ……(3) 更に、積分項については次式で表わされる。 F=FP+FI+FD...(3) Furthermore, the integral term is expressed by the following equation.

FI=Kp×θ/Tioi=0 ΔEi ……(4) FIn=FIo-1+ΔI ……(5) FIn;今回の積分値 FIo-1;前回の積分値 ΔI;積分値の増加分(積分偏差) 次に、本発明で新たに追加された演算機能を、
第3図のフローチヤートに基づいて説明する。
FI=Kp×θ/Ti oi=0 ΔEi ……(4) FIn=FI o-1 +ΔI ……(5) FIn; Current integral value FI o-1 ; Previous integral value ΔI; Increment (integral deviation) Next, the calculation function newly added in this invention is
This will be explained based on the flowchart shown in FIG.

この演算機能は、演算により求められかつレジ
スタに格納される積分偏差が零のとき、前記検出
温度と設定温度との偏差の有無および符号に応じ
て、前回までの積分項に対して所定の微定数、す
なわち前記レジスタの最小ビツト桁分に対応する
定数を加減算するようにしたものである。
This calculation function calculates a predetermined differential for the previous integral term depending on the existence and sign of the deviation between the detected temperature and the set temperature, when the integral deviation calculated by calculation and stored in the register is zero. A constant, that is, a constant corresponding to the minimum bit digit of the register is added or subtracted.

すなわち、積分項演算処理が開始されると、ま
ずステツプ(1)では、設定温度と出湯温度との偏差
ΔEiに基づいて、積分偏差ΔIが求められる。
That is, when the integral term calculation process is started, first in step (1), the integral deviation ΔI is calculated based on the deviation ΔEi between the set temperature and the tapped water temperature.

なお、この積分偏差ΔIの演算に際しては、前
述した如くマイクロコンピユータでデジタル的に
行なうため、演算結果が所定の有効桁以下の場
合、丸め処理によりΔIの値は零となる。
Note that since the calculation of this integral deviation ΔI is performed digitally by a microcomputer as described above, if the calculation result is less than a predetermined significant digit, the value of ΔI becomes zero due to rounding processing.

次いで、ステツプ(2)では求められた積分偏差
ΔIが零であるか否かの判定が行なわれ、零でな
い場合にはただちにステツプ(7)へと進み、前回の
積分項FIに対して積分偏差ΔIを加算することに
より新たな積分項FIが求められる。
Next, in step (2), it is determined whether or not the obtained integral deviation ΔI is zero. If it is not zero, the process immediately proceeds to step (7), and the integral deviation is calculated for the previous integral term FI. A new integral term FI is obtained by adding ΔI.

これに対して、ステツプ(2)で積分偏差ΔIが零
と判定された場合には、ステツプ(3)またはステツ
プ(5)で、出湯温度と設定温度との偏差ΔEnが正か
負かの判定が行なわれる。
On the other hand, if the integral deviation ΔI is determined to be zero in step (2), it is determined in step (3) or step (5) whether the deviation ΔEn between the outlet hot water temperature and the set temperature is positive or negative. will be carried out.

そして、正と判定された場合にはステツプ(4)が
実行されて積分偏差ΔIとして+uが記憶され、
他方負と判定された場合にはステツプ(6)で積分偏
差ΔIとして−uが記憶された後、ステツプ(7)が
前記と同様に実行されて、新たな積分項FIが求
められる。
If it is determined to be positive, step (4) is executed and +u is stored as the integral deviation ΔI.
On the other hand, if it is determined to be negative, -u is stored as the integral deviation ΔI in step (6), and then step (7) is executed in the same manner as described above to obtain a new integral term FI.

ここで、定数uの値は、ΔI格納用のレジスタ
の最小ビツト桁の値に対応しており、このためこ
の定数+uまたは−uによつて、前回の積分項
FIが急激に上昇あるいは減少するようなことは
ない。
Here, the value of the constant u corresponds to the value of the minimum bit digit of the register for storing ΔI, so this constant +u or -u can be used to calculate the previous integral term.
There is no sudden increase or decrease in FI.

このような処理を行なうと、第4図および第5
図に点線で示す如く、出湯温度が設定温度の近傍
に近付きこれにより積分偏差ΔIが零となつた場
合にも、最終制御出力Fについては前記定数+u
または−uによる積分項FIの増加に応じて、増
加または減少を続け、設定温度と出湯温度とが一
定の誤差を保持したまま平衡状態に達するという
オフセツト状態の発生を未然に防止することがで
きる訳である。
When such processing is performed, Figures 4 and 5
As shown by the dotted line in the figure, even when the outlet hot water temperature approaches the set temperature and the integral deviation ΔI becomes zero, the final control output F is equal to the constant +u.
Or, it continues to increase or decrease in accordance with the increase in the integral term FI due to -u, and it is possible to prevent the occurrence of an offset state in which the set temperature and the tapped water temperature reach an equilibrium state while maintaining a certain error. This is the translation.

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

第1図は本発明に係わるガス湯沸器のシステム
構成を示す図、第2図はPID演算の概略を示す
図、第3図は本発明に係わる積分項演算処理の詳
細を示すフローチヤート、第4図および第5図は
本発明と先に本出願人が開発した従来例(未公
開)との動作の相違を示すグラフである。 2……バーナ、3……熱交換器、6……給水管
路、7……給湯管路、10……出湯温度検出器、
11……コントローラ、12……ガス供給管路、
13……ガス遮断弁、15……ガス流量調整弁、
19……温度設定器。
FIG. 1 is a diagram showing the system configuration of a gas water heater according to the present invention, FIG. 2 is a diagram showing an outline of PID calculation, and FIG. 3 is a flowchart showing details of integral term calculation processing according to the present invention. FIGS. 4 and 5 are graphs showing the difference in operation between the present invention and a conventional example (unpublished) previously developed by the applicant. 2... Burner, 3... Heat exchanger, 6... Water supply pipe, 7... Hot water supply pipe, 10... Hot water temperature detector,
11... Controller, 12... Gas supply pipe line,
13...Gas cutoff valve, 15...Gas flow rate adjustment valve,
19...Temperature setting device.

Claims (1)

【特許請求の範囲】 1 出湯温度検出器で検出された検出温度と出湯
温度検出器で設定された設定温度とに基づいて
PID演算を行ない、この演算結果で燃料ガス供給
量を制御して出湯温度を設定温度に維持するよう
にしたガス湯沸器の温度制御装置において; 前記PID演算機能の中に、演算により求められ
かつレジスタに格納される積分偏差が零のとき、
前記検出温度と設定温度との偏差の有無および符
号に応じて、前回までの積分項に対して前記レジ
スタの最小ビツト桁分に対応する定数を加減算す
る機能を付加してなることを特徴とするガス湯沸
器の温度制御装置。
[Claims] 1. Based on the detected temperature detected by the hot water outlet temperature detector and the set temperature set by the hot water outlet temperature detector.
In a temperature control device for a gas water heater that performs PID calculation and uses the calculation result to control the fuel gas supply amount to maintain the hot water outlet temperature at a set temperature; And when the integral deviation stored in the register is zero,
A function is added to add or subtract a constant corresponding to the minimum bit digit of the register to the integral term up to the previous time, depending on the presence or absence and sign of a deviation between the detected temperature and the set temperature. Gas water heater temperature control device.
JP58187421A 1983-10-06 1983-10-06 Temperature controller of gas burning water heater Granted JPS6078217A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58187421A JPS6078217A (en) 1983-10-06 1983-10-06 Temperature controller of gas burning water heater

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58187421A JPS6078217A (en) 1983-10-06 1983-10-06 Temperature controller of gas burning water heater

Publications (2)

Publication Number Publication Date
JPS6078217A JPS6078217A (en) 1985-05-02
JPH0447215B2 true JPH0447215B2 (en) 1992-08-03

Family

ID=16205750

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58187421A Granted JPS6078217A (en) 1983-10-06 1983-10-06 Temperature controller of gas burning water heater

Country Status (1)

Country Link
JP (1) JPS6078217A (en)

Also Published As

Publication number Publication date
JPS6078217A (en) 1985-05-02

Similar Documents

Publication Publication Date Title
JPH0522819B2 (en)
JPH0447215B2 (en)
JPH0480307B2 (en)
JPH0371603B2 (en)
JPS634096B2 (en)
JPS6071820A (en) Temperature controller of gas water heater
KR880000835B1 (en) Controlling combustion
JPH0481087B2 (en)
JPH0142764Y2 (en)
JPS6071849A (en) Burning control device of water heater
JPH0478899B2 (en)
JP2808736B2 (en) Water heater control device
JPS6230668Y2 (en)
JP2600915B2 (en) Water heater
JPS6069452A (en) Temperature control device of gas water heater
JPH0335954Y2 (en)
JP2593575B2 (en) Cogeneration system
JPH0335955Y2 (en)
JPS6080023A (en) Burning control device of water heater
JPH0354368Y2 (en)
JPS6350588Y2 (en)
JPH0311657Y2 (en)
JP3628871B2 (en) Water heater
EP0774625A2 (en) Combustion control circuit of combustion apparatus
JPS58104418A (en) Automatic combustion control device for boiler