EP3056970A1 - Method and device for controlling power consumption - Google Patents

Method and device for controlling power consumption Download PDF

Info

Publication number
EP3056970A1
EP3056970A1 EP16155599.0A EP16155599A EP3056970A1 EP 3056970 A1 EP3056970 A1 EP 3056970A1 EP 16155599 A EP16155599 A EP 16155599A EP 3056970 A1 EP3056970 A1 EP 3056970A1
Authority
EP
European Patent Office
Prior art keywords
task
monitoring
real time
perform
triggered
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.)
Withdrawn
Application number
EP16155599.0A
Other languages
German (de)
French (fr)
Inventor
Deguo MENG
Yanlu ZHANG
Ziguang Gao
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.)
Xiaomi Inc
Original Assignee
Xiaomi Inc
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 Xiaomi Inc filed Critical Xiaomi Inc
Publication of EP3056970A1 publication Critical patent/EP3056970A1/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3234Power saving characterised by the action undertaken
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3206Monitoring of events, devices or parameters that trigger a change in power modality
    • G06F1/3212Monitoring battery levels, e.g. power saving mode being initiated when battery voltage goes below a certain level

Definitions

  • the present disclosure generally relates to the technical field of smart devices, and more particularly, to a method and a device for controlling power consumption.
  • Power consumption management is very important for embedded systems, especially for small battery-powered devices. Longer standby time is an important factor for excellent user experience. Therefore, manufacturers of various devices try their best to optimize power consumption.
  • the power consumption management scheme can vary depending on different devices and different application situations.
  • a commonly used power consumption optimization method is managing power consumption based on a function of a product.
  • a corresponding power consumption reducing scheme is designed in consideration of operation characteristics of a specific product. For example, for an attitude detector, the sampling of the sensor can be ceased when the attitude detector is motionless for a long time, so as to reduce the power consumption of the attitude detector.
  • the present disclosure provides a method and a device for controlling power consumption, to achieve a uniform management of power consumption which is independent of the devices.
  • a method for controlling power consumption which is applied in an electronic device, wherein the method includes: determining a monitoring scheme based on a type of an operating system of the electronic device; monitoring in real time whether the system currently has a task to perform according to the monitoring scheme; and switching the system to a reduced power mode when determining in real time that the system currently has no task to perform.
  • determining a monitoring scheme based on a type of an operating system of the electronic device includes: when the system is a foreground-background system, determining the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event.
  • monitoring in real time whether the system currently has a task to perform according to the monitoring scheme includes: monitoring in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determining that the system currently has a task to perform; and when no task is triggered by an interrupting event, determining that the system currently has no task to perform.
  • determining a monitoring scheme based on a type of an operating system of the electronic device includes: when the system is a real-time system supporting preemption, determining the monitoring scheme as monitoring in real time a task based on a priority level.
  • monitoring in real time whether the system currently has a task to perform according to the monitoring scheme includes: monitoring in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determining that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determining that the system currently has a task to perform.
  • switching the system to a reduced power mode includes one or more of: lowering a frequency of a central processor; lowering a supply voltage to a micro control unit; switching the micro control unit to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • the method further includes: when monitoring in real time that an interrupting event occurs, quitting the reduced power mode and processing the interrupting event.
  • a device for controlling power consumption includes: a determining module configured to determine a monitoring scheme based on a type of an operating system of the device; a monitoring module configured to monitor in real time whether the system currently has a task to perform according to the monitoring scheme; and a switching module configured to switch the system to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • the determining module includes: a first determining sub-module configured to, when the system is a foreground-background system, determine the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event.
  • the monitoring module includes: a first monitoring sub-module configured to monitor in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determine that the system currently has a task to perform; and when no task is triggered by an interrupting event, determine that the system currently has no task to perform.
  • the determining module includes: a second determining sub-module configured to, when the system is a real-time system supporting preemption, determine the monitoring scheme as monitoring in real time a task based on a priority level.
  • the monitoring module includes: a second monitoring sub-module configured to monitor in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determine that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determine that the system currently has a task to perform.
  • the switching module includes: a switching sub-module configured to perform one or more of the following when it is monitored in real time that the system currently has no task to perform: lowering a frequency of a central processor; lowering a supply voltage to a micro control unit; switching the micro control unit to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • the switching module is further configured to, when it is monitored in real time that an interrupting event occurs, quit the reduced power mode; and the device further includes: a processing module configured to process the interrupting event monitored in real time.
  • a device for controlling power consumption includes: a processor; and a memory for storing instructions executable by the processor, wherein the processor is configured to perform: determining a monitoring scheme based on a type of an operating system of the device; monitoring in real time whether the system currently has a task to perform according to the monitoring scheme; and switching the system to a reduced power mode when determining in real time that the system currently has no task to perform.
  • a monitoring scheme is determined based on a type of a system; it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme; and the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • SDK Software Development Kit
  • the method and device for controlling power consumption involved in the present disclosure are applied in an electronic device including but not limited to: a terminal, a server, a domestic appliance and the like.
  • the terminal includes but not limited to: a computer, a mobile phone, a tablet computer and the like.
  • the domestic appliance includes but not limited to: a refrigerator, a washing machine, a microwave oven, an air conditioner and the like.
  • a system involved in the present disclosure refers to an operating system in the electronic device.
  • the system is an embedded system.
  • the type of the system is not limited.
  • the system can be a foreground-background system, or a real-time system supporting preemption, etc.
  • Fig. 1 is a flow chart showing a method for controlling power consumption according to an exemplary embodiment. As shown in Fig. 1 , the method is applied in an electronic device, and includes the following steps.
  • step S 11 a monitoring scheme is determined based on a type of a system.
  • the system refers to an operating system of the electronic device, which includes but not limited to a foreground-background system, or a real-time system supporting preemption, etc.
  • the monitoring scheme is used to monitor whether the system has a task to perform, and the monitoring scheme is different depending on a type of the system.
  • step S12 it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme.
  • the power consumption when the system has a task to perform, the power consumption should not be reduced, so as to ensure that the task can be properly performed.
  • the power consumption can be reduced so as to save power for the electronic device, saving valuable resources.
  • step S13 the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • operation modes of the system can be divided into a normal operation mode and a reduced power mode.
  • the system is in the normal operation mode when the system is performing a task, and the system is in the reduced power mode when the system is not performing a task.
  • the system has a lower power consumption in the reduced power mode than in the normal operation mode, thereby it can save power and improve the performance of the electronic device.
  • determining a monitoring scheme based on a type of a system can include: when the system is a foreground-background system, determining the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event; or when the system is a real-time system supporting preemption, determining the monitoring scheme as monitoring in real time a task based on a priority level.
  • monitoring in real time whether the system currently has a task to perform according to the monitoring scheme can include: monitoring in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determining that the system currently has a task to perform; and when no task is triggered by an interrupting event, determining that the system currently has no task to perform.
  • monitoring in real time whether the system currently has a task to perform according to the monitoring scheme can include: monitoring in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determining that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determining that the system currently has a task to perform.
  • switching the system to a reduced power mode can include but not limited to one or more of:
  • the above method can also include:
  • a monitoring scheme is determined based on a type of a system; it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme; and the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework and Software Development Kit (SDK) of the device. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • SDK Software Development Kit
  • Fig. 2 is a flow chart showing a method for controlling power consumption according to another exemplary embodiment. As shown in Fig. 2 , the method is applied in an electronic device and includes the following steps.
  • step S21 when the system is a foreground-background system, the monitoring scheme is determined as monitoring in real time at foreground a task triggered by an interrupting event.
  • a foreground-background system refers to a system operating partly in foreground and partly in background.
  • the foreground part is used to monitor an interrupting event
  • the background part is used to perform a specific task.
  • An interrupting event monitored by the foreground part can trigger the background part to perform a corresponding task.
  • a foreground-background system has a main cycle for processing schedule of all the tasks.
  • the system also has a task queue in which all the tasks to be performed is waiting to be processed. The main cycle will invoke a task performing function to process a corresponding task.
  • step S22 it is monitored in real time in the main cycle of the system whether a task is currently triggered by an interrupting event. When no task is triggered by an interrupting event, it is proceeded to step S23; and when a task is triggered by an interrupting event, it is proceeded to step S25.
  • the interrupting event can trigger a task, or not trigger a task.
  • the task When a task is triggered by an interrupting event, the task will be scheduled in a task queue of the main cycle. Thus, it can be determined that the system currently has a task to perform.
  • the task queue of the main cycle When no task is triggered by an interrupting event, the task queue of the main cycle will be empty. Accordingly, it can be determined that the system currently has no task to perform.
  • step S23 it is determined that the system currently has no task to perform.
  • step S24 the system is switched to a reduced power mode, and the procedure ends.
  • switching the system to a reduced power mode can include but not limited to one or more of:
  • the designated peripheral device can be a peripheral device is not in operation.
  • the present disclosure is not limited thereto.
  • step S25 it is determined that the system currently has a task to perform.
  • step S26 the reduced power mode is quitted and the interrupting event is processed. The procedure ends.
  • the determination can be performed in the main cycle of the foreground-background system. If there is a task to be performed in the task queue, a corresponding task performing function is invoked to process the corresponding task. If there is no task to be performed in the task queue, a function for a reduced power mode is invoked to switch the system to the reduced power mode.
  • While(1) is a main cycle
  • While(has_task_in_queue(task_queue)) is a processing function of the task queue.
  • the function when it is determined that there is a task to be performed in the task queue, it will invoke the function Execute_task() to perform the corresponding task. If the condition that there is a task in the task queue is not satisfied, the function Enter_lowpower_mode() will be performed to switch the system to the reduced power mode.
  • the interrupting event can waken the system from the reduced power mode, and trigger the system to perform the corresponding task.
  • the monitoring scheme is determined as monitoring in real time at foreground a task triggered by an interrupting event; it is monitored in real time whether the system currently has a task triggered by an interrupting event based on this monitoring scheme; and when it is monitored in real time that the system currently has a task to perform, the system is switched to a reduce power mode.
  • a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. It is desirable providing to a user a project of a software framework that can be further developed by the user and irrelevant to power management. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • Fig. 3 is a flow chart showing a method for controlling power consumption according to another exemplary embodiment. As shown in Fig. 3 , the method is applied in an electronic device and includes the following steps.
  • step S31 when the system is a real-time system supporting preemption, the monitoring scheme is determined as monitoring in real time a task based on a priority level.
  • a real-time system supporting preemption refers to a system which creates processes of different priority levels to perform tasks, in which a process of a higher priority level is performed in priority, to ensure that the task of a higher priority level can be processed in priority.
  • step S32 it is monitored in real time for each priority level whether a process is triggered.
  • a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, it is proceeded to step S33; and when any one of the other processes than the first process is triggered, it is proceeded to step S35.
  • the first process for performing switching to the reduced power mode has a lowest priority level, and any of the other processes than the first process has a higher priority level than the first process.
  • the first process is performed, and when any one of the other processes than the first process is triggered, the first process will not be performed. In this way, it can be ensured that only when it has not any task to perform, the system will operate in the reduced power mode, and thus the normal performances of the tasks will not be influenced.
  • step S33 it is determined that the system currently has no task to perform.
  • step S34 the system is switched to a reduced power mode, and the procedure ends.
  • switching the system to a reduced power mode can include but not limited to one or more of:
  • step S35 it is determined that the system currently has a task to perform.
  • step S36 the reduced power mode is quitted and the interrupting event is processed. The procedure ends.
  • lowest_priority_task() is the process of the lowest priority level, which is for triggering switching the operation into the reduced power mode. When neither of the other processes is triggered, this process will be automatically triggered. In this process, the function Enter_low_power_mode() will be performed to switch the system to operate in the reduce power mode.
  • a process corresponding to an interrupting event has a highest priority level, and when it occurs, the interrupting event will preempt the priority of the first process, and trigger the process corresponding to the interrupting event in priority such that the process performs a corresponding function to process a task corresponding to the interrupting event.
  • This will waken the system from the reduced power mode to ensure the task of a higher priority level is performed.
  • Such a mechanism that the system will enter the reduced power mode only when it is idle and has no task to perform. It can facilitate management of power consumption without influencing the real-time property of the system.
  • the monitoring scheme is determined as monitoring in real time a task based on a priority level; it is monitored in real time whether the system currently has a task to perform based on this monitoring scheme; and when it is monitored in real time that the system currently has a task to perform, the system is switched to a reduce power mode.
  • a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • Fig. 4 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment. As shown in Fig. 4 , the device includes a determining module 121, a monitoring module 122 and a switching module 123.
  • the determining module 121 is configured to determine a monitoring scheme based on a type of a system; the monitoring module 122 is configured to monitor in real time whether the system currently has a task to perform according to the monitoring scheme; and the switching module 123 is configured to switch the system to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • the determining module 121 may include: a first determining sub-module 121a configured to, when the system is a foreground-background system, determine the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event.
  • the monitoring module 122 may include: a first monitoring sub-module 122a configured to monitor in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determine that the system currently has a task to perform; and when no task is triggered by an interrupting event, determine that the system currently has no task to perform.
  • the determining module 121 may include: a second determining sub-module 121b configured to, when the system is a real-time system supporting preemption, determine the monitoring scheme as monitoring in real time a task based on a priority level.
  • the monitoring module 122 may include: a second monitoring sub-module 122b configured to monitor in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determine that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determine that the system currently has a task to perform.
  • the switching module 123 may include: a switching sub-module 123a configured to perform one or more of the following when it is monitored in real time that the system currently has no task to perform: lowering a frequency of a central processor; lowering a supply voltage to a micro control unit; switching the micro control unit to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • the switching module 123 is further configured to, when it is monitored in real time that an interrupting event occurs, quit the reduced power mode; and the above device may also include: a processing module 124 configured to process the interrupting event monitored in real time.
  • the above device provided by the present embodiment can be applied in any electronic device including but not limited to a terminal, a server, and a domestic appliance.
  • a monitoring scheme is determined based on a type of a system; it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme; and the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • Fig. 11 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
  • the device includes a processor 701 and a memory 702 for storing instructions executable by the processor; wherein the processor 701 is configured to perform: determining a monitoring scheme based on a type of a system; monitoring in real time whether the system currently has a task to perform according to the monitoring scheme; and switching the system to a reduced power mode when determining in real time that the system currently has no task to perform.
  • the processor 701 is configured to perform: determining a monitoring scheme based on a type of a system includes: when the system is a foreground-background system, determining the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event.
  • the processor 701 is configured to perform monitoring in real time whether the system currently has a task to perform according to the monitoring scheme includes: monitoring in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determining that the system currently has a task to perform; and when no task is triggered by an interrupting event, determining that the system currently has no task to perform.
  • the processor 701 is configured to perform: determining a monitoring scheme based on a type of a system includes: when the system is a real-time system supporting preemption, determining the monitoring scheme as monitoring in real time a task based on a priority level.
  • the processor 701 is configured to perform monitoring in real time whether the system currently has a task to perform according to the monitoring scheme includes: monitoring in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determining that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determining that the system currently has a task to perform.
  • the processor 701 is configured to perform switching the system to a reduced power mode includes one or more of: lowering a frequency of a central processor; lowering a supply voltage to a micro control unit; switching the micro control unit to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • the processor 701 is configured to perform: when monitoring in real time that an interrupting event occurs, quitting the reduced power mode and processing the interrupting event.
  • Fig. 12 is a block diagram of a device 800 for controlling power consumption, according to another exemplary embodiment.
  • the device 800 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a gaming console, a tablet, a medical device, exercise equipment, a personal digital assistant, and the like.
  • the device 800 may include one or more of the following components: a processing component 802, a memory 804, a power component 806, a multimedia component 808, an audio component 810, an input/output (I/O) interface 812, a sensor component 814, and a communication component 816.
  • a processing component 802 a memory 804, a power component 806, a multimedia component 808, an audio component 810, an input/output (I/O) interface 812, a sensor component 814, and a communication component 816.
  • the processing component 802 typically controls overall operations of the device 800, such as the operations associated with display, telephone calls, data communications, camera operations, and recording operations.
  • the processing component 802 may include one or more processors 820 to execute instructions to perform all or part of the steps in the above described methods.
  • the processing component 802 may include one or more modules which facilitate the interaction between the processing component 802 and other components.
  • the processing component 802 may include a multimedia module to facilitate the interaction between the multimedia component 808 and the processing component 802.
  • the memory 804 is configured to store various types of data to support the operation of the device 800. Examples of such data include instructions for any applications or methods operated on the device 800, contact data, phonebook data, messages, pictures, video, etc.
  • the memory 804 may be implemented using any type of volatile or non-volatile memory devices, or a combination thereof, such as a static random access memory (SRAM), an electrically erasable programmable read-only memory (EEPROM), an erasable programmable read-only memory (EPROM), a programmable read-only memory (PROM), a read-only memory (ROM), a magnetic memory, a flash memory, a magnetic or optical disk.
  • SRAM static random access memory
  • EEPROM electrically erasable programmable read-only memory
  • EPROM erasable programmable read-only memory
  • PROM programmable read-only memory
  • ROM read-only memory
  • magnetic memory a magnetic memory
  • flash memory a flash memory
  • magnetic or optical disk a magnetic or optical
  • the power component 806 provides power to various components of the device 800.
  • the power component 806 may include a power management system, one or more power sources, and any other components associated with the generation, management, and distribution of power in the device 800.
  • the multimedia component 808 includes a screen providing an output interface between the device 800 and the user.
  • the screen may include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes the touch panel, the screen may be implemented as a touch screen to receive input signals from the user.
  • the touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensors may not only sense a boundary of a touch or swipe action, but also sense a period of time and a pressure associated with the touch or swipe action.
  • the multimedia component 808 includes a front camera and/or a rear camera. The front camera and the rear camera may receive an external multimedia datum while the device 800 is in an operation mode, such as a photographing mode or a video mode. Each of the front camera and the rear camera may be a fixed optical lens system or have focus and optical zoom capability.
  • the audio component 810 is configured to output and/or input audio signals.
  • the audio component 810 includes a microphone ("MIC") configured to receive an external audio signal when the device 800 is in an operation mode, such as a call mode, a recording mode, and a voice recognition mode.
  • the received audio signal may be further stored in the memory 804 or transmitted via the communication component 816.
  • the audio component 810 further includes a speaker to output audio signals.
  • the I/O interface 812 provides an interface between the processing component 802 and peripheral interface modules, such as a keyboard, a click wheel, buttons, and the like.
  • the buttons may include, but are not limited to, a home button, a volume button, a starting button, and a locking button.
  • the sensor component 814 includes one or more sensors to provide status assessments of various aspects of the device 800. For instance, the sensor component 814 may detect an open/closed status of the device 800, relative positioning of components, e.g., the display and the keypad, of the device 800, a change in position of the device 800 or a component of the device 800, a presence or absence of user contact with the device 800, an orientation or an acceleration/deceleration of the device 800, and a change in temperature of the device 800.
  • the sensor component 814 may include a proximity sensor configured to detect the presence of nearby objects without any physical contact.
  • the sensor component 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications.
  • the sensor component 814 may also include an accelerometer sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
  • the communication component 816 is configured to facilitate communication, wired or wirelessly, between the device 800 and other devices.
  • the device 800 can access a wireless network based on a communication standard, such as WiFi, 2G, or 3G, or a combination thereof.
  • the communication component 816 receives a broadcast signal or broadcast associated information from an external broadcast management system via a broadcast channel.
  • the communication component 816 further includes a near field communication (NFC) module to facilitate short-range communications.
  • the NFC module may be implemented based on a radio frequency identification (RFID) technology, an infrared data association (IrDA) technology, an ultra-wideband (UWB) technology, a Bluetooth (BT) technology, and other technologies.
  • RFID radio frequency identification
  • IrDA infrared data association
  • UWB ultra-wideband
  • BT Bluetooth
  • the device 800 may be implemented with one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable gate arrays (FPGAs), controllers, micro-controllers, microprocessors, or other electronic components, for performing the method provided by any of the above embodiments.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGAs field programmable gate arrays
  • controllers micro-controllers, microprocessors, or other electronic components, for performing the method provided by any of the above embodiments.
  • non-transitory computer-readable storage medium including instructions, such as included in the memory 804, executable by the processor 820 in the device 800, for performing the above-described methods.
  • the non-transitory computer-readable storage medium may be a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disc, an optical data storage device, and the like.
  • a monitoring scheme is determined based on a type of a system; it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme; and the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • Fig. 13 is a block diagram of a device 1900 for controlling power consumption according to an exemplary embodiment.
  • the device 1900 may be provided as a server.
  • the device 1900 includes a processing component 1922 that further includes one or more processors, and memory resources represented by a memory 1932 for storing instructions executable by the processing component 1922, such as application programs.
  • the application programs stored in the memory 1932 may include one or more modules each corresponding to a set of instructions.
  • the processing component 1922 is configured to execute the instructions to perform the method provided by any of the above embodiments.
  • the device 1900 may also include a power component 1926 configured to perform power management of the device 1900, wired or wireless network interface(s) 1950 configured to connect the device 1900 to a network, and an input/output (I/O) interface 1958.
  • the device 1900 may operate based on an operating system stored in the memory 1932, such as Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, or the like.
  • a monitoring scheme is determined based on a type of a system; it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme; and the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Power Sources (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • Emergency Management (AREA)
  • Power Engineering (AREA)
  • Direct Current Feeding And Distribution (AREA)

Abstract

The present disclosure relates to a method and a device for controlling power consumption, which belongs to the technical field of smart devices. The method includes: determining (S11) a monitoring scheme based on a type of a system; monitoring (S12) in real time whether the system currently has a task to perform according to the monitoring scheme; and switching (S13, S24, S34) the system to a reduced power mode when determining in real time that the system currently has no task to perform. In the present disclosure, a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.

Description

    TECHNICAL FIELD
  • The present disclosure generally relates to the technical field of smart devices, and more particularly, to a method and a device for controlling power consumption.
  • BACKGROUND
  • Power consumption management is very important for embedded systems, especially for small battery-powered devices. Longer standby time is an important factor for excellent user experience. Therefore, manufacturers of various devices try their best to optimize power consumption. The power consumption management scheme can vary depending on different devices and different application situations.
  • Currently, a commonly used power consumption optimization method is managing power consumption based on a function of a product. A corresponding power consumption reducing scheme is designed in consideration of operation characteristics of a specific product. For example, for an attitude detector, the sampling of the sensor can be ceased when the attitude detector is motionless for a long time, so as to reduce the power consumption of the attitude detector.
  • SUMMARY OF THE INVENTION
  • The present disclosure provides a method and a device for controlling power consumption, to achieve a uniform management of power consumption which is independent of the devices.
  • According to a first aspect of embodiments of the present disclosure, there is provided a method for controlling power consumption, which is applied in an electronic device, wherein the method includes: determining a monitoring scheme based on a type of an operating system of the electronic device; monitoring in real time whether the system currently has a task to perform according to the monitoring scheme; and switching the system to a reduced power mode when determining in real time that the system currently has no task to perform.
  • Wherein determining a monitoring scheme based on a type of an operating system of the electronic device includes: when the system is a foreground-background system, determining the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event.
  • Wherein monitoring in real time whether the system currently has a task to perform according to the monitoring scheme includes: monitoring in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determining that the system currently has a task to perform; and when no task is triggered by an interrupting event, determining that the system currently has no task to perform.
  • Wherein determining a monitoring scheme based on a type of an operating system of the electronic device includes: when the system is a real-time system supporting preemption, determining the monitoring scheme as monitoring in real time a task based on a priority level.
  • Wherein, monitoring in real time whether the system currently has a task to perform according to the monitoring scheme includes: monitoring in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determining that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determining that the system currently has a task to perform.
  • Wherein switching the system to a reduced power mode includes one or more of: lowering a frequency of a central processor; lowering a supply voltage to a micro control unit; switching the micro control unit to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • Wherein, the method further includes: when monitoring in real time that an interrupting event occurs, quitting the reduced power mode and processing the interrupting event.
  • According to a second aspect of embodiments of the present disclosure, there is provided a device for controlling power consumption, wherein the device includes: a determining module configured to determine a monitoring scheme based on a type of an operating system of the device; a monitoring module configured to monitor in real time whether the system currently has a task to perform according to the monitoring scheme; and a switching module configured to switch the system to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • Wherein the determining module includes: a first determining sub-module configured to, when the system is a foreground-background system, determine the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event.
  • Wherein the monitoring module includes: a first monitoring sub-module configured to monitor in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determine that the system currently has a task to perform; and when no task is triggered by an interrupting event, determine that the system currently has no task to perform.
  • Wherein the determining module includes: a second determining sub-module configured to, when the system is a real-time system supporting preemption, determine the monitoring scheme as monitoring in real time a task based on a priority level.
  • Wherein the monitoring module includes: a second monitoring sub-module configured to monitor in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determine that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determine that the system currently has a task to perform.
  • Wherein the switching module includes: a switching sub-module configured to perform one or more of the following when it is monitored in real time that the system currently has no task to perform: lowering a frequency of a central processor; lowering a supply voltage to a micro control unit; switching the micro control unit to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • Wherein the switching module is further configured to, when it is monitored in real time that an interrupting event occurs, quit the reduced power mode; and the device further includes: a processing module configured to process the interrupting event monitored in real time.
  • According to a third aspect of embodiments of the present disclosure, there is provided a device for controlling power consumption, wherein the device includes: a processor; and a memory for storing instructions executable by the processor, wherein the processor is configured to perform: determining a monitoring scheme based on a type of an operating system of the device; monitoring in real time whether the system currently has a task to perform according to the monitoring scheme; and switching the system to a reduced power mode when determining in real time that the system currently has no task to perform.
  • The technical solution according to embodiments of the present disclosure may have the following beneficial effects: a monitoring scheme is determined based on a type of a system; it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme; and the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform. Thereby, a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework and Software Development Kit (SDK) of the device. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention, as claimed.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and, together with the description, serve to explain the principles of the invention.
    • Fig. 1 is a flow chart showing a method for controlling power consumption according to an exemplary embodiment.
    • Fig. 2 is a flow chart showing a method for controlling power consumption according to another exemplary embodiment.
    • Fig. 3 is a flow chart showing a method for controlling power consumption according to another exemplary embodiment.
    • Fig. 4 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
    • Fig. 5 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
    • Fig. 6 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
    • Fig. 7 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
    • Fig. 8 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
    • Fig. 9 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
    • Fig. 10 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
    • Fig. 11 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
    • Fig. 12 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
    • Fig. 13 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment.
    DETAILED DESCRIPTION
  • Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. The following description refers to the accompanying drawings in which the same numbers in different drawings represent the same or similar elements unless otherwise represented. The implementations set forth in the following description of exemplary embodiments do not represent all implementations consistent with the invention. Instead, they are merely examples of apparatuses and methods consistent with some aspects related to the invention as recited in the appended claims.
  • The method and device for controlling power consumption involved in the present disclosure are applied in an electronic device including but not limited to: a terminal, a server, a domestic appliance and the like. The terminal includes but not limited to: a computer, a mobile phone, a tablet computer and the like. The domestic appliance includes but not limited to: a refrigerator, a washing machine, a microwave oven, an air conditioner and the like. A system involved in the present disclosure refers to an operating system in the electronic device. Optionally, the system is an embedded system. The type of the system is not limited. For example, the system can be a foreground-background system, or a real-time system supporting preemption, etc.
  • Fig. 1 is a flow chart showing a method for controlling power consumption according to an exemplary embodiment. As shown in Fig. 1, the method is applied in an electronic device, and includes the following steps.
  • In step S 11, a monitoring scheme is determined based on a type of a system.
  • In the present embodiment, the system refers to an operating system of the electronic device, which includes but not limited to a foreground-background system, or a real-time system supporting preemption, etc. The monitoring scheme is used to monitor whether the system has a task to perform, and the monitoring scheme is different depending on a type of the system.
  • In step S12, it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme.
  • In the present embodiment, when the system has a task to perform, the power consumption should not be reduced, so as to ensure that the task can be properly performed. Generally, when the system has no task to perform, the power consumption can be reduced so as to save power for the electronic device, saving valuable resources.
  • In step S13, the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • In the present embodiment, operation modes of the system can be divided into a normal operation mode and a reduced power mode. Wherein, the system is in the normal operation mode when the system is performing a task, and the system is in the reduced power mode when the system is not performing a task. The system has a lower power consumption in the reduced power mode than in the normal operation mode, thereby it can save power and improve the performance of the electronic device.
  • In the present embodiment, optionally, determining a monitoring scheme based on a type of a system can include: when the system is a foreground-background system, determining the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event; or when the system is a real-time system supporting preemption, determining the monitoring scheme as monitoring in real time a task based on a priority level.
  • In the present embodiment, optionally, when the system is a foreground-background system, monitoring in real time whether the system currently has a task to perform according to the monitoring scheme can include: monitoring in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determining that the system currently has a task to perform; and when no task is triggered by an interrupting event, determining that the system currently has no task to perform.
  • In the present embodiment, optionally, when the system is a real-time system supporting preemption, monitoring in real time whether the system currently has a task to perform according to the monitoring scheme can include: monitoring in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determining that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determining that the system currently has a task to perform.
  • In the present embodiment, optionally, switching the system to a reduced power mode can include but not limited to one or more of:
    • lowering a frequency of a central processor; lowering a supply voltage to a micro control unit (MCU); switching the MCU to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • In the present embodiment, optionally, the above method can also include:
    • when monitoring in real time that an interrupting event occurs, quitting the reduced power mode and processing the interrupting event.
  • In the above method provided by the present embodiment, a monitoring scheme is determined based on a type of a system; it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme; and the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform. Thereby, a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework and Software Development Kit (SDK) of the device. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • Fig. 2 is a flow chart showing a method for controlling power consumption according to another exemplary embodiment. As shown in Fig. 2, the method is applied in an electronic device and includes the following steps.
  • In step S21, when the system is a foreground-background system, the monitoring scheme is determined as monitoring in real time at foreground a task triggered by an interrupting event.
  • Wherein, a foreground-background system refers to a system operating partly in foreground and partly in background. The foreground part is used to monitor an interrupting event, and the background part is used to perform a specific task. An interrupting event monitored by the foreground part can trigger the background part to perform a corresponding task. A foreground-background system has a main cycle for processing schedule of all the tasks. The system also has a task queue in which all the tasks to be performed is waiting to be processed. The main cycle will invoke a task performing function to process a corresponding task.
  • In step S22, it is monitored in real time in the main cycle of the system whether a task is currently triggered by an interrupting event. When no task is triggered by an interrupting event, it is proceeded to step S23; and when a task is triggered by an interrupting event, it is proceeded to step S25.
  • In the present embodiment, depending on the type of an interrupting event, the interrupting event can trigger a task, or not trigger a task. When a task is triggered by an interrupting event, the task will be scheduled in a task queue of the main cycle. Thus, it can be determined that the system currently has a task to perform. When no task is triggered by an interrupting event, the task queue of the main cycle will be empty. Accordingly, it can be determined that the system currently has no task to perform.
  • In step S23, it is determined that the system currently has no task to perform.
  • In step S24, the system is switched to a reduced power mode, and the procedure ends.
  • Wherein, switching the system to a reduced power mode can include but not limited to one or more of:
    • lowering a frequency of a central processor; lowering a supply voltage to a micro control unit (MCU); switching the MCU to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • The designated peripheral device can be a peripheral device is not in operation. However, the present disclosure is not limited thereto.
  • In step S25, it is determined that the system currently has a task to perform.
  • In step S26, the reduced power mode is quitted and the interrupting event is processed. The procedure ends.
  • In the present embodiment, optionally, the determination can be performed in the main cycle of the foreground-background system. If there is a task to be performed in the task queue, a corresponding task performing function is invoked to process the corresponding task. If there is no task to be performed in the task queue, a function for a reduced power mode is invoked to switch the system to the reduced power mode.
  • The above procedure can be implemented as the following code:
While(1) {
        While(has_task_in_queue(task_queue)) { //when there is a task in the task queue
            Execute_task()                               //perform the corresponding task
            }
        Enter_lowpower_mode();                          // enter a reduced power mode when
                                                there is no task in the task queue
     }
  • Wherein, While(1) is a main cycle, While(has_task_in_queue(task_queue)) is a processing function of the task queue. In the function, when it is determined that there is a task to be performed in the task queue, it will invoke the function Execute_task() to perform the corresponding task. If the condition that there is a task in the task queue is not satisfied, the function Enter_lowpower_mode() will be performed to switch the system to the reduced power mode. In the present embodiment, the interrupting event can waken the system from the reduced power mode, and trigger the system to perform the corresponding task.
  • In the above method provided by the present embodiment, for a foreground-background system, the monitoring scheme is determined as monitoring in real time at foreground a task triggered by an interrupting event; it is monitored in real time whether the system currently has a task triggered by an interrupting event based on this monitoring scheme; and when it is monitored in real time that the system currently has a task to perform, the system is switched to a reduce power mode. Thereby, a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. It is desirable providing to a user a project of a software framework that can be further developed by the user and irrelevant to power management. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • Fig. 3 is a flow chart showing a method for controlling power consumption according to another exemplary embodiment. As shown in Fig. 3, the method is applied in an electronic device and includes the following steps.
  • In step S31, when the system is a real-time system supporting preemption, the monitoring scheme is determined as monitoring in real time a task based on a priority level.
  • Wherein, a real-time system supporting preemption refers to a system which creates processes of different priority levels to perform tasks, in which a process of a higher priority level is performed in priority, to ensure that the task of a higher priority level can be processed in priority.
  • In step S32, it is monitored in real time for each priority level whether a process is triggered. Wherein, a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, it is proceeded to step S33; and when any one of the other processes than the first process is triggered, it is proceeded to step S35.
  • In the present embodiment, the first process for performing switching to the reduced power mode has a lowest priority level, and any of the other processes than the first process has a higher priority level than the first process. Thus, only when neither of the other processes than the first process is triggered, the first process is performed, and when any one of the other processes than the first process is triggered, the first process will not be performed. In this way, it can be ensured that only when it has not any task to perform, the system will operate in the reduced power mode, and thus the normal performances of the tasks will not be influenced.
  • In step S33, it is determined that the system currently has no task to perform.
  • In step S34, the system is switched to a reduced power mode, and the procedure ends.
  • Wherein, switching the system to a reduced power mode can include but not limited to one or more of:
    • lowering a frequency of a central processor; lowering a supply voltage to a micro control unit (MCU); switching the MCU to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • In step S35, it is determined that the system currently has a task to perform.
  • In step S36, the reduced power mode is quitted and the interrupting event is processed. The procedure ends.
  • The above process of switching to a reduced power mode provided by the present embodiment can be implemented as the following code:
    Figure imgb0001
  • Wherein, lowest_priority_task() is the process of the lowest priority level, which is for triggering switching the operation into the reduced power mode. When neither of the other processes is triggered, this process will be automatically triggered. In this process, the function Enter_low_power_mode() will be performed to switch the system to operate in the reduce power mode.
  • In the real-time system supporting preemption, a process corresponding to an interrupting event has a highest priority level, and when it occurs, the interrupting event will preempt the priority of the first process, and trigger the process corresponding to the interrupting event in priority such that the process performs a corresponding function to process a task corresponding to the interrupting event. This will waken the system from the reduced power mode to ensure the task of a higher priority level is performed. Such a mechanism that the system will enter the reduced power mode only when it is idle and has no task to perform. It can facilitate management of power consumption without influencing the real-time property of the system.
  • In the above method provided by the present embodiment, for a real-time system supporting preemption, the monitoring scheme is determined as monitoring in real time a task based on a priority level; it is monitored in real time whether the system currently has a task to perform based on this monitoring scheme; and when it is monitored in real time that the system currently has a task to perform, the system is switched to a reduce power mode. Thereby, a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • Fig. 4 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment. As shown in Fig. 4, the device includes a determining module 121, a monitoring module 122 and a switching module 123.
  • The determining module 121 is configured to determine a monitoring scheme based on a type of a system; the monitoring module 122 is configured to monitor in real time whether the system currently has a task to perform according to the monitoring scheme; and the switching module 123 is configured to switch the system to a reduced power mode when it is determined in real time that the system currently has no task to perform.
  • Referring to Fig. 5, in the present embodiment, optionally, the determining module 121 may include: a first determining sub-module 121a configured to, when the system is a foreground-background system, determine the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event.
  • Referring to Fig. 6, in the present embodiment, optionally, the monitoring module 122 may include: a first monitoring sub-module 122a configured to monitor in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determine that the system currently has a task to perform; and when no task is triggered by an interrupting event, determine that the system currently has no task to perform.
  • Referring to Fig. 7, in the present embodiment, optionally, the determining module 121 may include: a second determining sub-module 121b configured to, when the system is a real-time system supporting preemption, determine the monitoring scheme as monitoring in real time a task based on a priority level.
  • Referring to Fig. 8, in the present embodiment, optionally, the monitoring module 122 may include: a second monitoring sub-module 122b configured to monitor in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determine that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determine that the system currently has a task to perform.
  • Referring to Fig. 9, in the present embodiment, optionally, the switching module 123 may include: a switching sub-module 123a configured to perform one or more of the following when it is monitored in real time that the system currently has no task to perform: lowering a frequency of a central processor; lowering a supply voltage to a micro control unit; switching the micro control unit to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • Referring to Fig. 10, in the present embodiment, optionally, the switching module 123 is further configured to, when it is monitored in real time that an interrupting event occurs, quit the reduced power mode; and the above device may also include: a processing module 124 configured to process the interrupting event monitored in real time.
  • With respect to the devices in the above embodiments, the specific manners for performing operations for individual modules therein have been described in detail in the embodiments regarding the relevant methods, which will not be elaborated herein.
  • The above device provided by the present embodiment can be applied in any electronic device including but not limited to a terminal, a server, and a domestic appliance.
  • In the above device provided by the present embodiment, a monitoring scheme is determined based on a type of a system; it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme; and the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform. Thereby, a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • Fig. 11 is a block diagram showing a device for controlling power consumption according to another exemplary embodiment. As shown in Fig. 11, the device includes a processor 701 and a memory 702 for storing instructions executable by the processor; wherein the processor 701 is configured to perform: determining a monitoring scheme based on a type of a system; monitoring in real time whether the system currently has a task to perform according to the monitoring scheme; and switching the system to a reduced power mode when determining in real time that the system currently has no task to perform.
  • Wherein the processor 701 is configured to perform: determining a monitoring scheme based on a type of a system includes: when the system is a foreground-background system, determining the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event.
  • The processor 701 is configured to perform monitoring in real time whether the system currently has a task to perform according to the monitoring scheme includes: monitoring in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determining that the system currently has a task to perform; and when no task is triggered by an interrupting event, determining that the system currently has no task to perform.
  • The processor 701 is configured to perform: determining a monitoring scheme based on a type of a system includes: when the system is a real-time system supporting preemption, determining the monitoring scheme as monitoring in real time a task based on a priority level.
  • The processor 701 is configured to perform monitoring in real time whether the system currently has a task to perform according to the monitoring scheme includes: monitoring in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determining that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determining that the system currently has a task to perform.
  • The processor 701 is configured to perform switching the system to a reduced power mode includes one or more of: lowering a frequency of a central processor; lowering a supply voltage to a micro control unit; switching the micro control unit to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
  • The processor 701 is configured to perform: when monitoring in real time that an interrupting event occurs, quitting the reduced power mode and processing the interrupting event.
  • Fig. 12 is a block diagram of a device 800 for controlling power consumption, according to another exemplary embodiment. For example, the device 800 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a gaming console, a tablet, a medical device, exercise equipment, a personal digital assistant, and the like.
  • Referring to Fig. 12, the device 800 may include one or more of the following components: a processing component 802, a memory 804, a power component 806, a multimedia component 808, an audio component 810, an input/output (I/O) interface 812, a sensor component 814, and a communication component 816.
  • The processing component 802 typically controls overall operations of the device 800, such as the operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 802 may include one or more processors 820 to execute instructions to perform all or part of the steps in the above described methods. Moreover, the processing component 802 may include one or more modules which facilitate the interaction between the processing component 802 and other components. For instance, the processing component 802 may include a multimedia module to facilitate the interaction between the multimedia component 808 and the processing component 802.
  • The memory 804 is configured to store various types of data to support the operation of the device 800. Examples of such data include instructions for any applications or methods operated on the device 800, contact data, phonebook data, messages, pictures, video, etc. The memory 804 may be implemented using any type of volatile or non-volatile memory devices, or a combination thereof, such as a static random access memory (SRAM), an electrically erasable programmable read-only memory (EEPROM), an erasable programmable read-only memory (EPROM), a programmable read-only memory (PROM), a read-only memory (ROM), a magnetic memory, a flash memory, a magnetic or optical disk.
  • The power component 806 provides power to various components of the device 800. The power component 806 may include a power management system, one or more power sources, and any other components associated with the generation, management, and distribution of power in the device 800.
  • The multimedia component 808 includes a screen providing an output interface between the device 800 and the user. In some embodiments, the screen may include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes the touch panel, the screen may be implemented as a touch screen to receive input signals from the user. The touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensors may not only sense a boundary of a touch or swipe action, but also sense a period of time and a pressure associated with the touch or swipe action. In some embodiments, the multimedia component 808 includes a front camera and/or a rear camera. The front camera and the rear camera may receive an external multimedia datum while the device 800 is in an operation mode, such as a photographing mode or a video mode. Each of the front camera and the rear camera may be a fixed optical lens system or have focus and optical zoom capability.
  • The audio component 810 is configured to output and/or input audio signals. For example, the audio component 810 includes a microphone ("MIC") configured to receive an external audio signal when the device 800 is in an operation mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may be further stored in the memory 804 or transmitted via the communication component 816. In some embodiments, the audio component 810 further includes a speaker to output audio signals.
  • The I/O interface 812 provides an interface between the processing component 802 and peripheral interface modules, such as a keyboard, a click wheel, buttons, and the like. The buttons may include, but are not limited to, a home button, a volume button, a starting button, and a locking button.
  • The sensor component 814 includes one or more sensors to provide status assessments of various aspects of the device 800. For instance, the sensor component 814 may detect an open/closed status of the device 800, relative positioning of components, e.g., the display and the keypad, of the device 800, a change in position of the device 800 or a component of the device 800, a presence or absence of user contact with the device 800, an orientation or an acceleration/deceleration of the device 800, and a change in temperature of the device 800. The sensor component 814 may include a proximity sensor configured to detect the presence of nearby objects without any physical contact. The sensor component 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor component 814 may also include an accelerometer sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
  • The communication component 816 is configured to facilitate communication, wired or wirelessly, between the device 800 and other devices. The device 800 can access a wireless network based on a communication standard, such as WiFi, 2G, or 3G, or a combination thereof. In one exemplary embodiment, the communication component 816 receives a broadcast signal or broadcast associated information from an external broadcast management system via a broadcast channel. In one exemplary embodiment, the communication component 816 further includes a near field communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on a radio frequency identification (RFID) technology, an infrared data association (IrDA) technology, an ultra-wideband (UWB) technology, a Bluetooth (BT) technology, and other technologies.
  • In exemplary embodiments, the device 800 may be implemented with one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable gate arrays (FPGAs), controllers, micro-controllers, microprocessors, or other electronic components, for performing the method provided by any of the above embodiments.
  • In exemplary embodiments, there is also provided a non-transitory computer-readable storage medium including instructions, such as included in the memory 804, executable by the processor 820 in the device 800, for performing the above-described methods. For example, the non-transitory computer-readable storage medium may be a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disc, an optical data storage device, and the like.
  • In the above non-transitory computer-readable storage medium provided by the present embodiment, a monitoring scheme is determined based on a type of a system; it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme; and the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform. Thereby, a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • Fig. 13 is a block diagram of a device 1900 for controlling power consumption according to an exemplary embodiment. For example, the device 1900 may be provided as a server. Referring to Fig. 13, the device 1900 includes a processing component 1922 that further includes one or more processors, and memory resources represented by a memory 1932 for storing instructions executable by the processing component 1922, such as application programs. The application programs stored in the memory 1932 may include one or more modules each corresponding to a set of instructions. Further, the processing component 1922 is configured to execute the instructions to perform the method provided by any of the above embodiments.
  • The device 1900 may also include a power component 1926 configured to perform power management of the device 1900, wired or wireless network interface(s) 1950 configured to connect the device 1900 to a network, and an input/output (I/O) interface 1958. The device 1900 may operate based on an operating system stored in the memory 1932, such as Windows Server™, Mac OS X™, Unix™, Linux™, FreeBSD™, or the like.
  • In the above device provided by the present embodiment, a monitoring scheme is determined based on a type of a system; it is monitored in real time whether the system currently has a task to perform according to the monitoring scheme; and the system is switched to a reduced power mode when it is determined in real time that the system currently has no task to perform. Thereby, a common power consumption management can be implemented in uniform and brief software architecture. It can facilitate development of a framework, distribution of SDK. Moreover, it can eliminate the need to analyze specific operation characteristics of the devices, independent of the functions of the devices, broadly and flexibly applicable to a variety of devices.
  • It will be appreciated that the present invention is not limited to the exact construction that has been described above and illustrated in the accompanying drawings, and that various modifications and changes can be made without departing from the scope thereof. It is intended that the scope of the invention only be limited by the appended claims.
  • Claims (15)

    1. A method for controlling power consumption, which is applied in an electronic device, wherein the method comprises:
      determining (S11) a monitoring scheme based on a type of an operating system of the electronic device;
      monitoring (S 12) in real time whether the system currently has a task to perform according to the monitoring scheme; and
      switching (S13, S24, S34) the system to a reduced power mode when determining in real time that the system currently has no task to perform.
    2. The method of claim 1, wherein determining a monitoring scheme based on a type of an operating system of the electronic device comprises:
      when the system is a foreground-background system, determining (S21) the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event.
    3. The method of claim 2, wherein monitoring in real time whether the system currently has a task to perform according to the monitoring scheme comprises:
      monitoring (S22) in real time in a main cycle of the system whether a task is currently triggered by an interrupting event;
      when a task is triggered by an interrupting event, determining (S25) that the system currently has a task to perform; and
      when no task is triggered by an interrupting event, determining (S23) that the system currently has no task to perform.
    4. The method of claim 1, wherein determining a monitoring scheme based on a type of an operating system of the electronic device comprises:
      when the system is a real-time system supporting preemption, determining (S31) the monitoring scheme as monitoring in real time a task based on a priority level.
    5. The method of claim 4, wherein monitoring in real time whether the system currently has a task to perform according to the monitoring scheme comprises:
      monitoring (S32) in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level;
      when neither of the other processes than the first process is triggered, determining (S33) that the system currently has no task to perform; and
      when any one of the other processes than the first process is triggered, determining (S35) that the system currently has a task to perform.
    6. The method of any one of claims 1 to 5, wherein switching the system to a reduced power mode comprises one or more of:
      lowering a frequency of a central processor; lowering a supply voltage to a micro control unit; switching the micro control unit to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
    7. The method of any one of claims 1 to 5, wherein the method comprises:
      when monitoring in real time that an interrupting event occurs, quitting (S26, S36) the reduced power mode and processing the interrupting event.
    8. A device for controlling power consumption, wherein the device comprises:
      a determining module configured to determine a monitoring scheme based on a type of an operating system of the device;
      a monitoring module (122) configured to monitor in real time whether the system currently has a task to perform according to the monitoring scheme; and
      a switching module (123) configured to switch the system to a reduced power mode when it is determined in real time that the system currently has no task to perform.
    9. The device of claim 8, wherein the determining module (121) comprises:
      a first determining sub-module (121a) configured to, when the system is a foreground-background system, determine the monitoring scheme as monitoring in real time at foreground a task triggered by an interrupting event.
    10. The device of claim 9, wherein the monitoring module (122) comprises:
      a first monitoring sub-module (122a) configured to monitor in real time in a main cycle of the system whether a task is currently triggered by an interrupting event; when a task is triggered by an interrupting event, determine that the system currently has a task to perform; and when no task is triggered by an interrupting event, determine that the system currently has no task to perform.
    11. The device of claim 8, wherein the determining module (121) comprises:
      a second determining sub-module (121b) configured to, when the system is a real-time system supporting preemption, determine the monitoring scheme as monitoring in real time a task based on a priority level.
    12. The device of claim 11, wherein the monitoring module (122) comprises:
      a second monitoring sub-module (122b) configured to monitor in real time for each priority level whether a process is triggered, wherein a first process for performing switching to the reduced power mode has a lowest priority level; when neither of the other processes than the first process is triggered, determine that the system currently has no task to perform; and when any one of the other processes than the first process is triggered, determine that the system currently has a task to perform.
    13. The device of any one of claims 8 to 12, wherein the switching module (123) comprises:
      a switching sub-module (123a) configured to perform one or more of the following when it is monitored in real time that the system currently has no task to perform: lowering a frequency of a central processor; lowering a supply voltage to a micro control unit; switching the micro control unit to a reduced power mode; ceasing power supply to a designated peripheral device; and ceasing power supply to a peripheral clock.
    14. The device of any one of claims 8 to 12, wherein
      the switching module (123) is further configured to, when it is monitored in real time that an interrupting event occurs, quit the reduced power mode; and
      the device further comprises:
      a processing module (124) configured to process the interrupting event monitored in real time.
    15. A device for controlling power consumption, wherein the device comprises:
      a processor (820); and a memory (804) for storing instructions executable by the processor, wherein the processor (820) is configured to perform:
      the method of any of claims 1 to 7.
    EP16155599.0A 2015-02-13 2016-02-12 Method and device for controlling power consumption Withdrawn EP3056970A1 (en)

    Applications Claiming Priority (1)

    Application Number Priority Date Filing Date Title
    CN201510077297.6A CN104679218A (en) 2015-02-13 2015-02-13 Method and device for controlling power consumption

    Publications (1)

    Publication Number Publication Date
    EP3056970A1 true EP3056970A1 (en) 2016-08-17

    Family

    ID=53314419

    Family Applications (1)

    Application Number Title Priority Date Filing Date
    EP16155599.0A Withdrawn EP3056970A1 (en) 2015-02-13 2016-02-12 Method and device for controlling power consumption

    Country Status (8)

    Country Link
    US (1) US10216248B2 (en)
    EP (1) EP3056970A1 (en)
    JP (1) JP6250844B2 (en)
    KR (1) KR101729679B1 (en)
    CN (1) CN104679218A (en)
    MX (1) MX356521B (en)
    RU (1) RU2643516C2 (en)
    WO (1) WO2016127665A1 (en)

    Cited By (1)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    CN113835958A (en) * 2021-09-22 2021-12-24 深圳乐信软件技术有限公司 Method, device, medium and equipment for monitoring execution progress of distributed tasks

    Families Citing this family (8)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    CN104679218A (en) * 2015-02-13 2015-06-03 小米科技有限责任公司 Method and device for controlling power consumption
    CN106354242A (en) * 2016-08-22 2017-01-25 北京小米移动软件有限公司 Mode switching method and device
    KR101969395B1 (en) * 2017-04-26 2019-07-23 아주대학교산학협력단 System and method for analysing cause related to excessive power consumption of application
    DE102017109935A1 (en) * 2017-05-09 2018-11-15 Miele & Cie. Kg Method for operating a household appliance
    CN108471632B (en) * 2018-03-01 2021-02-23 Oppo广东移动通信有限公司 Information processing method and device, mobile terminal and computer readable storage medium
    CN111679730B (en) * 2020-06-01 2022-06-07 深圳移航通信技术有限公司 Processor state control method and device based on FreeRTOS
    CN112217993A (en) * 2020-09-29 2021-01-12 深圳市邻友通科技发展有限公司 Method and device for reducing system power consumption of camera, electronic equipment and storage medium
    CN112498268B (en) * 2020-10-16 2021-12-17 山东派蒙机电技术有限公司 Method for reducing power consumption of intelligent networked vehicle controller

    Citations (2)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    US20070240163A1 (en) * 2006-04-05 2007-10-11 Maxwell Technologies, Inc. Processor power and thermal management
    US20140310540A1 (en) * 2013-04-12 2014-10-16 Apple Inc. Interrupt Based Power State Management

    Family Cites Families (17)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    US6986032B2 (en) 2002-08-07 2006-01-10 Hewlett-Packard Development Company, L.P. System and method for using an operating system defined field in ACPI support multiple operating systems
    US7127639B2 (en) * 2002-11-22 2006-10-24 Texas Instruments Incorporated Distinguishing between two classes of trace information
    EP1631892A1 (en) * 2003-05-27 2006-03-08 Koninklijke Philips Electronics N.V. Monitoring and controlling power consumption
    JP2005234784A (en) * 2004-02-18 2005-09-02 Sharp Corp Job processor
    KR101128251B1 (en) 2004-10-11 2012-03-26 엘지전자 주식회사 Apparatus and method for controling power saving by devices of executed program
    US7899303B2 (en) * 2006-08-02 2011-03-01 Lsi Corporation DVD recorder and PVR instant on architecture
    US7917784B2 (en) * 2007-01-07 2011-03-29 Apple Inc. Methods and systems for power management in a data processing system
    US20090077404A1 (en) * 2007-09-14 2009-03-19 Gainspan, Inc. Method and system of reducing power consumption of system on chip based on analog-to-digital control circuitry
    CN101315577B (en) * 2008-06-30 2011-01-05 华为技术有限公司 Power consumption control method, device and system of memory interface
    CN101477403B (en) * 2009-01-22 2011-10-05 浪潮电子信息产业股份有限公司 Automatic control method for system power consumption
    JP5300553B2 (en) * 2009-03-25 2013-09-25 キヤノン株式会社 COMMUNICATION DEVICE, COMMUNICATION DEVICE CONTROL METHOD, PROGRAM
    RU2409832C1 (en) * 2009-06-05 2011-01-20 Закрытое акционерное общество "Ди Эс Технолоджи" Self-synchronised device having automatic power consumption control
    US10195343B2 (en) * 2010-02-05 2019-02-05 Deka Products Limited Partnership Devices, methods and systems for wireless control of medical devices
    WO2012004948A1 (en) * 2010-07-06 2012-01-12 パナソニック株式会社 Virtual computer system, virtual computer control method and accumulation circuit
    JP5581489B2 (en) * 2010-09-29 2014-09-03 株式会社Pfu Node monitoring apparatus, node monitoring method, and node monitoring program
    CN103324268A (en) * 2013-05-29 2013-09-25 东南大学 Low-power design method for wireless sensor network core chip
    CN104679218A (en) * 2015-02-13 2015-06-03 小米科技有限责任公司 Method and device for controlling power consumption

    Patent Citations (2)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    US20070240163A1 (en) * 2006-04-05 2007-10-11 Maxwell Technologies, Inc. Processor power and thermal management
    US20140310540A1 (en) * 2013-04-12 2014-10-16 Apple Inc. Interrupt Based Power State Management

    Cited By (2)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    CN113835958A (en) * 2021-09-22 2021-12-24 深圳乐信软件技术有限公司 Method, device, medium and equipment for monitoring execution progress of distributed tasks
    CN113835958B (en) * 2021-09-22 2024-02-23 深圳乐信软件技术有限公司 Distributed task execution progress monitoring method, device, medium and equipment

    Also Published As

    Publication number Publication date
    US20160239072A1 (en) 2016-08-18
    CN104679218A (en) 2015-06-03
    JP2017510920A (en) 2017-04-13
    MX356521B (en) 2018-05-31
    RU2016113187A (en) 2017-10-09
    JP6250844B2 (en) 2017-12-20
    KR20160110066A (en) 2016-09-21
    WO2016127665A1 (en) 2016-08-18
    KR101729679B1 (en) 2017-04-25
    MX2016002563A (en) 2016-10-13
    RU2643516C2 (en) 2018-02-02
    US10216248B2 (en) 2019-02-26

    Similar Documents

    Publication Publication Date Title
    EP3056970A1 (en) Method and device for controlling power consumption
    EP3136793B1 (en) Method and apparatus for awakening electronic device
    KR101706359B1 (en) Method and device for controlling background application
    EP3113549B1 (en) Method and device for waking up mcu chip
    EP3133874B1 (en) Method and apparatus for starting energy saving mode
    EP3249524A1 (en) Method and device for upgrading a zigbee device
    US20170185788A1 (en) Method and apparatus for managing application
    EP3112979B1 (en) Method and device for waking up mcu
    US20180120794A1 (en) Method, apparatus and storage medium for controlling target device
    EP3076745B1 (en) Methods and apparatuses for controlling wireless access point
    EP3015983B1 (en) Method and device for optimizing memory
    EP3322227B1 (en) Methods and apparatuses for controlling wireless connection, computer program and recording medium
    EP3361369A1 (en) Method and device for displaying time on mobile device
    CN109062625B (en) Application program loading method and device and readable storage medium
    US20170220401A1 (en) Method, device, and computer-readable storage medium for calling a process
    CN115175279A (en) Screen-turning control method and device and storage medium
    US20220046400A1 (en) Method and device for controlling an application, and storage medium
    CN105868089B (en) The monitoring method and device of terminal
    CN115695650A (en) Indoor and outdoor scene switching identification method, device, equipment and storage medium
    CN113360016A (en) Information control method and device, and storage medium

    Legal Events

    Date Code Title Description
    PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

    Free format text: ORIGINAL CODE: 0009012

    AK Designated contracting states

    Kind code of ref document: A1

    Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

    AX Request for extension of the european patent

    Extension state: BA ME

    17P Request for examination filed

    Effective date: 20170209

    RBV Designated contracting states (corrected)

    Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

    17Q First examination report despatched

    Effective date: 20180215

    STAA Information on the status of an ep patent application or granted ep patent

    Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN

    18W Application withdrawn

    Effective date: 20200211