JP2011056841A - Image forming apparatus and program - Google Patents

Image forming apparatus and program Download PDF

Info

Publication number
JP2011056841A
JP2011056841A JP2009210366A JP2009210366A JP2011056841A JP 2011056841 A JP2011056841 A JP 2011056841A JP 2009210366 A JP2009210366 A JP 2009210366A JP 2009210366 A JP2009210366 A JP 2009210366A JP 2011056841 A JP2011056841 A JP 2011056841A
Authority
JP
Japan
Prior art keywords
print
print command
processing
print job
executed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2009210366A
Other languages
Japanese (ja)
Inventor
Koichiro Takahashi
浩一郎 高橋
Tadashi Mimura
忠 三村
Yuji Onozawa
雄二 小野澤
Hisashi Shirakawa
久 白川
Kazuya Kawabata
和也 川端
Masashi Kaneko
昌史 金子
Takahiko Suzuki
孝彦 鈴木
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2009210366A priority Critical patent/JP2011056841A/en
Publication of JP2011056841A publication Critical patent/JP2011056841A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To make the time required until a received print instruction is performed shorter than that when the drawing processing of print data is performed, in reception for all print instructions. <P>SOLUTION: A job kind determination part 206 determines whether a print job received by a print job receiving part 201 is an accumulation print job such as a time-specified print job, a security print job and a proof print job or a normal print job except those. When it is determined that the received print job is the accumulation print job, a job control part 209 stores the print job into a job storage part 205, without performing decomposing processing. When it is determined that the received print job is the normal print job, the job control part 209 immediately performs decomposing processing of the print job and performs the print job. When it is determined that the processing load of one's own image forming apparatus is small, the job control part 209 timely performs decomposing processing of the accumulation print job stored in the print job storage part 205. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、画像形成装置およびプログラムに関する。   The present invention relates to an image forming apparatus and a program.

特許文献1には、指定された時刻に印刷処理を開始する時刻指定プリントを実行可能な印刷制御装置が開示されている。   Patent Document 1 discloses a print control apparatus capable of executing time-designated printing for starting print processing at a designated time.

特許文献2には、供給された印刷データを記憶装置に記憶した後に、パスワードの入力、指定された時刻の到来等の条件が達成されると、記憶装置に記憶されていた印刷データの出力を行う印刷システムが開示されている。   In Patent Document 2, after the supplied print data is stored in the storage device, the output of the print data stored in the storage device is output when conditions such as the input of a password and the arrival of a specified time are achieved. A printing system to perform is disclosed.

特許文献3には、印刷する時刻が付加された印刷データを蓄積しておき、指定された印刷時刻になると蓄積されていた印刷データの出力を実行する印刷装置が開示されている。   Patent Document 3 discloses a printing apparatus that accumulates print data to which a printing time is added and outputs the accumulated print data at a designated printing time.

特許文献4には、印刷時刻が指定された印刷ジョブを蓄積する際にデコンポーズ処理を行っておき、印刷時間を予測して、印刷指定時刻から予測された印刷時間遡った時刻に印刷処理を開始するようにした画像形成装置が開示されている。   In Patent Document 4, a decomposing process is performed when a print job with a specified print time is stored, the print time is predicted, and the print process is started at a time that is predicted from the specified print time. An image forming apparatus configured to do so is disclosed.

特開平4−3220号公報JP-A-4-3220 特開2001−249775号公報JP 2001-249775 A 特開2002−144680号公報JP 2002-144680 A 特開2005−262709号公報JP 2005-262709 A

本発明の目的は、全ての印刷命令について受信時に印刷データの描画処理を行う場合と比較して、受信された印刷命令が実行されるまでの時間を短縮することが可能な画像形成装置およびプログラムを提供することである。   An object of the present invention is to provide an image forming apparatus and a program capable of shortening the time until the received print command is executed, as compared with the case where drawing processing of print data is performed for all print commands at the time of reception. Is to provide.

[画像形成装置]
請求項1に係る本発明は、印刷命令を受信する受信手段と、
前記受信手段により受信された印刷命令を格納する格納手段と、
前記格納手段に格納された印刷命令に含まれる印刷データの描画処理を行う描画処理手段と、
前記受信手段により受信された印刷命令の種類に応じて、当該印刷命令に含まれる印刷データを描画する時期を変更するよう前記描画処理手段を制御する制御手段とを備え、
前記制御手段は、自装置内の処理量が予め設定された値以下となった場合、または、自装置内において実行すべき処理が一定時間以上発生しない場合、前記格納手段に格納されている印刷命令に含まれる印刷データの描画処理を行うよう前記描画処理手段を制御し、
前記制御手段は、自装置内の処理量が予め設定された値以下となったことにより開始された描画処理、または自装置内において実行すべき処理が一定時間以上発生しないことにより開始された描画処理の実行中に、前記格納手段に格納された印刷命令を実行すべき条件が満たされた場合、または、予め設定された条件が満たされることを待たずに実行すべき印刷命令が前記受信手段により受信された場合、実行中の描画処理を中断または中止するよう前記描画処理手段を制御する画像形成装置である。
[Image forming apparatus]
The present invention according to claim 1 comprises a receiving means for receiving a print command;
Storage means for storing a print command received by the receiving means;
A drawing processing unit for performing a drawing process of print data included in the print command stored in the storage unit;
Control means for controlling the drawing processing means to change the timing for drawing the print data included in the print command according to the type of the print command received by the receiving means;
The control unit prints data stored in the storage unit when the processing amount in the own device is equal to or less than a preset value, or when processing to be executed in the own device does not occur for a predetermined time or more. Controlling the drawing processing means to perform drawing processing of print data included in the command;
The control means includes a drawing process started when a processing amount in the own apparatus becomes equal to or less than a preset value, or a drawing started when a process to be executed in the own apparatus does not occur for a predetermined time or more. During execution of processing, when a condition for executing the print command stored in the storage unit is satisfied, or a print command to be executed without waiting for a preset condition to be satisfied is received by the receiving unit. The image forming apparatus controls the drawing processing unit so as to interrupt or stop the drawing process being executed.

請求項2に係る本発明は、印刷命令を受信する受信手段と、
前記受信手段により受信された印刷命令を格納する格納手段と、
前記格納手段に格納された印刷命令に含まれる印刷データの描画処理を行う描画処理手段と、
前記受信手段により受信された印刷命令が、前記格納手段に格納された後に予め設定された条件が満たされると実行される印刷命令である場合、当該印刷命令が前記格納手段に格納されてから一定期間が経過しても当該印刷命令に含まれる印刷データを描画しないよう前記描画処理手段を制御する制御手段とを備え、
前記制御手段は、自装置内の処理量が予め設定された値以下となった場合、または、自装置内において実行すべき処理が一定時間以上発生しない場合、前記格納手段に格納されている印刷命令に含まれる印刷データの描画処理を行うよう前記描画処理手段を制御し、
前記制御手段は、自装置内の処理量が予め設定された値以下となったことにより開始された描画処理、または自装置内において実行すべき処理が一定時間以上発生しないことにより開始された描画処理の実行中に、前記格納手段に格納された印刷命令を実行すべき条件が満たされた場合、または、予め設定された条件が満たされることを待たずに実行すべき印刷命令が前記受信手段により受信された場合、実行中の描画処理を中断または中止するよう前記描画処理手段を制御する画像形成装置である。
The present invention according to claim 2 comprises a receiving means for receiving a print command;
Storage means for storing a print command received by the receiving means;
A drawing processing unit for performing a drawing process of print data included in the print command stored in the storage unit;
When the print command received by the receiving unit is a print command that is executed when a preset condition is satisfied after being stored in the storage unit, the print command is constant after the print command is stored in the storage unit. Control means for controlling the drawing processing means so as not to draw the print data included in the print command even if the period has elapsed,
The control unit prints data stored in the storage unit when the processing amount in the own device is equal to or less than a preset value, or when processing to be executed in the own device does not occur for a predetermined time or more. Controlling the drawing processing means to perform drawing processing of print data included in the command;
The control means includes a drawing process started when a processing amount in the own apparatus becomes equal to or less than a preset value, or a drawing started when a process to be executed in the own apparatus does not occur for a predetermined time or more. During execution of processing, when a condition for executing the print command stored in the storage unit is satisfied, or a print command to be executed without waiting for a preset condition to be satisfied is received by the receiving unit. The image forming apparatus controls the drawing processing unit so as to interrupt or stop the drawing process being executed.

