JP2007201955A - Image forming apparatus - Google Patents

Image forming apparatus Download PDF

Info

Publication number
JP2007201955A
JP2007201955A JP2006019838A JP2006019838A JP2007201955A JP 2007201955 A JP2007201955 A JP 2007201955A JP 2006019838 A JP2006019838 A JP 2006019838A JP 2006019838 A JP2006019838 A JP 2006019838A JP 2007201955 A JP2007201955 A JP 2007201955A
Authority
JP
Japan
Prior art keywords
job
image data
module
function module
edit
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.)
Granted
Application number
JP2006019838A
Other languages
Japanese (ja)
Other versions
JP4482525B2 (en
Inventor
Munekimi Yamada
宗幹 山田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Mita Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kyocera Mita Corp filed Critical Kyocera Mita Corp
Priority to JP2006019838A priority Critical patent/JP4482525B2/en
Priority to CN 200710004393 priority patent/CN101009748B/en
Priority to US11/698,883 priority patent/US8339636B2/en
Publication of JP2007201955A publication Critical patent/JP2007201955A/en
Application granted granted Critical
Publication of JP4482525B2 publication Critical patent/JP4482525B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To enhance the software development efficiency by associating a plurality of kinds of jobs with each other and sharing software resources among all the jobs for image edit processing. <P>SOLUTION: The jobs for copying, printing, scanning and faxing integrated into one application are integrally divided into four job steps, and a function module group 41 selectively used by each job is classified into an input function module group 410, a create function module group 411, an edit function module group 412, and an output function module group 413. The processing by the create function module group 411 unifies a data format into the bit map data format independently of an input device, and the edit function module group 412 applies processing of numbering pages or organizing original images of a plurality of pages into one paper size to the image data with the unified format for an arbitrary job. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、コピー、プリント、スキャン又はファクシミリの機能のうち2つ以上の機能を備えた画像形成装置に関する。   The present invention relates to an image forming apparatus having two or more functions among copy, print, scan, and facsimile functions.

画像形成装置の一種である複合機は、複数の機能で共通のハードウェア資源を用いるので、全体としてコストを低減できるとともに、省スペース化を図ることができる。   A multifunction peripheral, which is a kind of image forming apparatus, uses a common hardware resource for a plurality of functions, so that the cost can be reduced as a whole and space can be saved.

下記特許文献1には、UNIXなどの汎用オペレーティングシステム(汎用OS)を用い、コピー、プリント、スキャン及びファクシミリの各アプリケーションの共通機能を括りだして汎用OSとともにプラットフォームを構成することにより、各アプリケーションのプログラムステップ数を低減して、プログラム開発効率を高めることが開示されている。   In Patent Document 1 below, a general-purpose operating system (general-purpose OS) such as UNIX is used, and common functions of each application of copying, printing, scanning, and facsimile are summarized and a platform is configured with the general-purpose OS. It is disclosed that the number of program steps is reduced to improve program development efficiency.

しかしながら、ジョブ種別毎にアプリケーションを備え、各アプリケーションの共通機能を括り出しただけなので、複数のアプリケーション間でハードウェア資源の共有ができても、データフォーマットが互いに異なる画像処理についてアプリケーション間でソフトウェア資源を共有化することができず、ソフトウェア全体の構成が複雑になる。
特開2002−84383号公報
However, since each job type has an application and only the common functions of each application are listed, even if hardware resources can be shared among multiple applications, software resources between applications for image processing with different data formats can be used. Cannot be shared, and the configuration of the entire software becomes complicated.
JP 2002-84383 A

本発明の目的は、複数種のジョブ間を関連付けて、画像編集処理について該ジョブ間でソフトウェア資源の共有化を図ることにより、ソフトウェア開発効率を高めることが可能な画像形成装置を提供することにある。   An object of the present invention is to provide an image forming apparatus capable of improving software development efficiency by associating a plurality of types of jobs and sharing software resources between the jobs for image editing processing. is there.

本発明による画像形成装置の第1態様では、コピー、プリント、スキャン又はファクシミリ受信の機能のうち2つ以上の機能を備えた画像形成装置において、
プロセッサと、
該プロセッサに結合され、該プログラムが格納される記憶手段と、
該プロセッサに結合され、該2つ以上の機能において使用される複数の画像データ入力手段と、
該プロセッサに結合され、指示を入力する指示入力手段と、
該プロセッサに結合され、該2つ以上の機能において使用される画像データ出力手段と、
を有し、該プロセッサは該プログラムに従って、
該複数の画像データ入力手段から供給される各データフォーマットの画像データを特定のデータフォーマットに変換し、
該指示入力手段からの設定情報に含まれる編集設定情報に応じて、該特定のデータフォーマットの画像データを編集し、
該編集されたデータを直接又はフォーマット変換して該画像データ出力手段に供給する。
In the first aspect of the image forming apparatus according to the present invention, in the image forming apparatus having two or more functions of copy, print, scan, or facsimile reception functions,
A processor;
Storage means coupled to the processor for storing the program;
A plurality of image data input means coupled to the processor and used in the two or more functions;
Instruction input means coupled to the processor for inputting instructions;
Image data output means coupled to the processor and used in the two or more functions;
The processor according to the program,
Converting the image data of each data format supplied from the plurality of image data input means into a specific data format;
In accordance with the edit setting information included in the setting information from the instruction input means, edit the image data of the specific data format,
The edited data is directly or format-converted and supplied to the image data output means.

本発明による画像形成装置の第2態様では、第1態様において、
該2つ以上の機能の各ジョブは複数のジョブステップに分けられ、
該プログラムは、
該複数のジョブステップのそれぞれで実行される機能モジュールを含む機能モジュール群と、
該指示入力手段からのジョブ選択指示及び起動指示に応じて、該設定情報を各ジョブステップに振り分けるジョブ制御部と、
該振り分けられた設定情報に基づいて各ジョブステップの機能モジュールを選択的に実行させるジョブステップ制御部と、
を有し、
該機能モジュール群は、該特定のデータフォーマットの画像データを編集するエディット機能モジュールを含み、
該エディット機能モジュールは、各ジョブで共通のものである。
In a second aspect of the image forming apparatus according to the present invention, in the first aspect,
Each job of the two or more functions is divided into a plurality of job steps,
The program
A functional module group including functional modules executed in each of the plurality of job steps;
A job control unit that distributes the setting information to each job step in response to a job selection instruction and an activation instruction from the instruction input unit;
A job step control unit that selectively executes the function module of each job step based on the distributed setting information;
Have
The function module group includes an edit function module for editing image data of the specific data format,
The edit function module is common to each job.

本発明による画像形成装置の第3態様では、第2態様において、
該2つ以上の機能の各ジョブは、
該複数の画像データ入力手段のうちの対応するものから画像データを入力するインプットジョブステップと、
該インプットジョブステップで入力された画像データを特定のデータフォーマットに変換するクリエイトジョブステップと、
該特定のデータフォーマットの画像データを編集するエディットジョブステップと、
該編集された画像データを直接又はフォーマット変換して該画像データ出力手段に供給するアウトプットジョブステップとを有する。
In a third aspect of the image forming apparatus according to the present invention, in the second aspect,
Each job of the two or more functions is
An input job step for inputting image data from a corresponding one of the plurality of image data input means;
A create job step for converting the image data input in the input job step into a specific data format;
An edit job step for editing the image data of the specific data format;
An output job step for directly or format-converting the edited image data and supplying it to the image data output means.

上記第1態様の構成によれば、複数の画像データ入力手段から供給される各データフォーマットの画像データを特定のデータフォーマットに変換し、編集設定情報に応じて、該特定のデータフォーマットの画像データを編集し、該編集されたデータを直接又はフォーマット変換して出力手段に供給するので、編集処理について全ジョブ間でソフトウェア資源の共有化が図られ、これにより、ソフトウェア開発効率を高めることができる。   According to the configuration of the first aspect, the image data of each data format supplied from the plurality of image data input means is converted into a specific data format, and the image data of the specific data format is converted according to the edit setting information. Since the edited data is directly or format-converted and supplied to the output means, software resources can be shared among all jobs in the editing process, thereby improving software development efficiency. .

上記第2態様の構成によれば、アプリケーションが、該複数のジョブステップのそれぞれで実行される機能モジュールを含む機能モジュール群と、該指示入力手段からのジョブ選択指示及び起動指示に応じて、該設定情報を各ジョブステップに振り分けるジョブ制御部と、該振り分けられた設定情報に基づいて各ジョブステップの機能モジュールを選択的に実行させるジョブステップ制御部とに分けられて、1つに統合されているので、複数のジョブ間で機能モジュールの共有化が可能となり、ソフトウェア開発効率をさらに高めることができる。   According to the configuration of the second aspect, in accordance with a function module group including a function module executed in each of the plurality of job steps, a job selection instruction and a start instruction from the instruction input unit, the application The job control unit that distributes the setting information to each job step and the job step control unit that selectively executes the function module of each job step based on the distributed setting information are integrated into one. Therefore, functional modules can be shared among a plurality of jobs, and the software development efficiency can be further improved.

上記第3態様の構成によれば、該2つ以上の機能の各ジョブが、該複数の画像データ入力手段のうちの対応するものから画像データを入力するインプットジョブステップと、該インプットジョブステップで入力された画像データを特定のデータフォーマットに変換するクリエイトジョブステップと、該特定のデータフォーマットの画像データを編集するエディットジョブステップと、該編集された画像データを直接又はフォーマット変換して該画像データ出力手段に供給するアウトプットジョブステップとに分類されているので、画像形成装置用アプリケーション全体の構成に統一性があり、これによりソフトウェア開発効率をさらに高めることができるとともに、詳細なジョブ状況表示プログラムの構成が簡単になる。   According to the configuration of the third aspect, each job of the two or more functions includes an input job step for inputting image data from a corresponding one of the plurality of image data input means, and the input job step. A create job step for converting the input image data into a specific data format; an edit job step for editing the image data in the specific data format; and the image data directly or by converting the format of the edited image data. Since it is classified as an output job step to be supplied to the output means, the configuration of the entire application for the image forming apparatus is uniform, which can further improve the software development efficiency and a detailed job status display program The configuration of is simplified.

本発明の他の目的、構成及び効果は以下の説明から明らかになる。   Other objects, configurations and effects of the present invention will become apparent from the following description.

図15は、本発明の実施例1に係る画像形成装置10のハードウェア概略構成を示すブロック図である。   FIG. 15 is a block diagram illustrating a schematic hardware configuration of the image forming apparatus 10 according to the first embodiment of the invention.

この画像形成装置10は、コピー、プリント、スキャン、ファクシミリ送信及びファクシミリ受信機能を有し、プロセッサ11に、チップセット12を介してメモリ13、ハードディスク装置14、拡張カード15〜18、ネットワークインタフェースカード(NIC)19及び通信モデム20が結合され、拡張カード15〜18にそれぞれ操作・表示パネル25、搬送装置等26、プリントエンジン27及びスキャンエンジン28が結合されている。例えば、拡張カード15〜17はPCIカードであり、拡張カード18はPCIバス用SCSIインタフェースカードである。また、NIC19及び通信モデム20はそれぞれ、外部の通信モデム20及び公衆回線31に結合されている。搬送装置等26は、用紙搬送装置、定着装置及びフィニッシャ等を含む。   The image forming apparatus 10 has copy, print, scan, facsimile transmission and facsimile reception functions. The processor 11 is connected to a memory 13, a hard disk device 14, expansion cards 15 to 18, a network interface card (via a chipset 12). NIC) 19 and communication modem 20 are coupled, and operation / display panel 25, transport device 26, print engine 27, and scan engine 28 are coupled to expansion cards 15-18, respectively. For example, the expansion cards 15 to 17 are PCI cards, and the expansion card 18 is a PCI interface SCSI interface card. The NIC 19 and the communication modem 20 are coupled to an external communication modem 20 and a public line 31, respectively. The transport device 26 includes a paper transport device, a fixing device, a finisher, and the like.

