JP2009294180A - Apparatus and technique for moving average calculation - Google Patents

Apparatus and technique for moving average calculation Download PDF

Info

Publication number
JP2009294180A
JP2009294180A JP2008150687A JP2008150687A JP2009294180A JP 2009294180 A JP2009294180 A JP 2009294180A JP 2008150687 A JP2008150687 A JP 2008150687A JP 2008150687 A JP2008150687 A JP 2008150687A JP 2009294180 A JP2009294180 A JP 2009294180A
Authority
JP
Japan
Prior art keywords
average value
value
moving average
input
difference
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.)
Granted
Application number
JP2008150687A
Other languages
Japanese (ja)
Other versions
JP5399009B2 (en
Inventor
Seiichiro Kinugasa
静一郎 衣笠
Shunji Ichida
俊司 市田
Atsuyuki Kato
淳之 加藤
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.)
Azbil Corp
Original Assignee
Azbil 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 Azbil Corp filed Critical Azbil Corp
Priority to JP2008150687A priority Critical patent/JP5399009B2/en
Publication of JP2009294180A publication Critical patent/JP2009294180A/en
Application granted granted Critical
Publication of JP5399009B2 publication Critical patent/JP5399009B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Radiation Pyrometers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a moving average calculation apparatus and moving average calculation technique capable of outputting proper average value corresponding to variation of input value even when noise is contained in input value. <P>SOLUTION: A moving average calculation section 6, which uses m input values from the newest input value (Tn), where m≤n, back to only m to compute sequentially the average values of a plurality of input values (T1 to Tn) input sequentially, computes the difference (¾ΔTn¾) between the newest input value (Tn) and the past input values (either from T1 to Tn-1), and is equipped with a number setting means 62 for setting the number (M) of input value used when the average values are computed, based on a magnitude relation between the difference (¾ΔTn¾) and a threshold value (Th) defined from magnitude of noise (N) containable in input values. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、逐次入力される入力値の平均値を最新の入力値を用いて逐次算出する移動平均値算出装置および移動平均値算出方法に関する。   The present invention relates to a moving average value calculation apparatus and a moving average value calculation method for sequentially calculating an average value of sequentially input values using the latest input value.

従来、移動平均値算出装置としては、特許文献1に示すように、時間平均を算出する区間sを、s(=β/α)として時間平均値を逐次算出するものが知られている。ここで、βは、時間的に変化する変化量をデジタル化する際の最小分解能であり、αは、時間平均値のしきい値である。   Conventionally, as a moving average value calculating apparatus, as shown in Patent Document 1, a device that sequentially calculates a time average value with a section s for calculating a time average as s (= β / α) is known. Here, β is a minimum resolution when digitizing a change amount that changes with time, and α is a threshold value of a time average value.

かかる移動平均値算出装置によれば、例えば、温度検出値のデジタル変換値そのものではなく、その移動平均値に基づいて温度の変化率を求めるので、該変化率の落ち込みは生じ難くなり、また落ち込みが生じたとしてもその程度が小さくなる。そのため、変化率のデジタル的なばらつきの程度が小さくなり、変化率がしきい値αを超えているか否かの判定精度が向上する。   According to such a moving average value calculation device, for example, since the temperature change rate is obtained based on the moving average value instead of the digital conversion value itself of the temperature detection value, the drop in the change rate is less likely to occur. Even if this occurs, the degree is reduced. Therefore, the degree of digital variation of the change rate is reduced, and the determination accuracy of whether or not the change rate exceeds the threshold value α is improved.

しかし、従来の移動平均値算出装置では、例えば、加熱炉のように急激な温度上昇・下降が起きた後に安定した状態が続くような測定環境では、急激な温度変動に追随できず、オーバーシュートしたかどうかの検知が困難であった。   However, in the conventional moving average value calculation device, for example, in a measurement environment where a stable temperature continues after a rapid temperature rise / fall, such as a heating furnace, it cannot follow a rapid temperature fluctuation and overshoot. It was difficult to detect whether or not

これに対して、特許文献2に示す移動平均値算出装置では、圧力計における急激な圧力変化に対して、蓄積した検出値の平均化を行わず、検出値をそのまま出力する。この移動平均値算出装置によれば、急激な圧力変化が生じた場合にも、検出値がそのまま出力されるため、その変化に出力を追従させることができる。
特開2000−124806号公報 特開平11−118651号公報
On the other hand, the moving average value calculation apparatus disclosed in Patent Document 2 outputs the detection value as it is without averaging the accumulated detection value for a sudden pressure change in the pressure gauge. According to this moving average value calculating device, even when a sudden pressure change occurs, the detected value is output as it is, so that the output can follow the change.
JP 2000-124806 A Japanese Patent Application Laid-Open No. 11-118651

しかしながら、従来の移動平均値算出装置では、検出値の変動が、センサ故障や劣化に起因するノイズや一般的に生じる電気ノイズ等(以下、ノイズという)によるものである場合にも、これがそのまま出力されてしまうという問題がある。   However, in the conventional moving average value calculation device, even when the fluctuation of the detected value is due to noise caused by sensor failure or deterioration, or generally generated electric noise (hereinafter referred to as noise), this is output as it is. There is a problem of being done.

これは、検出値を蓄積してその平均値を出力することにより、センサの出力がノイズによって急変することを回避して出力の安定化を図るという、移動平均を用いる本来の目的に反することとなる。   This is contrary to the original purpose of using the moving average, which is to stabilize the output by accumulating the detected values and outputting the average value to avoid the sudden change of the sensor output due to noise. Become.

上記の事情に鑑みて、本発明は、入力値にノイズが含まれる場合にも、入力値の変化に対応した適切な平均値の出力を行うことができる移動平均値算出装置および移動平均値算出方法を提供することを目的とする。   In view of the above circumstances, the present invention provides a moving average value calculation apparatus and moving average value calculation capable of outputting an appropriate average value corresponding to a change in an input value even when noise is included in the input value. It aims to provide a method.

第1発明の移動平均値算出装置は、逐次入力される入力値の平均値を最新の入力値を用いて逐次算出する移動平均値算出装置であって、前記最新の入力値と過去の入力値との差を算出し、該差と所定の閾値との大小関係により、前記平均値を算出する際に用いる入力値の個数を設定する個数設定手段を備えることを特徴とする。   A moving average value calculation apparatus according to a first aspect of the present invention is a moving average value calculation apparatus that sequentially calculates an average value of input values that are sequentially input using the latest input value, the latest input value and a past input value. And a number setting means for setting the number of input values used for calculating the average value according to the magnitude relationship between the difference and a predetermined threshold value.

