WO2021129448A1 - 温度突变检测方法、装置及存储介质 - Google Patents

温度突变检测方法、装置及存储介质 Download PDF

Info

Publication number
WO2021129448A1
WO2021129448A1 PCT/CN2020/136302 CN2020136302W WO2021129448A1 WO 2021129448 A1 WO2021129448 A1 WO 2021129448A1 CN 2020136302 W CN2020136302 W CN 2020136302W WO 2021129448 A1 WO2021129448 A1 WO 2021129448A1
Authority
WO
WIPO (PCT)
Prior art keywords
temperature
real
preset threshold
detection value
time
Prior art date
Application number
PCT/CN2020/136302
Other languages
English (en)
French (fr)
Inventor
俞浩
Original Assignee
追觅科技(上海)有限公司
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 追觅科技(上海)有限公司 filed Critical 追觅科技(上海)有限公司
Publication of WO2021129448A1 publication Critical patent/WO2021129448A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D23/00Control of temperature
    • G05D23/19Control of temperature characterised by the use of electric means
    • G05D23/20Control of temperature characterised by the use of electric means with sensing elements having variation of electric or magnetic properties with change of temperature
    • AHUMAN NECESSITIES
    • A45HAND OR TRAVELLING ARTICLES
    • A45DHAIRDRESSING OR SHAVING EQUIPMENT; EQUIPMENT FOR COSMETICS OR COSMETIC TREATMENTS, e.g. FOR MANICURING OR PEDICURING
    • A45D20/00Hair drying devices; Accessories therefor
    • A45D20/04Hot-air producers
    • A45D20/08Hot-air producers heated electrically
    • A45D20/10Hand-held drying devices, e.g. air douches
    • A45D20/12Details thereof or accessories therefor, e.g. nozzles, stands
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01KMEASURING TEMPERATURE; MEASURING QUANTITY OF HEAT; THERMALLY-SENSITIVE ELEMENTS NOT OTHERWISE PROVIDED FOR
    • G01K13/00Thermometers specially adapted for specific purposes
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01KMEASURING TEMPERATURE; MEASURING QUANTITY OF HEAT; THERMALLY-SENSITIVE ELEMENTS NOT OTHERWISE PROVIDED FOR
    • G01K2219/00Thermometers with dedicated analog to digital converters

