JP2010181943A - Job monitoring system, job monitoring method, program, and recording medium - Google Patents

Job monitoring system, job monitoring method, program, and recording medium Download PDF

Info

Publication number
JP2010181943A
JP2010181943A JP2009022536A JP2009022536A JP2010181943A JP 2010181943 A JP2010181943 A JP 2010181943A JP 2009022536 A JP2009022536 A JP 2009022536A JP 2009022536 A JP2009022536 A JP 2009022536A JP 2010181943 A JP2010181943 A JP 2010181943A
Authority
JP
Japan
Prior art keywords
job
print
data
print data
monitoring
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
JP2009022536A
Other languages
Japanese (ja)
Inventor
Hiroshi Okino
博史 興野
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2009022536A priority Critical patent/JP2010181943A/en
Publication of JP2010181943A publication Critical patent/JP2010181943A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To provide a system and method for reducing a network load and a printer load. <P>SOLUTION: The job monitoring system for monitoring a print job transmitted to a printer, during printing and discharging paper. The job monitoring system includes: a data transmitting section 12 extracting print data accumulated as a print job in a job queue 15, transmitting the print data to printers 20, 30 and determining whether a specified data amount of print data has been transmitted or not; and a job state acquiring section 13 making inquiries to the printers 20, 30 at predetermined intervals to monitor the print job and acquiring the state of the print job from the printers 20, 30. The job state acquiring section 13 starts monitoring the print job after being notified that the specified amount of print data has been transmitted from the data transmitting section. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、印刷装置へ送信された印刷ジョブの状態を監視するためのジョブ監視システム、そのジョブ監視システムにより行われるジョブ監視方法、その方法を実現するためのコンピュータ可読なプログラムおよびそのプログラムが記録された記録媒体に関する。   The present invention relates to a job monitoring system for monitoring the status of a print job transmitted to a printing apparatus, a job monitoring method performed by the job monitoring system, a computer-readable program for realizing the method, and a program recorded therein The recorded recording medium.

PCで作成した文書を印刷する場合、その文書データをプリンタドライバによって印刷データへ変換し、その印刷データをプリンタ等の印刷装置へ送信することにより行われる。印刷装置は、1ページ印刷するごとに、あるいは印刷ジョブの全ページを印刷したときに、あるいは印刷中に異常が発生した場合にPCへ通知し、PCがこの通知を受け取ることにより、ユーザは、印刷が終了したこと、印刷中に異常が発生したことを知ることができ、その異常に対して適切な処置をとることができる。   When printing a document created on a PC, the document data is converted into print data by a printer driver, and the print data is transmitted to a printer such as a printer. The printing device notifies the PC every time one page is printed, when all pages of the print job are printed, or when an abnormality occurs during printing. By receiving this notification, the user can It is possible to know that printing has ended and that an abnormality has occurred during printing, and appropriate measures can be taken for the abnormality.

印刷データを印刷装置へ送信した後のPCは、印刷ジョブを監視するために、定期的なタイミングで印刷装置へ問い合わせを行う。この監視は、送信要求がないか、1つ1つ相手に聞いてまわるポーリングと呼ばれる方式により行われる。PCは、このポーリングにより、印刷装置から印刷実行待ち、印刷実行中、排紙完了等の印刷ジョブの状態を取得し、そのジョブの進行状況を確認している。   After transmitting the print data to the printing apparatus, the PC makes an inquiry to the printing apparatus at a regular timing in order to monitor the print job. This monitoring is performed by a method called polling in which there is no transmission request and the other party is asked one by one. Through this polling, the PC obtains the status of the print job from the printing apparatus such as waiting for execution of printing, executing printing, completion of paper discharge, and confirming the progress of the job.

PCは、ポーリング間隔を短くすることにより、リアルタイムにジョブ状態を監視することができるが、ネットワーク技術により1台の印刷装置を複数のPCから利用する形態において、複数のPCが同時にポーリングを行うと、ネットワーク負荷や印刷装置の負荷が増大するという問題がある。反対に、ポーリング間隔を長くすると、それらの負荷を減少させることはできるが、ジョブ状態の更新が遅くなり、ジョブ状態によって処理を行う場合には正しく処理することができない場合がある。   The PC can monitor the job status in real time by shortening the polling interval. However, if multiple PCs poll at the same time in the form of using one printing device from multiple PCs by network technology, There is a problem that the load on the network or the printing apparatus increases. On the other hand, if the polling interval is lengthened, those loads can be reduced, but the update of the job status is delayed, and when processing is performed depending on the job status, the processing may not be performed correctly.

そこで、ネットワーク負荷を減らしつつも、印刷ジョブの状態を監視することができる装置や方法として、例えば以下の装置および方法が提案されている(特許文献1および特許文献2参照)。   Thus, for example, the following apparatuses and methods have been proposed as apparatuses and methods that can monitor the status of a print job while reducing the network load (see Patent Document 1 and Patent Document 2).

特許文献1では、印刷装置に格納されている全てのログ情報のうち、新しいものから所定数だけを取得し、取得したログ情報に基づいて、印刷ジョブの処理結果を判定する装置および方法を提案している。この装置および方法では、ログ取得の個数を絞り込むことで、ログ取得による印刷確認を高速に行い、かつ、ネットワーク負荷および印刷装置の負荷を削減している。   Patent Document 1 proposes an apparatus and a method for acquiring a predetermined number from all new log information stored in a printing apparatus and determining the processing result of a print job based on the acquired log information. is doing. In this apparatus and method, by narrowing down the number of log acquisitions, print confirmation by log acquisition is performed at high speed, and the load on the network and the printing apparatus is reduced.

特許文献2では、印刷装置が、標準ポーリング間隔に設定されたポーリング間隔で行ったポーリングで、サーバからポーリング間隔短縮要求を受信すると、ポーリング間隔を短縮ポーリング間隔に変更し、サーバは、印刷装置が短縮ポーリング間隔で行ったポーリングに応答して、印刷状況送信要求を印刷装置へ送信する制御方法を提案している。印刷装置は、短縮ポーリング間隔でサーバにポーリングを行ってサーバから印刷状況送信要求を受信すると、印刷ジョブの進行状況を示す印刷状況情報を取得するとともに、取得した印刷状況情報をサーバに送信し、サーバは、送信した印刷状況送信要求に応答して印刷装置から送信された印刷状況情報を受信して取得する。   In Patent Document 2, when a polling interval reduction request is received from a server by polling performed at a polling interval set as a standard polling interval, the polling interval is changed to the shortened polling interval. A control method for transmitting a print status transmission request to a printing apparatus in response to polling performed at a short polling interval is proposed. When the printing apparatus polls the server at a short polling interval and receives a print status transmission request from the server, the printing apparatus acquires print status information indicating the progress status of the print job, and transmits the acquired print status information to the server. The server receives and acquires the printing status information transmitted from the printing apparatus in response to the transmitted printing status transmission request.

サーバで印刷状況を監視する場合は、印刷状況を監視するために短縮した短縮ポーリング間隔とされるが、それ以外の場合は、標準ポーリング間隔とされるため、実効的にネットワークのトラフィック渋滞の問題を考慮しつつ、時々刻々と変化する印刷状況の監視を十分に行うことができる。   When the print status is monitored by the server, the shortened polling interval is shortened in order to monitor the print status. In other cases, the standard polling interval is used. In consideration of this, it is possible to sufficiently monitor the printing status that changes every moment.

上述した従来の技術は、ネットワーク負荷の軽減やジョブ状態のよりリアルタイムに近い取得を可能にするが、1ジョブ毎に異なっているジョブ特性や印刷装置の状態等の時々刻々と変化するイベントにより、ネットワーク負荷や印刷装置の負荷へのロスが生じてしまう。   Although the above-described conventional technology enables reduction of network load and acquisition of job status in near real time, depending on events that change from moment to moment, such as job characteristics that differ for each job and the status of the printing device, A loss to the network load and the load on the printing apparatus occurs.

例えば、印刷装置では、少なくとも1ページ分の印刷データの受信が完了しなければ排紙が行われないが、1ページ分の印刷データの受信完了前にPC等からジョブ状態の問い合わせがあれば、ジョブ状態に変化はないため、無駄なネットワーク負荷や印刷装置の負荷が発生する。   For example, in the printing apparatus, the paper is not discharged unless the reception of the print data for at least one page is completed, but if there is a job status inquiry from the PC or the like before the reception of the print data for one page is completed, Since there is no change in the job status, a wasteful network load or printing device load occurs.

また、パンチやステープルといった印刷属性が設定されている印刷ジョブの場合、印刷装置は、全ページ分の印刷データの受信が完了しなければ排紙を行わないが、全ページの印刷データの受信完了前にPCからジョブ状態の問い合わせがあれば、ジョブ状態に変化はないため、無駄なネットワーク負荷や印刷装置の負荷が発生する。   In addition, in the case of a print job in which printing attributes such as punching and stapling are set, the printing apparatus does not discharge paper unless reception of print data for all pages is completed, but reception of print data for all pages is completed. If there is a previous job status inquiry from the PC, there will be no change in the job status, causing unnecessary network load and printing device load.

これは、集約印刷でも同様で、印刷装置は、少なくとも集約ページ分の印刷データの受信が完了しなければ排紙を行わないが、集約ページ分の印刷データの受信完了前にPCからジョブ状態の問い合わせがあれば、ジョブ状態に変化はないため、無駄なネットワーク負荷や印刷装置の負荷が発生する。   This is also the case with consolidated printing. The printing device does not discharge paper unless at least the printing data for the consolidated pages is received, but the job status is not received from the PC before the printing data for the consolidated pages is received. If there is an inquiry, there is no change in the job status, and therefore a wasteful network load and printing device load occur.

そこで、こういった無駄なネットワーク負荷や印刷装置の負荷の発生を防止することができるシステムや方法の提供が望まれていた。   Therefore, it has been desired to provide a system and method that can prevent the generation of such a wasteful network load and a load on the printing apparatus.

本発明は、上記課題に鑑み、ある特定量の印刷データを印刷装置へ送信完了した後からジョブ状態を監視することができるようにシステム構成を行う。上記例で言えば、印刷データのうち、1ページ分の印刷データを印刷装置に送信完了後からジョブ状態を監視し、パンチやステープル等の印刷属性が設定されている場合には、全ページの印刷データを印刷装置に送信完了後からジョブ状態を監視し、集約印刷の場合は、印刷データのうち、集約ページ分の印刷データを印刷装置に送信完了後からジョブ状態を監視するように構成する。   In view of the above problems, the present invention performs a system configuration so that a job status can be monitored after a specific amount of print data has been transmitted to a printing apparatus. In the above example, the job status is monitored after transmission of print data for one page of the print data to the printing apparatus is completed, and if print attributes such as punch and staple are set, all pages The job status is monitored after transmission of print data to the printing apparatus is completed, and in the case of aggregate printing, the job status is monitored after transmission of print data for aggregate pages to the printing apparatus is completed. .