第1発明の移動平均値算出装置によれば、最新の入力値と過去の入力値との差に基づいて移動平均値を算出するために用いる個数を設定する。そのため、最新の入力値の変化が大きい場合には、例えば、入力値の個数を減少させて、この変化に平均値の出力を追従させ易くすることができる。一方、最新の入力値の変化が小さい場合には、例えば、入力値の個数を増加させて、ノイズの影響を低減させることにより安定した平均値の出力を行うことができる。   According to the moving average value calculation apparatus of the first invention, the number used for calculating the moving average value is set based on the difference between the latest input value and the past input value. Therefore, when the change of the latest input value is large, for example, the number of input values can be decreased, and the output of the average value can be easily followed by this change. On the other hand, when the change of the latest input value is small, for example, by increasing the number of input values and reducing the influence of noise, a stable average value can be output.

ここで、移動平均値を算出するために用いる個数は、前記差とノイズの大きさから定められる閾値との大小関係により設定される。そのため、例えば、閾値をノイズの大きさよりも大きくしておくことで、その閾値を超える入力値の変化にのみ平均値の出力を追従させ易くすることが可能となる。これにより、ノイズの影響を確実に低減して、入力値の変化に対応した適切な平均値の出力を行うことができる。   Here, the number used to calculate the moving average value is set according to the magnitude relationship between the difference and the threshold value determined from the magnitude of noise. Therefore, for example, by setting the threshold value to be larger than the noise level, it becomes possible to make the output of the average value follow only the change of the input value exceeding the threshold value. Thereby, it is possible to reliably reduce the influence of noise and output an appropriate average value corresponding to the change of the input value.

また、閾値は上述したノイズの大きさに基づいて定めるもののほか、SNの比に基づき定めるもの、あるいは分解能/精度/再現性を考慮して定めるものなどが考えられる。いずれにせよ、ノイズの影響を低減して、入力値の変化に対応した適切な平均値の出力を行えるような値を閾値として設定すればよい。   In addition to the threshold value determined based on the above-described noise magnitude, a threshold value determined based on an SN ratio or a threshold value determined in consideration of resolution / accuracy / reproducibility can be considered. In any case, a value that can reduce the influence of noise and output an appropriate average value corresponding to the change of the input value may be set as the threshold value.

なお、差を算出する際に用いる過去の入力値は、最新の入力値の直前(1周期前)の入力値でもよいが、該直前の入力値以外の値であってもよい。例えば、直前の入力値の更に直前の入力値(最新の入力値の2周期前に入力された入力値)や更にその直前の入力値(最新の入力値の3周期前に入力された入力値)を用いてもよい。これにより、最新の入力値の直前(1周期前)の入力値がノイズにより変化している場合にも、一定の間隔を空けることによりその影響を相対的に低減することができる。   The past input value used when calculating the difference may be an input value immediately before the latest input value (one cycle before), or may be a value other than the input value immediately before the latest input value. For example, the input value immediately before the previous input value (input value input two cycles before the latest input value) or the input value immediately before that (input value input three cycles before the latest input value) ) May be used. Thereby, even when the input value immediately before the latest input value (one cycle before) changes due to noise, the influence can be relatively reduced by keeping a certain interval.

第2発明の移動平均値算出装置は、第1発明の移動平均値算出装置において、前記個数設定手段は、前記所定の閾値である第1閾値に対して、前記差が該第1閾値より大きい場合には、前記入力値の個数を第1個数に設定し、該第1閾値以下である場合には、該個数を第1個数よりも多い第2個数に設定することを特徴とする。   The moving average value calculating apparatus according to a second invention is the moving average value calculating apparatus according to the first invention, wherein the number setting means has a difference greater than the first threshold value with respect to the first threshold value which is the predetermined threshold value. In this case, the number of the input values is set to a first number, and when the number is equal to or less than the first threshold, the number is set to a second number larger than the first number.

第2発明の移動平均値算出装置によれば、第1閾値を、例えばノイズの大きさよりも大きい値に設定しておくことで、前記差が、第1閾値を超える入力値の変化である場合に、移動平均値を算出するために用いる個数が少ない第1個数で平均値を算出する。そのため、ノイズ成分に平均値の出力を追従させることなく、入力値の変化に平均値の出力を追従させることができる。一方、前記差が、第1閾値を以下の入力値の変化である場合に、該入力値の変化はノイズ成分に起因するものが含まれ得る。この場合、移動平均値を算出するために用いる個数が第1個数に比して多い第2個数で平均値を算出することにより、ノイズの影響を低減させることにより安定した平均値の出力を行うことができる。これにより、入力値にノイズが含まれる場合にも、入力値の変化に対応した適切な平均値の出力を行うことができる。   According to the moving average value calculation apparatus of the second aspect of the invention, when the first threshold value is set to a value larger than the noise level, for example, the difference is a change in the input value exceeding the first threshold value. In addition, the average value is calculated using a first number that is small in number used for calculating the moving average value. Therefore, it is possible to make the output of the average value follow the change of the input value without making the output of the average value follow the noise component. On the other hand, when the difference is a change in the input value below the first threshold, the change in the input value may include a noise component. In this case, a stable average value is output by reducing the influence of noise by calculating the average value with the second number that is larger than the first number to be used for calculating the moving average value. be able to. Thereby, even when noise is included in the input value, an appropriate average value corresponding to the change in the input value can be output.

第3発明の移動平均値算出装置は、第2発明の移動平均値算出装置において、前記個数設定手段は、前記第1閾値よりも大きな値に設定された第2閾値に対して、前記差が該第2閾値より大きい場合には、前記第1個数を1とすることを特徴とする。   A moving average value calculating apparatus according to a third invention is the moving average value calculating apparatus according to the second invention, wherein the number setting means has the difference with respect to a second threshold set to a value larger than the first threshold. The first number is set to 1 when it is larger than the second threshold value.

第3発明の移動平均値算出装置によれば、第1閾値よりも大きい第2閾値を設定し、前記差が、第2閾値を超える入力値の変化である場合に、移動平均値を算出するために用いる個数を1として、入力値をそのまま出力する。これにより、特に入力値の変化が著しい場合に、ノイズ成分に出力が追従することを回避しつつ、入力値の変化に出力を確実に追従させることができる。   According to the moving average value calculating apparatus of the third invention, a second threshold value larger than the first threshold value is set, and the moving average value is calculated when the difference is a change in the input value exceeding the second threshold value. For this purpose, the input value is output as it is, assuming that the number used for this is 1. Thereby, especially when the change of the input value is significant, it is possible to reliably follow the change of the input value while avoiding the output following the noise component.