ハードディスク装置14には、マルチスレッド機能を備えた汎用オペレーティングシステム(OS)と、このOS上で動作する統合アプリケーションと、OSの下で動作するデバイスドライバとを備えている。   The hard disk device 14 includes a general-purpose operating system (OS) having a multi-thread function, an integrated application that operates on the OS, and a device driver that operates on the OS.

図1は、このアプリケーション40の要部全体構成を示す概略ブロック図である。   FIG. 1 is a schematic block diagram showing the overall configuration of the main part of the application 40.

上記引用文献1がジョブ種別毎にアプリケーションを備えているのに対し、本実施例1の特徴の1つは、コピー、プリント、スキャン及びファクシミリ送信の各ジョブを1つの統合型アプリケーションで処理し、かつ、各ジョブを複数のジョブステップに統一的に分割することにより、ソフトウェア構成を整理して、ソフトウェア開発効率を高めることができる点である。   While the cited document 1 has an application for each job type, one of the features of the first embodiment is that each job of copying, printing, scanning and facsimile transmission is processed by one integrated application, In addition, by uniformly dividing each job into a plurality of job steps, the software configuration can be organized and the software development efficiency can be improved.

各ジョブの実行は、機能モジュール群41から選択したものを順次実行することで遂行される。機能モジュール群41は、これら4つのジョブステップに対応して、入力機能モジュール群410、クリエイト機能モジュール群411、エディット機能モジュール群412及び出力機能モジュール群413に分類される。   Each job is executed by sequentially executing one selected from the functional module group 41. The function module group 41 is classified into an input function module group 410, a create function module group 411, an edit function module group 412 and an output function module group 413 corresponding to these four job steps.

図2は、機能モジュール群41の構成を示すブロック図である。各機能モジュールには、ジョブ制御及びジョブステップ制御において識別されるコードが付されている。   FIG. 2 is a block diagram showing the configuration of the functional module group 41. Each functional module is given a code that is identified in job control and job step control.

入力機能モジュール群410は、コード00、01及び02の機能モジュールを含んでおり、それぞれ図15のスキャンエンジン28、NIC19及び通信モデム20からデータを取得してメモリ13に格納させる。   The input function module group 410 includes function modules with codes 00, 01, and 02, and acquires data from the scan engine 28, the NIC 19, and the communication modem 20 of FIG.

クリエイト機能モジュール群411は、コード10、11及び12の機能モジュールを含んでおり、それぞれコード00、01及び02の機能モジュールでメモリ13に格納された画像データの1頁分を、展開されたビットマップデータに変換するものである。コード11の機能モジュールは、RIP処理を行うものであり、コード10及び12の機能モジュールは、圧縮されたデータの伸長処理を行うものである。   The create function module group 411 includes function modules of codes 10, 11 and 12, and is a bit obtained by developing one page of image data stored in the memory 13 with the function modules of codes 00, 01 and 02, respectively. It converts to map data. The function module of code 11 performs RIP processing, and the function modules of code 10 and 12 perform decompression processing of compressed data.

クリエイト機能モジュール群411での処理により、入力装置によらず、データフォーマットが統一されるので、入力装置に依存しない共通の処理を行うことができる。エディット機能モジュール群412は、コード20、21及び22の機能モジュールを含み、それぞれ、クリエイト機能モジュール群411によりメモリ13に格納された画像データに対し、頁付け、2頁分の原稿画像を1枚の用紙サイズに集約する処理(2in1)、及び、4頁分の原稿画像を1枚の用紙サイズに集約する処理(4in1)を行うものである。   The processing in the create function module group 411 unifies the data format regardless of the input device, so that common processing independent of the input device can be performed. The edit function module group 412 includes code 20, 21, and 22 function modules. Each of the image data stored in the memory 13 by the create function module group 411 is paginated, and one original image for two pages. The process of aggregating paper sizes (2 in 1) and the process of aggregating document images for 4 pages onto a single paper size (4 in 1) are performed.

出力機能モジュール群413は、コード20、21及び22の機能モジュールを含んでおり、それぞれ、エディット機能モジュール群412で編集された画像データをプリントエンジン27に対しそのまま供給し、ハードディスク装置14及び通信モデム20に対しては、定められたフォーマットに変換してこれらに出力する。   The output function module group 413 includes code 20, 21, and 22 function modules, and supplies the image data edited by the edit function module group 412 to the print engine 27 as they are, and the hard disk device 14 and the communication modem. 20 is converted into a predetermined format and output to these.

図1に戻って、GUIモジュール42は、ユーザによる操作・表示パネル25の操作に応じて表示画面を変更するとともに、ユーザの操作に応じた入力データを設定情報としてメモリ13に格納させる。ユーザがメインメメニューからコピー、プリント、スキャン又はファクシミリ送信のいずれかのジョブを選択すると、GUIモジュール42は、そのジョブの設定画面を表示させる。ユーザが、このジョブについて各種設定をした後(ディフォールトの設定値を使用する場合を含む。)にスタートキーを押下すると、GUIモジュール42は、選択されたジョブのコードと設定情報とをジョブ制御モジュール43へ供給する。   Returning to FIG. 1, the GUI module 42 changes the display screen according to the operation of the operation / display panel 25 by the user, and stores the input data corresponding to the user's operation in the memory 13 as setting information. When the user selects a job of copy, print, scan, or facsimile transmission from the main menu, the GUI module 42 displays a setting screen for the job. When the user presses the start key after making various settings for this job (including using the default setting value), the GUI module 42 performs job control on the code and setting information of the selected job. Supply to module 43.

図3に示すように、コピー、プリント、スキャン、ファクシミリ送信及びファクシミリ受信のジョブコードをそれぞれ0〜4とする。また、以下では簡略化のため、ジョブステップ制御をJSCと表記する。   As shown in FIG. 3, the job codes for copying, printing, scanning, facsimile transmission and facsimile reception are set to 0 to 4, respectively. In the following, job step control is expressed as JSC for simplification.

ジョブ制御モジュール43は、ジョブコードと設定情報の受け取りに応答して、ジョブステップ制御ブロック(JSCブロック)440〜443を生成し、これらに情報を記入することにより、ジョブを生成し、さらに、インプットJSCモジュール450に、ジョブシリアルナンバーJSNoを含むジョブ生成完了通知をする。複数種のエディットが設定された場合には、ジョブ制御モジュール43はその数だけエディットJSCブロック442を生成する。   In response to receiving the job code and the setting information, the job control module 43 generates job step control blocks (JSC blocks) 440 to 443, writes information into these, generates a job, and further inputs The job generation completion notification including the job serial number JSNo is sent to the JSC module 450. When multiple types of editing are set, the job control module 43 generates the editing JSC block 442 corresponding to the number of types of editing.

プログラム的には、JSCブロックの生成は例えば、メソッドを含まないクラスのインスタンス生成に対応しており、また、モジュールAからモジュールBへの上記「通知」は例えば、モジュールAが変数に値を代入し、モジュールBが該変数の値を見ることを意味する。   Programmatically, generation of a JSC block corresponds to, for example, generation of an instance of a class that does not include a method, and the “notification” from module A to module B is, for example, module A assigning a value to a variable This means that module B sees the value of the variable.