ある特定量の印刷データを印刷装置へ送信完了するまでは、ジョブ状態が変化しないため、それまでの間に問い合わせを行っても無駄になるだけであり、その間に問い合わせを行わないようにすることで、ネットワーク負荷を軽減させることができ、印刷装置の負荷も軽減させることができる。なお、印刷装置への送信が完了すると、印刷装置では排紙、パンチやステープル等を行うため、ジョブ状態が変化し、そのときにはじめて、問い合わせを行うことで、その変化したジョブ状態を取得することができる。   Until the completion of sending a certain amount of print data to the printing device, the job status does not change, so making inquiries in the meantime is just useless, and do not make inquiries during that time. Thus, the network load can be reduced, and the load on the printing apparatus can also be reduced. When the transmission to the printing device is completed, the printing device performs paper discharge, punching, stapling, etc., so that the job status changes, and when the inquiry is made for the first time, the changed job status is acquired. be able to.

また、上記の特定量は、ジョブ特性や印刷装置の状態等によって調整することができるため、ネットワーク負荷や印刷装置の負荷へのロスを最大限減らすことができる。   In addition, since the specific amount can be adjusted according to job characteristics, the state of the printing apparatus, and the like, loss to the network load and the load of the printing apparatus can be reduced to the maximum.

こういったネットワーク負荷や印刷装置の負荷の軽減を可能にするシステムとして、本発明のジョブ監視システムを提供することができる。   The job monitoring system of the present invention can be provided as a system that can reduce the load on the network and the printing apparatus.

このジョブ監視システムは、印刷装置へ送信した印刷ジョブを、その印刷装置が印刷を実行し排紙するまで監視するシステムであり、ジョブ蓄積部に印刷ジョブとして蓄積された印刷データを取り出して印刷装置へ送信するとともに、指定されたデータ量の印刷データを送信したか否かを判断するデータ送信部と、印刷ジョブの監視のために、印刷装置へ一定間隔で問い合わせを行い、印刷ジョブの状態を印刷装置から取得するジョブ状態取得部とを含み、ジョブ状態取得部は、データ送信部から指定されたデータ量の印刷データを送信した旨の通知を受けた後から、印刷ジョブの監視を開始することを特徴とする。   This job monitoring system is a system that monitors a print job transmitted to a printing apparatus until the printing apparatus executes printing and discharges the print job, and print data stored as a print job in a job storage unit is extracted from the printing apparatus. In addition to a data transmission unit that determines whether or not the specified amount of print data has been transmitted, and in order to monitor the print job, it makes an inquiry to the printing device at regular intervals to check the status of the print job. A job status acquisition unit that acquires from the printing apparatus, and the job status acquisition unit starts monitoring a print job after receiving a notification that the specified amount of print data has been transmitted from the data transmission unit It is characterized by that.

上記の指定されたデータ量の印刷データは、印刷ジョブとして蓄積された印刷データのうち、1ページ分の印刷データとすることができる。この場合、ジョブ状態取得部は、データ送信部から1ページ分の印刷データを送信した旨の通知を受けた後から、印刷ジョブの監視を開始する。   The specified amount of print data can be one page of print data stored as a print job. In this case, the job status acquisition unit starts monitoring the print job after receiving notification that the print data for one page has been transmitted from the data transmission unit.

このように1ページ目のデータ送信中のジョブ状態の監視間隔を調整することで、ネットワーク負荷や印刷装置の負荷へのロスを最大限減らすことができる。   In this way, by adjusting the monitoring interval of the job status during data transmission of the first page, it is possible to reduce the loss to the load on the network and the printing apparatus to the maximum.

上記の指定されたデータ量の印刷データは、印刷ジョブとして蓄積された印刷データのうち、1ページ分の印刷データとすることもできる。この場合、ジョブ状態取得部は、データ送信部から1ページ分の印刷データを送信した旨の通知を受ける毎に、印刷ジョブの監視を開始し、また、1ページ分の印刷データが処理され、1ページ排紙される毎に監視を終了する。   The print data having the designated data amount can be print data for one page of the print data accumulated as a print job. In this case, the job status acquisition unit starts monitoring the print job every time it receives a notification that the print data for one page has been transmitted from the data transmission unit, and the print data for one page is processed, Monitoring is terminated every time one page is discharged.

このように1ページ分のデータ送信中のジョブ状態の監視間隔を調整することで、ネットワーク負荷や印刷装置の負荷へのロスを最大限減らすことができる。   In this way, by adjusting the monitoring interval of the job status during data transmission for one page, it is possible to reduce the loss to the load on the network and the printing apparatus to the maximum.

ジョブ監視システムは、印刷ジョブとして印刷データを受け付け、ジョブ蓄積部に蓄積させるジョブ受付部をさらに含むことができる。このジョブ受付部は、さらに、印刷データから印刷属性が設定されているか否かを判断し、設定されていると判断した場合、設定されている印刷属性を属性情報として印刷データに付加する。これにより、印刷属性によりジョブ状態の監視間隔を調整することが可能となる。   The job monitoring system may further include a job receiving unit that receives print data as a print job and stores the print data in a job storage unit. The job reception unit further determines whether or not a print attribute is set from the print data. If it is determined that the print attribute is set, the job reception unit adds the set print attribute to the print data as attribute information. This makes it possible to adjust the job status monitoring interval according to the print attributes.

属性情報としては、例えば、両面印刷するとの情報を挙げることができる。この場合、データ送信部は、指定されたデータ量の印刷データとして、2ページ分の印刷データを印刷装置へ送信し、ジョブ状態取得部は、データ送信部から2ページ分の印刷データを送信した旨の通知を受けた後から、印刷ジョブの監視を開始する。   As the attribute information, for example, information indicating double-sided printing can be cited. In this case, the data transmission unit transmits two pages of print data as print data of the designated data amount to the printing apparatus, and the job status acquisition unit transmits two pages of print data from the data transmission unit. After receiving the notification to that effect, monitoring of the print job is started.

パンチまたはステープル止めするとの情報である場合は、データ送信部は、指定されたデータ量の印刷データとして、全ページの印刷データを印刷装置へ送信し、ジョブ状態取得部は、データ送信部から全ページの印刷データを送信した旨の通知を受けた後から、印刷ジョブの監視を開始する。   In the case of punching or stapling information, the data transmission unit transmits print data for all pages to the printing apparatus as print data of the designated data amount, and the job status acquisition unit receives all data from the data transmission unit. After receiving notification that the page print data has been transmitted, monitoring of the print job is started.

また、集約印刷するとの情報である場合は、データ送信部は、指定されたデータ量の印刷データとして、集約ページ分の印刷データを印刷装置へ送信し、ジョブ状態取得部は、データ送信部から集約ページ分の印刷データを送信した旨の通知を受けた後から、印刷ジョブの監視を開始する。   In the case of information for aggregate printing, the data transmission unit transmits print data for the aggregated page to the printing apparatus as print data of the designated data amount, and the job status acquisition unit receives data from the data transmission unit. After receiving the notification that the print data for the consolidated pages has been transmitted, monitoring of the print job is started.

指定されたデータ量の印刷データは、印刷ジョブとして蓄積された印刷データのうち、給紙トレイから排紙トレイまでの排紙パス上に蓄積可能な用紙枚数と同じページ分の印刷データとすることもできる。この場合、ジョブ状態取得部は、データ送信部からそのページ分の印刷データを送信した旨の通知を受けた後から、印刷ジョブの監視を開始する。   The specified amount of print data is the print data for the same number of pages that can be stored on the paper discharge path from the paper feed tray to the paper discharge tray among the print data stored as a print job. You can also. In this case, the job status acquisition unit starts monitoring the print job after receiving notification that the print data for the page has been transmitted from the data transmission unit.

ジョブ状態取得部は、印刷装置がウォームアップ中である場合、その間の問い合わせはジョブ状態に変化がないことから、印刷ジョブの状態を取得するために行う問い合わせの間隔を長くすることができる。   When the printing apparatus is warming up, the job status acquisition unit can increase the interval of inquiries performed to acquire the status of the print job since there is no change in the job status during that time.

また、ジョブ状態取得部は、印刷装置が異常発生により停止中である場合も、その間の問い合わせはジョブ状態に変化がないことから、印刷ジョブの状態を取得するために行う問い合わせを、印刷装置が復旧するまで中断することができる。   In addition, even when the printing apparatus is stopped due to an abnormality, the job status acquisition unit does not change the job status during that time, so the printing apparatus issues an inquiry to acquire the status of the print job. It can be interrupted until it recovers.

本発明では、ジョブ監視システムのほか、このシステムで行われる処理を処理ステップとして含むジョブ監視方法も提供することができる。また、この方法は、ジョブ監視システムを構成する各部により行われる各処理ステップを含むが、これらの処理ステップは、コンピュータ可読なプログラムを実行させることにより実現することができる。このため、本発明では、ジョブ監視方法を実現するためのコンピュータ可読なプログラムを提供することもできる。   In addition to the job monitoring system, the present invention can also provide a job monitoring method including processing performed in this system as a processing step. In addition, this method includes each processing step performed by each unit constituting the job monitoring system, and these processing steps can be realized by executing a computer-readable program. Therefore, the present invention can also provide a computer-readable program for realizing the job monitoring method.

このプログラムは、記録媒体に記録して提供することができ、本発明では、このプログラムが記録された記録媒体を提供することもできる。   The program can be provided by being recorded on a recording medium. In the present invention, a recording medium on which the program is recorded can also be provided.

ジョブ監視システムとしてのPCと印刷装置としてのプリンタおよびMFPとがネットワークを介して接続されているところを示した図。The figure which showed the place where PC as a job monitoring system and the printer and MFP as a printing apparatus were connected via the network. ジョブ監視システムの機能ブロック図。The functional block diagram of a job monitoring system. ジョブ監視システムが行う監視を開始するまでの処理の一例を示したフローチャート図。The flowchart figure which showed an example of the process until the monitoring which a job monitoring system performs is started. ジョブ監視システムが行う監視を開始するまでの処理の別の例を示したフローチャート図。The flowchart figure which showed another example of the process until it starts the monitoring which a job monitoring system performs. ジョブ監視システムが行う監視を開始するまでの処理のさらに別の例を示したフローチャート図。The flowchart figure which showed another example of the process until the monitoring which a job monitoring system performs is started. 印刷属性が両面印刷か否かを判断し、ジョブの監視を開始するまでの処理の流れを示したフローチャート図。The flowchart figure which showed the flow of a process until it judges whether a printing attribute is double-sided printing, and starts monitoring of a job. 印刷属性がパンチあるいはステープル止めするものであるか否かを判断し、ジョブの監視を開始するまでの処理の流れを示したフローチャート図。The flowchart figure which showed the flow of a process until it judges whether a printing attribute is what punches or staples, and starts the monitoring of a job. 印刷属性が集約印刷か否かを判断し、ジョブの監視を開始するまでの処理の流れを示したフローチャート図。The flowchart figure which showed the flow of a process until it judges whether a printing attribute is collective printing and starts monitoring of a job. 指定されたデータ量の印刷データが、印刷ジョブとして蓄積された印刷データのうち、給紙トレイから排紙トレイまでの排紙パス上に蓄積可能な用紙枚数と同じページ分の印刷データである場合のジョブの監視を開始するまでの処理の流れを示したフローチャート図。When the specified amount of print data is print data for the same number of pages that can be stored on the paper discharge path from the paper feed tray to the paper discharge tray among the print data stored as a print job The flowchart figure which showed the flow of the process until it starts monitoring of the job of. プリンタの状態を確認し、その状態に応じて監視間隔を変更してジョブ監視を開始する1つの処理の流れを示したフローチャート図。The flowchart figure which showed the flow of one process which confirms the state of a printer, changes a monitoring interval according to the state, and starts job monitoring. プリンタの状態を確認し、その状態に応じて監視間隔を変更してジョブ監視を開始する別の処理の流れを示したフローチャート図。The flowchart figure which showed the flow of another process which confirms the state of a printer, changes a monitoring interval according to the state, and starts job monitoring.

