JPWO2015145561A1 - Computer apparatus and program - Google Patents
Computer apparatus and program Download PDFInfo
- Publication number
- JPWO2015145561A1 JPWO2015145561A1 JP2016509660A JP2016509660A JPWO2015145561A1 JP WO2015145561 A1 JPWO2015145561 A1 JP WO2015145561A1 JP 2016509660 A JP2016509660 A JP 2016509660A JP 2016509660 A JP2016509660 A JP 2016509660A JP WO2015145561 A1 JPWO2015145561 A1 JP WO2015145561A1
- Authority
- JP
- Japan
- Prior art keywords
- operating
- devices
- unit
- selection
- computer
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
- G06F1/26—Power supply means, e.g. regulation thereof
- G06F1/32—Means for saving power
- G06F1/3203—Power management, i.e. event-based initiation of a power-saving mode
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Power Sources (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
動作要求受付部(10)は、複数のデバイス(15)の中から、動作開始前のデバイス(15)を選択デバイスとして選択する。動作許可決定部(11)は、選択デバイスに対して、選択デバイスの動作を制限する制限デバイスがルールテーブル(13)に定義されている場合に、制限デバイスが動作しているか否かを判断し、判断結果に基づき、選択デバイスの動作開始を許可するか否かを決定する。The operation request receiving unit (10) selects the device (15) before the operation start from the plurality of devices (15) as a selection device. The operation permission determining unit (11) determines whether or not the restricted device is operating when a restricted device that restricts the operation of the selected device is defined in the rule table (13) for the selected device. Based on the determination result, it is determined whether or not the operation start of the selected device is permitted.
Description
本発明は、計算機システムにおけるデバイスの制御に関する。 The present invention relates to device control in a computer system.
従来は、計算機装置に接続された複数のデバイスを動作させる場合、接続された各デバイスが必要とする消費電力をもとに各デバイスを制御する方法が採られていた(例えば、特許文献1)。
特許文献1の方法では、複数のデバイスを同時に動作させるために必要な消費電力の合計が、使用可能な全消費電力の最大値より大きいか小さいかを判断して、新たなデバイスの動作を開始させるか保留するかを判断している。Conventionally, when operating a plurality of devices connected to a computer apparatus, a method of controlling each device based on power consumption required by each connected device has been employed (for example, Patent Document 1). .
In the method of
特許文献1の計算機システムでは、各デバイスが必要とする消費電力をもとに、使用可能な全消費電力を超えないように、デバイスからのリクエストの順にデバイスの動作を開始させている。
しかしながら、家電製品などの組込み機器においては、リクエストの順に従ってデバイスの動作を開始させるのではなく、デバイスの組み合わせに応じて、デバイスの動作を開始させるか保留するかを制御する必要がある。
特許文献1の計算機システムでは、このような制御ができないという課題があった。In the computer system of
However, in an embedded device such as a home appliance, it is necessary to control whether to start or hold a device operation according to a combination of devices, instead of starting the device operation according to the order of requests.
The computer system of
この発明は上記のような課題を解決することを主な目的としており、デバイスの組み合わせに応じて、デバイスの動作を開始させるか保留するかを制御できる構成を得ることを主な目的とする。 The main object of the present invention is to solve the above-described problems, and it is a main object of the present invention to obtain a configuration that can control whether the operation of a device is started or suspended depending on the combination of devices.
本発明に係る計算機装置は、
複数のデバイスに接続される計算機装置であって、
前記複数のデバイスの中から、動作開始前のデバイスを選択デバイスとして選択するデバイス選択部と、
前記選択デバイスに対して、前記選択デバイスの動作を制限する制限デバイスが定義されている場合に、前記制限デバイスが動作しているか否かを判断し、判断結果に基づき、前記選択デバイスの動作開始を許可するか否かを決定する動作許可決定部とを有することを特徴とする。The computer apparatus according to the present invention is:
A computer device connected to a plurality of devices,
A device selection unit that selects, as a selection device, a device before the operation starts from the plurality of devices;
When a restricted device that restricts the operation of the selected device is defined for the selected device, it is determined whether or not the restricted device is operating, and the operation of the selected device is started based on the determination result. And an operation permission determining unit that determines whether or not to permit the operation.
本発明では、選択デバイスよりも先に動作している制限デバイスが存在するか否かにより選択デバイスの動作を開始させるか保留するかを制御している。
このように、本発明によれば、デバイスの組み合わせに応じて、デバイスの動作を開始させるか保留するかを制御することができる。In the present invention, whether the operation of the selected device is started or suspended is controlled depending on whether or not there is a restricted device operating before the selected device.
As described above, according to the present invention, it is possible to control whether the operation of the device is started or suspended depending on the combination of devices.
実施の形態1.
本実施の形態では、計算機システムにおけるデバイスの制御方式を説明する。
特に計算機装置に接続されたモータやヒータなど複数のデバイスがすべて同時に動作することにより電源装置が過負荷にならないようにする方式を説明する。
In this embodiment, a device control method in a computer system will be described.
In particular, a method for preventing the power supply apparatus from being overloaded by simultaneously operating a plurality of devices such as a motor and a heater connected to the computer apparatus will be described.
図1は、実施の形態1に係る計算機システム1のハードウェア構成例を示す図である。
FIG. 1 is a diagram illustrating a hardware configuration example of a
図1は、計算機システム1を動作させるための物理ハードウェアを示す。
図1の例では、計算機装置100にモータ4、モータ5、ヒータ6などのデバイスが接続されている。
計算機装置100は、例えば、MPU(Micro−Processing Unit)2、メモリ3で構成される。
計算機装置100に、ハードディスク装置のような二次記憶装置、マウス、キーボード等の入力装置、ディスプレイ装置等の出力装置が接続されていてもよい。FIG. 1 shows physical hardware for operating the
In the example of FIG. 1, devices such as a motor 4, a motor 5, and a
The
A secondary storage device such as a hard disk device, an input device such as a mouse and a keyboard, and an output device such as a display device may be connected to the
図2は、実施の形態1に係る計算機システム1のソフトウェア構成例を示す図である。
FIG. 2 is a diagram illustrating a software configuration example of the
図2において、アプリケーションプログラム7(以下、単にアプリケーション7という)は計算機システム1が提供する機能を実現するソフトウェアであり、必要に応じてデバイス管理部8にデバイスの動作ON要求及び動作OFF要求を出力する。
動作ON要求は、デバイスの動作開始を要求するコマンド(動作開始要求)である。
動作OFF要求は、デバイスの動作の停止を要求するコマンドである。In FIG. 2, an application program 7 (hereinafter simply referred to as application 7) is software that realizes a function provided by the
The operation ON request is a command (operation start request) for requesting operation start of the device.
The operation OFF request is a command for requesting to stop the operation of the device.
電源管理部9は、デバイス管理部8に内包され、アプリケーション7からの動作ON要求又は動作OFF要求をもとに実際にデバイスの動作ON指示又は動作OFF指示をデバイスドライバ14に出すか否かを決定する。
The power management unit 9 is included in the
動作要求受付部10は、電源管理部9に内包され、アプリケーション7からの動作ON要求又は動作OFF要求を受け付ける。
動作要求受付部10は、動作ON要求の対象のデバイス(動作開始を要求されたデバイス)又は後述の動作保留テーブルに記述されているデバイスを、選択デバイスとして選択する。
動作要求受付部10は、デバイス選択部の例に相当する。The operation
The operation
The operation
動作許可決定部11は、電源管理部9に内包され、動作要求受付部10により選択された選択デバイスの動作可否を、ルールテーブル13を参照して決定する。
The operation
動作保留テーブル12は、動作許可決定部11により動作開始が許可されなかったデバイス(保留デバイス)を登録するためのテーブルである。
The operation hold table 12 is a table for registering a device (pending device) whose operation start is not permitted by the operation
ルールテーブル13は、デバイスの動作可否を決定するためのルールを記述したテーブルである。 The rule table 13 is a table describing rules for determining whether or not a device can operate.
デバイス管理部8、電源管理部9、動作要求受付部10及び動作許可決定部11は、図1に示す、メモリ3にロードされ、MPU2により実行される。
なお、電源管理部9はデバイス管理部8に内包されている必要はなく、電源管理部9とデバイス管理部8が相互に呼び出しできるように構成されていればよい。
また、動作保留テーブル12及びルールテーブル13は、図1に示すメモリ3に記憶されている。
メモリ3は、保留デバイス記憶部の例に相当する。The
The power management unit 9 does not need to be included in the
Further, the operation suspension table 12 and the rule table 13 are stored in the
The
デバイスドライバ14は、デバイス15を操作するソフトウェアである。
The
デバイス15は、モータやヒータなどの入出力デバイスである。
The
次に、ルールテーブル13の例を図3に示す。
ルールテーブル13では、先動作デバイスと、後動作デバイスとの組み合わせにより、後動作デバイスの動作開始の許否ルールが定義されている。
先動作デバイスは、後動作デバイスよりも先に動作しているデバイスである。
後動作デバイスは、動作要求受付部19により選択された選択デバイスである。
図3のルールテーブルでは、「許可」、「保留」、「優先」が定義されている。
「許可」は、先動作デバイスが動作中でも後動作デバイスを動作可能であることを示す。
「保留」は、先動作デバイスが動作中は後動作デバイスが動作できないことを示す。
「保留」が記述されている先動作デバイスは、後動作デバイスの動作を制限するデバイスであり制限デバイスに相当する。
「優先」は、先動作デバイスが動作中であれば先動作デバイスの動作を一旦停止させて、後動作デバイスの動作を開始させることを示す。
「優先」が記述されている先動作デバイスは、後動作デバイスの動作開始のために動作を停止するデバイスであり、停止候補デバイスに相当する。
例えば、アプリケーション7よりデバイスAの動作開始が要求された際にデバイスB又はデバイスCが動作中であれば、デバイスAの動作を開始させない。
一方、アプリケーション7よりデバイスAの動作開始が要求された際にデバイスDのみが動作中であれば、デバイスAの動作を開始させる。
また、アプリケーション7よりデバイスCの動作開始が要求された際にデバイスDが動作しておらず、デバイスA(又はデバイスB)が動作中であれば、デバイスA(又はデバイスB)の動作を停止させ、デバイスCの動作を開始させる。Next, an example of the rule table 13 is shown in FIG.
In the rule table 13, permission rules for the start of operation of the post-operation device are defined by combinations of the pre-operation device and the post-operation device.
The pre-operation device is a device that operates before the post-operation device.
The post-operation device is a selection device selected by the operation request reception unit 19.
In the rule table of FIG. 3, “permitted”, “hold”, and “priority” are defined.
“Allowed” indicates that the subsequent operation device can be operated even when the previous operation device is operating.
“Pending” indicates that the subsequent operation device cannot operate while the previous operation device is operating.
The pre-operation device in which “pending” is described is a device that restricts the operation of the post-operation device and corresponds to a restriction device.
“Priority” indicates that if the previous operation device is operating, the operation of the previous operation device is temporarily stopped and the operation of the subsequent operation device is started.
The pre-operation device in which “priority” is described is a device that stops the operation for starting the operation of the post-operation device, and corresponds to a stop candidate device.
For example, if the device B or the device C is operating when the
On the other hand, if only the device D is operating when the
Further, when the
次に、図6〜図8を参照して、本実施の形態に係る計算機装置100の処理例を説明する。
Next, processing examples of the
まず、アプリケーション7がデバイス管理部8に対してデバイス(例えばモータ)を指定して動作ON要求(例えばモータ回転開始やヒータ通電ON)を出力する(S101)と、デバイス管理部8を介して電源管理部9中の動作要求受付部10が動作ON要求を受け取る。
First, when the
動作要求受付部10は、動作ON要求で指定されているデバイスを選択デバイスとして選択し、選択デバイスの動作可否を動作許可決定部11に問い合わせる(S102)。
The operation
動作許可決定部11は、計算機装置100に接続されている複数のデバイスの中から1つのデバイスを先動作デバイスとして選定する(S103)。
The operation
次に、動作許可決定部11は、ルールテーブル13を参照し、選定した先動作デバイスと選択デバイス(後動作デバイス)との組み合わせに対して定義されているルールを抽出する(S104)。
Next, the operation
S104で抽出したルールに「保留」が定義されていれば、動作許可決定部11は、先動作デバイスの動作状態を取得し(S105)、先動作デバイスが動作中であれば動作要求受付部10に「保留」を通知する(S106)。
先動作デバイスが動作していなければ、動作許可決定部11は、すべての先動作デバイスに対して同様の確認を行う。
つまり、動作許可決定部11は、未確認のデバイスがあれば(S112)、S103からの処理を繰り返す。
動作許可決定部11より「保留」が通知された動作要求受付部10は、動作保留テーブル12に選択デバイスを追加する(S107)。
動作保留テーブル12は、図4の形式又は図5の形式とすることができる。
図4は、動作保留となったデバイスをリスト形式で管理する動作保留テーブル12を示す。
図5、動作保留となったデバイスをビットパターン形式で管理する動作保留テーブル12を示す。If “pending” is defined in the rule extracted in S104, the operation
If the previous operation device is not operating, the operation
That is, if there is an unconfirmed device (S112), the operation
The operation
The operation suspension table 12 can be in the format of FIG. 4 or the format of FIG.
FIG. 4 shows an operation hold table 12 for managing devices in operation hold in a list format.
FIG. 5 shows an operation hold table 12 for managing devices in operation hold in bit pattern format.
S104で抽出したルールに「許可」が定義されていれば、動作許可決定部11は、すべての先動作デバイスに対して同様の確認を行う。
つまり、動作許可決定部11は、未確認のデバイスがあれば(S112)、S103からの処理を繰り返す。
すべての先動作デバイスに対して「保留」の結果が得られなかった場合は、動作許可決定部11は、動作要求受付部10に「許可」と通知する。
動作許可決定部11より「許可」が通知された動作要求受付部10はデバイス管理部8を介して選択デバイスの動作開始を指示する動作ON指示を出力する(S113)。If “permitted” is defined in the rule extracted in S104, the operation
That is, if there is an unconfirmed device (S112), the operation
When the result of “hold” is not obtained for all the pre-operating devices, the operation
The operation
S104で抽出したルールに「優先」が定義されていれば、動作許可決定部11は、先動作デバイスの動作状態を取得し(S108)、先動作デバイスが動作中であれば(S109)、先動作デバイスの動作停止をデバイス管理部8を介してデバイスドライバ14に指示する(S110)。
また、動作許可決定部11は、動作を停止した先動作デバイスの動作を後で再開させるために、動作を停止した先動作デバイスを動作保留テーブルに追加し(S111)、未確認のデバイスがあれば(S112)、S103からの処理を繰り返す。
すべての先動作デバイスに対して「保留」の結果が得られなかった場合は、動作許可決定部11は、動作要求受付部10に「許可」と通知する。
動作許可決定部11より「許可」が通知された動作要求受付部10はデバイス管理部8を介して選択デバイスの動作開始を指示する動作ON指示をデバイスドライバ14に出力する(S113)。If “priority” is defined in the rule extracted in S104, the operation
Further, the operation
When the result of “hold” is not obtained for all the pre-operating devices, the operation
The operation
次に、アプリケーション7がデバイス管理部8に対してデバイスを指定して動作OFF要求(例えばモータ回転停止やヒータ通電OFF)を出力する(S201)と、デバイス管理部8を介して電源管理部9中の動作要求受付部10が動作OFF要求を受け取る。
Next, when the
動作要求受付部10は、デバイス管理部8を介して、指定されたデバイスの動作停止を指示する動作OFF指示をデバイスドライバ14に出力する(S202)。
The operation
次に、動作要求受付部10は、動作保留テーブル12に指定されたデバイスが含まれていれば、当該デバイスの登録を動作保留テーブル12から削除する(S203)。
Next, if the specified device is included in the operation hold table 12, the operation
次に、動作要求受付部10は、動作保留テーブル12に登録されているデバイスの中から1つのデバイスを選択デバイスとして選択し(S204)、選択デバイスの動作可否を動作許可決定部11に問い合わせる(S102)。
S102〜S113の処理には、図6に示したS102〜S113と同様であるため、説明を省略する。
動作要求受付部10は、動作許可決定部11から「許可」が通知された場合は、選択デバイスの登録を動作保留テーブル12から削除する(S205)。
更に、動作要求受付部10は、動作保留テーブル12にデバイスの登録が存在するかを確認し(S206)、デバイスの登録が存在すれば、S204以降の処理を繰り返す。Next, the operation
The processing of S102 to S113 is the same as S102 to S113 shown in FIG.
The operation
Further, the operation
図7及び図8の処理により、動作要求受付部10及び動作許可決定部11は、図6のS107又はS111で動作保留テーブル12に登録されたデバイス(保留デバイス)の動作を開始させることができる。
7 and 8, the operation
以上のように、本実施の形態によれば、デバイスの組み合わせごとにデバイスの振る舞いを定めたルールテーブルをもとに、デバイスの動作を待機させるか開始させるかの制御を行うことが可能になる。
また、デバイスの振る舞いに変更があっても、ルールテーブルのみを変更すればよいため、変更点が局所化され、アプリケーションの独立性(移植性、再利用性)を高めることができる。
また、デバイスの動作中にルールテーブルに記述された内容を変更することにより、デバイスの振る舞いの一部を柔軟に変えることも可能となる。As described above, according to the present embodiment, it is possible to control whether to wait for or start device operation based on a rule table that defines device behavior for each device combination. .
In addition, even if there is a change in device behavior, only the rule table needs to be changed, so that the changes are localized, and the independence (portability and reusability) of the application can be improved.
Further, by changing the contents described in the rule table during the operation of the device, it is possible to flexibly change part of the device behavior.
1 計算機システム、2 MPU、3 メモリ、4 モータ、5 モータ、6 ヒータ、7 アプリケーション、8 デバイス管理部、9 電源管理部、10 動作要求受付部、11 動作許可決定部、12 動作保留テーブル、13 ルールテーブル、14 デバイスドライバ、15 デバイス、100 計算機装置。
DESCRIPTION OF
Claims (8)
前記複数のデバイスの中から、動作開始前のデバイスを選択デバイスとして選択するデバイス選択部と、
前記選択デバイスに対して、前記選択デバイスの動作を制限する制限デバイスが定義されている場合に、前記制限デバイスが動作しているか否かを判断し、判断結果に基づき、前記選択デバイスの動作開始を許可するか否かを決定する動作許可決定部とを有することを特徴とする計算機装置。A computer device connected to a plurality of devices,
A device selection unit that selects, as a selection device, a device before the operation starts from the plurality of devices;
When a restricted device that restricts the operation of the selected device is defined for the selected device, it is determined whether or not the restricted device is operating, and the operation of the selected device is started based on the determination result. An operation permission determining unit that determines whether or not to permit the operation.
前記制限デバイスが動作している場合に、前記選択デバイスの動作開始を保留することを特徴とする請求項1に記載の計算機装置。The operation permission determining unit
The computer apparatus according to claim 1, wherein when the restriction device is operating, the operation start of the selected device is suspended.
前記選択デバイスに対して定義されているすべての制限デバイスが動作していない場合に、前記選択デバイスの動作開始を許可することを特徴とする請求項1に記載の計算機装置。The operation permission determining unit
The computer apparatus according to claim 1, wherein when all the restricted devices defined for the selected device are not operating, the operation start of the selected device is permitted.
いずれかのデバイスの動作開始を要求する動作開始要求を受け付け、前記動作開始要求で動作開始が要求されているデバイスを前記選択デバイスとして選択することを特徴とする請求項1に記載の計算機装置。The device selector is
2. The computer apparatus according to claim 1, wherein an operation start request for requesting an operation start of any device is received, and a device whose operation start is requested by the operation start request is selected as the selection device.
前記動作許可決定部により前記選択デバイスの動作開始が保留された場合に、前記選択デバイスを保留デバイスとして記憶する保留デバイス記憶部を有し、
前記デバイス選択部は、
前記保留デバイス記憶部で記憶されている保留デバイスを、前記選択デバイスとして選択することを特徴とする請求項2に記載の計算機装置。The computer device is:
A holding device storage unit that stores the selected device as a holding device when the operation start of the selected device is put on hold by the operation permission determining unit;
The device selector is
The computer apparatus according to claim 2, wherein a reservation device stored in the reservation device storage unit is selected as the selection device.
前記選択デバイスに対して、前記選択デバイスの動作開始のために動作を停止する停止候補デバイスが定義されている場合に、前記停止候補デバイスが動作しているか否かを判断し、前記停止候補デバイスが動作していれば、前記停止候補デバイスの動作を停止させることを特徴とする請求項1に記載の計算機装置。The operation permission determining unit
When a stop candidate device for stopping the operation for starting the operation of the selected device is defined for the selected device, it is determined whether or not the stop candidate device is operating, and the stop candidate device 2. The computer apparatus according to claim 1, wherein the operation of the candidate device to be stopped is stopped if the device is operating.
前記動作許可決定部により動作を停止させられた停止候補デバイスを保留デバイスとして記憶する保留デバイス記憶部を有し、
前記デバイス選択部は、
前記保留デバイス記憶部で記憶されている保留デバイスを、前記選択デバイスとして選択することを特徴とする請求項6に記載の計算機装置。The computer device is:
A hold device storage unit that stores a stop candidate device whose operation is stopped by the operation permission determination unit as a hold device;
The device selector is
The computer apparatus according to claim 6, wherein a reservation device stored in the reservation device storage unit is selected as the selection device.
前記複数のデバイスの中から、動作開始前のデバイスを選択デバイスとして選択するデバイス選択処理と、
前記選択デバイスに対して、前記選択デバイスの動作を制限する制限デバイスが定義されている場合に、前記制限デバイスが動作しているか否かを判断し、判断結果に基づき、前記選択デバイスの動作開始を許可するか否かを決定する動作許可決定処理とを実行させることを特徴とするプログラム。To computer devices connected to multiple devices,
A device selection process for selecting, from among the plurality of devices, a device before starting operation as a selection device;
When a restricted device that restricts the operation of the selected device is defined for the selected device, it is determined whether or not the restricted device is operating, and the operation of the selected device is started based on the determination result. An operation permission determination process for determining whether to permit or not is executed.
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2014/058190 WO2015145561A1 (en) | 2014-03-25 | 2014-03-25 | Computer device and program |
Publications (1)
Publication Number | Publication Date |
---|---|
JPWO2015145561A1 true JPWO2015145561A1 (en) | 2017-04-13 |
Family
ID=54194161
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016509660A Pending JPWO2015145561A1 (en) | 2014-03-25 | 2014-03-25 | Computer apparatus and program |
Country Status (4)
Country | Link |
---|---|
JP (1) | JPWO2015145561A1 (en) |
CN (1) | CN106133639A (en) |
TW (1) | TW201537499A (en) |
WO (1) | WO2015145561A1 (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006195945A (en) * | 2004-12-14 | 2006-07-27 | Matsushita Electric Ind Co Ltd | Electronic device and peak power control method therefor |
WO2006109634A1 (en) * | 2005-04-06 | 2006-10-19 | Pioneer Corporation | Information processing apparatus and program |
JP2010122867A (en) * | 2008-11-19 | 2010-06-03 | Mitsubishi Electric Corp | Management apparatus, computer program, cooperation system, and management method |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102541243A (en) * | 2010-12-21 | 2012-07-04 | 联想(北京)有限公司 | Computer, electronic equipment and lighting control method |
-
2014
- 2014-03-25 WO PCT/JP2014/058190 patent/WO2015145561A1/en active Application Filing
- 2014-03-25 JP JP2016509660A patent/JPWO2015145561A1/en active Pending
- 2014-03-25 CN CN201480077374.1A patent/CN106133639A/en active Pending
- 2014-05-14 TW TW103116945A patent/TW201537499A/en unknown
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006195945A (en) * | 2004-12-14 | 2006-07-27 | Matsushita Electric Ind Co Ltd | Electronic device and peak power control method therefor |
WO2006109634A1 (en) * | 2005-04-06 | 2006-10-19 | Pioneer Corporation | Information processing apparatus and program |
JP2010122867A (en) * | 2008-11-19 | 2010-06-03 | Mitsubishi Electric Corp | Management apparatus, computer program, cooperation system, and management method |
Also Published As
Publication number | Publication date |
---|---|
WO2015145561A1 (en) | 2015-10-01 |
TW201537499A (en) | 2015-10-01 |
CN106133639A (en) | 2016-11-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2013006557A2 (en) | Component update using management engine | |
RU2008115484A (en) | LOAD BALANCE | |
JP2011232884A5 (en) | ||
US10257374B2 (en) | Image forming apparatus, method for controlling image forming apparatus, and program | |
EP3195624B1 (en) | Contextually aware device management | |
JP2017007271A5 (en) | ||
JP2018137686A5 (en) | Device, device control method, and program | |
KR102270239B1 (en) | Method and apparatus for executing software in a electronic device | |
WO2015145561A1 (en) | Computer device and program | |
JP6091731B1 (en) | Electronics | |
JP2006260216A (en) | Document output management system, method and program | |
KR102075760B1 (en) | Apparatus and method for managing and orchestrating network function virtualization | |
JP2014164332A (en) | Document priority determination device and document priority decision program | |
JP2011186821A (en) | Virtual-environment management system, device, method, and program | |
US9456096B2 (en) | Recording medium | |
JP5497935B2 (en) | SYSTEM USE TIME MANAGEMENT DEVICE, SYSTEM USE TIME MANAGEMENT METHOD, AND SYSTEM USE TIME MANAGEMENT PROGRAM | |
US7346767B2 (en) | Method and apparatus for managing resource access in configuring a plurality of computers | |
KR102042737B1 (en) | Monitoring system, device and engineering tool | |
JP6024395B2 (en) | Image reading system, image reading apparatus, and job management program | |
JP2010286890A5 (en) | ||
KR102333693B1 (en) | Method and apparatus for operating multi-processor system in electronic device | |
JP2016048523A5 (en) | ||
JP2016192011A (en) | Electronic apparatus and memory management program | |
JP6119500B2 (en) | Print system, print server, printing apparatus and printing method | |
WO2016151803A1 (en) | Facility management device, and operation assistance screen display method and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20170411 |