Definitions

  • the invention relates to a method, a device and a storage medium for detecting temperature mutations, and belongs to the field of temperature control.
  • the over-temperature protection of hair dryers on the market directly sets a protection upper limit. Once the protection upper limit is exceeded, it will directly enter the protection state. When some accidental factors cause the ADC sampling data to fluctuate in a short period of time, The machine will trigger the protection program by mistake, thus affecting the user experience.
  • the purpose of the present invention is to provide a temperature mutation detection method, device and storage medium, which perform corresponding processing actions according to the comparison result of the acquired real-time temperature detection value and the preset threshold value, thereby improving the user experience effect.
  • the present invention provides the following technical solutions:
  • a method for detecting a sudden change in temperature includes the following steps:
  • the real-time detection value of the temperature is compared with a preset threshold value, and a temperature adjustment action or a protection action is triggered according to the comparison result.
  • the comparing the real-time temperature detection value with a preset threshold, and performing a temperature adjustment action or triggering a protection action according to the comparison result includes:
  • the temperature adjustment action includes:
  • the temperature of the heating device is adjusted.
  • the method includes:
  • the preset threshold includes an over-temperature threshold and a protection threshold, and the over-temperature threshold is less than the protection threshold;
  • the real-time temperature detection value is greater than the over-temperature threshold value and less than the protection threshold value, the real-time temperature detection value is within the preset threshold value.
  • the comparing the real-time temperature detection value with a preset threshold, and performing a temperature adjustment action or triggering a protection action according to the comparison result includes:
  • the preset threshold is a protection threshold.
  • the method further includes:
  • Process the acquired real-time temperature detection value includes average filtering algorithm processing and moving average algorithm processing.
  • a device for detecting a sudden change in temperature comprising:
  • the acquisition module is used to acquire the real-time temperature detection value
  • the processing module is used to compare the real-time temperature detection value with a preset threshold value, and perform a temperature adjustment action or trigger a protection action according to the comparison result.
  • a temperature mutation detection device in a third aspect, includes a processor and a memory; the memory stores a program, and the program is loaded and executed by the processor to realize the temperature mutation detection as described above method.
  • a computer-readable storage medium stores a program, and the program is used to implement the above-mentioned temperature mutation detection method when the program is executed by a processor.
  • the beneficial effect of the present invention is to obtain the real-time temperature detection value, and then compare the real-time temperature detection value with a preset threshold, and perform a temperature adjustment action or trigger a protection action according to the comparison result, thereby improving the user experience.
  • Fig. 1 is a flow chart of a method for detecting a sudden change in temperature according to an embodiment of the present invention.
  • Fig. 2 is a flow chart of a method for detecting a temperature mutation in a specific embodiment of the present invention.
  • Fig. 3 is a temperature mutation detection device provided by an embodiment of the present invention.
  • Fig. 4 is a temperature mutation detection device provided by an embodiment of the present invention.
  • Moving average refers to calculating the average of multiple consecutive m-term sequences from a time series with n terms.
  • the average filtering algorithm refers to a template for the target pixel on the image, the template includes the neighboring pixels around it (the surrounding 8 pixels with the target pixel as the center form a filter template, that is, the target pixel itself is removed), and then Replace the original pixel value with the average value of all pixels in the template.
  • Fig. 1 is a flowchart of a method for detecting a sudden change in temperature according to an embodiment of the present invention.
  • the method for detecting a sudden change in temperature is suitable for heating devices, such as hair dryers, electric heaters, etc., which is not specifically limited here, and depends on actual conditions.
  • the method for detecting a sudden change in temperature is applicable to a hair dryer, and detecting a sudden change in temperature on the heating gear of the hair dryer.
  • the method at least includes the following steps:
  • Step 101 Obtain a real-time temperature detection value.
  • the real-time temperature detection value is obtained by sampling by an analog-to-digital converter (ADC).
  • ADC analog-to-digital converter
  • Step 102 Compare the real-time temperature detection value with a preset threshold, and perform a temperature adjustment action or trigger a protection action according to the comparison result.
  • the trigger protection action is that the whole machine shuts down and alarms.
  • the comparing the real-time temperature detection value with a preset threshold value, and performing a temperature adjustment action or triggering a protection action according to the comparison result includes:
  • the preset threshold includes an over-temperature threshold and a protection threshold.
  • the over-temperature threshold is less than the protection threshold.
  • the temperature is detected in real time The value is within the preset threshold.
  • the temperature adjustment action includes: obtaining an adjustment duration; and adjusting the temperature of the heating device based on the adjustment duration.
  • the comparing the real-time temperature detection value with a preset threshold, and performing a temperature adjustment action or triggering a protection action according to the comparison result includes:
  • the preset threshold is a protection threshold.
  • the method further includes:
  • the processing includes average filtering algorithm processing and moving average algorithm processing to filter out the interference of the circuit and the interference of the outside boundary to the heating device, so as to obtain an accurate real-time temperature Detection value.
  • the temperature of each gear of the hair dryer is detected in real time, which will not be repeated here.
  • the above-mentioned over-temperature threshold and protection threshold are set according to actual conditions, and are not specifically limited here.
  • Fig. 2 is a specific embodiment of the temperature mutation detection method of the present invention.
  • the adjustment duration is 3s.
  • the analog-to-digital converter samples the temperature of the heating device to obtain a real-time temperature detection value, and performs average filtering and sliding average processing on the real-time temperature detection value to obtain a more accurate real-time temperature detection value.
  • the real-time temperature detection value is compared with the preset over-temperature threshold value and the protection threshold value, and when the real-time temperature detection value is greater than the over-temperature threshold value and less than the protection threshold value, the temperature of the heating device is adjusted.
  • the protection action will be triggered only when the real-time temperature detection value exceeds the protection threshold or exceeds the over-temperature threshold within a certain period of time, which not only ensures the safety of the user but also improves the user’s experience. , And convenient and fast.
  • Fig. 3 is a temperature mutation detection device provided by an embodiment of the present invention, and the device at least includes:
  • the obtaining module 301 is used to obtain the real-time temperature detection value
  • the processing module 302 is configured to compare the real-time temperature detection value with a preset threshold value, and perform a temperature adjustment action or trigger a protection action according to the comparison result.
  • the temperature mutation detection device provided in the above embodiment performs temperature mutation detection
  • only the division of the above functional modules is used as an example.
  • the above functions can be assigned to different functions according to needs.
  • Module completion that is, the internal structure of the temperature mutation detection device is divided into different functional modules to complete all or part of the functions described above.
  • the temperature mutation detection device provided in the foregoing embodiment and the temperature mutation detection method embodiment belong to the same concept, and the specific implementation process is detailed in the method embodiment, which will not be repeated here.
  • FIG. 4 is a temperature mutation detection device provided by an embodiment of the present invention.
  • the device at least includes a processor 1 and a memory 2.
  • the processor 1 may include one or more processing cores, such as a 4-core processor 1, an 8-core processor 1, and so on.
  • Processor 1 can adopt at least one hardware form among DSP (Digital Signal Processing), FPGA (Field-Programmable Gate Array), and PLA (Programmable Logic Array, Programmable Logic Array). achieve.
  • the processor 1 may also include a main processor and a coprocessor.
  • the main processor is a processor used to process data in the awake state, also called a CPU (Central Processing Unit, central processing unit); the coprocessor is A low-power processor used to process data in the standby state.
  • the memory 2 may include one or more computer-readable storage media, which may be non-transitory.
  • the memory 2 may also include a high-speed random access memory 2 and a non-volatile memory 2, such as one or more magnetic disk storage devices and flash memory storage devices.
  • the non-transitory computer-readable storage medium in the memory 2 is used to store at least one instruction, and the at least one instruction is used to be executed by the processor 1 to implement the temperature mutation provided by the method embodiment of the present invention. Detection method.
  • the temperature mutation detection device may optionally further include: a peripheral device interface and at least one peripheral device.
  • the processor 1, the memory 2 and the peripheral device interface can be connected by a bus or a signal line.
  • Each peripheral device can be connected to the peripheral device interface through a bus, a signal line or a circuit board.
  • peripheral devices include but are not limited to: radio frequency circuits, touch screens, audio circuits, and power supplies.
  • the temperature mutation detection device may also include fewer or more components, which is not limited in this embodiment.
  • the present application provides a computer-readable storage medium in which a program is stored, and when the program is executed by a processor, it is used to implement the above-mentioned temperature mutation detection method.
  • this application also provides a computer product that includes a computer-readable storage medium in which a program is stored, and the program is loaded and executed by a processor to implement the foregoing method embodiments The temperature mutation detection method.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Investigating Or Analyzing Materials Using Thermal Means (AREA)