図1は、ジョブ監視システムとして機能するPCと印刷装置としてのプリンタおよびMFPとがネットワークを介して接続されているところを示した図である。図1では、印刷装置としてのプリンタ20とMFP30の2つが、ネットワーク40に接続され、PC10に利用可能とされているが、これらはPC10と直接接続されていてもよい。また、ネットワーク40には、PC10、プリンタ20、MFP30がそれぞれ1台接続されているが、各機器の数はいかなる数であってもよい。ネットワーク40としては、インターネット、イントラネットを挙げることができる。   FIG. 1 is a diagram showing a PC functioning as a job monitoring system and a printer and MFP as printing apparatuses connected via a network. In FIG. 1, two printers 20 and MFPs 30 serving as printing apparatuses are connected to the network 40 and can be used for the PC 10, but they may be directly connected to the PC 10. Further, one PC 10, one printer 20, and one MFP 30 are connected to the network 40, but the number of devices may be any number. Examples of the network 40 include the Internet and an intranet.

PC10は、ユーザからの入力を受け付けるために、キーボードやマウス等の入力装置と、入力された文字等を表示するための表示装置と、印刷文書を作成するための文書作成アプリケーション、OS、BIOS、ファームウェア、プリンタドライバ等を格納するROM、RAM、HDD等の記憶装置と、それらのプログラムを実行するCPUと、ネットワーク40へ接続し、ネットワーク40を介した通信を可能にするための通信デバイスとを備えている。記憶装置は、通信デバイスが通信を行う際に使用する通信先のIPアドレスや機器名等も格納する。   The PC 10 receives an input from a user, an input device such as a keyboard and a mouse, a display device for displaying input characters, a document creation application for creating a print document, an OS, a BIOS, ROM, RAM, HDD and other storage devices for storing firmware, printer drivers, etc., a CPU for executing these programs, and a communication device for connecting to the network 40 and enabling communication via the network 40 I have. The storage device also stores a communication destination IP address, a device name, and the like used when the communication device performs communication.

プリンタ20は、印刷出力するプリンタエンジンと、プリンタエンジンを制御するためのコントローラ、その処理を実現するためのOSやその他のプログラムを記憶するROMやRAM等のメモリ、それらのプログラムを実行するCPU、ネットワーク40を介してPC10やMFP30と通信を行うことを可能にする通信デバイス、印刷枚数等を表示する表示部、各種設定変更等するために入力を受け付けるキー入力装置等を備えている。   The printer 20 includes a printer engine for printing output, a controller for controlling the printer engine, a memory such as a ROM and a RAM for storing an OS and other programs for realizing the processing, a CPU for executing these programs, A communication device that enables communication with the PC 10 and the MFP 30 via the network 40, a display unit that displays the number of printed sheets, a key input device that receives input for changing various settings, and the like are provided.

MFP30は、スキャナ、コピー、FAX、プリンタ、ネットワーク通信、画像変換処理等の複数の機能を有し、コントローラ、エンジン部を備えている。   The MFP 30 has a plurality of functions such as a scanner, copy, FAX, printer, network communication, and image conversion processing, and includes a controller and an engine unit.

エンジン部は、プリンタエンジン、スキャンエンジン、コピーエンジン、ファクシミリエンジン等を含む。これらのエンジンの各々には、エンジンを制御するための、コントローラが設けられ、それらの機能を実現するためにアプリケーションを実行する。   The engine unit includes a printer engine, a scan engine, a copy engine, a facsimile engine, and the like. Each of these engines is provided with a controller for controlling the engine, and an application is executed to realize these functions.

エンジン部の一例として、プリンタエンジンを挙げると、プリンタエンジンは、電子写真方式のプリンタである場合、感光体、感光体を帯電させる帯電ユニット、感光体にレーザー光を照射して画像を書き込む露光装置、感光体に書き込まれた画像を現像する現像ユニット、転写ベルト、その転写ベルトに感光体上に形成された画像を転写する一次転写ユニット、転写ベルトに転写された画像を紙媒体に転写する二次転写ユニット、紙媒体に転写された画像を定着させる定着ユニット等を含んで構成される。   As an example of the engine unit, when a printer engine is used, when the printer engine is an electrophotographic printer, the photosensitive member, a charging unit for charging the photosensitive member, and an exposure apparatus that writes an image by irradiating the photosensitive member with laser light. A developing unit that develops an image written on the photoconductor, a transfer belt, a primary transfer unit that transfers an image formed on the photoconductor to the transfer belt, and an image transferred on the transfer belt to a paper medium. The image forming apparatus includes a next transfer unit, a fixing unit for fixing an image transferred to a paper medium, and the like.

このプリンタエンジンを制御するためにプリンタコントローラが設けられるが、このプリンタコントローラは、露光装置から出射されるレーザー光の照射位置や照射時間、感光体に付着させるトナー量等の制御を行う。こういった制御を実現するために、プリンタコントローラは、これらの制御を実行させるプリンタアプリケーションや各設定値等を記憶するメモリ、メモリからそれを読み出して実行するプロセッサ、プリンタエンジンへ信号を出力可能にする入出力デバイス等を備えている。   A printer controller is provided to control the printer engine. The printer controller controls the irradiation position and irradiation time of the laser light emitted from the exposure apparatus, the amount of toner attached to the photoconductor, and the like. In order to realize such control, the printer controller can output signals to a printer application that executes these controls, a memory that stores each setting value, a processor that reads and executes them from the memory, and a printer engine I / O devices to perform.

MFP30は、上記のコントローラおよびエンジン部のほか、MFP全体を制御するためのCPU、その処理を実現するためのOSやその他のプログラムを記憶するROMやRAM等のメモリ、ネットワーク40を介してPC10と通信を行うことを可能にする通信デバイス、各種設定変更を受け付け、現在の状態を表示する表示部としての機能を有する操作パネル、キー入力装置等を備えている。   In addition to the controller and engine unit described above, the MFP 30 is connected to the PC 10 via the network 40, a CPU for controlling the entire MFP, a memory such as a ROM and RAM for storing an OS and other programs for realizing the processing, and the network 40. A communication device that enables communication, an operation panel having a function as a display unit that receives various setting changes and displays a current state, a key input device, and the like are provided.

PC10は、文書作成アプリケーションを起動し、ユーザが入力装置を使用して入力することにより作成した文書を文書データとして記憶し、プリンタ20あるいはMFP30を指定して印刷指示することにより、その文書を用紙に印字して出力させる。その際、PC10は、文書データをプリンタドライバによって印刷データへ変換し、印刷条件として設定されたパラメータや一連の処理命令を含む印刷ジョブとしてプリンタ20あるいはMFP30へ送信する。   The PC 10 activates a document creation application, stores a document created by the user using the input device as document data, designates the printer 20 or the MFP 30 and issues a print instruction, and then prints the document on paper. Print on and output. At that time, the PC 10 converts the document data into print data by the printer driver, and transmits the print data to the printer 20 or the MFP 30 as a print job including parameters set as print conditions and a series of processing instructions.

その後、PC10は、送信した印刷ジョブを、プリンタ20あるいはMFP30において用紙に印字等して排紙が完了するまで監視し続ける。ジョブの監視は、一定間隔で問い合わせを行い、プリンタ20あるいはMFP30からジョブの状態を取得することにより行うことができる。ジョブの状態としては、ジョブ実行中、ジョブ実行待ち、ジョブ終了等がある。プリンタ20あるいはMFP30は、これらのジョブ状態に関する情報を、問い合わせに含まれるPC10のIPアドレス、機器名、ポート番号を使用して、PC10へ送信する。   Thereafter, the PC 10 continues to monitor the transmitted print job until printing is completed on the paper by the printer 20 or the MFP 30 and the paper discharge is completed. Job monitoring can be performed by inquiring at regular intervals and acquiring the job status from the printer 20 or MFP 30. The job status includes job execution, job execution wait, job end, and the like. The printer 20 or the MFP 30 transmits information regarding these job states to the PC 10 using the IP address, device name, and port number of the PC 10 included in the inquiry.

ジョブ状態の問い合わせは、例えば、プリンタ20やMFP30に1つ1つ聞いて回るポーリングと呼ばれる方式で行うことができる。リアルタイムにジョブ状態を監視するためには、ポーリング間隔を短くしてその頻度を多くする必要がある。しかしながら、これでは、ネットワーク40を流れる問い合わせが多くなり、ネットワーク負荷が高くなり、また、その問い合わせを受けるプリンタ20やMFP30の負荷も高くなる。   The inquiry about the job status can be performed, for example, by a method called polling in which the printer 20 and the MFP 30 are asked one by one. In order to monitor the job status in real time, it is necessary to shorten the polling interval and increase the frequency. However, this increases the number of inquiries flowing through the network 40, increasing the network load, and also increasing the load on the printer 20 and MFP 30 that receive the inquiries.

一方、ポーリング間隔を長くすると、ネットワーク負荷や、プリンタ20およびMFP30の負荷は軽減されるが、ジョブ状態の更新が遅くなり、ジョブ状態によって処理を行う場合、正しく処理できない場合がある。これを解決するために、PC10は、ジョブの監視を、ある特定量の印刷データをプリンタ20やMFP30に送信完了するまで行わず、送信完了後から監視を開始するように構成される。これは、プログラムによって実現することができ、これを実現するためにジョブ監視システムは以下の各部を備える。   On the other hand, if the polling interval is lengthened, the network load and the load on the printer 20 and the MFP 30 are reduced, but the update of the job status is delayed, and when processing is performed depending on the job status, the processing may not be performed correctly. In order to solve this, the PC 10 is configured not to perform job monitoring until transmission of a specific amount of print data to the printer 20 or the MFP 30 is completed, but to start monitoring after transmission is completed. This can be realized by a program, and in order to realize this, the job monitoring system includes the following units.