第4発明の移動平均値算出装置は、第1〜第3発明のいずれかの移動平均値算出装置において、前記差は、前記最新の入力値と過去の入力値の平均値との差であることを特徴とする。   The moving average value calculation apparatus according to a fourth aspect of the present invention is the moving average value calculation apparatus according to any one of the first to third aspects, wherein the difference is a difference between the latest input value and an average value of past input values. It is characterized by that.

第4発明の移動平均値算出装置によれば、差を算出する際に用いる過去の入力値として過去の入力値の平均値を用いることで、ノイズにより個々変化し得る過去の入力値に依らず、差を算出することができる。そのため、ノイズの影響を低減して、入力値の変化を確実に捉え、これに対応した適切な平均値の出力を行うことができる。   According to the moving average value calculation apparatus of the fourth invention, by using the average value of the past input values as the past input values used when calculating the difference, it does not depend on the past input values that can be individually changed by noise. The difference can be calculated. For this reason, it is possible to reduce the influence of noise, reliably capture changes in the input value, and output an appropriate average value corresponding to this.

第5発明の蛍光温度センサは、蛍光材料に投光する発光素子と、前記蛍光材料が発する蛍光を受光する受光素子と、前記受光素子の出力信号から温度検出値を生成する信号処理部とを含む蛍光温度センサにおいて、前記温度検出値を入力としてその移動平均値を出力する移動平均値算出部が請求項1乃至4のうちいずれか1項記載の移動平均値算出装置により構成されてなることを特徴とする。   According to a fifth aspect of the present invention, there is provided a fluorescent temperature sensor comprising: a light emitting element that projects light onto a fluorescent material; a light receiving element that receives fluorescence emitted from the fluorescent material; and a signal processing unit that generates a temperature detection value from an output signal of the light receiving element. A moving average value calculation unit that outputs the moving average value with the temperature detection value as an input is configured by the moving average value calculation device according to any one of claims 1 to 4. It is characterized by.

第5発明によれば、蛍光温度センサは、一定の処理周期で取得された温度検出値に対して、移動平均値を算出して出力するため、第1〜第4発明の移動平均値算出装置を適用する対象として好適である。   According to the fifth aspect of the present invention, the fluorescent temperature sensor calculates and outputs a moving average value for the temperature detection value acquired at a constant processing cycle. It is suitable as a target to apply.

第6発明の移動平均値算出方法は、逐次入力される入力値の平均値を最新の入力値を用いて逐次算出する移動平均値算出方法であって、前記最新の入力値と過去の入力値との差を算出し、該差と所定の閾値との大小関係により、前記平均値を算出する際に用いる入力値の個数を設定する個数設定処理と、前記個数設定処理により設定された個数の入力値を用いて、これらの平均値を算出する平均値算出処理とを逐次実行することを特徴とする。   A moving average value calculation method according to a sixth aspect of the present invention is a moving average value calculation method for sequentially calculating an average value of input values sequentially input using the latest input value, wherein the latest input value and a past input value are calculated. And a number setting process for setting the number of input values used when calculating the average value according to the magnitude relationship between the difference and a predetermined threshold value, and a number set by the number setting process. An average value calculation process for calculating these average values is sequentially executed using the input value.

第6発明の移動平均値算出方法によれば、最新の入力値と過去の入力値との差に基づいて移動平均値を算出するために用いる個数を設定し、設定した個数の入力値を用いて平均値を逐次算出する。そのため、最新の入力値の変化が大きい場合には、入力値の個数を減少させて、この変化に平均値の出力を追従させ易くすることや、最新の入力値の変化が小さい場合には、入力値の個数を増加させて、ノイズの影響を低減させることにより安定した出力を行うことができる。   According to the moving average value calculation method of the sixth invention, the number used to calculate the moving average value is set based on the difference between the latest input value and the past input value, and the set number of input values is used. The average value is calculated sequentially. Therefore, when the change in the latest input value is large, the number of input values is decreased to make it easier to follow the output of the average value, or when the change in the latest input value is small, A stable output can be performed by increasing the number of input values and reducing the influence of noise.

さらに、移動平均値を算出するために用いる個数は、前記差とノイズの大きさから定められる閾値との大小関係により設定されるため、閾値を例えばノイズの大きさよりも大きくしておくことで、その閾値を超える入力値の変化にのみ平均値の出力を追従させ易くることが可能となる。なお、閾値について種々の設定方法が考えられることは前述したとおりである。   Furthermore, since the number used to calculate the moving average value is set according to the magnitude relationship between the difference and the threshold value determined from the noise level, by setting the threshold value to be larger than the noise level, for example, It becomes possible to easily follow the output of the average value only for the change of the input value exceeding the threshold value. As described above, various setting methods for the threshold value can be considered.

このように、入力値にノイズが含まれる場合にも、入力値の変化に対応した適切な平均値を算出して出力することができる。   As described above, even when the input value includes noise, it is possible to calculate and output an appropriate average value corresponding to the change of the input value.

本発明の一実施形態として、蛍光温度センサの移動平均値算出部に移動平均値算出装置を用いた例について、図1〜図3を参照して説明する。   As an embodiment of the present invention, an example in which a moving average value calculation device is used in a moving average value calculation unit of a fluorescence temperature sensor will be described with reference to FIGS.

まず、図1を参照して、本実施形態の蛍光温度センサの全体的な構成について説明する。蛍光温度センサは、温度によって異なる蛍光特性を示す蛍光材料1と、蛍光材料1に投光するLED2と、LED2を駆動する電気信号を出力する駆動部3と、蛍光材料1が発する蛍光を受光するフォトダイオード4と、フォトダイオード4からの出力信号から対応する温度検出値を算出する信号処理部5と、信号処理部5に接続されて温度検出値の移動平均値を算出し、温度を表すデータとして出力する移動平均値算出部6(本発明の移動平均値算出装置に相当する)とを備える。   First, the overall configuration of the fluorescence temperature sensor of the present embodiment will be described with reference to FIG. The fluorescent temperature sensor receives a fluorescent material 1 that exhibits different fluorescent characteristics depending on temperature, an LED 2 that projects light onto the fluorescent material 1, a drive unit 3 that outputs an electrical signal that drives the LED 2, and fluorescence emitted by the fluorescent material 1. Photodiode 4, a signal processing unit 5 that calculates a corresponding temperature detection value from an output signal from the photodiode 4, and a data that represents the temperature by calculating a moving average value of the temperature detection value connected to the signal processing unit 5 As a moving average value calculating unit 6 (corresponding to the moving average value calculating device of the present invention).