Abstract

一种温度突变检测方法、装置及存储介质,方法包括如下步骤:获取温度实时检测值(101);将温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作(102)。通过获取温度实时检测值,然后将温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作,从而在保证用户使用安全的同时还提高了用户的使用体验,方便快捷。

Description

温度突变检测方法、装置及存储介质 技术领域
本发明涉及一种温度突变检测方法、装置及存储介质,属于温度控制领域。
背景技术
目前市场上对于吹风机的过温保护都是直接设定一个保护上限值,一旦超过该保护上限值就直接进入保护状态,当出现一些偶然因素导致短暂时间内ADC采样数据出现大的浮动,机器就会误触发保护程序,从而影响用户体验。
发明内容
本发明的目的在于提供一种温度突变检测方法、装置及存储介质,其根据获取到的温度实时检测值与预设阈值的比对结果进行相应的处理动作,从而提高用户的体验效果。
为达到上述目的,本发明提供如下技术方案:
第一方面,提供了一种温度突变检测方法,所述方法包括如下步骤:
获取温度实时检测值;
将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作。
可选地,所述将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作,包括:
当所述温度实时检测值在所述预设阈值内时,进行温度调节动作;
在所述温度调节动作结束后,所述温度实时监测值依旧在所述预设阈值内,则触发保护动作。
可选地,所述温度调节动作包括:
获取调节时长;
基于所述调节时长,对发热器件的温度进行调节。
可选地,所述当所述温度实时检测值在所述预设阈值内时包括:
所述预设阈值包括过温阈值和保护阈值,所述过温阈值小于所述保护阈值;
当所述温度实时检测值大于所述过温阈值且小于所述保护阈值时,所述温度实时检测值在所述预设阈值内。
可选地,所述将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作,包括:
当所述温度实时检测值大于所述预设阈值时,则触发保护动作。
可选地,所述预设阈值为保护阈值。
可选地,所述方法还包括:
对获取的所述温度实时检测值进行处理,所述处理包括均值滤波算法处理及滑动平均值算法处理。
第二方面,提供了一种温度突变检测装置,所述装置包括:
获取模块,用于获取温度实时检测值;
处理模块,用于将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作。
第三方面,提供了一种温度突变检测装置,所述装置包括处理器和存储器;所述存储器中存储有程序,所述程序由所述处理器加载并执行以实现如上所述的温度突变检测方法。
第四方面,提供了一种计算机可读存储介质,所述存储介质中存储有程序,所述程序被处理器执行时用于实现如上所述的温度突变检测方法。
本发明的有益效果在于:通过获取温度实时检测值,然后将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作,从而提高用户的使用体验。
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,并可依照说明书的内容予以实施,以下以本发明的较佳实施例并配合附图详细说明如后。
附图说明
图1为本发明实施例的一种温度突变检测方法的流程图。
图2为本发明的一个具体实施例中的温度突变检测方法的流程图。
图3为本发明实施例提供的一种温度突变检测装置。
图4为本发明实施例提供的一种温度突变检测装置。
具体实施方式
下面结合附图和实施例,对本发明的具体实施方式作进一步详细描述。以下实施例用于说明本发明,但不用来限制本发明的范围。
首先,对申请中涉及的若干名词进行解释。
滑动平均值,是指从一个有n项的时间序列中来计算多个连续m项序列的平均值。
均值滤波算法,是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标像素为中心的周围8个像素,构成一个滤波模板,即去掉目标像素本身),再用模板中的全体像素的平均值来代替原来像素值。
图1是本发明实施例的一种温度突变检测方法的流程图,该温度突变检测方法适用于发热器件,例如吹风机、电暖气等设备,在此不做具体限定,根据实际情况额而定。在本实施例中,该温度突变检测方法适用于吹风机,对吹风机的发热档位进行温度突变检测,所述方法至少包括如下步骤:
步骤101,获取温度实时检测值。
所述温度实时检测值通过模数转换器(ADC)采样获得。
步骤102,将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作。该触发保护动作为整机关闭且报警。
所述将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作,包括:
当所述温度实时检测值在所述预设阈值内时,进行温度调节动作。所述预设阈值包括过温阈值和保护阈值,所述过温阈值小于所述保护阈值,当所述温度实时检测值大于所述过温阈值且小于所述保护阈值时,所述温度实时检测值在所述预设阈值内。
可选地,所述温度调节动作包括:获取调节时长;基于所述调节时长,对发热器件的温度进行调节。
在所述温度调节动作结束后,所述温度实时监测值依旧在所述预设阈值内,则触发保护动作。
亦或者,所述将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作,包括:
当所述温度实时检测值大于所述预设阈值时,则触发保护动作。其中,所述预设阈值为保护阈值。
可选地,所述方法还包括:
对获取的所述温度实时检测值进行处理,所述处理包括均值滤波算法处理及滑动平均值算法处理,以滤除电路的干扰且滤除外界对于发热器件的干扰,从而得到一个精准的温度实时检测值。
依照上述方法对吹风机的各个档位进行温度实时检测,在此不做赘述。上述过温阈值及保护阈值根据实际情况进行设定,在此不做具体限定。
图2为本发明的温度突变检测方法的具体实施例,在该实施例中,所述调节时长为3s。模数转换器对发热器件的温度进行采样从而获得温度实时检测值,对温度实时检测值进行均值滤波处理及滑动平均值处理以得到更为精准的温度实时检测值。将温度实时检测值与预设的过温阈值和保护阈值进行比对,当温度实时检测值大于所述过温阈值且小于保护阈值时,对发热器件进行温度调节。3s后,对进行温度调节后的发热器件再次进行温度采样以获得新的温度实时检测值,对新的温度实时检测值进行处理,再将新的温度实时检测值与过温阈值和保护阈值进行比对,若新的温度实时检测值依旧大于所述过温阈值且小于保护阈值,则触发保护动作,整机关闭且报警。假使温度实时检测值直接大于保护阈值,则直接触发保护动作,整机关闭且报警。通过设定有两个阈值,只有当温度实时检测值超过保护阈值或在一定时间内超过过温阈值才会触发保护动作,在保证用户使用安全的同时还提高了用户的使用感受,一举多得,且方便快捷。
图3为本发明实施例提供的一种温度突变检测装置,所述装置至少包括:
获取模块301,用于获取温度实时检测值;
处理模块302,用于将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作。
相关细节参考上述方法实施例。
需要说明的是:上述实施例中提供的温度突变检测装置在进行温度突变检测时,仅以上述各功能模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能模块完成,即将温度突变检测装置的内部结构划分成不同的功能模块,以完成以上描述的全部或者部分功能。另外,上述实施例提供的温度突变检测装置与温度突变检测方法实施例属于同一构思,其具体实现过程详见方法实施例,这里不再赘述。
图4为本发明实施例提供的一种温度突变检测装置,所述装置至少包括处理器1和存储器2。
处理器1可以包括一个或多个处理核心,比如:4核心处理器1、8核心处理器1等。处理器1可以采用DSP(Digital Signal Processing,数字信号处理)、FPGA(Field-Programmable Gate Array,现场可编程门阵列)、PLA(Programmable Logic Array,可编程逻辑阵列)中的至少一种硬件形式来实现。处理器1也可以包括主处理器和协处理器,主处理器是用于对在唤醒状态下的数据进行处理的处理器,也称CPU(Central Processing Unit,中央处理器);协处理器是用于对在待机状态下的数据进行处理的低功耗处理器。
存储器2可以包括一个或多个计算机可读存储介质,该计算机可读存储介质可以是非暂态的。存储器2还可包括高速随机存取存储器2,以及非易失性存储器2,比如一个或多个磁盘存储设备、闪存存储设备。在一些实施例中,存储器2中的非暂态的计算机可读存储介质用于存储至少一个指令,该至少一个指令用于被处理器1所执行以实现本发明中方法实施例提供的温度突变检测方法。
在一些实施例中,温度突变检测装置还可选包括有:外围设备接口和至少一个外围设备。处理器1、存储器2和外围设备接口之间可以通过总线或信号线相连。各个外围设备可以通过总线、信号线或电路板与外围设备接口相连。示意性地,外围设备包括但不限于:射频电路、触摸显示屏、音频电路、和电源等。
当然,温度突变检测装置还可以包括更少或更多的组件,本实施例对此不作限定。
可选地,本申请提供了一种计算机可读存储介质,所述计算机可读存储介质中存储有程序,所述程序被处理器执行时用于实现如上所述的温度突变检测方法。
可选地,本申请还提供有一种计算机产品,该计算机产品包括计算机可读存储介质,所述计算机可读存储介质中存储有程序,所述程序由处理器加载并执行以实现上述方法实施例的温度突变检测方法。
以上所述实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上所述实施例仅表达了本发明的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干变形和改进,这些都属于本发明的保护范围。因此,本发明专利的保护范围应以所附权利要求为准。