図2は、ジョブ監視システムの機能ブロック図である。図2に示すジョブ監視システムの構成は一例である。PC10は、ジョブ監視システムとして機能し、ジョブ受付部11とデータ送信部12とジョブ状態取得部13と機器状態取得部14とジョブキュー15とを有するデバイス部16を備える。このデバイス部16は、機器毎に設けられ、機器のMACアドレス、IPアドレス、機器名等を識別情報として用い、各機器と通信することが可能にされている。   FIG. 2 is a functional block diagram of the job monitoring system. The configuration of the job monitoring system shown in FIG. 2 is an example. The PC 10 functions as a job monitoring system, and includes a device unit 16 having a job reception unit 11, a data transmission unit 12, a job status acquisition unit 13, a device status acquisition unit 14, and a job queue 15. The device unit 16 is provided for each device, and can communicate with each device using the MAC address, IP address, device name, and the like of the device as identification information.

文書作成アプリケーションにより作成された文書データは、プリンタドライバによって、印刷装置で用いるページ記述言語により記述された印刷データへ変換されるが、この印刷データは、印刷範囲、印刷枚数、カラー印刷するか、集約印刷するか、拡大あるいは縮小印刷するか、拡大あるいは縮小する場合はその倍率等の印刷条件として設定されたパラメータと、印刷出力する機器を指定し、その機器に対して印刷指示を与える一連の処理命令とを含む印刷要求として出力される。ジョブ受付部11は、この印刷ジョブをプリンタドライバから受け付ける。   The document data created by the document creation application is converted by the printer driver into print data described in the page description language used in the printing apparatus. When performing consolidated printing, enlarging or reducing printing, enlarging or reducing, a set of parameters such as the magnification and other printing conditions and the device to print out are specified, and a series of commands to give printing instructions to that device And output as a print request including a processing instruction. The job reception unit 11 receives this print job from the printer driver.

ジョブ受付部11は、受け付けた印刷ジョブをジョブキュー15へ入れ、ジョブキュー15で実行のために取り出されるまで一時的に蓄積される。このため、ジョブキュー15は、先に入れられたジョブを先に送り出すFIFO構造とされ、印刷ジョブを管理する。データ送信部12は、ジョブキュー15に最先に蓄積された印刷ジョブを取り出し、指定されたプリンタ20あるいはMFP30へ送信する。以下、印刷装置としてプリンタ20が指定されているものとして説明する。   The job reception unit 11 puts the received print job into the job queue 15 and temporarily accumulates it until it is taken out for execution in the job queue 15. For this reason, the job queue 15 has a FIFO structure in which the first job is sent out first, and manages the print job. The data transmission unit 12 takes out the print job stored first in the job queue 15 and transmits it to the designated printer 20 or MFP 30. In the following description, it is assumed that the printer 20 is designated as the printing apparatus.

データ送信部12は、データ送信のほか、予め指定されたデータ量の印刷データを送信したか否かを判断し、送信した場合は、その旨の通知を出力する。機器状態取得部14は、プリンタ20の状態、具体的には、プリンタ20がウォームアップ中であるとか、用紙切れやトナー切れ、トナー使用量や残量等を定期的に取得する。   In addition to data transmission, the data transmission unit 12 determines whether or not print data having a predetermined data amount has been transmitted, and if so, outputs a notification to that effect. The device status acquisition unit 14 periodically acquires the status of the printer 20, specifically, whether the printer 20 is warming up, out of paper, out of toner, toner usage, remaining amount, and the like.

ジョブ状態取得部13は、データ送信部12および機器状態取得部14から、上記通知およびプリンタ20の状態を取得し、印刷ジョブ監視の開始時期を判断する。ジョブ状態取得部13は、印刷ジョブの監視を開始すると、プリンタ20が印刷データを使用して用紙に印字等し、その印字等された用紙が排紙されるまで、一定間隔でプリンタ20へ取り合わせを行い、その印刷ジョブの状態の取得を繰り返す。   The job status acquisition unit 13 acquires the notification and the status of the printer 20 from the data transmission unit 12 and the device status acquisition unit 14, and determines the start time of print job monitoring. When the job status acquisition unit 13 starts monitoring the print job, the printer 20 prints on the paper using the print data, and the printer 20 collects the printed paper at regular intervals until the printed paper is discharged. And repeat the acquisition of the status of the print job.

デバイス部16は、これらの各部を備えるものであるが、ジョブ監視処理全体を制御するものとして構成することも可能である。この場合、デバイス部16は、データ送信部12が出力した通知を受け取り、ジョブ状態取得部13にジョブ状態の監視を開始するように指示することができる。   The device unit 16 includes these units, but may be configured to control the entire job monitoring process. In this case, the device unit 16 can receive the notification output from the data transmission unit 12 and instruct the job status acquisition unit 13 to start monitoring the job status.

図3〜11を参照して、ジョブ監視システムが行う監視を開始するまでの処理を詳細に説明する。まず、図3を参照すると、ステップ300からこの処理を開始し、ステップ310で、このジョブ監視システムに投入された印刷ジョブを、ジョブ受付部11が受け付け、ジョブキュー15に投入する。   With reference to FIGS. 3 to 11, processing up to the start of monitoring performed by the job monitoring system will be described in detail. First, referring to FIG. 3, the processing is started from step 300, and in step 310, the job reception unit 11 receives the print job input to the job monitoring system and inputs it to the job queue 15.

次に、ステップ320で、データ送信部12が、ジョブキュー15の最先に入れられた印刷ジョブの印刷データを取り出し、指定された印刷装置であるプリンタ20へ印刷データの送信を開始する。   Next, in step 320, the data transmission unit 12 takes out the print data of the print job put in the earliest position in the job queue 15 and starts sending the print data to the printer 20 that is the designated printing apparatus.

ステップ330で、データ送信部12は、印刷データの送信を行うとともに、指定されたデータ量の印刷データをプリンタ20へ送信したか否かを判断する。そして、指定されたデータ量の印刷データを送信したと判断したところで、その旨の通知を出力する。なお、データ送信部12は、指定されたデータ量の印刷データをプリンタ20へ送信し終えるまでは、印刷データの送信と上記判断とを繰り返す。   In step 330, the data transmission unit 12 transmits print data and determines whether or not print data having a designated data amount has been transmitted to the printer 20. When it is determined that the specified amount of print data has been transmitted, a notification to that effect is output. The data transmission unit 12 repeats the transmission of the print data and the above determination until transmission of the designated amount of print data to the printer 20 is completed.

ステップ340で、ジョブ状態取得部13は、その旨の通知を受け取ると、プリンタ20に対し、一定間隔で問い合わせを行い、印刷ジョブの状態を取得する処理を開始する。すなわち、その印刷ジョブの監視を開始する。この監視を開始したところで、ステップ350においてこの処理は終了する。その後のジョブ監視処理は、プリンタ20が用紙に印字等し、その印字等した用紙を排紙したところで監視を終了する。   In step 340, when the job status acquisition unit 13 receives a notification to that effect, the job status acquisition unit 13 inquires the printer 20 at regular intervals and starts processing for acquiring the status of the print job. That is, the monitoring of the print job is started. When this monitoring is started, the process ends at step 350. Subsequent job monitoring processing ends when the printer 20 prints on a sheet of paper, and the printed sheet is discharged.

図3に示す処理では、指定されたデータ量の印刷データを送信したところで、ジョブ状態の監視を開始させているが、具体的には、図4に示すように、データ送信部12が1ページ分の印刷データを送信し、その送信が完了した旨の通知を出力し、ジョブ状態取得部13がその通知を受け取ることで、ジョブ状態の監視を開始させることができる。   In the process shown in FIG. 3, job status monitoring is started when print data of a specified amount of data is transmitted. Specifically, as shown in FIG. The print status is transmitted, a notification that the transmission is completed is output, and the job status acquisition unit 13 receives the notification, so that monitoring of the job status can be started.

図4は、図3に示す処理とほぼ同様であるが、ステップ430が、1ページ分の印刷データを送信したか否かを判断する点で相違している。   FIG. 4 is almost the same as the process shown in FIG. 3 except that step 430 determines whether or not print data for one page has been transmitted.

図5は、1ページ分の印刷ジョブを送信し終え、ジョブ状態の監視を開始するまでの処理は、図4に示す処理と同様であるが、ステップ550で、全ページの印刷ジョブを送信し終えたかを判断し、全ページ分の印刷データを送信し終えるまで、ステップ520〜540までの処理を繰り返している。   5 is the same as the processing shown in FIG. 4 until the transmission of the print job for one page and the monitoring of the job status is started, but in step 550, the print job for all pages is transmitted. It is determined whether or not the processing has been completed, and the processing of steps 520 to 540 is repeated until transmission of print data for all the pages is completed.

図5に示す処理では、1ページ分の印刷が終了し、排紙されると、監視は一旦終了する。データ送信部12は、2ページ目の印刷データを送信し、送信した旨の通知を出力する。ジョブ状態取得部13は、この通知を受け取り、再び監視を開始する。このようにして、全ページの印刷データが送信し終えるまでこれらの処理を繰り返す。   In the process shown in FIG. 5, when printing for one page is completed and the sheet is discharged, the monitoring is once ended. The data transmission unit 12 transmits the print data of the second page and outputs a notification that the transmission has been performed. The job status acquisition unit 13 receives this notification and starts monitoring again. In this way, these processes are repeated until the print data for all pages has been transmitted.

データ送信部12が、最後のページの印刷データを送信したと判断し、その旨の通知を出力すると、ステップ560へ進み、ジョブ状態取得部13は、ジョブの監視を開始し、ステップ570で終了する。最後ページの印刷が終了し、排紙されたところで、この印刷ジョブの監視を終了する。このように1ページ分の印刷データを送信するごとに監視を開始し、排紙するごとに監視を終了することで、ネットワーク負荷および印刷装置の負荷を軽減することができる。   When the data transmission unit 12 determines that the print data of the last page has been transmitted and outputs a notification to that effect, the process proceeds to step 560, where the job status acquisition unit 13 starts monitoring the job and ends at step 570. To do. When the printing of the last page is finished and discharged, the monitoring of this print job is finished. In this way, monitoring is started each time print data for one page is transmitted, and monitoring is terminated each time paper is discharged, thereby reducing the load on the network and the printing apparatus.

これまでは、指定されたデータ量として1ページ分の印刷データを送信した旨の通知をジョブ状態取得部13が受け取り、ジョブ状態取得部13がジョブ状態の取得を開始する処理を説明してきたが、ジョブ受付部11が受け付ける印刷ジョブには、両面印刷、集約印刷、パンチやステープル等の印刷属性が設定されたものが存在する。印刷属性によって監視を開始するタイミングを変えることができ、それによってネットワーク負荷や印刷装置の負荷を軽減することができるため、印刷属性の有無、その種類を判断する。   So far, the job status acquisition unit 13 has received a notification that the print data for one page has been transmitted as the specified data amount, and the job status acquisition unit 13 has started the process of acquiring the job status. Among the print jobs accepted by the job accepting unit 11, there are jobs in which printing attributes such as duplex printing, aggregate printing, punching and stapling are set. The timing of starting monitoring can be changed depending on the print attribute, thereby reducing the load on the network and the printing apparatus, so the presence / absence of the print attribute and its type are determined.

