CN105203218A - Upper computer filtering method for generator temperature measuring system - Google Patents
Upper computer filtering method for generator temperature measuring system Download PDFInfo
- Publication number
- CN105203218A CN105203218A CN201510552170.5A CN201510552170A CN105203218A CN 105203218 A CN105203218 A CN 105203218A CN 201510552170 A CN201510552170 A CN 201510552170A CN 105203218 A CN105203218 A CN 105203218A
- Authority
- CN
- China
- Prior art keywords
- queue
- value
- temperature
- measuring system
- data
- 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
Links
Landscapes
- Monitoring And Testing Of Nuclear Reactors (AREA)
Abstract
Provided is an upper computer filtering method for a generator temperature measuring system. The method is characterized by an upper computer recording temperature values with an interval of unit time T, and storing the temperature values to a queue C [N], the queue length being fixed to be N; placing new data sampled each time to the tail of the queue, and discarding the data at the head of the queue; and if refresh time of display temperature of a monitoring system is T', carrying out arithmetic average on the N data in the queue every an interval of T' to obtain a new filter value which is provided for the monitoring system to display and judge, wherein the setting of the T value is associated with required response speed of the temperature measuring system, and if the T is 1 s, the temperature values need to be recorded each second; the setting of the N value is associated with both the response speed of the system and the performance of filtering, the N value is neither too large nor too small, and the optimal setting of N meets the condition: N= T'/T; and the T' is the actual refresh time interval of the temperature values in the monitoring system. The upper computer filtering method for the generator temperature measuring system carries out filtering processing on the measured temperature signals, so that the response speed is guaranteed, and meanwhile, measuring error is reduced; and the method has the advantages of having a good interference suppression function and high smoothness and the like.
Description
Technical field
The present invention relates to generator-temperature detection measuring system, is a kind of host computer filtering method being applied to generator-temperature detection measuring system specifically.
Background technology
Generating plant temperature measurement system is by existing ground temperature measuring equipment, and local control unit LCU and host computer form.Temperature measuring equipment is generally temperature detecting resistance, as PT100 etc.Temperature divertor in local control unit LCU carries out the injection of electric current to temperature detecting resistance by generation constant current source, can be obtained the resistance of temperature detecting resistance, just calculate temperature value by resistance reduction formula afterwards by the voltage at measuring resistance two ends.Meanwhile, initial filter can also be carried out to signal, to reduce various interference to thermometric impact as far as possible.Finally, the signal be responsible for collecting by host computer shows, and checks for operator on duty.But, there is comparatively strong-electromagnetic field interference in power plant, particularly violent in electromagnetic field change, as: during electric braking, can there is larger fluctuation in measured temperature.Because the rate of load condensate of local control unit is higher, its rate of load condensate can be increased according to more complicated filtering algorithm, can have a negative impact to the control of the real-time monitoring of temperature and other equipment; Meanwhile, in power plant, the change of electromagnetic field sometimes and irregular, and simple filtering algorithm can well not play a role, so need a kind of method of shielding interference newly badly, when not affecting genset operational efficiency, improves thermometric accuracy.
The existing technology of temperature detecting resistance measuring tempeature that utilizes mainly contains: top-up injection method, electronic bridge measurement method etc., the temperature value of measurement can now utilize the equipment such as PLC to carry out simple filtering process.Prior art mainly contains two shortcomings: 1), the rate of load condensate of local control equipment is too high, affects the operational efficiency of equipment.2), due to the storage of local control equipment and computing power poor, the filtering algorithm that can provide is comparatively simple, cannot play inhibiting effect to many interference.
Summary of the invention
Because generator exists powerful electromagnetic field at run duration, tradition RTD thermometric loop is by the impact of the interference of electromagnetic field, there is the phenomenon of cyclic fluctuation in its temperature measured, for avoiding this kind of Special Errors, interference is produced to electricity generator monitoring system, filtering process need be carried out to measuring-signal, and utilize PLC to carry out filtering process now the rate of load condensate of supervisory system can be made significantly to increase, then the invention provides a kind of host computer filtering method being applied to generator-temperature detection measuring system, filtering process is carried out to the temperature signal measured, while taking into account response speed, reduce measuring error, have and have good inhibiting effect to interference, smoothness advantages of higher.
The technical solution adopted in the present invention is:
Be applied to a host computer filtering method for generator-temperature detection measuring system, step 1: host computer is with unit interval T for interval, and record temperature value, stored in queue C [N], queue length is fixed as N;
Step 2: the new data at every turn sampled is put into tail of the queue, and a data of head of the queue is thrown away;
Step 3: if the refresh time of supervisory system displays temperature is T ', then every the T ' time, carry out arithmetic mean, namely obtain new filter value to the N number of data in queue, is supplied to supervisory system display and judges;
Wherein, the setting of T value is relevant to the response speed needed for temp measuring system, if T is 1 second, then all needs p.s. to record temperature value; Namely the setting of N value is related to the response speed of system, simultaneously relevant to the performance of filtering, and N value is unsuitable excessive, also unsuitable too small, optimal design-aside N=T '/T; The actual refresh interval that T ' is temperature value in supervisory system.
Specific algorithm false code is described as:
Definition queue length N;
Definition queue C [N];
The computation complexity of this algorithm is O [N], and the array for storing data in algorithm can replace with chained list, and algorithm complex can suitably be optimized.
A kind of host computer filtering method being applied to generator-temperature detection measuring system of the present invention, technique effect is as follows:
1), at host computer realize filtering algorithm, be conducive to the rate of load condensate reducing local control unit, portable high.
2), while taking into account response speed, reduce measuring error, have and have good inhibiting effect, smoothness advantages of higher to interference.
3), the present invention propose in host computer, take moving average filter algorithm to come temperature signal filtering, the thinking adopting filtering algorithm in local control equipment different from the past.
Accompanying drawing explanation
Fig. 1 is temperature data comparison diagram before and after filtering in the embodiment of the present invention.
Embodiment
Be applied to a host computer filtering method for generator-temperature detection measuring system, step 1: host computer is with unit interval T for interval, and record temperature value, stored in queue C [N], queue length is fixed as N;
Step 2: the new data at every turn sampled is put into tail of the queue, and a data of head of the queue is thrown away;
Step 3: if the refresh time of supervisory system displays temperature is T ', then every the T ' time, carry out arithmetic mean, namely obtain new filter value to the N number of data in queue, is supplied to supervisory system display and judges;
Wherein, the setting of T value is relevant to the response speed needed for temp measuring system, if T is 1 second, then all needs p.s. to record temperature value; Namely the setting of N value is related to the response speed of system, simultaneously relevant to the performance of filtering, and N value is unsuitable excessive, also unsuitable too small, optimal design-aside N=T '/T; The actual refresh interval that T ' is temperature value in supervisory system.
Specific algorithm false code is described as:
Definition queue length N;
Definition queue C [N];
The computation complexity of this algorithm is O [N], and the array for storing data in algorithm can replace with chained list, and algorithm complex can suitably be optimized.
The present invention proposes in host computer, take moving average filter algorithm, utilizes the processing power of computing machine, plays high efficiency filter action, prevent from disturbing the measured temperature fluctuation problem caused.
Embodiment:
As shown in table 1, this temperature data is 100 groups of temperature datas of each 1 second, and Power Plant Monitoring setting carried out a Temperature displaying every 5 seconds, i.e. T=1, T '=5.Setting host computer algorithm queue length is 5, i.e. N=5.Due to T '=5, the displaying time of computer supervisory control system is followed successively by the 5th second, the 10th second, the 15th second ... before using filtering algorithm, the temperature data of display is: 27.7 DEG C, 33.5 DEG C, 27.5 DEG C ... and using the Temperature displaying value after algorithm for showing the running mean of moment front 5 time point data, then the display data after filtering algorithm are followed successively by: 29.9 DEG C, 31.9 DEG C, 29.6 DEG C ...
Table 1 power plant observed temperature data
27.6 | 33.9 | 29.1 | 31.3 | 27.7 | 32.0 | 28.6 | 32.5 | 32.9 | 33.5 |
30.5 | 26.8 | 28.3 | 35.1 | 27.5 | 34.3 | 31.4 | 36.0 | 26.8 | 30.4 |
27.1 | 35.6 | 26.0 | 33.7 | 34.2 | 34.7 | 26.8 | 30.0 | 28.6 | 34.0 |
30.3 | 35.1 | 27.8 | 28.6 | 27.5 | 27.4 | 34.7 | 31.8 | 31.5 | 27.4 |
34.5 | 32.2 | 29.5 | 31.1 | 30.0 | 26.8 | 28.4 | 27.2 | 27.8 | 28.4 |
30.2 | 26.5 | 35.0 | 35.4 | 30.9 | 30.9 | 29.4 | 35.0 | 29.7 | 27.1 |
33.8 | 29.9 | 28.4 | 30.0 | 27.0 | 27.3 | 35.4 | 35.6 | 31.8 | 26.6 |
28.3 | 29.5 | 34.2 | 26.2 | 26.4 | 27.7 | 32.5 | 33.3 | 32.5 | 30.5 |
31.5 | 29.0 | 33.4 | 27.9 | 32.9 | 27.8 | 29.7 | 32.3 | 33.8 | 26.8 |
35.3 | 33.8 | 30.9 | 30.4 | 30.5 | 29.1 | 31.1 | 31.1 | 34.2 | 33.9 |
Fig. 1 shows the contrast of the Temperature displaying data before and after filtering, and fluctuation amplitude significantly reduces.
Claims (2)
1. be applied to a host computer filtering method for generator-temperature detection measuring system, it is characterized in that comprising the following steps:
Step 1: host computer is with unit interval T for interval, and record temperature value, stored in queue C [N], queue length is fixed as N;
Step 2: the new data at every turn sampled is put into tail of the queue, and a data of head of the queue is thrown away;
Step 3: if the refresh time of supervisory system displays temperature is T ', then every the T ' time, carry out arithmetic mean, namely obtain new filter value to the N number of data in queue, is supplied to supervisory system display and judges;
Wherein, the setting of T value is relevant to the response speed needed for temp measuring system, if T is 1 second, then all needs p.s. to record temperature value; Namely the setting of N value is related to the response speed of system, simultaneously relevant to the performance of filtering, and N value is unsuitable excessive, also unsuitable too small, optimal design-aside N=T '/T; The actual refresh interval that T ' is temperature value in supervisory system.
2. a moving average filter algorithm:
The computation complexity of this algorithm is O [N], and the array for storing data in algorithm can replace with chained list, and this algorithm application is in generator-temperature detection measuring system.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510552170.5A CN105203218A (en) | 2015-09-01 | 2015-09-01 | Upper computer filtering method for generator temperature measuring system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510552170.5A CN105203218A (en) | 2015-09-01 | 2015-09-01 | Upper computer filtering method for generator temperature measuring system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN105203218A true CN105203218A (en) | 2015-12-30 |
Family
ID=54951020
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510552170.5A Pending CN105203218A (en) | 2015-09-01 | 2015-09-01 | Upper computer filtering method for generator temperature measuring system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105203218A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105222912A (en) * | 2015-11-02 | 2016-01-06 | 沈阳航天新光集团有限公司 | A kind of genset system for detecting temperature based on combined type digital filtering |
CN111679091A (en) * | 2020-04-30 | 2020-09-18 | 中国航发南方工业有限公司 | High-real-time segmented self-adaptive rotating speed measuring method, device, medium and equipment |
CN113970384A (en) * | 2021-10-22 | 2022-01-25 | 山信软件股份有限公司 | Temperature change trend alarm method and system |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101344437A (en) * | 2008-09-03 | 2009-01-14 | 中国科学院国家天文台南京天文光学技术研究所 | High-precision strong anti-interference temperature measurement system and method |
WO2011145063A1 (en) * | 2010-05-20 | 2011-11-24 | Koninklijke Philips Electronics N.V. | Estimating temperature |
CN102539111A (en) * | 2011-12-17 | 2012-07-04 | 中国科学院安徽光学精密机械研究所 | Temperature oscillometer based on dsPIC singlechip |
CN103968964A (en) * | 2013-02-03 | 2014-08-06 | 刘焱 | Remote temperature monitoring method for slurry fuel preparation |
CN104374421A (en) * | 2013-08-16 | 2015-02-25 | 深圳市深安旭传感技术有限公司 | Transducer for measuring tiny water in oil and method for on-line real-time monitoring of temperature and humidity in oil |
-
2015
- 2015-09-01 CN CN201510552170.5A patent/CN105203218A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101344437A (en) * | 2008-09-03 | 2009-01-14 | 中国科学院国家天文台南京天文光学技术研究所 | High-precision strong anti-interference temperature measurement system and method |
WO2011145063A1 (en) * | 2010-05-20 | 2011-11-24 | Koninklijke Philips Electronics N.V. | Estimating temperature |
CN102539111A (en) * | 2011-12-17 | 2012-07-04 | 中国科学院安徽光学精密机械研究所 | Temperature oscillometer based on dsPIC singlechip |
CN103968964A (en) * | 2013-02-03 | 2014-08-06 | 刘焱 | Remote temperature monitoring method for slurry fuel preparation |
CN104374421A (en) * | 2013-08-16 | 2015-02-25 | 深圳市深安旭传感技术有限公司 | Transducer for measuring tiny water in oil and method for on-line real-time monitoring of temperature and humidity in oil |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105222912A (en) * | 2015-11-02 | 2016-01-06 | 沈阳航天新光集团有限公司 | A kind of genset system for detecting temperature based on combined type digital filtering |
CN105222912B (en) * | 2015-11-02 | 2018-01-09 | 沈阳航天新光集团有限公司 | A kind of generating set system for detecting temperature based on combined type digital filtering |
CN111679091A (en) * | 2020-04-30 | 2020-09-18 | 中国航发南方工业有限公司 | High-real-time segmented self-adaptive rotating speed measuring method, device, medium and equipment |
CN113970384A (en) * | 2021-10-22 | 2022-01-25 | 山信软件股份有限公司 | Temperature change trend alarm method and system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Li et al. | An optimized VMD method and its applications in bearing fault diagnosis | |
CN103018046B (en) | Method, device and system for monitoring high-speed electric multiple unit train bogie bearing faults | |
CN103926424B (en) | Based on the wheel speed sensors Performance Test System of analog encoding wheel | |
CN105203218A (en) | Upper computer filtering method for generator temperature measuring system | |
GB0704752D0 (en) | Monitoring and management of distributed information systems | |
JP2013109815A5 (en) | ||
JP5948418B2 (en) | Abnormal sound detection system | |
US10732007B2 (en) | Low noise zero crossing detection for indirect tire pressure monitoring | |
CN103308707A (en) | Self-adaptation rotating speed measurement method | |
CN105157624A (en) | Combined chord measurement method for longitudinal irregularity of steel rail | |
CN111257701A (en) | High-voltage cable fault rapid positioning on-line monitoring method, system and medium | |
CN108139432A (en) | The method of saturation effect and its intelligent electronic device in correcting current mutual inductor | |
CN104154989B (en) | The vibration monitoring method of unstable state slewing and vibration monitor system | |
JP2009078764A (en) | Information processing apparatus, information processing method and program | |
GB2557401A (en) | Position or orientation determination based on duty-cycled frequency multiplexed electromagnetic signals | |
CN203551679U (en) | Transformer fault diagnosis system based on wavelet transform | |
CN115931114A (en) | Method for judging detection result of particle collision noise detection system | |
CN110018417B (en) | Motor fault diagnosis method, system and medium based on radial stray magnetic flux detection | |
CN102368076B (en) | Card feeding speed testing method and device | |
JP2009003685A (en) | Data storage device, data storage method and data-storing program | |
CN113358356B (en) | Method and system for diagnosing weak fault of wheel set bearing of high-speed train | |
CN112492627B (en) | Post-first-service communication system, transmitting terminal equipment, medium and performance optimization method | |
CN113820006A (en) | Method and device for estimating parameters of weak signal-to-noise ratio single-frequency sinusoidal signal | |
CN118348382A (en) | High-frequency signal source output stability monitoring system based on data analysis | |
CN106771746A (en) | A kind of electric automobile dynamic operation condition electromagnetic disturbance fast appraisement method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20151230 |
|
RJ01 | Rejection of invention patent application after publication |