Claims (11)

  1. 一种温度突变检测方法,其特征在于,所述方法包括如下步骤:
    获取温度实时检测值;
    将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作。
  2. 如权利要求1所述的温度突变检测方法,其特征在于,所述将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作,包括:
    当所述温度实时检测值在所述预设阈值内时,进行温度调节动作;
    在所述温度调节动作结束后,所述温度实时监测值依旧在所述预设阈值内,则触发保护动作。
  3. 如权利要求2所述的温度突变检测方法,其特征在于,所述温度调节动作包括:
    获取调节时长;
    基于所述调节时长,对发热器件的温度进行调节。
  4. 如权利要求2所述的温度突变检测方法,其特征在于,所述当所述温度实时检测值在所述预设阈值内时包括:
    所述预设阈值包括过温阈值和保护阈值,所述过温阈值小于所述保护阈值;
    当所述温度实时检测值大于所述过温阈值且小于所述保护阈值时,所述温度实时检测值在所述预设阈值内。
  5. 如权利要求1所述的温度突变检测方法,其特征在于,所述将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作,包括:
    当所述温度实时检测值大于所述预设阈值时,则触发保护动作。
  6. 如权利要求5所述的温度突变检测方法,其特征在于,所述预设阈值为保护阈值。
  7. 如权利要求1所述的温度突变检测方法,其特征在于,所述方法还包括:
    对获取的所述温度实时检测值进行处理,所述处理包括均值滤波算法处理及滑动平均值算法处理。
  8. 一种温度突变检测装置,其特征在于,所述装置包括:
    获取模块,用于获取温度实时检测值;
    处理模块,用于将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作。
  9. 一种温度突变检测装置,其特征在于,所述装置包括处理器和存储器;所述存储器中存储有程序,所述程序由所述处理器加载并执行以实现如权利要求1至7项中任一项所述的温度突变检测方法。
  10. 一种计算机可读存储介质,其特征在于,所述存储介质中存储有程序,所述程序被处理器执行时用于实现如权利要求1至7项中任一项所述的温度突变检测方法。
  11. 一种温度突变检测方法,其特征在于,所述方法包括如下步骤:
    获取温度实时检测值;
    将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作;
    所述将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作,包括:
    当所述温度实时检测值在所述预设阈值内时,进行温度调节动作;
    在所述温度调节动作结束后,所述温度实时监测值依旧在所述预设阈值内,则触发保护动作;
    所述将所述温度实时检测值与预设阈值作比对,根据比对结果进行温度调节动作或触发保护动作,包括:
    当所述温度实时检测值大于所述预设阈值时,则触发保护动作。
