JP6507941B2 - Image processing apparatus and control method of image processing apparatus - Google Patents

Image processing apparatus and control method of image processing apparatus Download PDF

Info

Publication number
JP6507941B2
JP6507941B2 JP2015169066A JP2015169066A JP6507941B2 JP 6507941 B2 JP6507941 B2 JP 6507941B2 JP 2015169066 A JP2015169066 A JP 2015169066A JP 2015169066 A JP2015169066 A JP 2015169066A JP 6507941 B2 JP6507941 B2 JP 6507941B2
Authority
JP
Japan
Prior art keywords
job
processing
interrupt
unit
image
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
JP2015169066A
Other languages
Japanese (ja)
Other versions
JP2017046285A (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.)
Brother Industries Ltd
Original Assignee
Brother Industries Ltd
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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2015169066A priority Critical patent/JP6507941B2/en
Publication of JP2017046285A publication Critical patent/JP2017046285A/en
Application granted granted Critical
Publication of JP6507941B2 publication Critical patent/JP6507941B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Facsimiles In General (AREA)

Description

本発明は,各種のジョブの処理が可能な画像処理装置およびその制御方法に関する。さらに詳細には,第1のジョブを処理中に第2のジョブを割り込ませて処理する割込み機能に関する技術である。   The present invention relates to an image processing apparatus capable of processing various jobs and a control method thereof. More specifically, the technology relates to an interrupt function for interrupting and processing a second job while processing a first job.

従来から,印刷,読み取り,ファクシミリ送信等,各種のジョブの処理が可能な画像処理装置において,第1のジョブを処理中に第2のジョブを割り込ませて処理する割込み機能が知られている。   2. Description of the Related Art Conventionally, in an image processing apparatus capable of processing various jobs such as printing, reading, facsimile transmission, etc., an interrupt function has been known which processes a first job while interrupting a second job.

割込み機能を開示した文献としては,例えば,特許文献1がある。特許文献1には,第1のジョブの処理中にスタートキーが押下されることによって,第2のジョブを割り込ませて処理する構成,さらに第2のジョブを割り込ませた際,第1のジョブの処理の中断が必要か否かを判断し,中断が必要であれば第1のジョブの処理を中断して第2のジョブを処理し,第2のジョブの処理終了後に第1のジョブの処理を再開し,中断が不要であれば第1のジョブの処理を中断せず,第1のジョブと第2のジョブとを並行して処理する構成,が開示されている。   For example, Patent Document 1 is an example of a document disclosing an interrupt function. According to Patent Document 1, the second job is interrupted and processed by pressing the start key during processing of the first job, and the first job is interrupted when the second job is interrupted. If it is necessary to interrupt the processing of the first job, the second job is processed, and the processing of the second job is completed. A configuration is disclosed in which processing is resumed, and processing of the first job is performed in parallel without interrupting the processing of the first job if interruption is unnecessary.

特開2006−308774号公報JP, 2006-308774, A

しかしながら,前記した従来の技術には,次のような問題があった。すなわち,特許文献1の割込み機能では,第1のジョブの処理中に,ジョブの処理の開始を指示する開始指示を入力するスタートキーの押下によって自動的に第2のジョブを割り込ませる。そのため,第1のジョブの処理の中断が必要な場合であっても画像処理装置が連続して稼働することになり,第2のジョブを第1のジョブと区別し難い。   However, the above-described conventional techniques have the following problems. That is, in the interrupt function of Patent Document 1, while the processing of the first job, the second job is automatically interrupted by pressing the start key for inputting the start instruction for instructing the start of the processing of the job. Therefore, even when the processing of the first job needs to be interrupted, the image processing apparatus operates continuously, and it is difficult to distinguish the second job from the first job.

本発明は,前記した従来の技術が有する問題点を解決するためになされたものである。すなわちその課題とするところは,割込み機能を有する画像処理装置であって,割り込ませるジョブと割り込まれるジョブとの区別がし易い技術を提供することにある。   The present invention has been made to solve the problems of the above-described conventional techniques. That is, the object of the invention is to provide an image processing apparatus having an interrupt function, which can easily distinguish between a job to be interrupted and a job to be interrupted.

この課題の解決を目的としてなされた画像処理装置は,ジョブの処理を行う複数の処理部を備え,前記処理部に,シートに画像を形成する画像形成部と,原稿から画像を読み取る画像読取部と,を含むジョブ処理部と,ジョブの種類と,ジョブの処理の開始を指示する開始指示と,割込みの開始を指示する割込み指示と,を受信可能な受信部と,並行して処理可能なジョブの種類の組合せを記憶する記憶部と,制御部と,を備え,前記制御部は,第1のジョブの処理中に,前記受信部を介して前記割込み指示を受信したことに応じて,前記第1のジョブの処理を中断する中断処理と,前記中断処理にて前記第1のジョブの処理を中断した後,前記受信部を介して第2のジョブの種類と前記第2のジョブの開始を指示する前記開始指示とを受信したことに応じて,前記第2のジョブの種類と前記第1のジョブの種類との組合せが,前記記憶部に記憶された組合せと一致するか否かを判断する判断処理と,前記判断処理にてジョブの種類の組合せが一致しないと判断された場合,前記第2のジョブの処理を開始し,前記第2のジョブの処理が終了した後に,前記第1のジョブの処理を再開し,前記判断処理にてジョブの種類の組合せが一致すると判断された場合,前記第1のジョブの処理を再開し,前記第2のジョブの処理を開始し,前記第2のジョブを前記第1のジョブと並行して処理する割込み処理と,を実行することを特徴としている。   An image processing apparatus made for the purpose of solving the problem comprises a plurality of processing units for processing a job, and the processing unit comprises an image forming unit for forming an image on a sheet, and an image reading unit for reading an image from a document , And a receiving unit capable of receiving, in parallel, a job processing unit including a, a type of job, a start instruction instructing start of processing of the job, and an interrupt instruction instructing start of an interrupt A storage unit storing a combination of job types; and a control unit, the control unit responding to the reception of the interrupt instruction via the receiving unit during processing of the first job, After interrupting processing of the first job and interrupting processing of the first job in the interrupt processing, the type of the second job and the second job are interrupted via the receiving unit Receive the start instruction to indicate the start Determining whether or not the combination of the type of the second job and the type of the first job matches the combination stored in the storage unit, If it is determined that the combination of job types does not match, processing of the second job is started, and processing of the first job is resumed after processing of the second job is completed, If it is determined in the determination process that the combinations of job types match, processing of the first job is resumed, processing of the second job is started, and the second job is selected as the first job. It is characterized in that interrupt processing to be performed in parallel with the job is executed.

本明細書に開示される画像処理装置は,割込み指示を受信すると,処理中の第1のジョブの処理を中断する。そして,中断後,画像形成装置は,第1のジョブの種類と割込み指示の受信後に受け付けた第2のジョブの種類との組合せが,記憶部に記憶される並行して処理可能な組合せと一致するか否かを判断する。一致しないと判断した場合,画像形成装置は,第2のジョブの処理を開始し,第2のジョブの処理の終了後に第1のジョブの処理を再開する。一方,一致すると判断した場合,画像形成装置は,第1のジョブと第2のジョブとを並行して処理する。   The image processing device disclosed in the present specification interrupts the processing of the first job being processed when the interrupt instruction is received. Then, after the interruption, the image forming apparatus matches the combination of the first job type and the second job type received after receiving the interrupt instruction with the combinations that can be processed in parallel stored in the storage unit. Determine if you want to If it is determined that they do not match, the image forming apparatus starts the processing of the second job, and resumes the processing of the first job after the processing of the second job is completed. On the other hand, if it is determined that they match, the image forming apparatus processes the first job and the second job in parallel.

すなわち,本明細書に開示される画像処理装置では,第1のジョブの途中で第2のジョブが割り込む場合であっても,第2のジョブの処理の開始指示の受信時には第1のジョブの処理が中断されて止まっているため,第2のジョブを第1のジョブと区別し易い。つまり,割込み指示の受信によって第1のジョブの処理が中断することにより,第1のジョブの出力物や原稿を,第2のジョブの出力物や原稿と区別して,把握できる。   That is, in the image processing apparatus disclosed in this specification, even when the second job interrupts in the middle of the first job, when the instruction to start the processing of the second job is received, the first job Since the process is interrupted and stopped, it is easy to distinguish the second job from the first job. That is, by interrupting the processing of the first job by receiving the interrupt instruction, it is possible to distinguish the output of the first job and the original from the output of the second job and the original and to grasp the output.

また,本明細書には,他の画像処理装置として,ジョブの処理を行う複数の処理部を備え,前記処理部に,シートに画像を形成する画像形成部と,原稿から画像を読み取る画像読取部と,を含むジョブ処理部と,ジョブの種類と,ジョブの処理の開始を指示する開始指示と,割込みの開始を指示する割込み指示と,を受信可能な受信部と,制御部と,を備え,前記制御部は,第1のジョブの処理中に,前記受信部を介して前記割込み指示を受信したことに応じて,前記第1のジョブの処理を中断する中断処理と,前記中断処理にて前記第1のジョブの処理を中断した後,前記受信部を介して第2のジョブの種類と前記第2のジョブの開始を指示する前記開始指示とを受信したことに応じて,前記複数の処理部のうち,前記第1のジョブの処理に使用する処理部を前記第1のジョブの種類に基づいて,前記第2のジョブの処理に使用する処理部を前記第2のジョブの種類に基づいて,それぞれ特定する特定処理と,前記特定処理にて前記第1のジョブに使用すると特定された処理部と,前記特定処理にて前記第2のジョブに使用すると特定された処理部と,で同じ処理部が含まれるか否かを判断する特定判断処理と,前記特定判断処理にて前記第1のジョブに使用すると特定された処理部の中に前記第2のジョブに使用すると特定された処理部が含まれると判断された場合,前記第2のジョブの処理を開始し,前記第2のジョブの処理が終了した後に,前記第1のジョブの処理を再開し,前記特定判断処理にて前記第1のジョブに使用すると特定された処理部の中に前記第2のジョブに使用すると特定された処理部が含まれないと判断された場合,前記第1のジョブの処理を再開し,前記第2のジョブの処理を開始し,前記第2のジョブを前記第1のジョブと並行して処理する特定割込み処理と,を実行する画像処理装置が開示されている。   The present specification also includes, as another image processing apparatus, a plurality of processing units for processing a job, and the processing unit includes an image forming unit for forming an image on a sheet, and an image reading unit for reading an image from a document A job processing unit including a job processing unit, a type of job, a start instruction instructing start of processing of the job, and a reception unit capable of receiving an interrupt instruction instructing start of an interrupt, and a control unit The control unit is configured to interrupt the processing of the first job in response to the reception of the interrupt instruction via the receiver during processing of the first job; and the interruption processing In response to having received the type of the second job and the start instruction instructing the start of the second job via the receiving unit after interrupting the processing of the first job in Processing of the first job among a plurality of processing units A identification process for identifying a processing unit to be used based on the type of the first job and a processing unit to be used for processing the second job based on the type of the second job; and the identification process Whether the same processing unit is included in the processing unit specified to be used in the first job and the processing unit specified to be used in the second job in the specifying process When it is determined that the processing unit specified to be used for the second job is included in the processing unit specified to be used for the first job in the specific judgment processing and the specific judgment processing, The processing of the second job is started, and after the processing of the second job is completed, the processing of the first job is resumed, and it is specified that the identification judgment processing is to be used for the first job. Said second job in the processing unit If it is determined that the processing unit specified to be used is not included, processing of the first job is resumed, processing of the second job is started, and the second job is used as the first job. An image processing apparatus is disclosed which executes specific interrupt processing to be performed in parallel with the above.

本明細書に開示される上述の画像処理装置は,割込み指示を受信すると,処理中の第1のジョブの処理を中断する。そして,中断後,画像形成装置は,第1のジョブの処理に使用する処理部と,第2のジョブの処理に使用する処理部と,を特定し,同じ処理部が含まれるか否かを判断する。同じ処理部が含まれると判断した場合,画像形成装置は,第2のジョブの処理を開始し,第2のジョブの処理の終了後に第1のジョブの処理を再開する。一方,同じ処理部が含まれないと判断した場合,画像形成装置は,第1のジョブと第2のジョブとを並行して処理する。   The above-described image processing device disclosed in the present specification interrupts the processing of the first job being processed when the interrupt instruction is received. Then, after the interruption, the image forming apparatus specifies the processing unit to be used for the processing of the first job and the processing unit to be used for the processing of the second job, and determines whether the same processing unit is included or not. to decide. If it is determined that the same processing unit is included, the image forming apparatus starts processing of the second job and resumes processing of the first job after processing of the second job is completed. On the other hand, if it is determined that the same processing unit is not included, the image forming apparatus processes the first job and the second job in parallel.