[プログラム]
請求項3に係る本発明は、印刷命令を受信するステップと、
受信された印刷命令を格納するステップと、
受信された印刷命令の種類に応じて、当該印刷命令に含まれる印刷データを描画する時期を変更するよう、格納された印刷命令に含まれる印刷データの描画処理を行う描画処理部を制御するステップと、
自装置内の処理量が予め設定された値以下となった場合、または、自装置内において実行すべき処理が一定時間以上発生しない場合、格納されている印刷命令に含まれる印刷データの描画処理を行うよう前記描画処理手段を制御するステップと、
自装置内の処理量が予め設定された値以下となったことにより開始された描画処理、または自装置内において実行すべき処理が一定時間以上発生しないことにより開始された描画処理の実行中に、格納された印刷命令を実行すべき条件が満たされた場合、または、予め設定された条件が満たされることを待たずに実行すべき印刷命令が受信された場合、実行中の描画処理を中断または中止するよう前記描画処理手段を制御するステップとをコンピュータに実行させるためのプログラムである。
[program]
The present invention according to claim 3 includes the step of receiving a print command;
Storing received print instructions;
A step of controlling a drawing processing unit that performs a drawing process of the print data included in the stored print command so as to change a timing for drawing the print data included in the print command according to the type of the received print command. When,
Drawing processing of print data included in stored print commands when the processing amount in the own device is less than or equal to a preset value, or when processing to be executed in the own device does not occur for a certain period of time Controlling the drawing processing means to perform:
During the execution of a drawing process started when the processing amount in the own apparatus becomes equal to or less than a preset value or a drawing process started when a process to be executed in the own apparatus does not occur for a certain period of time When the condition for executing the stored print command is satisfied, or when the print command to be executed without waiting for the preset condition is satisfied, the drawing process being executed is interrupted. Or a program for causing a computer to execute the step of controlling the drawing processing means to stop.

請求項4に係る本発明は、印刷命令を受信するステップと、
受信された印刷命令を格納するステップと、
受信された印刷命令が、格納された後に予め設定された条件が満たされると実行される印刷命令である場合、当該印刷命令が格納されてから一定期間が経過しても当該印刷命令に含まれる印刷データを描画しないよう、格納された印刷命令に含まれる印刷データの描画処理を行う描画処理部を制御するステップと、
自装置内の処理量が予め設定された値以下となった場合、または、自装置内において実行すべき処理が一定時間以上発生しない場合、格納されている印刷命令に含まれる印刷データの描画処理を行うよう前記描画処理手段を制御するステップと、
自装置内の処理量が予め設定された値以下となったことにより開始された描画処理、または自装置内において実行すべき処理が一定時間以上発生しないことにより開始された描画処理の実行中に、格納された印刷命令を実行すべき条件が満たされた場合、または、予め設定された条件が満たされることを待たずに実行すべき印刷命令が受信された場合、実行中の描画処理を中断または中止するよう前記描画処理手段を制御するステップとをコンピュータに実行させるためのプログラムである。
The present invention according to claim 4 includes a step of receiving a print command;
Storing received print instructions;
If the received print command is a print command that is executed when a preset condition is satisfied after being stored, it is included in the print command even if a certain period of time elapses after the print command is stored Controlling a drawing processing unit that performs a drawing process of the print data included in the stored print command so as not to draw the print data;
Drawing processing of print data included in stored print commands when the processing amount in the own device is less than or equal to a preset value, or when processing to be executed in the own device does not occur for a certain period of time Controlling the drawing processing means to perform:
During the execution of a drawing process started when the processing amount in the own apparatus becomes equal to or less than a preset value or a drawing process started when a process to be executed in the own apparatus does not occur for a certain period of time When a condition for executing the stored print command is satisfied, or when a print command to be executed is received without waiting for a preset condition to be satisfied, the drawing process being executed is interrupted. Or a program for causing a computer to execute the step of controlling the drawing processing means to stop.

請求項1に係る本発明によれば、全ての印刷命令について受信時に印刷データの描画処理を行う場合と比較して、受信された印刷命令が実行されるまでの時間を短縮することが可能な画像形成装置を提供することができる。   According to the first aspect of the present invention, it is possible to shorten the time until the received print command is executed, as compared with the case where the print data drawing process is performed at the time of reception for all the print commands. An image forming apparatus can be provided.

請求項2に係る本発明によれば、全ての印刷命令について受信時に印刷データの描画処理を行う場合と比較して、受信された印刷命令が実行されるまでの時間を短縮することが可能な画像形成装置を提供することができる。   According to the second aspect of the present invention, it is possible to reduce the time until the received print command is executed as compared with the case where the print data drawing process is performed at the time of reception for all the print commands. An image forming apparatus can be provided.

請求項3に係る本発明によれば、全ての印刷命令について受信時に印刷データの描画処理を行う場合と比較して、受信された印刷命令が実行されるまでの時間を短縮することが可能なプログラムを提供することができる。   According to the third aspect of the present invention, it is possible to shorten the time until the received print command is executed as compared with the case where the print data drawing process is performed at the time of reception for all the print commands. A program can be provided.

請求項4に係る本発明によれば、全ての印刷命令について受信時に印刷データの描画処理を行う場合と比較して、受信された印刷命令が実行されるまでの時間を短縮することが可能なプログラムを提供することができる。   According to the fourth aspect of the present invention, it is possible to shorten the time until the received print command is executed, as compared with the case where the print data drawing process is performed at the time of reception for all the print commands. A program can be provided.

本発明の一実施形態の画像形成装置のシステム構成を示す図である。1 is a diagram illustrating a system configuration of an image forming apparatus according to an embodiment of the present invention. 本発明の一実施形態における画像形成装置10のハードウェア構成を示すブロック図である。1 is a block diagram illustrating a hardware configuration of an image forming apparatus 10 according to an embodiment of the present invention. 本発明の一実施形態における画像形成装置10の機能構成を示すブロック図である。1 is a block diagram illustrating a functional configuration of an image forming apparatus 10 according to an embodiment of the present invention. 本発明の一実施形態における画像形成装置10において新たな印刷ジョブが受信された場合の動作を説明するためのフローチャートである。6 is a flowchart for explaining an operation when a new print job is received in the image forming apparatus 10 according to the embodiment of the present disclosure. 印刷ジョブの種類に応じてデコンポーズ処理が実行されるタイミングの一覧を示す図である。FIG. 6 is a diagram illustrating a list of timings at which a decomposing process is executed according to the type of print job. 印刷ジョブ格納部205に格納された蓄積系の印刷ジョブのデコンポーズ処理が行われる際の処理を説明するためのフローチャートである。6 is a flowchart for explaining processing when decomposing processing of a storage-type print job stored in a print job storage unit 205 is performed. 開始された適時デコンポーズ処理を中止/中断する場合の動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement in the case of stopping / interrupting the started time-decomposition process.