PCT/CN2020/136302 2019-12-24 2020-12-15 温度突变检测方法、装置及存储介质 WO2021129448A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911348011.8A CN111142591A (zh) 2019-12-24 2019-12-24 温度突变检测方法、装置及存储介质
CN201911348011.8 2019-12-24

Publications (1)

Publication Number Publication Date
WO2021129448A1 true WO2021129448A1 (zh) 2021-07-01

Family

ID=70519662

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/136302 WO2021129448A1 (zh) 2019-12-24 2020-12-15 温度突变检测方法、装置及存储介质

Country Status (2)

Country Link
CN (1) CN111142591A (zh)
WO (1) WO2021129448A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117408497A (zh) * 2023-12-14 2024-01-16 山东锦都食品有限公司 一种食品加工物料管控方法及系统

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111142591A (zh) * 2019-12-24 2020-05-12 追觅科技(上海)有限公司 温度突变检测方法、装置及存储介质
WO2022166452A1 (zh) * 2021-02-08 2022-08-11 追觅科技(上海)有限公司 供风设备及其风温控制方法、电子设备和计算机可读介质
CN116105332A (zh) * 2021-03-31 2023-05-12 追觅科技(上海)有限公司 供风设备及其风温控制方法、电子设备和计算机可读介质
CN117311415B (zh) * 2023-11-28 2024-04-19 南通进宝机械制造有限公司 一种钢件加工用温度监测系统

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102393765A (zh) * 2011-10-26 2012-03-28 迈普通信技术股份有限公司 温度保护设计方法、及温度保护测试方法
US20130205151A1 (en) * 2012-02-03 2013-08-08 Getac Technology Corporation Electronic apparatus and controlling method of protecting electronic apparatus
CN106909183A (zh) * 2015-12-23 2017-06-30 西安中兴新软件有限责任公司 一种温度控制方法及移动终端
CN108051234A (zh) * 2017-12-26 2018-05-18 北京金风科创风电设备有限公司 风扇故障检测方法、装置、变流器及计算机可读存储介质
CN108304295A (zh) * 2018-01-29 2018-07-20 郑州云海信息技术有限公司 一种控制gpu降频的方法、装置和计算机可读存储介质
CN109101070A (zh) * 2018-08-14 2018-12-28 江苏美的清洁电器股份有限公司 家电设备及其恒温控制方法和装置
CN111142591A (zh) * 2019-12-24 2020-05-12 追觅科技(上海)有限公司 温度突变检测方法、装置及存储介质

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102055166A (zh) * 2009-10-27 2011-05-11 深圳长城开发科技股份有限公司 电力设备及其高温自我保护方法
CN203632217U (zh) * 2013-06-13 2014-06-04 高胜楠 吹风机过热自动断电保护告警装置
CN103815644A (zh) * 2014-02-28 2014-05-28 王红 温度监测控制电吹风
CN105072709A (zh) * 2015-07-23 2015-11-18 杨国威 一种应用于加热器的控温装置
GB2543536B (en) * 2015-10-21 2019-01-02 Dyson Technology Ltd A handheld appliance
CN107656556A (zh) * 2017-08-28 2018-02-02 合肥龙多电子科技有限公司 一种电吹风温度保护控制系统
CN209732895U (zh) * 2019-03-06 2019-12-06 张建立 一种具有过热保护的电吹风

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102393765A (zh) * 2011-10-26 2012-03-28 迈普通信技术股份有限公司 温度保护设计方法、及温度保护测试方法
US20130205151A1 (en) * 2012-02-03 2013-08-08 Getac Technology Corporation Electronic apparatus and controlling method of protecting electronic apparatus
CN106909183A (zh) * 2015-12-23 2017-06-30 西安中兴新软件有限责任公司 一种温度控制方法及移动终端
CN108051234A (zh) * 2017-12-26 2018-05-18 北京金风科创风电设备有限公司 风扇故障检测方法、装置、变流器及计算机可读存储介质
CN108304295A (zh) * 2018-01-29 2018-07-20 郑州云海信息技术有限公司 一种控制gpu降频的方法、装置和计算机可读存储介质
CN109101070A (zh) * 2018-08-14 2018-12-28 江苏美的清洁电器股份有限公司 家电设备及其恒温控制方法和装置
CN111142591A (zh) * 2019-12-24 2020-05-12 追觅科技(上海)有限公司 温度突变检测方法、装置及存储介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117408497A (zh) * 2023-12-14 2024-01-16 山东锦都食品有限公司 一种食品加工物料管控方法及系统
CN117408497B (zh) * 2023-12-14 2024-04-05 山东锦都食品有限公司 一种食品加工物料管控方法及系统