すなわち,本明細書に開示される上述の画像処理装置でも,割込み機能を有する画像処理装置であって,第1のジョブの途中で第2のジョブが割り込む場合であっても,第2のジョブの処理の開始指示の受信時には第1のジョブの処理が中断されて止まっている。そのため,割り込ませるジョブと割り込まれるジョブとの区別がし易い。   That is, the above-described image processing apparatus disclosed in this specification is also an image processing apparatus having an interrupt function, and the second job interrupts even when the second job interrupts in the middle of the first job. Processing of the first job is interrupted and stopped at the time of reception of the processing start instruction. Therefore, it is easy to distinguish between the job to be interrupted and the job to be interrupted.

上記画像処理装置の機能を実現するための制御方法,コンピュータプログラム,および当該コンピュータプログラムを格納するコンピュータ読取可能な記憶媒体も,新規で有用である。   A control method for realizing the functions of the image processing apparatus, a computer program, and a computer readable storage medium storing the computer program are also novel and useful.

本発明によれば,割込み機能を有する画像処理装置であって,割り込ませるジョブと割り込まれるジョブとの区別がし易い技術が実現される。   According to the present invention, it is an image processing apparatus having an interrupt function, and a technology is realized that makes it easy to distinguish between a job to be interrupted and a job to be interrupted.

実施の形態にかかるMFPの概略外観図である。FIG. 1 is a schematic external view of an MFP according to an embodiment. MFPの電気的構成を示すブロック図である。FIG. 2 is a block diagram showing an electrical configuration of the MFP. 並行可能テーブルを示す説明図である。It is explanatory drawing which shows a parallel possible table. 第1の形態の割込処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the interruption processing of a 1st form. 第1の形態の並行可否判別処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the parallel determination process of a 1st form. 第2の形態の割込処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the interruption processing of a 2nd form. 第3の形態の並行可否判別処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the parallel determination processing of a 3rd form. 利用構成テーブルを示す説明図である。It is explanatory drawing which shows a utilization structure table.

以下,本発明にかかる画像処理装置を具体化した第1の形態について,添付図面を参照しつつ詳細に説明する。本形態は,画像形成機能と画像読取機能とを備えた複合機(MFP:Multi Function Peripheral)に本発明を適用したものである。   Hereinafter, a first embodiment of an image processing apparatus according to the present invention will be described in detail with reference to the attached drawings. In the present embodiment, the present invention is applied to a multifunction peripheral (MFP: Multi Function Peripheral) having an image forming function and an image reading function.

第1の形態のMFP100は,図1に示すように,画像形成部10と,画像読取部20と,操作パネル40と,を備えている。画像形成部10と画像読取部20とは,いずれも,処理部の一例である。そして,画像形成部10と画像読取部20とを含むMFP100の内部構成は,ジョブ処理部の一例である。操作パネル40は,受信部および通知部の一例である。   As shown in FIG. 1, the MFP 100 according to the first embodiment includes an image forming unit 10, an image reading unit 20, and an operation panel 40. The image forming unit 10 and the image reading unit 20 are both examples of a processing unit. The internal configuration of the MFP 100 including the image forming unit 10 and the image reading unit 20 is an example of a job processing unit. The operation panel 40 is an example of a reception unit and a notification unit.

画像形成部10は,シートに画像を印刷するための構成である。MFP100は,給紙トレイ11と,排紙トレイ12と,を備えている。給紙トレイ11は,印刷用のシートを収容する。排紙トレイ12には,印刷済みのシートを収容する。MFP100は,給紙トレイ11に収容されているシートに,画像形成部10を用いて印刷し,印刷済みのシートを排紙トレイ12に排紙する。   The image forming unit 10 is configured to print an image on a sheet. The MFP 100 includes a sheet feed tray 11 and a sheet discharge tray 12. The paper feed tray 11 accommodates sheets for printing. The sheet discharge tray 12 accommodates printed sheets. The MFP 100 prints on a sheet stored in the paper feed tray 11 using the image forming unit 10 and discharges the printed sheet to the paper discharge tray 12.

画像形成部10の画像形成方式は,電子写真方式であっても,インクジェット方式であってもよい。また,MFP100は,カラー画像の形成が可能な装置であっても,モノクロ画像専用の装置であってもよい。また,MFP100は,両面印刷可能な装置であっても,片面印刷専用の装置であってもよい。   The image forming method of the image forming unit 10 may be an electrophotographic method or an inkjet method. Further, MFP 100 may be an apparatus capable of forming a color image or an apparatus dedicated to a monochrome image. The MFP 100 may be an apparatus capable of double-sided printing or an apparatus dedicated to single-sided printing.

画像読取部20は,原稿の画像を読み取るための構成である。読取方式は,CCD方式であってもCIS方式であってもよい。また,カラー読み取りが可能であっても,モノクロ読み取りのみであってもよい。   The image reading unit 20 is configured to read an image of a document. The reading method may be a CCD method or a CIS method. Also, color reading may be possible, or only monochrome reading may be performed.

画像読取部20は,読取対象の原稿を搬送する機能を有するADF(自動原稿搬送装置)22を備える。ADF22は,図1に示すように,MFP100の筐体の上部に設けられ,原稿トレイ24と,原稿排紙トレイ25とを備える。画像読取部20は,原稿トレイ24に置かれた原稿の1枚をADF22に搬送させ,搬送中に原稿の画像を読み取り,読み取り済みの原稿を原稿排紙トレイ25に排紙させる。   The image reading unit 20 includes an automatic document feeder (ADF) 22 having a function of feeding a document to be read. As shown in FIG. 1, the ADF 22 is provided on the top of the casing of the MFP 100, and includes a document tray 24 and a document discharge tray 25. The image reading unit 20 causes the ADF 22 to convey one sheet of the document placed on the document tray 24, reads an image of the document during conveyance, and discharges the read document to the document discharge tray 25.

画像読取部20のADF22は,図1中の左奥側の一辺を中心に回転可能であり,MFP100に対して開閉自在に設けられている。ADF22の下側には読取ガラスが設けられ,MFP100は,読取ガラスに置かれた原稿を読み取ることもできる。例えば,MFP100は,ADF22の原稿トレイ24にシートの無い状態で読み取りの指示を受け付けると,読取ガラス上の原稿を読み取る。   The ADF 22 of the image reading unit 20 is rotatable around one side on the left back side in FIG. A reading glass is provided below the ADF 22, and the MFP 100 can also read an original placed on the reading glass. For example, when the MFP 100 receives a reading instruction without a sheet in the document tray 24 of the ADF 22, the MFP 100 reads the document on the reading glass.

操作パネル40は,図1に示すように,液晶ディスプレイ41と,ボタン群とを備える。ボタン群には,スタートボタン42,割込ボタン43,ストップボタン,テンキー等が設けられている。MFP100は,例えば,各種の情報を操作パネル40の液晶ディスプレイ41に表示させる。また,MFP100は,ボタン群への操作によって各ボタンにて発信される信号を受信することにより,各種の指示を受信する。なお,液晶ディスプレイ41は,表示以外に入力操作も可能なタッチパネルであってもよい。タッチパネルを有するMFP100では,各ボタンへの操作に代えて,タッチパネルへの入力によって各種の指示を受信してもよい。   As shown in FIG. 1, the operation panel 40 includes a liquid crystal display 41 and a button group. The button group is provided with a start button 42, an interrupt button 43, a stop button, a ten key, and the like. The MFP 100 displays various information on the liquid crystal display 41 of the operation panel 40, for example. Also, the MFP 100 receives various instructions by receiving signals transmitted from the respective buttons by operating the button group. The liquid crystal display 41 may be a touch panel that can perform an input operation in addition to the display. In the MFP 100 having a touch panel, various instructions may be received by an input to the touch panel instead of the operation to each button.

続いて,本形態のMFP100の電気的構成について説明する。MFP100は,図2に示すように,CPU31と,ROM32と,RAM33と,NVRAM(不揮発性RAM)34とを含むコントローラ30を備えている。また,MFP100は,画像形成部10と,画像読取部20と,ネットワークIF(インターフェース)37と,USBIF38と,電話回線IF39と,操作パネル40と,を備え,これらがコントローラ30に電気的に接続されている。   Subsequently, an electrical configuration of the MFP 100 according to the present embodiment will be described. As shown in FIG. 2, the MFP 100 includes a controller 30 including a CPU 31, a ROM 32, a RAM 33, and an NVRAM (nonvolatile RAM) 34. The MFP 100 further includes an image forming unit 10, an image reading unit 20, a network IF (interface) 37, a USB IF 38, a telephone line IF 39, and an operation panel 40, which are electrically connected to the controller 30. It is done.

ROM32には,MFP100を制御するための各種制御プログラムや各種設定,初期値等が記憶されている。RAM33は,各種制御プログラムが読み出される作業領域として,あるいは,データを一時的に記憶する記憶領域として利用される。NVRAM34は,画像データ等のデータや各種設定等を記憶する領域として利用される。ROM32またはNVRAM34は,記憶部の一例である。   The ROM 32 stores various control programs for controlling the MFP 100, various settings, initial values, and the like. The RAM 33 is used as a work area from which various control programs are read, or as a storage area for temporarily storing data. The NVRAM 34 is used as an area for storing data such as image data and various settings. The ROM 32 or the NVRAM 34 is an example of a storage unit.

CPU31は,ROM32から読み出した制御プログラムに従って,その処理結果をRAM33またはNVRAM34に記憶させながら,MFP100の各構成要素を制御する。CPU31は,制御部の一例である。コントローラ30が制御部であってもよい。なお,図2中のコントローラ30は,CPU31等,MFP100の制御に利用されるハードウェアを纏めた総称であって,実際にMFP100に存在する単一のハードウェアを表すとは限らない。   The CPU 31 controls each component of the MFP 100 while storing the processing result in the RAM 33 or the NVRAM 34 according to the control program read from the ROM 32. The CPU 31 is an example of a control unit. The controller 30 may be a control unit. Note that the controller 30 in FIG. 2 is a generic term that collectively describes hardware used to control the MFP 100, such as the CPU 31, and does not necessarily represent a single piece of hardware that actually exists in the MFP 100.

ネットワークIF37は,ネットワークに接続する外部装置と通信を行うためのハードウェアである。通信方法は,有線であっても無線であってもよい。USBIF38は,USBメモリ等のフラッシュメモリが接続され,接続されたフラッシュメモリと通信を行うためのハードウェアである。電話回線IF39は,電話回線を介して,電話網に接続する外部装置と通信を行うためのハードウェアである。   The network IF 37 is hardware for communicating with an external device connected to the network. The communication method may be wired or wireless. The USB IF 38 is a hardware to which a flash memory such as a USB memory is connected and to communicate with the connected flash memory. The telephone line IF 39 is hardware for communicating with an external device connected to the telephone network via the telephone line.

なお,MFP100は,ネットワークIF37を介して,複数の外部装置との通信を並行して処理可能である。一方,MFP100は,USBIF38に接続されたフラッシュメモリと1対1で通信する。また,MFP100は,電話回線IF39を1回線分のみ備え,電話回線IF39を介してある外部装置との回線が接続されている場合,他の外部装置との回線は接続できない。   The MFP 100 can process communication with a plurality of external devices in parallel via the network IF 37. On the other hand, the MFP 100 communicates with the flash memory connected to the USB IF 38 on a one-to-one basis. Further, when the MFP 100 includes only one telephone line IF 39 and a line with an external device is connected via the telephone line IF 39, the line with another external device can not be connected.

続いて,MFP100にて処理可能なジョブの種類と,各ジョブの処理時にMFP100が使用する構成部について説明する。本形態のMFP100は,PCプリントジョブ,メモリダイレクトプリントジョブ,スキャン−PCジョブ,スキャン−メモリジョブ,ファクシミリ送信ジョブ,ファクシミリ受信ジョブ,コピージョブの各ジョブを処理可能である。   Next, types of jobs that can be processed by the MFP 100 and components that the MFP 100 uses when processing each job will be described. The MFP 100 according to the present embodiment can process each job of a PC print job, a memory direct print job, a scan-PC job, a scan-memory job, a facsimile transmission job, a facsimile reception job, and a copy job.