次に、本発明の実施の形態について図面を参照して詳細に説明する。図1は本発明の一実施形態の画像形成システムの構成を示すブロック図である。   Next, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration of an image forming system according to an embodiment of the present invention.

本発明の一実施形態の画像形成システムは、図1に示されるように、ネットワーク30により相互に接続された画像形成装置10、および端末装置20により構成される。端末装置20は、印刷ジョブを生成して、ネットワーク30経由にて生成した印刷ジョブを画像形成装置10に対して送信する。画像形成装置10は、端末装置20から送信された印刷ジョブを受け付けて、この印刷ジョブに応じた画像を用紙上に出力する。なお、画像形成装置10は、印刷(プリント)機能、スキャン機能、複写(コピー)機能、ファクシミリ機能等の複数の機能を有するいわゆる複合機と呼ばれる装置である。   As shown in FIG. 1, the image forming system according to an embodiment of the present invention includes an image forming apparatus 10 and a terminal device 20 connected to each other via a network 30. The terminal device 20 generates a print job and transmits the print job generated via the network 30 to the image forming apparatus 10. The image forming apparatus 10 receives a print job transmitted from the terminal device 20 and outputs an image corresponding to the print job on a sheet. The image forming apparatus 10 is an apparatus called a so-called multi-function machine having a plurality of functions such as a print function, a scan function, a copy function, and a facsimile function.

次に、本実施形態の画像形成システムにおける画像形成装置10のハードウェア構成を図2に示す。   Next, FIG. 2 shows a hardware configuration of the image forming apparatus 10 in the image forming system of the present embodiment.

画像形成装置10は、図2に示されるように、CPU11、メモリ12、ハードディスクドライブ(HDD)等の記憶装置13、ネットワーク30を介して外部の装置等との間でデータの送信及び受信を行う通信インタフェース(IF)14、タッチパネル又は液晶ディスプレイ並びにキーボードを含むユーザインタフェース(UI)装置15、スキャナ16、プリントエンジン17を有する。これらの構成要素は、制御バス18を介して互いに接続されている。   As shown in FIG. 2, the image forming apparatus 10 transmits and receives data to and from an external device or the like via a CPU 11, a memory 12, a storage device 13 such as a hard disk drive (HDD), and a network 30. A communication interface (IF) 14, a touch panel or liquid crystal display, and a user interface (UI) device 15 including a keyboard, a scanner 16, and a print engine 17 are included. These components are connected to each other via a control bus 18.

CPU11は、メモリ12または記憶装置13に格納された制御プログラムに基づいて所定の処理を実行して、画像形成装置10の動作を制御する。なお、本実施形態では、CPU11は、メモリ12または記憶装置13内に格納された制御プログラムを読み出して実行するものとして説明したが、当該プログラムをCD−ROM等の記憶媒体に格納してCPU11に提供することも可能である。   The CPU 11 executes predetermined processing based on a control program stored in the memory 12 or the storage device 13 and controls the operation of the image forming apparatus 10. In the present embodiment, the CPU 11 has been described as reading and executing a control program stored in the memory 12 or the storage device 13, but the program is stored in a storage medium such as a CD-ROM and stored in the CPU 11. It is also possible to provide.

図3は、上記の制御プログラムが実行されることにより実現される画像形成装置10の機能構成を示すブロック図である。   FIG. 3 is a block diagram showing a functional configuration of the image forming apparatus 10 realized by executing the control program.

本実施形態の画像形成装置10は、図3に示されるように、印刷ジョブ受信部201と、ユーザ操作部202と、表示部203と、節電制御部204と、印刷ジョブ格納部205と、ジョブ種類判定部206と、デコンポーズ処理部207と、時刻監視部208と、ジョブ制御部209と、画像出力部210と、デバイス制御部211とを備えている。   As shown in FIG. 3, the image forming apparatus 10 of the present exemplary embodiment includes a print job receiving unit 201, a user operation unit 202, a display unit 203, a power saving control unit 204, a print job storage unit 205, a job A type determination unit 206, a decomposition processing unit 207, a time monitoring unit 208, a job control unit 209, an image output unit 210, and a device control unit 211 are provided.

印刷ジョブ受信部201は、端末装置20から送信されてくる印刷ジョブ(印刷命令)を、ネットワーク30を介して受信する。ユーザ操作部202は、いわゆるコントロールパネル等により構成され、ユーザからの指示を受け付ける。   The print job receiving unit 201 receives a print job (print command) transmitted from the terminal device 20 via the network 30. The user operation unit 202 includes a so-called control panel and receives an instruction from the user.

表示部203は、デバイス制御部211からの制御に基づいて、画像形成装置10の状態等の情報を可視的にユーザに表示する。   The display unit 203 visually displays information such as the state of the image forming apparatus 10 to the user based on the control from the device control unit 211.

節電制御部204は、画像形成装置10が一定時間以上使用されない場合などに省エネルギーモード(以下、省エネモードと略す。)に移行したり、省エネモード時に印刷ジョブを受信したときに通常状態に復帰するような節電制御を実行する。   The power saving control unit 204 shifts to an energy saving mode (hereinafter abbreviated as an energy saving mode) when the image forming apparatus 10 is not used for a certain period of time or returns to a normal state when a print job is received in the energy saving mode. The power saving control is executed.

印刷ジョブ格納部205は、印刷ジョブ受信部201により受信された印刷ジョブを一時的に格納する。また、印刷ジョブ格納部205は、実行中の印刷ジョブの処理済みデータを待避したり、時刻指定プリント、セキュリティプリント、プルーフプリント等の蓄積系の印刷ジョブの保管を行う。ここで、蓄積系の印刷ジョブとは、印刷ジョブ受信部201に受信された場合に即座に実行される印刷ジョブ以外の印刷ジョブであり、印刷ジョブ格納部205に格納された後に予め設定された条件が満たされた場合に実行される印刷ジョブである。   The print job storage unit 205 temporarily stores the print job received by the print job reception unit 201. Further, the print job storage unit 205 saves processed data of the print job being executed, and stores storage-type print jobs such as time designation print, security print, and proof print. Here, the storage-type print job is a print job other than a print job that is immediately executed when received by the print job receiving unit 201 and is set in advance after being stored in the print job storage unit 205. This print job is executed when the condition is satisfied.

そして、時刻指定プリントの印刷ジョブとは、指定された時刻にプリントが実行される印刷ジョブである。また、セキュリティプリントの印刷ジョブとは、印刷ジョブが印刷ジョブ格納部205に格納された後に、ユーザに対する認証が行われて出力が指示された場合にプリントが実行される印刷ジョブである。また、プルーフプリントの印刷ジョブとは、受信時に1部のみの出力が行われ、ユーザがその1部の出力を確認して残りの出力を指示した場合にプリントが実行される印刷ジョブである。   The time-designated print job is a print job that is printed at a designated time. Further, the security print print job is a print job that is printed when the print job is stored in the print job storage unit 205 and the user is authenticated and an output is instructed. A proof print print job is a print job in which only one copy is output at the time of reception, and printing is executed when the user confirms the output of the one copy and instructs the remaining output.

