JP2017204106A - Image forming apparatus - Google Patents

Image forming apparatus Download PDF

Info

Publication number
JP2017204106A
JP2017204106A JP2016094977A JP2016094977A JP2017204106A JP 2017204106 A JP2017204106 A JP 2017204106A JP 2016094977 A JP2016094977 A JP 2016094977A JP 2016094977 A JP2016094977 A JP 2016094977A JP 2017204106 A JP2017204106 A JP 2017204106A
Authority
JP
Japan
Prior art keywords
predetermined
image forming
configuration
forming apparatus
processing
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.)
Granted
Application number
JP2016094977A
Other languages
Japanese (ja)
Other versions
JP6867754B2 (en
Inventor
青山 素明
Motoaki Aoyama
素明 青山
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.)
Konica Minolta Inc
Original Assignee
Konica Minolta 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 Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2016094977A priority Critical patent/JP6867754B2/en
Publication of JP2017204106A publication Critical patent/JP2017204106A/en
Application granted granted Critical
Publication of JP6867754B2 publication Critical patent/JP6867754B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Facsimiles In General (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image forming apparatus that can achieve both improvement of execution efficiency during operation and a reduction in power consumption in a standby state.SOLUTION: An image forming apparatus comprises a control part 11 that includes a multi-core CPU 111 including a plurality of cores and can simultaneously control a plurality of predetermined operations achieved by executing independent programs. The control part 11 includes a switching part (control part 11) that switches between an AMP configuration allocating the predetermined operation individually to each of the plurality of cores and an SMP configuration using the plurality of cores in combination to execute one or more predetermined operations. The switching part switches to the AMP configuration while waiting for the predetermined operations and switches to the SMP configuration during the predetermined operations.SELECTED DRAWING: Figure 1

Description

本発明は、画像形成装置に関する。   The present invention relates to an image forming apparatus.

近年、ファームウェアを実行するCPUのマルチコア化が進み、ジョブの処理や装置の管理に関し、複数のコアを使用して並列又は独立した複数の処理を同時に実行することができるようになっている。一般に、前者の並列処理はSMP(Symmetric Multiprocessing)と呼ばれ、後者の独立処理はAMP(Asymmetric Multiprocessing)と呼ばれている。SMPでは個々のコアが対等にメモリーを共有して処理を分担するのに対し、AMPでは個々のコア毎にメモリーを割り当てて独立した処理を実行する(別々のOSやプログラムを実行する)点が特徴となる。   In recent years, CPUs that execute firmware have become multi-core, and with regard to job processing and device management, it has become possible to simultaneously execute a plurality of parallel or independent processes using a plurality of cores. In general, the former parallel processing is called SMP (Symmetric Multiprocessing), and the latter independent processing is called AMP (Asymmetric Multiprocessing). In SMP, individual cores share memory equally and share processing, whereas in AMP, memory is allocated to each individual core and independent processing is executed (separate OS and programs are executed). It becomes a feature.

従来、コピー、FAX、プリント等の複数の機能を備えた複合機であるMFP(Multi-Function Peripheral)においては、処理速度を高速にすべく、画面表示用、COPY/SCAN/PRINT制御用、メカ制御用、FAX通信制御用などの独立した複数のプログラムを、それぞれ個別のCPUにて実行する構成が一般的であった。その一方で、CPUのマルチコア化に伴い、従来は複数のCPUを利用して実現していた機能につき、複数のコアを有する単一のマルチコアCPU又は周辺ASIC(Application Specific Integrated Circuit)を統合したSoC(System on a Chip)にて実現可能となり、コストダウンを目的としたCPUの統廃合が行われている。   Conventionally, an MFP (Multi-Function Peripheral), which is a multi-function machine having a plurality of functions such as copying, faxing, printing, etc., for screen display, COPY / SCAN / PRINT control, In general, a plurality of independent programs for control, FAX communication control, and the like are executed by individual CPUs. On the other hand, as the CPU becomes multi-core, a SoC that integrates a single multi-core CPU having a plurality of cores or a peripheral application specific integrated circuit (ASIC) for functions that have been realized by using a plurality of CPUs in the past. (System on a Chip) can be realized, and CPUs are integrated and abolished for the purpose of cost reduction.

一般に、従来の複数のCPUやOSにて実行されていたファームウェアを単一のマルチコアCPU又はSoCにて実行する場合、複数のコアのそれぞれと従来の複数のCPU(OS)とを1対1で置換することが可能な、移植性の高いAMP構成が優位である。また、待機時の消費電力の面でも、コア毎に独立して電源供給をカットすることが容易なAMP構成が優位である。一方で、CPU全体としての実行効率については、一又は複数の処理に対し使用可能なコア数が多い(即ち、一又は複数の処理に対し複数のコアを併用して対応することが可能な)SMP構成が、特に並列可能な処理において優位である。   In general, when firmware executed by a plurality of CPUs and OSs is executed by a single multi-core CPU or SoC, each of a plurality of cores and a plurality of conventional CPUs (OS) are in a one-to-one relationship. A highly portable AMP configuration that can be replaced is advantageous. In terms of power consumption during standby, an AMP configuration that can easily cut power supply independently for each core is advantageous. On the other hand, with respect to the execution efficiency of the entire CPU, there are many cores that can be used for one or a plurality of processes (that is, a plurality of cores can be used for one or a plurality of processes). The SMP configuration is particularly advantageous in parallel processing.

AMP構成を適用した一例として、リアルタイム性を必要とする処理(リアルタイム処理)の遅延を抑制してリアルタイム性能を確保する技術が開示されている(例えば、特許文献1参照)。
また、AMP構成を適用した他の一例として、リアルタイム処理の迅速な実行を可能とする技術が開示されている(例えば、特許文献2参照)。
As an example to which the AMP configuration is applied, a technology for ensuring real-time performance by suppressing delay of processing that requires real-time property (real-time processing) is disclosed (for example, see Patent Document 1).
In addition, as another example to which the AMP configuration is applied, a technique that enables rapid execution of real-time processing is disclosed (for example, see Patent Document 2).

特開2010−226283号公報JP 2010-226283 A 特開2007−193744号公報JP 2007-193744 A

しかしながら、CPUの統廃合に際し、移植性や待機時の消費電力、リアルタイム性能を重視してAMP構成を選択した場合、SMP構成と比較して実行効率が劣るという課題がある。また、AMP構成においてSMP構成と同等の処理速度を得ようとすると、より高性能なCPUを選択する必要があり、コストアップするため、CPUの統廃合の目的と矛盾が生じるという課題がある。   However, there is a problem that execution efficiency is inferior to the SMP configuration when the CPU is integrated and the AMP configuration is selected with emphasis on portability, standby power consumption, and real-time performance. Further, in order to obtain a processing speed equivalent to that of the SMP configuration in the AMP configuration, it is necessary to select a higher-performance CPU, which increases the cost, and there is a problem that a contradiction arises with the purpose of CPU consolidation.

本発明は、動作中の実行効率向上と待機中の消費電力低減とを両立させることが可能な画像形成装置を提供することを目的とする。   SUMMARY OF THE INVENTION An object of the present invention is to provide an image forming apparatus capable of achieving both improvement in execution efficiency during operation and reduction in standby power consumption.

請求項1に記載の発明は、上記目的を達成するためになされたものであり、
複数のコアを備えたマルチコアCPUを有し、独立したプログラムを実行することにより実現される所定動作を同時に複数制御することが可能な制御部を備える画像形成装置において、
前記制御部は、前記複数のコアの各々に個別に前記所定動作を割り当てるAMP構成と、前記複数のコアを併用して一又は複数の前記所定動作を実行するSMP構成と、を切り替える切替部を備え、
前記切替部は、前記所定動作の待機中は前記AMP構成に切り替えるとともに、前記所定動作中は前記SMP構成に切り替えることを特徴とする。
The invention described in claim 1 has been made to achieve the above object,
In an image forming apparatus including a multi-core CPU having a plurality of cores and including a control unit capable of simultaneously controlling a plurality of predetermined operations realized by executing independent programs.
The control unit includes a switching unit that switches between an AMP configuration in which the predetermined operation is individually assigned to each of the plurality of cores and an SMP configuration in which the plurality of cores are used in combination to execute one or a plurality of the predetermined operations. Prepared,
The switching unit switches to the AMP configuration during standby of the predetermined operation and switches to the SMP configuration during the predetermined operation.

請求項2に記載の発明は、請求項1に記載の画像形成装置において、
前記切替部は、前記SMP構成で複数の前記所定動作が行われる場合であって、前記行われる所定動作にリアルタイム性を必要とする所定処理を行うための所定処理期間が存在する場合、前記所定処理期間は前記AMP構成に切り替えることを特徴とする。
According to a second aspect of the present invention, in the image forming apparatus according to the first aspect,
The switching unit is a case where a plurality of the predetermined operations are performed in the SMP configuration, and the predetermined operation is performed when there is a predetermined processing period for performing a predetermined process that requires real-time property in the predetermined operations performed. The processing period is switched to the AMP configuration.

請求項3に記載の発明は、請求項2に記載の画像形成装置において、
前記切替部は、前記SMP構成で行われる複数の所定動作のうち一がFAX通信である場合、着信処理中の期間及び相手機との能力交換処理中の期間は前記AMP構成に切り替えることを特徴とする。
According to a third aspect of the present invention, in the image forming apparatus according to the second aspect,
When one of a plurality of predetermined operations performed in the SMP configuration is FAX communication, the switching unit switches to the AMP configuration during a period during an incoming call process and a period during a capability exchange process with a partner device. And

請求項4に記載の発明は、請求項1〜3のいずれか一項に記載の画像形成装置において、
前記切替部は、前記所定動作がFAX通信である場合、FAXの着信待ち状態時は前記AMP構成に切り替えるとともに、前記FAX通信中は前記SMP構成に切り替えることを特徴とする。
According to a fourth aspect of the present invention, in the image forming apparatus according to any one of the first to third aspects,
When the predetermined operation is fax communication, the switching unit switches to the AMP configuration when waiting for an incoming fax, and switches to the SMP configuration during the fax communication.

本発明によれば、動作中の実行効率向上と待機中の消費電力低減とを両立させることができる。   According to the present invention, it is possible to achieve both improvement in execution efficiency during operation and reduction in standby power consumption.

本実施形態に係る画像形成装置の制御構造を示す機能ブロック図である。FIG. 3 is a functional block diagram illustrating a control structure of the image forming apparatus according to the present embodiment. 本実施形態に係る画像形成装置の動作を示すフローチャートである。5 is a flowchart showing an operation of the image forming apparatus according to the present embodiment. 開始された複数の所定動作のうちの一つがFAX通信であった場合の所定処理及び所定処理期間の一例を示す図である。It is a figure which shows an example of the predetermined | prescribed process and predetermined | prescribed process period when one of the some predetermined operations started is FAX communication. 動作待機時にFAX通信が開始された場合の制御部の具体的な処理を示すタイムチャートである。It is a time chart which shows the specific process of a control part when FAX communication is started at the time of operation | movement standby. コピー動作中にFAX通信が開始された場合の制御部の具体的な処理を示すタイムチャートである。It is a time chart which shows the specific process of a control part when FAX communication is started during copying operation.

以下、本発明の実施の形態について、図面を参照して詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

本実施形態に係る画像形成装置10は、会社や事務所等に設置されたコピー、FAX、プリント等の機能を備えたMFPであり、複数種のジョブを実行可能となっている。
画像形成装置10は、図1に示すように、制御部11と、操作部12と、表示部13と、画像読取部14と、画像形成部15と、通信部16と、記憶部17と、を備えて構成されている。
The image forming apparatus 10 according to the present embodiment is an MFP having functions such as copying, FAX, and printing installed in a company or office, and can execute a plurality of types of jobs.
As shown in FIG. 1, the image forming apparatus 10 includes a control unit 11, an operation unit 12, a display unit 13, an image reading unit 14, an image forming unit 15, a communication unit 16, a storage unit 17, It is configured with.

制御部11は、2つのコア(コアX、コアY)を備えたマルチコアCPU111と、RAM112と、を備えて構成され、画像形成装置10の各部の処理動作を統括的に制御する。マルチコアCPU111は、記憶部17に記憶されている各種プログラムを読み出してRAM112に展開し、当該プログラムとの協働により各種処理を実行する。なお、マルチコアCPU111のコアの数は、2つに限らず、3つ以上であってもよい。
本実施形態では、制御部11は、マルチコアCPU111が備える個々のコアが対等にメモリー(RAM112)を共有して処理を分担するSMP構成と、個々のコア毎にメモリー(RAM112)を割り当てて独立した処理を実行するAMP構成と、を自由に切り替え可能に構成されている。即ち、制御部11は、本発明の切替部として機能する。
The control unit 11 includes a multi-core CPU 111 having two cores (core X and core Y) and a RAM 112, and comprehensively controls processing operations of each unit of the image forming apparatus 10. The multi-core CPU 111 reads out various programs stored in the storage unit 17, develops them in the RAM 112, and executes various processes in cooperation with the programs. Note that the number of cores of the multi-core CPU 111 is not limited to two and may be three or more.
In the present embodiment, the control unit 11 has an SMP configuration in which individual cores included in the multi-core CPU 111 share the memory (RAM 112) equally and shares the processing, and an independent memory (RAM 112) is allocated to each individual core. An AMP configuration for executing processing can be freely switched. That is, the control unit 11 functions as a switching unit of the present invention.

操作部12は、テンキー、スタートキー等の各種操作キーを備え、ユーザーによるキー操作を受け付けて、その操作信号を制御部11に出力する。また、操作部12は、表示部13の表示画面の上面を覆うように透明電極を格子状に配置した感圧式(抵抗膜圧式)のタッチパネルを有し、手指やタッチペン等で押下された力点のXY座標を電圧値で検出して、検出された位置信号を操作信号として制御部11に出力する。なお、タッチパネルは、感圧式に限らず、他の静電式、光式等であってもよい。   The operation unit 12 includes various operation keys such as a numeric keypad and a start key, receives a key operation by the user, and outputs an operation signal to the control unit 11. The operation unit 12 has a pressure-sensitive (resistance film pressure type) touch panel in which transparent electrodes are arranged in a grid pattern so as to cover the upper surface of the display screen of the display unit 13, and the power point pressed by a finger or a touch pen is used. The XY coordinates are detected by voltage values, and the detected position signal is output to the control unit 11 as an operation signal. Note that the touch panel is not limited to a pressure-sensitive type, and may be another electrostatic type, an optical type, or the like.

表示部13は、LCD(Liquid Crystal Display)等により構成され、制御部11から入力される表示信号の指示に従って、表示画面上に各種操作ボタンや装置の状態表示、各機能の動作状況等の表示を行う。   The display unit 13 is configured by an LCD (Liquid Crystal Display) or the like, and displays various operation buttons, device status display, operation status of each function, and the like on the display screen according to instructions of a display signal input from the control unit 11. I do.

画像読取部14は、光源、CCD(Charge Coupled Device)イメージセンサー、A/D変換器等により構成され、光源から原稿へ照明走査した光の反射光を結像して光電変換することで原稿の画像を読み取り、読み取った画像をA/D変換して、得られた画像データを制御部11に出力する。   The image reading unit 14 includes a light source, a CCD (Charge Coupled Device) image sensor, an A / D converter, and the like. The reflected image of the light scanned from the light source to the document is imaged and photoelectrically converted to convert the document. The image is read, the read image is A / D converted, and the obtained image data is output to the control unit 11.

画像形成部15は、外部装置から送信されたプリントジョブや画像読取部14から出力された画像データ、通信部16が受信したFAXのデータ等に基づいて、給紙トレイから供給された用紙に電子写真方式の画像形成を行う。画像形成部15は、感光体ドラム、感光体ドラムの帯電を行う帯電部、画像データに基づいて感光体ドラムの表面を露光走査して静電潜像を形成する露光部、感光体ドラム上の静電潜像にトナーを付着させる現像部、感光体ドラム上に形成されたトナー像を用紙に転写する転写部、用紙上に形成されたトナー像を定着させる定着部等から構成される。なお、画像形成部15による画像形成の方式としては、電子写真方式に限らず、インクジェット方式、熱転写方式など、任意の周知の方法を採用することができる。   The image forming unit 15 electronically prints paper supplied from the paper feed tray on the basis of a print job transmitted from an external device, image data output from the image reading unit 14, FAX data received by the communication unit 16, and the like. Perform photographic image formation. The image forming unit 15 includes a photosensitive drum, a charging unit that charges the photosensitive drum, an exposure unit that exposes and scans the surface of the photosensitive drum based on image data, and forms an electrostatic latent image. The image forming apparatus includes a developing unit that attaches toner to the electrostatic latent image, a transfer unit that transfers the toner image formed on the photosensitive drum to a sheet, and a fixing unit that fixes the toner image formed on the sheet. The image forming method by the image forming unit 15 is not limited to the electrophotographic method, and any well-known method such as an ink jet method or a thermal transfer method can be employed.

通信部16は、ネットワークインターフェース等により構成され、通信ネットワークを介して接続された外部装置との間でデータの送受信を行う。例えば、通信部16は、外部装置から送信されたプリントジョブを受信する。また、通信部16は、公衆回線に接続し、FAXのデータの送受信を行う。   The communication unit 16 includes a network interface and the like, and transmits and receives data to and from an external device connected via a communication network. For example, the communication unit 16 receives a print job transmitted from an external device. The communication unit 16 is connected to a public line, and transmits and receives FAX data.

記憶部17は、不揮発性の半導体メモリーやHDD(Hard Disc Drive)等により構成され、画像形成装置10で実行可能なシステムプログラム、当該システムプログラムで実行可能な各種処理プログラム、これら各種処理プログラムを実行する際に使用されるデータ、制御部11によって演算処理された処理結果のデータ等を記憶する。   The storage unit 17 is configured by a nonvolatile semiconductor memory, HDD (Hard Disc Drive), or the like, and executes a system program that can be executed by the image forming apparatus 10, various processing programs that can be executed by the system program, and these various processing programs. The data used at the time of processing, the data of the processing result calculated by the control unit 11, and the like are stored.

次に、本実施形態に係る画像形成装置10の動作について、図2のフローチャートを参照して説明する。この処理は、画像形成装置10の電源がオンされた後、画像形成装置10がアイドル(IDLE)状態となったことを契機として開始される。   Next, the operation of the image forming apparatus 10 according to the present embodiment will be described with reference to the flowchart of FIG. This process is started when the image forming apparatus 10 is in an idle (IDLE) state after the image forming apparatus 10 is turned on.

まず、制御部11は、AMP構成に切り替え、動作待機時に処理を割り当てる必要のないコア(以下非動作コア)の電源をオフにする(ステップS101)。即ち、制御部11は、動作待機時の処理を1つのコアに割り当てるとともに、残りの非動作コアの電源をオフにする。これにより、動作待機時の消費電力を低減することができる。   First, the control unit 11 switches to the AMP configuration, and turns off the power of a core (hereinafter referred to as a non-operating core) that does not need to be assigned a process when waiting for operation (step S101). That is, the control unit 11 assigns the processing during standby to one core and turns off the power to the remaining non-operating cores. As a result, power consumption during operation standby can be reduced.

次に、制御部11は、所定動作が開始されたか否かを判定する(ステップS102)。所定動作とは、独立したプログラムを実行することにより実現される動作(機能)のことである。所定動作としては、例えば、コピー、FAX、プリント等が挙げられる。
制御部11は、所定動作が開始されたと判定した場合(ステップS102:YES)、次のステップS103へと移行する。
一方、制御部11は、所定動作が開始されていないと判定した場合(ステップS102:NO)、所定動作が開始されるまでステップS102の処理を繰り返す。
Next, the control unit 11 determines whether or not a predetermined operation has been started (step S102). The predetermined operation is an operation (function) realized by executing an independent program. Examples of the predetermined operation include copying, FAX, and printing.
When it is determined that the predetermined operation has been started (step S102: YES), the control unit 11 proceeds to the next step S103.
On the other hand, when it is determined that the predetermined operation has not been started (step S102: NO), the control unit 11 repeats the process of step S102 until the predetermined operation is started.

次に、制御部11は、SMP構成に切り替え、開始された所定動作を、マルチコアCPU111が備える全てのコアで分担して処理を行う(ステップS103)。これにより、所定動作の実行効率を向上させることができる。   Next, the control unit 11 switches to the SMP configuration and performs the processing by sharing the started predetermined operation among all the cores included in the multi-core CPU 111 (step S103). Thereby, the execution efficiency of the predetermined operation can be improved.

次に、制御部11は、他の所定動作が開始されたか否かを判定する(ステップS104)。即ち、制御部11は、ステップS104の処理以降、複数の所定動作を同時に行う必要があるか否かを判定する。
制御部11は、他の所定動作が開始されたと判定した場合(ステップS104:YES)、次のステップS105へと移行する。
一方、制御部11は、他の所定動作が開始されていないと判定した場合(ステップS104:NO)、ステップS110へと移行する。
Next, the control unit 11 determines whether another predetermined operation has been started (step S104). That is, the control unit 11 determines whether it is necessary to perform a plurality of predetermined operations simultaneously after the process of step S104.
When it is determined that another predetermined operation has been started (step S104: YES), the control unit 11 proceeds to the next step S105.
On the other hand, when it determines with the control part 11 not having started other predetermined operation | movement (step S104: NO), it transfers to step S110.

次に、制御部11は、開始された複数の所定動作において、リアルタイム性を必要とする処理(所定処理)を行うための処理期間(所定処理期間)が存在するか否かを判定する(ステップS105)。図3に、開始された複数の所定動作のうちの一つがFAX通信であった場合の所定処理及び所定処理期間の一例を示す。FAX通信は、図3に示すように、5つのフェーズ(処理)A〜Eにより構成される。フェーズAは、着信処理である。フェーズBは、相手機との能力交換処理である。フェーズCは、画像データの送受信処理である。フェーズDは、データ確認処理である。フェーズEは、回線切断処理である。5つのフェーズA〜EのうちフェーズA(着信処理)及びフェーズB(相手機との能力交換処理)がリアルタイム性を必要とする処理(所定処理)であるため、フェーズA及びフェーズBの期間が所定処理期間H1となる。
制御部11は、所定処理期間が存在すると判定した場合(ステップS105:YES)、ステップS107へと移行する。
一方、制御部11は、所定処理期間が存在しないと判定した場合(ステップS105:NO)、次のステップS106へと移行する。
Next, the control unit 11 determines whether or not there is a processing period (predetermined processing period) for performing a process (predetermined process) that requires real-time characteristics in a plurality of started predetermined operations (Step S11). S105). FIG. 3 shows an example of the predetermined processing and the predetermined processing period when one of the started predetermined operations is FAX communication. The FAX communication is composed of five phases (processing) A to E as shown in FIG. Phase A is an incoming call process. Phase B is a capability exchange process with the counterpart device. Phase C is image data transmission / reception processing. Phase D is data confirmation processing. Phase E is line disconnection processing. Of the five phases A to E, phase A (incoming processing) and phase B (capability exchange processing with the partner machine) are processing (predetermined processing) that requires real-time processing, so the periods of phase A and phase B are The predetermined processing period H1 is reached.
When it is determined that the predetermined processing period exists (step S105: YES), the control unit 11 proceeds to step S107.
On the other hand, when it is determined that the predetermined processing period does not exist (step S105: NO), the control unit 11 proceeds to the next step S106.