PCプリントジョブは,パーソナルコンピュータ(PC)等の外部装置からネットワークIF37を介して画像データを受信し,受信した画像データに基づく印刷を行うジョブである。つまり,MFP100は,PCプリントジョブを処理するために,画像形成部10を使用する。   The PC print job is a job for receiving image data from an external apparatus such as a personal computer (PC) via the network IF 37 and performing printing based on the received image data. That is, the MFP 100 uses the image forming unit 10 to process a PC print job.

メモリダイレクトプリントジョブは,USBIF38に接続されたフラッシュメモリに保存されている画像データを読み出し,読み出した画像データに基づく印刷を行うジョブである。つまり,MFP100は,メモリダイレクトプリントジョブを処理するために,USBIF38と画像形成部10とを使用する。   The memo redirect print job is a job for reading out image data stored in a flash memory connected to the USB IF 38 and performing printing based on the read out image data. That is, the MFP 100 uses the USB IF 38 and the image forming unit 10 to process a memory direct print job.

スキャン−PCジョブは,原稿の画像を読み取り,読み取った画像に基づく画像データをネットワークIF37を介してPC等の外部装置に送信するジョブである。つまり,MFP100は,スキャン−PCジョブを処理するために,画像読取部20を使用する。   The scan-PC job is a job for reading an image of a document and transmitting image data based on the read image to an external apparatus such as a PC via the network IF 37. That is, the MFP 100 uses the image reading unit 20 to process a scan-PC job.

スキャン−メモリジョブは,原稿の画像を読み取り,読み取った画像に基づく画像データを,USBIF38に接続されたフラッシュメモリ,または,MFP100に内蔵するRAM33やNVRAM34に保存するジョブである。つまり,MFP100は,スキャン−メモリジョブを処理するために,画像読取部20とUSBIF38とを使用する。   The scan-memory job is a job for reading an image of a document and storing image data based on the read image in a flash memory connected to the USB IF 38 or the RAM 33 or NVRAM 34 built in the MFP 100. That is, the MFP 100 uses the image reading unit 20 and the USB IF 38 to process a scan-memory job.

ファクシミリ送信ジョブは,原稿の画像を読み取り,読み取った画像に基づくファクシミリデータを電話回線IF39を介して電話網に接続されている外部装置に送信するジョブである。つまり,MFP100は,ファクシミリ送信ジョブを処理するために,画像読取部20と電話回線IF39とを使用する。   The facsimile transmission job is a job for reading an image of a document and transmitting facsimile data based on the read image to an external device connected to the telephone network via the telephone line IF 39. That is, the MFP 100 uses the image reading unit 20 and the telephone line IF 39 to process a facsimile transmission job.

ファクシミリ受信ジョブは,電話網に接続されている外部装置から電話回線IF39を介してファクシミリデータを受信し,受信したファクシミリデータに基づく印刷を行うジョブである。つまり,MFP100は,ファクシミリ受信ジョブを処理するために,画像形成部10と電話回線IF39とを使用する。   The facsimile reception job is a job for receiving facsimile data from an external device connected to the telephone network via the telephone line IF 39 and performing printing based on the received facsimile data. That is, the MFP 100 uses the image forming unit 10 and the telephone line IF 39 to process a facsimile reception job.

コピージョブは,原稿の画像を読み取り,読み取った画像に基づく印刷を行うジョブである。つまり,MFP100は,コピージョブを処理するために,画像形成部10と画像読取部20とを使用する。   The copy job is a job for reading an image of a document and performing printing based on the read image. That is, the MFP 100 uses the image forming unit 10 and the image reading unit 20 to process a copy job.

続いて,MFP100における割込操作について説明する。MFP100は,ジョブの処理中に,操作パネル40にて割込ボタン43の押下を受け付けると,処理中のジョブが中断可能である場合は処理中のジョブの処理を中断して,他のジョブの指示入力を受け付ける。MFP100は,他のジョブの指示入力を,例えば,操作パネル40への操作によって受け付ける。以下では,割込ボタン43の押下後に受け付けたジョブを,割込ジョブとし,割込ボタン43の押下時に処理中であったジョブを,先行ジョブとする。先行ジョブは,第1のジョブの一例であり,割込ジョブは,第2のジョブの一例である。   Subsequently, an interrupt operation in MFP 100 will be described. When MFP 100 receives pressing of interrupt button 43 on operation panel 40 during processing of a job, processing of the job being processed is interrupted if the job being processed can be interrupted, and Accepts instruction input. The MFP 100 receives an instruction input of another job, for example, by operating the operation panel 40. In the following, the job accepted after pressing the interrupt button 43 is taken as an interrupt job, and the job being processed when the interrupt button 43 is pressed is taken as a preceding job. The preceding job is an example of a first job, and the interrupt job is an example of a second job.

MFP100は,割込ボタン43の押下を受け付けて先行ジョブの処理を中断した後,割込ジョブと先行ジョブとを並行して処理可能であるか否かを判断する。そして,並行して処理可能であると判断した場合,MFP100は,割込ジョブと先行ジョブとを並行して処理する。一方,並行して処理可能ではないと判断した場合,MFP100は,割込ジョブをまず処理し,割込ジョブの処理が終了した後,先行ジョブの処理を再開する。   After accepting the pressing of the interrupt button 43 and interrupting the processing of the preceding job, the MFP 100 determines whether or not the interrupt job and the preceding job can be processed in parallel. If the MFP 100 determines that the processing can be performed in parallel, the MFP 100 processes the interrupt job and the preceding job in parallel. On the other hand, if it is determined that the processing can not be performed in parallel, the MFP 100 first processes the interrupt job, and resumes the processing of the preceding job after the processing of the interrupt job is completed.

MFP100は,同じ構成部を使用しない2つのジョブを並行して処理できる。具体的に,MFP100は,画像形成部10を使用し,画像読取部20を使用しないジョブと,画像読取部20を使用し,画像形成部10を使用しないジョブとを,同時に並行して処理できる。   The MFP 100 can process in parallel two jobs that do not use the same component. Specifically, MFP 100 can simultaneously process in parallel a job using image forming unit 10 and not using image reading unit 20 and a job using image reading unit 20 and not using image forming unit 10 .

一方,MFP100は,同じ構成部を使用する2つのジョブを同時に並行して処理できない。具体的に,MFP100は,画像形成部10を使用するジョブと,画像形成部10を使用するジョブとを並行して処理できない。また,MFP100は,画像読取部20を使用するジョブと,画像読取部20を使用するジョブとを並行して処理できない。   On the other hand, the MFP 100 can not simultaneously process two jobs using the same component in parallel. Specifically, the MFP 100 can not process the job using the image forming unit 10 and the job using the image forming unit 10 in parallel. Further, the MFP 100 can not process the job using the image reading unit 20 and the job using the image reading unit 20 in parallel.

そして,MFP100は,2つのジョブを並行して処理可能であるか否かを判断するために,ROM32またはNVRAM34に,図3に示すような並行可能テーブル61を記憶している。並行可能テーブル61には,各先行ジョブの種類に対応して,その先行ジョブと並行して処理可能な割込ジョブの種類が記憶されている。そして,MFP100は,受け付けた割込ジョブの種類が,並行可能テーブル61に記憶されている「先行ジョブと並行処理可能な割込ジョブの種類」に含まれている場合には,割込ジョブと先行ジョブとを並行して処理可能であると判断する。   Then, in order to determine whether or not the two jobs can be processed in parallel, the MFP 100 stores a parallel possibility table 61 as shown in FIG. 3 in the ROM 32 or the NVRAM 34. The concurrent possibility table 61 stores the types of interrupt jobs that can be processed in parallel with the preceding job, corresponding to the types of the preceding job. If the accepted type of the interrupt job is included in the “type of interrupt job that can be processed in parallel with the preceding job” stored in the parallel possibility table 61, the MFP 100 determines that the interrupt job is accepted. It is determined that the preceding job can be processed in parallel.

図3に示したように,先行ジョブがPCプリントジョブである場合,先行ジョブと並行して処理可能な割込ジョブの種類は,スキャン−PCジョブまたはスキャン−メモリジョブまたはファクシミリ送信ジョブのいずれかである。前述したように,PCプリントジョブは,画像形成部10を使用するジョブであり,スキャン−PCジョブ,スキャン−メモリジョブ,ファクシミリ送信ジョブは,いずれも,画像読取部20を使用し,画像形成部10を使用しないジョブである。従って,MFP100は,PCプリントジョブを処理中に,スキャン−PCジョブ,または,スキャン−メモリジョブ,または,ファクシミリ送信ジョブのいずれかを,PCプリントジョブと並行して処理できる。   As shown in FIG. 3, when the preceding job is a PC print job, the types of interrupt jobs that can be processed in parallel with the preceding job are either scan-PC job or scan-memory job or facsimile transmission job. It is. As described above, the PC print job is a job using the image forming unit 10, and the scan-PC job, the scan-memory job, and the facsimile transmission job all use the image reading unit 20, and the image forming unit This is a job that does not use 10. Therefore, while processing a PC print job, the MFP 100 can process either a scan-PC job, a scan-memory job, or a facsimile transmission job in parallel with the PC print job.

また,図3に示したように,MFP100は,メモリダイレクトプリントジョブを処理中に,スキャン−PCジョブまたはファクシミリ送信ジョブを並行して処理できる。また,MFP100は,スキャン−PCジョブを処理中に,PCプリントジョブまたはメモリダイレクトプリントジョブを,並行して処理できる。また,MFP100は,スキャン−メモリジョブを処理中に,PCプリントジョブを,並行して処理できる。   Also, as shown in FIG. 3, the MFP 100 can process scan-PC jobs or facsimile transmission jobs in parallel while processing a memory direct print job. Further, the MFP 100 can process a PC print job or a memory direct print job in parallel while processing a scan-PC job. Further, the MFP 100 can process PC print jobs in parallel while processing scan-memory jobs.

なお,MFP100は,並行可能テーブル61に記憶されていない種類の割込ジョブを,対応する先行ジョブと並行して処理できない。そして,受け付けた割込ジョブの種類と先行ジョブの種類との組合せが,並行可能テーブル61に記憶されていない組合せであれば,MFP100は,受け付けた割込ジョブを先行ジョブと並行して処理できないと判断する。   Note that the MFP 100 can not process an interrupt job of a type not stored in the parallel possibility table 61 in parallel with the corresponding preceding job. Then, if the combination of the accepted type of the interrupt job and the type of the preceding job is not a combination stored in the parallel possible table 61, the MFP 100 can not process the accepted interrupt job in parallel with the preceding job. I will judge.

例えば,MFP100は,PCプリントジョブとPCプリントジョブとのように,同種の2つのジョブを並行して処理できない。また,MFP100は,いずれもUSBIF38を使用するジョブである,スキャン−メモリジョブとメモリダイレクトプリントジョブとを,並行して処理できない。また,MFP100は,コピージョブと他のジョブとを並行して処理できない。コピージョブの処理時には,MFP100は,画像形成部10と画像読取部20との両方を使用するからである。   For example, the MFP 100 can not process two jobs of the same type in parallel, such as a PC print job and a PC print job. Further, the MFP 100 can not process scan-memory jobs and memory direct print jobs, which are jobs using the USB IF 38, in parallel. Further, the MFP 100 can not process the copy job and other jobs in parallel. This is because the MFP 100 uses both the image forming unit 10 and the image reading unit 20 when processing a copy job.

続いて,MFP100にて前述した割込み動作を実現するための割込処理の手順について,図4のフローチャートを参照して説明する。この割込処理は,割込ボタン43の押下を受け付けたことを契機に,MFP100のCPU31にて実行される。   Next, the procedure of the interrupt processing for realizing the above-described interrupt operation in MFP 100 will be described with reference to the flowchart in FIG. The interrupt process is executed by the CPU 31 of the MFP 100 when the pressing of the interrupt button 43 is accepted.