また、蛍光温度センサは、蛍光材料1への投光および蛍光材料1の蛍光の受光を行う光ファイバ7と備える。光ファイバ7は他端側が分岐して、LED2からの光を蛍光材料1に伝達する投光用光ファイバ7aと、蛍光材料1の蛍光をフォトダイオード4に伝達する受光用光ファイバ7bとなっている。   The fluorescence temperature sensor includes an optical fiber 7 that projects light onto the fluorescent material 1 and receives fluorescence from the fluorescent material 1. The other end of the optical fiber 7 is branched to form a light projecting optical fiber 7 a that transmits the light from the LED 2 to the fluorescent material 1 and a light receiving optical fiber 7 b that transmits the fluorescence of the fluorescent material 1 to the photodiode 4. Yes.

蛍光材料1は、光ファイバ7の一端部を覆うように設けられた温度計測部1aの中に、光ファイバ7のコア部に対向するように配置される。   The fluorescent material 1 is disposed so as to face the core portion of the optical fiber 7 in the temperature measurement unit 1 a provided so as to cover one end of the optical fiber 7.

LED2は、LEDモジュール2a内に配置された、例えば青色系の波長を発光色とする発光ダイオードである。LEDモジュール2aは、投光用光ファイバ7aが接続されるコネクタ部2bを有し、コネクタ部2bを介して接続された投光用光ファイバ7aがLED2の発光部と対向している。   The LED 2 is a light emitting diode disposed in the LED module 2a and having, for example, a blue wavelength as an emission color. The LED module 2a has a connector part 2b to which the light projecting optical fiber 7a is connected, and the light projecting optical fiber 7a connected via the connector part 2b faces the light emitting part of the LED 2.

駆動部3は、LED2の発光に必要な駆動電流の大きさおよび発光時間を規定したパルス電流を一定の処理周期でLED2に印加する制御回路を備える。これにより、駆動部3は、例えば、蛍光材料1に対応して、一回の計測におけるLED2の発光時間を1ms〜500msの間のいずれかの時間とする所定の大きさのパルス電流をLED2に印加する。   The drive unit 3 includes a control circuit that applies a pulse current that defines the magnitude of the drive current necessary for light emission of the LED 2 and the light emission time to the LED 2 at a constant processing cycle. Thereby, for example, the driving unit 3 corresponds to the fluorescent material 1 to the LED 2 with a pulse current having a predetermined magnitude that sets the light emission time of the LED 2 in one measurement to any time between 1 ms and 500 ms. Apply.

フォトダイオード4は、フォトダイオードモジュール4a内に配置されて、照射された光の光量(輝度)を測定する。フォトダイオードモジュール4aは、受光用光ファイバ7bに接続されるコネクタ部4bを有し、コネクタ部4bを介して接続された受光用光ファイバ7bがフォトダイオード4の受光部と対向している。   The photodiode 4 is disposed in the photodiode module 4a and measures the amount of light (luminance) of the irradiated light. The photodiode module 4 a has a connector portion 4 b connected to the light receiving optical fiber 7 b, and the light receiving optical fiber 7 b connected via the connector portion 4 b faces the light receiving portion of the photodiode 4.

信号処理部5は、前記処理周期(LED2の投光処理周期に対応した処理周期)で、フォトダイオード4によって測定された蛍光材料1の蛍光の減衰特性、特に蛍光緩和時間を計測する。具体的には、信号処理部5は、これがあらかじめ備える蛍光緩和時間と蛍光材料1との関係式(データテーブルやマップ等を含む)から、蛍光材料1が存在する温度測定環境の温度を算出して出力する。   The signal processing unit 5 measures the fluorescence attenuation characteristics of the fluorescent material 1 measured by the photodiode 4, particularly the fluorescence relaxation time, in the processing cycle (processing cycle corresponding to the light projection processing cycle of the LED 2). Specifically, the signal processing unit 5 calculates the temperature of the temperature measurement environment in which the fluorescent material 1 exists from a relational expression (including a data table and a map) between the fluorescent relaxation time and the fluorescent material 1 provided in advance. Output.

移動平均値算出部6は、記憶保持手段61と、個数設定手段62と、平均値算出手段63とを備え、信号処理部5から逐次入力される温度検出値の平均値を前記処理周期で逐次算出して出力する。   The moving average value calculating unit 6 includes a memory holding unit 61, a number setting unit 62, and an average value calculating unit 63, and sequentially calculates the average value of the temperature detection values sequentially input from the signal processing unit 5 in the processing cycle. Calculate and output.

記憶保持手段61は、図示しない内部メモリ等により構成され、信号処理部5から逐次入力された温度検出値を最新のものから一定の個数だけ記憶保持する。   The memory holding means 61 is configured by an internal memory (not shown) or the like, and stores and holds a predetermined number of temperature detection values sequentially input from the signal processing unit 5 from the latest one.

個数設定手段62は、記憶保持手段61に記憶保持された温度検出値を読出し、最新の温度検出値と過去の温度検出値との差を算出し、該差と予め設定された閾値との大小関係により、平均値を算出する際に用いる温度検出値の個数を設定する。ここで、閾値は、温度検出値に含まれ得るノイズの大きさから定められる(図2のSTEP21および図3のSTEP22参照)。   The number setting means 62 reads the temperature detection value stored and held in the memory holding means 61, calculates the difference between the latest temperature detection value and the past temperature detection value, and determines the difference between the difference and a preset threshold value. The number of temperature detection values used for calculating the average value is set according to the relationship. Here, the threshold value is determined from the magnitude of noise that can be included in the temperature detection value (see STEP 21 in FIG. 2 and STEP 22 in FIG. 3).

平均値算出手段63は、最新の温度検出値を含めて、個数設定手段62により設定された個数の温度検出値を用いて、これらの平均値を算出する処理を逐次実行する。   The average value calculation means 63 sequentially executes a process of calculating these average values using the number of temperature detection values set by the number setting means 62 including the latest temperature detection values.