ステップS106において、制御部11は、開始された複数の所定動作を、マルチコアCPU111が備える全てのコアで分担して処理を行い(ステップS106)、ステップS110へと移行する。これにより、複数の所定動作を実行する場合であっても実行効率を向上させることができる。   In step S <b> 106, the control unit 11 performs processing by sharing the started predetermined operations among all the cores included in the multi-core CPU 111 (step S <b> 106), and proceeds to step S <b> 110. Thereby, even if it is a case where several predetermined operation | movement is performed, execution efficiency can be improved.

ステップS107において、制御部11は、所定処理が開始されるタイミングでAMP構成に切り替え、所定処理を1つのコアに優先して割り当てるとともに、残りのコアに所定処理を含まない所定動作を割り当てる(ステップS107)。これにより、所定処理を確実に実行することができるので、複数の所定動作を同時に行う場合であっても、リアルタイム性能を確保することができる。   In step S107, the control unit 11 switches to the AMP configuration at the timing when the predetermined process is started, assigns the predetermined process with priority to one core, and assigns a predetermined operation not including the predetermined process to the remaining cores (step S107). S107). As a result, the predetermined process can be reliably executed, so that real-time performance can be ensured even when a plurality of predetermined operations are performed simultaneously.

次に、制御部11は、所定処理が終了したか否かを判定する(ステップS108)。
制御部11は、所定処理が終了したと判定した場合(ステップS108:YES)、次のステップS109へと移行する。
一方、制御部11は、所定処理が終了していないと判定した場合(ステップS108:NO)、所定処理が終了するまでステップS108の処理を繰り返す。
Next, the control unit 11 determines whether or not the predetermined process has been completed (step S108).
When it is determined that the predetermined process has been completed (step S108: YES), the control unit 11 proceeds to the next step S109.
On the other hand, when it is determined that the predetermined process has not ended (step S108: NO), the control unit 11 repeats the process of step S108 until the predetermined process ends.