CPU31は,割込ボタン43の押下を受け付けると,まず,割込み可能な状態であるか否かを判断する(S101)。具体的には,CPU31は,中断しても続きから再開可能なジョブの処理中であるか否かを判断する。割込み可能な状態ではないと判断した場合(S101:NO),CPU31は,割込処理を終了する。なお,CPU31は,割込み可能な状態ではないと判断した場合には,その旨を液晶ディスプレイ41に表示させてもよい。   When receiving the pressing of the interrupt button 43, the CPU 31 first determines whether or not an interrupt is possible (S101). Specifically, the CPU 31 determines whether or not processing of a job that can be resumed from the continuation after interruption is being processed. If it is determined that the state is not an interruptible state (S101: NO), the CPU 31 ends the interrupt processing. If the CPU 31 determines that the state is not interruptible, the CPU 31 may cause the liquid crystal display 41 to display a message to that effect.

例えば,ジョブの処理中ではない場合には,CPU31は,割込み可能な状態ではないと判断する。ジョブの処理中ではない場合,CPU31は,割込処理を終了して,通常の処理としてジョブを受け付ける。   For example, when the job is not being processed, the CPU 31 determines that an interrupt is not possible. If the job is not being processed, the CPU 31 ends the interrupt processing and accepts the job as normal processing.

また,CPU31は,ファクシミリ受信ジョブやファクシミリ送信ジョブの処理中であれば,割込み可能な状態ではないと判断する。ファクシミリ受信ジョブやファクシミリ送信ジョブは,電話回線を介して外部機器と通信するジョブである。そして,通信相手である外部機器が割込処理に伴うジョブの中断に対応しているかどうかは,保証されない。つまり,ファクシミリ受信ジョブやファクシミリ送信ジョブの処理を中断した場合,中断したジョブの処理を適切に再開できない可能性がある。そのため,CPU31は,先行ジョブがファクシミリ受信ジョブあるいはファクシミリ送信ジョブである場合,割込ボタン43の押下を受け付けても割込みを受け付けない。そして,CPU31は,割込処理を終了して,処理中のファクシミリ受信ジョブやファクシミリ送信ジョブの処理を継続する。   If the CPU 31 is processing a facsimile reception job or a facsimile transmission job, it determines that it is not in an interruptable state. The facsimile reception job and the facsimile transmission job are jobs for communicating with an external device through a telephone line. And, it can not be guaranteed whether the external device that is the other end of the communication supports the interruption of the job accompanying the interrupt processing. That is, when the process of the facsimile reception job or the facsimile transmission job is interrupted, the process of the interrupted job may not be properly resumed. Therefore, when the preceding job is a facsimile reception job or a facsimile transmission job, the CPU 31 does not receive an interrupt even if the pressing of the interrupt button 43 is received. Then, the CPU 31 ends the interrupt processing and continues the processing of the facsimile reception job and the facsimile transmission job being processed.

一方,CPU31は,ファクシミリ受信ジョブやファクシミリ送信ジョブ以外のジョブ,例えば,PCプリントジョブ,スキャン−PCジョブ,コピージョブ等の処理中であれば,割込み可能な状態であると判断する。そして,割込み可能な状態であると判断した場合(S101:YES),CPU31は,先行ジョブの処理を中断する(S102)。S102は,中断処理の一例である。   On the other hand, if the CPU 31 is processing a job other than a facsimile reception job or a facsimile transmission job, such as a PC print job, a scan-PC job, a copy job, etc., it determines that an interrupt is possible. When it is determined that the interruption is possible (S101: YES), the CPU 31 interrupts the processing of the preceding job (S102). S102 is an example of the interruption process.

CPU31は,S102にて,処理中のシートの印刷や読取を完了させるとともに,少なくとも次のシートの搬送を含む動作を開始させない。先行ジョブの処理を中断することで,先行ジョブに係るシートの移動が停止するので,割込ボタン43を押下したユーザにとって,割込みが受け付けられたことがわかりやすい。   The CPU 31 completes the printing and reading of the sheet being processed at S102 and does not start an operation including at least the conveyance of the next sheet. Since the movement of the sheet related to the preceding job is stopped by interrupting the processing of the preceding job, it is easy for the user who pressed the interruption button 43 to understand that the interruption is accepted.

先行ジョブの処理を中断した後,CPU31は,割込ジョブの指示を受け付ける。CPU31は,例えば,操作パネル40にて,割込ジョブの内容についての各種の設定と,設定完了の指示の入力を受け付ける。そして,CPU31は,設定完了の指示を受け付けたか否かを判断する(S104)。なお,CPU31は,スタートボタン42の押下を受け付けた場合も,設定完了の指示であると判断する。   After interrupting the processing of the preceding job, the CPU 31 receives the instruction of the interrupt job. For example, the CPU 31 receives, on the operation panel 40, various settings for the content of the interrupt job and an input of a setting completion instruction. Then, the CPU 31 determines whether an instruction for setting completion has been received (S104). Also when the CPU 31 receives pressing of the start button 42, it determines that it is an instruction to complete the setting.

設定完了の指示を受け付けていないと判断した場合(S104:NO),CPU31は,設定完了の指示を受け付けるまで,割込ジョブの各種の設定等の入力を受け付ける。なお,先行ジョブの処理を停止した後,所定の待機時間を過ぎても設定完了の指示を受け付けていない場合には,割込みをキャンセルして先行ジョブの処理を再開するように制御してもよい。   If it is determined that the setting completion instruction has not been received (S104: NO), the CPU 31 receives inputs such as various settings of the interrupt job until the setting completion instruction is received. In addition, after stopping the processing of the preceding job, if the setting completion instruction is not received even after the predetermined waiting time, the interruption may be canceled and the processing of the preceding job may be resumed. .

そして,設定完了の指示を受け付けたと判断した場合(S104:YES),CPU31は,受け付けた設定に基づいて,割込ジョブの種類を取得する(S106)。さらに,CPU31は,割込ジョブの処理を開始する(S107)。   Then, if it is determined that the setting completion instruction has been received (S104: YES), the CPU 31 acquires the type of the interrupt job based on the received setting (S106). Further, the CPU 31 starts processing of the interrupt job (S107).

さらに,CPU31は,割込ジョブと先行ジョブとを並行して処理できる否かを判別する並行可否判別処理の実行を開始する(S109)。S109は,判断処理の一例である。次に,並行可否判別処理の手順について,図5のフローチャートを参照して説明する。   Furthermore, the CPU 31 starts execution of the parallel determination processing to determine whether or not the interrupt job and the preceding job can be processed in parallel (S109). S109 is an example of the determination process. Next, the procedure of the parallel determination processing will be described with reference to the flowchart of FIG.

並行可否判別処理では,CPU31は,まず,並行可能テーブル61を読み出す(S201)。そして,CPU31は,並行可能テーブル61に基づいて,先行ジョブと並行して処理できるジョブの種類を取得する(S202)。さらに,CPU31は,取得したジョブの種類の中に,S106にて取得した割込ジョブのジョブの種類が含まれるか否かを判断する(S203)。   In the parallel determination processing, the CPU 31 first reads the parallel possible table 61 (S201). Then, the CPU 31 acquires the type of job that can be processed in parallel with the preceding job based on the parallel possibility table 61 (S202). Furthermore, the CPU 31 determines whether the type of the interrupt job acquired in S106 is included in the acquired type of job (S203).

そして,割込ジョブのジョブの種類が含まれると判断した場合(S203:YES),CPU31は,並行可能フラグをオンとして(S204),並行可否判別処理を終了する。つまり,割込ジョブのジョブの種類と先行ジョブのジョブの種類との組合せが,並行可能テーブル61に記憶されている組合せである場合には,CPU31は,割込ジョブと先行ジョブとを並行して処理できると判断する。なお,並行可能フラグは,NVRAM34に記憶されている情報である。   When it is determined that the type of the interrupt job is included (S203: YES), the CPU 31 turns on the parallel possibility flag (S204), and ends the parallel determination processing. That is, when the combination of the job type of the interrupt job and the job type of the preceding job is the combination stored in the parallel possible table 61, the CPU 31 sets the interrupt job and the preceding job in parallel. Judge that it can be processed. The concurrency flag is information stored in the NVRAM 34.

一方,割込ジョブのジョブの種類が含まれないと判断した場合(S203:NO),CPU31は,並行可能フラグをオフとして(S205),並行可否判別処理を終了する。つまり,割込ジョブのジョブの種類と先行ジョブのジョブの種類との組合せが,並行可能テーブル61に記憶されている組合せに含まれていない場合には,CPU31は,割込ジョブと先行ジョブとを並行して処理できないと判断する。   On the other hand, when it is determined that the type of job of the interrupt job is not included (S203: NO), the CPU 31 turns off the concurrency flag (S205), and ends the concurrence determination processing. That is, when the combination of the job type of the interrupt job and the job type of the preceding job is not included in the combination stored in the parallel possible table 61, the CPU 31 checks the combination of the interrupt job and the preceding job. It can not be processed in parallel.

図4の割込処理に戻り,CPU31は,S109の並行可否判別処理の後,並行可能フラグがオンであるか否かを判断する(S110)。そして,並行可能フラグがオンではないと判断した場合(S110:NO),CPU31は,割込ジョブの処理が終了したか否かを判断する(S112)。   Returning to the interrupt processing of FIG. 4, the CPU 31 determines whether or not the concurrency flag is on after the concurrence determination processing of S109 (S110). Then, if it is determined that the parallel possibility flag is not on (S110: NO), the CPU 31 determines whether the processing of the interrupt job is completed (S112).

割込ジョブの処理が終了していないと判断した場合(S112:NO),CPU31は,さらに継続して割込ジョブを処理する。つまり,CPU31は,割込ジョブの終了を待つ。一方,割込ジョブの処理が終了したと判断した場合(S112:YES),CPU31は,先行ジョブの処理を再開し(S113),割込処理を終了する。S112とS113とは,割込み処理の一部の一例である。   If it is determined that the processing of the interrupt job has not ended (S112: NO), the CPU 31 continues to process the interrupt job. That is, the CPU 31 waits for the end of the interrupt job. On the other hand, when it is determined that the processing of the interrupt job is completed (S112: YES), the CPU 31 resumes the processing of the preceding job (S113), and ends the interrupt processing. S112 and S113 are an example of a part of interrupt processing.

並行可能フラグがオンであると判断した場合(S110:YES),CPU31は,割込ジョブの処理を開始してから所定時間が経過したか否かを判断する(S115)。所定時間は,例えば,1秒〜5秒の範囲内の固定値であり,ROM32またはNVRAM34に記憶されている。   If it is determined that the parallel possibility flag is on (S110: YES), the CPU 31 determines whether a predetermined time has elapsed since the start of the processing of the interrupt job (S115). The predetermined time is, for example, a fixed value within the range of 1 second to 5 seconds, and is stored in the ROM 32 or the NVRAM 34.

そして,所定時間が経過していないと判断した場合(S115:NO),CPU31は,さらに継続して割込ジョブを処理する。つまり,CPU31は,所定時間の経過を待つ。そして,所定時間が経過したと判断した場合(S115:YES),CPU31は,先行ジョブを割込ジョブと並行して処理することを通知する(S117)。通知は,例えば,操作パネル40の液晶ディスプレイ41への表示でもよいし,音声ガイダンスの再生でもよい。さらに,CPU31は,先行ジョブの処理を再開する(S118)。S118は,割込み処理の一部の一例である。   When it is determined that the predetermined time has not elapsed (S115: NO), the CPU 31 continues to process the interrupt job. That is, the CPU 31 waits for the passage of a predetermined time. When it is determined that the predetermined time has elapsed (S115: YES), the CPU 31 notifies that the preceding job is to be processed in parallel with the interrupting job (S117). The notification may be, for example, display on the liquid crystal display 41 of the operation panel 40 or reproduction of voice guidance. Furthermore, the CPU 31 resumes the processing of the preceding job (S118). S118 is an example of a part of interrupt processing.

先行ジョブを割込ジョブと並行して処理することを通知することにより,割込ジョブのユーザに,誤操作したかもしれないという不安や誤解を与える可能性を低減できる。そして,ユーザが正常に並行して処理している2つのジョブの少なくとも一方を停止させてしまう操作を行う可能性を,低減できる。また,割込ジョブの処理の開始から所定時間の経過後に先行ジョブの処理を再開することで,割込ジョブのユーザが,先行ジョブの処理を割込ジョブの処理と勘違いする可能性を,低減できる。   By notifying that the preceding job is processed in parallel with the interrupt job, it is possible to reduce the possibility of giving the user of the interrupt job the fear or misunderstanding that the user may have misoperated. Then, the possibility of the user performing an operation to stop at least one of the two jobs being processed normally in parallel can be reduced. Also, by resuming the processing of the preceding job after a predetermined time has elapsed from the start of the processing of the interrupt job, the possibility that the user of the interrupt job may misinterpret the processing of the preceding job with the processing of the interrupt job is reduced it can.