この印刷属性は、ユーザが印刷時に設定し、印刷ジョブに含めてプリンタ20へ送るが、プリンタ20へ送る前に、ジョブ受付部11は、印刷ジョブを受け付け、印刷属性の有無を判断し、印刷属性がある場合は、その印刷属性の種類を判断する。   This print attribute is set by the user at the time of printing, and is sent to the printer 20 as a print job. Before sending the print attribute to the printer 20, the job reception unit 11 receives the print job, determines the presence of the print attribute, and prints. If there is an attribute, the type of the print attribute is determined.

図6は、印刷属性が両面印刷か否かを判断し、ジョブの監視を開始するまでの処理の流れを示したフローチャート図である。ステップ600からこの処理を開始し、ステップ610で、このジョブ監視システムに投入された印刷ジョブを、ジョブ受付部11が受け付ける。ステップ620で、ジョブ受付部11は、受け付けた印刷ジョブが両面印刷するものか否かを判断する。判断した結果は、データ送信部12が両面印刷するものであることを検知するために、印刷ジョブに属性情報として付加する。   FIG. 6 is a flowchart showing the flow of processing until it is determined whether or not the printing attribute is duplex printing and job monitoring is started. This processing is started from step 600, and in step 610, the job reception unit 11 receives a print job input to the job monitoring system. In step 620, the job reception unit 11 determines whether the received print job is for duplex printing. The determination result is added as attribute information to the print job in order to detect that the data transmission unit 12 performs duplex printing.

その後、ジョブ受付部11は、このジョブをジョブキュー15に投入する。ステップ630で、データ送信部12は、ジョブキュー15に最先に投入されたジョブを取り出し、プリンタ20へ印刷データの送信を開始する。ステップ640で、データ送信部12は、取り出した印刷ジョブに付加された属性情報を確認し、両面印刷するものであるから、2ページ分の印刷データをプリンタ20へ送信し終えたか否かを判断し、送信し終えた場合には、2ページ分の印刷データを送信し終えた旨の通知を出力する。送信し終えていない場合は、ステップ630へ戻り、2ページ分の印刷データを送信し終えるまでは印刷データの送信を続ける。   Thereafter, the job reception unit 11 submits this job to the job queue 15. In step 630, the data transmission unit 12 takes out the job first input to the job queue 15 and starts transmitting print data to the printer 20. In step 640, the data transmission unit 12 confirms the attribute information added to the extracted print job and determines whether or not transmission of two pages of print data to the printer 20 has been completed. When the transmission is completed, a notification that the transmission of the print data for two pages has been completed is output. If the transmission has not been completed, the process returns to step 630 and the transmission of the print data is continued until the transmission of the print data for two pages is completed.

一方、両面印刷するものでない場合、ステップ650へ進み、データ送信部12は、ジョブキュー15に最先に投入されたジョブを取り出し、プリンタ20へ印刷データの送信を開始し、ステップ660で、データ送信部12が1ページ分の印刷データを送信したかを判断し、送信した場合は、その送信が完了した旨の通知を出力し、送信していない場合は、ステップ650へ戻り、印刷データの送信を続ける。   On the other hand, if the two-sided printing is not performed, the process proceeds to step 650, where the data transmission unit 12 takes out the job first input to the job queue 15, starts transmission of print data to the printer 20, and in step 660, the data The transmission unit 12 determines whether or not the print data for one page has been transmitted. If it has been transmitted, a notification indicating that the transmission has been completed is output. If not, the process returns to step 650 to return the print data. Continue sending.

指定されたページ分の印刷データを送信した後、ステップ670で、ジョブ状態取得部13が、データ送信部12が出力した通知を受け取り、ジョブ状態の監視を開始する。すなわち、ジョブ状態取得部13は、その通知を受け取ると、プリンタ20に対し、一定間隔で問い合わせを行い、印刷ジョブの状態を取得する処理を開始する。この監視を開始したところで、ステップ680においてこの処理は終了する。その後のジョブ監視処理は、プリンタ20が用紙に印字等し、その印字等した用紙を排紙したところで監視を終了する。   After transmitting the print data for the designated page, in step 670, the job status acquisition unit 13 receives the notification output by the data transmission unit 12, and starts monitoring the job status. That is, when the job status acquisition unit 13 receives the notification, the job status acquisition unit 13 inquires the printer 20 at regular intervals and starts processing for acquiring the status of the print job. When this monitoring is started, the process ends at step 680. Subsequent job monitoring processing ends when the printer 20 prints on a sheet of paper, and the printed sheet is discharged.

図7は、印刷属性がパンチあるいはステープル止めするものであるか否かを判断し、ジョブの監視を開始するまでの処理の流れを示したフローチャート図である。ステップ700からこの処理を開始し、ステップ710で、このジョブ監視システムに投入された印刷ジョブを、ジョブ受付部11が受け付ける。ステップ720で、ジョブ受付部11は、受け付けた印刷ジョブがパンチあるいはステープル止めするものであるか否かを判断する。判断した結果は、データ送信部12がパンチあるいはステープル止めするものであることを検知するために、印刷ジョブに属性情報として付加する。   FIG. 7 is a flowchart showing the flow of processing until it is determined whether or not the printing attribute is punching or stapling and job monitoring is started. This process is started from step 700, and in step 710, the job reception unit 11 receives a print job input to the job monitoring system. In step 720, the job reception unit 11 determines whether the received print job is for punching or stapling. The determination result is added as attribute information to the print job in order to detect that the data transmission unit 12 is punching or stapling.

その後、ジョブ受付部11は、このジョブをジョブキュー15に投入する。ステップ730で、データ送信部12は、ジョブキュー15に最先に投入されたジョブを取り出し、プリンタ20へ印刷データの送信を開始する。ステップ740で、データ送信部12は、ジョブに付加された属性情報を確認し、パンチあるいはステープル止めするものであるから、全ページの印刷データをプリンタ20へ送信し終えたか否かを判断し、送信し終えた場合には、全ページの印刷データを送信し終えた旨の通知を出力する。送信し終えていない場合は、ステップ730へ戻り、全ページの印刷データを送信し終えるまでは印刷データの送信を続ける。   Thereafter, the job reception unit 11 submits this job to the job queue 15. In step 730, the data transmission unit 12 takes out the job first input to the job queue 15 and starts transmitting print data to the printer 20. In step 740, the data transmission unit 12 confirms the attribute information added to the job and determines whether or not all pages of print data have been transmitted to the printer 20 because punching or stapling is performed. When the transmission is completed, a notification indicating that the print data for all pages has been transmitted is output. If the transmission has not been completed, the process returns to step 730, and the transmission of the print data is continued until the transmission of the print data for all pages is completed.

一方、パンチあるいはステープル止めするものでない場合、ステップ750へ進み、データ送信部12は、ジョブキュー15に最先に投入されたジョブを取り出し、プリンタ20へ印刷データの送信を開始し、ステップ760で、データ送信部12が1ページ分の印刷データを送信したかを判断し、送信した場合は、その送信が完了した旨の通知を出力し、送信していない場合は、ステップ750へ戻り、印刷データの送信を続ける。   On the other hand, if it is not the one to punch or staple, the process proceeds to step 750, where the data transmission unit 12 takes out the job first input to the job queue 15, starts transmission of print data to the printer 20, and in step 760. The data transmission unit 12 determines whether or not one page of print data has been transmitted. If the data has been transmitted, a notification that the transmission has been completed is output. If not, the process returns to step 750 to print. Continue sending data.

指定されたページ分の印刷データを送信した後、ステップ770で、ジョブ状態取得部13が、データ送信部12が出力した通知を受け取り、ジョブ状態の監視を開始する。すなわち、ジョブ状態取得部13は、その通知を受け取ると、プリンタ20に対し、一定間隔で問い合わせを行い、印刷ジョブの状態を取得する処理を開始する。この監視を開始したところで、ステップ780においてこの処理は終了する。その後のジョブ監視処理は、プリンタ20が用紙に印字等し、その印字等した用紙を排紙したところで監視を終了する。   After transmitting the print data for the designated page, in step 770, the job status acquisition unit 13 receives the notification output by the data transmission unit 12, and starts monitoring the job status. That is, when the job status acquisition unit 13 receives the notification, the job status acquisition unit 13 inquires the printer 20 at regular intervals and starts processing for acquiring the status of the print job. When this monitoring is started, the process ends at step 780. Subsequent job monitoring processing ends when the printer 20 prints on a sheet of paper, and the printed sheet is discharged.

図8は、印刷属性が集約印刷か否かを判断し、ジョブの監視を開始するまでの処理の流れを示したフローチャート図である。ステップ800からこの処理を開始し、ステップ810で、このジョブ監視システムに投入された印刷ジョブを、ジョブ受付部11が受け付ける。ステップ820で、ジョブ受付部11は、受け付けた印刷ジョブが集約印刷するものであるか否かを判断する。判断した結果は、データ送信部12が集約印刷するものであることを検知するために、印刷ジョブに属性情報として付加する。   FIG. 8 is a flowchart showing the flow of processing until it is determined whether or not the print attribute is consolidated printing and job monitoring is started. This process is started from step 800, and in step 810, the job reception unit 11 receives a print job input to the job monitoring system. In step 820, the job receiving unit 11 determines whether the received print job is to be subjected to collective printing. The result of the determination is added as attribute information to the print job in order to detect that the data transmission unit 12 is to perform aggregate printing.

その後、ジョブ受付部11は、このジョブをジョブキュー15に投入する。ステップ830で、データ送信部12は、ジョブキュー15に最先に投入されたジョブを取り出し、プリンタ20へ印刷データの送信を開始する。ステップ840で、データ送信部12は、ジョブに付加された属性情報を確認し、集約印刷するものであるから、集約ページの印刷データをプリンタ20へ送信し終えたか否かを判断し、送信し終えた場合には、集約ページの印刷データを送信し終えた旨の通知を出力する。送信し終えていない場合は、ステップ830へ戻り、集約ページの印刷データを送信し終えるまでは印刷データの送信を続ける。   Thereafter, the job reception unit 11 submits this job to the job queue 15. In step 830, the data transmission unit 12 takes out the job first input to the job queue 15 and starts transmission of print data to the printer 20. In step 840, the data transmission unit 12 confirms the attribute information added to the job and performs consolidated printing. Therefore, the data transmission unit 12 determines whether or not transmission of the consolidated page print data to the printer 20 has been completed, and transmits it. When the processing is completed, a notification that the transmission of the print data of the aggregate page has been completed is output. If the transmission has not been completed, the process returns to step 830, and the transmission of the print data is continued until the transmission of the print data for the consolidated page is completed.