次に、制御部11は、SMP構成に切り替え、開始された複数の所定動作を、マルチコアCPU111が備える全てのコアで分担して処理を行い(ステップS109)、次のステップS110へと移行する。   Next, the control unit 11 switches to the SMP configuration and performs processing by sharing the started predetermined operations among all the cores included in the multi-core CPU 111 (step S109), and proceeds to the next step S110.

ステップS110において、制御部11は、開始された全ての所定動作が終了したか否かを判定する(ステップS110)。
制御部11は、全ての所定動作が終了したと判定した場合(ステップS110:YES)、次のステップS111へと移行する。
一方、制御部11は、全ての所定動作が終了していないと判定した場合(ステップS110:NO)、ステップS104へと移行して、ステップS104以降の処理を繰り返す。
In step S110, the control unit 11 determines whether or not all the predetermined operations that have been started have been completed (step S110).
When it is determined that all the predetermined operations have been completed (step S110: YES), the control unit 11 proceeds to the next step S111.
On the other hand, when it is determined that all the predetermined operations have not been completed (step S110: NO), the control unit 11 proceeds to step S104 and repeats the processes after step S104.

次に、制御部11は、AMP構成に切り替え、非動作コアの電源をオフにする(ステップS111)。   Next, the control unit 11 switches to the AMP configuration and turns off the power of the non-operating core (step S111).

次に、制御部11は、画像形成装置10の電源をオフにする操作が行われたか否かを判定する(ステップS112)。
制御部11は、画像形成装置10の電源をオフにする操作が行われたと判定した場合(ステップS112:YES)、処理を終了して画像形成装置10の電源をオフにする。
一方、制御部11は、画像形成装置10の電源をオフにする操作が行われていないと判定した場合(ステップS112:NO)、ステップS102へと移行して、ステップS102以降の処理を繰り返す。
Next, the control unit 11 determines whether or not an operation for turning off the power of the image forming apparatus 10 has been performed (step S112).
When it is determined that an operation to turn off the power of the image forming apparatus 10 has been performed (step S112: YES), the control unit 11 ends the process and turns off the power of the image forming apparatus 10.
On the other hand, if the control unit 11 determines that an operation to turn off the power of the image forming apparatus 10 has not been performed (step S112: NO), the control unit 11 proceeds to step S102 and repeats the processing after step S102.

図4に、動作待機時にFAX通信が開始された場合の制御部11(マルチコアCPU111)の具体的な処理を示すタイムチャートの一例を示す。   FIG. 4 shows an example of a time chart showing specific processing of the control unit 11 (multi-core CPU 111) when FAX communication is started during operation standby.

動作待機時、制御部11は、動作待機中の期間T11の制御として、AMP構成に切り替え、マルチコアCPU111が備える2つのコアのうち、コアXに動作待機時の処理を割り当ててアイドル状態(着信待ちの状態)とするとともに、残りのコアYの電源をオフ(OFF)にする。   At the time of operation standby, the control unit 11 switches to the AMP configuration as control of the operation standby period T11, assigns the operation standby processing to the core X of the two cores included in the multi-core CPU 111, and is in an idle state (waiting for an incoming call). And the power of the remaining core Y is turned off (OFF).

FAX通信が開始されると、制御部11は、FAX通信中の期間T12の制御として、SMP構成に切り替え、開始されたFAX通信に係る制御(FAX通信制御)を、マルチコアCPU111が備える全てのコア(コアX及びコアY)で分担して処理を行う。   When the FAX communication is started, the control unit 11 switches to the SMP configuration as the control of the period T12 during the FAX communication, and performs control related to the started FAX communication (FAX communication control) for all the cores included in the multi-core CPU 111. (Core X and Core Y) share the processing.

そして、FAX通信が終了すると、制御部11は、動作待機中の期間T13の制御として、AMP構成に切り替え、コアXに動作待機時の処理を割り当ててアイドル状態とするとともに、残りのコアYの電源をオフにする。   When the FAX communication is completed, the control unit 11 switches to the AMP configuration as the control of the operation waiting period T13, assigns the operation standby processing to the core X to be in an idle state, and sets the remaining core Y. Turn off the power.

上記したように、図4に示す例では、FAX非通信時はAMP構成に切り替えて動作待機中の消費電力を抑制することができるとともに、FAX通信時はSMP構成に切り替えて実行効率を向上させることができる。   As described above, in the example shown in FIG. 4, the power consumption during operation standby can be suppressed by switching to the AMP configuration at the time of FAX non-communication, and the execution efficiency is improved by switching to the SMP configuration at the time of FAX communication. be able to.

なお、図4に示す例では、動作待機中の期間T11及びT13の制御において、コアXに動作待機時の処理を割り当てるようにしているが、これに限定されるものではない。即ち、待機時の処理をコアYに割り当てるようにし、コアXの電源をオフにするようにしてもよい。   In the example shown in FIG. 4, the operation standby processing is assigned to the core X in the control of the operation standby periods T <b> 11 and T <b> 13, but is not limited to this. That is, the standby process may be assigned to the core Y, and the power of the core X may be turned off.

図5に、コピー(COPY)動作中にFAX通信が開始された場合の制御部11(マルチコアCPU111)の具体的な処理を示すタイムチャートの一例を示す。図5に示す例では、FAX通信にリアルタイム性を必要とする処理(所定処理)を行うための処理期間(所定処理期間)が存在するケースを説明する。   FIG. 5 shows an example of a time chart showing specific processing of the control unit 11 (multi-core CPU 111) when FAX communication is started during a copy (COPY) operation. In the example shown in FIG. 5, a case will be described in which there is a processing period (predetermined processing period) for performing processing (predetermined processing) that requires real-time processing for FAX communication.

コピー動作が開始されると、制御部11は、コピー動作中の期間T21の制御として、SMP構成に切り替え、開始されたコピー動作に係る制御を、マルチコアCPU111が備える全てのコア(コアX及びコアY)で分担して処理を行う。   When the copy operation is started, the control unit 11 switches to the SMP configuration as control of the period T21 during the copy operation, and controls all the cores (core X and cores) included in the multi-core CPU 111 to perform control related to the started copy operation. Y) share the processing.

コピー動作中にFAX通信が開始されると、制御部11は、コピー動作及びFAX通信の複合動作中の期間T22の制御を行う。図5に示す例では、複合動作中の期間T22は、3つの期間T23〜T25により構成される。第1の期間T23は、FAX通信の所定処理が開始されるまでの期間である。第2の期間T24は、FAX通信の所定処理が行われる期間(所定処理期間)である。第3の期間T25は、FAX通信の所定処理が終了して所定処理が行われていない期間である。   When the FAX communication is started during the copy operation, the control unit 11 controls the period T22 during the combined operation of the copy operation and the FAX communication. In the example illustrated in FIG. 5, the period T22 during the combined operation includes three periods T23 to T25. The first period T23 is a period until a predetermined process of FAX communication is started. The second period T24 is a period during which a predetermined process of FAX communication is performed (predetermined processing period). The third period T25 is a period in which the predetermined process of FAX communication is finished and the predetermined process is not performed.

具体的には、制御部11は、所定処理が開始されるまでの第1の期間T23において、コピー動作及びFAX通信に係る制御を、マルチコアCPU111が備える全てのコア(コアX及びコアY)で分担して処理を行う。
所定処理が行われる第2の期間T24において、制御部11は、所定処理が開始されるタイミングでAMP構成に切り替え、FAX通信の所定処理を1つのコアYに優先して割り当てるとともに、残りのコアXに所定処理を含まない所定動作(コピー動作)を割り当てる。
所定処理が終了した第3の期間T25において、制御部11は、SMP構成に切り替え、第1の期間T23と同様、コピー動作及びFAX通信に係る制御を、マルチコアCPU111が備える全てのコア(コアX及びコアY)で分担して処理を行う。
Specifically, in the first period T23 until the predetermined process is started, the control unit 11 performs control related to the copy operation and FAX communication for all the cores (core X and core Y) included in the multi-core CPU 111. Share and process.
In the second period T24 in which the predetermined process is performed, the control unit 11 switches to the AMP configuration at a timing at which the predetermined process is started, assigns the predetermined process of FAX communication with priority to one core Y, and the remaining cores A predetermined operation (copy operation) not including a predetermined process is assigned to X.
In the third period T25 when the predetermined process is completed, the control unit 11 switches to the SMP configuration, and, similarly to the first period T23, controls related to the copy operation and the FAX communication are performed on all the cores (core X And the core Y).

複合動作のうちFAX通信が終了すると、制御部11は、コピー動作中の期間T26の制御として、SMP構成に切り替え、コピー動作に係る制御を、マルチコアCPU111が備える全てのコア(コアX及びコアY)で分担して処理を行う。   When the FAX communication is completed in the combined operation, the control unit 11 switches to the SMP configuration as the control of the period T26 during the copy operation, and controls all the cores (core X and core Y) included in the multi-core CPU 111 to control the copy operation. ) To share the process.

そして、コピー動作が終了すると、制御部11は、動作待機中の期間T27の制御として、AMP構成に切り替え、コアXに動作待機時の処理を割り当ててアイドル状態とするとともに、残りのコアYの電源をオフにする。   When the copy operation is completed, the control unit 11 switches to the AMP configuration as the control of the operation waiting period T27, assigns the operation waiting process to the core X and sets the idle state, and sets the remaining core Y. Turn off the power.

上記したように、図5に示す例では、コピー動作と並列にFAX通信を行う場合、各動作の予め処理負荷を予測するようにし、リアルタイム性を必要とする処理(所定処理)を行うための処理期間(所定処理期間)においては、AMP構成に切り替えてリアルタイム性能を確保することができる。   As described above, in the example shown in FIG. 5, when FAX communication is performed in parallel with the copy operation, the processing load of each operation is predicted in advance, and processing that requires real-time properties (predetermined processing) is performed. In the processing period (predetermined processing period), real-time performance can be ensured by switching to the AMP configuration.

なお、図5に示す例では、複合動作中にFAX通信の所定処理が行われる第2の期間T24の制御において、FAX通信の所定処理を1つのコアYに優先して割り当てるようにしているが、これに限定されるものではない。即ち、FAX通信の所定処理をコアXに優先して割り当てるようにし、コアYに所定処理を含まない所定動作(コピー動作)を割り当てるようにしてもよい。また、動作待機中の期間T27の制御において、コアXに動作待機時の処理を割り当てるようにしているが、これに限定されるものではなく、待機時の処理をコアYに割り当てるようにし、コアXの電源をオフにするようにしてもよい。   In the example shown in FIG. 5, in the control of the second period T24 in which the predetermined process of FAX communication is performed during the combined operation, the predetermined process of FAX communication is preferentially assigned to one core Y. However, the present invention is not limited to this. That is, a predetermined process of FAX communication may be assigned with priority to the core X, and a predetermined operation (copy operation) that does not include the predetermined process may be assigned to the core Y. Further, in the control of the operation waiting period T27, the operation waiting process is assigned to the core X. However, the present invention is not limited to this, and the waiting process is assigned to the core Y. The power source of X may be turned off.

以上のように、本実施形態に係る画像形成装置10は、複数のコアを備えたマルチコアCPU111を有し、独立したプログラムを実行することにより実現される所定動作を同時に複数制御することが可能な制御部11を備える。また、制御部11は、複数のコアの各々に個別に所定動作を割り当てるAMP構成と、複数のコアを併用して一又は複数の所定動作を実行するSMP構成と、を切り替える切替部(制御部11)を備える。また、切替部は、所定動作の待機中はAMP構成に切り替えるとともに、所定動作中はSMP構成に切り替える。
従って、本実施形態に係る画像形成装置10によれば、開始された所定動作をマルチコアCPU111が備える全てのコアで分担して処理を行うことができるので、所定動作の実行効率を向上させることができる。また、動作待機時の処理を1つのコアに割り当てるとともに残りの非動作コアの電源をオフにする制御を行うことができるので、動作待機時の消費電力を低減することができる。よって、動作中の実行効率向上と待機中の消費電力低減とを両立させることが可能となる。
As described above, the image forming apparatus 10 according to the present embodiment has the multi-core CPU 111 having a plurality of cores, and can simultaneously control a plurality of predetermined operations realized by executing independent programs. A control unit 11 is provided. The control unit 11 is a switching unit (control unit) that switches between an AMP configuration in which a predetermined operation is individually assigned to each of a plurality of cores and an SMP configuration in which a plurality of cores are used together to execute one or a plurality of predetermined operations. 11). The switching unit switches to the AMP configuration while waiting for a predetermined operation, and switches to the SMP configuration during the predetermined operation.
Therefore, according to the image forming apparatus 10 according to the present embodiment, since the predetermined operation started can be shared by all the cores included in the multi-core CPU 111, the execution efficiency of the predetermined operation can be improved. it can. In addition, since it is possible to perform processing for assigning processing during operation standby to one core and powering off the remaining non-operation cores, power consumption during operation standby can be reduced. Therefore, it is possible to achieve both improvement in execution efficiency during operation and reduction in standby power consumption.

また、本実施形態に係る画像形成装置10によれば、切替部は、SMP構成で複数の所定動作が行われる場合であって、行われる所定動作にリアルタイム性を必要とする所定処理を行うための所定処理期間が存在する場合、所定処理期間はAMP構成に切り替える。
従って、本実施形態に係る画像形成装置10によれば、リアルタイム性を必要とする所定処理を1つのコアに優先して割り当てることで確実に実行することができるので、複数の所定動作を同時に行う場合であっても、動作中の実行効率を確保しつつリアルタイム性能を確保することができる。
In addition, according to the image forming apparatus 10 according to the present embodiment, the switching unit performs a predetermined process that requires real-time characteristics in the predetermined operation that is performed when a plurality of predetermined operations are performed in the SMP configuration. When the predetermined processing period exists, the predetermined processing period is switched to the AMP configuration.
Therefore, according to the image forming apparatus 10 according to the present embodiment, a predetermined process requiring real-time property can be reliably executed by preferentially allocating to one core, and thus a plurality of predetermined operations are performed simultaneously. Even in this case, real-time performance can be ensured while ensuring execution efficiency during operation.

また、本実施形態に係る画像形成装置10によれば、切替部は、SMP構成で行われる複数の所定動作のうち一がFAX通信である場合、着信処理中の期間及び相手機との能力交換処理中の期間はAMP構成に切り替える。
従って、本実施形態に係る画像形成装置10によれば、特に、リレー切替処理やモデム制御が頻繁に発生しリアルタイム性能が必要な処理と、リアルタイム性能が必要でない処理と、が混在するFAX通信においても、リアルタイム性を必要とする所定処理を確実に実行することができるので、通信速度の遅延や通信エラーの発生を抑制することができる。
Further, according to the image forming apparatus 10 according to the present embodiment, when one of a plurality of predetermined operations performed in the SMP configuration is FAX communication, the switching unit exchanges the period during the incoming call processing and the capability exchange with the partner machine. The period during processing is switched to the AMP configuration.
Therefore, according to the image forming apparatus 10 according to the present embodiment, particularly in FAX communication in which relay switching processing and modem control frequently occur and processing that requires real-time performance and processing that does not require real-time performance are mixed. However, since a predetermined process that requires real-time performance can be reliably executed, it is possible to suppress a communication speed delay and a communication error.

また、本実施形態に係る画像形成装置10によれば、切替部は、所定動作がFAX通信である場合、FAXの着信待ち状態時はAMP構成に切り替えるとともに、FAX通信中はSMP構成に切り替える。
従って、本実施形態に係る画像形成装置10によれば、開始されたFAX通信をマルチコアCPU111が備える全てのコアで分担して処理を行うことができるので、所定動作の実行効率を向上させることができる。また、FAXの着信待ち状態時の処理を1つのコアに割り当てるとともに残りの非動作コアの電源をオフにする制御を行うことができるので、FAXの着信待ち状態時の消費電力を低減することができる。よって、通信に係る制御が比較的複雑なFAX通信においても、動作中の実行効率向上と待機中の消費電力低減とを両立させることが可能となる。
In addition, according to the image forming apparatus 10 according to the present embodiment, when the predetermined operation is FAX communication, the switching unit switches to the AMP configuration when waiting for a FAX incoming call and switches to the SMP configuration during FAX communication.
Therefore, according to the image forming apparatus 10 according to the present embodiment, since the started FAX communication can be shared by all the cores included in the multi-core CPU 111, the execution efficiency of the predetermined operation can be improved. it can. In addition, since it is possible to perform processing for assigning the processing in the waiting state for FAX incoming call to one core and turning off the power of the remaining non-operating cores, it is possible to reduce the power consumption in the incoming waiting state for FAX. it can. Therefore, even in FAX communication in which control related to communication is relatively complicated, it is possible to achieve both improvement in execution efficiency during operation and reduction in standby power consumption.

以上、本発明に係る実施形態に基づいて具体的に説明したが、本発明は上記実施形態に限定されるものではなく、その要旨を逸脱しない範囲で変更可能である。   As mentioned above, although concretely demonstrated based on embodiment which concerns on this invention, this invention is not limited to the said embodiment, It can change in the range which does not deviate from the summary.

例えば、上記実施形態では、図2のステップS104〜ステップS109の処理において、複数の所定動作が同時に行われる場合に所定処理期間中はAMP構成に切り替える制御を行うようにしているが、これに限定されるものではない。即ち、ステップS104〜ステップS109の処理を行わないようにしてもよく、その場合、ステップS103の処理後、開始された所定動作が全て終了した場合にAMP構成に切り替えることで、動作待機時の消費電力を低減することができる。   For example, in the above-described embodiment, in the processing from step S104 to step S109 in FIG. 2, when a plurality of predetermined operations are performed at the same time, the control to switch to the AMP configuration is performed during the predetermined processing period. Is not to be done. That is, the processing in steps S104 to S109 may not be performed. In that case, after the processing in step S103, when all the predetermined operations that have been started have been completed, switching to the AMP configuration will result in consumption during operation standby. Electric power can be reduced.

また、上記実施形態では、所定処理期間として、FAX通信の着信処理中の期間及び相手機との能力交換処理中の期間を例示して説明しているが、これに限定されるものではない。所定処理期間としては、リアルタイム性を必要とする処理を行うための期間であればいかなる期間であってもよい。   Further, in the above-described embodiment, the predetermined processing period is exemplified by the period during the FAX communication incoming process and the period during the capability exchange process with the partner machine, but is not limited thereto. The predetermined processing period may be any period as long as it is a period for performing processing that requires real-time characteristics.

また、上記実施形態では、動作待機中の期間として、FAX通信の着信待ち状態時を例示して説明しているが、これに限定されるものではない。例えば、コピー動作やプリント動作の待機状態(指示待ち状態)時であってもよい。   In the above-described embodiment, the period of waiting for operation is described by way of example in a state waiting for an incoming fax communication. However, the present invention is not limited to this. For example, it may be in a standby state (waiting for instructions) of a copy operation or a print operation.

その他、画像形成装置を構成する各装置の細部構成及び各装置の細部動作に関しても、
本発明の趣旨を逸脱することのない範囲で適宜変更可能である。
In addition, regarding the detailed configuration of each apparatus constituting the image forming apparatus and the detailed operation of each apparatus,
Modifications can be made as appropriate without departing from the spirit of the present invention.

10 画像形成装置
11 制御部(切替部)
111 マルチコアCPU
112 RAM
12 操作部
13 表示部
14 画像読取部
15 画像形成部
16 通信部
17 記憶部
10 Image forming apparatus 11 Control unit (switching unit)
111 multi-core CPU
112 RAM
12 Operation unit 13 Display unit 14 Image reading unit 15 Image forming unit 16 Communication unit 17 Storage unit

Claims (4)

複数のコアを備えたマルチコアCPUを有し、独立したプログラムを実行することにより実現される所定動作を同時に複数制御することが可能な制御部を備える画像形成装置において、
前記制御部は、前記複数のコアの各々に個別に前記所定動作を割り当てるAMP構成と、前記複数のコアを併用して一又は複数の前記所定動作を実行するSMP構成と、を切り替える切替部を備え、
前記切替部は、前記所定動作の待機中は前記AMP構成に切り替えるとともに、前記所定動作中は前記SMP構成に切り替えることを特徴とする画像形成装置。
In an image forming apparatus including a multi-core CPU having a plurality of cores and including a control unit capable of simultaneously controlling a plurality of predetermined operations realized by executing independent programs.
The control unit includes a switching unit that switches between an AMP configuration in which the predetermined operation is individually assigned to each of the plurality of cores and an SMP configuration in which the plurality of cores are used in combination to execute one or a plurality of the predetermined operations. Prepared,
The image forming apparatus, wherein the switching unit switches to the AMP configuration during standby of the predetermined operation and switches to the SMP configuration during the predetermined operation.
前記切替部は、前記SMP構成で複数の前記所定動作が行われる場合であって、前記行われる所定動作にリアルタイム性を必要とする所定処理を行うための所定処理期間が存在する場合、前記所定処理期間は前記AMP構成に切り替えることを特徴とする請求項1に記載の画像形成装置。   The switching unit is a case where a plurality of the predetermined operations are performed in the SMP configuration, and the predetermined operation is performed when there is a predetermined processing period for performing a predetermined process that requires real-time property in the predetermined operations performed. The image forming apparatus according to claim 1, wherein the processing period is switched to the AMP configuration. 前記切替部は、前記SMP構成で行われる複数の所定動作のうち一がFAX通信である場合、着信処理中の期間及び相手機との能力交換処理中の期間は前記AMP構成に切り替えることを特徴とする請求項2に記載の画像形成装置。   When one of a plurality of predetermined operations performed in the SMP configuration is FAX communication, the switching unit switches to the AMP configuration during a period during an incoming call process and a period during a capability exchange process with a partner device. The image forming apparatus according to claim 2. 前記切替部は、前記所定動作がFAX通信である場合、FAXの着信待ち状態時は前記AMP構成に切り替えるとともに、前記FAX通信中は前記SMP構成に切り替えることを特徴とする請求項1〜3のいずれか一項に記載の画像形成装置。   4. The switch unit according to claim 1, wherein, when the predetermined operation is FAX communication, the switch unit switches to the AMP configuration when waiting for an incoming fax, and switches to the SMP configuration during the FAX communication. The image forming apparatus according to claim 1.
JP2016094977A 2016-05-11 2016-05-11 Image forming device Active JP6867754B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016094977A JP6867754B2 (en) 2016-05-11 2016-05-11 Image forming device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016094977A JP6867754B2 (en) 2016-05-11 2016-05-11 Image forming device

Publications (2)

Publication Number Publication Date
JP2017204106A true JP2017204106A (en) 2017-11-16
JP6867754B2 JP6867754B2 (en) 2021-05-12

Family

ID=60322230

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016094977A Active JP6867754B2 (en) 2016-05-11 2016-05-11 Image forming device

Country Status (1)

Country Link
JP (1) JP6867754B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019093612A (en) * 2017-11-22 2019-06-20 コニカミノルタ株式会社 Image formation apparatus and program

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004326749A (en) * 2003-04-24 2004-11-18 Internatl Business Mach Corp <Ibm> Device and method for dynamically switching multithread processor between single thread mode and simultaneous multithread mode
JP2009211643A (en) * 2008-03-06 2009-09-17 Denso Corp Navigation system
JP2010188598A (en) * 2009-02-18 2010-09-02 Seiko Epson Corp Printing apparatus, driver program and printing system
JP2010218277A (en) * 2009-03-17 2010-09-30 Toyota Motor Corp Failure diagnostic system, electronic control unit, failure diagnostic method
JP2011100338A (en) * 2009-11-06 2011-05-19 Hitachi Automotive Systems Ltd Onboard multiple application execution apparatus
JP2011227305A (en) * 2010-04-20 2011-11-10 Denso Corp On-vehicle navigation system and control device
JP2014153931A (en) * 2013-02-08 2014-08-25 Ricoh Co Ltd Processor system, electronic apparatus, and system control program
JP2015070461A (en) * 2013-09-30 2015-04-13 ブラザー工業株式会社 Facsimile apparatus

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004326749A (en) * 2003-04-24 2004-11-18 Internatl Business Mach Corp <Ibm> Device and method for dynamically switching multithread processor between single thread mode and simultaneous multithread mode
JP2009211643A (en) * 2008-03-06 2009-09-17 Denso Corp Navigation system
JP2010188598A (en) * 2009-02-18 2010-09-02 Seiko Epson Corp Printing apparatus, driver program and printing system
JP2010218277A (en) * 2009-03-17 2010-09-30 Toyota Motor Corp Failure diagnostic system, electronic control unit, failure diagnostic method
JP2011100338A (en) * 2009-11-06 2011-05-19 Hitachi Automotive Systems Ltd Onboard multiple application execution apparatus
JP2011227305A (en) * 2010-04-20 2011-11-10 Denso Corp On-vehicle navigation system and control device
JP2014153931A (en) * 2013-02-08 2014-08-25 Ricoh Co Ltd Processor system, electronic apparatus, and system control program
JP2015070461A (en) * 2013-09-30 2015-04-13 ブラザー工業株式会社 Facsimile apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019093612A (en) * 2017-11-22 2019-06-20 コニカミノルタ株式会社 Image formation apparatus and program
JP7006173B2 (en) 2017-11-22 2022-01-24 コニカミノルタ株式会社 Image forming device and program

Also Published As

Publication number Publication date
JP6867754B2 (en) 2021-05-12

Similar Documents

Publication Publication Date Title
JP5533102B2 (en) Image forming apparatus
US9235793B2 (en) Information processing apparatus, storage medium, and information processing system
JP3721151B2 (en) Image forming apparatus and printing control method
JP6127682B2 (en) Processing control device, image processing device
JP5828357B2 (en) Image forming apparatus, image forming method, and program
JP2007068040A (en) Image-forming apparatus
JP2016063407A (en) Image forming device, parallel processing control method, and control program
JP2011199667A (en) Multifunction peripheral selecting apparatus and multifunction peripheral selecting method
JP2014217020A (en) Image forming apparatus and image forming method
JP6867754B2 (en) Image forming device
US8891103B2 (en) Image forming apparatus which controls the number of jobs that can be executed simultaneously
JP2012078955A (en) Information processing apparatus, power source control method thereof and power source control program
JP6173933B2 (en) Image forming apparatus and image forming method
JP2017046084A (en) Image processing system, control task assignment method and assignment program
JP6597971B2 (en) Image forming apparatus and program
JP2008067299A (en) Image forming apparatus
JP6049781B2 (en) Image forming apparatus, control method, and program
JP4893800B2 (en) Image processing device
JP2005287042A (en) Apparatus, method and program for image formation
JP2015080857A (en) Image formation device and image formation system
JP6477757B2 (en) Image forming system
JP2017224083A (en) Information processing device, control method and program
JP2008003147A (en) Image forming apparatus, power source supply control method and program
JP6171779B2 (en) Image forming apparatus
JP6347571B2 (en) Power saving system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190314

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200107

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20191226

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200305

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20200331

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200519

C60 Trial request (containing other claim documents, opposition documents)

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20200519

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20200528

C21 Notice of transfer of a case for reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C21

Effective date: 20200602

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20200717

C211 Notice of termination of reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C211

Effective date: 20200721

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20201020

C23 Notice of termination of proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C23

Effective date: 20210302

C03 Trial/appeal decision taken

Free format text: JAPANESE INTERMEDIATE CODE: C03

Effective date: 20210406

C30A Notification sent

Free format text: JAPANESE INTERMEDIATE CODE: C3012

Effective date: 20210406

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210409

R150 Certificate of patent or registration of utility model

Ref document number: 6867754

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150