そして,CPU31は,割込ジョブの処理が終了したか否かを判断する(S120)。終了していないと判断した場合(S120:NO),CPU31は,さらに継続して割込ジョブと先行ジョブとを処理する。割込ジョブの処理が終了したと判断した場合(S120:YES),CPU31は,先行ジョブの処理が終了したか否かを判断する(S122)。割込ジョブの処理が終了した時点で,先行ジョブの処理も終了していると判断した場合(S122:YES),CPU31は,割込処理を終了する。   Then, the CPU 31 determines whether the processing of the interrupt job is completed (S120). If it is determined that the process has not ended (S120: NO), the CPU 31 continues to process the interrupt job and the preceding job. If it is determined that the processing of the interrupt job has ended (S120: YES), the CPU 31 determines whether the processing of the preceding job has ended (S122). When it is determined that the processing of the preceding job is also completed when the processing of the interrupt job is completed (S122: YES), the CPU 31 ends the interrupt processing.

一方,割込ジョブの処理が終了した時点で,先行ジョブの処理が終了していないと判断した場合(S122:NO),CPU31は,先行ジョブの処理を再度中断する(S124)。S124は,再中断処理の一例である。例えば,CPU31は,S102と同様に,次のシートの搬送を含む動作を行わない。   On the other hand, when it is determined that the processing of the preceding job is not completed (S122: NO), the CPU 31 interrupts the processing of the preceding job again (S124). S124 is an example of re-interruption processing. For example, the CPU 31 does not perform an operation including conveyance of the next sheet, as in S102.

そして,中断後,例えば,CPU31は,さらに他の割込ジョブを受け付け可能である旨を,液晶ディスプレイ41に表示させる。CPU31は,他に割込ジョブが無い場合には割込終了の指示を入力する旨をも,表示させてもよい。そして,CPU31は,新たに,割込ジョブの指示入力を受け付けたか否かを判断する(S125)。   Then, after the interruption, for example, the CPU 31 causes the liquid crystal display 41 to display that another interruption job can be received. If there is no other interrupt job, the CPU 31 may also display an instruction to input an interrupt end instruction. Then, the CPU 31 newly determines whether an instruction input of an interrupt job has been received (S125).

新たな割込ジョブの指示を受け付けたと判断した場合(S125:YES),CPU31は,S104へ戻り,新たな割込ジョブの設定完了を受け付けたか否かを判断する。そして,CPU31は,新たな割込ジョブの設定完了を受け付けたと判断したら,新たな割込ジョブと先行ジョブとを並行して処理可能であるかを判断し,可能であれば並行して処理する。新たな割込ジョブに対するS109は,再判断処理の一例であり,新たな割込ジョブに対するS112,S113,S118は,再割込み処理の一例である。   If it is determined that an instruction for a new interrupt job has been received (S125: YES), the CPU 31 returns to S104 and determines whether or not the setting completion of a new interrupt job has been received. Then, when determining that the setting completion of the new interrupt job has been received, the CPU 31 determines whether the new interrupt job and the preceding job can be processed in parallel, and processes them in parallel if possible. . S109 for the new interrupt job is an example of the redetermination process, and S112, S113, and S118 for the new interrupt job are an example of the reinterruption process.

割込ジョブの処理が終了したとしても,ユーザがさらに別のジョブを割り込ませることもある。その場合,割込ボタン43の入力からやり直させると,ユーザにとって手間である。そこで,先行ジョブの処理が終了する前に割込ジョブの処理が終了した後は,先行ジョブの処理を再び中断し,次に割り込ませる新たな割込ジョブを受け付けることで,割込み指示の入力を省き,ユーザの手間を軽減できる。   Even if the processing of an interrupt job is completed, the user may interrupt another job. In that case, if the input from the interrupt button 43 is repeated, it will be time-consuming for the user. Therefore, after the processing of the interrupting job is completed before the processing of the preceding job is completed, the processing of the preceding job is interrupted again, and a new interrupting job to be interrupted next is accepted, thereby inputting the interrupt instruction. This saves time and effort for the user.

一方,例えば,割込終了の指示入力を受け付けた,あるいは,割込ジョブの処理が終了してから,ユーザから新たな割込ジョブを実行する指示が入力されることがないまま所定の時間が経過した等により,新たな割込ジョブの指示を受け付けないと判断した場合(S125:NO),CPU31は,先行ジョブの処理を再開して(S126),割込処理を終了する。   On the other hand, for example, after an interrupt end instruction input is received or an interrupt job processing is completed, the user does not receive a user's instruction to execute a new interrupt job, and the predetermined time is not input. If it is determined that a new interrupt job instruction has not been received (S125: NO), the CPU 31 resumes the processing of the preceding job (S126), and ends the interrupt processing.

以上,詳細に説明したように,第1の形態のMFP100は,先行ジョブの処理中に割込ボタン43の押下を受け付けると,先行ジョブの処理を中断する。つまり,割込ジョブの設定を受け付けている間,先行ジョブは,処理されない。そして,MFP100は,並行可能テーブル61に基づいて,先行ジョブと割込ジョブとの組合せが並行して処理可能な組合せであるか否かを判断する。さらに,MFP100は,並行して処理可能であると判断した場合,先行ジョブと割込ジョブとを並行して処理し,並行して処理可能でないと判断した場合,割込ジョブの処理を開始し,割込ジョブの処理が終了した後,先行ジョブの処理を再開する。従って,並行して処理可能な組合せであっても,先行ジョブの処理が一旦中断されるので,割込ジョブと先行ジョブとを区別しやすい。つまり,割込ボタン43の押下の受信によって第1のジョブの処理が中断されることにより,第1のジョブの出力物や原稿を,第2のジョブの出力物や原稿と区別して把握できる。その結果として,例えば,それらを画像処理装置から一旦取り除くこともできる。   As described above in detail, when the pressing of the interrupt button 43 is received during processing of the preceding job, the MFP 100 of the first embodiment interrupts the processing of the preceding job. That is, while accepting the setting of the interrupt job, the preceding job is not processed. Then, the MFP 100 determines, based on the parallelizable table 61, whether or not the combination of the preceding job and the interrupt job can be processed in parallel. Furthermore, if MFP 100 determines that processing can be performed in parallel, it processes the preceding job and the interrupt job in parallel, and if it determines that processing can not be performed in parallel, starts processing the interrupt job. , Resumes the processing of the preceding job after the processing of the interrupt job is completed. Therefore, even in the case of combinations that can be processed in parallel, the processing of the preceding job is temporarily interrupted, so it is easy to distinguish between the interrupt job and the preceding job. That is, when the processing of the first job is interrupted by the reception of the pressing of the interrupt button 43, it is possible to distinguish the output of the first job and the original from the output of the second job and the original. As a result, for example, they can be removed from the image processing apparatus once.

さらに,第1の形態のMFP100は,割込み指示を受信した後に第2のジョブの開始指示を受け付ける。つまり,ユーザは,割込み指示が受け付けられたことを確認してから,第2のジョブの開始指示を行える。そのため,開始指示の受信によって割り込ませる場合と比較して,割込み指示をユーザが躊躇しなくて済む。   Furthermore, the MFP 100 according to the first embodiment receives the start instruction of the second job after receiving the interrupt instruction. That is, after confirming that the interrupt instruction has been accepted, the user can issue a start instruction of the second job. Therefore, compared with the case of interrupting by the reception of the start instruction, the user does not have to interrupt the interrupt instruction.

続いて,本発明にかかる画像処理装置を具体化した第2の形態について,添付図面を参照しつつ詳細に説明する。第2の形態は,第1の形態と同様の構成のMFP100において,割込ジョブの処理と並行して先行ジョブを処理し,先行ジョブの完了前に割込ジョブが完了した場合の処理が,第1の形態とは異なる。第1の形態と同じ構成や処理については,同一の符号を付して説明を省略する。   Next, a second embodiment of the image processing apparatus according to the present invention will be described in detail with reference to the attached drawings. In the second mode, in the MFP 100 having the same configuration as the first mode, the preceding job is processed in parallel with the processing of the interrupt job, and the process when the interrupt job is completed before the completion of the preceding job is It differs from the first form. The same components and processes as those in the first embodiment are assigned the same reference numerals and descriptions thereof will be omitted.

第2の形態のMFP100にて割込み動作を実現するための割込処理の手順について,図6のフローチャートを参照して説明する。この割込処理は,第1の形態の割込処理と同様に,割込ボタン43の押下を受け付けたことを契機に,MFP100のCPU31にて実行される。第2形態の割込処理は,第1の形態の割込処理とは,S122にてNOと判断された後の処理だけが異なる。   The procedure of the interrupt process for realizing the interrupt operation in MFP 100 of the second embodiment will be described with reference to the flowchart of FIG. This interrupt process is executed by the CPU 31 of the MFP 100 when the pressing of the interrupt button 43 is accepted, as in the first mode interrupt process. The interrupt processing of the second form differs from the interrupt processing of the first form only in the processing after the determination of NO at S122.

第2の形態では,CPU31は,割込ジョブと先行ジョブとを並行して処理し,割込ジョブの処理が終了し,且つ,先行ジョブの処理が終了していない場合(S122:NO),割込ボタン43が押下されたか否かを判断する(S301)。なお,第2の形態の割込処理では,S301に先立って先行ジョブの処理を中断しない。つまり,CPU31は,先行ジョブの処理を継続している状態で,割込ボタン43の押下を受け付ける。この点,割込ジョブの終了時に先行ジョブの処理を停止させる第1の形態と異なる。   In the second mode, when the CPU 31 processes the interrupt job and the preceding job in parallel, the processing of the interrupt job is completed, and the processing of the preceding job is not completed (S122: NO), It is determined whether the interrupt button 43 has been pressed (S301). Note that in the interrupt processing of the second mode, processing of the preceding job is not interrupted prior to S301. That is, the CPU 31 receives pressing of the interrupt button 43 while continuing processing of the preceding job. This point is different from the first mode in which the processing of the preceding job is stopped at the end of the interrupt job.

割込ボタン43が押下されていないと判断した場合(S301:NO),CPU31は,割込ジョブの処理が終了してから一定時間が経過したか否かを判断する(S302)。CPU31は,S302の判断に用いる一定時間を,ROM32またはNVRAM34に記憶している。一定時間が経過していないと判断した場合(S302:NO),CPU31は,S301に戻って,割込ボタン43が押下されるか,または,一定時間が経過するまで,待機する。割込ボタン43の押下を受け付けることなく,一定時間が経過したと判断した場合(S302:YES),CPU31は,割込処理を終了する。   If it is determined that the interrupt button 43 has not been pressed (S301: NO), the CPU 31 determines whether a predetermined time has elapsed since the processing of the interrupt job has been completed (S302). The CPU 31 stores in ROM 32 or NVRAM 34 a fixed time used for the determination of S302. If it is determined that the predetermined time has not elapsed (S302: NO), the CPU 31 returns to S301 and waits until the interrupt button 43 is pressed or the predetermined time elapses. If it is determined that the predetermined time has elapsed without accepting the pressing of the interrupt button 43 (S302: YES), the CPU 31 ends the interrupt processing.

一方,割込ボタン43の押下を受け付けたと判断した場合(S301:YES),CPU31は,メニューを液晶ディスプレイ41に表示させる(S305)。S305にて表示させるメニューは,先に実行した割込ジョブと同種のジョブの一覧である。なお,メニューとして,先行ジョブと並行して処理可能なジョブの種類の一覧を表示させてもよい。CPU31は,メニューからジョブが選択された場合,選択されたジョブを新たな割込ジョブとして受け付ける。   On the other hand, when it is determined that pressing of the interrupt button 43 has been received (S301: YES), the CPU 31 causes the liquid crystal display 41 to display a menu (S305). The menu displayed in S305 is a list of jobs of the same type as the previously executed interrupt job. A list of job types that can be processed in parallel with the preceding job may be displayed as a menu. When a job is selected from the menu, the CPU 31 receives the selected job as a new interrupt job.