なお、本実施形態において、各処理部3,5,6は、マイクロコンピュータ等により構成されたコントローラ10に備えられてなる。コントローラ10を構成する各処理部3,5,6は、CPU、ROM、RAM等のハードウェアにより構成され、これらの各処理部3,5,6が共通のハードウェアによって構成されていてもよく、これらの各処理部3,5,6の一部又は全部が異なるハードウェアによって構成されていてもよい。   In the present embodiment, each of the processing units 3, 5, and 6 is provided in the controller 10 configured by a microcomputer or the like. The processing units 3, 5, and 6 constituting the controller 10 are configured by hardware such as a CPU, a ROM, and a RAM, and the processing units 3, 5, and 6 may be configured by common hardware. In addition, some or all of these processing units 3, 5, and 6 may be configured by different hardware.

次に、図2に示すフローチャートを参照して、移動平均値算出部6により移動平均値を算出する処理について説明する。   Next, a process for calculating the moving average value by the moving average value calculation unit 6 will be described with reference to the flowchart shown in FIG.

まず、移動平均値算出部6は、前記処理周期毎に信号処理部5から出力される最新の温度検出値(Tn)を逐次取得する(STEP10)。ここで、温度検出値(T)の添え字n(n:自然数)は、信号処理部5から取得した温度検出値の順序を表し、nが小さいほど処理周期が過去のものを表す。例えば、1処理周期前の温度検出値は、Tn-1となる。   First, the moving average value calculation unit 6 sequentially acquires the latest temperature detection value (Tn) output from the signal processing unit 5 for each processing cycle (STEP 10). Here, the subscript n (n: natural number) of the temperature detection value (T) represents the order of the temperature detection values acquired from the signal processing unit 5, and the smaller the n is, the earlier the processing cycle is. For example, the temperature detection value before one processing cycle is Tn-1.

そして、移動平均値算出部6は、取得した温度検出値(Tn)を新たに記憶保持手段61に記憶保持する(STEP11)。   Then, the moving average value calculation unit 6 newly stores and holds the acquired temperature detection value (Tn) in the storage holding means 61 (STEP 11).

次いで、移動平均値算出部6の個数設定手段62は、記憶保持手段61に記憶保持されている温度検出値(T1〜Tn)を読出し、最新の温度検出値(Tn)とその直前(1処理周期前)の温度検出値(Tn-1)との差ΔTn=(Tn)−(Tn-1)の絶対値(|ΔTn|)を算出する(STEP12)。   Next, the number setting unit 62 of the moving average value calculation unit 6 reads the temperature detection values (T1 to Tn) stored and held in the storage holding unit 61, and the latest temperature detection value (Tn) and immediately before (1 process). The absolute value (| ΔTn |) of the difference ΔTn = (Tn) − (Tn−1) from the temperature detection value (Tn−1) before the cycle is calculated (STEP 12).

次に、個数設定手段62は、差の絶対値(|ΔTn|)が、第1閾値(Th1)より大きいか否かを判定する(STEP21)。ここで、第1閾値(Th1)は、温度検出値に含まれる可能性のあるノイズ(N)の大きさよりも大きな値に設定されている。このように、第1閾値(Th1)を設定することにより、温度検出値の変化のうち、ノイズ成分に起因する変化に拘らず、温度検出値自体の変化を捉えることができる。   Next, the number setting means 62 determines whether or not the absolute value of the difference (| ΔTn |) is larger than the first threshold value (Th1) (STEP 21). Here, the first threshold (Th1) is set to a value larger than the magnitude of noise (N) that may be included in the temperature detection value. In this way, by setting the first threshold value (Th1), it is possible to capture the change in the temperature detection value itself regardless of the change due to the noise component among the change in the temperature detection value.

そして、個数設定手段62は、差の絶対値(|ΔTn|)が、第1閾値(Th1)より大きい場合には(STEP21でYES)、平均値を算出する際に用いる温度検出値の個数を第1個数(M1)とする(STEP31)。一方、個数設定手段62は、差の絶対値(|ΔTn|)が、第1閾値(Th1)以下の場合には(STEP21でNO)、平均値を算出する際に用いる温度検出値の個数を第2個数(M2)とする(STEP32)。ここで、第1個数(M1)と第2個数(M2)では、M1<<M2の関係にある。第2個数(M2)は、当該蛍光温度センサにおいて移動平均値を算出する際に用いる通常の個数(例えば500個)である。これに対して、第1個数(M1)は、第2個数(M2)の約25%の個数(例えば125個)である。   Then, when the absolute value (| ΔTn |) of the difference is larger than the first threshold value (Th1) (YES in STEP 21), the number setting unit 62 sets the number of temperature detection values used for calculating the average value. The first number (M1) is set (STEP 31). On the other hand, when the absolute value (| ΔTn |) of the difference is equal to or less than the first threshold value (Th1) (NO in STEP 21), the number setting unit 62 sets the number of temperature detection values used for calculating the average value. The second number (M2) is set (STEP 32). Here, the first number (M1) and the second number (M2) have a relationship of M1 << M2. The second number (M2) is a normal number (for example, 500) used when calculating the moving average value in the fluorescence temperature sensor. On the other hand, the first number (M1) is about 25% of the second number (M2) (for example, 125).

このように、ノイズの大きさより大きな温度検出値の変化が生じた場合に、平均値を算出するために用いる個数を通常よりも少ない第1個数(M1)とすることで、ノイズ成分に平均値の出力を追従させることを回避しつつ、温度検出値の変化に平均値の出力を追従させ易くすることができる。一方で、ノイズに依る温度検出値の変化に対しては、第1個数(M1)より多い通常の第2個数(M2)で平均値を算出することで、ノイズの影響を低減させ、安定した温度の検出を行うことができる。   In this way, when a change in the temperature detection value larger than the noise level occurs, the average value is calculated for the noise component by setting the number used for calculating the average value to the first number (M1) which is smaller than usual. The output of the average value can be made to easily follow the change of the temperature detection value while avoiding the follow-up of the output. On the other hand, for the change in the temperature detection value due to noise, the average value is calculated with the normal second number (M2) larger than the first number (M1), thereby reducing the influence of noise and stabilizing. Temperature detection can be performed.

次いで、移動平均値算出部6の平均値算出手段63は、最新の温度検出値(Tn)を含む、STEP31またはSTEP32で設定した個数の温度検出値で平均値を算出する(STEP40)。そして、移動平均値算出部6は、算出した平均値を当該温度センサの出力値(温度検出値)として出力する(STEP41)。   Next, the average value calculation means 63 of the moving average value calculation unit 6 calculates the average value using the number of temperature detection values set in STEP 31 or STEP 32 including the latest temperature detection value (Tn) (STEP 40). Then, the moving average value calculation unit 6 outputs the calculated average value as an output value (temperature detection value) of the temperature sensor (STEP 41).