ジョブ種類判定部206は、印刷ジョブ受信部201により受信された印刷ジョブの種類を判定する。具体的には、ジョブ種類判定部206は、受信された印刷ジョブが蓄積系の印刷ジョブなのか、またはそれ以外の印刷ジョブなのか、さらに、蓄積系の印刷ジョブの場合には、その印刷ジョブが時刻指定プリント、セキュリティプリント、プルーフプリントのいずれかであるのかを判定する。   The job type determination unit 206 determines the type of print job received by the print job reception unit 201. Specifically, the job type determination unit 206 determines whether the received print job is a storage type print job or another print job, and if the received print job is a storage type print job, the print job Is a time-designated print, a security print, or a proof print.

デコンポーズ処理部207は、受信された印刷ジョブに含まれる印刷データのデコンポーズ(描画処理)を行って、画像出力部210において出力可能な形式のデータに変換する。   The decomposing processing unit 207 performs decomposing (drawing processing) of the print data included in the received print job, and converts the data into a format that can be output by the image output unit 210.

時刻監視部208は、時刻指定プリントの印刷ジョブの指定時刻の監視、画像形成装置10内の各種タイマ処理などを行う。   The time monitoring unit 208 performs monitoring of a designated time of a print job for time designated printing, various timer processes in the image forming apparatus 10, and the like.

ジョブ制御部209は、印刷ジョブ受信部201に受信され、印刷ジョブ格納部205に格納された印刷ジョブを処理するための制御を行う。そして、ジョブ制御部209は、印刷ジョブ受信部201により受信された印刷ジョブの種類に応じて、その印刷ジョブに含まれる印刷データのデコンポーズ処理を実行するタイミング(時期)を変更するようデコンポーズ処理部207を制御する。   A job control unit 209 performs control for processing a print job received by the print job reception unit 201 and stored in the print job storage unit 205. Then, the job control unit 209 changes the timing (time) for executing the decomposing process of the print data included in the print job according to the type of the print job received by the print job receiving unit 201. 207 is controlled.

具体的には、ジョブ制御部209は、印刷ジョブ受信部201により受信された印刷ジョブが、蓄積系の印刷ジョブであるとジョブ種類判定部206により判定された場合、その印刷ジョブが印刷ジョブ格納部205に格納されてから一定期間が経過してもその印刷ジョブ令に含まれる印刷データを描画しないようデコンポーズ処理部207を制御する。   Specifically, if the job type determination unit 206 determines that the print job received by the print job reception unit 201 is a storage type print job, the job control unit 209 stores the print job in the print job. The decompression processing unit 207 is controlled so that the print data included in the print job command is not drawn even if a certain period of time has elapsed since the data was stored in the unit 205.

なお、ジョブ制御部209は、印刷ジョブ受信部201により受信された印刷ジョブが、蓄積系の印刷ジョブ以外の通常の印刷ジョブであるとジョブ種類判定部206により判定された場合、一定期間が経過するのを待つことなくその印刷ジョブを即座に実行し、その印刷ジョブに含まれる印刷データをデコンポーズ処理部207によりデコンポーズして画像出力部210により出力されるような制御を行う。   If the job type determination unit 206 determines that the print job received by the print job reception unit 201 is a normal print job other than the storage type print job, the job control unit 209 has passed a certain period of time. Control is performed so that the print job is immediately executed without waiting, and the print data included in the print job is decomposed by the decomposing processing unit 207 and output by the image output unit 210.

また、ジョブ制御部209は、自装置内の処理量が予め設定された値以下となった場合、印刷ジョブ格納部205に格納されている印刷ジョブに含まれる印刷データのデコンポーズ処理を行うようデコンポーズ処理部207を制御するようにしてもよい。   In addition, when the processing amount in the apparatus is equal to or less than a preset value, the job control unit 209 performs the decomposing process so as to perform the decomposing process of the print data included in the print job stored in the print job storage unit 205. The processing unit 207 may be controlled.

また、ジョブ制御部209は、自装置内において実行すべき処理が一定時間以上発生しない場合、印刷ジョブ格納部205に格納されている印刷ジョブに含まれる印刷データの描画処理を行うようデコンポーズ処理部207を制御するようにしてもよい。   In addition, the job control unit 209 performs a drawing process for rendering the print data included in the print job stored in the print job storage unit 205 when the processing to be executed in the apparatus does not occur for a certain time or longer. 207 may be controlled.

さらに、ジョブ制御部209は、自装置内の処理量が予め設定された値以下となったことにより開始されたデコンポーズ処理、または自装置内において実行すべき処理が一定時間以上発生しないことにより開始されたデコンポーズ処理の実行中に、印刷ジョブ格納部205に格納された印刷ジョブを実行すべき条件が満たされた場合、または、予め設定された条件が満たされることを待たずに実行すべき印刷ジョブが印刷ジョブ受信部201により受信された場合、実行中のデコンポーズ処理を中断または中止するようデコンポーズ処理部207を制御する。   Furthermore, the job control unit 209 starts when the amount of processing in the own device becomes equal to or less than a preset value, or when a process to be executed in the own device does not occur for a certain period of time. When the conditions for executing the print job stored in the print job storage unit 205 are satisfied during execution of the decompression process, or the print to be executed without waiting for the preset condition to be satisfied When the job is received by the print job receiving unit 201, the decomposing processing unit 207 is controlled to interrupt or stop the executing decomposing process.

画像出力部210は、デバイス制御部211による制御により、受信された印刷ジョブに基づく画像を印刷用紙上に出力する。   The image output unit 210 outputs an image based on the received print job on a print sheet under the control of the device control unit 211.

デバイス制御部211は、ジョブ制御部209における印刷ジョブの制御と連動して、ユーザ操作部202、表示部203、節電制御部204、画像出力部210等に対する制御を行う。   The device control unit 211 controls the user operation unit 202, the display unit 203, the power saving control unit 204, the image output unit 210, and the like in conjunction with the print job control in the job control unit 209.

次に、本実施形態の画像形成装置10の動作について図面を参照して詳細に説明する。   Next, the operation of the image forming apparatus 10 of this embodiment will be described in detail with reference to the drawings.

先ず、画像形成装置10において新たな印刷ジョブが受信された場合の動作を図4のフローチャートを参照して説明する。
端末装置10からネットワーク30を介して画像形成装置10印刷ジョブが送信されると、この印刷ジョブは印刷ジョブ受信部201により受信される(ステップS101)。
First, the operation when a new print job is received in the image forming apparatus 10 will be described with reference to the flowchart of FIG.
When a print job is transmitted from the terminal device 10 via the network 30, the print job is received by the print job receiving unit 201 (step S101).

すると、この印刷ジョブはデバイス制御部211からジョブ制御部209に送られ、更にジョブ種類判定部206に送られる。ジョブ種類判定部206では、この印刷ジョブを解析して、その印刷ジョブが蓄積系の印刷ジョブであるのか、非蓄積系の印刷ジョブであるのかが判定される(ステップS102)。   Then, this print job is sent from the device control unit 211 to the job control unit 209 and further sent to the job type determination unit 206. The job type determination unit 206 analyzes this print job and determines whether the print job is a storage type print job or a non-storage type print job (step S102).