図5(A)は、JSCブロックの構成を示す。このブロックは、機能モジュールコードFMC、ジョブシリアルナンバーJSNo及びページナンバーPNoからなる制御情報のフィールドと、機能モジュールの起動時に引き渡す設定情報のフィールドとを含んでいる。   FIG. 5A shows the configuration of the JSC block. This block includes a control information field including a function module code FMC, a job serial number JSNo, and a page number PNo, and a setting information field delivered when the function module is activated.

ジョブ制御モジュール43は、図3に示すようなテーブルに従って、JSCブロック440、441及び443の機能モジュールコードFMC欄に、ジョブに対応した機能モジュールコードを記入し、JSCブロック442の機能モジュールコードFMC欄には、GUIモジュール42からの設定情報に含まれるエディットの種類に応じて、コード20、21又は22を記入する。   The job control module 43 enters the function module code corresponding to the job in the function module code FMC column of the JSC blocks 440, 441 and 443 according to the table shown in FIG. 3, and the function module code FMC column of the JSC block 442. Is filled with the code 20, 21 or 22 depending on the type of editing included in the setting information from the GUI module 42.

ジョブ制御モジュール43は、ジョブカウンタ430及びジョブIDキュー431を備えており、そのジョブカウンタ430の値をJSCブロック440〜443のジョブシリアルナンバーJSNo欄に記入するとともに、ジョブカウンタ430の値の先頭にジョブコードを付加したものをジョブIDとしてジョブIDキュー431に追加(図11参照)した後、ジョブカウンタ430を1だけインクリメントする。このジョブカウンタ430の初期値は0である。ジョブ制御モジュール43はまた、JSCブロック440〜443のページナンバーPNo欄に初期値1を記入する。   The job control module 43 includes a job counter 430 and a job ID queue 431. The value of the job counter 430 is entered in the job serial number JSNo column of the JSC blocks 440 to 443, and at the top of the value of the job counter 430. After adding the job code added to the job ID queue 431 as a job ID (see FIG. 11), the job counter 430 is incremented by one. The initial value of the job counter 430 is 0. The job control module 43 also writes the initial value 1 in the page number PNo column of the JSC blocks 440 to 443.

ジョブ制御モジュール43は、GUIモジュール42からの設定情報を、予め定められた方法で、各ジョブステップで必要な設定情報に振り分けて、それぞれJSCブロック440〜443の設定情報フィールドに記入する。   The job control module 43 distributes the setting information from the GUI module 42 to the setting information necessary for each job step by a predetermined method, and enters the setting information in the JSC blocks 440 to 443, respectively.

図5(B)は、インプットJSCブロック440の具体例を示しており、スキャン入力の設定情報が、白黒、片面、A4縦、400dpi及び明るさ128であることを示している。図5(C)は、エディットJSCブロック442の具体例を示しており、頁付けの設定情報が、中央上、マージン10mm、書式が−?−(?は頁番号)、フォントがMSゴシック、標準及び斜体であり、字間が0mmであることを示している。同様に、図5(D)はエディットJSCブロック442の他の具体例を示しており、4頁の原稿画を1枚の用紙に集約(4in1)する設定情報として、上段左、下段左、上段右、下段右の順に頁画像を割り付け、それらの間に仕切線を描かないことを示している。   FIG. 5B shows a specific example of the input JSC block 440, and shows that the scan input setting information is black and white, single-sided, A4 portrait, 400 dpi, and brightness 128. FIG. 5C shows a specific example of the edit JSC block 442, in which the pagination setting information has an upper center, a margin of 10 mm, and a format of −? -(? Is a page number), the font is MS Gothic, standard and italic, and the character spacing is 0 mm. Similarly, FIG. 5D shows another specific example of the edit JSC block 442. As setting information for consolidating four-page original images on one sheet (4 in 1), upper left, lower left, upper It shows that page images are assigned in the order of right and lower right, and no partition line is drawn between them.

ジョブステップ制御モジュール(JSCモジュール)450〜453はそれぞれ、後述のように、頁毎に(但し、JSCモジュール450は全ページについて)、機能モジュール群内の対応する機能モジュールを起動させ(スレッドを生成させ)、機能モジュールの実行終了に応じて、それぞれJSCブロック440〜443の頁ナンバーPNoを1だけインクリメントするとともに、右隣(下流側隣)のJSCモジュールに対し後述のスレッド制御ブロックを生成する。また、このJSCモジュールは、スレッドの状態をWAIT(BLOCKED)からREADY(RUNNABLE)に変化させ、又は、自己のRUN(RUNNING)状態のスレッド御ブロックを消滅させる。   As will be described later, each of the job step control modules (JSC modules) 450 to 453 activates a corresponding functional module in a functional module group (generates a thread) for each page (however, the JSC module 450 is for all pages). In response to the end of execution of the functional module, the page number PNo of each of the JSC blocks 440 to 443 is incremented by 1, and a thread control block to be described later is generated for the right adjacent (downstream adjacent) JSC module. Also, this JSC module changes the thread state from WAIT (BLOCKED) to READY (RUNNABLE) or extinguishes the thread control block in its own RUN (RUNNING) state.

JSCモジュール450〜453は、ジョブ制御モジュール及びGUIモジュール42とともに、例えば20msec毎に起動されて、一巡処理される。これに対し機能モジュールは、JSCモジュール450〜453により起動されると、JSCモジュール450〜453とは独立にスレッドとして動作する。なお、GUIモジュール42、ジョブ制御モジュール及びJSCモジュール450〜453をスレッドとして動作させても同じ結果になる。   The JSC modules 450 to 453 are started together with the job control module and the GUI module 42, for example, every 20 msec, and are subjected to a round process. On the other hand, when the function module is activated by the JSC modules 450 to 453, the function module operates as a thread independently of the JSC modules 450 to 453. Note that the same result is obtained even when the GUI module 42, the job control module, and the JSC modules 450 to 453 are operated as threads.

次に、どのように機能モジュール実行順を定めればスループットを向上させることができるかについて説明する。   Next, how the function module execution order can be determined to improve the throughput will be described.

図6(C)は、図6(A)と比較するために記載されたものであって、プリントジョブにおいて異なる頁の画像データが並行処理される場合を示す。   FIG. 6C is described for comparison with FIG. 6A, and shows a case where image data of different pages are processed in parallel in a print job.

ホストコンピュータ30から、ページ記述言語(PDL)で記述されたプリント用画像データを受信し、ビットマップ展開(RIP)してプリントエンジン27に供給し、用紙にプリントする。この場合、第2頁のデータを受信しながら第1頁のRIP処理を並行して行う。次に、第1頁のRIP処理を行いながら第2頁のRIP処理を並行して行う。   Print image data described in a page description language (PDL) is received from the host computer 30, bitmap-expanded (RIP), supplied to the print engine 27, and printed on paper. In this case, the RIP process for the first page is performed in parallel while receiving the data for the second page. Next, the RIP process for the second page is performed in parallel with the RIP process for the first page.

このようにすれば、時分割並行処理により、プログラム切換のオーバーヘッドが生じ、スループットが低下する。また、第1頁のプリント中に、第2頁のプリント待ちとなり、出力期間が競合し易く、この状態でMPU空き時間が生じてスループットが低下する。   In this way, the overhead of program switching occurs due to the time division parallel processing, and the throughput is reduced. In addition, during the printing of the first page, the second page is waiting to be printed, and the output periods are likely to compete with each other. In this state, the MPU idle time is generated and the throughput is lowered.

図6(B)も、図6(A)と比較するために記載されたものであって、RIP処理が頁順に行われた後にEDIT処理が頁順に行われる場合を示す。この場合も、前記同様にスループットが低下する。   FIG. 6B is also described for comparison with FIG. 6A, and shows a case where the EDIT process is performed in the page order after the RIP process is performed in the page order. In this case as well, the throughput decreases as described above.

以下においては、図6(A)に示すような機能モジュール実行順になる場合について説明する。   In the following, a case where the functional modules are executed in the order as shown in FIG.

この場合、RIP処理が終了してから、同一頁のエディット処理が行われ、次に、この頁のプリント出力処理と次ページのRIP処理とが並行して行われる。   In this case, after the RIP process is completed, the edit process for the same page is performed, and then the print output process for this page and the RIP process for the next page are performed in parallel.

このようにすれば、複数の画像処理が時分割並行処理されることによる処理切替え時のオーバーヘッドが低減して、スループットが向上し、画像処理と入出力処理との並行処理の機会が多くなるので、MPU11の空き時間が少なくなり、スループットがさらに向上する。   In this way, the overhead at the time of process switching due to the time division parallel processing of a plurality of image processes is reduced, the throughput is improved, and the opportunity for parallel processing between image processing and input / output processing is increased. The free time of the MPU 11 is reduced and the throughput is further improved.

図6(A)はプリントジョブの場合であるが、他のジョブも同様に4つのジョブステップに分けられているので、他の1つのジョブ又は任意の複数のジョブの組み合わせが並行処理される場合についても、同じ効果が得られる。   FIG. 6A shows a case of a print job, but other jobs are similarly divided into four job steps, so that another one job or a combination of a plurality of arbitrary jobs is processed in parallel. The same effect can be obtained for.