以上が、移動平均値算出部6の一連の処理であり、移動平均値算出部6は、これら一連の処理をLED2の投光処理周期に対応した前記処理周期で逐次実行することにより、移動平均値を算出する。尚、上記実施形態において、STEP21の判定結果に基づいて、STEP31,32で使用個数を設定する処理が、本発明の個数設定処理に相当し、STEP40の処理が、本発明の平均値算出処理に相当する。   The above is a series of processes of the moving average value calculation unit 6, and the moving average value calculation unit 6 sequentially executes these series of processes in the processing cycle corresponding to the light projection processing cycle of the LED 2, thereby moving average. Calculate the value. In the above embodiment, the process of setting the number of use in STEP 31 and 32 based on the determination result of STEP 21 corresponds to the number setting process of the present invention, and the process of STEP 40 is the average value calculation process of the present invention. Equivalent to.

次に、図3に示すフローチャートを参照して、図2に示すフローチャートの処理の変更例について説明する。なお、図3のフローチャートの処理は、図2のフローチャートの処理の一部を変更したものであるので、図2と同一処理については同一の参照符号を付して説明を省略する。   Next, a modified example of the processing of the flowchart shown in FIG. 2 will be described with reference to the flowchart shown in FIG. Note that the processing of the flowchart of FIG. 3 is a modification of part of the processing of the flowchart of FIG. 2, and therefore, the same processing as in FIG.

本実施例では、個数設定手段62は、差の絶対値(|ΔTn|)が、第1閾値(Th1)より大きい場合に(STEP21でYES)、該差の絶対値が、第2閾値(Th2)より大きいか否かを判定する(STEP22)。ここで、第2閾値(Th2)は、第1閾値(Th1)よりも大きな値に設定されている。このように、第2閾値(Th2)を設定することにより、温度検出値の変化が著しい場合にもその変化を捉えることができる。   In this embodiment, when the absolute value of the difference (| ΔTn |) is larger than the first threshold value (Th1) (YES in STEP 21), the number setting means 62 determines that the absolute value of the difference is the second threshold value (Th2). ) Is determined (STEP 22). Here, the second threshold (Th2) is set to a value larger than the first threshold (Th1). In this way, by setting the second threshold value (Th2), even when the change in the temperature detection value is significant, the change can be captured.

そして、個数設定手段62は、差の絶対値(|ΔTn|)が、第2閾値(Th2)より大きい場合には(STEP22でYES)、平均値を算出する際に用いる温度検出値の個数を1として、最新の温度検出値(Tn)を当該温度センサの出力値としてそのまま出力する(STEP42)。これにより、特に温度検出値の変化が著しい場合に、入力値の変化に出力を確実に追従させることができる。   If the absolute value of the difference (| ΔTn |) is larger than the second threshold value (Th2) (YES in STEP 22), the number setting unit 62 sets the number of temperature detection values used when calculating the average value. 1, the latest temperature detection value (Tn) is output as it is as the output value of the temperature sensor (STEP 42). As a result, the output can reliably follow the change in the input value, particularly when the change in the temperature detection value is significant.

一方、個数設定手段62は、差の絶対値(|ΔTn|)が、第2閾値(Th2)以下の場合には(STEP22でNO)、平均値を算出する際に用いる温度検出値の個数を第1個数(M1)として(STEP31)、以下、図2のフローチャートと同様に、第1個数(M1)の温度検出値で平均値を算出して(STEP40)、出力する(STEP41)。   On the other hand, when the absolute value of the difference (| ΔTn |) is equal to or smaller than the second threshold value (Th2) (NO in STEP 22), the number setting unit 62 sets the number of temperature detection values used for calculating the average value. As the first number (M1) (STEP 31), the average value is calculated from the temperature detection values of the first number (M1) (STEP 40) and output (STEP 41).

以上が、移動平均値算出部6による処理の変更例である。尚、上記実施形態において、STEP21の判定結果に基づいてSTEP32で使用個数を設定する処理、およびSTEP22の判定結果に基づいてSTEP31,42で使用個数を設定する処理が、本発明の個数設定処理に相当する。   The above is the example of a change of the process by the moving average value calculation part 6. FIG. In the above embodiment, the process of setting the number of use in STEP 32 based on the determination result of STEP 21 and the process of setting the number of use in STEP 31 and 42 based on the determination result of STEP 22 are the number setting process of the present invention. Equivalent to.

このように、本実施形態の蛍光温度センサでは、温度検出値にノイズが含まれる場合にも、温度検出値の変化に対応した適切な平均値を逐次出力することができる。   As described above, the fluorescent temperature sensor of this embodiment can sequentially output an appropriate average value corresponding to a change in the temperature detection value even when the temperature detection value includes noise.

尚、本実施形態では、差の絶対値(|ΔTn|)に対して第1および第2閾値(Th1,Th2)を設定し該閾値を超える場合に、使用個数を通常の第2個数(M2)を少ない第1個数(M1)等に設定しているが、これに限らず、閾値以内の場合に、使用個数を増加させてもよい。   In the present embodiment, when the first and second threshold values (Th1, Th2) are set for the absolute value (| ΔTn |) of the difference and the threshold values are exceeded, the number of used is set to the normal second number (M2). ) Is set to a small first number (M1) or the like. However, the present invention is not limited to this, and the number used may be increased if it is within the threshold.

また、本実施形態では、第1および第2の2つの閾値(Th1,Th2)を設けて、使用個数(M1,M2)を設定しているが、これに限らず、3つ以上の複数の閾値を設けて、段階的に個数を減少または増加させてもよい。これにより、温度検出値の変化に応じて最適な使用個数で平均値を逐次算出することができる。   In the present embodiment, the first and second thresholds (Th1, Th2) are provided and the number of use (M1, M2) is set. However, the present invention is not limited to this. A threshold value may be provided to decrease or increase the number in steps. Thereby, it is possible to sequentially calculate the average value with the optimum number of use according to the change of the temperature detection value.