Also Published As

Publication number Publication date
CN111142591A (zh) 2020-05-12

Similar Documents

Publication Publication Date Title
WO2021129448A1 (zh) 温度突变检测方法、装置及存储介质
US10333326B2 (en) Devices and methods for fast charging using determined maximum charging current values
CN111089426A (zh) 吹风机控制方法、装置及存储介质
US10705581B2 (en) Controlling device performance based on temperature differential
US10517523B2 (en) Skin aging state assessment method and electronic device
CN111796584B (zh) 吹风机温控参数标定方法及装置
CN107548482A (zh) 基于工作负荷检测的计算设备中的热管理
US10192091B2 (en) Fingerprint sensor apparatus and a method for controlling the fingerprint sensor apparatus
CN109405053B (zh) 供暖控制方法及供暖炉
CN111211937A (zh) 服务器链路信号稳定性的测试方法、测试装置及测试系统
CN106537282A (zh) 用于在减轻热生成的同时对pcd的性能进行优化的方法和系统
JP2019134756A5 (zh)
CN111102750A (zh) 吹风机控制方法、装置及存储介质
CN116994416A (zh) 基于人工智能的风机运行故障预警方法及系统
CN111141034B (zh) 吹风机控制方法、装置及存储介质
CN111036314A (zh) 温湿度试验箱的控制方法、装置、介质及温湿度试验箱
JP2019134752A5 (zh)
US10599195B2 (en) Method and apparatus for controlling hot plug operation of CPU in mobile terminal
CN111142040B (zh) 吹风机控制方法、装置及存储介质
WO2019024204A1 (zh) 一种温度采集方法、终端及存储介质
CN111083810A (zh) 功率控制方法、装置及存储介质
CN115793746A (zh) 设备温度控制方法、设备及介质
CN115971597A (zh) 回流焊的温度监控方法、设备及存储介质
CN111053437A (zh) 一种可控硅加热控制方法、装置、存储介质和家用电器
CN115169245A (zh) 烘干降温时长的预测方法、装置、计算机设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20906653

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20906653

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 25.05.2023)

122 Ep: pct application non-entry in european phase

Ref document number: 20906653

Country of ref document: EP

Kind code of ref document: A1