JP2019097150A - Image processing apparatus, control method of image processing apparatus, and program - Google Patents
Image processing apparatus, control method of image processing apparatus, and program Download PDFInfo
- Publication number
- JP2019097150A JP2019097150A JP2018131404A JP2018131404A JP2019097150A JP 2019097150 A JP2019097150 A JP 2019097150A JP 2018131404 A JP2018131404 A JP 2018131404A JP 2018131404 A JP2018131404 A JP 2018131404A JP 2019097150 A JP2019097150 A JP 2019097150A
- Authority
- JP
- Japan
- Prior art keywords
- job history
- job
- transmission
- image processing
- processing apparatus
- 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
Links
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Facsimiles In General (AREA)
- Storing Facsimile Image Data (AREA)
Abstract
Description
本発明は、ジョブの実行履歴を保持する画像処理装置、画像処理装置の制御方法及びプログラムに関する。 The present invention relates to an image processing apparatus that holds job execution history, and a control method and program of the image processing apparatus.
従来から、デジタル複合機等の画像処理装置において、印刷、コピー、FAX送受信などのジョブを実行する際に、ジョブの実行履歴(以下「ジョブ履歴」と呼ぶ)をデータベースに保存するジョブ履歴監査システムがある。ジョブ履歴監査システムでは、前記データベースに保存されたジョブ履歴を監査することができる。監査とは、データベースを検索し、過去に実行されたジョブの内容を参照したり、メール等で通知された、特定期間(例えば24時間)で実行されたジョブのジョブ履歴のリストを、ユーザが確認すること等である。なお、ジョブ履歴には、ジョブの実行時に使用した画像データを含むことができる。 2. Description of the Related Art Conventionally, in an image processing apparatus such as a digital multi-functional peripheral, a job history audit system for storing job execution history (hereinafter referred to as "job history") in a database when executing jobs such as printing, copying and fax transmission / reception. There is. The job history audit system can audit job history stored in the database. In the audit, the user searches the database, refers to the contents of the job executed in the past, or notifies the user by e-mail or the like a list of job histories of jobs executed in a specific period (for example, 24 hours). It is confirmation etc. The job history can include image data used at the time of job execution.
ジョブ履歴監査システムでは、画像処理装置は、画像処理装置の記憶装置に一時的にジョブ履歴を蓄積し、蓄積した順番に、所定のタイミングでサーバーへ送信する。画像処理装置の記憶装置は大容量とは言えないため、画像処理装置は、ジョブ履歴を蓄積する前に、ジョブ履歴の画像データサイズを小さくするための画像処理を施す。画像処理とは、例えば、画像データに対して解像度を低くしたり、画質を下げたり、画像フォーマットを変更する等である。また、画像処理装置は、記憶装置の使用容量又は空き容量を監視し、記憶装置の空き容量不足が近づくと、管理者へ警告する機能も有している。 In the job history inspection system, the image processing apparatus temporarily stores job history in the storage device of the image processing apparatus, and transmits the job history to the server at a predetermined timing in the order of storage. Since the storage device of the image processing apparatus can not be said to have a large capacity, the image processing apparatus performs image processing for reducing the image data size of the job history before accumulating the job history. The image processing is, for example, to lower the resolution, lower the image quality, or change the image format of the image data. The image processing apparatus also has a function of monitoring the used capacity or the free space of the storage device and alerting the administrator when the shortage of the free space of the storage device approaches.
さらに、ジョブ履歴をサーバーへ送信する際には、ジョブ履歴単位でサーバーとの間に通信セッションを確立して、ジョブ履歴を送信する。送信処理によるネットワーク負荷が業務に影響しないよう、画像処理装置からサーバーへのジョブ履歴送信を夜間に集中的に行うという運用を可能としている。 Furthermore, when transmitting the job history to the server, a communication session is established with the server in units of job history, and the job history is transmitted. In order to prevent the network load due to the transmission process from affecting the work, an operation is possible such that the job history transmission from the image processing apparatus to the server is concentrated at night.
一方で、画像処理装置における、ジョブ履歴の画像データに対する画像処理は、画像処理装置でのジョブの実行と並行で行われるため、ジョブの実行処理速度に影響を与える。そのため、画像処理を実行せずに、サイズが大きな画像データを記憶装置に蓄積する場合がある。画像処理が行われない場合、ジョブの実行頻度によっては、夜間に送信を行うまでにジョブ履歴を蓄積しきれない(蓄積したいジョブ履歴が記憶装置の容量を超えてしまう)可能性があった。この種の画像処理装置では、ジョブ履歴を保存する領域が一杯になると、ジョブ履歴の送信と送信済みのログの削除が完了して必要な空き容量を確保するまで、画像処理装置での印刷を禁止する仕様になっている。つまり、このような画像処理装置では、高画質の印刷を多く行う場合、印刷パフォーマンスの向上のトレードオフとして、ダウンタイム(印刷禁止時間)が発生する可能性があった。 On the other hand, image processing on image data of a job history in an image processing apparatus is performed in parallel with execution of a job in the image processing apparatus, which affects the execution processing speed of the job. Therefore, large image data may be stored in the storage device without executing image processing. When image processing is not performed, there is a possibility that the job history can not be accumulated (the job history to be accumulated exceeds the capacity of the storage device) until transmission is performed at night depending on the job execution frequency. In this type of image processing apparatus, when the area for storing the job history is full, transmission on the job history and deletion of the transmitted log are completed, and printing on the image processing apparatus is performed until the necessary free space is secured. It is a specification to prohibit. That is, in such an image processing apparatus, when printing with high image quality is frequently performed, there is a possibility that downtime (print prohibited time) may occur as a trade-off of improvement in print performance.
特許文献1には、ジョブ実行後、画像処理装置の省電力(スリープモード)開始時間までにジョブ履歴をサーバーへ送信できるかを判断し、送信可能な場合に送信実行を行う技術が記載されている。 Patent Document 1 describes a technique for determining whether a job history can be transmitted to a server by a power saving (sleep mode) start time of an image processing apparatus after job execution, and performing transmission when transmission is possible. There is.
しかし、特許文献1では、画像処理装置の記憶装置の空き容量が少ない状態であっても、蓄積した順番にジョブ履歴をサーバーへ送信するため、効率的に記憶装置の空き容量を増やすことができない。 However, according to Patent Document 1, even when the storage capacity of the storage device of the image processing apparatus is small, the job history is transmitted to the server in the order of accumulation, so the storage capacity of the storage device can not be increased efficiently. .
前述のように、画像処理装置によるジョブ履歴のサーバーへの送信は、ジョブ履歴単位でサーバーとの間に通信セッションを確立して送信する。つまり、特許文献1のように、ジョブ履歴のサイズに関係なく、蓄積した順番のジョブ履歴送信の場合、先頭にサイズが小さなジョブ履歴が複数あった場合、必要な記憶装置の空き容量を増やすために、複数回の通信セッションの確立が必要である。このとき、サーバーに対して、多数の画像処理装置がジョブ履歴を送信していた場合、同時接続数を超えて通信セッションを確立しようとすることになり、通信セッションが確立できなかった画像処理装置は、再度通信セッションの確立を試すことになる。このように、蓄積した順番にジョブ履歴をサーバーへ送信するケースでは、通信セッションの確立に時間がかかる場合があり、それを複数回繰り返さなければ必要な記憶装置の空き容量を増やすことができない。 As described above, transmission of the job history to the server by the image processing apparatus establishes and transmits a communication session with the server on a job history basis. That is, as in Patent Document 1, in the case of job history transmission in the accumulated order regardless of the size of the job history, if there are multiple job histories with a small size at the beginning, the necessary free space of the storage device is increased. In addition, it is necessary to establish multiple communication sessions. At this time, if a large number of image processing apparatuses have sent job history to the server, an image processing apparatus whose communication session can not be established because it tries to establish a communication session exceeding the number of simultaneous connections. Will try to establish a communication session again. As described above, in the case of transmitting the job history to the server in the order of accumulation, it may take time to establish a communication session, and it is necessary to repeat the process several times to increase the necessary free space of the storage device.
さらに、ジョブ履歴監査システムでは、データベースに保存されたジョブ履歴を監査するため、監査タイミングまでに必要なジョブ履歴がデータベースに保存されている必要がある。 Further, in the job history audit system, in order to audit the job history stored in the database, it is necessary to store the job history necessary for the audit timing in the database.
また、画像処理装置からジョブ履歴をサーバーに送信した場合に、サーバー側からビジーエラーが応答される場合がある。この場合、画像処理装置は、所定時間待機した後にリトライするが、待機中に画像処理装置のジョブ履歴を保存するための領域が容量不足になってしまう可能性がある。なお、待機時間を短くしてリトライした場合、サーバーの負荷が高くなってしまう。 In addition, when the image processing apparatus transmits a job history to the server, the server side may respond with a busy error. In this case, although the image processing apparatus waits after waiting for a predetermined time, there is a possibility that the area for storing the job history of the image processing apparatus may run out of space during the standby. If the waiting time is shortened and retried, the load on the server will be high.
また、サーバーにおいてジョブ履歴に含まれる画像データを処理する場合、解像度や用紙サイズが大きな画像を処理する際には、リソースを大量に必要とするため、サーバーの負荷が高くなり、処理速度が低下する。サーバーの負荷が高くなると、画像処理装置から送信されるジョブ履歴の受信処理等、他の処理についても、パフォーマンスが低下してしまう。この結果、画像処理装置からサーバーへのジョブ履歴の送信が滞り、画像処理装置のジョブ履歴を保存するための領域が容量不足になる可能性が高くなる。 In addition, when processing image data included in the job history in the server, when processing an image with a large resolution or paper size, a large amount of resources are required, which increases the load on the server and reduces the processing speed. Do. When the load on the server increases, the performance of other processes such as the process of receiving the job history transmitted from the image processing apparatus is also degraded. As a result, transmission of the job history from the image processing apparatus to the server is delayed, and there is a high possibility that the area for storing the job history of the image processing apparatus runs out of capacity.
一方、サーバーにおいて、解像度や用紙サイズが大きな画像データを、画像処理することなく、そのまま保存していると、サーバー側の記憶装置の容量を圧迫することになる。サーバー側の記憶装置が容量不足になると、サーバー側でジョブ履歴の受信処理ができなくなり、解像度や用紙サイズが小さな通常の画像データを含むジョブ履歴の処理もできなくなってしまう。この結果、画像処理装置のジョブ履歴を保存するための領域が容量不足になる可能性が高くなる。 On the other hand, if image data having a large resolution or paper size is stored as it is without processing the image in the server, the capacity of the storage device on the server side will be compressed. If the storage device on the server side runs out of capacity, the server side can not receive the job history, and can not process the job history including normal image data with small resolution and small paper size. As a result, there is a high possibility that the area for storing the job history of the image processing apparatus runs out of capacity.
本発明は、上記の課題を解決するためになされたものである。本発明は、ジョブ履歴を保存するための領域の空き容量を効率的に増やし、画像処理装置のダウンタイムの発生を抑えることができる仕組みを提供することを目的とするものである。 The present invention has been made to solve the above-mentioned problems. An object of the present invention is to provide a mechanism capable of efficiently increasing the free space of a region for storing a job history and suppressing the occurrence of downtime of the image processing apparatus.
本発明は、実行されたジョブに対応する処理対象の画像を含むコンテンツ情報と該ジョブの属性情報とを含むジョブ履歴を保存するための領域が確保された記憶装置を備える画像処理装置であって、予め設定されたスケジュールに従い、前記領域に保存された未送信の1以上のジョブ履歴を外部に送信する送信手段と、前記送信済みのジョブ履歴を前記領域から削除する削除手段と、前記領域の残りの容量が所定量より少なくなった場合に、前記領域に保存された複数のジョブ履歴の中から、所定のサイズより大きなサイズの1以上のジョブ履歴を特定する特定手段と、を有し、前記特定手段により前記1以上のジョブ履歴が特定された場合、前記送信手段は、前記スケジュールに依存せずに前記特定された1以上のジョブ履歴を外部に送信し、前記送信手段により前記スケジュールに依存せずに前記特定された1以上のジョブ履歴が外部に送信された場合、前記削除手段は、前記領域から前記特定された1以上のジョブ履歴を削除することを特徴とする。 The present invention is an image processing apparatus including a storage device in which an area for storing a job history including content information including an image to be processed corresponding to an executed job and attribute information of the job is secured. Transmitting means for transmitting one or more unsent job histories stored in the area to the outside according to a preset schedule, deleting means for deleting the transmitted job history from the area, and And specifying means for specifying one or more job histories of a size larger than a predetermined size among the plurality of job histories stored in the area, when the remaining capacity becomes smaller than a predetermined amount. When the one or more job histories are specified by the specifying unit, the transmission unit transmits the one or more specified job histories to the outside without depending on the schedule. When the one or more specified job histories are transmitted to the outside without depending on the schedule by the transmission means, the deleting means deletes the specified one or more job histories from the area. It is characterized by
本発明によれば、ジョブ履歴を保存するための領域の空き容量を効率的に増やし、画像処理装置のダウンタイムの発生を抑えることができる。 According to the present invention, it is possible to efficiently increase the free space of the area for storing the job history and to suppress the occurrence of the downtime of the image processing apparatus.
以下、本発明を実施するための形態について図面を用いて説明する。
〔第1実施形態〕
図1は、本発明の一実施形態を示す画像処理装置を含むジョブ履歴監査システムの全体構成の一例を示す図である。
図1に示すように、本実施形態のジョブ履歴監査システムでは、ネットワーク50にパーソナルコンピュータ(以下「PC」)10、画像形成装置20、処理サーバー30、データベース40がそれぞれ接続され、相互通信が可能である。図1では、これらを1台ずつ記載しているが、複数台の各装置がネットワーク50に接続されていてもよい。また、PC10、処理サーバー30、データベース40の各機能は、同一装置上に構成されてもよい。例えばPC10、処理サーバー30及びデータベース40は、汎用的なPC等で構成されてもよい。さらに、処理サーバー30、データベース40の各機能は、1台の装置で構成されていてもよいし、複数の装置で構成されてもよい。また、処理サーバー30、データベース40の各機能は、クラウドサーバー等で構成されていてもよい。例えば、処理サーバー30、データベース40の各機能は、パブリッククラウドサービス等を利用して構築することも可能である。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
First Embodiment
FIG. 1 is a view showing an example of the entire configuration of a job history audit system including an image processing apparatus showing an embodiment of the present invention.
As shown in FIG. 1, in the job history audit system according to the present embodiment, a personal computer (hereinafter "PC") 10, an image forming apparatus 20, a processing server 30, and a database 40 are connected to a network 50, enabling mutual communication. It is. Although FIG. 1 describes these units one by one, a plurality of units may be connected to the network 50. The functions of the PC 10, the processing server 30, and the database 40 may be configured on the same device. For example, the PC 10, the processing server 30, and the database 40 may be configured by a general-purpose PC or the like. Furthermore, each function of the processing server 30 and the database 40 may be configured by one device or may be configured by a plurality of devices. Also, each function of the processing server 30 and the database 40 may be configured by a cloud server or the like. For example, each function of the processing server 30 and the database 40 can be constructed using a public cloud service or the like.
PC10は、画像形成装置20が実行するための印刷やFAX送信等の各種ジョブを、プリンタードライバ等により生成して画像形成装置20へ送信する。その際のジョブの生成や送信は、例えばユーザインタフェースを介してのユーザ操作により行われる。 The PC 10 generates various jobs such as printing and FAX transmission to be executed by the image forming apparatus 20 by using a printer driver or the like and transmits the jobs to the image forming apparatus 20. The generation and transmission of the job at that time are performed, for example, by user operation via a user interface.
画像形成装置20は、本実施形態の画像処理装置に対応し、例えばスキャン、プリント、コピー、FAX、送信などの機能を有する。また、画像形成装置20は、実行したジョブに関して、ジョブの実行と同時にジョブ履歴を記憶装置に保存するジョブ履歴記録機能を有する。画像形成装置20は、前記ジョブ履歴記録機能において、ジョブ履歴を保存する前に、ジョブ履歴に画像データが含まれる場合、画像データに対し、サイズを小さくするための画像処理を施すことが可能である。画像処理とは、例えば、画像データに対して解像度を低くしたり、画質を下げたり、画像フォーマットを変更する等である。 The image forming apparatus 20 corresponds to the image processing apparatus of the present embodiment, and has, for example, functions such as scan, print, copy, fax, and transmission. Further, the image forming apparatus 20 has a job history recording function of storing the job history in the storage device simultaneously with the execution of the job regarding the executed job. In the job history recording function, the image forming apparatus 20 can perform image processing for reducing the size of the image data when the image data is included in the job history before storing the job history. is there. The image processing is, for example, to lower the resolution, lower the image quality, or change the image format of the image data.
さらに、画像形成装置20は、ジョブ履歴記録機能により保存されたジョブ履歴を処理サーバー30へ送信するジョブ履歴送信機能を有する。画像形成装置20は、これらの機能を実現するものであり、デジタル複合機(MFP:Multi Function Printer)であってもよいし、プリンター等の画像形成装置であってもよい。 Further, the image forming apparatus 20 has a job history transmission function of transmitting the job history saved by the job history recording function to the processing server 30. The image forming apparatus 20 implements these functions, and may be a digital multifunction peripheral (MFP: Multi Function Printer) or an image forming apparatus such as a printer.
処理サーバー30は、前記ジョブ履歴送信機能により画像形成装置20が送信したジョブ履歴を受信する。処理サーバー30は、受信したジョブ履歴に対して、データ処理を施し、データ処理したジョブ履歴をデータベース40に送信する。ここで、データ処理とは、画像データに対して、OCR(Optical Character Recognition)処理を行ってテキスト情報を抽出したり、画像データの解像度やファイルフォーマットを変換したりする処理である。データ処理によって得られたテキスト情報は、ジョブ履歴と紐付けられてデータベース40に保存され、ジョブ履歴の検索に利用される。 The processing server 30 receives the job history transmitted by the image forming apparatus 20 by the job history transmission function. The processing server 30 performs data processing on the received job history, and transmits the data-processed job history to the database 40. Here, the data processing is processing for extracting text information by performing OCR (Optical Character Recognition) processing on image data, and converting the resolution and file format of the image data. The text information obtained by the data processing is linked with the job history, stored in the database 40, and used for searching the job history.
データベース40は、処理サーバー30から送信されたジョブ履歴を受信して記憶装置に保存する。データベース40は、1つ以上のハードディスクドライブ(HDD)等から構成される大容量ストレージを備え、大量のジョブ履歴を長期間保存することが可能である。大容量ストレージ内にデータベースが構築されていてもよいし、ファイルサーバーの機能を有する構成でもよい。 The database 40 receives the job history transmitted from the processing server 30 and stores it in the storage device. The database 40 includes a large capacity storage configured of one or more hard disk drives (HDD) or the like, and can store a large amount of job history for a long time. A database may be built in mass storage, or may be configured to have a file server function.
ネットワーク50は、PC10、画像形成装置20、処理サーバー30、データベース40を相互に通信可能に接続するための接続回線であり、LANやWAN、又は、無線通信ネットワーク等が用いられる。 A network 50 is a connection line for communicably connecting the PC 10, the image forming apparatus 20, the processing server 30, and the database 40, and may be a LAN, a WAN, a wireless communication network, or the like.
図2は、画像形成装置20のハードウェア構成の一例を示す図である。
図2において、CPU201は、画像形成装置20全体を統括的に制御し、例えばバス211に接続された各部を制御して印刷やFAX送信等の各機能を実行する。ROM202は、例えば画像処理装置の基本制御プログラムや各種データを記憶する。RAM203は、例えばCPU201のワーキングメモリとして用いられる。
FIG. 2 is a diagram showing an example of the hardware configuration of the image forming apparatus 20. As shown in FIG.
In FIG. 2, a CPU 201 controls the entire image forming apparatus 20 in a centralized manner, and controls, for example, each unit connected to a bus 211 to execute each function such as printing and FAX transmission. The ROM 202 stores, for example, a basic control program of the image processing apparatus and various data. The RAM 203 is used, for example, as a working memory of the CPU 201.
外部記憶装置204は、各プログラムを実行中の一時データや、永続的なデータの記憶領域として用いられる。例えば、外部記憶装置204としてHDD(Hard Disk Drive)が用いられる。これにより、外部記憶装置204は、RAM203に比べるとデータの読出/書込の速度は遅くなるが、大容量のデータを記憶することができる。ここで、外部記憶装置204は、ジョブ履歴専用の領域を確保していてもよい。また、外部記憶装置204は、CD、DVD、メモリカードといった、外部メディアを装填してデータの読出/書込が可能な装置であってもよい。 The external storage device 204 is used as a storage area of temporary data during execution of each program and permanent data. For example, an HDD (Hard Disk Drive) is used as the external storage device 204. As a result, the external storage device 204 can store a large amount of data although the speed of reading / writing data is slower than that of the RAM 203. Here, the external storage device 204 may secure an area dedicated to the job history. Also, the external storage device 204 may be a device such as a CD, a DVD, or a memory card that can load external media and read / write data.
通信装置205は、画像形成装置20をネットワーク50に接続するための装置であり、画像形成装置20をLANに接続し、ネットワーク50に接続された他の装置との間で例えばTCP/IPによるデータ通信を可能とする。 The communication device 205 is a device for connecting the image forming device 20 to the network 50, connects the image forming device 20 to the LAN, and communicates with other devices connected to the network 50, for example, by TCP / IP. Enables communication.
入力部206は、ユーザによる文字やデータの入力操作を受け付けるための操作部であり、例えば、テンキーやハードキーである。表示部207は、各種画面を表示するための装置であり、例えば液晶タッチパネルである。なお、入力部206は、表示部207の表面に設けられるタッチパネルを含む構成でもよい。ユーザは、表示部207に表示されたユーザインタフェース画面上で、画像形成装置20への印刷機能やコピー機能の実行指示を、入力部206を介して入力する。 The input unit 206 is an operation unit for receiving an input operation of characters and data by the user, and is, for example, a ten key or a hard key. The display unit 207 is a device for displaying various screens, and is, for example, a liquid crystal touch panel. The input unit 206 may include a touch panel provided on the surface of the display unit 207. The user inputs an instruction to execute the print function and the copy function to the image forming apparatus 20 via the input unit 206 on the user interface screen displayed on the display unit 207.
スキャナー部208は、原稿台に載置された原稿を光学的に読み取る構成や、自動原稿給紙部(ADF)から連続的に搬送された複数枚の原稿用紙を固定的な読取位置において光学的に読み取る構成を備える。 The scanner unit 208 is configured to optically read an original placed on an original table, or optically scan a plurality of original sheets continuously conveyed from an automatic original feeding unit (ADF) at a fixed reading position. Read configuration.
プリンター部209は、画像データに基づいて、印刷用紙等の記録媒体上に画像を印刷するための構成を備える。印刷するための構成として、電子写真記録方式やインクジェット記録方式等、各種記録方式が適用可能である。画像形成装置20は、スキャナー部208で読み取った画像データに基づいてプリンター部209で印刷を行うことにより、コピー機能を実行することができる。また、画像形成装置20は、通信装置205を介して入力された印刷データに基づいてプリンター部209で印刷を行うことにより、プリント機能を実行することができる。 The printer unit 209 has a configuration for printing an image on a recording medium such as printing paper based on image data. As a configuration for printing, various recording methods such as an electrophotographic recording method and an inkjet recording method can be applied. The image forming apparatus 20 can execute the copy function by performing printing by the printer unit 209 based on the image data read by the scanner unit 208. Further, the image forming apparatus 20 can execute the print function by performing printing by the printer unit 209 based on print data input via the communication device 205.
画像処理部210は、スキャナー部208や、PC10等の外部装置から取得された画像データに対して、色空間変換、マッピング、二値化、インターレース、下地除去等、印刷や各用途に応じた画像処理を実行する。ジョブ履歴に含まれる画像データは、画像処理部210において、前記外部装置から取得された画像データに対し、解像度を低くしたり、画質を下げたり、画像フォーマットを変更する等の画像処理を施すことで生成される。 The image processing unit 210 performs color space conversion, mapping, binarization, interlace, background removal, etc., for the image data acquired from an external device such as the scanner unit 208 or the PC 10, according to printing or each application. Execute the process The image processing unit 210 performs image processing such as lowering the resolution, lowering the image quality, and changing the image format in the image processing unit 210 with respect to the image data included in the job history. Generated by
図3は、PC10、処理サーバー30、データベース40を構成する情報処理装置のハードウェア構成の一例を示す図である。図3に示されるハードウェア構成図は一般的な情報処理装置のハードウェア構成図に相当するものとする。本実施形態のPCには一般的な情報処理装置のハードウェア構成を適用できる。 FIG. 3 is a diagram showing an example of the hardware configuration of the information processing apparatus constituting the PC 10, the processing server 30, and the database 40. As shown in FIG. The hardware configuration shown in FIG. 3 corresponds to the hardware configuration of a general information processing apparatus. The hardware configuration of a general information processing apparatus can be applied to the PC of the present embodiment.
図3において、CPU301は、情報処理装置全体を統括的に制御し、例えばバス308に接続された各部を制御して各種データ処理を実行する。ROM302は、例えば、情報処理装置の基本制御プログラムや各種データを記憶する。RAM303は、例えばCPU301のワーキングメモリとして用いられる。 In FIG. 3, a CPU 301 controls the entire information processing apparatus in an integrated manner, for example, controls each unit connected to a bus 308 to execute various data processing. The ROM 302 stores, for example, a basic control program of the information processing apparatus and various data. The RAM 303 is used, for example, as a working memory of the CPU 301.
外部記憶装置304は、情報処理装置のオペレーティングシステム(OS)や、実行中の各アプリケーションの一時データや、永続的なデータの記憶領域として用いられる。多々追えば、外部記憶装置304としてHDDが用いられる。これにより、外部記憶装置304は、RAM303に比べるとデータの読出/書込の速度は遅くなるが、大容量のデータを記憶することができる。また、外部記憶装置304は、CD、DVD、メモリカードといった、外部メディアを装填してデータの読出/書込が可能な装置であってもよい。 The external storage device 304 is used as a storage area of an operating system (OS) of the information processing apparatus, temporary data of each application being executed, and permanent data. If frequently followed, an HDD is used as the external storage device 304. Thus, the external storage device 304 can store a large amount of data although the speed of reading / writing data is slower than that of the RAM 303. Also, the external storage device 304 may be a device such as a CD, a DVD, or a memory card that can load external media and read / write data.
入力装置305は、ユーザによる文字やデータの入力操作を受け付けるための操作部であり、例えば、キーボードやポインティングデバイスである。表示装置306は、各種画面を表示するための装置であり、例えばCRTや液晶モニターである。なお、入力装置305は、表示装置306の表面に設けられるタッチパネルを含む構成でもよい。ユーザは、表示装置306に表示されたユーザインタフェース画面上で、画像形成装置20への印刷ジョブの実行指示を、入力装置305を介して入力する。 The input device 305 is an operation unit for receiving an input operation of characters and data by the user, and is, for example, a keyboard or a pointing device. The display device 306 is a device for displaying various screens, and is, for example, a CRT or a liquid crystal monitor. The input device 305 may be configured to include a touch panel provided on the surface of the display device 306. The user inputs a print job execution instruction to the image forming apparatus 20 via the input device 305 on the user interface screen displayed on the display device 306.
通信装置307は、情報処理装置をネットワーク50に接続するための装置であり、情報処理装置をLANに接続し、ネットワーク50に接続された他の装置との間で例えばTCP/IPによるデータ通信を可能とする。 The communication device 307 is a device for connecting the information processing device to the network 50, connects the information processing device to the LAN, and performs data communication, for example, by TCP / IP with other devices connected to the network 50. To be possible.
図4は、画像形成装置20のソフトウェア構成の一例を示す図である。
図4に記載のソフトウェア構成は、CPU201が例えばROM202に記憶されているプログラムをRAM203に読み出して実行することにより実現される。
FIG. 4 is a view showing an example of the software configuration of the image forming apparatus 20. As shown in FIG.
The software configuration described in FIG. 4 is realized by the CPU 201 reading out a program stored in, for example, the ROM 202 to the RAM 203 and executing the program.
図4において、データ送受信部2003は、PC10や処理サーバー30との各種データの送受信処理を行う。データ送受信部2003は、例えば、ジョブ履歴生成部2006で生成されたジョブ履歴を処理サーバー30に送信する。また、データ送受信部2003は、PC10からジョブ及びジョブ実行要求を受信する。 In FIG. 4, the data transmission / reception unit 2003 performs transmission / reception processing of various data with the PC 10 and the processing server 30. The data transmission / reception unit 2003 transmits, for example, the job history generated by the job history generation unit 2006 to the processing server 30. The data transmission / reception unit 2003 also receives a job and a job execution request from the PC 10.
設定管理部2001は、画像形成装置20の各種機能の実行に関する設定をROM202、RAM203、外部記憶装置204等の各記憶装置に格納し、各記憶装置から読み出す。ここで、設定とは、例えば、コピー機能を実行するためのコピー設定や、印刷機能を実行するための印刷設定である。また、設定は、画像形成装置20自身の動作モードに関する設定も含む。例えば、設定は、ユーザから操作入力を所定時間受付けなかった場合に、装置の各部への通電を一部制限するよう図示しない電源部を制御し、装置全体の消費電力量を低減する省電力モード(スリープモード)や、電源オフ状態に移行するまでの移行時間を含む。また、設定は、図6で後述する各種設定、例えば、ジョブ履歴を処理サーバー30へ送信する送信開始時刻や、外部記憶装置204が容量不足であると判断する閾値も含む。 A setting management unit 2001 stores settings regarding execution of various functions of the image forming apparatus 20 in storage devices such as the ROM 202, the RAM 203, and the external storage device 204, and reads the settings from the storage devices. Here, the settings are, for example, copy settings for executing the copy function and print settings for executing the print function. The settings also include settings relating to the operation mode of the image forming apparatus 20 itself. For example, setting is a power saving mode for reducing the power consumption of the entire device by controlling a power supply unit (not shown) so as to partially limit energization of each part of the device when receiving no operation input from the user for a predetermined time. (Sleep mode), including the transition time to transition to the power off state. The settings also include various settings described later with reference to FIG. 6, for example, a transmission start time for transmitting the job history to the processing server 30, and a threshold for determining that the external storage device 204 is insufficient.
ジョブ制御部2004は、入力部206で入力された、もしくは、データ送受信部2003により受信したジョブ実行要求に基づき、スキャナー部208やプリンター部209を制御して各種ジョブを実行する。 The job control unit 2004 controls the scanner unit 208 and the printer unit 209 to execute various jobs based on the job execution request input by the input unit 206 or received by the data transmission / reception unit 2003.
スリープ制御部2005は、設定管理部2001により管理されるスリープモードへの移行時刻の設定値や、ジョブ制御部2004に関わる各部の制御状況に基づき、画像形成装置20がスリープモードに移行するまでの時間をタイマにより管理する。スリープ制御部2005は、設定管理部2001で管理されている移行時刻に到達したことをタイマにより検出した場合、画像形成装置20の各部への通電を一部制御し、画像形成装置20をスリープモード、もしくは、電源オフモードに移行させる。以下、各種ジョブを実行可能な通常状態より消費電力量が少ない装置状態としてスリープモードを例として説明する。 The sleep control unit 2005 controls the image forming apparatus 20 to shift to the sleep mode based on the setting value of the transition time to the sleep mode managed by the setting management unit 2001 and the control status of each unit related to the job control unit 2004. Manage time by timer. When the sleep control unit 2005 detects that the transition time managed by the setting management unit 2001 has been reached by a timer, the sleep control unit 2005 partially controls energization of each unit of the image forming apparatus 20, and the image forming apparatus 20 is in the sleep mode. Or, shift to the power off mode. Hereinafter, the sleep mode will be described as an example of an apparatus state in which the amount of power consumption is smaller than that in the normal state where various jobs can be executed.
ジョブ履歴生成部2006は、ジョブ制御部2004のジョブ実行後又はジョブ実行と並行して、ジョブ履歴を生成する。ジョブ履歴生成部2006は、ジョブ履歴を生成した場合に、ジョブ履歴を生成したことを通知するジョブ履歴生成通知を、ジョブ履歴管理部2002へ通知してもよい。ジョブ履歴生成部2006は、画像処理部2007に、ある条件に従って、一部のジョブ履歴に関して、ジョブ履歴に含まれる画像データに対する画像処理の実行依頼を行う。画像処理部2007は、ジョブ履歴生成部2006からの依頼に応じ、ジョブ履歴に含まれる画像データに対し、画像処理を実行する。画像処理は、前述のように、画像データサイズを小さくするための解像度変換や画質低下や画像フォーマット変換等であるが、この処理には時間がかかる。例えば、印刷実行時に、プリンタードライバで1200dpiなどの大きな解像度を指定された場合、又は、A3以上の大きな用紙を指定された場合には、印刷の処理速度が低下したり、画像処理中に使用するメモリ量が多くなる。このため、このようなケースの場合には、ジョブ履歴生成部2006は画像処理部に画像処理は依頼しないこととする。 The job history generation unit 2006 generates a job history after or in parallel with the job execution of the job control unit 2004. The job history generation unit 2006 may notify the job history management unit 2002 of a job history generation notification notifying that the job history has been generated when the job history is generated. The job history generation unit 2006 requests the image processing unit 2007 to execute image processing on image data included in the job history with respect to a part of the job history according to a certain condition. In response to a request from the job history generation unit 2006, the image processing unit 2007 executes image processing on image data included in the job history. As described above, the image processing is resolution conversion, image quality deterioration, image format conversion, and the like for reducing the image data size, but this processing takes time. For example, when a large resolution such as 1200 dpi is designated by the printer driver at the time of printing, or when a large sheet of A3 or more is designated, the printing processing speed may be reduced or it may be used during image processing. The amount of memory increases. Therefore, in such a case, the job history generation unit 2006 does not request the image processing unit to perform image processing.
ジョブ履歴管理部2002は、ジョブ履歴生成部2006により生成されたジョブ履歴を外部記憶装置204に格納する。また、ジョブ履歴管理部2002は、図8〜図10で後述するタイミングで、外部記憶装置204に記憶されているジョブ履歴を、データ送受信部2003を介して処理サーバー30に送信する。また、ジョブ履歴管理部2002は、処理サーバー30への送信が完了した送信済みのジョブ履歴について外部記憶装置204から削除する。なお、ジョブ履歴は、画像形成装置20で実行されたジョブに対応する処理対象の画像を含むコンテンツ情報と該ジョブの属性情報とを含むものであり、詳細は図5で後述する。 The job history management unit 2002 stores the job history generated by the job history generation unit 2006 in the external storage device 204. Also, the job history management unit 2002 transmits the job history stored in the external storage device 204 to the processing server 30 via the data transmission / reception unit 2003 at the timing described later with reference to FIGS. Also, the job history management unit 2002 deletes from the external storage device 204 the transmitted job history that has been completely transmitted to the processing server 30. The job history includes content information including an image to be processed corresponding to the job executed by the image forming apparatus 20 and attribute information of the job, the details of which will be described later with reference to FIG.
図5は、画像形成装置20のジョブ履歴管理部2002が処理サーバー30に送信するジョブ履歴500の一例を示す図である。
図5に示すように、ジョブ履歴500は、ジョブの実行に付随する属性情報501と、ジョブの実行対象のコンテンツ情報510等から構成される。
例えば、属性情報501は、ジョブ履歴ID502、ジョブ種別503、ジョブ実行ユーザ名504、ジョブ開始時刻505、ジョブ実行機器506、ページ数507、ジョブ実行結果508等の情報を含む。
FIG. 5 is a view showing an example of the job history 500 transmitted to the processing server 30 by the job history management unit 2002 of the image forming apparatus 20.
As shown in FIG. 5, the job history 500 is composed of attribute information 501 that accompanies the execution of the job, content information 510 of the job execution target, and the like.
For example, the attribute information 501 includes information such as job history ID 502, job type 503, job execution user name 504, job start time 505, job execution device 506, number of pages 507, job execution result 508 and the like.
ジョブ履歴ID502は、本ジョブ履歴を識別するための識別情報である。ジョブ種別503は、本ジョブ履歴ID502に対応するジョブの種別を表わし、例えばコピーやプリント等である。ジョブ実行ユーザ名504は、本ジョブ履歴ID502に対応するジョブの実行を指示したユーザを示す名称である。 The job history ID 502 is identification information for identifying the present job history. The job type 503 indicates the type of job corresponding to the job history ID 502, and is, for example, copying or printing. The job execution user name 504 is a name indicating a user who has instructed execution of a job corresponding to the job history ID 502.
ジョブ開始時刻505は、本ジョブ履歴ID502に対応するジョブの実行を開始した年月日/時刻を表わす。ジョブ開始時刻505は、例えば、画像形成装置20が外部から印刷ジョブを受信した際にキューに一時的に保存され、そして実行のためにキューから読み出された時刻である。 The job start time 505 indicates the date / time when execution of the job corresponding to the job history ID 502 is started. The job start time 505 is, for example, a time when the image forming apparatus 20 is temporarily stored in the queue when receiving a print job from the outside, and is read from the queue for execution.
ジョブ実行機器506は、本ジョブ履歴ID502に対応するジョブを実行した機器の名称を表わし、ここではプリンター02(画像形成装置20)を表わす。上述したように、ジョブ履歴500は、処理サーバー30に送信される。その結果、処理サーバー30は、ネットワーク50に接続された複数の画像形成装置20からジョブ履歴500を受信して管理することになる。その際に、処理サーバー30は、ジョブ実行機器506の情報を利用して各画像処理装置のジョブ履歴を管理することができる。 The job execution device 506 represents the name of the device that has executed the job corresponding to the job history ID 502, and here represents the printer 02 (image forming apparatus 20). As described above, the job history 500 is transmitted to the processing server 30. As a result, the processing server 30 receives and manages the job history 500 from the plurality of image forming apparatuses 20 connected to the network 50. At that time, the processing server 30 can manage the job history of each image processing apparatus using the information of the job execution device 506.
ページ数507は、本ジョブ履歴ID502に対応するジョブの実行対象のページ数を表わす。ページ数507は、画像の所定単位に応じた論理的なページ数であってもよいし、記録媒体に基づく物理的なページ数であってもよい。ジョブ実行結果508は、本ジョブ履歴ID502に対応するジョブの実行結果を表わす。 The number of pages 507 indicates the number of pages to be executed of the job corresponding to the job history ID 502. The number of pages 507 may be a logical number of pages according to a predetermined unit of an image, or may be a physical number of pages based on a recording medium. The job execution result 508 represents the execution result of the job corresponding to the job history ID 502.
コンテンツ情報510は、本ジョブ履歴ID502に対応するジョブの実行対象の画像データ511やテキストデータ512についての情報を含む。情報とは、例えば、画像データやテキストデータの外部記憶装置204内の記憶位置である。また、コンテンツ情報510は、属性情報501で表わされるページ数507分のコンテンツ情報を含む。なお、ジョブ履歴を画像形成装置20から処理サーバー30に送信する際には、コンテンツ情報510内の画像データやテキストデータについての情報に基づき、外部記憶装置204に記憶される画像データやテキストデータも、ジョブ履歴の一部として処理サーバー30に送信する。また、送信されたジョブ履歴を削除する際には、該ジョブ履歴の一部として送信した画像データやテキストデータについても外部記憶装置204から削除する。 The content information 510 includes information on image data 511 and text data 512 of execution targets of the job corresponding to the job history ID 502. The information is, for example, a storage position in the external storage device 204 of image data and text data. Also, the content information 510 includes content information for the number of pages 507 represented by the attribute information 501. When the job history is transmitted from the image forming apparatus 20 to the processing server 30, the image data and text data stored in the external storage device 204 are also based on the information on the image data and text data in the content information 510. , To the processing server 30 as part of the job history. Further, when deleting the transmitted job history, the image data and text data transmitted as part of the job history are also deleted from the external storage device 204.
図5に示すジョブ履歴500は、「2017年6月16日12時09分」に「User001」というユーザが「プリンター02」により「3」ページからなる文書を印刷するジョブを実行したことを示している。そして、その実行結果が「成功(印刷成功)」したことを示している。 The job history 500 illustrated in FIG. 5 indicates that the user “User 001” has executed a job for printing a document including pages “3” with “Printer 02” at “12:09 on June 16, 2017”. ing. And, it indicates that the execution result is "success (printing success)".
また、図5に示すジョブ履歴500は、1つのジョブに対して1つではなく、複数のジョブ履歴が対応する場合もある。その場合には、例えば、同じジョブに対応するジョブ履歴を共通のジョブ履歴IDとしてもよい。もしくは、ジョブ履歴IDに付加されたサブ番号等で同じジョブに対応することを示すようにしてもよい。 Also, in the job history 500 illustrated in FIG. 5, not one but a plurality of job histories may correspond to one job. In that case, for example, job histories corresponding to the same job may be used as a common job history ID. Alternatively, sub-numbers or the like added to the job history ID may indicate that they correspond to the same job.
図6は、画像形成装置20が処理サーバー30へジョブ履歴を送信するための各種設定を行う設定画面600の一例を示す図である。
設定画面600は、表示部207に表示され、入力部206を介してユーザからの指定を受け付ける。設定画面600により設定を変更した場合、設定管理部2001は、その変更された値を外部記憶装置204に保存する。
FIG. 6 is a diagram showing an example of a setting screen 600 on which the image forming apparatus 20 performs various settings for transmitting the job history to the processing server 30. As shown in FIG.
The setting screen 600 is displayed on the display unit 207, and accepts specification from the user via the input unit 206. When the setting is changed on the setting screen 600, the setting management unit 2001 stores the changed value in the external storage device 204.
画面601では、ラジオボタン601aで「送信スケジュールとして、送信間隔を指定して常にジョブ履歴を送信する」、もしくは、ラジオボタン601bで「送信開始時間を指定し、別途指定する送信停止時間帯になるまでの時間にジョブ履歴を送信する」を指定する。ラジオボタン601aの「常に送信」を指定した場合には、送信間隔も指定する。また、ラジオボタン601bの「送信開始時間を指定し、送信停止時間帯まで送信する」を指定した場合には、「送信開始時間」として送信を開始する時刻も指定する。
さらに、チェックボックス601cで「送信停止時間帯」を設定するかを指定し、送信停止時間帯を設定する場合には、その時間帯も指定する。
In the screen 601, “always send a job history by designating a transmission interval as a transmission schedule” by using a radio button 601a, or “A transmission start time is separately designated by a transmission start time by a radio button 601b. Specify "Send job history at the specified time". When "always transmit" of the radio button 601a is specified, the transmission interval is also specified. Further, when “Specify transmission start time and transmit until transmission stop time zone” of the radio button 601 b is specified, the time to start transmission is also specified as “transmission start time”.
Furthermore, it is specified whether the "transmission stop time zone" is to be set by the check box 601c. When the transmission stop time zone is set, the time zone is also specified.
本画面例の場合、「0:00」からジョブ履歴の送信を開始し、送信停止時間帯が開始される「8:00」まで送信を行うように設定されている。この場合、ジョブ履歴管理部2002は、ジョブ履歴送信時間を管理するタイマを起動し、「0:00」になった場合に、ジョブ履歴を処理サーバー30へ送信する。また、ジョブ履歴管理部2002は、1つのジョブ履歴送信を完了するたびに時刻を確認して送信停止時間になっていないか判断し、送信停止時間になっていない場合のみ、次のジョブ履歴を処理サーバー30へ送信する。 In the case of this screen example, transmission of the job history is started from "0:00", and transmission is set to be performed until "8:00" at which the transmission stop time zone is started. In this case, the job history management unit 2002 starts a timer for managing the job history transmission time, and transmits the job history to the processing server 30 when it becomes “0:00”. Also, every time one job history transmission is completed, the job history management unit 2002 checks the time to determine whether the transmission stop time has come, and the next job history is displayed only when the transmission stop time has not come. Send to the processing server 30.
なお、本画面例において有効になっていない30分間隔で常に送信する設定では、ジョブ履歴管理部2002は、チェックボックス601cで送信停止時間帯が指定されている場合、送信停止時間帯を除いて、指定された30分間隔でジョブ履歴を処理サーバー30へ送信する。ここで、1回の送信で、外部記憶装置204に保存された全てのジョブ履歴を送信し、その後30分間待機して再度次の送信処理を実行としてもよい。また、1回の送信で送信するジョブ履歴の数やデータサイズを固定(図示しないがユーザによる指定可)とし、規定のジョブ履歴を送信完了後、30分間待機して再度規定のジョブ履歴を次の送信処理によって、処理サーバー30へ送信してもよい。 In the setting to always transmit at an interval of 30 minutes which is not enabled in this screen example, the job history management unit 2002 excludes the transmission stop time zone when the transmission stop time zone is designated by the check box 601 c. The job history is sent to the processing server 30 at specified intervals of 30 minutes. Here, in one transmission, all job histories stored in the external storage device 204 may be transmitted, and then the next transmission processing may be performed again after waiting for 30 minutes. Also, the number of job histories to be sent in one transmission and the data size are fixed (not shown, but can be specified by the user), and after sending a prescribed job history, wait for 30 minutes and follow the prescribed job history again. May be sent to the processing server 30 by the sending process of
画面602では、チェックボックス602aで、特定の時刻までにジョブログ送信を完了する必要があるか否かを指定する。また、ラジオボタン602bで「[スリープ移行時間の設定]に従う」、又は、ラジオボタン602cで「監査時間」を選択する。ラジオボタン602cの「監査時間」を選択した場合には、「監査時間」として監査が開始される時刻も指定する。 In the screen 602, it is specified in the check box 602a whether job log transmission needs to be completed by a specific time. Further, "follow the setting of [sleep transition time]" with the radio button 602b, or "audit time" with the radio button 602c. When "audit time" of the radio button 602c is selected, the time when the audit is started is also designated as the "audit time".
本画面例の場合、ラジオボタン602cで「監査時間」を選択し、監査時間を「9:00」に指定しているため、画像形成装置20は、「9:00」までに監査に必要なジョブ履歴を、処理サーバー30へ送信する必要がある。なお、監査とは、データベースを検索し、過去に実行されたジョブの内容を参照したり、メール等で通知された、特定期間(例えば24時間)で実行されたジョブのジョブ履歴のリストを、ユーザが確認することである。また、監査時間とは、監査を行う時間であり、本画面例では1つのみ指定可能だが、複数個の指定が可能であっても構わない。 In the case of this screen example, the “audit time” is selected by the radio button 602 c and the audit time is designated as “9:00”. Therefore, the image forming apparatus 20 is required for the audit by “9:00”. The job history needs to be sent to the processing server 30. Auditing refers to a list of job histories of jobs executed in a specific period (for example, 24 hours), which are searched in the database, refer to the contents of jobs executed in the past, or notified by e-mail etc. The user is to confirm. Also, the audit time is the time to conduct an audit, and although only one can be designated in this screen example, a plurality of designations may be possible.
本画面例の場合、ジョブ履歴管理部2002は、ジョブ履歴生成部2006からの、ジョブが実行されたことによるジョブ履歴が生成された旨のジョブ履歴生成通知を受信するたびに、外部記憶装置204の使用容量を確認する。使用容量を確認した結果、指定の時間までにジョブ履歴の送信が完了するか否かを、図7において後述する判断基準に基づいて判断する。もしくは、定期的に外部記憶装置204の使用容量を確認し、同様に指定の時間までにジョブ履歴の送信が完了するか否かを判断してもよい。指定の時間までにジョブ履歴の送信が完了しないと予測できた場合には、画像形成装置20は処理サーバー30へジョブ履歴を送信する。このとき、現在時刻が画面601の送信停止時間に含まれているとしても送信開始してもよいものとする。 In the case of this screen example, the job history management unit 2002 receives an external storage device 204 each time it receives a job history generation notification from the job history generation unit 2006 indicating that a job history is generated due to the execution of a job. Check the used capacity of. As a result of confirming the used capacity, it is determined whether transmission of the job history is completed by the designated time based on a determination criterion described later with reference to FIG. Alternatively, the used capacity of the external storage device 204 may be periodically checked, and similarly, it may be determined whether transmission of the job history is completed by the designated time. When it can be predicted that the transmission of the job history is not completed by the designated time, the image forming apparatus 20 transmits the job history to the processing server 30. At this time, even if the current time is included in the transmission stop time of the screen 601, transmission may be started.
また、ラジオボタン602bで「[スリープ移行時間の設定]に従う」を選択した場合、図示しない画像形成装置20の別の設定画面において指定されたスリープ移行時間の設定時刻までに、監査に必要なジョブ履歴を、処理サーバー30へ送信する必要がある。この場合の処理も、上述したラジオボタン602cで「監査時間」を指定した場合と同様である。例えば、図示しない画像形成装置20の別の設定画面においてスリープモードへの移行時間として「30分」が設定されている場合、スリープ制御部2005は、画像形成装置20で所定の処理が完了したタイミングで30分間のタイマを設定する。所定の処理とは、ユーザ操作による指示を伴う処理であり、例えば、画像形成装置20へのログイン操作や、ジョブ実行、設定画面の表示である。そして、そのまま所定の処理が行われない状態で30分間が経過すると、スリープ制御部2005は、画像形成装置20をスリープモードに移行させる。一方、30分間が経過する前に所定の処理が行われた場合、スリープ制御部2005はタイマをリセットし、再度、30分間のタイマを設定する。 In addition, when “following [Sleep transition time setting]” is selected in radio button 602 b, a job necessary for the audit is set by the setting time of the sleep transition time specified on another setting screen of image forming apparatus 20 not shown. The history needs to be sent to the processing server 30. The process in this case is also similar to the case where the “auditing time” is designated by the radio button 602c described above. For example, when “30 minutes” is set as the transition time to the sleep mode on another setting screen of the image forming apparatus 20 (not shown), the sleep control unit 2005 determines that the predetermined process has been completed in the image forming apparatus 20. Set the timer for 30 minutes with. The predetermined processing is processing accompanied by an instruction by a user operation, and is, for example, login operation to the image forming apparatus 20, job execution, and display of a setting screen. Then, when 30 minutes pass without any predetermined processing being performed, the sleep control unit 2005 shifts the image forming apparatus 20 to the sleep mode. On the other hand, when the predetermined processing is performed before the lapse of 30 minutes, the sleep control unit 2005 resets the timer and sets the timer for 30 minutes again.
画面603では、画像形成装置20が外部記憶装置204の容量不足を検知した場合(ジョブ履歴を保存するための領域の残りの容量が所定量より少なくなった場合)の動作を指定する。画面603において、チェックボックス603aで、空き容量不足を警告すると指定した場合には、ジョブ履歴管理部2002が、ジョブ履歴生成部2006からのジョブ履歴生成通知を受信するたびに、外部記憶装置204の使用容量又は空き容量を確認し、空き容量不足か否かを判断する。もしくは、定期的に外部記憶装置204の使用容量又は空き容量を確認してもよい。なお、ジョブ履歴生成通知は、ジョブ履歴管理部2002がジョブ履歴生成部2006から受信する、ジョブが実行されたことによるジョブ履歴が生成された旨の通知である。 In the screen 603, an operation is designated when the image forming apparatus 20 detects a shortage of the capacity of the external storage device 204 (when the remaining capacity of the area for storing the job history is smaller than a predetermined amount). In the screen 603, when it is specified in the check box 603a that a warning about a shortage of free space is specified, the job history management unit 2002 receives notification of job history generation from the job history generation unit 2006 every time in the external storage device 204. Check the used capacity or the free capacity, and determine whether the free capacity is insufficient. Alternatively, the used capacity or the free capacity of the external storage device 204 may be periodically confirmed. The job history generation notification is a notification that the job history management unit 2002 receives from the job history generation unit 2006 that a job history has been generated due to the execution of the job.
ジョブ履歴管理部2002は、外部記憶装置204が空き容量不足と判断した場合、かつ、ラジオボタン603cで「容量不足時は自動送信する」が指定されている場合に、「送信の対象」で指定されているジョブ履歴を処理サーバー30へ送信する。ラジオボタン603eで「サイズが大きいジョブ履歴限定」が指定されている場合には、時間がかかるために画像処理が行われなかったジョブ履歴を、処理サーバー30へ送信する。例えば、印刷実行時に、プリンタードライバで1200dpiなどの大きな解像度を指定された印刷ジョブ、又は、A3以上の大きな用紙を指定された印刷ジョブのジョブ履歴である。また、「送信の対象」で「すべて」が指定されている場合には、ジョブ履歴生成部2006によってジョブ履歴が生成された順に、ジョブ履歴を処理サーバー30へ送信する。ここで、ラジオボタン603eの「サイズが大きいジョブ履歴限定」が指定されている場合に、画像処理が行われなかったサイズが大きなジョブ履歴を優先し、その後、画像処理が行われたサイズが小さなジョブ履歴を送信してもよい。 The job history management unit 2002 is specified by “target of transmission” when it is determined that the external storage device 204 is insufficient in free capacity and “automatically transmit when capacity is insufficient” is specified by the radio button 603 c. The job history that has been sent is sent to the processing server 30. When “limit to large size job history” is designated by the radio button 603 e, the job history whose image processing has not been performed due to the time required is transmitted to the processing server 30. For example, it is a job history of a print job for which a large resolution such as 1200 dpi is specified by the printer driver at the time of printing, or a print job for which a large sheet of A3 or larger is specified. When “all” is specified in “target of transmission”, the job history generation unit 2006 transmits the job history to the processing server 30 in the order in which the job history is generated. Here, in the case where “limit to large job history” of the radio button 603 e is specified, priority is given to a job history with a large size for which image processing has not been performed, and thereafter, the size for which image processing has been performed is small Job history may be sent.
ジョブ履歴管理部2002は、ラジオボタン603dで「スケジュールに従う」が指定されている場合に、外部記憶装置204の容量不足を検知した場合には、データの自動送信を行わなくてもよい。その場合は、空き容量不足を警告した後、画面601のスケジュール設定に従った次回の送信開始時間を待つ。
なお、上述した画面602にも、画面603と同様に、「送信の対象」を指定するためのUIを設けて、特定時間までにジョブ履歴送信を完了する場合の送信対象を指定可能にしてもよい。例えば、画面603の「送信の対象」のラジオボタン603d「すべて」及びラジオボタン603e「サイズが大きいジョブ履歴限定」と同様のボタンを、画面602にも設けてもよい。
The job history management unit 2002 may not perform automatic transmission of data when detecting a shortage of the capacity of the external storage device 204 when “following the schedule” is designated by the radio button 603 d. In that case, after warning of the insufficient free space, the next transmission start time according to the schedule setting on the screen 601 is waited.
As in the case of the screen 603, the screen 602 described above is also provided with a UI for specifying the “target of transmission”, and it is possible to specify the transmission target when the job history transmission is completed by a specific time. Good. For example, the screen 602 may be provided with the same buttons as the “transmission target” radio button 603 d “all” on the screen 603 and the radio button 603 e “job history limited for large size”.
図7は、ジョブ履歴管理部2002が、処理サーバー30へジョブ履歴を送信するために必要な送信時間を算出するための基準値を示すテーブル700の一例を示す図である。
ジョブ履歴管理部2002は、図7に示す基準値からジョブ履歴の送信時間を算出し、外部記憶装置204に保存されたジョブ履歴を、指定された時間までに処理サーバー30へ送信可能か否かを判定する。
FIG. 7 is a view showing an example of a table 700 showing the reference value for calculating the transmission time required for transmitting the job history to the processing server 30 by the job history management unit 2002.
The job history management unit 2002 calculates the transmission time of the job history from the reference value shown in FIG. 7 and determines whether the job history stored in the external storage device 204 can be transmitted to the processing server 30 by the designated time. Determine
図7のテーブル700では、データサイズ701と送信時間702を定義している。
図7の例では、10MBのデータを送信するのに2000ミリ秒かかり、500MBのデータを送信するのには12000ミリ秒かかると定義されている。
前述の通り、ジョブ履歴管理部2002は、ジョブ履歴生成部2006からのジョブが実行されたことによるジョブ履歴が生成された旨のジョブ履歴生成通知を受信するたび、もしくは、定期的に、外部記憶装置204の使用容量または空き容量を確認して計算する。送信時間とは、例えばジョブ実行対象のコンテンツを送信用フォーマットに変換してから通信装置205からネットワーク50に出力完了となるまでの送信処理に要する所要時間である。しかし、データサイズに応じて変化するのであれば、他に定義された送信処理に要する所要時間でもよい。
The data size 701 and the transmission time 702 are defined in the table 700 of FIG. 7.
In the example of FIG. 7, it is defined that it takes 2000 milliseconds to transmit 10 MB of data and 12000 milliseconds to transmit 500 MB of data.
As described above, each time the job history management unit 2002 receives a job history generation notification to the effect that a job history is generated due to execution of a job from the job history generation unit 2006, or periodically, external storage The used capacity or the free capacity of the device 204 is confirmed and calculated. The transmission time is, for example, a required time required for transmission processing from the conversion of the content to be job execution into a transmission format to the completion of output from the communication device 205 to the network 50. However, as long as it changes according to the data size, it may be the time required for the transmission process defined elsewhere.
図7では、データサイズに基づいて送信時間を特定しているが、他の方法により送信時間を特定してもよい。例えば、1ページ当たりのデータサイズであってもよいし、用紙サイズと色に基づいて送信時間を特定するようにしてもよい。 Although the transmission time is specified based on the data size in FIG. 7, the transmission time may be specified by another method. For example, the data size per page may be used, or the transmission time may be specified based on the paper size and color.
また、図7に示す基準値は、プログラムで予め定められている固定値である。しかし、固定値である必要はなく、システムの管理者等が任意に値を変更したり、図示しない処理の時間を記載したログや、ジョブ履歴送信処理の送信時間を実測した値を自動的に図7のテーブルに反映し、テーブルを随時更新するようにしてもよい。 Moreover, the reference value shown in FIG. 7 is a fixed value previously determined by the program. However, it does not have to be a fixed value, and a system administrator or the like can arbitrarily change the value, a log describing the processing time (not shown), or a value obtained by measuring the transmission time of the job history transmission processing automatically. The table may be updated as needed by reflecting it on the table of FIG.
以下、図8〜図11のフローチャートを用いて、画像形成装置20のジョブ履歴管理部2002が実行する処理について説明する。図8〜図11に示す処理は、CPU201が例えばROM202に記憶されているプログラムをRAM203に読み出して実行することにより実現される。 Hereinafter, processing executed by the job history management unit 2002 of the image forming apparatus 20 will be described with reference to the flowcharts of FIGS. The processing illustrated in FIGS. 8 to 11 is realized by the CPU 201 reading out a program stored in, for example, the ROM 202 to the RAM 203 and executing the program.
図8は、本実施形態における第1の定期実行処理の一例を示すフローチャートである。本処理は、画像形成装置20のジョブ履歴管理部2002が外部記憶装置204の使用容量又は空き容量を確認し、容量不足と判断した場合にジョブ履歴を処理サーバー30へ送信する処理に対応する。また、本処理は、ジョブ履歴管理部2002がジョブ履歴生成部2006からの、ジョブが実行されたことによるジョブ履歴が生成された旨のジョブ履歴生成通知を受信するたびに、もしくは、例えば5分間隔などの定期間隔ごとに実行される。 FIG. 8 is a flowchart showing an example of a first periodic execution process in the present embodiment. The present process corresponds to the process of transmitting the job history to the processing server 30 when the job history management unit 2002 of the image forming apparatus 20 confirms the used capacity or free space of the external storage device 204 and determines that the capacity is insufficient. Also, this process is performed each time the job history management unit 2002 receives a job history generation notification from the job history generation unit 2006 indicating that the job history is generated due to the execution of the job, or, for example, 5 minutes. It is executed at regular intervals such as intervals.
まずS801において、ジョブ履歴管理部2002は、外部記憶装置204の使用容量または空き容量を確認し、空き容量不足か否かを判断する。空き容量を確認する場合は、外部記憶装置204の総容量も確認する必要があり、「空き容量=総容量−使用容量」で算出できる。空き容量不足か否かの判断基準は、ジョブ履歴管理部2002が保持する図示しない空き容量の閾値を下回って外部記憶装置204が使用されたかどうかで判断する。空き容量の閾値は、例えば、外部記憶装置204の総容量に対し30%とし、外部記憶装置204の空き容量確認のタイミングで空き容量が30%未満(例えば28%)だった場合には「容量不足」と判断する。なお、判断基準をジョブ履歴管理部2002が保持する図示しない使用容量の閾値を上回って外部記憶装置204が使用されたかどうかで「容量不足」を判断してもよい。この場合は、閾値を使用容量とし、例えば、閾値が外部記憶装置204の総容量の70%の場合は、外部記憶装置204の使用容量確認のタイミングで、外部記憶装置204の使用容量が70%を上回る量(例えば71%)である場合には「容量不足」と判断する。 First, in step S801, the job history management unit 2002 checks the used capacity or the free space of the external storage device 204, and determines whether the free space is insufficient. In the case of checking the free space, it is also necessary to check the total capacity of the external storage device 204, which can be calculated by “free space = total capacity−used capacity”. It is determined whether the external storage device 204 is used below the threshold of the free space (not shown) held by the job history management unit 2002 to determine whether the free space is insufficient. The threshold value of the free space is, for example, 30% of the total capacity of the external storage device 204, and the free space is less than 30% (for example, 28%) at the timing of the free space confirmation of the external storage device 204. It is judged as "lack". Note that “capacity shortage” may be determined based on whether the external storage device 204 is used by exceeding the threshold of the use capacity (not shown) held by the job history management unit 2002 as the determination criterion. In this case, the threshold is used as the used capacity. For example, when the threshold is 70% of the total capacity of the external storage device 204, the used capacity of the external storage device 204 is 70% at the timing of the used capacity confirmation of the external storage device 204. If the amount is larger than (for example, 71%), it is determined as "insufficient capacity".
また、S801にて、例えばS816で後述する容量不足通知済みフラグの状況を確認し、容量不足通知済みフラグがONで、且つ、外部記憶装置204に十分な空き容量が確保できたと判断した際に、容量不足通知済みフラグをOFFに変更する処理を行ってもよい。 In S801, for example, when the status of the insufficient capacity notification completion flag described later is confirmed in S816, and it is determined that the insufficient capacity notification completion flag is ON and a sufficient free space can be secured in the external storage device 204. The process of changing the capacity shortage notification flag to OFF may be performed.
上記S801において、外部記憶装置204が容量不足でないと判断した場合(S801でNoの場合)、ジョブ履歴管理部2002は、S802に処理を進める。
S802において、ジョブ履歴管理部2002は、現在時刻が送信時間であるか否かを確認する。送信時間とは、ジョブ履歴管理部2002が設定管理部2001を介して、外部記憶装置204から取得する設定情報の一部である。例えば、図6の画面601において送信開始時間から送信停止時間帯が始まるまでであり、画面601の場合は、「0:00」から「8:00」までの間の時間である。
If it is determined in S801 that the external storage device 204 does not run out of space (No in S801), the job history management unit 2002 advances the process to S802.
In step S802, the job history management unit 2002 confirms whether the current time is a transmission time. The transmission time is part of setting information acquired from the external storage device 204 by the job history management unit 2002 via the setting management unit 2001. For example, in the screen 601 of FIG. 6, it is from the transmission start time to the start of the transmission stop time zone, and in the case of the screen 601, it is the time between “0:00” and “8:00”.
上記S802において、現在時刻が送信時間ではないと判断した場合(S802でNoの場合)、ジョブ履歴管理部2002は、本フローチャート処理を終了し、次回の実行タイミングを待つ。なお、ジョブ履歴管理部2002が取得する設定情報は、外部記憶装置204に保存された画像形成装置20の設定全体を含む設定情報を取得することを想定しているが、個別の設定情報を、次のステップ以降の必要なタイミングで取得しても構わない。 If it is determined in S802 that the current time is not the transmission time (No in S802), the job history management unit 2002 ends the process of this flowchart and waits for the next execution timing. The setting information acquired by the job history management unit 2002 is assumed to acquire setting information including the entire setting of the image forming apparatus 20 stored in the external storage device 204, but individual setting information It may be acquired at the necessary timing after the next step.
一方、上記S802において、現在時間が送信時間であると判断した場合(S802でYesの場合)、ジョブ履歴管理部2002は、S803に処理を進める。
S803において、ジョブ履歴管理部2002は、外部記憶装置204に未送信のジョブ履歴が保存されているか否かを確認する。未送信ジョブ履歴が保存されていないと判断した場合(S803でNoの場合)、ジョブ履歴管理部2002は、本フローチャート処理を終了する。
On the other hand, if it is determined in S802 that the current time is the transmission time (Yes in S802), the job history management unit 2002 advances the process to S803.
In step S 803, the job history management unit 2002 confirms whether the unsent job history is stored in the external storage device 204. If it is determined that the unsent job history is not stored (in the case of No in S803), the job history management unit 2002 ends the process of this flowchart.
一方、未送信ジョブ履歴が保存されていると判断した場合(S803でYesの場合)、ジョブ履歴管理部2002は、S804に処理を進める。
S804において、ジョブ履歴管理部2002は、上記S802で取得した設定情報から、現在時間が送信停止時間であるかを確認する。図6の画面601の例では、現在時間が「8:00」から「17:00」までの間である場合に、送信停止時間であると判断する。
On the other hand, if it is determined that the unsent job history is stored (in the case of Yes in S803), the job history management unit 2002 advances the process to S804.
In step S804, the job history management unit 2002 confirms whether the current time is the transmission stop time based on the setting information acquired in step S802. In the example of the screen 601 of FIG. 6, when the current time is between “8:00” and “17:00”, it is determined that it is the transmission stop time.
上記S804において、送信停止時間であると判断した場合(S804でYesの場合)、ジョブ履歴管理部2002は、本フローチャートの処理を終了する。
一方、上記S804において、送信停止時間ではないと判断した場合(S804でNoの場合)、ジョブ履歴管理部2002は、S805に処理を進める。
S805において、後述する図9に示すジョブ履歴の送信処理を実行する。図9に示すジョブ履歴の送信処理を実行後は、ジョブ履歴管理部2002は、S803に処理を戻す。
If it is determined in S804 that the transmission stop time is reached (Yes in S804), the job history management unit 2002 ends the processing of this flowchart.
On the other hand, if it is determined in S804 that the transmission stop time is not reached (No in S804), the job history management unit 2002 advances the process to S805.
In step S805, a job history transmission process shown in FIG. 9 described later is executed. After the job history transmission process shown in FIG. 9 is executed, the job history management unit 2002 returns the process to S803.
また、上記S801において、外部記憶装置204が容量不足であると判断した場合(S801でYesの場合)、ジョブ履歴管理部2002は、S806に処理を進める。
S806において、ジョブ履歴管理部2002は、上記S802で取得した設定情報から、データの自動送信の設定を確認する。データの自動送信の設定とは、図6の画面603のラジオボタン603cの「容量不足時は自動送信する」が指定されているかどうかである。
If it is determined in S801 that the external storage device 204 is insufficient (Yes in S801), the job history management unit 2002 advances the process to S806.
In step S806, the job history management unit 2002 confirms the setting of automatic transmission of data from the setting information acquired in step S802. The setting of the automatic transmission of data is whether or not "automatic transmission when there is insufficient capacity" of the radio button 603c of the screen 603 of FIG. 6 is designated.
上記S806において、「容量不足時は自動送信する」が選択されていると判断した場合(S806でYesの場合)、ジョブ履歴管理部2002は、S807へ処理を進める。
S807において、ジョブ履歴管理部2002は、上記S802で取得した設定情報から、「送信の対象」を確認する。図6の画面603のラジオボタン603eの「サイズが大きいジョブ履歴限定」が指定されていると判断した場合(S807でYesの場合)、ジョブ履歴管理部2002は、S808に処理を移行し、サイズが大きいジョブ履歴を処理サーバー30へ送信開始する。
If it is determined in the above-described S806 that “automatically transmit when capacity is insufficient” is selected (Yes in S806), the job history management unit 2002 advances the processing to S807.
In step S 807, the job history management unit 2002 confirms “target of transmission” from the setting information acquired in step S 802. If it is determined that “Limited to large size job history” is designated in the radio button 603 e of the screen 603 in FIG. 6 (in the case of Yes in S 807), the job history management unit 2002 shifts the processing to S 808 and the size Start sending a large job history to the processing server 30.
S808において、ジョブ履歴管理部2002は、外部記憶装置204の容量不足によりジョブ履歴の自動送信を開始した旨を通知する。通知は、設定管理部2001に保持されている図示しない管理者のメールアドレスへ、メールにより通知してもよいし、ユーザインタフェースを用いて表示部207に画面を表示し、通知を行ってもよい。通知内容に、サイズが大きいジョブ履歴に対して自動送信を開始した旨を明示してもよい。 In step S 808, the job history management unit 2002 notifies that the automatic transmission of the job history has been started due to the lack of capacity of the external storage device 204. The notification may be notified by e-mail to the e-mail address of the administrator (not shown) held in the setting management unit 2001 by e-mail, or a screen may be displayed on the display unit 207 using a user interface, and notification may be performed. . In the notification content, it may be clearly indicated that automatic transmission has been started for a job history having a large size.
次にS809において、ジョブ履歴管理部2002は、外部記憶装置204に、未送信のサイズが大きいジョブ履歴が保存されているか否かを確認する。ここで、サイズが大きいジョブ履歴とは、時間がかかるために画像処理が行われなかったジョブ履歴である。例えば、印刷実行時に、プリンタードライバで1200dpiなどの大きな解像度を指定された印刷ジョブ、又は、A3以上の大きな用紙を指定された印刷ジョブのジョブ履歴である。 Next, in step S809, the job history management unit 2002 confirms whether the unsent job history having a large size is stored in the external storage device 204. Here, the job history having a large size is a job history in which image processing is not performed because it takes time. For example, it is a job history of a print job for which a large resolution such as 1200 dpi is specified by the printer driver at the time of printing, or a print job for which a large sheet of A3 or larger is specified.
上記S809において、未送信のサイズが大きいジョブ履歴が保存されていると判断した場合(S809でYesの場合)、ジョブ履歴管理部2002は、S810に処理を進める。
S810において、ジョブ履歴管理部2002は、外部記憶装置204に保存されているジョブ履歴のうち、上述したサイズが大きいジョブ履歴を取得する。
次にS811において、ジョブ履歴管理部2002は、データ送受信部2003を介して、上記S810で取得したジョブ履歴を処理サーバー30へ送信する。
次にS812において、ジョブ履歴管理部2002は、上記S811で送信したジョブ履歴を、外部記憶装置204から削除し、S809に処理を戻す。すなわち、サイズが大きいジョブ履歴が存在する間は、該サイズが大きいジョブ履歴の送信を繰り返す。
If it is determined in S809 that a job history with a large unsent size is stored (Yes in S809), the job history management unit 2002 advances the process to S810.
In step S <b> 810, the job history management unit 2002 acquires a job history having a large size among the job histories stored in the external storage device 204.
Next, in step S811, the job history management unit 2002 transmits the job history acquired in step S810 to the processing server 30 via the data transmission / reception unit 2003.
Next, in step S812, the job history management unit 2002 deletes the job history transmitted in step S811 from the external storage device 204, and returns the process to step S809. That is, while there is a job history having a large size, transmission of the job history having a large size is repeated.
一方、上記S809において、未送信のサイズが大きいジョブ履歴が保存されていないと判断した場合(S809でNoの場合)、ジョブ履歴管理部2002は、本フローチャートの処理を終了する。なお、S809〜S812では、ジョブ履歴を記憶する領域の残りの容量が所定量より少なくなった場合等に、該領域に保存された複数のジョブ履歴の中から、所定のサイズより大きなサイズの1以上のジョブ履歴を特定し、処理サーバー30へ送信する処理を記載している。しかし、サイズが大きいジョブ履歴を優先し、その後、その他のジョブ履歴も処理サーバー30へ送信しても構わない。その他のジョブ履歴は、サイズに並び替えてサイズが大きい順番に送信してもよいし、ジョブ履歴生成部2006が生成した順番に送信してもよい。 On the other hand, if it is determined in S809 that a job history with a large unsent size is not stored (No in S809), the job history management unit 2002 ends the processing of this flowchart. In S809 to S812, when the remaining capacity of the area for storing the job history becomes smaller than the predetermined amount, one of the plurality of job histories stored in the area has a size larger than the predetermined size. A process of specifying the above job history and transmitting it to the processing server 30 is described. However, priority may be given to the job history having a large size, and thereafter, other job histories may be transmitted to the processing server 30. Other job histories may be rearranged in size and transmitted in the order of large size, or may be transmitted in the order generated by the job history generation unit 2006.
また、上記S807において、「送信の対象」として図6の画面603のラジオボタン603dの「すべて」が指定されていると判断した場合(S807でNoの場合)、ジョブ履歴管理部2002は、S813に処理を進め、ジョブ履歴生成部2006が生成した順番にジョブ履歴を処理サーバー30へ送信開始する。 Further, when it is determined that “all” of the radio button 603 d of the screen 603 in FIG. 6 is designated as “target of transmission” in the above S 807 (No in S 807), the job history management unit 2002 performs S 813. The process of transmitting the job history to the processing server 30 is started in the order generated by the job history generation unit 2006.
S813において、ジョブ履歴管理部2002は、上記S808と同様に、外部記憶装置204の容量不足によりジョブ履歴の自動送信を開始した旨を通知する。通知は、設定管理部2001に保持されている図示しない管理者のメールアドレスへ、メールにより通知してもよいし、ユーザインタフェースを用いて表示部207に画面を表示し、通知を行ってもよい。通知内容に、すべてのジョブ履歴に対して自動送信を開始した旨を明示してもよい。 In step S813, the job history management unit 2002 notifies that the automatic transmission of the job history has been started due to the lack of capacity of the external storage device 204, as in the above-described step S808. The notification may be notified by e-mail to the e-mail address of the administrator (not shown) held in the setting management unit 2001 by e-mail, or a screen may be displayed on the display unit 207 using a user interface, and notification may be performed. . In the notification content, it may be clearly indicated that automatic transmission has been started for all job histories.
次にS814において、ジョブ履歴管理部2002は、上記S803と同様に、外部記憶装置204に未送信のジョブ履歴が保存されているかを確認する。未送信ジョブ履歴があると判断した場合(S814でYesの場合)、ジョブ履歴管理部2002は、S815に処理を移行する。
S815において、ジョブ履歴管理部2002は、後述する図9に示すジョブ履歴の送信処理を実行する。図9に示すジョブ履歴の送信処理を実行後は、ジョブ履歴管理部2002は、S814に処理を戻す。
Next, in step S814, the job history management unit 2002 confirms whether the unsent job history is stored in the external storage device 204, as in the above-described step S803. If it is determined that there is an unsent job history (YES in step S814), the job history management unit 2002 shifts the processing to step S815.
In step S815, the job history management unit 2002 executes a job history transmission process shown in FIG. 9 described later. After the job history transmission process shown in FIG. 9 is executed, the job history management unit 2002 returns the process to step S814.
一方、上記S814において、外部記憶装置204に未送信のジョブ履歴が保存されていないと判断した場合(S814でNoの場合)、ジョブ履歴管理部2002は、本フローチャートの処理を終了する。S807〜S815では、送信スケジュールに依存せずにジョブ履歴を処理サーバー30へ送信することができる。 On the other hand, if it is determined in S814 that the unsent job history is not stored in the external storage device 204 (No in S814), the job history management unit 2002 ends the processing of this flowchart. In S807 to S815, the job history can be transmitted to the processing server 30 without depending on the transmission schedule.
また、上記S806において、「容量不足時は自動送信する」が選択されていないと判断した場合(S806でNoの場合)、ジョブ履歴管理部2002は、S816へ処理を進める。
S816において、ジョブ履歴管理部2002は、容量不足通知済みフラグを確認する。なお、容量不足通知済みフラグは、後述のS817の通知を何回も行わないために使用するフラグである。容量不足通知済みフラグは、上記S801においてOFFにしてもよいが、予めジョブ履歴管理部2002起動時にOFFに設定してもよい。不足通知済みフラグの情報は、設定管理部2001を介して、外部記憶装置204に保存されている。
If it is determined in the above-described S806 that “automatically transmit when capacity is insufficient” is not selected (No in S806), the job history management unit 2002 advances the processing to S816.
In step S816, the job history management unit 2002 confirms the capacity shortage notification completion flag. Note that the capacity shortage notification completion flag is a flag used to prevent the notification of S817 described below from being performed many times. The capacity shortage notification completion flag may be set to OFF in the above-described step S801, or may be previously set to OFF when the job history management unit 2002 is started. The information on the shortage notified flag is stored in the external storage device 204 via the setting management unit 2001.
上記S816において、容量不足通知済みフラグがOFFであると判断した場合(S816でNoの場合)、ジョブ履歴管理部2002は、S817に処理を進める。
S817において、ジョブ履歴管理部2002は、システムの管理者へ容量不足通知を行う。容量不足の通知は、設定管理部2001に保持されている図示しない管理者のメールアドレスへ、メールにより通知してもよいし、ユーザインタフェースを用いて表示部207に画面を表示し、通知を行ってもよい。
If it is determined in S816 that the capacity shortage notification completion flag is OFF (No in S816), the job history management unit 2002 advances the process to S817.
In step S817, the job history management unit 2002 notifies the system administrator of the capacity shortage. The notification of the capacity shortage may be notified by e-mail to the e-mail address of the administrator (not shown) held in the setting management unit 2001 by e-mail, or a screen is displayed on the display unit 207 using a user interface to perform notification. May be
次にS818において、ジョブ履歴管理部2002は、容量不足通知済みフラグをONにする。こうすることで、一度行った、外部記憶装置204の容量不足通知を、再度行うことがなくなる。S818の処理の後、ジョブ履歴管理部2002は、本フローチャートの処理を終了する。
また、上記S816において、容量不足通知済みフラグがONであると判断した場合(S816でYesの場合)、ジョブ履歴管理部2002は、本フローチャートの処理を終了する。
Next, in step S818, the job history management unit 2002 turns on the capacity shortage notification completion flag. By doing this, the notification of the capacity shortage of the external storage device 204, which has been made once, is not performed again. After the processing of step S818, the job history management unit 2002 ends the processing of this flowchart.
If it is determined in S816 that the capacity shortage notified flag is ON (Yes in S816), the job history management unit 2002 ends the processing of this flowchart.
図9は、本実施形態におけるジョブ履歴送信処理の一例を示すフローチャートである。この処理は、画像形成装置20のジョブ履歴管理部2002が、データ送受信部2003を介して、外部記憶装置204に保存されたジョブ履歴を処理サーバー30へ送信する処理に対応する。この処理は、図8のS805、S815で行われる処理である。 FIG. 9 is a flowchart illustrating an example of the job history transmission process according to the present embodiment. This processing corresponds to processing in which the job history management unit 2002 of the image forming apparatus 20 transmits the job history stored in the external storage device 204 to the processing server 30 via the data transmission / reception unit 2003. This process is a process performed in S805 and S815 of FIG.
S901において、ジョブ履歴管理部2002は、外部記憶装置204に保存されているジョブ履歴を取得する。ここで、本実施形態でのジョブ履歴を取得する順序は、ジョブ履歴生成部2006が生成した順番であるが、サイズに並び替えてサイズが大きい順番とする等、その他の定義された順番であってもよい。 In step S901, the job history management unit 2002 acquires the job history stored in the external storage device 204. Here, the order of acquiring the job history in the present embodiment is the order generated by the job history generation unit 2006, but it is another defined order, such as rearranging in size and setting to the order of large size. May be
S902において、ジョブ履歴管理部2002は、データ送受信部2003を介して、上記S901で取得したジョブ履歴を処理サーバー30へ送信する。
次にS903において、ジョブ履歴管理部2002は、上記S902で送信したジョブ履歴を、外部記憶装置204から削除し、本フローチャートの処理を終了する。
In step S 902, the job history management unit 2002 transmits the job history acquired in step S 901 to the processing server 30 via the data transmission / reception unit 2003.
Next, in step S903, the job history management unit 2002 deletes the job history transmitted in step S902 from the external storage device 204, and ends the processing of this flowchart.
図10は、本実施形態における第2の定期実行処理の一例を示すフローチャートである。この処理は、画像形成装置20のジョブ履歴管理部2002が、外部記憶装置204に保存されたジョブ履歴を、指定時間までに処理サーバー30へ送信可能かを判断し、送信不可と判断した場合、ジョブ履歴を処理サーバー30へ送信する処理に対応する。本処理は、ジョブ履歴管理部2002がジョブ履歴生成部2006からの、ジョブが実行されたことによるジョブ履歴が生成された旨のジョブ履歴生成通知を受信するたびに、もしくは、例えば5分間隔などの定期間隔ごとに実行される。ただし、図10の処理は、図10の処理が実行中の場合には実行されない。 FIG. 10 is a flowchart showing an example of the second periodic execution process in the present embodiment. In this process, when the job history management unit 2002 of the image forming apparatus 20 determines that the job history stored in the external storage device 204 can be transmitted to the processing server 30 by the designated time, it is determined that transmission is not possible. This corresponds to the process of sending the job history to the processing server 30. This process is performed each time the job history management unit 2002 receives a job history generation notification from the job history generation unit 2006 indicating that a job history is generated due to the execution of a job, or, for example, every five minutes. It is executed at regular intervals of However, the process of FIG. 10 is not executed when the process of FIG. 10 is being executed.
S1001において、ジョブ履歴管理部2002は、設定管理部2001を介して、外部記憶装置204に保存された設定情報を取得し、特定時間までにジョブ履歴を送信する設定になっているか否かを確認する。この設定は、例えば、図6の画面602における「特定時間までにジョブ履歴送信を完了する」チェックボックス602aにチェックが入っているか否かで判断する。チェックボックス602aにチェックが入っていいない場合には、ジョブ履歴管理部2002は、特定時間までにジョブ履歴を送信する設定になっていない(S1001でNo)と判断し、本フローチャートの処理を終了する。 In step S1001, the job history management unit 2002 acquires setting information stored in the external storage device 204 via the setting management unit 2001, and confirms whether the job history is set to be transmitted by a specific time. Do. This setting is determined based on, for example, whether or not the “complete job history transmission by a specific time” check box 602 a in the screen 602 of FIG. 6 is checked. If the check box 602a is not checked, the job history management unit 2002 determines that the job history is not set to be transmitted by the specific time (No in S1001), and ends the processing of this flowchart. .
一方、チェックボックス602aにチェックが入っている場合には、ジョブ履歴管理部2002は、特定時間までにジョブ履歴を送信する設定になっている(S1001でYes)と判断し、S1002に処理を進める。なお、S1001で、ジョブ履歴管理部2002が取得する設定情報は、外部記憶装置204に保存された画像形成装置20の設定全体を含む設定情報を取得することを想定しているが、個別の設定情報を、次のステップ以降の必要なタイミングで取得しても構わない。 On the other hand, when the check box 602a is checked, the job history management unit 2002 determines that the job history is set to be transmitted by the specific time (Yes in S1001), and advances the processing to S1002 . In S1001, the setting information acquired by the job history management unit 2002 is assumed to acquire setting information including the entire setting of the image forming apparatus 20 stored in the external storage device 204. However, individual setting may be performed. Information may be acquired at the required timing after the next step.
S1002において、ジョブ履歴管理部2002は、上記S1001において取得した設定情報から、送信完了時間は[スリープ移行時間の設定]に従うか否かを確認する。この設定は、例えば、図6の画面602におけるラジオボタン602bの「[スリープ移行時間の設定]に従う」が指定されているか否かで判断する。ラジオボタン602bが指定されている場合には、ジョブ履歴管理部2002は、「[スリープ移行時間の設定]に従う」が指定されている(S1002でYes)と判断し、S1003に処理を進める。
S1003において、ジョブ履歴管理部2002は、上記S1001において取得した設定情報から、[スリープ移行時間の設定]の設定情報(スリープ移行時間の設定時刻)を取得し、S1005に処理を進める。
In step S1002, the job history management unit 2002 confirms whether the transmission completion time is in accordance with [setting of sleep transition time] based on the setting information acquired in step S1001. This setting is determined, for example, based on whether or not “following [Setting of sleep transition time]” of the radio button 602 b on the screen 602 of FIG. 6 is designated. If the radio button 602 b is designated, the job history management unit 2002 determines that “follow the setting of [sleep transition time]” is designated (Yes in S 1002), and advances the processing to S 1003.
In step S1003, the job history management unit 2002 acquires setting information (setting time of sleep transition time) of [setting of sleep transition time] from the setting information acquired in the above-described step S1001, and advances the processing to step S1005.
一方、ラジオボタン602bが指定されていない場合には、ジョブ履歴管理部2002は、「[スリープ移行時間の設定]に従う」が指定されていない(S1002でNo)と判断し、S1004に処理を進める。
S1004において、ジョブ履歴管理部2002は、上記S1001において取得した設定情報から、「監査時間」として指定された時刻を取得する。例えば、図6の画面602では、監査時間が「9:00」に指定されている。
On the other hand, when the radio button 602 b is not specified, the job history management unit 2002 determines that “follow the setting of [sleep transition time]” is not specified (No in S 1002), and advances the processing to S 1004. .
In step S1004, the job history management unit 2002 acquires the time designated as the “audit time” from the setting information acquired in step S1001. For example, in the screen 602 of FIG. 6, the audit time is designated as "9:00".
S1005において、ジョブ履歴管理部2002が、前記ジョブ履歴生成通知を受信、又は、定期間隔ごとに、現在の外部記憶装置204に保存されたジョブ履歴を、指定された時間までに処理サーバー30へ送信できるか否かを判断する。この判断処理の詳細は図11において後述する。 In step S1005, the job history management unit 2002 receives the job history generation notification, or transmits the job history stored in the current external storage device 204 to the processing server 30 by the designated time at regular intervals. Determine if you can. The details of the determination process will be described later with reference to FIG.
次にS1006において、ジョブ履歴管理部2002は、上記S1005の結果を受けて、指定された時間までに処理サーバー30へ送信完了できるか確認する。送信完了可と判断した場合(S1006でYesの場合)、ジョブ履歴管理部2002は、本フローチャートの処理を終了する。 In step S1006, the job history management unit 2002 receives the result in step S1005 and confirms whether transmission to the processing server 30 can be completed by the designated time. If it is determined that the transmission is completed (in the case of Yes in S1006), the job history management unit 2002 ends the processing of this flowchart.
一方、上記S1006において、送信完了できないと判断した場合(S1006でNoの場合)、ジョブ履歴管理部2002は、S1007に処理を進める。
S1007において、ジョブ履歴管理部2002は、外部記憶装置204に保存されている未送信のジョブ履歴を全て取得し、S1008に処理を進める。
S1008において、ジョブ履歴管理部2002は、上記S1007で取得したジョブ履歴のうち最も古い未送信のジョブ履歴を処理サーバー30へ送信する。
次にS1009において、ジョブ履歴管理部2002は、上記S1008で送信したジョブ履歴を、外部記憶装置204から削除する。
On the other hand, if it is determined in S1006 that the transmission can not be completed (No in S1006), the job history management unit 2002 advances the processing to S1007.
In step S1007, the job history management unit 2002 acquires all unsent job histories stored in the external storage device 204, and advances the processing to step S1008.
In step S1008, the job history management unit 2002 transmits the oldest unsent job history among the job histories acquired in step S1007 to the processing server 30.
In step S1009, the job history management unit 2002 deletes the job history transmitted in step S1008 from the external storage device 204.
次にS1010において、ジョブ履歴管理部2002は、上記S1007で取得したジョブ履歴の全ての送信が完了したか否かを判定する。上記S1007で取得したジョブ履歴のうち未だ送信していいないものがあると判断した場合(S1010でNoの場合)、ジョブ履歴管理部2002は、S1008に処理を戻し、次の未送信のジョブ履歴の送信を行うように制御する。
一方、上記S1010において、上記S1007で取得したジョブ履歴の全ての送信が完了したと判断した場合(S1010でYesの場合)、ジョブ履歴管理部2002は、本フローチャートの処理を終了する。
Next, in step S1010, the job history management unit 2002 determines whether transmission of all the job history acquired in step S1007 has been completed. If it is determined that there is a job history not yet transmitted among the job histories acquired in S1007 (in the case of No in S1010), the job history management unit 2002 returns the process to S1008, and the next unsent job history is Control to send.
On the other hand, if it is determined in S1010 that all transmission of the job history acquired in S1007 has been completed (Yes in S1010), the job history management unit 2002 ends the processing of this flowchart.
図11は、送信完了可否確認処理の一例を示すフローチャートである。この処理は、画像形成装置20のジョブ履歴管理部2002が、外部記憶装置204に保存されたジョブ履歴を、指定された時間までに処理サーバー30へ送信できるか否かを確認する処理に対応する。本実施形態では、外部記憶装置204に保存されたジョブ履歴のデータサイズを基準に送信できるか否かを判断するが、サイズ以外に、ジョブ履歴の数や、ページ数、用紙サイズと色などを、基準にしても構わない。この処理は、図10のS1005で行われる処理である。 FIG. 11 is a flowchart showing an example of the transmission completion determination process. This process corresponds to the process of confirming whether the job history management unit 2002 of the image forming apparatus 20 can transmit the job history stored in the external storage device 204 to the processing server 30 by the designated time. . In the present embodiment, it is determined whether transmission is possible based on the data size of the job history stored in the external storage device 204. However, in addition to the size, the number of job histories, the number of pages, the paper size and color, etc. You may use it as a standard. This process is a process performed in S1005 of FIG.
S1101において、ジョブ履歴管理部2002は、図7に示した、ジョブ履歴管理部2002が処理サーバー30へジョブ履歴を送信するために必要な送信時間を算出するための基準値を取得する。
次にS1102において、ジョブ履歴管理部2002は、外部記憶装置204に蓄積されたジョブ履歴の合計サイズを取得する。
In step S1101, the job history management unit 2002 acquires a reference value for calculating the transmission time required for the job history management unit 2002 to transmit the job history to the processing server 30 illustrated in FIG.
Next, in step S1102, the job history management unit 2002 acquires the total size of the job history stored in the external storage device 204.
次にS1103において、ジョブ履歴管理部2002は、上記S1101で取得した基準値と、上記S1102で取得したジョブ履歴の合計データサイズを基に、図10のS1003又はS1004で取得した時間(スリープ移行時間又は監査時間)までに送信可能か否かを算出する。以下、図10のS1003又はS1004で取得した時間に対応する時刻を「送信完了時刻」という。この時、「送信完了時刻」に対し、猶予時間分を早めた時間として算出する。猶予時間とは、例えば10分や、図10の処理が定時間隔実行の場合は、定期間隔の2倍の時間でもよい。猶予時間を設けるのは、「送信完了時刻」にぴったりの時刻で送信可能か否かを算出した場合、ネットワーク負荷による誤差等が原因で実際は算出結果よりも遅くなる可能性があるためである。「送信完了時刻」までに確実にジョブ履歴を送信完了させることが目的であるため、時間に猶予を持たせる。 Next, in step S1103, the job history management unit 2002 acquires the time acquired in step S1003 or S1004 in FIG. 10 based on the reference value acquired in step S1101 and the total data size of the job history acquired in step S1102 (sleep transition time). Or calculate whether it can be sent by the audit time). Hereinafter, the time corresponding to the time acquired in S1003 or S1004 of FIG. 10 is referred to as “transmission completion time”. At this time, the delay time is calculated as a time that is earlier than the “transmission completion time”. The grace period may be, for example, 10 minutes, or twice the periodic interval when the process of FIG. 10 is performed at regular intervals. The reason for providing a grace period is that when it is calculated whether transmission is possible at a time that is perfect for the “transmission completion time”, it may actually be later than the calculation result due to an error or the like due to the network load. Since the purpose is to complete the transmission of the job history reliably by the “transmission completion time”, the time is given a grace period.
次にS1104において、ジョブ履歴管理部2002は、上記S1103の算出の結果から、送信可能か否かを判断する。「送信完了時刻」までに確実にジョブ履歴を送信完了できると判断した場合(S1004でYesの場合)、ジョブ履歴管理部2002は、S1108に処理を進める。
一方、上記S1104において、「送信完了時刻」までに確実にジョブ履歴を送信完了できないと判断した場合(S1004でNoの場合)、ジョブ履歴管理部2002は、S1105に処理を進める。
In step S1104, the job history management unit 2002 determines whether transmission is possible based on the result of the calculation in step S1103. If it is determined that the transmission of the job history can be surely completed by the “transmission completion time” (in the case of “Yes” in S1004), the job history management unit 2002 advances the processing to S1108.
On the other hand, if it is determined in S1104 that the transmission of the job history can not be completely completed by the “transmission completion time” (No in S1004), the job history management unit 2002 advances the processing to S1105.
S1105において、ジョブ履歴管理部2002は、送信完了不可通知済みフラグを確認する。送信完了不可通知済みフラグは、後述のS1106の通知を重複して行わないために使用するフラグである。送信完了不可通知済みフラグは、予めジョブ履歴管理部2002の起動時にOFFに設定し、設定管理部2001を介して、外部記憶装置204に保存されている。また、図6の画面602において指定された特定時間([スリープ移行時間の設定]、又は、監査時間)で指定された時間が経過した場合には、フラグがOFFに更新され、設定管理部2001を介して、外部記憶装置204に保存される。 In step S1105, the job history management unit 2002 confirms a transmission completion impossible notification completion flag. The transmission completion impossible notification completion flag is a flag used to prevent duplicate notification in S1106 described later. The transmission completion impossible notification completion flag is previously set to OFF when the job history management unit 2002 is started, and is saved in the external storage device 204 via the setting management unit 2001. Also, when the time specified in the specific time ([sleep transition time setting] or audit time) specified on the screen 602 in FIG. 6 has elapsed, the flag is updated to OFF, and the setting management unit 2001 , And is stored in the external storage device 204.
上記S1105において、送信完了不可通知済みフラグがONであると判断した場合(S1105でYesの場合)、ジョブ履歴管理部2002は、S1108に処理を進める。
一方、上記S1105において、送信完了不可通知済みフラグがOFFであると判断した場合(S1105でNoの場合)、ジョブ履歴管理部2002は、S1106に処理を進める。
If it is determined in S1105 that the transmission completion impossible notification completion flag is ON (Yes in S1105), the job history management unit 2002 advances the processing to S1108.
On the other hand, if it is determined in S1105 that the transmission completion impossible notification completion flag is OFF (No in S1105), the job history management unit 2002 advances the processing to S1106.
S1106において、ジョブ履歴管理部2002は、外部記憶装置204に保存されたジョブ履歴を、図10のS1003又はS1004で取得した時間(送信完了時刻)まで送信スケジュールに関係なく送信する処理を開始する旨の通知(例外送信開始通知)をユーザに行う。この通知は、設定管理部2001に保持されている図示しない管理者のメールアドレスへ、メールにより通知してもよいし、ユーザインタフェースを用いて表示部207に画面を表示し、通知を行ってもよい。また、この通知を処理サーバー30へ通知することで、処理サーバー30がユーザへ送信する特定期間(例えば24時間)で実行されたジョブのジョブ履歴のリストの補足情報として付加して管理者等に通知してもよい。 In step S1106, the job history management unit 2002 starts processing to transmit the job history stored in the external storage device 204 regardless of the transmission schedule until the time (transmission completion time) acquired in step S1003 or S1004 in FIG. Notification to the user (exception transmission start notification). This notification may be notified by e-mail to the e-mail address of the administrator (not shown) held in the setting management unit 2001 by e-mail, or a screen may be displayed on the display unit 207 using a user interface to perform notification. Good. Also, by notifying the processing server 30 of this notification, it is added as supplementary information to the list of job histories of jobs executed in a specific period (for example, 24 hours) that the processing server 30 transmits to the user, It may be notified.
次にS1107において、ジョブ履歴管理部2002は、送信完了不可通知済みフラグをONにする。こうすることで、一度行った、外部記憶装置204に保存されたジョブ履歴を、図10のステップS1003又はS1004で取得した時間までに送信できない旨の通知を、重複して行うことがなくなる。S1107の処理の後、ジョブ履歴管理部2002は、S1108に処理を進める。 Next, in step S1107, the job history management unit 2002 sets the transmission completion impossible notification completion flag ON. In this way, it is not possible to duplicate the notification that the job history stored in the external storage device 204 can not be transmitted by the time acquired in step S1003 or S1004 in FIG. After the processing of step S1107, the job history management unit 2002 advances the processing to step S1108.
S1108において、ジョブ履歴管理部2002は、上記S1104で行った判断の結果を、呼び出し元(図10のS1005)へ返し、本フローチャートの処理を終了する。 In step S1108, the job history management unit 2002 returns the result of the determination made in step S1104 to the caller (S1005 in FIG. 10), and ends the processing of this flowchart.
以上示したように、第1実施形態では、画像処理装置の記憶装置の容量がひっ迫したことを検知した場合に、画像処理装置の記憶装置に保存されたジョブ履歴を、サイズが大きなジョブ履歴から外部装置へ送信する。また、監査タイミングなど特定の時刻までに画像処理装置の記憶装置に保存されたジョブ履歴が送信完了できるか判断し、送信完了できる時間にジョブ履歴を外部装置に送信開始する(例外送信)。このような構成によれば、画像処理装置の記憶装置に、サイズが大きな画像を含むジョブ履歴が蓄積している場合、通信セッションが確立できた際、最初に当該ジョブ履歴を送信するため、効率的に記憶装置の空き容量を増やすことが可能となる。また、ジョブ履歴を監査する時刻やスリープ移行時刻までに、必要なジョブ履歴をサーバーに送信することが可能となる。即ち、ジョブ履歴を保存するための領域の空き容量を効率的に増やし、画像処理装置のダウンタイムの発生を抑えることができる。 As described above, in the first embodiment, when it is detected that the storage capacity of the storage device of the image processing apparatus is close, the job history stored in the storage device of the image processing apparatus is compared with the job history having a large size. Send to an external device. Further, it is determined whether transmission of the job history stored in the storage device of the image processing apparatus can be completed by a specific time such as audit timing, and transmission of the job history to the external apparatus is started at a time when transmission can be completed (exception transmission). According to such a configuration, when a job history including an image having a large size is stored in the storage device of the image processing apparatus, the job history is first transmitted when a communication session can be established. It is possible to increase the free space of the storage device. In addition, it is possible to transmit the necessary job history to the server by the time to audit the job history and the sleep transition time. That is, the free space of the area for storing the job history can be efficiently increased, and the occurrence of the downtime of the image processing apparatus can be suppressed.
〔第2実施形態〕
以下、本発明の第2実施形態について説明する。
第2実施形態では、処理サーバー30が、サイズが大きいジョブ履歴を優先的に受信可能とするため、画像形成装置20及び処理サーバー30においてジョブ履歴の優先度の定義と、優先度に基づいた処理を実施する。本処理は、第1実施形態における図10のS1008の拡張であるが、他の画像形成装置20のジョブ履歴管理部2002がジョブ履歴を処理サーバー30へ送信する処理全般(図8のS811、図9のS902等)に適用しても良い。
Second Embodiment
Hereinafter, a second embodiment of the present invention will be described.
In the second embodiment, in order to enable the processing server 30 to preferentially receive the job history having a large size, the image forming apparatus 20 and the processing server 30 define a priority of the job history and a process based on the priority. Conduct. This process is an extension of S1008 in FIG. 10 in the first embodiment, but the overall process in which the job history management unit 2002 of the other image forming apparatus 20 transmits the job history to the processing server 30 (S811 in FIG. The present invention may be applied to S902 of 9).
図12は、処理サーバー30のソフトウェア構成の一例を示す図である。図12に記載のソフトウェア構成は、処理サーバー30のCPU301が例えば外部記憶装置304等に記憶されているプログラムをRAM303に読み出して実行することにより実現される。 FIG. 12 shows an example of the software configuration of the processing server 30. As shown in FIG. The software configuration described in FIG. 12 is realized by the CPU 301 of the processing server 30 reading out a program stored in the external storage device 304 or the like to the RAM 303 and executing the program.
図12において、データ送受信部3003は、画像形成装置20やデータベース40等との各種データの送受信処理を行う。データ送受信部2003は、例えば、ジョブ履歴生成部2006で生成されたジョブ履歴を画像形成装置20から受信する。また、データ送受信部2003は、データ処理したジョブ履歴等をデータベース40に送信する。 In FIG. 12, a data transmission / reception unit 3003 performs transmission / reception processing of various data with the image forming apparatus 20, the database 40, and the like. The data transmission / reception unit 2003 receives, for example, the job history generated by the job history generation unit 2006 from the image forming apparatus 20. Further, the data transmission / reception unit 2003 transmits the data-processed job history and the like to the database 40.
データ処理部3004は、ジョブ履歴に含まれる画像データに対して、OCR(Optical Character Recognition)処理を行ってテキスト情報を抽出したり、画像データの解像度やファイルフォーマットを変換したりする処理を行う。 A data processing unit 3004 performs OCR (Optical Character Recognition) processing on image data included in the job history to extract text information, and converts the resolution and file format of the image data.
設定管理部3001は、処理サーバー30の動作に関わる設定、および、管理対象の画像形成装置20の設定を記憶装置に保存し、該記憶装置から読み出す。保存先の記憶装置は、処理サーバー30のROM302、RAM303、外部記憶装置304、又は、データベース40の外部記憶装置304、又は、その他の処理サーバー30がアクセス可能な記憶装置等である。ここで、処理サーバー30の動作に関わる設定とは、例えばデータ処理部3004の動作設定(OCR処理を行うか否かの設定、解像度設定、画像ファイルフォーマット等)や、データベース40へのアクセス情報などが含まれる。 The setting management unit 3001 saves the setting relating to the operation of the processing server 30 and the setting of the image forming apparatus 20 to be managed in the storage device and reads the settings from the storage device. The storage device of the storage destination is the ROM 302, the RAM 303, the external storage device 304 of the processing server 30, the external storage device 304 of the database 40, or a storage device to which the other processing server 30 can access. Here, the setting related to the operation of the processing server 30 includes, for example, the operation setting of the data processing unit 3004 (setting whether or not to perform the OCR processing, resolution setting, image file format, etc.), access information to the database 40, etc. Is included.
ジョブ履歴管理部3002は、データ送受信部3003を介して、画像形成装置20からジョブ履歴を受信し、データ処理部3004を介してデータ処理を実施した上で、処理サーバー30の外部記憶装置304に格納する。ここで、データ処理とは、画像データに対して、OCR処理を行ってテキスト情報を抽出したり、画像データの解像度やファイルフォーマットを変換したりする処理である。データ処理によって得られたテキスト情報は、ジョブ履歴と紐付けられて保存され、ジョブ履歴の検索に利用される。
また、ジョブ履歴管理部3002は、データ送受信部3003を介して、ジョブ履歴やテキスト情報等をデータベース40に送信する。ジョブ履歴管理部3002は、データベース40への送信が完了したジョブ履歴やテキスト情報については、処理サーバー30の外部記憶装置304から削除する。
The job history management unit 3002 receives a job history from the image forming apparatus 20 via the data transmission / reception unit 3003, performs data processing via the data processing unit 3004, and then transmits the job history to the external storage device 304 of the processing server 30. Store. Here, the data processing is processing for performing OCR processing on image data to extract text information, and converting the resolution and file format of the image data. The text information obtained by the data processing is linked with the job history, stored, and used for searching the job history.
Also, the job history management unit 3002 transmits job history, text information, and the like to the database 40 via the data transmission / reception unit 3003. The job history management unit 3002 deletes, from the external storage device 304 of the processing server 30, the job history and the text information for which transmission to the database 40 has been completed.
図13は、第2実施形態におけるジョブ履歴送信処理の一例を示すフローチャートである。本処理は、画像形成装置20のCPU201が例えばROM202に記憶されているプログラムをRAM203に読み出して実行することにより実現される。また、本処理は、画像形成装置20のジョブ履歴管理部2002がジョブ履歴を処理サーバー30へ送信する処理に対応する。また、本処理は、ジョブ履歴管理部2002がジョブ履歴生成部2006からの、ジョブが実行されたことによるジョブ履歴が生成された旨のジョブ履歴生成通知を受信するたびに、もしくは、例えば5分間隔などの定期間隔ごとに実行される。具体的には、図10のS1008の拡張であるが、図8のS811、図9のS902の処理内容に適用してもよい。 FIG. 13 is a flowchart illustrating an example of job history transmission processing according to the second embodiment. This process is realized by the CPU 201 of the image forming apparatus 20 reading out a program stored in, for example, the ROM 202 to the RAM 203 and executing the program. Further, the present processing corresponds to processing in which the job history management unit 2002 of the image forming apparatus 20 transmits a job history to the processing server 30. Also, this process is performed each time the job history management unit 2002 receives a job history generation notification from the job history generation unit 2006 indicating that the job history is generated due to the execution of the job, or, for example, 5 minutes. It is executed at regular intervals such as intervals. Specifically, this is an extension of S1008 of FIG. 10, but may be applied to the processing contents of S811 of FIG. 8 and S902 of FIG.
まずS1301において、画像形成装置20のジョブ履歴管理部2002は、ジョブ履歴のサイズを確認する。ここで確認対象とするジョブ履歴は、ジョブ履歴1つに対して、本処理を実行してもよいし、複数のジョブ履歴を確認してサイズ情報をリスト化することで効率化を図ってもよい。本実施例では、ジョブ履歴1つに対して処理を行うことし、外部記憶装置204に保存されているジョブ履歴の個数分、本処理が繰り返されるものとする。 First, in step S1301, the job history management unit 2002 of the image forming apparatus 20 confirms the size of the job history. For the job history to be checked here, this process may be executed for one job history, or efficiency may be achieved by checking a plurality of job histories and listing size information. Good. In this embodiment, processing is performed on one job history, and this processing is repeated by the number of job histories stored in the external storage device 204.
S1302において、ジョブ履歴管理部2002は、上記S1301において取得したジョブ履歴のサイズに関して、サイズが大きいジョブ履歴であるか否かを判断する。ここで、サイズが大きいジョブ履歴とは、時間がかかるために画像処理が行われなかったジョブ履歴である。例えば、印刷実行時に、プリンタードライバで1200dpiなどの大きな解像度を指定された印刷ジョブ、又は、A3以上の大きな用紙を指定された印刷ジョブのジョブ履歴である。 In step S1302, the job history management unit 2002 determines whether the size of the job history acquired in step S1301 is a large job history. Here, the job history having a large size is a job history in which image processing is not performed because it takes time. For example, it is a job history of a print job for which a large resolution such as 1200 dpi is specified by the printer driver at the time of printing, or a print job for which a large sheet of A3 or larger is specified.
上記S1302の判断の結果、サイズが大きいジョブ履歴であると判断した場合(S1302でYesの場合)、ジョブ履歴管理部2002は、サイズ大フラグをOnに設定し(S1303)、S1305に処理を進める。
一方、サイズが大きいジョブ履歴ではないと判断した場合(S1302でNoの場合)、サイズ大フラグをOffに設定し(S1304)、S1305に処理を進める。
If it is determined that the job history is a large size job history (Yes in S1302), the job history management unit 2002 sets the large size flag to On (S1303), and advances the process to S1305. .
On the other hand, if it is determined that the job history is not a large size job history (S1302: No), the large size flag is set to Off (S1304), and the process proceeds to S1305.
S1305において、ジョブ履歴管理部2002は、サイズ大フラグの値を確認する。そして、サイズ大フラグの値がOnと判断した場合(S1305でYesの場合)、ジョブ履歴管理部2002は、S1306に処理を進める。
S1306において、ジョブ履歴管理部2002は、サイズが大きいジョブ履歴を処理サーバー30へ送信するために、データ送受信部2003を介して、優先度フラグ付きAPIを使用して当該ジョブ履歴を送信し、S1308に処理を進める。ここで、優先度フラグ付きAPIとは、プログラム上の既存のジョブ履歴送信APIに対し、新しい引数を追加することで、処理サーバー30がその値によって優先して処理すべきジョブ履歴か否かを判定可能にする手段を指す。新しい引数を追加しなかったとしても、既存APIの既存引数の値によって、処理サーバー30が優先して処理すべきジョブ履歴か否かを判断できるのであれば、その形態であってもかまわない。また、サイズが大きいジョブ履歴を処理サーバー30へ送信する専用APIを別途用意してもよい。以上のようなAPIを用いてジョブ履歴を送信することにより、送信先の処理サーバー30で受信したジョブ履歴が優先して処理すべきジョブ履歴か否かを容易に認識可能になる。
In step S1305, the job history management unit 2002 confirms the value of the large size flag. If it is determined that the value of the large size flag is On (in the case of Yes in S1305), the job history management unit 2002 advances the processing to S1306.
In step S1306, the job history management unit 2002 transmits the job history using the priority flag attached API via the data transmission / reception unit 2003 in order to transmit the large-sized job history to the processing server 30, and the process proceeds to step S1308. Proceed to Here, the priority flagged API is a job history to be processed by the processing server 30 with priority according to the value, by adding a new argument to the existing job history transmission API on the program. Refers to a means that enables determination. Even if a new argument is not added, it may be in the form as long as the processing server 30 can determine whether it is a job history to be preferentially processed based on the value of the existing argument of the existing API. In addition, a dedicated API for transmitting a job history having a large size to the processing server 30 may be separately prepared. By transmitting the job history using the above-described API, it can be easily recognized whether the job history received by the processing server 30 of the transmission destination is a job history to be processed with priority.
一方、上記S1305において、サイズ大フラグの値がOffであると判断した場合(S1305でNoの場合)、ジョブ履歴管理部2002は、S1307に処理を進める。
S1307において、ジョブ履歴管理部2002は、データ送受信部2003を介して、従来の既存APIを使用して当該ジョブ履歴を送信し、S1308に処理を進める。本処理で送信されるジョブ履歴は、サイズが小さなジョブ履歴であり、具体的には、ジョブ実行後又はジョブ実行と並行して画像処理が行われたジョブ履歴である(以下「通常ジョブ履歴」と呼ぶ)。また、既存APIの既存引数の値によって、処理サーバー30が優先する必要のない通常ジョブ履歴か否かを判断できるようにしたり、通常ジョブ履歴専用のAPIを別途用意してもよい。
If it is determined in S1305 that the value of the large size flag is Off (No in S1305), the job history management unit 2002 advances the processing to S1307.
In step S1307, the job history management unit 2002 transmits the job history using the existing existing API via the data transmission / reception unit 2003, and the process proceeds to step S1308. The job history transmitted in this process is a job history with a small size, specifically, a job history in which image processing has been performed after or in parallel with job execution (hereinafter referred to as “normal job history”) Called Further, it may be possible to determine whether the processing server 30 is a normal job history that does not need to be prioritized or not according to the value of the existing argument of the existing API, or an API dedicated to the normal job history may be separately prepared.
S1308において、ジョブ履歴管理部2002は、データ送受信部2003を介して、処理サーバー30からの応答を受信する。
次にS1309において、ジョブ履歴管理部2002は、データ送受信部2003を介して、上記S1308で受信した応答を確認し、送信が成功したか否かを判断する。送信成功した旨の情報が応答に含まれると判断した場合(S1309でYesの場合)、ジョブ履歴管理部2002は、本フローチャートの処理を終了する。
In step S1308, the job history management unit 2002 receives the response from the processing server 30 via the data transmission / reception unit 2003.
Next, in step S1309, the job history management unit 2002 confirms the response received in step S1308 via the data transmission / reception unit 2003, and determines whether transmission has succeeded. If it is determined that the information indicating that the transmission is successful is included in the response (in the case of Yes in S1309), the job history management unit 2002 ends the processing of this flowchart.
一方、送信成功した旨の情報が応答に含まれていないと判断した場合(S1309でNoの場合)、ジョブ履歴管理部2002は、S1310に処理を進める。 On the other hand, if it is determined that the information indicating that the transmission is successful is not included in the response (in the case of No in S1309), the job history management unit 2002 advances the processing to S1310.
S1310において、ジョブ履歴管理部2002は、データ送受信部2003を介して、上記S1308で受信した応答に、サーバービジーエラーが含まれるか否かを判断する。ここで、サーバービジーエラーとは、処理サーバー30が同時受信可能な接続数を超えてクライアントからのジョブ履歴が送信された場合に、クライアントに待機を要請するために定義した応答である。 In step S1310, the job history management unit 2002 determines, via the data transmission / reception unit 2003, whether the response received in step S1308 includes a server busy error. Here, the server busy error is a response defined to request the client to wait when the job history is sent from the client after the number of connections that the processing server 30 can simultaneously receive.
上記S1310において、サーバービジーエラーが応答に含まれると判断した場合(S1310でYesの場合)、ジョブ履歴管理部2002は、S1311に処理を進める。
S1311において、ジョブ履歴管理部2002は、上記S1303又はS1304で値を書き換えた、サイズ大フラグの値を確認する。そして、サイズ大フラグの値がOnの場合(S1311でNoの場合、つまりサイズが大きなジョブ履歴の場合)、ジョブ履歴管理部2002は、そのままS1305に処理を移行させる。これにより、優先して処理すべきジョブ履歴については、すぐに次回(リトライ時の)ジョブ履歴送信(再送信)を行うことができる。
If it is determined in S1310 that the server busy error is included in the response (in the case of Yes in S1310), the job history management unit 2002 advances the process to S1311.
In step S1311, the job history management unit 2002 confirms the value of the large size flag, the value of which has been rewritten in step S1303 or S1304. If the value of the large size flag is On (No in step S1311, that is, if the size is a large job history), the job history management unit 2002 directly shifts the process to step S1305. As a result, for the job history to be preferentially processed, the job history transmission (retransmission) can be immediately performed next time (at the time of retry).
一方、サイズ大フラグの値がOffの場合(S1311でYesの場合、つまりサイズが大きなジョブ履歴ではない場合)、ジョブ履歴管理部2002は、S1312に処理を進める。
S1312において、ジョブ履歴管理部2002は、一定時間の待機を行う。ここで、待機の目的は、処理サーバー30へのジョブ履歴送信処理が集中していることに対して一定時間待つことで、次回(リトライ時の)ジョブ履歴送信(再送信)をスムーズに行うためのものである。待機時間は、数十秒〜数十分など、外部記憶装置204の容量等を鑑みて、妥当な時間を定義する。また、ユーザインタフェース等により、待機時間を変更可能にしてもよい。一定時間の待機後、ジョブ履歴管理部2002は、S1305に処理を移行させる。
On the other hand, if the value of the large size flag is Off (in the case of Yes in S1311, that is, if the size is not a large job history), the job history management unit 2002 advances the processing to S1312.
In step S1312, the job history management unit 2002 stands by for a predetermined time. Here, the purpose of waiting is to perform job history transmission (retransmission) smoothly next time (at the time of retry) by waiting for a fixed time for the concentration of job history transmission processing to the processing server 30. belongs to. The standby time defines an appropriate time in consideration of the capacity of the external storage device 204, such as several tens of seconds to several tens of minutes. In addition, the standby time may be changeable by a user interface or the like. After waiting for a predetermined time, the job history management unit 2002 shifts the processing to S1305.
一方、上記S1310において、サーバービジーエラーが応答に含まれないと判断した場合(S1310でNoの場合)、ジョブ履歴管理部2002は、S1313に処理を進める。
上記S1313において、ジョブ履歴管理部2002は、エラー処理を行い、本フローチャートの処理を終了する。
On the other hand, if it is determined in S1310 that the server busy error is not included in the response (in the case of No in S1310), the job history management unit 2002 advances the process to S1313.
In step S1313, the job history management unit 2002 performs error processing, and ends the processing of this flowchart.
図14は、第2実施形態におけるジョブ履歴受信処理の一例を示すフローチャートである。本処理は、処理サーバー30のCPU301が例えば外部記憶装置304に記憶されているプログラムをRAM303に読み出して実行することにより実現される。また、本処理は、データ送受信部3003が、図13のS1306又はS1307において画像形成装置20から送信されるジョブ履歴を受信するたびに実行される。また、本処理は、処理サーバー30が、画像形成装置20から受信したジョブ履歴に対して各種処理を実行するフローチャートである。 FIG. 14 is a flowchart illustrating an example of job history reception processing according to the second embodiment. This process is realized by the CPU 301 of the processing server 30 reading a program stored in the external storage device 304 to the RAM 303 and executing the program. Also, this process is executed each time the data transmitting / receiving unit 3003 receives the job history transmitted from the image forming apparatus 20 in S1306 or S1307 of FIG. Further, the present process is a flowchart in which the processing server 30 executes various processes on the job history received from the image forming apparatus 20.
S1401において、処理サーバー30のジョブ履歴管理部3002は、データ送受信部3003を介して、ジョブ履歴受信APIの優先度フラグの有無を確認する。ジョブ履歴受信APIは、図13のS1306又はS1307で使用されたAPIのことであり、画像形成装置20のジョブ履歴管理部2002がS1306とS1307のどちらの処理を実行したかによって、決定される。本実施例では、同一APIの引数に指定する優先度フラグの有無で判断するが、全く異なるAPIを呼び分ける形態であっても構わない。 In step S1401, the job history management unit 3002 of the processing server 30 confirms the presence / absence of the priority flag of the job history reception API via the data transmission / reception unit 3003. The job history reception API is the API used in S1306 or S1307 of FIG. 13, and is determined depending on which of the processes of S1306 and S1307 the job history management unit 2002 of the image forming apparatus 20 executes. In this embodiment, the determination is made based on the presence or absence of the priority flag specified in the argument of the same API, but it is also possible to have completely different APIs called separately.
次にS1402において、ジョブ履歴管理部3002は、受信したジョブ履歴が優先受信すべきものであるか否かを判断する。ここでは、上記S1401において、ジョブ履歴受信APIの優先度フラグが有だった場合(サイズが大きなジョブ履歴を受信した場合)に優先受信すべきジョブ履歴であると判断する。そして、優先すべきジョブ履歴と判断した場合(S1402でYesの場合)、ジョブ履歴管理部3002は、S1403に処理を進める。 Next, in step S1402, the job history management unit 3002 determines whether the received job history is to be prioritized. Here, if the priority flag of the job history reception API is present in S1401 (when the job history with a large size is received), it is determined that the job history should be received preferentially. If it is determined that the job history should be prioritized (in the case of Yes in S1402), the job history management unit 3002 advances the processing to S1403.
S1403において、ジョブ履歴管理部3002は、データ送受信部3003が受信可能な優先ジョブ履歴数が1以上か否かを確認する。受信可能な優先ジョブ履歴数とは、予め受信可能な一定の値(上限)を定義しておくことで、メモリやCPUの使い過ぎや、システム全体のパフォーマンス低下防止を実現するためのものである。受信可能な優先ジョブ履歴数は、例えば「5」である。 In step S1403, the job history management unit 3002 confirms whether the number of priority job histories that can be received by the data transmission / reception unit 3003 is one or more. The number of priority job histories that can be received is intended to realize prevention of excessive use of memory and CPU and performance degradation of the entire system by defining in advance a certain value (upper limit) that can be received. . The number of priority job histories that can be received is, for example, “5”.
上記S1403において、データ送受信部3003が受信可能な優先ジョブ履歴数が0以下と判断した場合(S1403でNoの場合)、ジョブ履歴管理部3002は、S1408に処理を進める。S1408以降の処理については後述する。 If it is determined in S1403 that the number of priority job histories that can be received by the data transmission / reception unit 3003 is 0 or less (No in S1403), the job history management unit 3002 advances the process to S1408. The processes after S1408 will be described later.
一方、上記S1403において、データ送受信部3003が受信可能な優先ジョブ履歴数が1以上であると判断した場合(S1403でYesの場合)、ジョブ履歴管理部3002はS1404へ進む。 On the other hand, if the data transmitting / receiving unit 3003 determines that the number of priority job histories that can be received is 1 or more in S1403 (if Yes in S1403), the job history management unit 3002 proceeds to S1404.
次にS1404において、ジョブ履歴管理部3002は、データ送受信部3003が受信可能な優先ジョブ履歴数から1を減算した値を、受信可能な優先ジョブ履歴数として設定する。 Next, in step S 1404, the job history management unit 3002 sets a value obtained by subtracting 1 from the number of priority job histories that can be received by the data transmission / reception unit 3003 as the number of priority job histories that can be received.
続いてS1405において、ジョブ履歴管理部3002は、データ処理部3004がデータ処理を実行するためのプロセス起動数に、プロセス起動可能数から1を減算した値を設定する。ここで本処理の目的について説明する。優先ジョブ履歴(つまりサイズが大きなジョブ履歴)を受信し、データ処理している間は、メモリやCPU等のコンピュータ資源を大量に使用することが予想される。そのため、データ処理部3004の実行プロセスを制限することにより、システム全体のパフォーマンス低下を防止することを目的としている。S1405の処理の後、ジョブ履歴管理部3002は、S1409に処理を進める。 Subsequently, in step S1405, the job history management unit 3002 sets a value obtained by subtracting 1 from the process startable number as the process start number for the data processing unit 3004 to execute data processing. Here, the purpose of this processing will be described. While the priority job history (that is, the job history having a large size) is received and processed, it is expected that a large amount of computer resources such as memory and CPU will be used. Therefore, by restricting the execution process of the data processing unit 3004, it is an object to prevent the performance degradation of the entire system. After the processing of step S1405, the job history management unit 3002 advances the processing to step S1409.
また、上記S1402において、優先しないジョブ履歴と判断した場合(S1402でNoの場合)、ジョブ履歴管理部3002は、S1406に処理を進める。
S1406において、ジョブ履歴管理部3002は、データ送受信部3003が受信可能な通常ジョブ履歴数が1以上か否かを確認する。受信可能な通常ジョブ履歴数とは、受信可能な優先ジョブ履歴数と同様に、予め受信可能な一定の値(上限)を定義しておくことで、メモリやCPU等コンピュータ資源の使い過ぎや、システム全体のパフォーマンス低下防止を実現するためのものである。受信可能な通常ジョブ履歴数は、例えば「3」であり、受信可能な優先ジョブ履歴数(例えば「5」)よりも小さい値を定義する。なお、本実施例では、受信可能な優先ジョブ履歴数と受信可能な通常ジョブ履歴数を別の値として定義しているが、ジョブ履歴のサイズで区別することなく、これらを合わせた値「受信可能なジョブ履歴数」という定義をしても構わない。本実施例では、優先ジョブ履歴をたくさん受信できるよう、受信可能な優先ジョブ履歴数を通常部ジョブ履歴数よりも多く定義している。しかし、受信可能な通常ジョブ履歴数と、受信可能な優先ジョブ履歴数を同じ値としてもよい。
If it is determined in S1402 that the job history is not prioritized (No in S1402), the job history management unit 3002 advances the process to S1406.
In step S1406, the job history management unit 3002 confirms whether the number of normal job histories receivable by the data transmission / reception unit 3003 is one or more. The number of normal job histories that can be received is, like the number of prioritized job histories that can be received, by defining in advance a certain value (upper limit) that can be received, excessive use of computer resources such as memory and CPU, It is for realizing the prevention of the performance degradation of the whole system. The number of normal job histories that can be received is, for example, “3”, and a value smaller than the number of priority job histories that can be received (for example, “5”) is defined. In the present embodiment, although the number of priority job histories that can be received and the number of normal job histories that can be received are defined as different values, the value “the reception of these is combined without being distinguished by the size of the job history. The number of possible job histories may be defined. In this embodiment, the number of priority job histories that can be received is defined to be larger than the number of normal job histories so that many priority job histories can be received. However, the number of normal job histories that can be received and the number of priority job histories that can be received may be the same value.
上記S1406において、データ送受信部3003が受信可能な通常ジョブ履歴数が0以下と判断した場合(S1406でNoの場合)、ジョブ履歴管理部3002は、S1408に処理を進める。
S1408において、ジョブ履歴管理部3002は、データ送受信部3003を介して、サーバービジーエラーを応答(クライアントに待機を要請するための応答)としてデータ送受信部2003へ送信し、本フローチャートの処理を終了する。
If it is determined in S1406 that the number of normal job histories receivable by the data transmission / reception unit 3003 is 0 or less (No in S1406), the job history management unit 3002 advances the process to S1408.
In step S1408, the job history management unit 3002 transmits a server busy error as a response (a response for requesting the client to wait) to the data transmission / reception unit 2003 via the data transmission / reception unit 3003, and ends the processing of this flowchart. .
一方、上記S1406において、データ送受信部3003が受信可能な優先ジョブ履歴数が0以下であると判断した場合(S1406でNoの場合)、ジョブ履歴管理部3002はS1407に処理を進める。
S1407において、ジョブ履歴管理部3002は、データ送受信部3003が受信可能な通常ジョブ履歴数から1を減算した値を、受信可能な通常ジョブ履歴数として設定し、S1409に処理を進める。
On the other hand, if the data transmitting / receiving unit 3003 determines that the number of priority job histories that can be received is less than or equal to 0 in S1406 (No in S1406), the job history management unit 3002 advances the process to S1407.
In step S1407, the job history management unit 3002 sets a value obtained by subtracting 1 from the number of normal job histories receivable by the data transmission / reception unit 3003 as the number of receivable normal job histories, and the process advances to step S1409.
S1409において、データ処理部3004は、プロセス起動可能数が1以上か否かを確認する。プロセス起動可能数は、データ処理を実行するためのプロセス又はスレッドを複数起動し、データ処理を並行で実施することによりシステムとしてのパフォーマンス向上を図る施策の一環で、設けられたものである。処理サーバー30のメモリやCPUの搭載基準を基に、予め一定の値(上限)を定義し、その値を超えない範囲で、プロセス又はスレッドを複数起動可能とする。 In S1409, the data processing unit 3004 checks whether the process startable number is one or more. The process startable number is provided as part of measures to improve the performance as a system by starting a plurality of processes or threads for executing data processing and executing data processing in parallel. A fixed value (upper limit) is previously defined based on the mounting standard of the memory and CPU of the processing server 30, and a plurality of processes or threads can be activated within a range not exceeding that value.
データ処理部3004は、プロセス起動可能数が0以下と判断した場合(S1409でNoの場合)、待機を行い(S1411)、S1409に処理を戻す。S1411の待機に関しては、数十秒から数分の待機を想定しているが、ジョブ履歴管理部2002が発行するイベントにより、通知を受けることで待機状態を解除する等の実施形態でもよい。 If the data processing unit 3004 determines that the process startable number is 0 or less (S1409: No), the data processing unit 3004 stands by (S1411) and returns the process to S1409. With regard to the standby of S1411, a standby for several tens of seconds to several minutes is assumed, but an embodiment may be such that the standby state is canceled by receiving a notification by an event issued by the job history management unit 2002.
一方、上記S1409において、データ処理部3004は、プロセス起動可能数が1以上と判断した場合(S1409でYesの場合)、S1410に処理を進める。 On the other hand, if the data processing unit 3004 determines that the process startable number is 1 or more in S1409 (Yes in S1409), the process proceeds to S1410.
S1410において、データ処理部3004は、データ処理を実行するためのプロセスを起動し、ジョブ履歴に対するデータ処理を実行する。データ処理とは、前述の通り、画像データに対して、OCR処理を行ってテキスト情報を抽出したり、画像データの解像度やファイルフォーマットを変換したりする処理である。そして、S1410で起動したプロセスの完了後、S1412に移行する。 In step S1410, the data processing unit 3004 starts a process for executing data processing, and executes data processing on job history. As described above, data processing is processing for performing OCR processing on image data to extract text information, and converting the resolution and file format of the image data. After completion of the process started in S1410, the process proceeds to S1412.
S1412において、ジョブ履歴管理部3002は、上記S1402と同様に、受信したジョブ履歴が優先受信すべきものであったか否かを判断する。詳細はS1402と同じなのでここでは説明を省くが、S1402の結果を変数等に一時保存して置き、それを参照する形でもよい。 In step S1412, the job history management unit 3002 determines whether the received job history should be preferentially received, as in step S1402. The details are the same as in S1402, and therefore the description thereof is omitted here, but the result of S1402 may be temporarily stored in a variable or the like and may be referred to.
上記S1412において、優先すべきジョブ履歴と判断した場合(S1412でYesの場合)、ジョブ履歴管理部3002は、S1413に処理を進める。 If it is determined in S1412 that the job history should be prioritized (Yes in S1412), the job history management unit 3002 advances the process to S1413.
S1413において、ジョブ履歴管理部3002は、データ処理部3004がデータ処理を実行するためのプロセス起動数に、プロセス起動可能数に1を加算した値を設定する。これは、データ処理部3004によるサイズが大きなジョブ履歴に対するデータ処理が完了したため、データ処理部が起動可能なプロセス数を戻すための処理である。 In step S1413, the job history management unit 3002 sets a value obtained by adding 1 to the process startable number to the process start number for the data processing unit 3004 to execute data processing. This is a process for returning the number of processes that can be started up by the data processing unit because the data processing unit 3004 completes data processing on a job history with a large size.
またS1414において、ジョブ履歴管理部3002は、データ送受信部3003が受信可能な優先ジョブ履歴数に1を加算した値を、受信可能な優先ジョブ履歴数として設定する。これは、データ送受信部3003によるサイズが大きなジョブ履歴に対するデータ受信が完了したため、受信可能数を戻すための処理である。 In step S1414, the job history management unit 3002 sets a value obtained by adding 1 to the number of priority job histories that can be received by the data transmission / reception unit 3003 as the number of priority job histories that can be received. This is a process for returning the receivable number because the data transmission / reception unit 3003 has completed data reception for the job history with a large size.
また、上記S1412において、優先すべきジョブ履歴でないと判断した場合(S1412でNoの場合)、ジョブ履歴管理部3002は、S1415に処理を進める。
S1415において、ジョブ履歴管理部3002は、データ送受信部3003が受信可能な通常ジョブ履歴数に1を加算した値を、受信可能な通常ジョブ履歴数として設定する。これは、データ送受信部3003による通常のジョブ履歴に対するデータ受信が完了したため、受信可能数を戻すための処理である。
上記S1414又はS1415の処理の後、ジョブ履歴管理部3002は、本フローチャートの処理を終了する。
If it is determined in S1412 that the job history is not to be prioritized (No in S1412), the job history management unit 3002 advances the process to S1415.
In step S1415, the job history management unit 3002 sets a value obtained by adding 1 to the number of normal job histories receivable by the data transmission / reception unit 3003 as the receivable number of normal job histories. This is a process for returning the receivable number because data reception for the normal job history by the data transmission / reception unit 3003 is completed.
After the process of S1414 or S1415, the job history management unit 3002 ends the process of this flowchart.
以上示したように、第2実施形態において、画像形成装置20では、優先度が高いジョブ履歴(サイズが大きいジョブ履歴)を処理サーバー30に送信する場合には、頻繁にリトライして待機時間を少なくするように制御する。一方、通常のジョブ履歴を送信する場合には、従来通り待機した後にリトライするように制御する。これにより、サーバーの負荷を上げることなく、優先度が高いジョブ履歴(サイズが大きいジョブ履歴)を速やかに送信することが可能となる。 As described above, in the second embodiment, when the image forming apparatus 20 transmits a job history having a high priority (a job history having a large size) to the processing server 30, it is frequently retried to wait for the standby time. Control to reduce. On the other hand, when transmitting a normal job history, control is made to retry after waiting as in the conventional case. As a result, it is possible to quickly transmit a high priority job history (a job history with a large size) without increasing the load on the server.
また、処理サーバー30では、優先度が高いジョブログをデータ処理する間には、プロセス起動可能数を制限する(減少させる)ように制御する。これにより、優先度が高いジョブ履歴(サイズが大きいジョブ履歴)の処理によってコンピュータリソースが大量に消費されてしまいパフォーマンスが低下してしまうことを抑えることができる。
また、受信可能な優先ジョブ履歴数を受信可能な通常ジョブ履歴数よりも大きな値とすることにより、優先度が高いジョブ履歴(サイズが大きいジョブ履歴)の受信を優先させることができる。
この結果、画像形成装置の記憶装置が容量不足になってしまうことを抑えることができる。
Further, the processing server 30 performs control to limit (decrease) the process startable number while processing the high priority job log data. As a result, it is possible to suppress a decrease in performance due to the large consumption of computer resources due to the processing of the job history (job history having a large size) with high priority.
Further, by setting the number of priority job histories that can be received to a value larger than the number of normal job histories that can be received, it is possible to prioritize the reception of job histories with high priority (job histories with a large size).
As a result, the storage device of the image forming apparatus can be prevented from running out of capacity.
以上、各実施形態によれば、ジョブ履歴を保存するための領域の空き容量を効率的に増やし、画像処理装置のダウンタイムの発生を抑えることができる。 As described above, according to each embodiment, the free space of the area for storing the job history can be efficiently increased, and the occurrence of downtime of the image processing apparatus can be suppressed.
なお、上述した各種データの構成及びその内容はこれに限定されるものではなく、用途や目的に応じて、様々な構成や内容で構成されていてもよい。
以上、一実施形態について示したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記憶媒体等としての実施態様をとることが可能である。具体的には、複数の機器から構成されるシステムに適用してもよいし、また、一つの機器からなる装置に適用してもよい。
また、上記各実施形態を組み合わせた構成も全て本発明に含まれるものである。
In addition, the structure of the various data mentioned above and its content are not limited to this, According to a use or the objective, you may be comprised by various structure or content.
Although the embodiment has been described above, the present invention can be embodied as, for example, a system, an apparatus, a method, a program, or a storage medium. Specifically, the present invention may be applied to a system composed of a plurality of devices, or may be applied to an apparatus composed of one device.
Further, all configurations obtained by combining the above-described embodiments are also included in the present invention.
(その他の実施形態)
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
また、本発明は、複数の機器から構成されるシステムに適用しても、1つの機器からなる装置に適用してもよい。
本発明は上記実施形態に限定されるものではなく、本発明の趣旨に基づき種々の変形(各実施形態の有機的な組合せを含む)が可能であり、それらを本発明の範囲から除外するものではない。即ち、上述した各実施形態及びその変形例を組み合わせた構成も全て本発明に含まれるものである。
(Other embodiments)
The present invention supplies a program that implements one or more functions of the above-described embodiments to a system or apparatus via a network or storage medium, and one or more processors in a computer of the system or apparatus read and execute the program. Can also be realized. It can also be implemented by a circuit (eg, an ASIC) that implements one or more functions.
Further, the present invention may be applied to a system constituted by a plurality of devices or to an apparatus comprising a single device.
The present invention is not limited to the above embodiments, and various modifications (including organic combinations of the respective embodiments) are possible based on the spirit of the present invention, which are excluded from the scope of the present invention is not. That is, all configurations obtained by combining the above-described embodiments and their modifications are also included in the present invention.
Claims (14)
予め設定されたスケジュールに従い、前記領域に保存された未送信の1以上のジョブ履歴を外部に送信する送信手段と、
前記送信済みのジョブ履歴を前記領域から削除する削除手段と、
前記領域の残りの容量が所定量より少なくなった場合に、前記領域に保存された複数のジョブ履歴の中から、所定のサイズより大きなサイズの1以上のジョブ履歴の特定を行う特定手段と、を有し、
前記特定手段により前記1以上のジョブ履歴が特定された場合、前記送信手段は、前記スケジュールに依存せずに前記特定された1以上のジョブ履歴を外部に送信し、
前記送信手段により前記スケジュールに依存せずに前記特定された1以上のジョブ履歴が外部に送信された場合、前記削除手段は、前記領域から前記特定された1以上のジョブ履歴を削除することを特徴とする画像処理装置。 An image processing apparatus comprising: a storage device in which an area for storing a job history including content information including an image to be processed corresponding to an executed job and attribute information of the job is secured,
A transmitting unit that transmits one or more unsent job histories stored in the area to the outside according to a preset schedule;
Deletion means for deleting the sent job history from the area;
Specifying means for specifying one or more job histories of a size larger than a predetermined size among the plurality of job histories stored in the area, when the remaining capacity of the area becomes smaller than a predetermined amount; Have
When the one or more job histories are specified by the specifying unit, the transmission unit transmits the one or more specified job histories to the outside without depending on the schedule.
When the one or more specified job histories are transmitted to the outside independently of the schedule by the transmission means, the deleting means deletes the specified one or more job histories from the area. Image processing device characterized by
前記設定が行われず、かつ、前記領域の残りの容量が所定量より少なくなったことに従い外部にジョブ履歴を送信する場合には、前記特定手段による前記特定が行われることなく、前記送信手段が前記領域に保存された未送信の1以上のジョブ履歴を外部に送信することを特徴とする請求項1に記載の画像処理装置。 The apparatus further includes a setting unit configured to transmit only a job history having a size larger than the predetermined size as a transmission target to be transmitted to the outside when the remaining capacity of the area is smaller than the predetermined amount.
When the setting is not performed and the job history is transmitted to the outside according to the remaining capacity of the area becoming smaller than the predetermined amount, the transmission unit performs the specification without the specification unit. The image processing apparatus according to claim 1, wherein one or more unsent job histories stored in the area are transmitted to the outside.
前記送信手段は、前記スケジュールに依存せずに前記ジョブ履歴の送信を行う場合には、前記送信停止時間であっても、前記ジョブ履歴の送信を行うことを特徴とする請求項1又は2に記載の画像処理装置。 If it is a transmission stop time set in advance, the transmission of the job history is not performed according to the schedule by the transmission unit.
3. The transmission system according to claim 1, wherein, when the transmission of the job history is performed independently of the schedule, the transmission of the job history is performed even in the transmission stop time. Image processing apparatus as described.
前記送信手段は、前記領域に保存された全てのジョブ履歴を、前記スケジュールに依存せずに外部に送信することを特徴とする請求項1〜4のいずれか1項に記載の画像処理装置。 The apparatus further includes a determination unit that determines whether transmission of all job histories stored in the area is completed by a preset transmission completion time.
The image processing apparatus according to any one of claims 1 to 4, wherein the transmission unit transmits all the job histories stored in the area to the outside without depending on the schedule.
前記サーバーは、前記画像処理装置から送信されるジョブ履歴を受信し、該受信したジョブ履歴に含まれるコンテンツ情報のデータ処理を行うサーバーであって、所定のサイズより大きなサイズのジョブ履歴を同時にデータ処理している数が第1の数に達している場合には、前記所定のサイズより大きなサイズのジョブ履歴のデータ処理のいずれかの終了を待って、新たなジョブ履歴のデータ処理を開始するように制御する、
ことを特徴とする請求項1〜10のいずれか1項に記載の画像処理装置。 The transmission means transmits the job history to a server.
The server is a server that receives a job history transmitted from the image processing apparatus and performs data processing of content information included in the received job history, and simultaneously stores a job history having a size larger than a predetermined size. If the number being processed has reached the first number, a new job history data processing is started waiting for the end of any of the job history data processing of a size larger than the predetermined size. To control,
The image processing apparatus according to any one of claims 1 to 10, characterized in that:
前記画像処理装置から前記所定のサイズより小さなサイズのジョブ履歴を受信した場合、データ処理すべき前記所定のサイズより小さなサイズのジョブ履歴の数が第2の数に達している場合には、前記画像処理装置に待機を要請する応答を行い、
前記画像処理装置から前記所定のサイズより大きなサイズのジョブ履歴を受信した場合、データ処理すべき前記所定のサイズより大きなサイズのジョブ履歴の数が前記第2の数より大きな第3の数に達している場合には、前記画像処理装置に待機を要請する応答を行う、
ことを特徴とする請求項11に記載の画像処理装置。 The server is
When a job history of a size smaller than the predetermined size is received from the image processing apparatus, the number of job histories of a size smaller than the predetermined size to be subjected to data processing reaches a second number. Make a response to the image processing device to request a wait,
When a job history of a size larger than the predetermined size is received from the image processing apparatus, the number of job histories of a size larger than the predetermined size to be subjected to data processing reaches a third number larger than the second number. If there is a response, the image processing apparatus is requested to wait.
The image processing apparatus according to claim 11, characterized in that:
予め設定されたスケジュールに従い、前記領域に保存された未送信の1以上のジョブ履歴を外部に送信する第1送信ステップと、
前記送信済みのジョブ履歴を前記領域から削除する第1削除ステップと、
前記領域の残りの容量が所定量より少なくなった場合に、前記領域に保存された複数のジョブ履歴の中から、所定のサイズより大きなサイズの1以上のジョブ履歴の特定を行う特定ステップと、
前記特定ステップで前記1以上のジョブ履歴が特定された場合、前記スケジュールに依存せずに前記特定された1以上のジョブ履歴を外部に送信する第2送信ステップと、
前記第2送信ステップで前記スケジュールに依存せずに前記特定された1以上のジョブ履歴が外部に送信された場合、前記領域から前記特定された1以上のジョブ履歴を削除する第2削除ステップと、
を有することを特徴とする画像処理装置の制御方法。 A control method of an image processing apparatus including a storage device in which an area for storing a job history including content information including an image to be processed corresponding to an executed job and attribute information of the job is secured.
A first transmission step of transmitting one or more unsent job histories stored in the area to the outside according to a preset schedule;
A first deleting step of deleting the transmitted job history from the area;
A specific step of specifying one or more job histories of a size larger than a predetermined size from among a plurality of job histories stored in the area, when the remaining capacity of the area becomes smaller than a predetermined amount;
A second transmitting step of transmitting the one or more specified job histories to the outside without depending on the schedule, when the one or more job histories are specified in the specifying step;
A second deleting step of deleting the specified one or more job histories from the area when the one or more specified job histories are transmitted to the outside without depending on the schedule in the second transmission step; ,
And a control method of an image processing apparatus.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017226199 | 2017-11-24 | ||
JP2017226199 | 2017-11-24 |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2019097150A true JP2019097150A (en) | 2019-06-20 |
Family
ID=66973201
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018131404A Pending JP2019097150A (en) | 2017-11-24 | 2018-07-11 | Image processing apparatus, control method of image processing apparatus, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2019097150A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2023076231A (en) * | 2021-11-22 | 2023-06-01 | キヤノン株式会社 | Image processing apparatus, method for controlling image processing apparatus, and program |
-
2018
- 2018-07-11 JP JP2018131404A patent/JP2019097150A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2023076231A (en) * | 2021-11-22 | 2023-06-01 | キヤノン株式会社 | Image processing apparatus, method for controlling image processing apparatus, and program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8520237B2 (en) | Image forming apparatus with print server function, print server activating method in a network, and computer program product | |
JP5473267B2 (en) | Workflow execution system and workflow execution method | |
US9501250B2 (en) | Apparatus, system, and method of controlling power supply, and recording medium storing power supply control program | |
US10255533B2 (en) | Information device, computer-readable storage medium for computer program, and method for sharing memory | |
JP2010061562A (en) | Apparatus operation history recording system | |
US10768870B2 (en) | Image forming system and image forming method | |
US9013742B2 (en) | Destination-to-save-data specifying system, information processing apparatus, and computer-readable non-transitory storage medium with destination-to-save-data specifying program stored thereon | |
JP2017170895A (en) | Image formation device and control method thereof, and program | |
CN106067930B (en) | The control method of image forming apparatus and image forming apparatus | |
US8670532B2 (en) | Information processing apparatus, property setting method, and storage medium | |
JP2019097150A (en) | Image processing apparatus, control method of image processing apparatus, and program | |
US9363403B2 (en) | Image forming apparatus, control method, and storage medium storing a program | |
JP2020072342A (en) | System, method, information processing apparatus, and computer program | |
JP6794408B2 (en) | Information processing equipment, image forming equipment, information processing methods and programs | |
JP4752589B2 (en) | Information processing apparatus, information processing program, and recording medium | |
CN107995385B (en) | Information processing apparatus, control method therefor, and storage medium | |
JP6045387B2 (en) | Image forming apparatus, control method therefor, and program | |
CN106487874B (en) | Server device, information processing system, and control method | |
JP4238587B2 (en) | Image file management apparatus and image file management program | |
JP2013157653A (en) | Image forming device, image forming system, control program for image forming device, and control program for terminal device | |
JP6248594B2 (en) | Image processing system, image processing apparatus, processing method, and control program | |
JP7293317B2 (en) | IMAGE PROCESSING DEVICE, CONTROL METHOD AND PROGRAM OF IMAGE PROCESSING DEVICE | |
JP6107084B2 (en) | Information processing apparatus, update program, update control system | |
US9661173B2 (en) | Image forming apparatus, image processing method, and recording medium | |
JP6765909B2 (en) | Information processing equipment, scanning system, control method and program of information processing equipment |