一方、集約印刷するものでない場合、ステップ850へ進み、データ送信部12は、ジョブキュー15に最先に投入されたジョブを取り出し、プリンタ20へ印刷データの送信を開始し、ステップ860で、データ送信部12が1ページ分の印刷データを送信したかを判断し、送信した場合は、その送信が完了した旨の通知を出力し、送信していない場合は、ステップ850へ戻り、印刷データの送信を続ける。   On the other hand, if it is not the one to perform collective printing, the process proceeds to step 850, where the data transmission unit 12 takes out the job first input to the job queue 15, starts transmission of print data to the printer 20, and in step 860, the data The transmission unit 12 determines whether or not the print data for one page has been transmitted. If it has been transmitted, a notification that the transmission has been completed is output. If not, the process returns to step 850 to return the print data. Continue sending.

指定されたページ分の印刷データを送信した後、ステップ870で、ジョブ状態取得部13が、データ送信部12が出力した通知を受け取り、ジョブ状態の監視を開始する。すなわち、ジョブ状態取得部13は、その通知を受け取ると、プリンタ20に対し、一定間隔で問い合わせを行い、印刷ジョブの状態を取得する処理を開始する。この監視を開始したところで、ステップ880においてこの処理は終了する。その後のジョブ監視処理は、プリンタ20が用紙に印字等し、その印字等した用紙を排紙したところで監視を終了する。   After transmitting the print data for the designated page, in step 870, the job status acquisition unit 13 receives the notification output by the data transmission unit 12, and starts monitoring the job status. That is, when the job status acquisition unit 13 receives the notification, the job status acquisition unit 13 inquires the printer 20 at regular intervals and starts processing for acquiring the status of the print job. When this monitoring is started, the process ends at step 880. Subsequent job monitoring processing ends when the printer 20 prints on a sheet of paper, and the printed sheet is discharged.

図9は、指定されたデータ量の印刷データが、印刷ジョブとして蓄積された印刷データのうち、給紙トレイから排紙トレイまでの排紙パス上に蓄積可能な用紙枚数と同じページ分の印刷データである場合のジョブの監視を開始するまでの処理の流れを示したフローチャート図である。ステップ900からこの処理を開始し、予めプリンタ20に登録された排紙パス上に蓄積可能な用紙枚数という情報を取得し、保持する。   FIG. 9 shows printing of the same amount of print data as the number of sheets that can be accumulated on the paper discharge path from the paper feed tray to the paper discharge tray among the print data accumulated as a print job. FIG. 6 is a flowchart showing a flow of processing until job monitoring is started in the case of data. This process is started from step 900, and information on the number of sheets that can be stored on the paper discharge path registered in advance in the printer 20 is acquired and held.

ステップ910で、このジョブ監視システムに投入された印刷ジョブを、ジョブ受付部11が受け付け、ジョブキュー15に投入する。ステップ920で、データ送信部12は、ジョブキュー15に最先に投入されたジョブを取り出し、プリンタ20へ印刷データの送信を開始する。   In step 910, the print job input to the job monitoring system is received by the job reception unit 11 and input to the job queue 15. In step 920, the data transmission unit 12 takes out the job first input to the job queue 15 and starts transmitting print data to the printer 20.

ステップ930で、データ送信部12は、排紙パス上に蓄積可能な用紙枚数を情報として保持するため、その枚数と同じページ分の印刷データをプリンタ20へ送信し終えたか否かを判断し、送信し終えた場合には、そのページ分の印刷データを送信し終えた旨の通知を出力する。送信し終えていない場合は、ステップ920へ戻り、そのページ分の印刷データを送信し終えるまでは印刷データの送信を続ける。   In step 930, the data transmission unit 12 determines whether or not the print data for the same number of pages as the number of sheets has been transmitted to the printer 20 in order to hold the number of sheets that can be stored on the discharge path as information. When the transmission is completed, a notification indicating that the print data for the page has been transmitted is output. If transmission has not been completed, the process returns to step 920, and transmission of print data is continued until transmission of print data for that page is completed.

そのページ分の印刷データを送信した後、ステップ940で、ジョブ状態取得部13が、データ送信部12が出力した通知を受け取り、ジョブ状態の監視を開始する。すなわち、ジョブ状態取得部13は、その通知を受け取ると、プリンタ20に対し、一定間隔で問い合わせを行い、印刷ジョブの状態を取得する処理を開始する。この監視を開始したところで、ステップ950においてこの処理は終了する。その後のジョブ監視処理は、プリンタ20が用紙に印字等し、その印字等した用紙を排紙したところで監視を終了する。   After transmitting the print data for the page, in step 940, the job status acquisition unit 13 receives the notification output by the data transmission unit 12, and starts monitoring the job status. That is, when the job status acquisition unit 13 receives the notification, the job status acquisition unit 13 inquires the printer 20 at regular intervals and starts processing for acquiring the status of the print job. When this monitoring is started, the process ends at step 950. Subsequent job monitoring processing ends when the printer 20 prints on a sheet of paper, and the printed sheet is discharged.

図10は、プリンタ20の状態を確認し、その状態に応じて監視間隔を変更してジョブ監視を開始する処理の流れを示したフローチャート図である。ステップ1000からこの処理を開始し、ステップ1010で、このジョブ監視システムに投入された印刷ジョブを、ジョブ受付部11が受け付け、ジョブキュー15に投入する。ステップ1020で、データ送信部12は、ジョブキュー15に最先に投入されたジョブを取り出し、プリンタ20へ印刷データの送信を開始する。   FIG. 10 is a flowchart showing a flow of processing for confirming the state of the printer 20 and changing the monitoring interval according to the state to start job monitoring. This process is started from step 1000, and in step 1010, the print job input to the job monitoring system is received by the job reception unit 11 and input to the job queue 15. In step 1020, the data transmission unit 12 takes out the job first input to the job queue 15 and starts transmitting print data to the printer 20.

次に、ステップ1030において、プリンタ20の状態の監視を開始し、その状態を監視する。その状態には、プリンタ20にエラーが発生した、プリンタ20がウォームアップ中、シャットダウン中、省エネモード移行中等を挙げることができる。これらの状態の監視は、機器状態取得部14が定期的にプリンタ20へ問い合わせを行い、プリンタ20から上記の情報を取得することにより行われる。   Next, in step 1030, monitoring of the status of the printer 20 is started and the status is monitored. The state may include an error in the printer 20, the printer 20 being warmed up, being shut down, or being in energy saving mode. The monitoring of these states is performed by the device state acquisition unit 14 periodically inquiring of the printer 20 and acquiring the above information from the printer 20.

ステップ1040で、データ送信部12は、機器状態取得部14からプリンタ20の状態に関する情報を取得し、プリンタ20がウォームアップ中か否かを判断する。ウォームアップ中である場合、ジョブ状態は変化しないため、ジョブ監視のための問い合わせを行っても無駄になるからである。したがって、ウォームアップ中である場合、監視を停止しても良いが、ステップ1050のように、ジョブ状態の監視間隔を増加することができる。   In step 1040, the data transmission unit 12 acquires information related to the status of the printer 20 from the device status acquisition unit 14, and determines whether the printer 20 is warming up. This is because the job status does not change when the warm-up is in progress, and it is useless to make an inquiry for job monitoring. Therefore, when the warm-up is in progress, the monitoring may be stopped, but the job state monitoring interval can be increased as in step 1050.

この間隔は、印刷ジョブの状態を取得するために行う通常の問い合わせの間隔より長ければいかなる間隔であってもよい。例えば、2〜10倍といった間隔にすることができる。通常の間隔は、予め設定されているポーリング間隔である。   This interval may be any interval as long as it is longer than a normal inquiry interval performed to acquire the status of the print job. For example, the interval can be set to 2 to 10 times. The normal interval is a preset polling interval.

ステップ1050で監視間隔を増加した後、あるいはウォームアップ中ではないと判断された場合、ステップ1060で、ジョブ状態取得部13が、データ送信部12が出力した通知を受け取り、ジョブ状態の監視を開始する。すなわち、ジョブ状態取得部13は、その通知を受け取ると、プリンタ20に対し、一定間隔で問い合わせを行い、印刷ジョブの状態を取得する処理を開始する。この監視を開始したところで、ステップ1070においてこの処理は終了する。その後のジョブ監視処理は、プリンタ20が用紙に印字等し、その印字等した用紙を排紙したところで監視を終了する。   After increasing the monitoring interval in step 1050 or if it is determined that the warm-up is not in progress, in step 1060 the job status acquisition unit 13 receives the notification output by the data transmission unit 12 and starts monitoring the job status To do. That is, when the job status acquisition unit 13 receives the notification, the job status acquisition unit 13 inquires the printer 20 at regular intervals and starts processing for acquiring the status of the print job. When this monitoring is started, the process ends at step 1070. Subsequent job monitoring processing ends when the printer 20 prints on a sheet of paper, and the printed sheet is discharged.

データ送信部12が出力する通知は、1ページ分の印刷データを送信し終えた後に出力することもできるが、上記の両面印刷、パンチ等、集約印刷が設定されている場合は、2ページ分、全ページ、集約ページ分の印刷データを送信し終えた後の出力することができる。   The notification output by the data transmission unit 12 can be output after the print data for one page has been transmitted. However, when the above-described double-sided printing, punching, or the like is set to aggregate printing, two pages are output. The print data for all pages and aggregated pages can be output after transmission is completed.

図11は、プリンタ20の状態を確認し、その状態に応じて監視間隔を変更してジョブ監視を開始する別の処理の流れを示したフローチャート図である。ステップ1100からこの処理を開始し、ステップ1110で、このジョブ監視システムに投入された印刷ジョブを、ジョブ受付部11が受け付け、ジョブキュー15に投入する。ステップ1120で、データ送信部12は、ジョブキュー15に最先に投入されたジョブを取り出し、プリンタ20へ印刷データの送信を開始する。   FIG. 11 is a flowchart showing another processing flow for checking the status of the printer 20 and changing the monitoring interval according to the status to start job monitoring. This process is started from step 1100, and in step 1110, the job accepting unit 11 accepts a print job submitted to the job monitoring system and submits it to the job queue 15. In step 1120, the data transmission unit 12 takes out the job first input to the job queue 15 and starts transmitting print data to the printer 20.

次に、ステップ1130において、図3等に示すように処理を行い、ジョブ状態の監視を開始する。そして、ステップ1140において、プリンタ20の状態の監視も開始する。これらの状態の監視は、ジョブ状態取得部13および機器状態取得部14が、一定間隔でプリンタ20へ問い合わせを行い、プリンタ20からジョブ状態および機器状態に関する情報を取得することにより行われる。   Next, in step 1130, processing is performed as shown in FIG. In step 1140, monitoring of the state of the printer 20 is also started. The monitoring of these states is performed by the job status acquisition unit 13 and the device status acquisition unit 14 inquiring of the printer 20 at regular intervals and acquiring information about the job status and the device status from the printer 20.