さらに、本実施形態では、差(|ΔTn|)を最新の温度検出値(Tn)とその直前(1処理周期前)の温度度検出値(Tn-1)との差として算出しているが、これに限らず、1処理周期前の温度検出値(Tn-1)の代わりに、2処理周期前の温度検出値(Tn-2)や3処理周期前の温度検出値(Tn-3)を用いてもよい。これにより、1処理周期前の温度検出値(Tn-1)がノイズにより変化している場合にも、一定の間隔を空けることによりその影響を相対的に低減させることができる。   Furthermore, in this embodiment, the difference (| ΔTn |) is calculated as the difference between the latest temperature detection value (Tn) and the temperature degree detection value (Tn−1) immediately before (one processing cycle). Not limited to this, instead of the temperature detection value (Tn-1) before one processing cycle, the temperature detection value before two processing cycles (Tn-2) and the temperature detection value before three processing cycles (Tn-3) May be used. As a result, even when the temperature detection value (Tn-1) before one processing cycle changes due to noise, the influence can be relatively reduced by providing a certain interval.

また、温度検出値の過去値(Tn-1,Tn-2)の代わりに、その平均値を用いてもよい。これにより、ノイズにより個々変化し得る過去の温度検出値に依らず、差を算出することができ、ノイズの影響を低減して、温度検出値の変化を確実に捉え、これに対応した適切な平均値の出力を行い、ひいては安定した温度出力を実現することができる。   Further, an average value may be used instead of the past value (Tn-1, Tn-2) of the temperature detection value. As a result, the difference can be calculated regardless of the past temperature detection value that can be individually changed by noise, the influence of noise is reduced, the change of the temperature detection value is reliably captured, and an appropriate response corresponding to this is obtained. An average value can be output, and thus a stable temperature output can be realized.

以上、蛍光温度センサの温度検出値を入力値とする実施例について説明したが、本発明はこれに限らず、逐次入力される入力の平均を算出するものに適用できるものである。   As described above, the embodiment in which the temperature detection value of the fluorescent temperature sensor is used as the input value has been described. However, the present invention is not limited to this, and can be applied to the calculation of the average of the inputs that are sequentially input.

本実施形態の蛍光温度センサの全体構成図。The whole block diagram of the fluorescence temperature sensor of this embodiment. 移動平均値算出部における移動平均値を算出する処理を示すフローチャート。The flowchart which shows the process which calculates the moving average value in a moving average value calculation part. 図2に示すフローチャートの変更例を示す説明図。Explanatory drawing which shows the example of a change of the flowchart shown in FIG.

符号の説明Explanation of symbols

1…蛍光材料、2…LED、3…駆動部、4…フォトダイオード、5…信号処理部、6…移動平均値算出部(移動平均値算出装置)、7…光ファイバ、10…コントローラ、61…記憶保持手段、62…個数設定手段、63…平均値算出手段。 DESCRIPTION OF SYMBOLS 1 ... Fluorescent material, 2 ... LED, 3 ... Drive part, 4 ... Photodiode, 5 ... Signal processing part, 6 ... Moving average value calculation part (moving average value calculation apparatus), 7 ... Optical fiber, 10 ... Controller, 61 ... memory holding means, 62 ... number setting means, 63 ... average value calculating means.

Claims (6)

逐次入力される入力値の平均値を最新の入力値を用いて逐次算出する移動平均値算出装置であって、
前記最新の入力値と過去の入力値との差を算出し、該差と所定の閾値との大小関係により、前記平均値を算出する際に用いる入力値の個数を設定する個数設定手段を備えることを特徴とする移動平均値算出装置。
A moving average value calculating device that sequentially calculates an average value of input values sequentially input using the latest input value,
A number setting unit configured to calculate a difference between the latest input value and a past input value, and to set the number of input values used when calculating the average value according to a magnitude relationship between the difference and a predetermined threshold value; The moving average value calculation apparatus characterized by the above-mentioned.
請求項1記載の移動平均値算出装置において、
前記個数設定手段は、前記所定の閾値である第1閾値に対して、前記差が該第1閾値より大きい場合には、前記入力値の個数を第1個数に設定し、該第1閾値以下である場合には、該個数を第1個数よりも多い第2個数に設定することを特徴とする移動平均値算出装置。
The moving average value calculation apparatus according to claim 1,
The number setting means sets the number of the input values to the first number when the difference is greater than the first threshold which is the predetermined threshold, and is equal to or less than the first threshold. If it is, the moving average value calculating device is characterized in that the number is set to a second number larger than the first number.
請求項2記載の移動平均値算出装置において、
前記個数設定手段は、前記第1閾値よりも大きな値に設定された第2閾値に対して、前記差が該第2閾値より大きい場合には、前記第1個数を1とすることを特徴とする移動平均値算出装置。
In the moving average value calculation apparatus according to claim 2,
The number setting means sets the first number to 1 when the difference is larger than the second threshold with respect to the second threshold set to a value larger than the first threshold. A moving average value calculation device.
請求項1乃至3のうちいずれか1項記載の移動平均値算出装置において、
前記差は、前記最新の入力値と過去の入力値の平均値との差であることを特徴とする移動平均値算出装置。
The moving average value calculating apparatus according to any one of claims 1 to 3,
The moving average value calculation apparatus according to claim 1, wherein the difference is a difference between the latest input value and an average value of past input values.
蛍光材料に投光する発光素子と、前記蛍光材料が発する蛍光を受光する受光素子と、前記受光素子の出力信号から温度検出値を生成する信号処理部とを含む蛍光温度センサにおいて、
前記温度検出値を入力としてその移動平均値を出力する移動平均値算出部が請求項1乃至4のうちいずれか1項記載の移動平均値算出装置により構成されてなることを特徴とする蛍光温度センサ。
In a fluorescence temperature sensor including a light emitting element that projects light onto a fluorescent material, a light receiving element that receives fluorescence emitted from the fluorescent material, and a signal processing unit that generates a temperature detection value from an output signal of the light receiving element,
5. A fluorescent temperature characterized in that a moving average value calculation unit that receives the temperature detection value as an input and outputs the moving average value is constituted by the moving average value calculation device according to any one of claims 1 to 4. Sensor.
逐次入力される入力値の平均値を最新の入力値を用いて逐次算出する移動平均値算出方法であって、
前記最新の入力値と過去の入力値との差を算出し、該差と所定の閾値との大小関係により、前記平均値を算出する際に用いる入力値の個数を設定する個数設定処理と、
前記個数設定処理により設定された個数の入力値を用いて、これらの平均値を算出する平均値算出処理と
を逐次実行することを特徴とする移動平均値算出方法。
A moving average value calculation method for sequentially calculating an average value of input values sequentially input using the latest input value,
A number setting process for calculating a difference between the latest input value and a past input value, and setting a number of input values used when calculating the average value according to a magnitude relationship between the difference and a predetermined threshold;
A moving average value calculation method characterized by sequentially executing an average value calculation process for calculating an average value of the number of input values set by the number setting process.
JP2008150687A 2008-06-09 2008-06-09 Fluorescence temperature sensor and method for calculating moving average value of fluorescence temperature sensor Expired - Fee Related JP5399009B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008150687A JP5399009B2 (en) 2008-06-09 2008-06-09 Fluorescence temperature sensor and method for calculating moving average value of fluorescence temperature sensor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008150687A JP5399009B2 (en) 2008-06-09 2008-06-09 Fluorescence temperature sensor and method for calculating moving average value of fluorescence temperature sensor

