JP3632726B2 - Image forming apparatus and image forming method - Google Patents

Image forming apparatus and image forming method Download PDF

Info

Publication number
JP3632726B2
JP3632726B2 JP33858797A JP33858797A JP3632726B2 JP 3632726 B2 JP3632726 B2 JP 3632726B2 JP 33858797 A JP33858797 A JP 33858797A JP 33858797 A JP33858797 A JP 33858797A JP 3632726 B2 JP3632726 B2 JP 3632726B2
Authority
JP
Japan
Prior art keywords
job
image forming
paper
forming apparatus
interrupt
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.)
Expired - Lifetime
Application number
JP33858797A
Other languages
Japanese (ja)
Other versions
JPH11175282A (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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP33858797A priority Critical patent/JP3632726B2/en
Publication of JPH11175282A publication Critical patent/JPH11175282A/en
Application granted granted Critical
Publication of JP3632726B2 publication Critical patent/JP3632726B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、あるジョブの処理中に別のジョブを割り込ませることが可能なプリンタや複写機などの画像形成装置に係り、特に割り込み処理終了時の装置の動作制御に関する。
【0002】
【従来の技術】
従来より、例えばプリンタで、ある印刷ジョブAの実行途中で他の印刷ジョブBを割り込ませた場合、同じ排紙トレイ上で両ジョブA、Bの印刷済みの用紙が交じり合わないよう、割り込みジョブBが終了した段階で印刷処理を一時的に停止し、ユーザの印刷再開指示を待って先のジョブAを再開するようにしている。
【0003】
【発明が解決しようとする課題】
しかし、このようなプリンタ側の気遣いはユーザにとって必ずしも有益とはいえない。先の印刷ジョブを再開させるためにユーザがいちいち指示しなければならないことは、ユーザにとって負担であり、指示が遅れればその分だけ印刷終了が遅れることも問題である。
【0004】
従って、本発明の目的は、割り込みジョブが終わった後、ユーザに負担をかけずに先のジョブを遅滞なく終了させることにある。
【0005】
本発明の別の目的は、割り込みジョブと先のジョブの出力用紙を同じ排紙トレイ上で容易に区別できるようにすることである。
【0006】
【課題を解決するための手段】
本発明の第1の側面に従う画像形成装置は、先のジョブの実行を中断して別の割り込みジョブを実行する際、先のジョブで用いる第1の用紙と割り込みジョブで用いる第2の用紙のサイズから、第1の用紙の内に第2の用紙が紛れる可能性があるか否かを判定する判定手段と、この判定手段が紛れる可能性がないと判定した場合、割り込みジョブの終了後直ちに先のジョブを再開する制御手段とを備える。ここで、紛れる可能性がない場合とは、典型的には、第1の用紙より前記第2の用紙が長さ及び幅の少なくとも一方において大きい場合である。この画像形成装置によれば、割り込みジョブの用紙が先のジョブの用紙に紛れる可能性がなけば、割り込みジョブ終了後、ユーザに指示を待つことなく、直ちに先のジョブが再開される。よって、ユーザの手間が省ける。
【0007】
本発明の第2の側面に従う画像形成装置は、先のジョブの実行を中断して別の割り込みジョブを実行する際、ユーザによって強制再開モードが予め設定されているときには、割り込みジョブの終了後必ず先のジョブを直ちに再開する制御手段を備える。この画像形成装置によれば、強制再開モードが予め設定されていれば、割り込みジョブの終了後、ユーザの指示を待つことなく直ちに先のジョブを直ちに再開するので、ユーザの手間が省ける。
【0008】
【発明の実施の形態】
以下、本発明の実施の形態を図面を参照して説明する。図1は本発明の画像形成装置の一実施の形態を示した構成図である。プリンタ1は用紙を積載して給紙する給紙トレイ2と、排出される印刷済みの用紙を積載する排紙トレイ3を備えている。プリンタ1は給紙トレイ2から用紙を取り込んでこれに画像を印刷し、そして印刷済み用紙を排紙トレイ3に排出する機械機構及びそのドライバ回路から成るプリンタエンジン11と、外部のホストコンピュータから印刷ジョブを構成する印刷コマンド列を受信し、これを解釈して印刷対象のビットマップイメージデータを生成してプリンタエンジン11に転送し且つプリンタエンジン11を制御して印刷を行わせる印刷処理部12とを有している。印刷処理部12は、或る印刷ジョブの処理中にホストコンピュータから別の印刷ジョブを割込みジョブとして受けると、後述するような手順でその割り込みジョブ及び先のジョブの処理を行う。尚、印刷処理部12は典型的にはプログラムされたマイクロコンピュータであるが、その少なくとも一部は専用ハードウェア回路によって構成することもできる。
【0009】
次に本実施の形態の動作を図2のフローチャートを参照して説明する。印刷処理部12は、何のジョブも実行していないアイドル状態において、ホストコンピュータから或る印刷ジョブAのコマンド列を受けると、ステップ201にて、受信した先頭のコマンドを解釈したり、プリンタ1に予め設定されているステータスを参照したりすることにより、まずこのジョブAの印刷用紙のサイズやその用紙の送り方向(縦送りか、横送りか)等を認識し、続いてステップ202で、後続のコマンドを解釈してイメージ・レンダリングやハーフトーニング等を行なうことにより、ページ単位又はバンド単位で印刷対象のビットマップイメージデータを作成し、これをプリンタエンジン11に転送する。プリンタエンジン11は、給紙トレイ2から用紙を取り込み、この用紙上にビットマップイメージを印刷した後、印刷済みの用紙を排紙トレイ3へ排出する動作を繰り返す。
【0010】
こうして、印刷ジョブAが実行されるが、その間、印刷処理部12は、ステップ203にて、ホストコンピュータから割り込みジョブが来ていないかどうかをチェックし、なければステップ204でジョブAの印刷処理を続行する。ステップ205にてジョブAの印刷処理が終了すれば、再びアイドル状態に戻る。
【0011】
一方、ステップ203で割り込みジョブBが到来すると、印刷処理部12はステップ206に進み、一旦現在のジョブAの処理は中断して、新たに受信した割り込みジョブBのコマンドを解釈することにより、まずこの割り込みジョブBの印刷用紙の定型サイズと用紙の送り方向を認識し、続いてステップ207に進み、中断したジョブAと割り込みジョブBの間で、印刷用紙サイズと用紙送り方向を考慮して用紙の送り方向の寸法つまり長さLと送り方向に直角方向の寸法つまり幅Wについての比較を行う。この比較の結果に基づき、ステップ208で、排紙トレイ3上にジョブAの印刷済み用紙に挟まれてジョブBの印刷済み用紙が置かれたときに、ジョブAの印刷済み用紙内にジョブBの印刷済み用紙が紛れてしまうかどうかを判定する。この判定は、基本的には、ジョブAの用紙に対してジョブBの用紙が、その長さL又は幅Wの少なくとも一方において、はみ出す部分がある(つまり、ジョブBの用紙の長さL又は幅WがジョブAの用紙のそれより大きい)かどうかで決定する。すなわち、はみ出す部分がなければ、紛れると判定され、その場合はステップ210に進んで、フラグを立てる。一方、はみ出す部分があれば、紛れないと判定され、その場合は、ステップ209に進んで、フラグを倒す。
【0012】
尚、ジョブAの1枚目の用紙への印刷が開始される前に割り込みジョブBが入った場合は、ジョブA、Bの用紙のサイズに関係なく、ステップ208では紛れないと判断して、ステップ209に進んで、フラグを倒す。
【0013】
続いて、印刷処理部12はステップ211に進み、割り込みジョブBの後続のコマンドを解釈してイメージデータを生成して印刷エンジン11へ送ってジョブBの印刷を開始し、この割り込みジョブBの印刷処理をステップ212でジョブBの完了するまで行う。割り込みジョブBの印刷が終了すると、ステップ213に進んで、フラグをチェックし、フラグが倒れている場合(紛れない場合)は、ステップ204に戻って、中断した先のジョブAの中断したところから再開する。
【0014】
一方、ステップ213でフラグが立っている場合(紛れる場合)は、ステップ214に進んで、一旦印刷動作を中断して、プリンタ1の操作パネル(図示せず)の液晶表示部などに「印刷を中断中で、再開の指示待ちである」旨のメッセージ表示などを行い、ステップ215にてユーザによる再開指示が操作パネル又はホストコンピュータから入るのを待つ。その後、再開指示が入れば、印刷処理部12はステップ204に進んで、先のジョブAの中断したところから印刷処理を続行する。
【0015】
図3は、排紙トレイ3上に出された先のジョブAの用紙aと割り込みジョブBの用紙bの幾つかのサイズの組み合わせを例示したものである。
【0016】
図3(A)に示すように、割り込みジョブBの用紙bの長さLb及び幅Wbが共に、ジョブAの用紙aの長さLa及び幅Waより小さいか、等しい場合には、もし、割り込みジョブbの終了後に続けて先のジョブAを再開すると、ジョブBの小さい用紙bは再開したジョブAの大きい用紙aの下に隠れて紛れてしまい、後に探すのに手間がかかることになる。そこで、この場合には、上述したステップ210でフラグが立てられ、割り込みジョブBの印刷が終了すると、指示があるまでジョブAを再開しない。
【0017】
一方、図3(B)に示すように割り込みジョブBの用紙bの長さLb及び幅Wbが共に、ジョブAの用紙aの長さLa及び幅Waより大きいか、又は図3(C)に示すように長さLb又は幅Wbの一方がジョブAのそれより大きい場合は、ジョブBの用紙bの一部がジョブAの用紙aからはみ出すので、ジョブBの用紙bがジョブAの用紙aに紛れてしまう虞はない。従って、この場合は、上述したステップ209でフラグを倒し、ジョブBの印刷処理が終了すると、直ちにジョブAの印刷処理を再開する。
【0018】
ところで、このような用紙サイズの比較処理(図2ステップ208)は、長さと幅について両用紙を比較する方法でもできるが、一般に使用される用紙はA4、B5といった定型用紙であるから、例えばジョブAがA4でジョブBがB4であれば送り方向に関係なく「はみ出し部分あり」、例えばジョブA、B共にA4であれば送り方向が同じなら「はみ出し部分なし」、送り方向が異なれば「はみ出し部分あり」などとというように、長さと幅の比較に代えて、定型用紙の版番号と送り方向の組み合わせで例えばルックアップテーブルなどを用いて判定することもでき、この方法の方がむしろ実際的であろう。また、長さと幅について比較を行う場合には、印刷ジョブのコマンドから用紙の長さと幅を認識するだけでなく、用紙の実際の長さと幅をセンサーなどを用いて実測してもよい。さらに、用紙の長さと幅を用いる代わりに、用紙に印刷されるべきイメージデータの主走査方向(幅)と副操作方向(長さ)の寸法を検出し、これを用いて比較しても、イメージと用紙のサイズが大きく異なるような場合は別として、通常のケースでは有効な比較結果を得ることができる。
【0019】
以上のようにして、本実施形態では、割り込みジョブBが終わった後、先のジョブAを再開しても両ジョブA、Bの用紙が区別できる場合には、ユーザの指示を待つことなく直ちに先のジョブAを再開する。先のジョブAを直ちに再開すると用紙が紛れてしまう虞がある場合のみ、ユーザの指示を待って先のジョブAを再開する。これにより、従来は常に再開の指示をしなければならなかったユーザの負担がだいぶ軽減する。
【0020】
但し、ユーザによって又は状況によって、用紙が紛れるか否かの問題よりも、早期に印刷を終了することや、ユーザが一切関与する必要がないことの方が重要であるケースもある。そのようなケースのために、本実施形態では、ユーザの任意で、プリンタ1の操作パネル又はホストコンピュータからのコマンドで、プリンタ1を予め「強制再開モード」を設定しておけるようになっている。この「強制再開モード」を設定している場合には、割り込みジョブBが入って来た場合、図2に破線で示すように、ジョブA、Bの用紙が紛れるか否かの判断はせずに、割り込みジョブBが終わったならば常に直ちにジョブAを再開する。これにより、ユーザは割り込みジョブB終了後の先ジョブAの再開には一切関与する必要がなくなる。特に、ジョブA、Bで用紙サイズが異なることや、用紙サイズが同じであっても文書イメージが大きく異なる(例えば、一方はモノクロで他方はカラー、一方はテキストで他方はグラフィック、一方は日本文で他方は英文など)ことをユーザが予め知っていて、後に両ジョブの用紙を区別することが容易な場合は、この「強制再開モード」は便利である。
【0021】
図2に示した処理は、割り込みジョブBの実行中に更に別の割り込みジョブCが入った場合のように複数の割り込みジョブがネストしている場合にも、その複数の割り込みジョブ間で適用される。また、ジョブAで複数の排紙トレイを使用している時に、割り込みジョブBが入ってその複数の排紙トレイのどれかを使用する場合にも適用される。
【0022】
また、割り込みジョブBを実行している間、先のジョブAを完全に中断せずに、マルチタスク処理でジョブAのイメージ展開処理も進めておき、ジョブAを再開する際に直ちにプリンタエンジン1へイメージデータを送れるようにしておくと、後のジョブAの印刷処理を迅速に行うことができる。特に、例えば先のジョブAがカラー印刷で処理量が多く、一方、割り込みジョブBはモノクロテキスト印刷などで処理量が少ない場合、ジョブBのモノクロ印刷の最中に、ジョブAのカラー印刷用のイメージデータ展開処理を進めておくと有効であると考えられる。
【0023】
上記した実施の形態では、画像形成装置として、プリンタを例に採って説明したが、割り込み処理機能を有する複写機やファクシミリなどでも、本発明を適用して同様の効果を得ることができる。
【図面の簡単な説明】
【図1】本発明の画像形成装置の一実施形態を示した構成図。
【図2】図1に示した印刷処理部の印刷処理手順を示したフローチャート。
【図3】排紙トレイ上のジョブAの用紙aとジョブBの用紙bとのサイズの関係を示した説明図。
【符号の説明】
1 プリンタ
2 給紙トレイ
3 排紙トレイ
11 プリンタエンジン
12 印刷処理部
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an image forming apparatus such as a printer or a copier capable of interrupting another job during processing of a job, and more particularly to operation control of the apparatus at the end of interrupt processing.
[0002]
[Prior art]
Conventionally, if, for example, a printer interrupts another print job B in the middle of execution of a certain print job A, an interrupt job prevents the printed sheets of both jobs A and B from intermingling on the same discharge tray. When B is completed, the printing process is temporarily stopped, and the previous job A is resumed after a user resumes printing.
[0003]
[Problems to be solved by the invention]
However, such consideration on the printer side is not always beneficial for the user. It is a burden on the user that the user has to instruct each time to restart the previous print job, and if the instruction is delayed, the end of printing is delayed accordingly.
[0004]
Therefore, an object of the present invention is to terminate the previous job without delay after the interruption job is finished without imposing a burden on the user.
[0005]
Another object of the present invention is to make it possible to easily distinguish the output paper of the interrupt job and the previous job on the same paper discharge tray.
[0006]
[Means for Solving the Problems]
The image forming apparatus according to the first aspect of the present invention interrupts the execution of the previous job and executes another interrupt job, so that the first sheet used in the previous job and the second sheet used in the interrupt job are stored. If it is determined from the size that there is a possibility that the second paper may be mixed in the first paper, and if this determination means is not likely to be mixed, immediately after the interruption job is finished. Control means for resuming the previous job. Here, the case where there is no possibility of being confused is typically the case where the second sheet is larger in at least one of the length and width than the first sheet. According to this image forming apparatus, if there is no possibility that the paper of the interrupt job is mixed with the paper of the previous job, the previous job is immediately resumed without waiting for an instruction from the user after the interrupt job ends. Therefore, the user's trouble can be saved.
[0007]
In the image forming apparatus according to the second aspect of the present invention, when the execution of another job is interrupted by interrupting the execution of the previous job and the forced restart mode is preset by the user, the image forming apparatus must Control means for immediately restarting the previous job is provided. According to this image forming apparatus, if the forced resumption mode is set in advance, the previous job is immediately resumed without waiting for the user's instruction after the interruption job is completed, so that the user's trouble can be saved.
[0008]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a configuration diagram showing an image forming apparatus according to an embodiment of the present invention. The printer 1 includes a paper feed tray 2 that stacks and feeds sheets, and a paper discharge tray 3 that stacks printed sheets to be discharged. The printer 1 takes in paper from the paper feed tray 2, prints an image on the paper, and prints it from a printer engine 11 including a mechanical mechanism and a driver circuit for discharging the printed paper to the paper discharge tray 3, and an external host computer A print processing unit 12 that receives a print command sequence constituting a job, interprets the generated print command sequence, generates bitmap image data to be printed, transfers it to the printer engine 11, and controls the printer engine 11 to perform printing; have. When the print processing unit 12 receives another print job from the host computer as an interrupt job during the processing of a certain print job, the print processing unit 12 processes the interrupt job and the previous job in the procedure described below. The print processing unit 12 is typically a programmed microcomputer, but at least a part of the print processing unit 12 may be configured by a dedicated hardware circuit.
[0009]
Next, the operation of the present embodiment will be described with reference to the flowchart of FIG. When the print processing unit 12 receives a command sequence of a certain print job A from the host computer in an idle state in which no job is being executed, in step 201, the print processing unit 12 interprets the received head command, or the printer 1 First, the size of the printing paper of this job A, the feeding direction of the paper (vertical feeding or horizontal feeding), etc. are recognized, and then in step 202, By interpreting subsequent commands and performing image rendering, halftoning, or the like, bitmap image data to be printed is created in units of pages or bands, and transferred to the printer engine 11. The printer engine 11 takes in paper from the paper feed tray 2, prints a bitmap image on the paper, and then repeats the operation of discharging the printed paper to the paper discharge tray 3.
[0010]
In this way, the print job A is executed. In the meantime, the print processing unit 12 checks in step 203 whether or not an interrupt job has been received from the host computer. continue. When the printing process for job A is completed in step 205, the process returns to the idle state again.
[0011]
On the other hand, when the interrupt job B arrives at step 203, the print processing unit 12 proceeds to step 206, where the current job A processing is temporarily interrupted and the newly received interrupt job B command is first interpreted. This interrupt job B recognizes the standard size of the print paper and the paper feed direction, and then proceeds to step 207 to consider the print paper size and paper feed direction between the interrupted job A and interrupt job B. A comparison is made between the dimension in the feed direction, that is, the length L, and the dimension in the direction perpendicular to the feed direction, that is, the width W. Based on the result of this comparison, when the printed sheet of job B is placed between the printed sheets of job A on the paper discharge tray 3 in step 208, the job B is included in the printed sheet of job A. It is determined whether or not the printed sheet of paper is lost. In this determination, basically, there is a portion in which at least one of the length L and the width W of the job B paper protrudes from the job A paper (that is, the length L or the paper length of the job B). Whether or not the width W is larger than that of the paper of job A). That is, if there is no part that protrudes, it is determined that it will be lost. In that case, the process proceeds to step 210 and a flag is set. On the other hand, if there is a protruding portion, it is determined that it will not be lost, and in that case, the process proceeds to step 209 to defeat the flag.
[0012]
If interrupt job B is entered before printing on the first sheet of job A is started, it is determined in step 208 that it will not be lost regardless of the size of the sheets of jobs A and B. Proceed to step 209 to defeat the flag.
[0013]
Subsequently, the print processing unit 12 proceeds to step 211, interprets the subsequent command of the interrupt job B, generates image data, sends the image data to the print engine 11, and starts printing of the job B. The process is performed until job B is completed in step 212. When printing of the interrupt job B is completed, the process proceeds to step 213, where the flag is checked. If the flag is collapsed (if it cannot be confused), the process returns to step 204 to start from where the interrupted job A was interrupted. Resume.
[0014]
On the other hand, if the flag is set in step 213 (if it is confused), the process proceeds to step 214, where the printing operation is temporarily interrupted, and the “printing” is displayed on the liquid crystal display unit or the like of the operation panel (not shown) of the printer 1. A message such as “suspending and waiting for resumption instruction” is displayed, and in step 215, the user waits for a resumption instruction from the operation panel or the host computer. Thereafter, if a restart instruction is input, the print processing unit 12 proceeds to step 204 and continues the print processing from the point where the previous job A was interrupted.
[0015]
FIG. 3 exemplifies combinations of several sizes of the paper A of the previous job A and the paper b of the interrupt job B that are put on the paper discharge tray 3.
[0016]
As shown in FIG. 3A, if the length Lb and the width Wb of the paper b of the interrupt job B are both smaller than or equal to the length La and the width Wa of the paper a of the job A, an interrupt is made. When the previous job A is resumed after the end of the job b, the small paper b of the job B is hidden under the large paper a of the resumed job A and is troublesome to search later. Therefore, in this case, when the flag is set in step 210 described above and the printing of the interrupt job B is completed, the job A is not resumed until an instruction is given.
[0017]
On the other hand, as shown in FIG. 3B, the length Lb and the width Wb of the paper b of the interrupt job B are both larger than the length La and the width Wa of the paper a of the job A, or as shown in FIG. As shown, when one of the length Lb and the width Wb is larger than that of job A, a part of job B paper b protrudes from job A paper a, so that job B paper b becomes job A paper a. There is no risk of being confused. Therefore, in this case, the flag is cleared in step 209 described above, and immediately after the printing process for job B is completed, the printing process for job A is resumed.
[0018]
By the way, such a paper size comparison process (step 208 in FIG. 2) can be performed by a method of comparing both papers in terms of length and width. However, since commonly used papers are standard papers such as A4 and B5, for example, jobs If A is A4 and job B is B4, regardless of the feed direction, “extruded part” is present. For example, if both jobs A and B are A4, “no extra part” if the feed direction is the same, “extrude” if the feed direction is different. Instead of comparing length and width, it is possible to determine by using a combination of the plate number of the standard paper and the feed direction, for example, using a look-up table. Probably. When comparing the length and width, not only the length and width of the paper are recognized from the command of the print job, but the actual length and width of the paper may be measured using a sensor or the like. Furthermore, instead of using the length and width of the paper, even if the dimensions of the image data to be printed on the paper in the main scanning direction (width) and the sub-operation direction (length) are detected and compared, Aside from the case where the image and paper size differ greatly, an effective comparison result can be obtained in the normal case.
[0019]
As described above, in the present embodiment, after the interrupt job B is completed, if the sheets of both jobs A and B can be distinguished even when the previous job A is resumed, immediately without waiting for the user's instruction. The previous job A is resumed. Only when there is a possibility that the paper will be lost if the previous job A is resumed immediately, the previous job A is resumed after waiting for the user's instruction. As a result, the burden on the user, which conventionally had to be always instructed to resume, is considerably reduced.
[0020]
However, there are cases where it is more important that the printing is completed earlier or that the user does not need to be involved at all, rather than the problem of whether the paper is mixed or not depending on the user or the situation. For such a case, in this embodiment, the “forced restart mode” can be set in advance for the printer 1 by a command from the operation panel of the printer 1 or a host computer as desired. . When this “forced restart mode” is set, when the interrupt job B comes in, as shown by the broken line in FIG. 2, it is not determined whether or not the sheets of the jobs A and B are mixed. When the interrupt job B is finished, the job A is always resumed immediately. This eliminates the need for the user to participate in resuming the previous job A after the end of the interrupt job B. In particular, the paper sizes differ between jobs A and B, and even if the paper sizes are the same, the document images differ greatly (for example, one is monochrome and the other is color, one is text and the other is graphic, and one is Japanese. This “forced restart mode” is convenient when the user knows in advance that the other is in English and the like, and it is easy to distinguish between the sheets for both jobs later.
[0021]
The processing shown in FIG. 2 is applied between a plurality of interrupt jobs even when a plurality of interrupt jobs are nested, such as when another interrupt job C is entered during execution of the interrupt job B. The The present invention is also applied to a case where an interrupt job B is entered and any of the plurality of paper discharge trays is used when a plurality of paper discharge trays are used in job A.
[0022]
In addition, while executing the interrupt job B, the previous job A is not completely interrupted, the image development processing of the job A is advanced by multitask processing, and immediately when the job A is resumed, the printer engine 1 If the image data can be sent to, the print processing of the subsequent job A can be performed quickly. In particular, for example, when the previous job A is color printing and has a large processing amount, while the interrupt job B is monochrome text printing or the like and has a small processing amount, the job A is used for the color printing of the job A during the monochrome printing of the job B. It is considered effective to advance the image data development process.
[0023]
In the above-described embodiment, the printer is described as an example of the image forming apparatus. However, the same effect can be obtained by applying the present invention to a copying machine or a facsimile having an interrupt processing function.
[Brief description of the drawings]
FIG. 1 is a configuration diagram showing an embodiment of an image forming apparatus of the present invention.
FIG. 2 is a flowchart showing a print processing procedure of a print processing unit shown in FIG.
FIG. 3 is an explanatory diagram showing the relationship between the size of a paper a for job A and a paper b for job B on a paper discharge tray.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Printer 2 Paper feed tray 3 Paper discharge tray 11 Printer engine 12 Print processing part

Claims (11)

先のジョブの実行を中断して別の割り込みジョブを実行する割り込み機能をもった画像形成装置において、
前記先のジョブで用いる第1の用紙と前記割り込みジョブで用いる第2の用紙のサイズから、前記第1の用紙の内に前記第2の用紙が紛れる可能性があるか否かを判定する判定手段と、
前記判定手段が紛れる可能性がないと判定した場合、前記割り込みジョブの終了後直ちに前記先のジョブを再開する制御手段と、
を備えた画像形成装置。
In an image forming apparatus having an interrupt function for interrupting the execution of the previous job and executing another interrupt job,
Determining whether there is a possibility of the second paper being mixed in the first paper from the size of the first paper used in the previous job and the size of the second paper used in the interrupt job Means,
If the determination means determines that there is no possibility of being confused, a control means for resuming the previous job immediately after the interruption job ends;
An image forming apparatus.
前記制御手段が、前記判定手段が紛れる可能性があると判定した場合、前記割り込みジョブの終了後、特別の指示を受けるまで前記先のジョブの再開を待つ請求項1記載の画像形成装置。2. The image forming apparatus according to claim 1, wherein when the control unit determines that the determination unit is likely to be confused, after the interruption job is finished, the image forming apparatus waits for the previous job to resume until a special instruction is received. 前記判定手段が、前記第1の用紙より前記第2の用紙が長さ及び幅の少なくとも一方において大きいとき、紛れる可能性がないと判定する請求項1記載の画像形成装置。The image forming apparatus according to claim 1, wherein the determination unit determines that there is no possibility of being mixed when the second sheet is larger in at least one of a length and a width than the first sheet. 前記判定手段が、前記第1及び第2の用紙の定型版番号と紙送り方向に基づいて判定を行う請求項1記載の画像形成装置。The image forming apparatus according to claim 1, wherein the determination unit performs determination based on a standard plate number and a paper feeding direction of the first and second sheets. 前記制御手段が、ユーザの任意で設定できる強制再開モードを有し、前記強制再開モードに予め設定されているときには、前記割り込みジョブの終了後必ず前記先のジョブを直ちに再開する請求項1記載の画像形成装置。2. The control unit according to claim 1, wherein the control unit has a forced restart mode that can be arbitrarily set by a user, and when the forced restart mode is set in advance, the preceding job is always restarted immediately after the interrupt job is finished. Image forming apparatus. 前記割り込みジョブの実行中に、前記先のジョブも並列的に実行する並列処理手段を更に有する請求項1記載の画像形成装置。The image forming apparatus according to claim 1, further comprising a parallel processing unit configured to execute the preceding job in parallel during execution of the interrupt job. 先のジョブの実行を中断して別の割り込みジョブを実行する割り込み機能をもった画像形成装置において、
ユーザの任意で設定できる強制再開モードを有し、前記強制再開モードに予め設定されているときには、前記割り込みジョブの終了後必ず前記先のジョブを直ちに再開する制御手段を備えた画像形成装置。
In an image forming apparatus having an interrupt function for interrupting the execution of the previous job and executing another interrupt job,
An image forming apparatus comprising: a control unit that has a forced restart mode that can be arbitrarily set by a user, and that immediately restarts the preceding job after the interrupt job when the forced restart mode is preset.
前記先のジョブで用いる第1の用紙と前記割り込みジョブで用いる第2の用紙のサイズから、前記第1の用紙の内に前記第2の用紙が紛れる可能性があるか否かを判定する判定手段を更に備え、
前記制御手段は、前記強制再開モードが設定されていないときは、前記判定手段が紛れる可能性がないと判定した場合に、前記割り込みジョブの終了後直ちに前記先のジョブを再開する請求項7記載の画像形成装置。
Determining whether there is a possibility of the second paper being mixed in the first paper from the size of the first paper used in the previous job and the size of the second paper used in the interrupt job Further comprising means,
The said control means restarts the said previous job immediately after completion | finish of the said interruption job, when the said forced restart mode is not set and it determines with the said determination means not being misunderstood. Image forming apparatus.
前記制御手段は、前記強制再開モードが設定されていないときは、前記割り込みジョブの終了後、特別の指示を受けるまで前記先のジョブの再開を待つ請求項7記載の画像形成装置。8. The image forming apparatus according to claim 7, wherein when the forced resumption mode is not set, the control unit waits for resumption of the previous job until receiving a special instruction after the interruption job is completed. 先のジョブの実行を中断して別の割り込みジョブを実行する過程と、
前記先のジョブで用いる第1の用紙と前記割り込みジョブで用いる第2の用紙のサイズから、前記第1の用紙の内に前記第2の用紙が紛れる可能性があるか否かを判定する過程と、
前記判定手段が紛れる可能性がないと判定した場合、前記割り込みジョブの終了後直ちに前記先のジョブを再開する過程と、
を備えた画像形成方法。
The process of interrupting the previous job execution and executing another interrupt job,
A step of determining whether or not there is a possibility that the second sheet is mixed into the first sheet from the size of the first sheet used in the previous job and the second sheet used in the interrupt job. When,
If the determination means determines that there is no possibility of being confused, the process of restarting the previous job immediately after the interruption job ends;
An image forming method.
先のジョブの実行を中断して別の割り込みジョブを実行する過程と、
ユーザからの指示で強制再開モードを設定する過程と、
前記強制再開モードに予め設定されているときには、前記割り込みジョブの終了後必ず前記先のジョブを直ちに再開する過程と、
を備えた画像形成方法。
The process of interrupting the previous job execution and executing another interrupt job,
The process of setting the forced restart mode according to the instruction from the user,
When the forced restart mode is set in advance, the process of immediately restarting the previous job after the interruption job is completed,
An image forming method.
JP33858797A 1997-12-09 1997-12-09 Image forming apparatus and image forming method Expired - Lifetime JP3632726B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33858797A JP3632726B2 (en) 1997-12-09 1997-12-09 Image forming apparatus and image forming method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33858797A JP3632726B2 (en) 1997-12-09 1997-12-09 Image forming apparatus and image forming method

Publications (2)

Publication Number Publication Date
JPH11175282A JPH11175282A (en) 1999-07-02
JP3632726B2 true JP3632726B2 (en) 2005-03-23

Family

ID=18319585

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33858797A Expired - Lifetime JP3632726B2 (en) 1997-12-09 1997-12-09 Image forming apparatus and image forming method

Country Status (1)

Country Link
JP (1) JP3632726B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8600288B2 (en) 2007-12-25 2013-12-03 Ricoh Company, Ltd. Image forming apparatus

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5906643B2 (en) * 2011-09-30 2016-04-20 カシオ電子工業株式会社 Printing apparatus and printing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8600288B2 (en) 2007-12-25 2013-12-03 Ricoh Company, Ltd. Image forming apparatus

Also Published As

Publication number Publication date
JPH11175282A (en) 1999-07-02

Similar Documents

Publication Publication Date Title
JPH07299936A (en) Page printer
JPH10119365A (en) Image processor
JP3632726B2 (en) Image forming apparatus and image forming method
JP2007307850A (en) Printing method, printer, printing system, printing controller, driver program, and recording medium having program stored thereon
JP4270935B2 (en) Image forming apparatus
JP2001199577A (en) Printer and printer system
JP2002091748A (en) Image processor
US6831751B1 (en) Forming apparatus and method for controlling the double-side printing to the different original sizes
US8300236B2 (en) Image forming system, apparatus, method and computer readable medium for selecting print requests according to post-processing speeds
JP3134539B2 (en) Printer control device
JP2005349807A (en) Printer, information processor, and their controlling methods
JP4543811B2 (en) Image forming apparatus and image forming method
JP4725208B2 (en) Printing apparatus and job interruption processing method
JP2008009216A (en) Image forming apparatus and image forming program
JPH0640128A (en) Printer device
US20010026700A1 (en) Image forming apparatus, job controlling apparatus, and job controlling method
JP2000001025A (en) Imaging apparatus and control method therefor
JP2012153033A (en) Image forming apparatus and program
JP2006027042A (en) Image forming apparatus
JP2001030589A (en) Imaging apparatus
JP2007069580A (en) Image forming device
JPH11292324A (en) Printer and printing system
JP2003175656A (en) Imaging apparatus and imaging method
JPH06164776A (en) Interrupt control system for composite information processing unit
JPH1130932A (en) Composite copying machine

Legal Events

Date Code Title Description
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: 20041201

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20041214

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090107

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100107

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110107

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110107

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120107

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120107

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130107

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130107

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140107

Year of fee payment: 9

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

EXPY Cancellation because of completion of term