ステップ1150で、プリンタ20に異常が発生し、印刷を停止しているかを判断する。これは、機器状態取得部14が印刷停止していることを検知し、それをデータ送信部12へ通知することにより、データ送信部12が判断することができる。データ送信部12は、印刷停止していると判断すると、ジョブ状態取得部13に対し、その旨を通知し、ステップ1160で、ジョブ状態取得部13は、ジョブ状態の監視を中断する。これは、機器状態取得部14が定期的に行うプリンタ20の状態に関する情報において、復旧し、印刷を再開するまで続けられる。   In step 1150, it is determined whether an abnormality has occurred in the printer 20 and printing has been stopped. This can be determined by the data transmission unit 12 by detecting that the device status acquisition unit 14 has stopped printing and notifying the data transmission unit 12 of the fact. If the data transmission unit 12 determines that printing is stopped, the data transmission unit 12 notifies the job status acquisition unit 13 of the fact, and in step 1160, the job status acquisition unit 13 interrupts monitoring of the job status. This continues until the device status acquisition unit 14 recovers and resumes printing in the information on the status of the printer 20 that is periodically performed.

プリンタ20が印刷停止中でない場合、あるいは復旧した場合、ステップ1170へ進み、ジョブ状態の監視を中断しているかを判断する。中断中である場合には、ステップ1180へ進み、ジョブ状態取得部13が問い合わせを再開し、ジョブ状態の監視を再開し、ステップ1190でこの処理を終了する。   If the printer 20 has not stopped printing or has recovered, the process proceeds to step 1170 to determine whether the job status monitoring is interrupted. If it is interrupted, the process proceeds to step 1180, where the job status acquisition unit 13 resumes the inquiry, resumes monitoring of the job status, and ends this processing in step 1190.

中断中でない場合は、ジョブ状態の監視を継続しているため、そのまま監視を継続し、ステップ1190でこの処理を終了する。その後のジョブ監視処理は、プリンタ20が用紙に印字等し、その印字等した用紙を排紙したところで監視を終了する。   If the job is not interrupted, the monitoring of the job status is continued, so the monitoring is continued as it is, and this processing is terminated in step 1190. Subsequent job monitoring processing ends when the printer 20 prints on a sheet of paper, and the printed sheet is discharged.

この場合も、データ送信部12が通知を出力するが、その通知は、1ページ分の印刷データを送信し終えた後に出力することもできるし、上記の両面印刷、パンチ等、集約印刷が設定されている場合は、2ページ分、全ページ、集約ページ分の印刷データを送信し終えた後に出力することもできる。   In this case as well, the data transmission unit 12 outputs a notification, but the notification can be output after the transmission of the print data for one page has been completed, or aggregate printing such as double-sided printing and punching is set. In this case, the print data for two pages, all pages, and the combined pages can be output after transmission is completed.

これまで本発明を上述した実施の形態をもって説明してきたが、本発明は上述した実施の形態に限定されるものではなく、他の実施の形態、追加、変更、削除など、当業者が想到することができる範囲内で変更することができ、いずれの態様においても本発明の作用・効果を奏する限り、本発明の範囲に含まれるものである。   The present invention has been described with the above-described embodiments, but the present invention is not limited to the above-described embodiments, and those skilled in the art will conceive other embodiments, additions, changes, deletions, and the like. It can be changed within the range that can be performed, and any embodiment is included in the scope of the present invention as long as the operation and effect of the present invention are exhibited.

10…PC、11…ジョブ受付部、12…データ送信部、13…ジョブ状態取得部、14…機器状態取得部、15…ジョブキュー、16…デバイス部、20…プリンタ、30…MFP、40…ネットワーク DESCRIPTION OF SYMBOLS 10 ... PC, 11 ... Job reception part, 12 ... Data transmission part, 13 ... Job state acquisition part, 14 ... Device state acquisition part, 15 ... Job queue, 16 ... Device part, 20 ... Printer, 30 ... MFP, 40 ... network

特開2002−91720号公報JP 2002-91720 A 特開2006−227854号公報JP 2006-227854 A

Claims (22)