なお、コピー、プリント又はファクシミリ受信の2以上の組み合わせの場合には、出力装置が同じプリントエンジンであるので、ジョブ毎に出力結果を纏め、ジョブ単位で例えばFIFOの順に出力する。   In the case of a combination of two or more of copy, print, and facsimile reception, since the output device is the same print engine, the output results are collected for each job and output in the order of FIFO, for example, in units of jobs.

次に、機能モジュールの起動順及び起動条件について説明する。   Next, the activation order and activation conditions of the functional modules will be described.

(1)同一のジョブシリアルナンバーJSNo及びページナンバーPNoについて、入力機能モジュール、クリエイト機能モジュール、エディット機能モジュール、出力機能モジュールの順に起動させる。   (1) The same job serial number JSNo and page number PNo are activated in the order of an input function module, a create function module, an edit function module, and an output function module.

このような処理をすれば、コピー、プリント、スキャン、ファクシミリ送信及びファクシミリ受信のジョブはぞれぞれ、図4(A)〜(E)に示す順序で機能モジュールが起動されて遂行される。   By performing such processing, the copy, print, scan, facsimile transmission and facsimile reception jobs are activated and executed in the order shown in FIGS. 4A to 4E.

(2)図7に示すように、第n頁についてクリエイト機能モジュールの処理が終了(第n頁のクリエイトスレッドが消滅)すると、第n頁についてエディット機能モジュールを実行(第n頁のエディットスレッドを生成)させる。このエディット機能モジュールでの処理が終了すると、第n頁についてアウトプット機能モジュールを実行(第n頁のアウトプットスレッドを生成)させるとともに、第(n+1)頁についてクリエイト機能モジュールを実行させる。   (2) As shown in FIG. 7, when the processing of the create function module is finished for the nth page (the create thread of the nth page disappears), the edit function module is executed for the nth page (the edit thread of the nth page is executed). Generation). When the processing in the edit function module is completed, the output function module is executed for the nth page (the output thread of the nth page is generated), and the create function module is executed for the (n + 1) th page.

ここで、アプリケーション40は、図1の構成に加えて、図9のスキャンエンジン管理モジュール46、NIC管理モジュール47及びMODEM管理モジュール48を備えている。   Here, the application 40 includes the scan engine management module 46, the NIC management module 47, and the MODEM management module 48 of FIG. 9 in addition to the configuration of FIG.

スキャンエンジン管理モジュール46、NIC管理モジュール47及びMODEM管理モジュール48はそれぞれ、FMC=00、01及び02の機能モジュールからの指示に応答して、汎用OS50を介し、それぞれデバイスドライバであるスキャンエンジンドライバ56、NICドライバ57及びMODEMドライバ58とデータの授受を行い、それぞれ図15のスキャンエンジン28、NIC19及び通信モデム20を制御する。汎用OS50は、スキャンエンジン28、NIC19及び通信モデム20から入力された各頁の画像データをメモリ管理モジュール501に管理させる。スキャンエンジン管理モジュール46、NIC管理モジュール47及びMODEM管理モジュール48はいずれも、該データの授受により、メモリ管理モジュール501が1頁分の画像データを図15のメモリ13に格納させたことを確認するとともに、その格納開始アドレス及び格納終了アドレスを知得し、対応する機能モジュールからの指示に応じてこれらのアドレスを該機能モジュールへ渡す。   The scan engine management module 46, the NIC management module 47, and the MODEM management module 48 respond to instructions from the function modules FMC = 00, 01, and 02, respectively, and scan engine drivers 56 that are device drivers via the general-purpose OS 50, respectively. Then, data is exchanged with the NIC driver 57 and the MODEM driver 58, and the scan engine 28, the NIC 19 and the communication modem 20 of FIG. 15 are controlled. The general-purpose OS 50 causes the memory management module 501 to manage the image data of each page input from the scan engine 28, the NIC 19, and the communication modem 20. Each of the scan engine management module 46, the NIC management module 47, and the MODEM management module 48 confirms that the memory management module 501 has stored the image data for one page in the memory 13 in FIG. At the same time, the storage start address and the storage end address are obtained, and these addresses are transferred to the functional module in response to an instruction from the corresponding functional module.

図8は、クリエイトモジュール制御状態CCS、エディットモジュール制御状態ECS及びアウトプットモジュール制御状態OCS(スレッドの状態)の遷移図である。   FIG. 8 is a transition diagram of the create module control state CCS, the edit module control state ECS, and the output module control state OCS (thread state).

図10は、図6(A)の時刻t1〜t6における、図8の状態変化に対応したスレッド制御ブロック451a〜453aを示す。   FIG. 10 shows thread control blocks 451a to 453a corresponding to the state change of FIG. 8 at times t1 to t6 of FIG.

このスレッド制御ブロックは、ジョブシリアルナンバー60と、機能モジュールによる処理対象のページナンバー61と、スレッド制御状態62と、このページナンバーの画像データの格納開始アドレス63及び格納終了アドレス64とのフィールドを有する。ジョブシリアルナンバー60は、JSCブロックと対応させるためのものであり、また、後述のようにジョブ実行順の決定において用いられる。機能モジュールのインスタンスは、このアドレス範囲の画像データに対して処理を行う。   This thread control block has fields of a job serial number 60, a page number 61 to be processed by the functional module, a thread control state 62, and a storage start address 63 and a storage end address 64 of image data of this page number. . The job serial number 60 is for associating with the JSC block, and is used in determining the job execution order as described later. The function module instance processes the image data in this address range.

スレッド制御状態62には、実行可能であることを示すREADYと、実行中を示すRUNと、実行終了を示すENDとがある。スレッド制御ブロックは、上流側隣のJSCモジュールによりREADY状態で生成される。このスレッド制御ブロックが属するJSCモジュールにより機能モジュールが起動されてスレッド制御状態62がRUNにされる。この機能モジュールは、実行を終了する直前に後処理としてスレッド制御状態62をENDにする。このスレッド制御ブロックが属するJSCモジュールは、ENDのスレッド制御ブロックを消滅させる。   The thread control state 62 includes READY indicating that execution is possible, RUN indicating execution, and END indicating end of execution. The thread control block is generated in the READY state by the JSC module adjacent to the upstream side. The function module is activated by the JSC module to which this thread control block belongs, and the thread control state 62 is set to RUN. This functional module sets the thread control state 62 to END as post-processing immediately before the end of execution. The JSC module to which this thread control block belongs deletes the END thread control block.

次に、図8及び図10を参照して、JSCモジュール及びこれにより実行が制御される機能モジュールの動作について説明する。   Next, operations of the JSC module and the functional module whose execution is controlled by the JSC module will be described with reference to FIGS.

ジョブ制御モジュールからの上記ジョブ生成完了通知に応答して、
(A)インプットJSCモジュール450は、インプットJSCブロック440を参照し、そのFMCで識別される機能モジュールIFMにJSCブロック440中の設定情報を与えて機能モジュールIFMを起動させる(機能モジュールIFMのインスタンスを生成する)。機能モジュールIFMは、管理モジュール46、47又は48を介して対応する入力装置に1頁分の画像データを入力させ、その格納開始及び終了アドレスを受け取ってインプットJSCモジュール450へ渡す。インプットJSCモジュール450はこれに応答して、インプットJSCブロック440のページナンバーPNoをインクリメントし、また、クリエイトJSCモジュール451に対し、クリエイトスレッド制御ブロック451aを、第1頁の場合にはREADY状態で生成し(図6のt1)、第2頁以降の場合にはWAIT状態で生成し(t2)、この(A)の先頭へ戻る。
In response to the job generation completion notification from the job control module,
(A) The input JSC module 450 refers to the input JSC block 440, gives the setting information in the JSC block 440 to the functional module IFM identified by the FMC, and activates the functional module IFM (the instance of the functional module IFM is To generate). The functional module IFM causes the corresponding input device to input image data for one page via the management module 46, 47 or 48, receives the storage start and end addresses, and passes them to the input JSC module 450. In response to this, the input JSC module 450 increments the page number PNo of the input JSC block 440, and creates a create thread control block 451a for the create JSC module 451 in the READY state in the case of the first page. (T1 in FIG. 6), in the case of the second page and thereafter, it is generated in the WAIT state (t2), and the process returns to the top of (A).

インプットJSCモジュール450は、入力頁が最後である場合、そのページナンバーPNoを最終ページナンバーPENoとして図1のジョブ制御モジュール43へ通知する。   When the input page is the last page, the input JSC module 450 notifies the job control module 43 in FIG. 1 of the page number PNo as the last page number PENo.

(B)クリエイトJSCモジュール451は、クリエイトJSCブロック441を参照し、そのFMCで識別されるクリエイト機能モジュールCFMにJSCブロック441中の設定情報を与えるとともに、クリエイトスレッド制御ブロック451aの画像データ格納アドレス範囲情報を与えて、該機能モジュールCFMを起動させ、クリエイトスレッド制御状態をRUNにする。機能モジュールCFMは、このアドレス範囲の画像データをビットマップ形式に変換して、OSを介しメモリ13に格納し、その格納開始及び終了アドレスを、クリエイトJSCモジュール451に渡し、クリエイトスレッド制御状態をENDにする。クリエイトJSCモジュール451はこれに応答して、クリエイトJSCブロック441のページナンバーPNoをインクリメントし、また、エディットJSCモジュール452に対し、レディ状態のエディットスレッド制御ブロック452aを生成し(t3)、終了したクリエイトスレッドの制御ブロックを消滅させる。   (B) The create JSC module 451 refers to the create JSC block 441, gives setting information in the JSC block 441 to the create function module CFM identified by the FMC, and sets the image data storage address range of the create thread control block 451a. Given the information, the function module CFM is activated, and the create thread control state is set to RUN. The functional module CFM converts the image data in this address range into a bitmap format, stores it in the memory 13 via the OS, passes the storage start and end addresses to the create JSC module 451, and sets the create thread control state to END. To. In response to this, the create JSC module 451 increments the page number PNo of the create JSC block 441, and also generates an edit thread control block 452a in a ready state for the edit JSC module 452 (t3), and the finished create is completed. Remove the thread's control block.