Publications (2)

Publication Number Publication Date
JP2009294180A true JP2009294180A (en) 2009-12-17
JP5399009B2 JP5399009B2 (en) 2014-01-29

Family

ID=41542477

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008150687A Expired - Fee Related JP5399009B2 (en) 2008-06-09 2008-06-09 Fluorescence temperature sensor and method for calculating moving average value of fluorescence temperature sensor

Country Status (1)

Country Link
JP (1) JP5399009B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013233687A (en) * 2012-05-08 2013-11-21 Ricoh Co Ltd Light amount adjusting method for print head, method of manufacturing image forming apparatus, and method of manufacturing process cartridge
JP2013248783A (en) * 2012-05-31 2013-12-12 Ricoh Co Ltd Method for manufacturing image forming apparatus, method for adjusting quantity of light emitted from printhead, and method for manufacturing process cartridge
JP2016522480A (en) * 2013-04-16 2016-07-28 ワトロー エレクトリック マニュファクチュアリング カンパニー Process controller with integrated optical sensing
JP7427246B2 (en) 2020-06-03 2024-02-05 株式会社フロンティアエンジニアリング Electrical heating device, method of heating food materials using the same, and control program for the electric heating device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61182574A (en) * 1985-02-08 1986-08-15 Omron Tateisi Electronics Co Foreknowing device for tool breakage
JPS62501448A (en) * 1984-11-29 1987-06-11 ラックストロン・コ−ポレ−ション optical temperature measurement technology
JPH05118022A (en) * 1991-10-28 1993-05-14 Matsushita Electric Ind Co Ltd Gate controller
JPH05141944A (en) * 1991-11-19 1993-06-08 Toshiba Corp Radiation thickness gauge
JPH11118651A (en) * 1997-10-20 1999-04-30 Hitachi Ltd Digital pressure gage
JP2002071400A (en) * 2000-08-25 2002-03-08 Tokyo Gas Co Ltd Fluid-control device
JP2008032417A (en) * 2006-07-26 2008-02-14 Tokyo Gas Co Ltd Electronic gas meter
WO2008041490A1 (en) * 2006-09-27 2008-04-10 Shimadzu Corporation Electronic balance

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62501448A (en) * 1984-11-29 1987-06-11 ラックストロン・コ−ポレ−ション optical temperature measurement technology
JPS61182574A (en) * 1985-02-08 1986-08-15 Omron Tateisi Electronics Co Foreknowing device for tool breakage
JPH05118022A (en) * 1991-10-28 1993-05-14 Matsushita Electric Ind Co Ltd Gate controller
JPH05141944A (en) * 1991-11-19 1993-06-08 Toshiba Corp Radiation thickness gauge
JPH11118651A (en) * 1997-10-20 1999-04-30 Hitachi Ltd Digital pressure gage
JP2002071400A (en) * 2000-08-25 2002-03-08 Tokyo Gas Co Ltd Fluid-control device
JP2008032417A (en) * 2006-07-26 2008-02-14 Tokyo Gas Co Ltd Electronic gas meter
WO2008041490A1 (en) * 2006-09-27 2008-04-10 Shimadzu Corporation Electronic balance

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013233687A (en) * 2012-05-08 2013-11-21 Ricoh Co Ltd Light amount adjusting method for print head, method of manufacturing image forming apparatus, and method of manufacturing process cartridge
JP2013248783A (en) * 2012-05-31 2013-12-12 Ricoh Co Ltd Method for manufacturing image forming apparatus, method for adjusting quantity of light emitted from printhead, and method for manufacturing process cartridge
JP2016522480A (en) * 2013-04-16 2016-07-28 ワトロー エレクトリック マニュファクチュアリング カンパニー Process controller with integrated optical sensing
US10712757B2 (en) 2013-04-16 2020-07-14 Watlow Electric Manufacturing Company Process controller with an integrated optical detector
JP7427246B2 (en) 2020-06-03 2024-02-05 株式会社フロンティアエンジニアリング Electrical heating device, method of heating food materials using the same, and control program for the electric heating device

Also Published As

Publication number Publication date
JP5399009B2 (en) 2014-01-29

Similar Documents

Publication Publication Date Title
JP5288884B2 (en) Fluorescent temperature sensor
US20170061898A1 (en) Display apparatus and irradiation light controlling method
US8193726B2 (en) Fluorescent light temperature sensor
JP5984398B2 (en) Light emitting device and control method thereof
EP3361471A1 (en) Light-emitting diode display device
US10334147B2 (en) Information processing apparatus, information processing method, and storage medium
JP5399009B2 (en) Fluorescence temperature sensor and method for calculating moving average value of fluorescence temperature sensor
WO2015098132A1 (en) Life prediction method, life prediction program, and life prediction device
JP2004146936A5 (en)
JP6206351B2 (en) Optical fiber temperature distribution measuring device
TW201314438A (en) System and method for testing fans
JPWO2017033709A1 (en) LED display device and brightness correction method thereof
JP2013011462A (en) Method for predicting life of led
JP2018107563A5 (en) Imaging device and control method
JP6704534B1 (en) Deterioration diagnosis device and optical transceiver deterioration diagnosis method
JP2017051554A (en) Pulse wave measuring instrument, pulse wave measurement system, and signal processing method
US20150296115A1 (en) Light emitting apparatus, image pickup apparatus and control method therefor
JP5622460B2 (en) Endoscope device
JP6428336B2 (en) Temperature measuring system, temperature measuring method and program
JPWO2019172086A1 (en) Optical module life prediction method and life prediction apparatus
JP6239058B1 (en) Elevator control device
JP2009049031A (en) Laser diode control circuit
JP2008092218A (en) Photoelectric sensor
JP2006242750A (en) Gas detection device
JP2015118144A (en) Graphic display device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110307

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120713

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120731

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120921

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130402

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130531

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130827

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130910

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20131008

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20131023

R150 Certificate of patent or registration of utility model

Ref document number: 5399009

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees