JP6867754B2 - Image forming device - Google Patents

Image forming device Download PDF

Info

Publication number
JP6867754B2
JP6867754B2 JP2016094977A JP2016094977A JP6867754B2 JP 6867754 B2 JP6867754 B2 JP 6867754B2 JP 2016094977 A JP2016094977 A JP 2016094977A JP 2016094977 A JP2016094977 A JP 2016094977A JP 6867754 B2 JP6867754 B2 JP 6867754B2
Authority
JP
Japan
Prior art keywords
predetermined
processing
configuration
image forming
control unit
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.)
Active
Application number
JP2016094977A
Other languages
Japanese (ja)
Other versions
JP2017204106A (en
Inventor
青山 素明
素明 青山
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

Description

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

近年、ファームウェアを実行するCPUのマルチコア化が進み、ジョブの処理や装置の管理に関し、複数のコアを使用して並列又は独立した複数の処理を同時に実行することができるようになっている。一般に、前者の並列処理はSMP(Symmetric Multiprocessing)と呼ばれ、後者の独立処理はAMP(Asymmetric Multiprocessing)と呼ばれている。SMPでは個々のコアが対等にメモリーを共有して処理を分担するのに対し、AMPでは個々のコア毎にメモリーを割り当てて独立した処理を実行する(別々のOSやプログラムを実行する)点が特徴となる。 In recent years, the number of CPUs that execute firmware has increased to multi-core, and it has become possible to simultaneously execute a plurality of parallel or independent processes using a plurality of cores for job processing and device management. Generally, 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 core and independent processing is executed (separate OSs 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, in an MFP (Multi-Function Peripheral), which is a multifunction device having multiple functions such as copy, fax, and print, in order to increase the processing speed, screen display, COPY / SCAN / PRINT control, and mechanism In general, a plurality of independent programs for control, fax communication control, etc. are executed by individual CPUs. On the other hand, with the shift to multi-core CPUs, SoCs that integrate a single multi-core CPU with multiple cores or peripheral ASICs (Application Specific Integrated Circuits) for functions that were conventionally realized using multiple CPUs. (System on a Chip) has become feasible, and CPUs have been consolidated and abolished for the purpose of cost reduction.

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

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

特開2010−226283号公報Japanese Unexamined Patent Publication No. 2010-226283 特開2007−193744号公報JP-A-2007-193744

しかしながら、CPUの統廃合に際し、移植性や待機時の消費電力、リアルタイム性能を重視してAMP構成を選択した場合、SMP構成と比較して実行効率が劣るという課題がある。また、AMP構成においてSMP構成と同等の処理速度を得ようとすると、より高性能なCPUを選択する必要があり、コストアップするため、CPUの統廃合の目的と矛盾が生じるという課題がある。 However, when the AMP configuration is selected with an emphasis on portability, standby power consumption, and real-time performance when consolidating CPUs, there is a problem that the execution efficiency is inferior to that of the SMP configuration. 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 the purpose of consolidating the CPUs is inconsistent.

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

請求項1に記載の発明は、上記目的を達成するためになされたものであり、
複数のコアを備えたマルチコアCPUを有し、独立したプログラムを実行することにより実現される所定動作を同時に複数制御することが可能な制御部を備える画像形成装置において、
前記制御部は、前記複数のコアの各々に個別に前記所定動作を割り当てるAMP構成と、前記複数のコアを併用して一又は複数の前記所定動作を実行するSMP構成と、を切り替える切替部を備え、
前記切替部は、前記所定動作の待機中は前記AMP構成に切り替えるとともに、前記所定動作中は前記SMP構成に切り替え、
前記所定動作の待機中に前記AMP構成に切り替える際に、動作待機時の処理を1つの前記コアに割り当てるとともに、残りの前記コアの電源をオフにすることを特徴とする。
The invention according to claim 1 has been made in order to achieve the above object.
In an image forming apparatus having a multi-core CPU having a plurality of cores and having a control unit capable of simultaneously controlling a plurality of predetermined operations realized by executing independent programs.
The control unit has 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. Prepare
The switching unit switches to the AMP configuration while waiting for the predetermined operation, and switches to the SMP configuration during the predetermined operation.
When switching to the AMP configuration during the standby for the predetermined operation, the processing during the operation standby is assigned to one of the cores, and the power of the remaining cores is turned off.

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

請求項3に記載の発明は、請求項2に記載の画像形成装置において、
前記切替部は、前記SMP構成で行われる複数の所定動作のうち一がFAX通信である場合、着信処理中の期間及び相手機との能力交換処理中の期間は前記AMP構成に切り替えることを特徴とする。
The invention according to claim 3 is the image forming apparatus according to claim 2.
The switching unit is characterized in that 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 the period during incoming call processing and the period during capacity exchange processing with the other party. And.

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

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

本実施形態に係る画像形成装置の制御構造を示す機能ブロック図である。It is a functional block diagram which shows the control structure of the image forming apparatus which concerns on this embodiment. 本実施形態に係る画像形成装置の動作を示すフローチャートである。It is a flowchart which shows the operation of the image forming apparatus which concerns on this embodiment. 開始された複数の所定動作のうちの一つがFAX通信であった場合の所定処理及び所定処理期間の一例を示す図である。It is a figure which shows an example of the predetermined processing and the predetermined processing period when one of a plurality of predetermined operations started is FAX communication. 動作待機時にFAX通信が開始された場合の制御部の具体的な処理を示すタイムチャートである。It is a time chart which shows the specific processing of the control part when FAX communication is started at the time of operation standby. コピー動作中にFAX通信が開始された場合の制御部の具体的な処理を示すタイムチャートである。It is a time chart which shows the specific processing of a control part when FAX communication is started during a copy 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, faxing, and printing installed in a company, an office, or the like, 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, and 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 is configured to include a multi-core CPU 111 having two cores (core X and core Y) and a RAM 112, and comprehensively controls the processing operation of each unit of the image forming apparatus 10. The multi-core CPU 111 reads various programs stored in the storage unit 17 and develops them in the RAM 112, and executes various processes in cooperation with the programs. 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 is independent of the SMP configuration in which the individual cores of the multi-core CPU 111 share the memory (RAM 112) on an equal footing and share the processing, and the memory (RAM 112) is allocated to each individual core. It is configured so that it can be freely switched between an AMP configuration for executing processing and an AMP configuration for executing processing. 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 key operations by the user, and outputs the operation signal to the control unit 11. Further, the operation unit 12 has a pressure-sensitive (resistive 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 force point pressed by a finger, a touch pen, or the like. The XY coordinates are detected by the voltage value, and the detected position signal is output to the control unit 11 as an operation signal. The touch panel is not limited to the 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 composed of an LCD (Liquid Crystal Display) or the like, and according to an instruction of a display signal input from the control unit 11, displays various operation buttons and device statuses on the display screen, displays the operating status of each function, and the like. I do.

画像読取部14は、光源、CCD(Charge Coupled Device)イメージセンサー、A/D変換器等により構成され、光源から原稿へ照明走査した光の反射光を結像して光電変換することで原稿の画像を読み取り、読み取った画像をA/D変換して、得られた画像データを制御部11に出力する。 The image reading unit 14 is composed of a light source, a CCD (Charge Coupled Device) image sensor, an A / D converter, and the like. 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 on the paper supplied from the paper feed tray based on the print job transmitted from the external device, the image data output from the image reading unit 14, the FAX data received by the communication unit 16, and the like. Photographic image formation is performed. The image forming unit 15 is a photoconductor drum, a charging unit that charges the photoconductor drum, an exposure unit that exposes and scans the surface of the photoconductor drum based on image data to form an electrostatic latent image, and an exposure unit on the photoconductor drum. It is composed of a developing unit for adhering toner to an electrostatic latent image, a transfer unit for transferring the toner image formed on the photoconductor drum to paper, a fixing unit for fixing the toner image formed on the paper, and the like. 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 inkjet method or a thermal transfer method can be adopted.

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

記憶部17は、不揮発性の半導体メモリーやHDD(Hard Disc Drive)等により構成され、画像形成装置10で実行可能なシステムプログラム、当該システムプログラムで実行可能な各種処理プログラム、これら各種処理プログラムを実行する際に使用されるデータ、制御部11によって演算処理された処理結果のデータ等を記憶する。 The storage unit 17 is composed of a non-volatile semiconductor memory, an 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 various processing programs. The data used for the program, the processing result data processed 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 the idle (IDLE) state after the power of 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 the core (hereinafter, non-operating core) that does not need to be assigned processing during the operation standby (step S101). That is, the control unit 11 allocates the processing during operation standby to one core and turns off the power of the remaining non-operating cores. As a result, it is possible to reduce the power consumption during operation standby.

次に、制御部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). A predetermined operation is an operation (function) realized by executing an independent program. Predetermined operations include, for example, copying, faxing, printing, and the like.
When the control unit 11 determines that the predetermined operation has started (step S102: YES), the control unit 11 proceeds to the next step S103.
On the other hand, when the control unit 11 determines 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 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 or not another predetermined operation has been started (step S104). That is, the control unit 11 determines whether or not it is necessary to simultaneously perform a plurality of predetermined operations after the process of step S104.
When the control unit 11 determines 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 the control unit 11 determines that another predetermined operation has not been started (step S104: NO), the control unit 11 proceeds 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 performance in the plurality of predetermined operations that have been started (step). S105). FIG. 3 shows an example of a predetermined process and a predetermined process period when one of the plurality of predetermined operations started is FAX communication. As shown in FIG. 3, FAX communication is composed of five phases (processes) A to E. Phase A is incoming call processing. Phase B is a capacity exchange process with the partner machine. Phase C is an image data transmission / reception process. Phase D is a data confirmation process. Phase E is a line disconnection process. Of the five phases A to E, phase A (incoming call processing) and phase B (capacity exchange processing with the other party) are processes that require real-time performance (predetermined processing), so the periods of phase A and phase B are The predetermined processing period is H1.
When the control unit 11 determines that the predetermined processing period exists (step S105: YES), the control unit 11 proceeds to step S107.
On the other hand, when the control unit 11 determines 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 S106, the control unit 11 shares the started plurality of predetermined operations among all the cores included in the multi-core CPU 111 to perform processing (step S106), and proceeds to step S110. As a result, the execution efficiency can be improved even when a plurality of predetermined operations are executed.

ステップ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 to one core with priority, and assigns the remaining core a predetermined operation not including the predetermined process (step). S107). As a result, the predetermined processing can be reliably executed, so that real-time performance can be ensured even when a plurality of predetermined operations are performed at the same time.