そして,CPU31は,メニューの中から新たな割込ジョブとして1つのジョブが選択されたか否かを判断する(S306)。1つのジョブが選択されたと判断した場合(S306:YES),CPU31は,選択された割込ジョブの処理を開始し(S307),S120へ進む。先行ジョブと並行して処理可能な割込ジョブが終了した後,一定時間内に再び割込ボタン43が押下された場合,終了した割込ジョブと同種のジョブ等,先行ジョブと並行して処理可能なジョブが指定される可能性が高い。終了した割込ジョブと同種のジョブをメニューに表示させてその中から選択させることで,先行ジョブと並行しての処理が確実に可能な割込ジョブが選択される。従って,先行ジョブを再び中断させる必要はない。   Then, the CPU 31 determines whether one job is selected as a new interrupt job from the menu (S306). If it is determined that one job has been selected (S306: YES), the CPU 31 starts processing of the selected interrupt job (S307), and proceeds to S120. After the interrupt job that can be processed in parallel with the preceding job is completed, if the interrupt button 43 is pressed again within a certain time, processing in parallel with the preceding job, such as a job of the same type as the ended interrupt job Possible job is likely to be specified. By displaying a job of the same type as the finished interrupt job on the menu and selecting it from the menu, an interrupt job which can be processed in parallel with the preceding job can be selected. Therefore, there is no need to interrupt the preceding job again.

一方,1つのジョブが選択されていないと判断した場合(S306:NO),CPU31は,メニューを液晶ディスプレイ41に表示してから所定の時間が経過したか否かを判断する(S308)。所定の時間が経過していないと判断した場合(S308:NO),CPU31は,メニューからジョブが選択されるか,または,所定の時間が経過したかのいずれかとなるまで待機する。メニューを液晶ディスプレイ41に表示した後,メニューからジョブが選択されることなく,所定の時間が経過したと判断した場合(S308:YES),CPU31は,メニューを消去して割込処理を終了する。なお,割込終了の指示を受け付けた場合には,所定の時間待機することなく,その時点で割込処理を終了するとしてもよい。   On the other hand, when it is determined that one job is not selected (S306: NO), the CPU 31 determines whether a predetermined time has passed since the menu was displayed on the liquid crystal display 41 (S308). If it is determined that the predetermined time has not elapsed (S308: NO), the CPU 31 waits until either a job is selected from the menu or the predetermined time has elapsed. After displaying the menu on the liquid crystal display 41, if it is determined that a predetermined time has elapsed without selecting a job from the menu (S308: YES), the CPU 31 erases the menu and ends the interrupt processing. . When an instruction to end the interrupt is received, the interrupt processing may be ended at that point without waiting for a predetermined time.

以上,詳細に説明したように,第2の形態のMFP100においても,第1の形態と同様に,並行して処理可能な組合せであっても,先行ジョブの処理が一旦中断されるので,割込ジョブと先行ジョブとを区別しやすい。   As described above in detail, in the MFP 100 of the second embodiment, as in the first embodiment, the processing of the preceding job is temporarily interrupted even if the combination can be processed in parallel. Easy to distinguish between embedded job and preceding job.

さらに,第2の形態のMFP100は,先行ジョブの完了前に割込ジョブが完了した場合,先行ジョブの処理を再中断しない。割込ジョブのユーザがさらに他のジョブを割り込ませる場合,新たな割込ジョブは,先の割込ジョブと同種のジョブである可能性が高い。同種のジョブであれば引き続き並行して処理可能であることから,割込ジョブの処理が終了した後で速やかに割込み指示を受信した場合には,先行ジョブの処理を中断せずに割込ジョブと同種のジョブの設定を受け付けることで,先行ジョブの処理を早期に完了できる。一方,第1の形態のMFP100では,先行ジョブの処理が終了する前に割込ジョブの処理が終了した後は,先行ジョブの処理を再び中断し,割込み指示の入力を省いて,次の割込ジョブを受け付ける。従って,次の割込ジョブがどのようなジョブであっても,ユーザの手間を軽減できる。   Furthermore, the MFP 100 according to the second embodiment does not interrupt the processing of the preceding job again if the interrupting job is completed before the completion of the preceding job. If the user of the interrupt job interrupts another job, the new interrupt job is likely to be the same type of job as the previous interrupt job. If the same type of job can be processed in parallel, the interrupt job can be interrupted without interrupting the processing of the preceding job if the interrupt instruction is received immediately after the processing of the interrupt job is completed. By accepting the same type of job settings as in, the processing of the preceding job can be completed early. On the other hand, in the MFP 100 of the first embodiment, after the processing of the interrupt job is completed before the processing of the preceding job is completed, the processing of the preceding job is interrupted again, and the input of the interrupt instruction is omitted. Accept embedded jobs. Therefore, the user's time and effort can be reduced regardless of the next interrupt job.

続いて,本発明にかかる画像処理装置を具体化した第3の形態について,添付図面を参照しつつ詳細に説明する。第3の形態は,第1の形態と同様の構成のMFP100において,割込ジョブと先行ジョブとを並行して処理できるか否かの判断方法が,第1の形態とは異なる。つまり,第3の形態のMFP100は,先行ジョブの処理中に割込ボタン43の押下を受け付けた場合,第1の形態または第2の形態と同様の割込処理を実行し,割込処理の中で実行される並行可否判別処理として,第1の形態または第2の形態とは異なる処理を実行する。第1の形態と同じ構成や処理については,同一の符号を付して説明を省略する。   Subsequently, a third embodiment of the image processing apparatus according to the present invention will be described in detail with reference to the attached drawings. The third mode is different from the first mode in the method of determining whether or not the interrupt job and the preceding job can be processed in parallel in the MFP 100 having the same configuration as the first mode. That is, when the pressing of the interrupt button 43 is received during processing of the preceding job, the MFP 100 of the third embodiment executes the same interrupt processing as that of the first or second embodiment, A process different from the first mode or the second mode is executed as the parallelism determination process executed in the inside. The same components and processes as those in the first embodiment are assigned the same reference numerals and descriptions thereof will be omitted.

第3の形態のMFP100は,並行可否判別処理にて,各ジョブの処理に際して使用される構成部に基づいて,2つのジョブが並行して処理可能であるか否かの判断を行う。構成部としては,画像形成部10,画像読取部20,USBIF38,電話回線IF39が含まれる。そして,MFP100は,前述したように,同じ構成部を使用する2つ以上のジョブを並行して処理できない。   The MFP 100 of the third embodiment determines whether or not two jobs can be processed in parallel based on the configuration unit used in processing each job in the parallel determination processing. The components include an image forming unit 10, an image reading unit 20, a USB IF 38, and a telephone line IF 39. Then, as described above, the MFP 100 can not process two or more jobs using the same component in parallel.

具体的に,第3の形態のMFP100は,先行ジョブと割込ジョブとを並行して処理可能であるか否かの判断のために,図3に示した並行可能テーブル61に代えて,例えば,図8に示すような利用構成テーブル62を利用する。利用構成テーブル62には,先行ジョブまたは割込ジョブとなる可能性のあるジョブの種類ごとに,画像形成部10,画像読取部20,USBIF38,電話回線IF39のそれぞれを,利用するか否かが記憶されている。MFP100は,利用構成テーブル62を,ROM32またはNVRAM34に記憶している。   Specifically, in order to determine whether or not the preceding job and the interrupt job can be processed in parallel, the MFP 100 of the third embodiment may replace, for example, the parallel possible table 61 shown in FIG. , Utilization configuration table 62 as shown in FIG. In the use configuration table 62, whether each of the image forming unit 10, the image reading unit 20, the USB IF 38, and the telephone line IF 39 is used for each type of job that may be a preceding job or an interrupt job is described. It is memorized. The MFP 100 stores the usage configuration table 62 in the ROM 32 or the NVRAM 34.

第3の形態のMFP100にて割込み動作を実現するための並行可否判別処理の手順について,図7のフローチャートを参照して説明する。MFP100のCPU31は,図4または図6の割込み処理のS109にて,この並行可否判別処理を実行する。   The procedure of the parallel determination processing for realizing the interrupt operation in the MFP 100 of the third embodiment will be described with reference to the flowchart of FIG. The CPU 31 of the MFP 100 executes the parallel determination processing in step S109 of the interrupt processing of FIG. 4 or FIG.

第3の形態の並行可否判別処理では,CPU31は,まず,先行ジョブと割込ジョブとのそれぞれにて利用される構成部を特定する(S401)。S401は,特定処理の一例である。CPU31は,例えば,図8に示した利用構成テーブル62を参照して,先行ジョブと割込ジョブとのジョブの種類に基づいて,利用される構成部を特定する。   In the third embodiment, the CPU 31 first specifies a component used in each of the preceding job and the interrupt job (S401). S401 is an example of a specific process. For example, the CPU 31 refers to the use configuration table 62 shown in FIG. 8 and specifies a configuration unit to be used based on the type of job of the preceding job and the interrupt job.

次に,CPU31は,特定した両方のジョブの構成部に画像形成部10が含まれるか否かを判断する(S402)。少なくとも一方のジョブの構成部に,画像形成部10が含まれないと判断した場合(S402:NO),CPU31は,特定した両方のジョブの構成部に画像読取部20が含まれるか否かを判断する(S403)。   Next, the CPU 31 determines whether the image forming unit 10 is included in the configuration units of both of the specified jobs (S402). When it is determined that the image forming unit 10 is not included in at least one of the job components (S402: NO), the CPU 31 determines whether the image reading unit 20 is included in both specified job components. It judges (S403).

少なくとも一方のジョブの構成部に,画像読取部20が含まれないと判断した場合(S403:NO),CPU31は,特定した両方のジョブの構成部にUSBIF38が含まれるか否かを判断する(S404)。少なくとも一方のジョブの構成部に,USBIF38が含まれないと判断した場合(S404:NO),CPU31は,特定した両方のジョブの構成部に電話回線IF39が含まれるか否かを判断する(S405)。   If it is determined that the image reading unit 20 is not included in at least one of the job components (S403: NO), the CPU 31 determines whether the USBIF 38 is included in both specified job components (S403). S404). If it is determined that the USB IF 38 is not included in at least one of the job components (S404: NO), the CPU 31 determines whether the telephone line IF 39 is included in both of the identified job components (S405). ).

そして,少なくとも一方のジョブの構成部に,電話回線IF39が含まれないと判断した場合(S405:NO),CPU31は,並行可能フラグをオンとして(S406),並行可否判別処理を終了する。S402,S403,S404,S405は,特定判断処理の一例である。また,第3の形態のMFP100にて実行される割込処理における,S112,S113,S118は,特定割込み処理の一例である。   When it is determined that the telephone line IF 39 is not included in at least one of the job configuration parts (S405: NO), the CPU 31 turns on the concurrency flag (S406), and ends the concurrence determination processing. S402, S403, S404, and S405 are examples of the specific determination process. Further, S112, S113, and S118 in the interrupt process executed by the MFP 100 of the third embodiment are an example of the specific interrupt process.

一方,両方の構成部に画像形成部10が含まれると判断した場合(S402:YES),または,両方の構成部に画像読取部20が含まれると判断した場合(S403:YES),または,両方の構成部にUSBIF38が含まれると判断した場合(S404:YES),または,両方の構成部に電話回線IF39が含まれると判断した場合(S405:YES)には,CPU31は,並行可能フラグをオフとして(S407),並行可否判別処理を終了する。   On the other hand, when it is determined that the image forming unit 10 is included in both components (S402: YES), or when it is determined that the image reading unit 20 is included in both components (S403: YES), or If it is determined that both components include the USB IF 38 (S404: YES), or if it is determined that both components include the telephone line IF 39 (S405: YES), the CPU 31 sets the parallel enable flag. Is turned off (S407), and the parallel determination processing is ended.

以上,詳細に説明したように,第3の形態のMFP100は,先行ジョブと割込ジョブとが同じ構成部を使用するか否かに基づいて,先行ジョブと割込ジョブとを並行して処理できるか否かを判断する。このようにしても,第1の形態及び第2の形態と同様に,並行して処理可能な組合せであっても,先行ジョブの処理が一旦中断されるので,割込ジョブと先行ジョブとを区別しやすい。   As described above in detail, the MFP 100 of the third embodiment processes the preceding job and the interrupt job in parallel based on whether or not the preceding job and the interrupt job use the same component. Determine if you can. Even in this configuration, as in the first and second embodiments, even in the case of a combination that can be processed in parallel, the processing of the preceding job is temporarily interrupted, so the interrupt job and the preceding job Easy to distinguish.