(C)エディットJSCモジュール452は、エディットJSCブロック442を参照し、そのFMCで識別される機能モジュールEFMに、テーブル442中の設定情報を与えるとともに、エディットスレッド制御ブロック452aの画像データ格納アドレス範囲情報を与えて、機能モジュールEFMを起動させ、エディットスレッド制御状態をRUNにする。機能モジュールEFMは、このアドレス範囲の画像データに対し編集処理を行い、その結果を、OSを介しメモリ13に格納し、その格納開始及び終了アドレスを、エディットJSCモジュール452へ渡し、エディットスレッド制御状態をENDにする。エディットJSCモジュール452は、これに応答して、エディットJSCブロック442のページナンバーPNoをインクリメントし、また、アウトプットJSCモジュール453に対しレディ状態のアウトプットスレッド制御ブロック453aを生成するとともに、クリエイトJSCモジュール451に対し次ページのWAIT状態のクリエイトスレッド制御状態をREADYにし(t4)、さらに、エディットスレッド制御ブロック452aを消滅させる。   (C) The edit JSC module 452 refers to the edit JSC block 442, gives the setting information in the table 442 to the function module EFM identified by the FMC, and the image data storage address range information of the edit thread control block 452a. To activate the function module EFM and set the edit thread control state to RUN. The functional module EFM performs an editing process on the image data in this address range, stores the result in the memory 13 via the OS, passes the storage start and end addresses to the edit JSC module 452, and edit thread control state. To END. In response to this, the edit JSC module 452 increments the page number PNo of the edit JSC block 442, generates a ready output thread control block 453a for the output JSC module 453, and creates the create JSC module. In step 451, the create thread control state in the WAIT state of the next page is set to READY (t4), and the edit thread control block 452a is deleted.

但し、例えばエディットが上述の4in1の場合には、機能モジュールEFM、1頁分のクリエイト処理が終了する毎にその頁の配置処理を行い、これを4頁分繰り返した後に、エディットスレッド制御ブロック452aを消滅させる。   However, for example, when the edit is the above-mentioned 4 in 1, the function module EFM performs the layout process of the page every time the creation process for one page is completed, and after repeating this process for four pages, the edit thread control block 452a Annihilate.

(D)次ページについて上記(B)へ進むと同時に、次のような動作を行う。すなわち、アウトプットJSCモジュール453は、前記READY状態への移行に応答して、アウトプットJSCブロック443を参照し、そのFMCで識別される機能モジュールOFMにJSCブロック443中の設定情報を与えるとともに、アウトプットスレッド制御ブロック453aの画像データ格納アドレス範囲情報を与えて、機能モジュールOFMを起動させ、アウトプットスレッド制御状態をRUNにする。機能モジュールOFMは、このアドレス範囲の画像データを、対応する出力装置から出力させ、これを終了すると、アウトプットスレッド制御状態をENDにする。アウトプットJSCモジュール453は、これに応答して、アウトプットJSCブロック443のページナンバーPNoをインクリメントし、また、アウトプットスレッド制御ブロック453aを消滅させる。   (D) Proceed to the above (B) for the next page and simultaneously perform the following operation. That is, the output JSC module 453 refers to the output JSC block 443 in response to the transition to the READY state, and gives the setting information in the JSC block 443 to the functional module OFM identified by the FMC. Given the image data storage address range information of the output thread control block 453a, the function module OFM is activated to set the output thread control state to RUN. The functional module OFM outputs the image data in this address range from the corresponding output device, and when this is finished, sets the output thread control state to END. In response to this, the output JSC module 453 increments the page number PNo of the output JSC block 443 and extinguishes the output thread control block 453a.

図1のジョブ制御モジュール43は、アウトプットJSCモジュール453による最終ページナンバーPENoのアウトプットスレッド制御ブロック消滅処理に応答して、このジョブシリアルナンバーJNoのJSCブロック440〜443を破棄するとともに、ジョブIDキュー431(図11参照)からこのジョブシリアルナンバーJNoを含むジョブIDを削除する。これにより、このジョブが終了する。   The job control module 43 in FIG. 1 discards the JSC blocks 440 to 443 having the job serial number JNo in response to the output thread control block erasing process of the final page number PENo by the output JSC module 453, and the job ID The job ID including the job serial number JNo is deleted from the queue 431 (see FIG. 11). As a result, this job is completed.

以上説明したように、本実施例1によれば、画像形成装置用アプリケーション40の構成が簡単かつ全ジョブについて統一的であるので、このアプリケーションの開発効率が高くなる。   As described above, according to the first embodiment, since the configuration of the application 40 for the image forming apparatus is simple and uniform for all jobs, the development efficiency of this application is increased.

また、複数の画像処理が時分割並行処理されることによる処理切替え時のオーバーヘッドが無くなって、スループットが向上するとともに、画像処理と入出力処理との並行処理の機会が多くなるので、MPU11の空き時間が少なくなり、スループットが向上する。   Further, the overhead at the time of process switching due to the time-division parallel processing of a plurality of image processing is eliminated, the throughput is improved, and the opportunity for parallel processing between image processing and input / output processing increases. Time is reduced and throughput is improved.

さらに、エディット機能モジュール群412が各ジョブで共通であるので、アプリケーション40の構成が簡単になるとともに、画像形成装置10のアプリケーション開発効率が高くなる。   Furthermore, since the edit function module group 412 is common to each job, the configuration of the application 40 is simplified and the application development efficiency of the image forming apparatus 10 is increased.

また、引用文献1と異なり、メモリ資源管理は汎用OSに任せればよいので、構成が簡単となる。   Unlike Cited Document 1, memory resource management can be left to the general-purpose OS, and the configuration is simplified.

次に、ジョブ実行順について説明する。   Next, the job execution order will be described.

上述のように、ジョブが生成されるとジョブIDがジョブIDキュー431に追加され、アウトプットジョブステップで1つのジョブの全頁出力が完了するとそのジョブIDがジョブIDキュー431から削除されるので、複数のジョブが残っている場合には、ジョブIDキュー431の内容は例えば図11(A)に示す如くなる。これに対応して、ジョブIDキュー431内の各ジョブIDに対応したJSCブロック440〜443が存在している。   As described above, when a job is generated, a job ID is added to the job ID queue 431, and when output of all pages of one job is completed in the output job step, the job ID is deleted from the job ID queue 431. When a plurality of jobs remain, the contents of the job ID queue 431 are as shown in FIG. Correspondingly, there are JSC blocks 440 to 443 corresponding to the job IDs in the job ID queue 431.

ジョブIDキュー431及びJSCブロック440〜443の内容は、GUIにも容易に利用することができる。すなわち、ユーザが操作・表示パネル25上のジョブ状況表示キーを押下すると、GUIモジュール42はジョブ制御モジュール43に対しジョブ状況問い合わせをし、ジョブ制御モジュール43はこれに応答して、ジョブIDキュー431の内容を読み出し、その各ジョブIDのジョブシリアルナンバーJSNoについて、JSCブロック440、エディットJSCブロック442及びアウトプットJSCブロック443に記載されているページナンバーPNoを読み出し、これに基づいて出力完了予定時刻を概略計算し、これらをGUIモジュール42に渡す。GUIモジュール42はこれを操作・表示パネル25に表示させる。   The contents of the job ID queue 431 and the JSC blocks 440 to 443 can be easily used for the GUI. That is, when the user presses the job status display key on the operation / display panel 25, the GUI module 42 inquires the job control module 43 about the job status, and the job control module 43 responds to the job ID queue 431. The page number PNo written in the JSC block 440, edit JSC block 442 and output JSC block 443 is read for the job serial number JSNo of each job ID, and the scheduled output completion time is determined based on this. Roughly calculate and pass these to the GUI module 42. The GUI module 42 displays this on the operation / display panel 25.

これにより、例えば図12(A)に示すような表示が行われる。図中、No.はジョブシリアルナンバーJSNoであり、No.列は、図11(A)のジョブIDキュー431内のジョブIDのJSNoをその順に示している。入力、処理及び出力はそれぞれ、対応するJSCブロック440、442及び443に記載されているページナンバーPNoであり、処理完了ページ数を示している。   Thereby, for example, a display as shown in FIG. In the figure, No. Is the job serial number JSNo. The column indicates the job ID JSNo in the job ID queue 431 in FIG. 11A in that order. The input, processing, and output are page numbers PNo described in the corresponding JSC blocks 440, 442, and 443, respectively, and indicate the number of processed pages.

操作・表示パネル25はタッチパネルを備え、これにはアップキー66、ダウンキー67、優先キー68及び取消キー69が表示されており、これらはジョブ実行順を変更する場合に、以下のように用いられる。   The operation / display panel 25 includes a touch panel, which displays an up key 66, a down key 67, a priority key 68, and a cancel key 69, which are used as follows when changing the job execution order. It is done.

例えば、図12(A)においてユーザがNo.3のジョブをNo.2より先に実行させたい場合、ダウンキー67を2回押して、No.1に在る矩形枠をNo.3へ移動させ、優先キー68を押す。これにより、図12(B)に示すように矩形枠内に格子点が表示されて、移動対象が選択状態となる。次にアップキー66を1回押すと、矩形枠が1つ上に移動して図13(A)に示す如くなり、この状態で優先キー68を押すと移動が確定して、図13(B)に示す如く格子点が消失する。これとともに、GUIモジュール42によりこの順番のNo.列にジョブコードを結合したジョブIDがジョブIDキュー431に上書きされて、その内容が図11(B)に示す如く、図13(B)のNo.列と対応したものになる。もし、この優先キー68の代わりに取消キー69を押すと、図12(A)に示す初期状態に戻る。   For example, in FIG. Job No. 3 2 to press the down key 67 twice, no. No. 1 is a rectangular frame. 3 and the priority key 68 is pressed. As a result, as shown in FIG. 12B, lattice points are displayed in the rectangular frame, and the movement target is selected. Next, when the up key 66 is pressed once, the rectangular frame moves up by one as shown in FIG. 13A, and when the priority key 68 is pressed in this state, the movement is confirmed, and FIG. ) Disappears as shown in FIG. At the same time, the GUI module 42 causes the No. 1 The job ID in which the job code is combined with the column is overwritten in the job ID queue 431, and the contents are as shown in FIG. It corresponds to the column. If the cancel key 69 is pressed instead of the priority key 68, the initial state shown in FIG.

次に、図14を参照して、クリエイトJSCモジュール451のより詳細な動作を説明する。以下、括弧内は図中のステップ識別符号である。   Next, a more detailed operation of the create JSC module 451 will be described with reference to FIG. In the following, the step identification codes in the figure are shown in parentheses.

(S10)対応するジョブステップでRUN状態のスレッド制御ブロック(SBC)が有れば処理を終了する。これにより、異なる頁又はジョブの画像処理が時分割並行処理されないので、プログラム切換のオーバーヘッドが生ぜず、スループットが向上する。RUN状態のSBCがなければステップS11へ進む。   (S10) If there is a thread control block (SBC) in the RUN state in the corresponding job step, the process is terminated. As a result, image processing of different pages or jobs is not performed in time-division parallel processing, so that no program switching overhead occurs and throughput is improved. If there is no SRUN in the RUN state, the process proceeds to step S11.

(S11)END状態のSBCが有ればステップS16へ進み、なければステップS12へ進む。   (S11) If there is an SBC in the END state, the process proceeds to step S16, and if not, the process proceeds to step S12.

(S12、S13)ジョブIDキュー431内のジョブID並び順に、次の(最初は先頭の)ジョブIDを1つ取り出し、そのジョブシリアルナンバーJSNoを含む、READY状態のスレッド制御ブロック(SCB)が有ればステップS15へ進み、なければステップS14へ進む。   (S12, S13) One next (first head) job ID is taken out in the order of job IDs in the job ID queue 431, and there is a thread control block (SCB) in the READY state including the job serial number JSNo. If so, the process proceeds to step S15. If not, the process proceeds to step S14.

(S14)ジョブIDキュー431に、次に取り出すべきジョブIDがなければ、処理を終了する。   (S14) If there is no job ID to be extracted next in the job ID queue 431, the processing is terminated.

(S15)このジョブIDのジョブシリアルナンバーJSNoを含むクリエイトJSCブロック441に記載の設定情報と、該JSNo及びクリエイトJSCブロック441に記載のページナンバーPNoを含むREADY状態のスレッド制御ブロックに記載されている画像データ格納開始アドレス及び画像データ格納終了アドレスを、該クリエイトJSCブロック441に記載の機能モジュールコードFMCの機能ブロックに与えて、該機能ブロックを起動させ、スレッド制御状態をRUNにして、処理を終了する。   (S15) The setting information described in the create JSC block 441 including the job serial number JSNo of this job ID, and the READY state thread control block including the page number PNo described in the JSNo and the create JSC block 441 The image data storage start address and the image data storage end address are given to the function block of the function module code FMC described in the create JSC block 441, the function block is activated, the thread control state is set to RUN, and the process is ended. To do.

この起動により、機能モジュールは、JSCモジュールの動作とは独立に、このアドレス範囲の画像データを処理して、OSを介しメモリ13に格納し、その格納開始及び終了アドレスを、クリエイトJSCモジュール451に渡し、また、制御ブロック451aのスレッド制御状態をENDにして、処理を終了する。   By this activation, the functional module processes the image data in this address range independently of the operation of the JSC module, stores it in the memory 13 via the OS, and stores the storage start and end addresses in the create JSC module 451. Also, the thread control state of the control block 451a is set to END, and the process is terminated.

(S16)後処理として、対応するJSCブロックのページナンバーPNoを1だけインクリメントし、スレッド制御状態がENDのスレッド制御ブロック451aを消滅させ、さらに、エディットJSCモジュール452に対し、同一頁のREADY状態のエディットスレッド制御ブロック452aを生成する。   (S16) As post-processing, the page number PNo of the corresponding JSC block is incremented by 1, the thread control block 451a whose thread control state is END is extinguished, and the edit JSC module 452 is in the READY state of the same page. An edit thread control block 452a is generated.

エディットJSCモジュール452及びアウトプットJSCモジュール453のいずれの動作も、図14と同様である。アウトプットJSCモジュール453の場合、ステップS15での機能モジュール起動により、この機能モジュールは、与えられたアドレス範囲の画像データを、対応する出力装置から出力させる。また、ステップS16では、対応するJSCブロックのページナンバーPNoを1だけインクリメントし、また、END状態のスレッドの制御ブロック453aを消滅させる。   The operations of the edit JSC module 452 and the output JSC module 453 are the same as those in FIG. In the case of the output JSC module 453, when the functional module is activated in step S15, the functional module outputs image data in a given address range from the corresponding output device. In step S16, the page number PNo of the corresponding JSC block is incremented by 1, and the control block 453a of the thread in the END state is extinguished.

図1のジョブ制御モジュール43は、アウトプットJSCモジュール453による最終ページナンバーPENoのアウトプットスレッド制御ブロック消滅処理に応答して、このジョブシリアルナンバーJNoのJSCブロック440〜442を破棄するとともに、ジョブIDキュー431(図11参照)からこのジョブシリアルナンバーJNoを含むジョブIDを削除する。これにより、このジョブが終了する。     The job control module 43 shown in FIG. 1 discards the JSC blocks 440 to 442 having the job serial number JNo in response to the output thread control block erasing process of the final page number PENo by the output JSC module 453 and the job ID. The job ID including the job serial number JNo is deleted from the queue 431 (see FIG. 11). As a result, this job is completed.

このような簡単な処理により、ジョブIDキュー431に格納されているジョブIDの並び順かつ同一ジョブIDについてはページナンバーPNo順にジョブが実行されるので、ユーザの操作によりジョブIDキュー431内のジョブIDの順番を変えれば、これに応じてジョブ実行順がジョブ単位で変更される。   With such simple processing, jobs are executed in the order of the job IDs stored in the job ID queue 431 and in the order of the page numbers PNo for the same job ID. Therefore, the jobs in the job ID queue 431 are operated by the user. If the order of IDs is changed, the job execution order is changed for each job accordingly.

なお、エディットJSCモジュール452については、図14の通りでも問題ないが、上述のようにクリエイトJSCモジュール451で処理が終了した後に、この処理対象と同一のジョブシリアルナンバーJSNo及びページナンバーPNoを有するスレッド制御ブロックについて、機能ブロックを実行させる場合には、図14からステップS12〜14の処理を省略することができる。   Although there is no problem with the edit JSC module 452 as shown in FIG. 14, the thread having the same job serial number JSNo and page number PNo as that to be processed after the processing by the create JSC module 451 is completed as described above. When the functional block is executed for the control block, the processing of steps S12 to S14 can be omitted from FIG.

また、図7を参照して説明した制限を付加するには、クリエイトJSCモジュール451において、図14のステップS13とS15との間で、READY状態のクリエイトSCBと同一頁に係るエディットSCBがREADY状態であれば、ステップS15へ進まずに処理を終了し、なければステップS15へ進むようにすればよい。   In order to add the restriction described with reference to FIG. 7, in the create JSC module 451, the edit SCB related to the same page as the create SCB in the READY state is in the READY state between steps S13 and S15 in FIG. If so, the process is terminated without proceeding to step S15, and if not, the process proceeds to step S15.

本実施例1によれば、機能モジュール群を備え、制御モジュールにより、ジョブ種別に応じて機能モジュールを選択的に起動させるので、各ジョブがジョブ実行順に関し対等の関係で取り扱われ、一方、制御モジュールで使用される制御情報を用いてジョブ状況を表示させ、これを用いてジョブ実行順を変更するので、簡単な構成で、複数種のジョブの実行順をジョブ単位で変更することが可能となる。   According to the first embodiment, since the functional module group is provided and the functional module is selectively activated according to the job type by the control module, each job is handled in an equal relationship with respect to the job execution order. Since the job status is displayed using the control information used in the module and the job execution order is changed using this, it is possible to change the execution order of multiple types of jobs on a job basis with a simple configuration. Become.

また、各ジョブのジョブステップが統一されているので、アウトプットジョブステップのみならずクリエイトジョブステップとエディットジョブステップの組である画像処理ジョブステップにおいても、ジョブIDキュー431内のジョブIDの並び順に参照し、未処理で実行可能なジョブIDのジョブステップがあれば、対応する機能モジュールを頁単位で実行させることが容易にでき、簡単なソフトウェア構成で、スループットを高く維持しつつ急ぎのジョブを優先的に処理して出力させることが可能となる。   Since the job steps of each job are unified, not only the output job step but also the image processing job step that is a set of the create job step and the edit job step, the job IDs in the job ID queue 431 are arranged in the order. If there is a job step with a job ID that can be referenced and executed, the corresponding functional module can be easily executed in units of pages, and with a simple software configuration, a fast job can be performed while maintaining high throughput. It becomes possible to process and output with priority.

上記実施例ではアプリケーション40の論理構成を説明したが、この論理構成は各種の方法で実現可能であり、例えば、制御ブロックがREADYになったときにイベントを発生させて機能モジュールを起動させるイベントドリブン型プログラムで実現することができる。   Although the logical configuration of the application 40 has been described in the above embodiment, this logical configuration can be realized by various methods. For example, an event-driven system that generates an event and activates a functional module when the control block becomes READY. It can be realized with a type program.

なお、本発明には外にも種々の変形例が含まれる。   Note that the present invention includes various other modifications.

例えば、図8において無条件でREADY状態からRUN状態に遷移するものについては、READY状態を省略した構成であっても実質的に同一になる。   For example, in FIG. 8, what is unconditionally transitioned from the READY state to the RUN state is substantially the same even in a configuration in which the READY state is omitted.

また、本発明は編集処理前に画像データのフォーマットを統一して各ジョブで編集処理の機能モジュールを共有するものであればよく、本発明には上記スループット向上のための構成がないもの、例えば複数の画像処理を図6(C)のように並行に行う構成や、各ジョブのジョブステップ数が異なる構成、或いはジョブ制御モジュールを備えない構成も含まれる。   Further, the present invention only needs to unify the format of the image data before editing processing and share the editing processing function module in each job, and the present invention has no configuration for improving the throughput, for example, A configuration in which a plurality of image processes are performed in parallel as shown in FIG. 6C, a configuration in which the number of job steps of each job is different, or a configuration without a job control module is also included.

さらに、前記統一フォーマットは、ビットマップ形式以外のものであってもよい。   Further, the unified format may be other than the bitmap format.

本発明の実施例1に係る画像形成装置を構成するアプリケーションソフトウェアの全体構成を示す概略ブロック図である。1 is a schematic block diagram showing an overall configuration of application software that constitutes an image forming apparatus according to Embodiment 1 of the present invention; ジョブの種類に応じて選択的に実行される、4群に分類された複数の機能モジュールを示すブロック図である。It is a block diagram which shows the several functional module classified into 4 groups selectively performed according to the kind of job. ジョブ制御モジュールで用いられるテーブルの説明図であって、コピー、プリント、スキャン、ファクシミリ送信及びファクシミリ受信のジョブコードと、各ジョブで選択される、エディット以外の機能モジュールのコードとの対応関係を示すテーブルの説明図である。It is explanatory drawing of the table used with a job control module, Comprising: The correspondence of the job code of a copy, a print, a scan, a facsimile transmission, and a facsimile reception, and the code | cord | chord of functional modules other than an edit selected by each job is shown. It is explanatory drawing of a table. (A)〜(E)はそれぞれ、コピー、プリント、スキャン、ファクシミリ送信及びファクシミリ受信のジョブ実行時に順次起動される機能モジュールを示す概略シーケンス図である。(A) to (E) are schematic sequence diagrams showing functional modules that are sequentially activated when a job of copying, printing, scanning, facsimile transmission and facsimile reception is executed. (A)はジョブステップ制御(JSC)ブロックの構成を示す図、(B)はインプットJSCブロックに記述される情報の具体例を示す図、(C)及び(D)はクリエイトJSCブロックに記述される情報の具体例を示す図である。(A) is a diagram showing the configuration of the job step control (JSC) block, (B) is a diagram showing a specific example of information described in the input JSC block, and (C) and (D) are described in the create JSC block. It is a figure which shows the specific example of the information which is. (A)は本発明の実施例1のコピージョブ動作例を示す概略タイムチャートであり、(B)及び(C)は(A)の効果を示すために(A)と対比されるコピージョブ動作例を示す概略タイムチャートである。(A) is a schematic time chart showing an example of copy job operation according to the first embodiment of the present invention, and (B) and (C) are copy job operations compared with (A) in order to show the effects of (A). It is a schematic time chart which shows an example. スループットを向上させるための、クリエイト、エディット及びアウトプット機能モジュールの起動条件を説明するブロック図である。It is a block diagram explaining the starting conditions of a create, edit, and an output function module for improving a throughput. クリエイトスレッド、エディットスレッド及びアウトプットスレッドの状態遷移図である。It is a state transition diagram of a create thread, an edit thread, and an output thread. 画像入力に関するハードウェア資源管理部を示すブロック図である。It is a block diagram which shows the hardware resource management part regarding an image input. 図6(A)の時刻t1〜t6における、図8の状態変化に対応したスレッド制御ブロックの説明図である。FIG. 9 is an explanatory diagram of a thread control block corresponding to the state change of FIG. 8 at times t1 to t6 of FIG. (A)及び(B)はそれぞれジョブ実行順変更前と変更後のジョブIDキューの内容を説明する図である。(A) and (B) are diagrams for explaining the contents of the job ID queue before and after changing the job execution order, respectively. (A)及び(B)はジョブ実行順変更操作説明図である。(A) And (B) is a job execution order change operation explanatory drawing. 図12の続きを示すジョブ実行順変更操作説明図である。FIG. 13 is an explanatory diagram of a job execution order changing operation showing a continuation of FIG. 12. ジョブIDキュー内のジョブID並び順に従った、JSCモジュール451〜453のうちの任意の1つの処理を示すフローチャートである。It is a flowchart which shows the process of arbitrary one of the JSC modules 451-453 according to the job ID arrangement order in a job ID queue. 本発明の実施例1に係る画像形成装置のハードウェア概略構成を示すブロック図である。1 is a block diagram illustrating a schematic hardware configuration of an image forming apparatus according to Embodiment 1 of the present invention.

符号の説明Explanation of symbols

10 画像形成装置
11 プロセッサ
12 チップセット
13 メモリ
14 ハードディスク装置
15〜18 拡張カード
19 NIC
20 通信モデム
25 操作・表示パネル
26 搬送装置等
27 プリントエンジン
28 スキャンエンジン
30 ホストコンピュータ
31 公衆回線
40 アプリケーション
41 機能モジュール群
410 入力機能モジュール群
411 クリエイト機能モジュール群
412 エディット機能モジュール群
413 出力機能モジュール群
42 GUIモジュール
43 ジョブ制御モジュール
430 ジョブカウンタ
431 ジョブIDキュー
440 インプットJSCブロック
441 クリエイトJSCブロック
442 エディットJSCブロック
443 アウトプットJSCブロック
450 インプットJSCモジュール
451 クリエイトJSCモジュール
452 エディットJSCモジュール
453 アウトプットJSCモジュール
46 スキャンエンジン管理モジュール
47 NIC管理モジュール
48 MODEM管理モジュール
50 汎用OS
501 メモリ管理モジュール
56 スキャンエンジンドライバ
57 NICドライバ
58 MODEMドライバ
60 ジョブシリアルナンバー
61 ページナンバー
62 状態
63 格納開始アドレス
64 格納終了アドレス
66 アップキー
67 ダウンキー
68 優先キー
69 取消キー
FMC 機能モジュールコード
JSNo ジョブシリアルナンバー
PNo ページナンバー
CCS クリエイトモジュール制御状態
ECS エディットモジュール制御状態
OCS アウトプットモジュール制御状態
DESCRIPTION OF SYMBOLS 10 Image forming apparatus 11 Processor 12 Chip set 13 Memory 14 Hard disk device 15-18 Expansion card 19 NIC
DESCRIPTION OF SYMBOLS 20 Communication modem 25 Operation / display panel 26 Conveyor etc. 27 Print engine 28 Scan engine 30 Host computer 31 Public line 40 Application 41 Function module group 410 Input function module group 411 Create function module group 412 Edit function module group 413 Output function module group 42 GUI module 43 Job control module 430 Job counter 431 Job ID queue 440 Input JSC block 441 Create JSC block 442 Edit JSC block 443 Output JSC block 450 Input JSC module 451 Create JSC module 452 Edit JSC module 453 Output JSC module 453 Scan En Emissions management module 47 NIC management module 48 MODEM management module 50 general-purpose OS
501 Memory management module 56 Scan engine driver 57 NIC driver 58 MODEM driver 60 Job serial number 61 Page number 62 Status 63 Storage start address 64 Storage end address 66 Up key 67 Down key 68 Priority key 69 Cancel key FMC Function module code JSNo Job serial Number PNo Page number CCS Create module control status ECS Edit module control status OCS Output module control status

Claims (6)