次に、制御部11は、所定処理が終了したか否かを判定する(ステップS108)。
制御部11は、所定処理が終了したと判定した場合(ステップS108:YES)、次のステップS109へと移行する。
一方、制御部11は、所定処理が終了していないと判定した場合(ステップS108:NO)、所定処理が終了するまでステップS108の処理を繰り返す。
Next, the control unit 11 determines whether or not the predetermined process is completed (step S108).
When the control unit 11 determines 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 the control unit 11 determines that the predetermined process has not been completed (step S108: NO), the control unit 11 repeats the process of step S108 until the predetermined process is completed.

次に、制御部11は、SMP構成に切り替え、開始された複数の所定動作を、マルチコアCPU111が備える全てのコアで分担して処理を行い(ステップS109)、次のステップS110へと移行する。 Next, the control unit 11 switches to the SMP configuration, shares the started plurality of predetermined operations among all the cores included in the multi-core CPU 111 and performs processing (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 started predetermined operations have been completed (step S110).
When the control unit 11 determines 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 the control unit 11 determines 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 of turning off the power of the image forming apparatus 10 has been performed (step S112).
When the control unit 11 determines that the operation of turning 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, when the control unit 11 determines that the operation of turning off the power of the image forming apparatus 10 has not been performed (step S112: NO), the process proceeds to step S102 and the processes after step S102 are repeated.

図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)にする。 During the operation standby, the control unit 11 switches to the AMP configuration as the control of the operation standby period T11, assigns the processing during the operation standby to the core X of the two cores provided in the multi-core CPU 111, and is in an idle state (waiting for an incoming call). 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 controls the started FAX communication (FAX communication control) in all the cores of the multi-core CPU 111. (Core X and Core Y) share the processing.

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

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

なお、図4に示す例では、動作待機中の期間T11及びT13の制御において、コアXに動作待機時の処理を割り当てるようにしているが、これに限定されるものではない。即ち、待機時の処理をコアYに割り当てるようにし、コアXの電源をオフにするようにしてもよい。 In the example shown in FIG. 4, in the control of the periods T11 and T13 during the operation standby, the processing during the operation standby is assigned to the core X, but the present invention is not limited to this. That is, the standby process may be assigned to the core Y, and the power supply 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 the copy operation. In the example shown in FIG. 5, a case where there is a processing period (predetermined processing period) for performing a process (predetermined processing) that requires real-time performance in FAX communication will be described.

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

コピー動作中に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 shown in FIG. 5, the period T22 during the combined operation is composed of three periods T23 to T25. The first period T23 is a period until the predetermined processing of the FAX communication is started. The second period T24 is a period (predetermined processing period) in which a predetermined processing of FAX communication is performed. The third period T25 is a period in which the predetermined processing of the FAX communication is completed and the predetermined processing 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 processing is started, the control unit 11 controls the copy operation and the FAX communication in all the cores (core X and core Y) included in the multi-core CPU 111. Share the processing.
In the second period T24 in which the predetermined processing is performed, the control unit 11 switches to the AMP configuration at the timing when the predetermined processing is started, assigns the predetermined processing of the FAX communication to one core Y preferentially, and allocates the predetermined processing to the remaining cores. A predetermined operation (copy operation) that does not include a predetermined process is assigned to X.
In the third period T25 when the predetermined processing is completed, the control unit 11 switches to the SMP configuration, and similarly to the first period T23, all the cores (core X) provided in the multi-core CPU 111 control the copy operation and the FAX communication. And core Y) share the processing.

複合動作のうち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) provided in the multi-core CPU 111 for the control related to the copy operation. ) To share the processing.

そして、コピー動作が終了すると、制御部11は、動作待機中の期間T27の制御として、AMP構成に切り替え、コアXに動作待機時の処理を割り当ててアイドル状態とするとともに、残りのコアYの電源をオフにする。 Then, when the copy operation is completed, the control unit 11 switches to the AMP configuration as the control of the period T27 during the operation standby, assigns the processing during the operation standby to the core X, puts it in an idle state, and puts the remaining core Y in an idle state. 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 the processing (predetermined processing) requiring real-time performance is performed. During the processing period (predetermined processing period), the 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 processing of the FAX communication is performed during the combined operation, the predetermined processing of the FAX communication is preferentially assigned to one core Y. , Not limited to this. That is, a predetermined process of FAX communication may be preferentially assigned 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 period T27 during the operation standby, the process during the operation standby is assigned to the core X, but the present invention is not limited to this, and the process during the standby period is assigned to the core Y to be assigned to the core. You may want to turn off the power of X.

以上のように、本実施形態に係る画像形成装置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 a multi-core CPU 111 having a plurality of cores, and can simultaneously control a plurality of predetermined operations realized by executing independent programs. The control unit 11 is provided. Further, 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 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 predetermined operations. 11) is provided. Further, the switching unit switches to the AMP configuration while waiting for the 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, the started predetermined operation can be shared and processed by all the cores included in the multi-core CPU 111, so that the execution efficiency of the predetermined operation can be improved. it can. Further, since the processing during the operation standby can be assigned to one core and the power of the remaining non-operating cores can be turned off, the power consumption during the operation standby can be reduced. Therefore, it is possible to achieve both improvement of execution efficiency during operation and reduction of power consumption during standby.

また、本実施形態に係る画像形成装置10によれば、切替部は、SMP構成で複数の所定動作が行われる場合であって、行われる所定動作にリアルタイム性を必要とする所定処理を行うための所定処理期間が存在する場合、所定処理期間はAMP構成に切り替える。
従って、本実施形態に係る画像形成装置10によれば、リアルタイム性を必要とする所定処理を1つのコアに優先して割り当てることで確実に実行することができるので、複数の所定動作を同時に行う場合であっても、動作中の実行効率を確保しつつリアルタイム性能を確保することができる。
Further, according to the image forming apparatus 10 according to the present embodiment, the switching unit performs a predetermined process that requires real-time performance in the predetermined operation to be performed when a plurality of predetermined operations are performed in the SMP configuration. If there is a predetermined processing period of, the predetermined processing period is switched to the AMP configuration.
Therefore, according to the image forming apparatus 10 according to the present embodiment, it is possible to reliably execute a predetermined process that requires real-time performance by preferentially assigning it to one core, so that a plurality of predetermined operations can be performed at the same time. 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 capacity with the other party during the period during incoming call processing. During the processing period, the AMP configuration is switched.
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 requiring real-time performance and processing not requiring real-time performance coexist. However, since it is possible to reliably execute a predetermined process that requires real-time performance, it is possible to suppress delays in communication speed and occurrence of communication errors.

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

以上、本発明に係る実施形態に基づいて具体的に説明したが、本発明は上記実施形態に限定されるものではなく、その要旨を逸脱しない範囲で変更可能である。 Although the specific description has been given above based on the embodiment of the present invention, the present invention is not limited to the above embodiment and can be changed without departing from the gist thereof.

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

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

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

その他、画像形成装置を構成する各装置の細部構成及び各装置の細部動作に関しても、
本発明の趣旨を逸脱することのない範囲で適宜変更可能である。
In addition, regarding the detailed configuration of each device constituting the image forming apparatus and the detailed operation of each device,
It can be changed 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 device 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構成に切り替え、
前記所定動作の待機中に前記AMP構成に切り替える際に、動作待機時の処理を1つの前記コアに割り当てるとともに、残りの前記コアの電源をオフにすることを特徴とする画像形成装置。
In an image forming apparatus having a multi-core CPU having a plurality of cores and having a control unit capable of simultaneously controlling a plurality of predetermined operations realized by executing independent programs.
The control unit has 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. Prepare
The switching unit switches to the AMP configuration while waiting for the predetermined operation, and switches to the SMP configuration during the predetermined operation.
An image forming apparatus, characterized in that when switching to the AMP configuration during standby for a predetermined operation, processing during standby for operation is assigned to one core and the power of the remaining cores is turned off.
前記切替部は、前記SMP構成で複数の前記所定動作が行われる場合であって、前記行われる所定動作にリアルタイム性を必要とする所定処理を行うための所定処理期間が存在する場合、前記所定処理期間は前記AMP構成に切り替えることを特徴とする請求項1に記載の画像形成装置。 The switching unit is the predetermined when a plurality of the predetermined operations are performed in the SMP configuration and there is a predetermined processing period for performing the predetermined processing requiring real-time performance in the performed predetermined operations. The image forming apparatus according to claim 1, wherein the processing period is switched to the AMP configuration. 前記切替部は、前記SMP構成で行われる複数の所定動作のうち一がFAX通信である場合、着信処理中の期間及び相手機との能力交換処理中の期間は前記AMP構成に切り替えることを特徴とする請求項2に記載の画像形成装置。 The switching unit is characterized in that 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 the period during incoming call processing and the period during capacity exchange processing with the other party. The image forming apparatus according to claim 2. 前記切替部は、前記所定動作がFAX通信である場合、FAXの着信待ち状態時は前記AMP構成に切り替えるとともに、前記FAX通信中は前記SMP構成に切り替えることを特徴とする請求項1〜3のいずれか一項に記載の画像形成装置。 The switching unit according to claim 1 to 3, wherein when the predetermined operation is fax communication, the switching unit switches to the AMP configuration when the fax is waiting for an incoming call, and switches to the SMP configuration during the fax communication. The image forming apparatus according to any one of the following items.
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 JP2017204106A (en) 2017-11-16
JP6867754B2 true 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)

Families Citing this family (1)

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

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7496915B2 (en) * 2003-04-24 2009-02-24 International Business Machines Corporation Dynamic switching of multithreaded processor between single threaded and simultaneous multithreaded modes
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
JP5316128B2 (en) * 2009-03-17 2013-10-16 トヨタ自動車株式会社 Fault diagnosis system, electronic control unit, fault diagnosis method
JP5441626B2 (en) * 2009-11-06 2014-03-12 日立オートモティブシステムズ株式会社 In-vehicle multi-app execution device
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
JP6160409B2 (en) * 2013-09-30 2017-07-12 ブラザー工業株式会社 Facsimile device

Also Published As

Publication number Publication date
JP2017204106A (en) 2017-11-16

Similar Documents

Publication Publication Date Title
JP5533102B2 (en) Image forming apparatus
JP2001169032A (en) Digital copying machine, image forming device and slave machine of digital copying machine
US9235793B2 (en) Information processing apparatus, storage medium, and information processing system
JP6136020B2 (en) Image forming apparatus, parallel processing control method, and control program
JP2009117906A (en) Image output apparatus
JP6127682B2 (en) Processing control device, image processing device
JP2013190950A (en) Control device and start-up method
JP6867754B2 (en) Image forming device
JP6233202B2 (en) Image forming apparatus and job execution method
US8891103B2 (en) Image forming apparatus which controls the number of jobs that can be executed simultaneously
JP6173933B2 (en) Image forming apparatus and image forming method
JP6160931B2 (en) Image forming apparatus, job processing control method, and job processing control program
JP2017046084A (en) Image processing system, control task assignment method and assignment program
JP6049781B2 (en) Image forming apparatus, control method, and program
JP2008067299A (en) Image forming apparatus
JP2018187868A (en) Image formation apparatus and image formation system
JP5907341B2 (en) Printing system
JP6171779B2 (en) Image forming apparatus
JP6477757B2 (en) Image forming system
JP2017224083A (en) Information processing device, control method and program
JP2009288326A (en) Image forming apparatus, image forming method, storage medium and program
JP2005045624A (en) Image forming device
JP6485699B2 (en) Image forming apparatus and image forming system
JP6347571B2 (en) Power saving system
JP2019035898A (en) Image forming apparatus, control device, and program

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 Written amendment

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 Written amendment

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 of reconsideration by examiner 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 Removal of reconsideration by examiner before appeal (zenchi)

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