なお,本実施の形態は単なる例示にすぎず,本発明を何ら限定するものではない。したがって本発明は当然に,その要旨を逸脱しない範囲内で種々の改良,変形が可能である。例えば,複合機に限らず,複写機,ファクシミリ装置など,画像形成機能と画像読取機能とを備える装置であれば適用可能である。   The present embodiment is merely an example and does not limit the present invention. Therefore, the present invention is naturally capable of various improvements and modifications without departing from the scope of the invention. For example, the present invention is applicable to any device having an image forming function and an image reading function, such as a copying machine, a facsimile machine, etc., as well as a multifunction peripheral.

また,例えば,並行して処理する旨を通知するとしたが,しなくてもよい。つまり,S117は無くてもよい。ただし,通知した方が,2つのジョブを並行して処理していることがユーザにわかりやすいので,好ましい。   Also, for example, although it has been stated that processing is to be performed in parallel, it may not be necessary. That is, S117 may be omitted. However, it is preferable to notify because it is easy for the user to understand that two jobs are being processed in parallel.

また,例えば,並行して処理が可能な場合,割込ジョブの処理の開始から,所定時間が経過してから先行ジョブを再開するとしたが,即座に開始してもよい。例えば,S115を削除し,S110でYESの場合はS117へ進むとしてもよい。また,例えば,割込ジョブの設定完了を受け付けた後,並行して処理が可能であるか否かを判断し,可能であると判断した場合には,先行ジョブの処理再開と割込ジョブの処理開始とを同時に行ってもよい。ただし,割込ジョブの処理開始から所定時間の経過後に先行ジョブの処理を再開することで,ユーザにとって先行ジョブと割込ジョブとの区別がさらに容易となる。   Also, for example, when processing can be performed in parallel, although the preceding job is resumed after a predetermined time has elapsed from the start of the processing of the interrupt job, it may be started immediately. For example, S115 may be deleted, and if YES in S110, the process may proceed to S117. Also, for example, after accepting the setting completion of the interrupt job, it is judged whether or not processing is possible in parallel, and if it is judged that it is possible, processing restart of the preceding job and interrupt job The process start may be performed simultaneously. However, by resuming the processing of the preceding job after the lapse of a predetermined time from the start of the processing of the interrupt job, it becomes easier for the user to distinguish between the preceding job and the interrupt job.

また,例えば,先行ジョブと割込ジョブとを並行して処理できない場合であっても,先行ジョブのうち,割込ジョブにて使用される構成部を使用しないで処理可能な処理部分がある場合には,割込ジョブの処理中に先行ジョブの一部のみを再開してもよい。例えば,先行ジョブがコピージョブで,割込ジョブがPCプリントジョブである場合,先行ジョブのうち,原稿の読み取り処理を実行して,読み取った画像データをRAM33に保存してもよい。そして,割込ジョブの処理が終了した後,RAM33から画像データを読み出して印刷する,としてもよい。   Also, for example, even if the preceding job and the interrupt job can not be processed in parallel, there is a processing portion that can be processed without using the component used by the interrupt job among the preceding jobs. Alternatively, only part of the preceding job may be resumed while processing the interrupt job. For example, when the preceding job is a copy job and the interruption job is a PC print job, among the preceding jobs, the reading process of the document may be executed, and the read image data may be stored in the RAM 33. Then, after the processing of the interrupt job is completed, the image data may be read out from the RAM 33 and printed.

また,例えば,各実施の形態では,ファクシミリ受信ジョブやファクシミリ送信ジョブの処理中であれば,割込み自体を受け付けないとしたが,これに限らない。例えば,MFP100は,ファクシミリ受信ジョブの処理中に割込ボタン43の押下を受け付けた場合には,受信を停止せず,印刷のみを中断して,受信したファクシミリデータをRAM33に保存してもよい。そして,割込ジョブの処理が終了した後,RAM33から画像データを読み出して印刷する,としてもよい。   Further, for example, in each of the embodiments, the interrupt itself is not accepted as long as the facsimile reception job and the facsimile transmission job are being processed, but the present invention is not limited to this. For example, when the MFP 100 receives pressing of the interrupt button 43 during processing of a facsimile reception job, the MFP 100 may suspend only printing and store the received facsimile data in the RAM 33 without stopping reception. . Then, after the processing of the interrupt job is completed, the image data may be read out from the RAM 33 and printed.

また,例えば,並行可能テーブル61に代えて,並行して処理不可能なジョブの種類の組合せを記憶するテーブルを用いてもよい。また,例えば,利用構成テーブル62に代えて,ジョブの種類ごとに,使用しない構成部を記憶するテーブルを用いてもよい。   Also, for example, instead of the parallelizable table 61, a table storing combinations of types of jobs that can not be processed in parallel may be used. Also, for example, instead of the use configuration table 62, a table may be used that stores components that are not used for each type of job.

また,本形態に開示されている処理は,単一のCPU,複数のCPU,ASICなどのハードウェア,またはそれらの組み合わせで実行されてもよい。また,実施の形態に開示されている処理は,その処理を実行するためのプログラムを記録した記録媒体,または方法等の種々の態様で実現することができる。   Also, the processing disclosed in this embodiment may be executed by a single CPU, multiple CPUs, hardware such as an ASIC, or a combination thereof. Further, the processing disclosed in the embodiment can be realized in various modes such as a recording medium recording a program for executing the processing or a method.

10 画像形成部
20 画像読取部
31 CPU
32 ROM
33 RAM
34 NVRAM
37 ネットワークIF
38 USBIF
39 電話回線IF
40 操作パネル
100 MFP
10 image forming unit 20 image reading unit 31 CPU
32 ROM
33 RAM
34 NVRAM
37 Network IF
38 USBIF
39 Telephone line IF
40 Operation panel 100 MFP

Claims (8)

ジョブの処理を行う複数の処理部を備え,前記処理部に,シートに画像を形成する画像形成部と,原稿から画像を読み取る画像読取部と,を含むジョブ処理部と,
ジョブの種類と,ジョブの処理の開始を指示する開始指示と,割込みの開始を指示する割込み指示と,を受信可能な受信部と,
並行して処理可能なジョブの種類の組合せを記憶する記憶部と,
制御部と,
を備え,
前記制御部は,
第1のジョブの処理中に,前記受信部を介して前記割込み指示を受信したことに応じて,前記第1のジョブの処理を中断する中断処理と,
前記中断処理にて前記第1のジョブの処理を中断した後,前記受信部を介して第2のジョブの種類と前記第2のジョブの開始を指示する前記開始指示とを受信したことに応じて,前記第2のジョブの種類と前記第1のジョブの種類との組合せが,前記記憶部に記憶された組合せと一致するか否かを判断する判断処理と,
前記判断処理にてジョブの種類の組合せが一致しないと判断された場合,前記第2のジョブの処理を開始し,前記第2のジョブの処理が終了した後に,前記第1のジョブの処理を再開し,前記判断処理にてジョブの種類の組合せが一致すると判断された場合,前記第1のジョブの処理を再開し,前記第2のジョブの処理を開始し,前記第2のジョブを前記第1のジョブと並行して処理する割込み処理と,
を実行することを特徴とする画像処理装置。
A job processing unit including a plurality of processing units that process a job, the processing unit including an image forming unit that forms an image on a sheet, and an image reading unit that reads an image from a document;
A receiving unit capable of receiving the type of job, a start instruction instructing start of job processing, and an interrupt instruction instructing start of interrupt;
A storage unit that stores combinations of job types that can be processed in parallel;
Control unit,
Equipped with
The control unit
Interrupting processing for interrupting processing of the first job in response to receiving the interrupt instruction via the receiving unit during processing of the first job;
In response to having received the type of the second job and the start instruction instructing the start of the second job via the receiving unit after interrupting the processing of the first job in the interrupt processing. Determining whether or not a combination of the second job type and the first job type matches the combination stored in the storage unit;
If it is determined in the determination processing that the combination of job types does not match, processing of the second job is started, and processing of the first job is performed after processing of the second job is completed. If it is determined that the combination of job types matches in the determination processing, processing of the first job is resumed, processing of the second job is started, and the second job is Interrupt processing to be processed in parallel with the first job,
An image processing apparatus characterized by performing.
請求項1に記載する画像処理装置において,
通知部を備え,
前記制御部は,
前記割込み処理にて前記第1のジョブと前記第2のジョブとを並行して処理する場合,前記通知部に前記第1のジョブと前記第2のジョブとを並行して処理している旨を通知させる,
ことを特徴とする画像処理装置。
In the image processing apparatus according to claim 1,
Equipped with a notification unit,
The control unit
If the first job and the second job are processed in parallel in the interrupt process, the notification unit indicates that the first job and the second job are processed in parallel. Let me know,
An image processing apparatus characterized by
請求項1または請求項2に記載する画像処理装置において,
前記制御部は,
前記割込み処理では,前記判断処理にてジョブの種類の組合せが一致すると判断された場合,先に前記第2のジョブの処理を開始し,前記第2のジョブの処理の開始から所定時間の経過後に前記第1のジョブの処理を再開する,
ことを特徴とする画像処理装置。
The image processing apparatus according to claim 1 or 2
The control unit
In the interrupt processing, when it is determined in the determination processing that the combination of job types match, processing of the second job is started first, and a predetermined time has elapsed since the start of processing of the second job. Resume processing of the first job later,
An image processing apparatus characterized by
請求項1から請求項3のいずれか1つに記載する画像処理装置において,
前記制御部は,
前記割込み処理にて前記第1のジョブと前記第2のジョブとを並行して処理した場合であって,前記第1のジョブの処理が終了する前に前記第2のジョブの処理が終了した場合に,前記第1のジョブの処理を中断する再中断処理と,
前記再中断処理にて前記第1のジョブの処理を中断した後,前記受信部を介して第3のジョブの種類と前記第3のジョブの開始を指示する前記開始指示とを受信したことに応じて,前記第3のジョブの種類と前記第1のジョブの種類との組合せが,前記記憶部に記憶された組合せと一致するか否かを判断する再判断処理と,
前記再判断処理にてジョブの種類の組合せが一致しないと判断された場合,前記第3のジョブの処理を開始し,前記第3のジョブの処理が終了した後に,前記第1のジョブの処理を再開し,前記再判断処理にてジョブの種類の組合せが一致すると判断された場合,前記第1のジョブの処理を再開し,前記第3のジョブの処理を開始し,前記第3のジョブを前記第1のジョブと並行して処理する再割込み処理と,
を実行することを特徴とする画像処理装置。
The image processing apparatus according to any one of claims 1 to 3,
The control unit
In the case where the first job and the second job are processed in parallel in the interrupt process, the processing of the second job is completed before the processing of the first job is completed. Re-interruption processing for interrupting the processing of the first job, and
After interrupting the processing of the first job in the re-interruption process, the third job type and the start instruction instructing the start of the third job are received via the receiving unit. Accordingly, a redetermination process of determining whether or not a combination of the third job type and the first job type matches the combination stored in the storage unit;
If it is determined in the re-determination process that the combination of job types does not match, processing of the third job is started, and after processing of the third job is completed, processing of the first job is performed. When it is determined in the re-determination process that the combination of job types match, processing of the first job is resumed, processing of the third job is started, and the third job is started. Re-interruption processing in parallel with the first job;
An image processing apparatus characterized by performing.
請求項1から請求項3のいずれか1つに記載する画像処理装置において,
前記制御部は,
前記割込み処理にて前記第1のジョブの処理と前記第2のジョブの処理とを開始した場合であって,前記第2のジョブの処理が終了してから一定時間が経過するまでの期間内であってかつ前記第1のジョブの処理が終了する前に,前記受信部を介して前記割込み指示を再受信した場合に,前記第1のジョブの処理を中断せず,前記第2のジョブと同種のジョブの設定を受け付ける,
ことを特徴とする画像処理装置。
The image processing apparatus according to any one of claims 1 to 3,
The control unit
In the case where the process of the first job and the process of the second job are started in the interrupt process, within a period from the end of the process of the second job to the elapse of a predetermined time. If the interrupt instruction is received again via the receiving unit before the processing of the first job is completed, the processing of the first job is not interrupted, and the second job is not interrupted. Accept the same type of job settings as
An image processing apparatus characterized by
ジョブの処理を行う複数の処理部を備え,前記処理部に,シートに画像を形成する画像形成部と,原稿から画像を読み取る画像読取部と,を含むジョブ処理部と,
ジョブの種類と,ジョブの処理の開始を指示する開始指示と,割込みの開始を指示する割込み指示と,を受信可能な受信部と,
制御部と,
を備え,
前記制御部は,
第1のジョブの処理中に,前記受信部を介して前記割込み指示を受信したことに応じて,前記第1のジョブの処理を中断する中断処理と,
前記中断処理にて前記第1のジョブの処理を中断した後,前記受信部を介して第2のジョブの種類と前記第2のジョブの開始を指示する前記開始指示とを受信したことに応じて,前記複数の処理部のうち,前記第1のジョブの処理に使用する処理部を前記第1のジョブの種類に基づいて,前記第2のジョブの処理に使用する処理部を前記第2のジョブの種類に基づいて,それぞれ特定する特定処理と,
前記特定処理にて前記第1のジョブに使用すると特定された処理部と,前記特定処理にて前記第2のジョブに使用すると特定された処理部と,で同じ処理部が含まれるか否かを判断する特定判断処理と,
前記特定判断処理にて前記第1のジョブに使用すると特定された処理部の中に前記第2のジョブに使用すると特定された処理部が含まれると判断された場合,前記第2のジョブの処理を開始し,前記第2のジョブの処理が終了した後に,前記第1のジョブの処理を再開し,前記特定判断処理にて前記第1のジョブに使用すると特定された処理部の中に前記第2のジョブに使用すると特定された処理部が含まれないと判断された場合,前記第1のジョブの処理を再開し,前記第2のジョブの処理を開始し,前記第2のジョブを前記第1のジョブと並行して処理する特定割込み処理と,
を実行することを特徴とする画像処理装置。
A job processing unit including a plurality of processing units that process a job, the processing unit including an image forming unit that forms an image on a sheet, and an image reading unit that reads an image from a document;
A receiving unit capable of receiving the type of job, a start instruction instructing start of job processing, and an interrupt instruction instructing start of interrupt;
Control unit,
Equipped with
The control unit
Interrupting processing for interrupting processing of the first job in response to receiving the interrupt instruction via the receiving unit during processing of the first job;
In response to having received the type of the second job and the start instruction instructing the start of the second job via the receiving unit after interrupting the processing of the first job in the interrupt processing. Of the plurality of processing units, based on the type of the first job, the processing unit used for processing the first job, the processing unit for processing the second job, and the second processing unit. Specific processing to specify each based on the job type of
Whether the same processing unit is included in the processing unit specified to be used in the first job in the specific processing and the processing unit specified to be used in the second job in the specific processing Specific judgment processing to judge
If it is determined that the processing unit specified to be used for the second job is included in the processing units specified to be used for the first job in the specific determination process, the processing of the second job The processing is started, and after the processing of the second job is completed, the processing of the first job is resumed, and in the processing unit specified to be used for the first job in the specific determination processing. If it is determined that the processing unit specified to be used in the second job is not included, processing of the first job is resumed, processing of the second job is started, and the second job is started. Specific interrupt processing that processes the second job in parallel with the first job;
An image processing apparatus characterized by performing.
ジョブの処理を行う複数の処理部を備え,前記処理部に,シートに画像を形成する画像形成部と,原稿から画像を読み取る画像読取部と,を含むジョブ処理部と,
ジョブの種類と,ジョブの処理の開始を指示する開始指示と,割込みの開始を指示する割込み指示と,を受信可能な受信部と,
を備える画像処理装置の制御方法であって,
第1のジョブの処理中に,前記受信部を介して前記割込み指示を受信したことに応じて,前記第1のジョブの処理を中断する中断ステップと,
並行して処理可能なジョブの種類の組合せを取得する取得ステップと,
前記中断ステップにて前記第1のジョブの処理を中断した後,前記受信部を介して第2のジョブの種類と前記第2のジョブの開始を指示する前記開始指示とを受信したことに応じて,前記第2のジョブの種類と前記第1のジョブの種類との組合せが,前記取得ステップにて取得した組合せと一致するか否かを判断する判断ステップと,
前記判断ステップにてジョブの種類の組合せが一致しないと判断した場合,前記第2のジョブの処理を開始し,前記第2のジョブの処理が終了した後に,前記第1のジョブの処理を再開し,前記判断ステップにてジョブの種類の組合せが一致すると判断した場合,前記第1のジョブの処理を再開し,前記第2のジョブの処理を開始し,前記第2のジョブを前記第1のジョブと並行して処理する割込みステップと,
を含むことを特徴とする制御方法。
A job processing unit including a plurality of processing units that process a job, the processing unit including an image forming unit that forms an image on a sheet, and an image reading unit that reads an image from a document;
A receiving unit capable of receiving the type of job, a start instruction instructing start of job processing, and an interrupt instruction instructing start of interrupt;
A control method of an image processing apparatus comprising
An interrupting step of interrupting processing of the first job in response to receiving the interrupt instruction through the receiving unit during processing of the first job;
Acquisition step for acquiring combinations of job types that can be processed in parallel;
According to having received the type of the second job and the start instruction instructing the start of the second job via the receiving unit after interrupting the processing of the first job in the interrupt step. Determining whether the combination of the second job type and the first job type matches the combination acquired in the acquisition step;
If it is determined in the determination step that the combination of job types does not match, processing of the second job is started, and processing of the first job is resumed after processing of the second job is completed. If it is determined in the determination step that the combinations of job types match, processing of the first job is resumed, processing of the second job is started, and the second job is selected as the first job. Interrupt step to process in parallel with
A control method characterized by including.
ジョブの処理を行う複数の処理部を備え,前記処理部に,シートに画像を形成する画像形成部と,原稿から画像を読み取る画像読取部と,を含むジョブ処理部と,
ジョブの種類と,ジョブの処理の開始を指示する開始指示と,割込みの開始を指示する割込み指示と,を受信可能な受信部と,
を備える画像処理装置の制御方法であって,
第1のジョブの処理中に,前記受信部を介して前記割込み指示を受信したことに応じて,前記第1のジョブの処理を中断する中断ステップと,
前記中断ステップにて前記第1のジョブの処理を中断した後,前記受信部を介して第2のジョブの種類と前記第2のジョブの開始を指示する前記開始指示とを受信したことに応じて,前記複数の処理部のうち,前記第1のジョブの処理に使用する処理部を前記第1のジョブの種類に基づいて,前記第2のジョブの処理に使用する処理部を前記第2のジョブの種類に基づいて,それぞれ特定する特定ステップと,
前記特定ステップにて前記第1のジョブに使用すると特定された処理部と,前記特定ステップにて前記第2のジョブに使用すると特定された処理部と,で同じ処理が含まれるか否かを判断する特定判断ステップと,
前記特定判断ステップにて前記第1のジョブに使用すると特定された処理部の中に前記第2のジョブに使用すると特定された処理部が含まれると判断された場合,前記第2のジョブの処理を開始し,前記第2のジョブの処理が終了した後に,前記第1のジョブの処理を再開し,前記特定判断ステップにて前記第1のジョブに使用すると特定された処理部の中に前記第2のジョブに使用すると特定された処理部が含まれないと判断された場合,前記第1のジョブの処理を再開し,前記第2のジョブの処理を開始し,前記第2のジョブを前記第1のジョブと並行して処理する特定割込みステップと,
を含むことを特徴とする制御方法。
A job processing unit including a plurality of processing units that process a job, the processing unit including an image forming unit that forms an image on a sheet, and an image reading unit that reads an image from a document;
A receiving unit capable of receiving the type of job, a start instruction instructing start of job processing, and an interrupt instruction instructing start of interrupt;
A control method of an image processing apparatus comprising
An interrupting step of interrupting processing of the first job in response to receiving the interrupt instruction through the receiving unit during processing of the first job;
According to having received the type of the second job and the start instruction instructing the start of the second job via the receiving unit after interrupting the processing of the first job in the interrupt step. Of the plurality of processing units, based on the type of the first job, the processing unit used for processing the first job, the processing unit for processing the second job, and the second processing unit. Specific steps to identify each based on the job type of
Whether the same processing is included in the processing unit specified to be used in the first job in the specific step and the processing unit specified to be used in the second job in the specific step A specific judgment step to judge,
If it is determined that the processing unit specified to be used for the second job is included in the processing units specified to be used for the first job in the specific determination step, the processing of the second job The processing is started, and after the processing of the second job is completed, the processing of the first job is resumed, and in the processing unit specified to be used for the first job in the specific determination step. If it is determined that the processing unit specified to be used in the second job is not included, processing of the first job is resumed, processing of the second job is started, and the second job is started. A specific interrupt step which processes the second job in parallel with the first job;
A control method characterized by including.
JP2015169066A 2015-08-28 2015-08-28 Image processing apparatus and control method of image processing apparatus Active JP6507941B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015169066A JP6507941B2 (en) 2015-08-28 2015-08-28 Image processing apparatus and control method of image processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015169066A JP6507941B2 (en) 2015-08-28 2015-08-28 Image processing apparatus and control method of image processing apparatus

Publications (2)

Publication Number Publication Date
JP2017046285A JP2017046285A (en) 2017-03-02
JP6507941B2 true JP6507941B2 (en) 2019-05-08

Family

ID=58210481

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015169066A Active JP6507941B2 (en) 2015-08-28 2015-08-28 Image processing apparatus and control method of image processing apparatus

Country Status (1)

Country Link
JP (1) JP6507941B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7022353B2 (en) * 2019-03-19 2022-02-18 ブラザー工業株式会社 Image forming device, control method of image forming device, and program
JP7380416B2 (en) * 2020-05-18 2023-11-15 トヨタ自動車株式会社 agent control device
JP7380415B2 (en) * 2020-05-18 2023-11-15 トヨタ自動車株式会社 agent control device

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3133451B2 (en) * 1992-01-21 2001-02-05 キヤノン株式会社 Image forming device
JP3161031B2 (en) * 1992-05-29 2001-04-25 富士ゼロックス株式会社 Image processing device
JP3275931B2 (en) * 1994-06-15 2002-04-22 富士ゼロックス株式会社 Image processing device
JPH09293134A (en) * 1996-04-26 1997-11-11 Canon Inc Picture processor, its control method and computer readable memory
JP2001273267A (en) * 2000-03-27 2001-10-05 Ricoh Co Ltd Simd type processor, parallel processor, image processor, copy machine, printer, facsimile equipment, scanner, parallel processing method, image processing method and processor for computer to perform the same method
JP2006150835A (en) * 2004-11-30 2006-06-15 Kyocera Mita Corp Image forming apparatus, method of processing job, and job processing program

Also Published As

Publication number Publication date
JP2017046285A (en) 2017-03-02

Similar Documents

Publication Publication Date Title
US8284465B2 (en) Image scanner, and method and computer readable medium therefor
US9377978B2 (en) Image processing apparatus that improves efficiency of post processing, control method for image processing apparatus that improves efficiency of post processing, and storage medium for storing instructions for image processing apparatus that improves efficiency of post processing
JP4817029B2 (en) Printing device
JP6418006B2 (en) Facsimile apparatus and printing method of facsimile apparatus
US9742946B2 (en) System and method for shifting electric power modes in an image forming system
US8634085B2 (en) Image forming apparatus, image forming method, and computer readable medium
US9749488B2 (en) Image reading apparatus that reads by intended read size and image processing apparatus
JP6330349B2 (en) Display control device, display system, operation display device, program
JP6507941B2 (en) Image processing apparatus and control method of image processing apparatus
JP6627454B2 (en) Image processing apparatus and control method for image processing apparatus
JP7167542B2 (en) Image forming apparatus and image forming system
JP2011055268A (en) Image processing apparatus
JP5862283B2 (en) Image processing device
JP2007160835A (en) Printer
US9934456B2 (en) Printing device having restriction print function
WO2018047555A1 (en) Image forming device and method of controlling image forming device
JP6065493B2 (en) Transmission device, multifunction device, transmission device control program, and transmission device control method
JP7253145B2 (en) Device
JP5874439B2 (en) Image processing device
JP6330620B2 (en) Image processing apparatus and communication mode switching method
JP5676695B2 (en) Image reading apparatus, image reading system, and control method thereof
JP2017011445A (en) Image formation apparatus
JP6327132B2 (en) Image forming apparatus
JP5307630B2 (en) Image reading apparatus, image reading system, and control method thereof
US9270851B2 (en) Image forming apparatus method and storage medium storing program for controlling display when the image forming appratus returns to an active state from a power-saving state

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180703

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190215

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190305

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190318

R150 Certificate of patent or registration of utility model

Ref document number: 6507941

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150