印刷装置へ送信した印刷ジョブを、前記印刷装置が印刷を実行し排紙するまで監視するジョブ監視システムであって、
ジョブ蓄積部に前記印刷ジョブとして蓄積された印刷データを取り出して前記印刷装置へ送信するとともに、指定されたデータ量の前記印刷データを送信したか否かを判断するデータ送信部と、
前記印刷ジョブの監視のために、前記印刷装置へ一定間隔で問い合わせを行い、前記印刷ジョブの状態を前記印刷装置から取得するジョブ状態取得部とを含み、
前記ジョブ状態取得部は、前記データ送信部から前記指定されたデータ量の印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始することを特徴とする、ジョブ監視システム。
A job monitoring system for monitoring a print job transmitted to a printing apparatus until the printing apparatus executes printing and discharges the print job,
A data transmission unit that retrieves print data stored as the print job in a job storage unit and transmits the print data to the printing apparatus, and determines whether or not the print data of a specified amount of data has been transmitted;
A job status acquisition unit that queries the printing device at regular intervals for monitoring the print job, and acquires the status of the print job from the printing device;
The job status acquisition unit starts monitoring the print job after receiving notification that the specified amount of print data has been transmitted from the data transmission unit. .
前記指定されたデータ量の印刷データは、前記印刷ジョブとして蓄積された印刷データのうち、1ページ分の印刷データであり、前記ジョブ状態取得部は、前記データ送信部から前記1ページ分の印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始する、請求項1に記載のジョブ監視システム。   The specified amount of print data is one page of print data accumulated as the print job, and the job status acquisition unit prints the one page from the data transmission unit. The job monitoring system according to claim 1, wherein monitoring of the print job is started after receiving notification that data has been transmitted. 前記指定されたデータ量の印刷データは、前記印刷ジョブとして蓄積された印刷データのうち、1ページ分の印刷データであり、前記ジョブ状態取得部は、前記データ送信部から前記1ページ分の印刷データを送信した旨の通知を受ける毎に、前記印刷ジョブの監視を開始し、前記1ページ分の印刷データが処理され、1ページ排紙される毎に監視を終了する、請求項1に記載のジョブ監視システム。   The specified amount of print data is one page of print data accumulated as the print job, and the job status acquisition unit prints the one page from the data transmission unit. 2. The monitoring of the print job is started each time a notification that data has been transmitted is received, and monitoring is terminated each time one page of print data is processed and one page is discharged. Job monitoring system. 前記印刷ジョブとして前記印刷データを受け付け、前記ジョブ蓄積部に蓄積させるジョブ受付部をさらに含み、前記ジョブ受付部は、前記印刷データから印刷属性が設定されているか否かを判断し、設定されていると判断した場合、設定されている前記印刷属性を属性情報として前記印刷ジョブに付加する、請求項1に記載のジョブ監視システム。   The image processing apparatus further includes a job reception unit that receives the print data as the print job and stores the print data in the job storage unit. The job reception unit determines whether or not a print attribute is set from the print data. The job monitoring system according to claim 1, wherein if it is determined that the print job is determined, the set print attribute is added to the print job as attribute information. 前記属性情報が両面印刷するとの情報である場合、前記データ送信部は、指定されたデータ量の印刷データとして、2ページ分の印刷データを前記印刷装置へ送信し、前記ジョブ状態取得部は、前記データ送信部から前記2ページ分の印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始する、請求項4に記載のジョブ監視システム。   When the attribute information is information indicating that double-sided printing is performed, the data transmission unit transmits print data for two pages to the printing apparatus as print data of a designated data amount, and the job status acquisition unit includes: The job monitoring system according to claim 4, wherein monitoring of the print job is started after receiving notification that the print data for the two pages has been transmitted from the data transmission unit. 前記属性情報がパンチまたはステープル止めするとの情報である場合、前記データ送信部は、指定されたデータ量の印刷データとして、全ページの印刷データを前記印刷装置へ送信し、前記ジョブ状態取得部は、前記データ送信部から前記全ページの印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始する、請求項4に記載のジョブ監視システム。   When the attribute information is information indicating punching or stapling, the data transmission unit transmits print data of all pages to the printing apparatus as print data of a designated data amount, and the job status acquisition unit The job monitoring system according to claim 4, wherein monitoring of the print job is started after receiving notification that the print data of all pages has been transmitted from the data transmission unit. 前記属性情報が集約印刷するとの情報である場合、前記データ送信部は、指定されたデータ量の印刷データとして、集約ページ分の印刷データを前記印刷装置へ送信し、前記ジョブ状態取得部は、前記データ送信部から前記集約ページ分の印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始する、請求項4に記載のジョブ監視システム。   When the attribute information is information indicating that aggregate printing is performed, the data transmission unit transmits print data for the aggregated page to the printing apparatus as print data of a designated data amount, and the job status acquisition unit includes: The job monitoring system according to claim 4, wherein monitoring of the print job is started after receiving notification that the print data for the aggregate pages has been transmitted from the data transmission unit. 前記指定されたデータ量の印刷データは、前記印刷ジョブとして蓄積された印刷データのうち、給紙トレイから排紙トレイまでの排紙パス上に蓄積可能な用紙枚数と同じページ分の印刷データであり、前記ジョブ状態取得部は、前記データ送信部から前記ページ分の印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始する、請求項1に記載のジョブ監視システム。   The specified amount of print data is print data for the same number of pages as the number of sheets that can be stored on the paper discharge path from the paper feed tray to the paper discharge tray among the print data stored as the print job. The job monitoring system according to claim 1, wherein the job status acquisition unit starts monitoring the print job after receiving notification that the print data for the page has been transmitted from the data transmission unit. . 前記ジョブ状態取得部は、前記印刷装置がウォームアップ中である場合、前記印刷ジョブの状態を取得するために行う前記問い合わせの間隔を前記一定間隔より長くする、請求項1に記載のジョブ監視システム。   2. The job monitoring system according to claim 1, wherein when the printing apparatus is warming up, the job status acquisition unit makes an interval of the inquiry performed to acquire the status of the print job longer than the predetermined interval. . 前記ジョブ状態取得部は、前記印刷装置が異常発生により停止中である場合、前記印刷ジョブの状態を取得するために行う前記問い合わせを、前記印刷装置が復旧するまで中断する、請求項1に記載のジョブ監視システム。   The job status acquisition unit, when the printing apparatus is stopped due to an abnormality, interrupts the inquiry to acquire the status of the print job until the printing apparatus is restored. Job monitoring system. ジョブ監視システムにより印刷装置へ送信した印刷ジョブを該印刷装置が印刷を実行し排紙するまで監視する方法であって、前記ジョブ監視システムは、データ送信部とジョブ状態取得部とを備えており、
前記データ送信部が、ジョブ蓄積部に前記印刷ジョブとして蓄積された印刷データを取り出して前記印刷装置へ送信するとともに、指定されたデータ量の前記印刷データを送信したか否かを判断するステップと、
前記データ送信部が、前記指定されたデータ量の印刷データを送信したと判断した場合、前記ジョブ状態取得部へ前記指定されたデータ量の印刷データを送信した旨の通知を送信するステップと、
前記ジョブ状態取得部が、前記通知を受けた後から、前記印刷ジョブの監視のために、前記印刷装置へ問い合わせを行い、前記印刷ジョブの状態を前記印刷装置から取得する処理を開始するステップとを含む、ジョブ監視方法。
A method for monitoring a print job transmitted to a printing apparatus by a job monitoring system until the printing apparatus executes printing and discharges the print job, and the job monitoring system includes a data transmission unit and a job status acquisition unit. ,
The data transmission unit takes out the print data stored as the print job in the job storage unit and transmits the print data to the printing apparatus, and determines whether or not the print data of a specified amount of data has been transmitted; ,
If the data transmission unit determines that the specified amount of print data has been transmitted, a step of transmitting a notification that the specified amount of print data has been transmitted to the job status acquisition unit;
The job status acquisition unit, after receiving the notification, inquires the printing device for monitoring the print job, and starts processing to acquire the status of the print job from the printing device; Including a job monitoring method.
前記指定されたデータ量の印刷データは、前記印刷ジョブとして蓄積された印刷データのうち、1ページ分の印刷データであり、前記開始するステップでは、前記データ送信部から前記1ページ分の印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始する、請求項11に記載のジョブ監視方法。   The specified amount of print data is print data for one page of the print data accumulated as the print job. In the starting step, the print data for one page is sent from the data transmission unit. The job monitoring method according to claim 11, wherein monitoring of the print job is started after receiving a notification that the message is transmitted. 前記指定されたデータ量の印刷データは、前記印刷ジョブとして蓄積された印刷データのうち、1ページ分の印刷データであり、前記開始するステップでは、前記データ送信部から前記1ページ分の印刷データを送信した旨の通知を受ける毎に、前記印刷ジョブの監視を開始し、前記ジョブ監視方法は、前記ジョブ状態取得部が、前記1ページ分の印刷データが処理され、1ページ排紙される毎に監視を終了するステップをさらに含む、請求項11に記載のジョブ監視方法。   The specified amount of print data is print data for one page of the print data accumulated as the print job. In the starting step, the print data for one page is sent from the data transmission unit. Monitoring of the print job is started each time a notification is sent to the effect that the job status acquisition unit has transmitted the print data for one page after the print data is processed. The job monitoring method according to claim 11, further comprising a step of ending monitoring every time. 前記ジョブ監視システムは、前記印刷ジョブとして前記印刷データを受け付け、前記ジョブ蓄積部に蓄積させるジョブ受付部をさらに含み、
前記ジョブ監視方法は、前記ジョブ受付部が、前記印刷データから印刷属性が設定されているか否かを判断するステップと、前記印刷属性が設定されていると判断した場合、設定されている前記印刷属性を属性情報として前記印刷ジョブに付加するステップとをさらに含む、請求項11に記載のジョブ監視方法。
The job monitoring system further includes a job receiving unit that receives the print data as the print job and stores the print data in the job storage unit,
In the job monitoring method, when the job reception unit determines whether or not a print attribute is set from the print data, and determines that the print attribute is set, the set print The job monitoring method according to claim 11, further comprising adding an attribute to the print job as attribute information.
前記属性情報が両面印刷するとの情報である場合、前記判断するステップでは、指定されたデータ量の印刷データとして、2ページ分の印刷データを前記印刷装置へ送信し、前記開始するステップでは、前記データ送信部から前記2ページ分の印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始する、請求項14に記載のジョブ監視方法。   When the attribute information is information indicating that double-sided printing is performed, in the determining step, print data for two pages is transmitted to the printing apparatus as print data of a designated data amount, and in the starting step, The job monitoring method according to claim 14, wherein monitoring of the print job is started after receiving notification that the print data for the two pages has been transmitted from a data transmission unit. 前記属性情報がパンチまたはステープル止めするとの情報である場合、前記判断するステップでは、指定されたデータ量の印刷データとして、全ページの印刷データを前記印刷装置へ送信し、前記開始するステップでは、前記データ送信部から前記全ページの印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始する、請求項14に記載のジョブ監視方法。   When the attribute information is information indicating punching or stapling, in the determining step, print data of all pages is transmitted to the printing apparatus as print data of a designated data amount, and in the starting step, The job monitoring method according to claim 14, wherein monitoring of the print job is started after receiving notification that the print data of all pages has been transmitted from the data transmission unit. 前記属性情報が集約印刷するとの情報である場合、前記判断するステップでは、指定されたデータ量の印刷データとして、集約ページ分の印刷データを前記印刷装置へ送信し、前記開始するステップでは、前記データ送信部から前記集約ページ分の印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始する、請求項14に記載のジョブ監視方法。   When the attribute information is information indicating that aggregate printing is performed, in the determining step, print data for an aggregated page is transmitted to the printing apparatus as print data of a specified data amount, and in the starting step, The job monitoring method according to claim 14, wherein monitoring of the print job is started after receiving a notification that print data for the aggregate pages has been transmitted from a data transmission unit. 前記指定されたデータ量の印刷データは、前記印刷ジョブとして蓄積された印刷データのうち、給紙トレイから排紙トレイまでの排紙パス上に蓄積可能な用紙枚数と同じページ分の印刷データであり、前記開始するステップでは、前記データ送信部から前記ページ分の印刷データを送信した旨の通知を受けた後から、前記印刷ジョブの監視を開始する、請求項11に記載のジョブ監視方法。   The specified amount of print data is print data for the same number of pages as the number of sheets that can be stored on the paper discharge path from the paper feed tray to the paper discharge tray among the print data stored as the print job. The job monitoring method according to claim 11, wherein, in the starting step, monitoring of the print job is started after receiving notification that the print data for the page has been transmitted from the data transmission unit. 前記ジョブ状態取得部が、前記印刷装置がウォームアップ中である場合、前記印刷ジョブの状態を取得するために行う前記問い合わせの間隔を長くするステップをさらに含む、請求項11に記載のジョブ監視方法。   The job monitoring method according to claim 11, further comprising the step of increasing the interval of the inquiry performed to acquire the status of the print job when the printing apparatus is warming up when the job status acquisition unit is warming up. . 前記ジョブ状態取得部が、前記印刷装置が異常発生により停止中である場合、前記印刷ジョブの状態を取得するために行う前記問い合わせを、前記印刷装置が復旧するまで中断するステップをさらに含む、請求項11に記載のジョブ監視方法。   The job status obtaining unit further includes a step of suspending the inquiry to obtain the status of the print job until the printing device is restored when the printing device is stopped due to an abnormality. Item 12. The job monitoring method according to Item 11. 請求項11〜20のいずれか1項に記載のジョブ監視方法を実行するためのコンピュータ可読なプログラム。   A computer-readable program for executing the job monitoring method according to any one of claims 11 to 20. 請求項21に記載のプログラムが記録された記録媒体。   A recording medium on which the program according to claim 21 is recorded.
JP2009022536A 2009-02-03 2009-02-03 Job monitoring system, job monitoring method, program, and recording medium Pending JP2010181943A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009022536A JP2010181943A (en) 2009-02-03 2009-02-03 Job monitoring system, job monitoring method, program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009022536A JP2010181943A (en) 2009-02-03 2009-02-03 Job monitoring system, job monitoring method, program, and recording medium

Publications (1)

Publication Number Publication Date
JP2010181943A true JP2010181943A (en) 2010-08-19

Family

ID=42763508

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009022536A Pending JP2010181943A (en) 2009-02-03 2009-02-03 Job monitoring system, job monitoring method, program, and recording medium

Country Status (1)

Country Link
JP (1) JP2010181943A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012064119A (en) * 2010-09-17 2012-03-29 Seiko Epson Corp Printer system and printer program
JP2013232117A (en) * 2012-04-27 2013-11-14 Brother Ind Ltd Print system, printer, and print control program
JP2017016480A (en) * 2015-07-02 2017-01-19 セイコーエプソン株式会社 Communication control device, communication control driver, and communication control method
CN112860652A (en) * 2021-03-31 2021-05-28 中国工商银行股份有限公司 Operation state prediction method and device and electronic equipment

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012064119A (en) * 2010-09-17 2012-03-29 Seiko Epson Corp Printer system and printer program
JP2013232117A (en) * 2012-04-27 2013-11-14 Brother Ind Ltd Print system, printer, and print control program
JP2017016480A (en) * 2015-07-02 2017-01-19 セイコーエプソン株式会社 Communication control device, communication control driver, and communication control method
CN112860652A (en) * 2021-03-31 2021-05-28 中国工商银行股份有限公司 Operation state prediction method and device and electronic equipment

Similar Documents

Publication Publication Date Title
US8922814B2 (en) Information processing apparatus and method, print system, and computer readable medium
US20200159608A1 (en) Program and Information Processing Apparatus
US8854648B2 (en) Printing system and printing control apparatus
JP5979822B2 (en) Management device, method thereof, and program
US8934126B1 (en) Image processing controller for performing image processing in cooperation with image forming apparatus, image forming system including image processing controller, method of controlling image forming system, and storage medium
JP5909896B2 (en) Printing apparatus, printing system, and printing method
US8543677B2 (en) Communication control device, method, and computer readable medium allowing an information processing device to be in a power saving mode for an extended period and allowing an application part to continue functioning
US11076055B2 (en) Control apparatus detects an error in image processor and reboots the image processor before transmits printing data to printing apparatus
US9026576B2 (en) Image processing device, job processing method, and program
US20130278958A1 (en) Digital multi-function apparatus and network system using the digital multi-function apparatus
JP2010181943A (en) Job monitoring system, job monitoring method, program, and recording medium
US20110299117A1 (en) Apparatus that transmits job data to terminal, terminal device, control method, and storage medium
US8659782B2 (en) Image forming apparatus using option controller for printing
JP2008257632A (en) Information management device, information management method and program
JP5651956B2 (en) Power control method, power control apparatus, and power control program
JP2014115774A (en) Printing system, print control device, control method of print control device, and program
JP2007026309A (en) Image forming device and control method thereof
US9569150B2 (en) Server controlling job management by a plurality of image forming devices
JP2019062405A (en) Image formation apparatus, job processing method, and job processing control program
JP6454985B2 (en) Program and information processing apparatus
JP5480204B2 (en) Image forming apparatus
JP2011034533A (en) Communication device and program
JP2009248527A (en) Image processing device and apparatus state monitoring method
JP2011095945A (en) Program, device and system for managing network apparatus
JP2020098408A (en) Image forming apparatus, image forming apparatus control method, and computer program