Monitoring method of cooling system and monitoring device thereof
11635242 · 2023-04-25
Assignee
Inventors
Cpc classification
F25B2700/2106
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F25B2700/2117
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F25B2500/07
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F25B39/00
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F25B49/02
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F25B2700/2116
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F25B2500/06
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F25B2400/21
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F25B2700/21152
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F25B2700/21151
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
International classification
Abstract
A monitoring method of a cooling system and a monitoring device thereof are provided. The monitoring method includes the steps: establishing an abnormality determination model according to predetermined abnormal data and predetermined abnormal types using deep learning by a monitoring module; generating groups of temperature data respectively by a plurality of temperature sensors; and determining one or more abnormal types and an abnormal prediction of the cooling system according to the groups of temperature data and the plurality of temperature sensors using the abnormality determination model by the monitoring module.
Claims
1. A monitoring method of a cooling system, comprising steps of: S1: establishing an abnormality determination model according to predetermined abnormal data and predetermined abnormal types using deep learning by a monitoring module; S2: generating groups of temperature data by a plurality of temperature sensors; and S3: determining one or more abnormal types and an abnormal prediction of the cooling system according to the groups of temperature data and the plurality of temperature sensors using the abnormality determination model by the monitoring module, wherein the step of S3 further includes: generating a plurality of temperature grades respectively according to the groups of temperature data using a grade calculation formula, determining said one or more abnormal types according to the plurality of temperature grades using the abnormality determination model, and determining the abnormal prediction according to an occurrence number of said one or more abnormal types in a time period; and wherein the step S3 of the monitoring method further calculates temperature changes Δ.sub.T=T.sub.i+1−T.sub.i according to the groups of temperature data and calculates temperature grades T.sub.0=Σ.sub.i=0.sup.nΔ.sub.T.sub.
2. The monitoring method according to claim 1, further including a step of S4: reestablishing the abnormality determination model according to the groups of temperature data and said one or more abnormal types using deep learning by the monitoring module.
3. The monitoring method according to claim 1 wherein the plurality of temperature grades are positively correlated with temperature.
4. The monitoring method according to claim 1, wherein the groups of temperature data include a group of room temperature data, a group of evaporator temperature data, a group of condenser temperature data, a group of first tube temperature data, a group of second tube temperature data, and a group of ambient temperature data.
5. A monitoring device of a cooling system, comprising: a plurality of temperature sensors, for generating groups of temperature data respectively; a monitoring module, for performing steps of: establishing an abnormality determination model according to predetermined abnormal data and predetermined abnormal types using deep learning; and determining one or more abnormal types and an abnormal prediction of the cooling system according to the groups of temperature data and the plurality of temperature sensors using the abnormality determination model, wherein the step of determining one or more abnormal types and an abnormal prediction of the cooling system further includes: generating a plurality of temperature grades respectively according to the groups of temperature data using a grade calculation formula, determining said one or more abnormal types according to the plurality of temperature grades using the abnormality determination model, and determining the abnormal prediction according to an occurrence number of said one or more abnormal types in a time period; and wherein the monitoring module further calculates temperature changes Δ.sub.T=T.sub.i+1−T.sub.i according to the groups of temperature data and calculates temperature grades T.sub.0=Σ.sub.i=0.sup.nΔ.sub.T.sub.
6. The monitoring device according to claim 5, wherein the monitoring module further performs a step of reestablishing the abnormality determination model according to the groups of temperature data and said one or more abnormal types using deep learning by the monitoring module.
7. The monitoring device according to claim 5, wherein the plurality of temperature grades are positively corelated with temperature.
8. The monitoring device according to claim 5, wherein the groups of temperature data include a group of room temperature data from a room temperature sensor, a group of evaporator temperature data from an evaporator temperature sensor, a group of condenser temperature data from a condenser temperature sensor, a group of first tube temperature data from a compressor suction temperature sensor disposed between an evaporator and a compressor, a group of second tube temperature data from a compressor discharge temperature sensor disposed between the compressor and a condenser, and a group of ambient temperature data from an ambient temperature sensor.
Description
DESCRIPTION OF DRAWINGS
(1)
(2)
(3)
(4)
(5)
(6)
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
(7) In order to make the above and other objectives, features, and advantages of the present disclosure more obvious and understandable, the following specifically exemplifies the preferred embodiments of the present disclosure, combined with the accompanying drawings, and describe in detail as follows.
(8)
(9) In the embodiment of the present disclosure, the operation of the monitoring module 220 is as follows: establishing an abnormality determination model 230 according to predetermined abnormal data and predetermined abnormal types using deep learning, and determining one or more abnormal types and an abnormal prediction of the cooling system according to the groups of temperature data and the plurality of temperature sensors 210 using the abnormality determination model 230. The main function of the monitoring module 220 is to determine whether the status of each equipment element of the cooling system is abnormal (including aging) based on the temperature data from each temperature sensor, and even to predict abnormality. The monitoring module 220 has to firstly establish an abnormality determination standard, so the abnormal data of the equipment elements and the abnormal types of the equipment elements corresponding to the abnormal data are artificially determined, thereby establishing a function model. Then, an abnormality determination model 230 is trained according to the function model using a deep learning method. For example, Python can be used to write the function model. The historical data of abnormal data are input into the function model and the function model is worked in a specific model, such as Keras Sequential Model. By suitable model parameters, such as adopting seven layers including input, output, hidden and dropout layers, using activation functions of Relu and Softmax, using loss function of classification cross entropy, using optimizer of adaptive moment estimation (adam), the function model is enabled to learn. The abnormality determination model 230 with high accuracy is gradually trained after a lot of adjustments.
(10) The monitoring module 220 having the abnormality determination model 230 can send groups of received temperature data to the abnormality determination model 230 for analysis. The current operating statuses or the abnormal types of the corresponding equipment elements are obtained by the analysis result of the temperature data and corresponding temperature sensor thereof, thereby obtaining a result indicating whether the equipment elements of the cooling system begin to age, or obtaining a trend diagram of aging possibility in the future. In one embodiment, groups of temperature data are input to the abnormality determination model 230 after undergoing data preprocessing steps, such as data smoothing processing, data change calculation, and change accumulation calculation, etc. The abnormal types may include room fan abnormal, condenser clogged, door not-closed, evaporator frosted and refrigerant leaked. In one embodiment, the analysis result of a single group of temperature data or multiple groups of temperature data may indicate one abnormal type of a specific equipment element. In another embodiment, the analysis result of a single group of temperature data may also indicate multiple abnormal types of multiple equipment elements.
(11) In the embodiment of the present disclosure, the monitoring module 220 may further re-establish the abnormality determination model 230 by deep learning again according to groups of temperature data from groups of temperature sensors 210 of the cooling system and one or more abnormal types analyzed by the temperature sensors 210 in actual operation. The abnormality determination model 230 originally uses a function established by artificially abnormal data and abnormal types as a training reference. However, in order to further strengthen the abnormality determination model 230, when the monitoring device of the present disclosure is actually applied to monitor users' cooling systems, an updated abnormality determination model 230 can be obtained by using a deep learning method based on the temperature data and the abnormal types of each user's cooling system.
(12) In the embodiment of the present disclosure, the monitoring module 220 further calculates temperature changes Δ.sub.T=T.sub.i+1−T.sub.i according to the groups of temperature data and calculates temperature grades T.sub.0=Σ.sub.i=0.sup.nΔ.sub.T.sub.
(13) The causal determination method and corelated data in the above example can be used as the learning parameters of the abnormality determination model 230. In addition, the monitoring module 220 can further train the abnormality determination model 230 to perform abnormality prediction. The abnormal statuses of the abovementioned equipment elements are collected statistically. The severity score of abnormality of the equipment elements is determined according to the level of the statistics, such that the user is notified in advance. For example, in a certain period of time, the occurrence number of the case where the temperature grades of the condenser are increased is counted, the number of the case where the temperature grades of the condenser are normal is counted, and the numbers are converted into a percentage value. Further, the severity score of abnormality of the condenser is determined based on the percentage value; moreover, the trend of abnormality possibility of the condenser in the future can be predicted.
(14)
(15) Afterwards, the monitoring method proceeds to step S2: generating groups of temperature data by a plurality of temperature sensors. The monitoring method of the present disclosure is used to monitor equipment elements of a cooling system, and each equipment element is provided with a temperature sensor. These temperature sensors include a room temperature sensor 211, an evaporator temperature sensor 212, a condenser temperature sensor 216, a compressor suction temperature sensor 213, a compressor discharge temperature sensor 215 and the ambient temperature sensor 214. The compressor suction temperature sensor 213 is attached to a tube between an evaporator 110 and a compressor 120. The compressor discharge temperature sensor 215 is attached to a tube between the compressor 120 and a condenser 130. The room temperature sensor 211, the evaporator temperature sensor 212, the condenser temperature sensor 216, the compressor suction temperature sensor 213, the compressor discharge temperature sensor 215, and the ambient temperature sensor 214 respectively provide a group of room temperature data, a group of evaporator temperature data, a group of condenser temperature data, a group of first tube temperature data, a group of second tube temperature data, and a group of ambient temperature data.
(16) After that, the monitoring method proceeds to step S3: determining one or more abnormal types and an abnormal prediction of the cooling system according to the groups of temperature data and the plurality of temperature sensors using the abnormality determination model by the monitoring module. The monitoring module 220 having the abnormality determination model 230 can analyze groups of received temperature data. The current operating statuses or the abnormal types of the corresponding equipment elements are obtained by the analysis result of the temperature data and the corresponding temperature sensor thereof, thereby obtaining a result indicating whether the equipment elements of the cooling system begin to age, or obtaining a trend diagram of aging possibility in the future.
(17) In one embodiment, the monitoring method further proceeds to step S4: reestablishing the abnormality determination model according to the groups of temperature data and said one or more abnormal types using deep learning by the monitoring module. In order to further strengthen the abnormality determination model 230, when the monitoring device of the present disclosure is actually applied to monitor users' cooling systems, an updated abnormality determination model 230 can be obtained by using a deep learning method based on the temperature data and the abnormal types of each user's cooling system.
(18) In an embodiment, the step S3 of the monitoring method further calculates temperature changes Δ.sub.T=T.sub.i+1−T.sub.i according to the groups of temperature data and calculates temperature grades T.sub.0=Σ.sub.i=0.sup.nΔ.sub.T.sub.
(19)
(20)
(21) Although the present disclosure has been disclosed in preferred embodiments, it is not intended to limit the present disclosure. Those who skilled in the art can make various changes and modifications without departing from the spirit and scope of the present disclosure. Therefore, the protection scope of the present disclosure shall be subject to those defined by the attached claim scope.