ステップS102において、受信した印刷ジョブは非蓄積系の印刷ジョブであると判定された場合、ジョブ制御部209は、直ぐにその印刷ジョブをデコンポーズ処理部207に送り、デコンポーズ処理部207ではデコンポーズ処理が実行される(ステップS103)。そして、デコンポーズされた印刷データに基づいた出力が画像出力部210により行われ(ステップS104)、印刷ジョブの処理は終了する。   If it is determined in step S102 that the received print job is a non-storage type print job, the job control unit 209 immediately sends the print job to the decomposing processing unit 207, and the decomposing processing unit 207 executes the decomposing process. (Step S103). Then, the output based on the decomposed print data is performed by the image output unit 210 (step S104), and the print job processing ends.

なお、ステップS102において、受信した印刷ジョブは非蓄積系の印刷ジョブであると判定された場合、ジョブ種類判定部206では、その印刷ジョブがどのような印刷ジョブであるかを更に細分化して判定する。   If it is determined in step S102 that the received print job is a non-storage type print job, the job type determination unit 206 further determines what type of print job the print job is. To do.

まず、ジョブ種類判定部206は、その印刷ジョブが時刻指定プリントの印刷ジョブであるか否かを判定する(ステップS105)。そして、ステップS105において、受信した印刷ジョブは時刻指定プリントであると判定された場合、ジョブ制御部209は、時刻監視部208にその印刷ジョブの出力開始指定時刻を登録し(ステップS106)、印刷ジョブ格納部205に印刷ジョブデータを蓄積した後(ステップS107)、処理を終了する。   First, the job type determination unit 206 determines whether or not the print job is a time-designated print job (step S105). If it is determined in step S105 that the received print job is a time-designated print, the job control unit 209 registers the output start designated time of the print job in the time monitoring unit 208 (step S106). After storing the print job data in the job storage unit 205 (step S107), the process is terminated.

ステップS105において、受信した印刷ジョブが時刻指定プリントではないと判定された場合、ジョブ種類判定部206は、次にその印刷ジョブはセキュリティプリントの印刷ジョブか否かを判定する(ステップS108)。   If it is determined in step S105 that the received print job is not a time-designated print, the job type determination unit 206 next determines whether the print job is a security print print job (step S108).

ステップS108において、受信した印刷ジョブがセキュリティプリントの印刷ジョブであると判定された場合、ジョブ制御部209は、印刷ジョブ格納部205に印刷ジョブデータを蓄積した後(ステップS107)、処理を終了する。   If it is determined in step S108 that the received print job is a security print print job, the job control unit 209 accumulates the print job data in the print job storage unit 205 (step S107), and then ends the process. .

ステップS108において、受信した印刷ジョブがセキュリティプリントの印刷ジョブであると判定された場合、その印刷ジョブはプルーフプリントの印刷ジョブであるため、ジョブ制御部209は、直ぐにその印刷ジョブをデコンポーズ処理部207に送り、デコンポーズ処理部207ではデコンポーズ処理が実行される(ステップS109)。そして、指定部数にかかわらず1部だけが画像出力部210により出力され(ステップS110)、印刷ジョブ格納部205に印刷ジョブデータが蓄積された後(ステップS107)、処理は終了する。   If it is determined in step S108 that the received print job is a security print print job, since the print job is a proof print print job, the job control unit 209 immediately converts the print job into a decompose processing unit 207. The decompression processing unit 207 executes the decompression process (step S109). Then, only one copy is output by the image output unit 210 regardless of the designated number of copies (step S110), and after the print job data is accumulated in the print job storage unit 205 (step S107), the process ends.

ここで、印刷ジョブ格納部205に保存された蓄積系の印刷ジョブは、デコンポーズ処理待ちの印刷ジョブとして扱われる。また、ジョブ種類判定部206におけるジョブ種類の判定順序は説明の便宜上のものであり、本実施形態において説明した順序に限定されるものではない。   Here, the storage-type print job stored in the print job storage unit 205 is treated as a print job waiting for the decomposing process. The job type determination order in the job type determination unit 206 is for convenience of description, and is not limited to the order described in the present embodiment.

上記のような処理が行われることにより、印刷ジョブの種類に応じてデコンポーズ処理のタイミングが変更されることとなるが、そのタイミングの一覧を図5に示す。   As a result of the above processing, the timing of the decomposing process is changed according to the type of the print job. FIG. 5 shows a list of the timings.

図5に示した一覧では、蓄積系の印刷ジョブ以外の通常の印刷ジョブは、印刷ジョブが受信された時点でデコンポーズが行われるのに対して、蓄積系の印刷ジョブでは、それぞれ異なるタイミングでデコンポーズが行われることが分かる。   In the list shown in FIG. 5, normal print jobs other than storage-type print jobs are decomposed when the print job is received, whereas storage-type print jobs are decomposed at different timings. Can be seen.

次に、印刷ジョブ格納部205に格納された蓄積系の印刷ジョブのデコンポーズ処理(適時デコンポーズ処理)が行われる際の処理を図6のフローチャートを参照して説明する。   Next, processing when decomposing processing (timely decomposing processing) of the storage-type print job stored in the print job storage unit 205 will be described with reference to the flowchart of FIG.

ジョブ制御部209は、印刷ジョブ格納部205内にデコンポーズ処理の開始または再開待ちのジョブが格納されているか否かを確認する(ステップS301)。ステップS301において開始待ちのジョブがないと判定した場合、ジョブ制御部209は、処理を終了する。   The job control unit 209 confirms whether or not a job waiting to be started or resumed is stored in the print job storage unit 205 (step S301). If it is determined in step S301 that there is no job waiting to be started, the job control unit 209 ends the process.

ステップS301において、デコンポーズ処理の開始/再開待ちのジョブが存在する場合は、ジョブ制御部209は、適時デコンポーズ処理を開始するための条件、ここでは、画像形成装置10の処理負荷が所定値以下であるか否かを判定する。   In step S301, if there is a job waiting for the start / restart of the decomposing process, the job control unit 209 determines that the condition for starting the decomposing process in a timely manner, that is, the processing load of the image forming apparatus 10 is a predetermined value or less. It is determined whether or not there is.

この処理負荷が所定値以下であるあるか否かの具体的な判定条件としては、非蓄積系の印刷ジョブの実行がされない状態が所定時間以上継続したことや、省エネモード開始条件が満たされたことを用いることができる。   Specific conditions for determining whether or not the processing load is equal to or less than a predetermined value include that a non-storage type print job has not been executed for a predetermined time or more, and that the energy saving mode start condition is satisfied. Can be used.

非蓄積系の印刷ジョブの実行がされない状態が所定時間以上継続したことを判定条件とする場合、時刻監視部208によって判定条件が満たされたか否かを確認する。   When the determination condition is that the state where the non-accumulation type print job is not executed continues for a predetermined time or more, the time monitoring unit 208 checks whether the determination condition is satisfied.

時刻監視部208では、例えば、非蓄積系ジョブの実行終了を検知したところでタイマの作動を開始して所定の時間が経過したところでジョブ制御部209に所定時間経過したことを通知する。この場合、タイマが作動しているときに非蓄積系ジョブが実行されると、そこでタイマを停止し、実行終了したら、再び最初からタイマを計測することになる。   The time monitoring unit 208, for example, notifies the job control unit 209 that the predetermined time has elapsed when a predetermined time has elapsed since the timer operation was started when the end of execution of the non-storage job was detected. In this case, if a non-accumulation job is executed while the timer is operating, the timer is stopped there, and when the execution ends, the timer is measured again from the beginning.

なお、時刻監視部208のタイマが扱う所定時間は、システムで一意に決まっていても良いし、ユーザが任意に変更できる様になっていてもよい。所定時間が0の場合は、非蓄積系ジョブの実行が終了して画像形成装置10内に実行すべき印刷ジョブが存在しなくなると即座に適時デコンポーズ処理が開始/再開されることとなる。   The predetermined time handled by the timer of the time monitoring unit 208 may be uniquely determined by the system, or may be arbitrarily changed by the user. If the predetermined time is 0, the decomposing process is started / resumed in a timely manner as soon as the execution of the non-storage job ends and there is no print job to be executed in the image forming apparatus 10.

また、省エネモード開始条件が満たされたことを判定条件とする場合、節電制御部204によって判定条件が満たされたか否かを確認する。   When the determination condition is that the energy saving mode start condition is satisfied, the power saving control unit 204 checks whether the determination condition is satisfied.

節電制御部204では、例えば、ジョブの実行終了を検知したところでタイマの作動を開始して、その後、ジョブの実行やユーザ操作部202への操作がないまま所定時間が経過したところでデバイス制御部211に対して省エネモード開始を通知する。この場合、タイマが作動しているときにジョブが実行されたりユーザ操作部202での操作が行われたりした場合、そこでタイマを停止し、ジョブ実行やユーザ操作終了したら、再び最初からタイマを計測することになる。   In the power saving control unit 204, for example, the operation of the timer is started when the end of execution of the job is detected, and then the device control unit 211 when a predetermined time elapses without executing the job or operating the user operation unit 202. Is notified of the start of energy-saving mode. In this case, if a job is executed while the timer is operating or an operation is performed on the user operation unit 202, the timer is stopped there, and when the job execution or user operation is completed, the timer is measured again from the beginning. Will do.

そして、ステップS302において設定した判定条件が満たされ、画像形成装置10の処理負荷が小さいと判定された場合、ジョブ制御部209は、適時デコンポーズ処理を開始/再開して印刷ジョブ格納部205に保存されている適時デコンポーズ開始/再開待ちのジョブデータに対して順次デコンポーズ処理を行っていく(ステップS303)。   If it is determined that the determination condition set in step S <b> 302 is satisfied and the processing load of the image forming apparatus 10 is small, the job control unit 209 starts / restarts the time-decomposition processing and saves it in the print job storage unit 205. The decomposing process is sequentially performed on the job data waiting for decomposing start / resumption in a timely manner (step S303).

なお、省エネモード開始条件が満たされることを判定条件とした場合、適時デコンポーズ処理が開始/再開されるということは、省エネモード開始が保留されている状態であるが、適時デコンポーズ処理が全て終了したら、即省エネモードを開始してもよいし、通常の省エネモード開始の条件に従ってタイマ処理を待ってから省エネモードを開始してもよい。   Note that when the energy saving mode start condition is satisfied as a determination condition, the timely decomposing process is started / resumed means that the energy saving mode start is suspended, but the timely decomposing process is completed. The energy saving mode may be started immediately, or the energy saving mode may be started after waiting for a timer process in accordance with a normal energy saving mode start condition.

また、ステップS302の判定条件は、非蓄積系の印刷ジョブの実行がされない状態が所定時間以上継続したことや、省エネルギーモード開始条件が満たされたことを、ユーザが任意に選択して切り替えられる様な構成にしてもよい。   In addition, the determination condition in step S302 is such that the user can arbitrarily select and switch that the non-storage type print job has not been executed for a predetermined time or more and that the energy saving mode start condition is satisfied. Any configuration may be used.

そして、このようにして、適時デコンポーズ処理されたジョブデータは印刷ジョブ格納部205に格納され、時刻指定プリントであれば指定された時刻が到来した場合、セキュリティプリントおよびプルーフプリントであればユーザの出力指示が行われた場合に印刷されることになる。   In this way, the job data subjected to timely decomposing processing is stored in the print job storage unit 205. When the designated time has arrived for the time-designated print, the user output for the security print and the proof print. It is printed when an instruction is given.

次に、図6に示したフローチャートの処理により開始された適時デコンポーズ処理を中止/中断する場合の動作を、図7のフローチャートを参照して説明する。   Next, the operation when the timely decomposing process started by the process of the flowchart shown in FIG. 6 is stopped / interrupted will be described with reference to the flowchart of FIG.

適時デコンポーズ処理が実行されている状態では、印刷ジョブ格納部205に格納されている蓄積系ジョブの各ページデータのデコンポーズ処理が順次実行されている(ステップS401)。なお、適時デコンポーズ処理の処理自体は、通常のデコンポーズ処理と同じである。   In a state where the timely decomposing process is being executed, the decomposing process of each page data of the storage job stored in the print job storage unit 205 is sequentially executed (step S401). Note that the time-decomposing process itself is the same as the normal decomposing process.

そして、ジョブ制御部209は、このような状態で、優先して処理すべき印刷ジョブが印刷ジョブ受信部201により受信されたか否かを監視する(ステップS402)。   Then, in this state, the job control unit 209 monitors whether the print job receiving unit 201 has received a print job to be preferentially processed (step S402).

ステップS402において優先して処理すべき印刷ジョブが受信されない場合、ジョブ制御部209は、印刷ジョブ格納部205に格納されている蓄積系ジョブの全ページのデコンポーズ処理が終了するまで適時デコンポーズ処理を実行する(ステップS403)。   If a print job to be preferentially processed is not received in step S402, the job control unit 209 performs timely decomposing processing until all pages of the storage job stored in the print job storage unit 205 have been decomposed. (Step S403).

そして、ステップS402において、優先して処理すべき印刷ジョブが印刷ジョブ受信部201により受信された場合、ジョブ制御部209はデコンポーズ処理部207に対して処理の中止または中断を指示する。デコンポーズ処理部207では、それまで処理を済ませていたデコンポーズ結果を破棄するか、またはデコンポーズ結果を印刷ジョブ格納部205に保存する(ステップS404)。そして、デコンポーズ処理部207における処理が完了すると、ジョブ制御部209は適時デコンポーズ処理ジョブを終了させる(S405)。   In step S <b> 402, when a print job to be processed with priority is received by the print job receiving unit 201, the job control unit 209 instructs the decompression processing unit 207 to stop or interrupt the process. In the decomposing processing unit 207, the decomposing result that has been processed so far is discarded, or the decomposing result is stored in the print job storage unit 205 (step S404). When the processing in the decompression processing unit 207 is completed, the job control unit 209 ends the decomposition processing job in a timely manner (S405).

なお、ステップS402における優先して処理すべき印刷ジョブの発生とは、非蓄積系の印刷ジョブが印刷ジョブ受信部201により受信された場合の他、蓄積系プリントに対するユーザからの出力指示、他の時刻指定プリントの指定時刻到来によるジョブ実行開始等も含まれる。   The generation of a print job to be preferentially processed in step S402 includes the case where a non-accumulation print job is received by the print job receiving unit 201, an output instruction from the user for the accumulation print, Also included is the start of job execution due to the arrival of the designated time for the time designated print.

そして、ステップS404において適時デコンポーズ処理を中断する場合、ここでは、途中までの処理結果を待避して適時ジョブデコンポーズジョブ処理を終了しているが、途中までの処理結果を保持した状態のまま単に適時デコンポーズ処理を待機状態とするようにしてもよい。   If the timely decomposing process is interrupted in step S404, the processing result up to the middle is saved and the timely job decomposing job process is terminated. However, the processing result up to the middle is simply retained. The time-decomposing process may be in a standby state.

10 画像形成装置
11 CPU
12 メモリ
13 記憶装置
14 通信インタフェース(IF)
15 ユーザインタフェース(UI)装置
16 スキャナ
17 プリントエンジン
18 制御バス
20 端末装置
30 ネットワーク
201 印刷ジョブ受信部
202 ユーザ操作部
203 表示部
204 節電制御部
205 印刷ジョブ格納部
206 ジョブ種類判定部
207 デコンポーズ処理部
208 時刻監視部
209 ジョブ制御部
210 画像出力部
211 デバイス制御部
10 Image forming apparatus 11 CPU
12 Memory 13 Storage Device 14 Communication Interface (IF)
DESCRIPTION OF SYMBOLS 15 User interface (UI) apparatus 16 Scanner 17 Print engine 18 Control bus 20 Terminal apparatus 30 Network 201 Print job receiving part 202 User operation part 203 Display part 204 Power saving control part 205 Print job storage part 206 Job type determination part 207 Decompose process part 208 Time monitoring unit 209 Job control unit 210 Image output unit 211 Device control unit

Claims (4)

印刷命令を受信する受信手段と、
前記受信手段により受信された印刷命令を格納する格納手段と、
前記格納手段に格納された印刷命令に含まれる印刷データの描画処理を行う描画処理手段と、
前記受信手段により受信された印刷命令の種類に応じて、当該印刷命令に含まれる印刷データを描画する時期を変更するよう前記描画処理手段を制御する制御手段とを備え、
前記制御手段は、自装置内の処理量が予め設定された値以下となった場合、または、自装置内において実行すべき処理が一定時間以上発生しない場合、前記格納手段に格納されている印刷命令に含まれる印刷データの描画処理を行うよう前記描画処理手段を制御し、
前記制御手段は、自装置内の処理量が予め設定された値以下となったことにより開始された描画処理、または自装置内において実行すべき処理が一定時間以上発生しないことにより開始された描画処理の実行中に、前記格納手段に格納された印刷命令を実行すべき条件が満たされた場合、または、予め設定された条件が満たされることを待たずに実行すべき印刷命令が前記受信手段により受信された場合、実行中の描画処理を中断または中止するよう前記描画処理手段を制御する画像形成装置。
Receiving means for receiving a print command;
Storage means for storing a print command received by the receiving means;
A drawing processing unit for performing a drawing process of print data included in the print command stored in the storage unit;
Control means for controlling the drawing processing means to change the timing for drawing the print data included in the print command according to the type of the print command received by the receiving means;
The control unit prints data stored in the storage unit when the processing amount in the own device is equal to or less than a preset value, or when processing to be executed in the own device does not occur for a predetermined time or more. Controlling the drawing processing means to perform drawing processing of print data included in the command;
The control means includes a drawing process started when a processing amount in the own apparatus becomes equal to or less than a preset value, or a drawing started when a process to be executed in the own apparatus does not occur for a predetermined time or more. During execution of processing, when a condition for executing the print command stored in the storage unit is satisfied, or a print command to be executed without waiting for a preset condition to be satisfied is received by the receiving unit. The image forming apparatus that controls the drawing processing unit to interrupt or stop the drawing process that is being executed.
印刷命令を受信する受信手段と、
前記受信手段により受信された印刷命令を格納する格納手段と、
前記格納手段に格納された印刷命令に含まれる印刷データの描画処理を行う描画処理手段と、
前記受信手段により受信された印刷命令が、前記格納手段に格納された後に予め設定された条件が満たされると実行される印刷命令である場合、当該印刷命令が前記格納手段に格納されてから一定期間が経過しても当該印刷命令に含まれる印刷データを描画しないよう前記描画処理手段を制御する制御手段とを備え、
前記制御手段は、自装置内の処理量が予め設定された値以下となった場合、または、自装置内において実行すべき処理が一定時間以上発生しない場合、前記格納手段に格納されている印刷命令に含まれる印刷データの描画処理を行うよう前記描画処理手段を制御し、
前記制御手段は、自装置内の処理量が予め設定された値以下となったことにより開始された描画処理、または自装置内において実行すべき処理が一定時間以上発生しないことにより開始された描画処理の実行中に、前記格納手段に格納された印刷命令を実行すべき条件が満たされた場合、または、予め設定された条件が満たされることを待たずに実行すべき印刷命令が前記受信手段により受信された場合、実行中の描画処理を中断または中止するよう前記描画処理手段を制御する画像形成装置。
Receiving means for receiving a print command;
Storage means for storing a print command received by the receiving means;
A drawing processing unit for performing a drawing process of print data included in the print command stored in the storage unit;
When the print command received by the receiving unit is a print command that is executed when a preset condition is satisfied after being stored in the storage unit, the print command is constant after the print command is stored in the storage unit. Control means for controlling the drawing processing means so as not to draw the print data included in the print command even if the period has elapsed,
The control unit prints data stored in the storage unit when the processing amount in the own device is equal to or less than a preset value, or when processing to be executed in the own device does not occur for a predetermined time or more. Controlling the drawing processing means to perform drawing processing of print data included in the command;
The control means includes a drawing process started when a processing amount in the own apparatus becomes equal to or less than a preset value, or a drawing started when a process to be executed in the own apparatus does not occur for a predetermined time or more. During execution of processing, when a condition for executing the print command stored in the storage unit is satisfied, or a print command to be executed without waiting for a preset condition to be satisfied is received by the receiving unit. The image forming apparatus that controls the drawing processing unit to interrupt or stop the drawing process that is being executed.
印刷命令を受信するステップと、
受信された印刷命令を格納するステップと、
受信された印刷命令の種類に応じて、当該印刷命令に含まれる印刷データを描画する時期を変更するよう、格納された印刷命令に含まれる印刷データの描画処理を行う描画処理部を制御するステップと、
自装置内の処理量が予め設定された値以下となった場合、または、自装置内において実行すべき処理が一定時間以上発生しない場合、格納されている印刷命令に含まれる印刷データの描画処理を行うよう前記描画処理手段を制御するステップと、
自装置内の処理量が予め設定された値以下となったことにより開始された描画処理、または自装置内において実行すべき処理が一定時間以上発生しないことにより開始された描画処理の実行中に、格納された印刷命令を実行すべき条件が満たされた場合、または、予め設定された条件が満たされることを待たずに実行すべき印刷命令が受信された場合、実行中の描画処理を中断または中止するよう前記描画処理手段を制御するステップとをコンピュータに実行させるためのプログラム。
Receiving a print command; and
Storing received print instructions;
A step of controlling a drawing processing unit that performs a drawing process of the print data included in the stored print command so as to change a timing for drawing the print data included in the print command according to the type of the received print command. When,
Drawing processing of print data included in stored print commands when the processing amount in the own device is less than or equal to a preset value, or when processing to be executed in the own device does not occur for a certain period of time Controlling the drawing processing means to perform:
During the execution of a drawing process started when the processing amount in the own apparatus becomes equal to or less than a preset value or a drawing process started when a process to be executed in the own apparatus does not occur for a certain period of time When the condition for executing the stored print command is satisfied, or when the print command to be executed without waiting for the preset condition is satisfied, the drawing process being executed is interrupted. Or a program for causing a computer to execute the step of controlling the drawing processing means to stop.
印刷命令を受信するステップと、
受信された印刷命令を格納するステップと、
受信された印刷命令が、格納された後に予め設定された条件が満たされると実行される印刷命令である場合、当該印刷命令が格納されてから一定期間が経過しても当該印刷命令に含まれる印刷データを描画しないよう、格納された印刷命令に含まれる印刷データの描画処理を行う描画処理部を制御するステップと、
自装置内の処理量が予め設定された値以下となった場合、または、自装置内において実行すべき処理が一定時間以上発生しない場合、格納されている印刷命令に含まれる印刷データの描画処理を行うよう前記描画処理手段を制御するステップと、
自装置内の処理量が予め設定された値以下となったことにより開始された描画処理、または自装置内において実行すべき処理が一定時間以上発生しないことにより開始された描画処理の実行中に、格納された印刷命令を実行すべき条件が満たされた場合、または、予め設定された条件が満たされることを待たずに実行すべき印刷命令が受信された場合、実行中の描画処理を中断または中止するよう前記描画処理手段を制御するステップとをコンピュータに実行させるためのプログラム。
Receiving a print command; and
Storing received print instructions;
If the received print command is a print command that is executed when a preset condition is satisfied after being stored, it is included in the print command even if a certain period of time elapses after the print command is stored Controlling a drawing processing unit that performs a drawing process of the print data included in the stored print command so as not to draw the print data;
Drawing processing of print data included in stored print commands when the processing amount in the own device is less than or equal to a preset value, or when processing to be executed in the own device does not occur for a certain period of time Controlling the drawing processing means to perform:
During the execution of a drawing process started when the processing amount in the own apparatus becomes equal to or less than a preset value or a drawing process started when a process to be executed in the own apparatus does not occur for a certain period of time When the condition for executing the stored print command is satisfied, or when the print command to be executed without waiting for the preset condition is satisfied, the drawing process being executed is interrupted. Or a program for causing a computer to execute the step of controlling the drawing processing means to stop.
JP2009210366A 2009-09-11 2009-09-11 Image forming apparatus and program Pending JP2011056841A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009210366A JP2011056841A (en) 2009-09-11 2009-09-11 Image forming apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009210366A JP2011056841A (en) 2009-09-11 2009-09-11 Image forming apparatus and program

Publications (1)

Publication Number Publication Date
JP2011056841A true JP2011056841A (en) 2011-03-24

Family

ID=43945052

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009210366A Pending JP2011056841A (en) 2009-09-11 2009-09-11 Image forming apparatus and program

Country Status (1)

Country Link
JP (1) JP2011056841A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012203316A (en) * 2011-03-28 2012-10-22 Fuji Xerox Co Ltd Image forming device
JP2013058011A (en) * 2011-09-07 2013-03-28 Ricoh Co Ltd Information processing device, print control program, and print control system
JP2016148895A (en) * 2015-02-10 2016-08-18 富士ゼロックス株式会社 Instrument with face authentication function
JP2018118426A (en) * 2017-01-24 2018-08-02 キヤノン株式会社 Image formation system and image formation method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH043220A (en) * 1990-04-20 1992-01-08 Canon Inc Printing controller
JP2001249775A (en) * 2000-03-03 2001-09-14 Casio Electronics Co Ltd Printing system having storage function
JP2002301840A (en) * 2001-04-04 2002-10-15 Seiko Epson Corp Printer
JP2003289450A (en) * 2002-03-28 2003-10-10 Seiko Epson Corp Print controller, print control method, medium having print control program recorded thereon and print control program
JP2005319760A (en) * 2004-05-11 2005-11-17 Ricoh Co Ltd Image forming apparatus
JP2005341343A (en) * 2004-05-28 2005-12-08 Fuji Xerox Co Ltd Image processing apparatus and image processing method
JP2007013740A (en) * 2005-06-30 2007-01-18 Toshiba Corp Image formation control method and program for controlling image formation

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH043220A (en) * 1990-04-20 1992-01-08 Canon Inc Printing controller
JP2001249775A (en) * 2000-03-03 2001-09-14 Casio Electronics Co Ltd Printing system having storage function
JP2002301840A (en) * 2001-04-04 2002-10-15 Seiko Epson Corp Printer
JP2003289450A (en) * 2002-03-28 2003-10-10 Seiko Epson Corp Print controller, print control method, medium having print control program recorded thereon and print control program
JP2005319760A (en) * 2004-05-11 2005-11-17 Ricoh Co Ltd Image forming apparatus
JP2005341343A (en) * 2004-05-28 2005-12-08 Fuji Xerox Co Ltd Image processing apparatus and image processing method
JP2007013740A (en) * 2005-06-30 2007-01-18 Toshiba Corp Image formation control method and program for controlling image formation

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012203316A (en) * 2011-03-28 2012-10-22 Fuji Xerox Co Ltd Image forming device
JP2013058011A (en) * 2011-09-07 2013-03-28 Ricoh Co Ltd Information processing device, print control program, and print control system
JP2016148895A (en) * 2015-02-10 2016-08-18 富士ゼロックス株式会社 Instrument with face authentication function
JP2018118426A (en) * 2017-01-24 2018-08-02 キヤノン株式会社 Image formation system and image formation method

Similar Documents

Publication Publication Date Title
KR101515260B1 (en) Information processing apparatus capable of appropriately executing shutdown processing, method of controlling the information processing apparatus, and storage medium
JP7163002B2 (en) Information processing apparatus and processor power saving method for determining power saving level of processor according to recovery time notified from device connected to processor
JP2017177573A (en) Information processing device provided with pci (peripheral component interconnect) device with connecting to pci bus and method for controlling information processing device
JP2013258474A (en) Image forming apparatus and control method of the same, and program
JP2015222909A (en) Image formation apparatus, control method therefor and program
JP2013014059A (en) Printing apparatus, program, printing system, and printing method
US8867936B2 (en) Image forming apparatus, method of controlling the same, and program
JP5822749B2 (en) Image forming apparatus, image forming apparatus control method, and program
JP6312076B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP6141007B2 (en) PRINT CONTROL DEVICE, ITS CONTROL METHOD, AND PROGRAM
JP6083950B2 (en) Image forming apparatus, image forming apparatus control method, and program
JP2011056841A (en) Image forming apparatus and program
JP4300824B2 (en) Image forming apparatus
JP6132535B2 (en) Printing system, printing control apparatus, printing control apparatus control method, and program
US9917964B2 (en) Information processing apparatus, information system, information processing method, and storage medium
JP4949956B2 (en) Image forming apparatus
JP5071490B2 (en) Image processing device
JP2018025943A (en) Image forming apparatus, control method and program thereof
JP2004186930A (en) Digital compound machine
JP2011166564A (en) Image processing apparatus
JP6355770B2 (en) Image forming apparatus
JP2010064399A (en) Image forming device, image forming method, image forming program, print server, printer controlling method, and printer controlling program
JP2007318697A (en) Image formation system
JP2007028062A (en) Image forming apparatus
JP2006231532A (en) Image forming apparatus and power supply control program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120817

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130516

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130523

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130717

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140417

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140521

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20141208