コピー、プリント、スキャン又はファクシミリ受信の機能のうち2つ以上の機能を備えた画像形成装置において、
プロセッサと、
該プロセッサに結合され、該プログラムが格納される記憶手段と、
該プロセッサに結合され、該2つ以上の機能において使用される複数の画像データ入力手段と、
該プロセッサに結合され、指示を入力する指示入力手段と、
該プロセッサに結合され、該2つ以上の機能において使用される画像データ出力手段と、
を有し、該プロセッサは該プログラムに従って、
該複数の画像データ入力手段から供給される各データフォーマットの画像データを特定のデータフォーマットに変換し、
該指示入力手段からの設定情報に含まれる編集設定情報に応じて、該特定のデータフォーマットの画像データを編集し、
該編集されたデータを直接又はフォーマット変換して該画像データ出力手段に供給する、
ことを特徴とする画像形成装置。
In an image forming apparatus having two or more functions of copy, print, scan or facsimile reception,
A processor;
Storage means coupled to the processor for storing the program;
A plurality of image data input means coupled to the processor and used in the two or more functions;
Instruction input means coupled to the processor for inputting instructions;
Image data output means coupled to the processor and used in the two or more functions;
The processor according to the program,
Converting the image data of each data format supplied from the plurality of image data input means into a specific data format;
In accordance with the edit setting information included in the setting information from the instruction input means, edit the image data of the specific data format,
The edited data is directly or format-converted and supplied to the image data output means.
An image forming apparatus.
該2つ以上の機能の各ジョブは複数のジョブステップに分けられ、
該プログラムは、
該複数のジョブステップのそれぞれで実行される機能モジュールを含む機能モジュール群と、
該指示入力手段からのジョブ選択指示及び起動指示に応じて、該設定情報を各ジョブステップに振り分けるジョブ制御部と、
該振り分けられた設定情報に基づいて各ジョブステップの機能モジュールを選択的に実行させるジョブステップ制御部と、
を有し、
該機能モジュール群は、該特定のデータフォーマットの画像データを編集するエディット機能モジュールを含み、
該エディット機能モジュールは、各ジョブで共通のものである、
ことを特徴とする請求項1に記載の画像形成装置。
Each job of the two or more functions is divided into a plurality of job steps,
The program
A functional module group including functional modules executed in each of the plurality of job steps;
A job control unit that distributes the setting information to each job step in response to a job selection instruction and an activation instruction from the instruction input unit;
A job step control unit that selectively executes the function module of each job step based on the distributed setting information;
Have
The function module group includes an edit function module for editing image data of the specific data format,
The edit function module is common to each job.
The image forming apparatus according to claim 1.
該2つ以上の機能の各ジョブは、
該複数の画像データ入力手段のうちの対応するものから画像データを入力するインプットジョブステップと、
該インプットジョブステップで入力された画像データを特定のデータフォーマットに変換するクリエイトジョブステップと、
該特定のデータフォーマットの画像データを編集するエディットジョブステップと、
該編集された画像データを直接又はフォーマット変換して該画像データ出力手段に供給するアウトプットジョブステップと、
を有することを特徴とする請求項2に記載の画像形成装置。
Each job of the two or more functions is
An input job step for inputting image data from a corresponding one of the plurality of image data input means;
A create job step for converting the image data input in the input job step into a specific data format;
An edit job step for editing the image data of the specific data format;
An output job step for directly or format-converting the edited image data and supplying it to the image data output means;
The image forming apparatus according to claim 2, further comprising:
該記憶手段にはさらに、各機能のジョブの各ジョブステップで実行される機能モジュールの識別情報を該ジョブステップと対応させた機能モジュール組み合わせ情報が格納され、
該ジョブ制御部は、該ジョブ選択指示に応じて、実行すべき機能モジュールの識別情報を該機能モジュール組み合わせ情報から抽出して各ジョブステップに振り分け、
該ジョブステップ制御部は、該振り分けられた識別情報と該振り分けられた設定情報とに基づいて、該インプットジョブステップ、クリエイトジョブステップ、エディットジョブステップ及びアウトプットジョブステップに対応した機能モジュールを、同一ジョブの同一頁について、この順に起動させる、
ことを特徴とする請求項3に記載の画像形成装置。
The storage means further stores functional module combination information in which identification information of functional modules executed in each job step of each function job is associated with the job step.
In response to the job selection instruction, the job control unit extracts identification information of functional modules to be executed from the functional module combination information and distributes them to each job step.
The job step control unit uses the same function module corresponding to the input job step, create job step, edit job step, and output job step based on the assigned identification information and the assigned setting information. Start the same page of the job in this order,
The image forming apparatus according to claim 3.
該特定のデータフォーマットは、ビットマップ形式であることを特徴とする請求項2乃至4のいずれか1つに記載の画像形成装置。   The image forming apparatus according to claim 2, wherein the specific data format is a bitmap format. 該画像データの編集は、ページ付け処理、又は、複数ページ分の画像データを縮小して単一ページに配置する集約処理を含むことを特徴とする請求項1乃至5のいずれか1つに記載の画像形成装置。   The editing of the image data includes a pagination process or an aggregation process of reducing image data for a plurality of pages and arranging them on a single page. Image forming apparatus.
JP2006019838A 2006-01-27 2006-01-27 Image forming apparatus Expired - Fee Related JP4482525B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2006019838A JP4482525B2 (en) 2006-01-27 2006-01-27 Image forming apparatus
CN 200710004393 CN101009748B (en) 2006-01-27 2007-01-25 Multi-function peripheral apparatus for processing unified job steps
US11/698,883 US8339636B2 (en) 2006-01-27 2007-01-29 Multi-function peripheral apparatus for processing unified job steps

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006019838A JP4482525B2 (en) 2006-01-27 2006-01-27 Image forming apparatus

Publications (2)

Publication Number Publication Date
JP2007201955A true JP2007201955A (en) 2007-08-09
JP4482525B2 JP4482525B2 (en) 2010-06-16

Family

ID=38456064

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006019838A Expired - Fee Related JP4482525B2 (en) 2006-01-27 2006-01-27 Image forming apparatus

Country Status (2)

Country Link
JP (1) JP4482525B2 (en)
CN (1) CN101009748B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016220009A (en) * 2015-05-20 2016-12-22 コニカミノルタ株式会社 Image formation device, program and display device

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5663941B2 (en) * 2010-04-30 2015-02-04 富士ゼロックス株式会社 Printed document conversion apparatus and program
JP5310777B2 (en) * 2011-04-27 2013-10-09 コニカミノルタ株式会社 Image forming apparatus, image processing method, and image processing program
CN104120181B (en) * 2011-06-29 2017-06-09 深圳华大基因股份有限公司 The method and device of GC corrections is carried out to chromosome sequencing result
JP5941849B2 (en) * 2012-04-23 2016-06-29 京セラドキュメントソリューションズ株式会社 Electronic apparatus and image forming apparatus
JP2014046470A (en) * 2012-08-29 2014-03-17 Kyocera Document Solutions Inc Image formation device
AU2017376897A1 (en) * 2016-11-29 2019-05-30 Y Soft Scanning Solutions s.r.o. System for distributing image scanning tasks to networked devices
JP7270387B2 (en) * 2019-01-15 2023-05-10 キヤノン株式会社 Image processing device, image processing device control method, and program
US10908860B1 (en) * 2019-07-15 2021-02-02 Toshiba Tec Kabushiki Kaisha Multi-Function Printer (MFP) for executing multiple jobs
CN110989508A (en) * 2019-11-04 2020-04-10 林高峰 Process decoupling and process combination control system of multi-level standard module

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE69512574T2 (en) * 1994-07-06 2000-05-04 Canon Kk Imaging device with a priority interrupt controller
US5764866A (en) * 1995-05-26 1998-06-09 Ricoh Company, Ltd. Scanner, network scanner system, and method for network scanner system
JPH0991102A (en) * 1995-09-26 1997-04-04 Ricoh Co Ltd Reporting method for print job execution result for network system, setting method for scan conditions for network system and network printing/scanning system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016220009A (en) * 2015-05-20 2016-12-22 コニカミノルタ株式会社 Image formation device, program and display device

Also Published As

Publication number Publication date
CN101009748B (en) 2013-05-01
JP4482525B2 (en) 2010-06-16
CN101009748A (en) 2007-08-01

Similar Documents

Publication Publication Date Title
JP4482525B2 (en) Image forming apparatus
US8339636B2 (en) Multi-function peripheral apparatus for processing unified job steps
JPH10340165A (en) Information processing device and method, and memory medium
JP2009146251A (en) Image processing device, and image forming system and program
JP5782865B2 (en) Printer driver
JP2008146434A (en) Printing control device, printing control method, printing control program, printer, printing method, printing program and recording medium
JP4303732B2 (en) Image forming apparatus
JP4859103B2 (en) Image forming apparatus
JP2001184178A (en) Method and device for selectively applying image formation related option to optional page of data
JP2005352699A (en) Information processor, control method therefor and information processing method
JP2007293772A (en) Printer control system and printer driver
JP2013065234A (en) Printing control device and program
JP4438754B2 (en) Image forming apparatus
US10310788B2 (en) Control method for generating data used for printing and information processing apparatus
JP4482526B2 (en) Image forming apparatus
JP2011186887A (en) Printing control device and printing control method
JP4438755B2 (en) Image forming apparatus
JP2006268110A (en) Printing job processing program and its method and distribution/delivery system
JP6004790B2 (en) Information processing apparatus, method and program thereof
JP2001290622A (en) Device and method for controlling distributed printing and recording medium
JP6250110B2 (en) Information processing apparatus, method and program thereof
JP2016181107A (en) Print control program, print control apparatus, and print control method
JP2012088948A (en) Printer driver, print control device and print control method
JP2001018493A (en) Printer, control method thereof and recording medium having recorded processing therefor
JP5723813B2 (en) Data processing program and information processing apparatus

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090306

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090331

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090528

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091201

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100201

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100223

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100319

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

Free format text: PAYMENT UNTIL: 20130326

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4482525

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20130326

Year of fee payment: 3

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

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

Free format text: PAYMENT UNTIL: 20130326

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20130326

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees