JP2006173843A - Image information i/o device - Google Patents

Image information i/o device Download PDF

Info

Publication number
JP2006173843A
JP2006173843A JP2004360916A JP2004360916A JP2006173843A JP 2006173843 A JP2006173843 A JP 2006173843A JP 2004360916 A JP2004360916 A JP 2004360916A JP 2004360916 A JP2004360916 A JP 2004360916A JP 2006173843 A JP2006173843 A JP 2006173843A
Authority
JP
Japan
Prior art keywords
image information
image
information input
processing
job
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.)
Withdrawn
Application number
JP2004360916A
Other languages
Japanese (ja)
Inventor
Yasushi Shimizu
泰志 清水
Koichi Ishimoto
高一 石本
Yasuo Hirouchi
康夫 廣内
Masaki Kashiwagi
正樹 柏木
Satoshi Yokomizo
聡 横溝
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2004360916A priority Critical patent/JP2006173843A/en
Publication of JP2006173843A publication Critical patent/JP2006173843A/en
Withdrawn legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To enhance execution efficiency of image processing in a multifunction image I/O device. <P>SOLUTION: The device for inputting/outputting image information comprises a means for processing image information inputted by the image information I/O means by hardware in units of band of predetermined size, and a means for processing image information inputted by the image information I/O means by software in units of band of predetermined size. The hardware image processing means and the software image processing means are used properly in units of band depending on the priority of a job being executed. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、画像情報入出力装置の印刷制御ユニットで画像処理を行う場合に、その画像処理をハードウェア、ソフトウェア、もしくはその両方で行うことの出来る画像処理装置に関する。   The present invention relates to an image processing apparatus capable of performing image processing by hardware, software, or both when image processing is performed by a print control unit of an image information input / output device.

ネットワーク技術の普及に伴い、マルチファンクションの複写機やプリンタなどにより、ネットワーク上で画像等のデータのやり取りが頻繁に行われるようになってきた。多くの場合、ネットワーク負荷を減らし、高速にデータ伝送を行うためデータ圧縮(符号化)技術が用いられている。符号化・復号化は符号化復号化器(コーデック)を用いて行うが、コーデックは専用LSIなどのハードウェア(ハードウェアコーデック)によっても、汎用プロセッサによりソフトウェアを実行すること(ソフトウェアコーデック)によっても実現できる。また、画像の出力の際には、画像データの回転を伴うこともあり、この処理も専用のハードウェアによっても汎用プロセッサによるソフトウェアによっても実現できる。一般的にはハイエンドな高いパフォーマンスを実現する場合にはハードウェアを実装し、ローコストでパフォーマンスが低い機械ではソフトウェアで画像処理を実現するような画像処理装置が従来発明されてきた。   With the spread of network technology, data such as images are frequently exchanged over a network by a multi-function copying machine or printer. In many cases, a data compression (encoding) technique is used to reduce network load and perform high-speed data transmission. Encoding / decoding is performed using an encoder / decoder (codec). The codec can be used either by hardware such as a dedicated LSI (hardware codec) or by executing software by a general-purpose processor (software codec). realizable. Further, when outputting an image, image data may be rotated, and this processing can be realized by dedicated hardware or software by a general-purpose processor. In general, an image processing apparatus has been invented in which hardware is mounted to achieve high-end high performance, and software is used to perform image processing on a low-cost machine with low performance.

また一方では、画像の高画質化の要求に対応するため印刷装置の解像度が増加しており、それに伴い各印刷装置における印刷処理に必要なメモリ容量は増大する傾向にある。このメモリ容量の増大に対して、画像処理装置内部では画像データをバンド単位で扱う技術が知られており、例えば、画像出力装置での画像データのバンド処理をより効率化するための手法が記載されている(特許文献1)。
特開平10−74264号公報
On the other hand, the resolution of the printing apparatus is increasing to meet the demand for higher image quality, and accordingly, the memory capacity required for the printing process in each printing apparatus tends to increase. In response to this increase in memory capacity, a technique for handling image data in band units is known within the image processing apparatus. For example, a technique for more efficient band processing of image data in the image output apparatus is described. (Patent Document 1).
Japanese Patent Laid-Open No. 10-74264

マルチファンクションの複合機においては、プリント出力、コピー、FAX送信、E−mail送信、ネットワークスキャナ等様々な機能を提供しており、これらの実行要求(ジョブ)に対しての同時実行性が重要となる。   Multifunction multifunction devices provide various functions such as print output, copy, FAX transmission, E-mail transmission, network scanner, etc., and it is important to be able to simultaneously execute these execution requests (jobs). Become.

上述のように画像処理は一般的に、ハードウェアにて実行した際の処理時間の方がソフトウェアのそれより短いが、最近ではCPU(中央演算処理装置)の性能向上により、画像処理によってはソフトウェアでもある程度の実行処理速度を実現できるようになってきた。   As described above, image processing is generally performed in hardware with a processing time shorter than that of software, but recently, due to improved performance of a central processing unit (CPU), some image processing requires software. However, it has become possible to achieve a certain execution speed.

ハードウェアでの画像処理と同時にソフトウェアによっても画像処理を実現できるようになるが、この際にハードウェアリソースとソフトウェアリソースを同一機器内で最適にスケジューリングすることで、複数のジョブを同時実行する場合に高いパフォーマンスを実現することが求められている。   Image processing can be realized by software simultaneously with hardware image processing, but when multiple resources are executed at the same time by optimally scheduling hardware and software resources in the same device To achieve high performance.

上記の目的を達成するために、本発明は、画像情報を入出力する画像情報入出力装置であって、前記画像情報入出力手段によって入力された画像情報を所定のサイズのバンド単位でハードウェアによって処理するためのハードウェア画像処理手段と、前記画像情報入出力手段によって入力された画像情報を所定のサイズのバンド単位でソフトウェアによって処理するためのソフトウェア画像処理手段とを有し、実行されるジョブの優先度に応じて、前記ハードウェア画像処理手段と前記ソフトウェア画像処理手段をバンド単位で使い分けることを特徴とする画像情報入出力装置を提供するものである。   In order to achieve the above object, the present invention provides an image information input / output device for inputting / outputting image information, wherein the image information input by the image information input / output means is a hardware unit in a band unit of a predetermined size. Hardware image processing means for processing according to the above, and software image processing means for processing the image information input by the image information input / output means by software in band units of a predetermined size and executed The present invention provides an image information input / output device characterized in that the hardware image processing means and the software image processing means are selectively used in band units in accordance with job priorities.

本発明によれば、所定のデータ処理をソフトウェアで行うソフトウェア処理部と、ハードウェアで行うハードウェア処理部とを設けるとともに、実行されるジョブの優先度、ジョブの種類により、ハードウェア資源とソフトウェア資源を効率よく割り当てることで、システムの処理パフォーマンスを向上させることが出来る。   According to the present invention, a software processing unit for performing predetermined data processing by software and a hardware processing unit for performing hardware are provided, and hardware resources and software are determined depending on the priority of the job to be executed and the type of job. By efficiently allocating resources, the processing performance of the system can be improved.

更には画像処理システムのCPUの処理速度に応じて予めソフトウェア資源の数を指定することで、複数のソフトウェア資源を利用することで,更なるパフォーマンス向上の効果が期待できる。   Furthermore, by specifying the number of software resources in advance according to the processing speed of the CPU of the image processing system, a further performance improvement effect can be expected by using a plurality of software resources.

以下本発明を実施するための最良の形態を、実施例により詳しく説明する。   Hereinafter, the best mode for carrying out the present invention will be described in detail with reference to examples.

以下、本発明の実施の形態を図面に基づいて詳説する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は本発明に係る電子部品としてのコントローラ部が搭載された画像入出力装置(データ処理装置)の一実施の形態を示すブロック構成図であって、該画像入出力装置1は、イーサネット(登録商標)等のLAN(Local Area Network)400にてのホストコンピュータ(本実施の形態では第一、第二のホストコンピュータ3,4)に接続されている。   FIG. 1 is a block diagram showing an embodiment of an image input / output device (data processing device) on which a controller unit as an electronic component according to the present invention is mounted. It is connected to a host computer (first and second host computers 3 and 4 in this embodiment) in a LAN (Local Area Network) 400 such as a registered trademark.

即ち、上記画像入出力システム(装置)1は、画像データの読取処理を行うリーダ部2と、画像データの出力処理を行うプリンタ部6と、画像データの入出力操作を行うキーボード、及び画像データや各種機能の表示などを行う液晶パネルを備えた操作部7と、制御プログラムや画像データ等が予め書き込まれたハードディスクドライブ8を装着し、これら各構成要素に接続されて該構成要素に接続されて該構成要素を制御する単一の電子部品からなるコントローラ部110とから構成されている。   In other words, the image input / output system (device) 1 includes a reader unit 2 that performs image data reading processing, a printer unit 6 that performs image data output processing, a keyboard that performs image data input / output operations, and image data. And an operation unit 7 having a liquid crystal panel for displaying various functions and a hard disk drive 8 in which a control program, image data, and the like are written in advance, are connected to these components and connected to the components. And a controller unit 110 composed of a single electronic component for controlling the constituent elements.

さらにリーダ部2は原稿用紙を搬送する原稿給紙ユニット(部)10と、原稿画像を光学的に読み取って電気信号としての画像データに変換するスキャナ部11とを有し、プリンタ部6は記録用紙を収容する複数段の給紙カセットを備えた給紙ユニット(部)12と画像データを記録用紙に転写、定着するマーキングユニット(部)13と印字された記録用紙にソート処理やステイプル処理を施して、外部に排出する排紙ユニット(部)14とを有している。   Further, the reader unit 2 includes a document feeding unit (unit) 10 that transports document paper, and a scanner unit 11 that optically reads a document image and converts it into image data as an electrical signal, and the printer unit 6 records. Sorting and stapling processing is performed on a paper feed unit (part) 12 having a plurality of paper feed cassettes for storing paper, a marking unit (part) 13 for transferring and fixing image data to recording paper, and printed recording paper. And a paper discharge unit (part) 14 for discharging to the outside.

図2は図1のリーダ部2及びプリンタ部6の詳細を示す内部構造であって、リーダ部5はプリンタ部6に載置されている。   FIG. 2 is an internal structure showing details of the reader unit 2 and the printer unit 6 of FIG. 1, and the reader unit 5 is mounted on the printer unit 6.

そして、リーダ部5では、原稿給送ユニット10に積層された原稿用紙がその積層順にしたがって、先頭から順次1枚ずつプラテンガラス15上に給送され、スキャナユニット11で所定の読取動作が終了した後、該読み取られた原稿用紙はプラテンガラス15上から原稿給送ユニット10に排出される。   Then, the reader unit 5 feeds the original sheets stacked on the original feeding unit 10 one by one on the platen glass 15 sequentially from the top in accordance with the stacking order, and the scanner unit 11 completes a predetermined reading operation. Thereafter, the read original paper is discharged from the platen glass 15 to the original feeding unit 10.

また、上記スキャナユニット11では、原稿用紙がプラテンガラス15上に搬送されてくるとランプ16が点灯し、次いで光学ユニット17の移動を開始させ、読み取り位置で固定する。光学ユニット17は搬送される原稿用紙を下方から照射し、走査する。そして、原稿用紙からの反射光は、複数のミラー18−20、及びレンズ21を介してCCDイメージセンサー(以下、単に「CCD」と記す)22へと導かれ、走査された原稿画像はCCD22によって読み取られる。そして、CCD22で読み取られた画像データは、所定の処理が施された後、コントローラユニット110(図2では図示省略)に転送される。   In the scanner unit 11, the lamp 16 is turned on when the original paper is conveyed onto the platen glass 15, and then the movement of the optical unit 17 is started and fixed at the reading position. The optical unit 17 irradiates and scans the conveyed original paper from below. The reflected light from the original paper is guided to a CCD image sensor (hereinafter simply referred to as “CCD”) 22 through a plurality of mirrors 18-20 and a lens 21, and the scanned original image is read by the CCD 22. Read. The image data read by the CCD 22 is transferred to the controller unit 110 (not shown in FIG. 2) after predetermined processing.

あるいは、原稿プラテン上に載置された原稿を同様にランプ16を点灯し、次いで光学ユニット17の移動を開始させ、原稿用紙を下方から照射し、走査することで、走査された原稿画像をCCD22によって読み取ることが可能である。   Alternatively, the lamp 16 is turned on in the same manner for the original placed on the original platen, the movement of the optical unit 17 is then started, the original paper is irradiated from below, and scanned, so that the scanned original image is CCD 22. Can be read by.

以上の手順で送出されたリーダからの画像データは、コネクタを介してコントローラ部110に送出される。   The image data from the reader sent in the above procedure is sent to the controller unit 110 via the connector.

次いで、プリント部6では、コントローラ部110から出力された画像データに対応するレーザ光が、レーザドライバにより駆動されるレーザ発行部24から発行され、該レーザ光はマーキング部13の感光ドラム25にはレーザ光に応じた静電潜像が形成され、現像器26により前記静電潜像の部分に現像罪が付着する。   Next, in the printing unit 6, laser light corresponding to the image data output from the controller unit 110 is issued from a laser issuing unit 24 driven by a laser driver, and the laser light is applied to the photosensitive drum 25 of the marking unit 13. An electrostatic latent image corresponding to the laser beam is formed, and the development device 26 attaches development charges to the portion of the electrostatic latent image.

一方、レーザ光の照射開始と同期したタイミングで、給紙部12(給紙カセット12a,12b)から記録用紙が給紙されて転写部27に搬送され、感光ドラム25に付着している現像剤を記録用紙に転写する。画像データが転写された記録用紙は定着部28に搬送され、定着部28における加熱・加圧処理により画像データが記録紙に定着される。   On the other hand, at the timing synchronized with the start of laser light irradiation, the recording paper is fed from the paper feed unit 12 (paper feed cassettes 12 a and 12 b), conveyed to the transfer unit 27, and the developer attached to the photosensitive drum 25. Is transferred to the recording paper. The recording paper onto which the image data has been transferred is conveyed to the fixing unit 28, and the image data is fixed to the recording paper by the heating / pressurizing process in the fixing unit 28.

そして、画像データを記録用紙に片面記録する場合は、定着部28を通過した記録用紙が排出ローラ29によってそのまま排紙ユニット14に排出され、排紙ユニット14は排出された記録用紙を束ねて記録用紙の仕分けを行い、また、仕分けされた記録用紙のステイプル処理を行う。   When image data is recorded on one side on a recording sheet, the recording sheet that has passed through the fixing unit 28 is discharged as it is to the discharge unit 14 by the discharge roller 29, and the discharge unit 14 bundles the discharged recording sheets for recording. The paper is sorted, and the sorted recording paper is stapled.

また、画像データを記録用紙に両面記録する場合は、排出ローラ29まで記録用紙を搬送した後、該は移出ローラ29の回転方向を逆転させ、フラッパ30によって再給紙搬送路31へと導かれ、該再給紙搬送路31に導かれた記録用紙は上述と同様にして転写部27に搬送される。   When the image data is recorded on both sides of the recording paper, after the recording paper is conveyed to the discharge roller 29, the rotation direction of the transfer roller 29 is reversed and guided to the refeed conveyance path 31 by the flapper 30. The recording sheet guided to the refeed conveyance path 31 is conveyed to the transfer unit 27 in the same manner as described above.

コントローラ部110は、上述したように単一の電子部品で構成され、リーダ部2読み取った画像データをコードに変換し、LAN400を介して第一及び第二のホストコンピュータ3、4に送信するスキャナ機能、及びホストコンピュータ3、4からLAN2を介して受信したコードデータを画像データに変換し、プリンタ部6に出力するプリンタ機能、その他の機能ブロックを有している。   The controller unit 110 is composed of a single electronic component as described above, converts the image data read by the reader unit 2 into a code, and transmits the code to the first and second host computers 3 and 4 via the LAN 400. It has a function, a printer function that converts code data received from the host computers 3 and 4 via the LAN 2 into image data, and outputs the image data to the printer unit 6 and other functional blocks.

図3はコントローラ部110の詳細を示すブロック図である。   FIG. 3 is a block diagram showing details of the controller unit 110.

すなわち、メインコントローラ32は、CPU33とバスコントローラ34と後述する各種コントローラ回路を含む機能ブロックとを内蔵すると共に、ROMI/F35を介してROM36と接続され、DRAMI/F37を介してDRAM38と接続され、コーデックI/F39を介してコーデック40と接続され、また、ネットワークI/F41を介してネットワークコントローラ42と接続されている。   That is, the main controller 32 incorporates a CPU 33, a bus controller 34, and functional blocks including various controller circuits described later, is connected to the ROM 36 via the ROM I / F 35, and is connected to the DRAM 38 via the DRAM I / F 37. It is connected to the codec 40 via the codec I / F 39 and is connected to the network controller 42 via the network I / F 41.

ROM36は、メインコントローラ32のCPU33で実行される各種制御プログラムや演算データが格納されている。DRAM38は、CPU33が動作するための作業領域や画像データを蓄積するための領域として使用される。コーデック40はDRAM38に蓄積されたラスターイメージデータをMH/MR/MMR/JBIGなどの周知の圧縮方式で圧縮し、また圧縮されたデータをラスターイメージに伸長する。また、コーデック40にはSRAM43が接続されており、該SRAM43は前記コーデック40の一時的な作業領域として使用される。   The ROM 36 stores various control programs executed by the CPU 33 of the main controller 32 and calculation data. The DRAM 38 is used as a work area for the CPU 33 to operate and an area for storing image data. The codec 40 compresses the raster image data stored in the DRAM 38 by a known compression method such as MH / MR / MMR / JBIG, and expands the compressed data into a raster image. Further, an SRAM 43 is connected to the codec 40, and the SRAM 43 is used as a temporary work area of the codec 40.

ネットワークコントローラ42は、ネットワークコネクタ44を介してLAN2との間で所定の制御動作を行う。   The network controller 42 performs a predetermined control operation with the LAN 2 via the network connector 44.

また、前記メインコントローラ32はスキャナバス45を介してスキャナI/F46に接続され、プリンタバス47を介してプリンタI/F48に接続され、さらにPCIバス等の汎用高速バス49を介して拡張ボードを接続するための拡張コネクタ50及び入出力制御部(I/O制御部)51に接続されている。   The main controller 32 is connected to a scanner I / F 46 via a scanner bus 45, connected to a printer I / F 48 via a printer bus 47, and further connected to an expansion board via a general-purpose high-speed bus 49 such as a PCI bus. It is connected to an expansion connector 50 and an input / output control unit (I / O control unit) 51 for connection.

I/O制御部51はリーダ部2やプリンタ部6との間で制御コマンドを送受信するための調歩同期式のシリアル通信コントローラ52が2チャンネル装備されており、該シリアル通信コントローラ52はI/Oバス53を介してスキャナI/F46及びプリンタI/F48に接続されている。   The I / O control unit 51 is equipped with two channels of asynchronous serial communication controllers 52 for transmitting and receiving control commands to and from the reader unit 2 and the printer unit 6. It is connected to the scanner I / F 46 and the printer I / F 48 via the bus 53.

スキャナI/F48は、第一の調歩同期シリアルI/F54及び第一のビデオI/F55を介してスキャナコネクタ56に接続され、さらに該スキャナコネクタ56はリーダ部2のスキャナユニット11に接続されている。そして、スキャナI/F46はスキャナ部11から受信した画像データに対し所望の2値化処理や、主走査方向及び/又は副走査方向の変倍処理を行い、またスキャナ部11から送られてきたビデオ信号に基づいて制御信号を生成し、スキャナバス45を介してメインコントローラ32に転送する。   The scanner I / F 48 is connected to the scanner connector 56 via the first asynchronous serial I / F 54 and the first video I / F 55, and the scanner connector 56 is further connected to the scanner unit 11 of the reader unit 2. Yes. The scanner I / F 46 performs desired binarization processing and scaling processing in the main scanning direction and / or sub-scanning direction on the image data received from the scanner unit 11, and is sent from the scanner unit 11. A control signal is generated based on the video signal and transferred to the main controller 32 via the scanner bus 45.

また、プリンタI/F48は、第2の調歩同期シリアルI/F57及び第2のビデオI/F58を介してプリンタコネクタ59に接続され、さらに該プリンタコネクタ59はプリンタ部6のマーキングユニット13に接続されている。そして、プリンタI/F48はメインコントローラ32から出力された画像データにスムージング処理を施して該画像データをマーキングユニット13に出力し、さらにマーキングユニット13から送られたビデオ信号に基づいて、生成された制御信号をプリンタバス47に出力する。   The printer I / F 48 is connected to the printer connector 59 via the second asynchronous serial I / F 57 and the second video I / F 58, and the printer connector 59 is connected to the marking unit 13 of the printer unit 6. Has been. The printer I / F 48 performs a smoothing process on the image data output from the main controller 32 and outputs the image data to the marking unit 13, and is further generated based on the video signal sent from the marking unit 13. A control signal is output to the printer bus 47.

そして、CPU33は、ROM36からROMI/F35を介して読み込まれた制御プログラムに基づいて動作し、例えば、第1及び第2のホストコンピュータ3、4から受信したPDL(頁記述言語)データを解釈し、ラスターイメージデータに展開処理を行う。   The CPU 33 operates based on a control program read from the ROM 36 via the ROM I / F 35 and interprets, for example, PDL (page description language) data received from the first and second host computers 3 and 4. The raster image data is expanded.

また、バスコントローラ34は、スキャナI/F46プリンタI/F48、その他拡張コネクタ50等に接続された外部機器から入出力されるデータ転送を制御するものであり、バス競合時のアービトレーション(調停)やDMAデータ転送の制御を行う。即ち、例えば、上述したDRAM38とコーデック40との間のデータ転送や、スキャナ部5からDRAM38へのデータ転送、DRAM38からマーキングユニット13へのデータ転送等は、バスコントローラ34によって制御され、DMA転送される。   The bus controller 34 controls data transfer input / output from / to an external device connected to the scanner I / F 46, printer I / F 48, other extension connector 50, and the like. Controls DMA data transfer. That is, for example, the data transfer between the DRAM 38 and the codec 40, the data transfer from the scanner unit 5 to the DRAM 38, the data transfer from the DRAM 38 to the marking unit 13, and the like are controlled by the bus controller 34 and transferred by DMA. The

また、I/O制御部51は、LCDコントローラ60などを介してパネルI/F62に接続されている。また、前記I/O制御部51は不揮発性メモリとしてのEEPROMに接続され、またE−IDEコネクタ63を介してハードディスクドライブ8に接続され、さらに、機器内で管理する日付と時刻を更新/保存するリアルタイムクロックモジュール64に接続されている。尚、リアルタイムクロックモジュール64はバックアップ用電池65に接続されて該バックアップ用電池65によりバックアップされている。   The I / O control unit 51 is connected to the panel I / F 62 via the LCD controller 60 or the like. The I / O control unit 51 is connected to an EEPROM as a nonvolatile memory, and is connected to the hard disk drive 8 via an E-IDE connector 63, and further updates / saves the date and time managed in the device. Connected to the real-time clock module 64. The real time clock module 64 is connected to the backup battery 65 and backed up by the backup battery 65.

図4はメインコントローラ32の内部詳細を示すブロック構成図である。   FIG. 4 is a block diagram showing the internal details of the main controller 32.

バスコントローラ34は、4×4の64ビットクロスバススイッチで構成され、64ビットのプロセッサバス(Pバス)67を介してCPU33に接続され、またメモリ専用のローカルバス(Mバス)を介してキャッシュメモリを備えたメモリコントローラ69に接続されている。尚、メモリコントローラ69はROM36やDRAM38などのメモリ類と接続され、これらのメモリ類の動作を制御する。   The bus controller 34 is composed of a 4 × 4 64-bit cross bus switch, connected to the CPU 33 via a 64-bit processor bus (P bus) 67, and cached via a memory-dedicated local bus (M bus). It is connected to a memory controller 69 having a memory. The memory controller 69 is connected to memories such as the ROM 36 and the DRAM 38, and controls the operation of these memories.

さらに、該バスコントローラ34はグラフィックスバス(Gバス)70を介してGバスアービタ71及びスキャン・プリンタコントローラ72と接続され、また入出力バス(Bバス)73を介して、Bバスアービター74、Gバスアービタ71、インタラプトコントローラ、及び各種機能ブロック(電力管理ユニット76、UARTなどのシリアルI/Fコントローラ77、USB(Universal Serial Bus)コントローラ78、IEEE1284等のパラレルI/Fコントローラ79、LANコントローラ80汎用入出力コントローラ81、Bバス73と外部バスであるPCIバスとの間でI/F動作を司るPCIバスI/F82、及びスキャナ・プリンタコントローラ72)と接続されている。   Further, the bus controller 34 is connected to a G bus arbiter 71 and a scan / printer controller 72 via a graphics bus (G bus) 70, and is connected to a B bus arbiter 74, G via an input / output bus (B bus) 73. Bus arbiter 71, interrupt controller, and various functional blocks (power management unit 76, serial I / F controller 77 such as UART, USB (Universal Serial Bus) controller 78, parallel I / F controller 79 such as IEEE1284, LAN controller 80 general purpose input The output controller 81, the B bus 73 and the PCI bus as an external bus are connected to the PCI bus I / F 82 for controlling the I / F operation and the scanner / printer controller 72).

Bバスアービタ74はBバス73を協調制御するアービトレーションであり、Bバス73のバス使用要求を受け付け、調停の後、使用許可が選択された一つのマスタに与えられ、これにより同時に2つ以上のマスタがバスアクセスを行うのを禁止している。尚、アービトレーション方式は3段階の優先権を有し、それぞれの優先権に複数のマスタが割り当てられる。   The B bus arbiter 74 is an arbitration for cooperatively controlling the B bus 73. The B bus arbiter 74 receives a bus use request for the B bus 73, and after arbitration, the use permission is given to one selected master. Is prohibited from performing bus access. The arbitration method has three levels of priority, and a plurality of masters are assigned to each priority.

インタラプトコントローラ75は、上述した各機能ブロック及びコントローラユニット110の外部からインタラプトを集積し、CPU33がサポートするコントローラ類72、77−82及びノンマスカブルインタラプト(NMI)に再配分する。   The interrupt controller 75 accumulates interrupts from the functional blocks and the controller unit 110 described above, and redistributes them to the controllers 72 and 77-82 and the non-maskable interrupt (NMI) supported by the CPU 33.

電力管理ユニット76は機能ブロック毎に電力を管理し、さらに1チップで構成されている電子部品としてコントローラユニット110の消費電力量の監視を行う。すなわち、コントローラユニット110は、CPU33を内蔵した大規模なASIC(特定用途向けIC)で構成されており、このため全ての機能ブロックが同時に動作すると大量の熱を発生して、コントローラ部110自体が破壊されてしまう虞がある。   The power management unit 76 manages the power for each functional block, and further monitors the power consumption of the controller unit 110 as an electronic component composed of one chip. That is, the controller unit 110 is composed of a large-scale ASIC (application-specific IC) with a built-in CPU 33. Therefore, when all the functional blocks operate simultaneously, a large amount of heat is generated, and the controller unit 110 itself is There is a risk of being destroyed.

そこで、このような事態を防止するために各に機能ブロック毎に消費電力を管理し、各機能ブロックの消費電力量はパワーマネージメントレベルとして電力管理ユニット76に集積される。そして、該電力管理ユニット76では各機能ブロックの消費電力量を合計し、該消費電力量が限界消費電力を超えないように各機能ブロックの消費電力量を一括して、監視する。   Therefore, in order to prevent such a situation, the power consumption is managed for each functional block, and the power consumption amount of each functional block is integrated in the power management unit 76 as a power management level. The power management unit 76 totals the power consumption of each functional block, and collectively monitors the power consumption of each functional block so that the power consumption does not exceed the limit power consumption.

Gバスアービタ71は中央アービトレーション方式によりGバス70を協調制御しており、各バスマスタに対して専用の要求信号と許可信号とを有する。尚、バスマスタへの優先権の付与方式として、全てのバスマスタを同じ優先権として、公平にバス権を付与する公平アービトレーションモードといずれか一つのバスマスタに対して優先的にバスを使用させる優先アービトレーションモードのいずれかを指定することができる。   The G bus arbiter 71 cooperatively controls the G bus 70 by a central arbitration method, and has a request signal and a permission signal dedicated to each bus master. In addition, as a method of giving priority to the bus master, all bus masters have the same priority, a fair arbitration mode in which the bus right is granted fairly, and a priority arbitration mode in which the bus is preferentially used by any one bus master Either of these can be specified.

上述のような構成の画像入出力装置を例に挙げ、さらに具体的な実施例を図5から図11と図12から図14のフローチャートを用いて説明する。   The image input / output device having the above-described configuration will be described as an example, and more specific embodiments will be described with reference to the flowcharts of FIGS. 5 to 11 and FIGS. 12 to 14.

図5ではリーダ部2側面図及び上面を表している。原稿給送ユニット10に原稿を積載した場合の、スキャン時の原稿搬送方向を側面図の<1>〜<4>に記述した。リーダ部2はコントローラユニット110から原稿の読み取りの要求があると、原稿給送ユニット10に積載された原稿の引き込みを実行、前述のように光学ユニット17の移動を開始させ、読み取り位置で固定し原稿を移動させることで原稿画像を走査する。   FIG. 5 shows a side view and an upper surface of the reader unit 2. <1> to <4> in the side view describe the document conveyance direction during scanning when the document is loaded on the document feeding unit 10. When there is a request for reading a document from the controller unit 110, the reader unit 2 pulls in the document loaded on the document feeding unit 10, starts the movement of the optical unit 17 as described above, and fixes it at the reading position. The original image is scanned by moving the original.

まず、原稿移動式のスキャンを行わない場合の原稿の入力方向及びメモリ上の画像書き込み方向について説明する。   First, the input direction of the original and the image writing direction on the memory when the original moving scan is not performed will be described.

この場合、図6に示すような原稿中の原稿突き当て位置を図5のリーダ部2の上図に記述される原稿突き当て位置にあわせてユーザは原稿を原稿用紙はプラテンガラス15に配置することになる。リーダ部2は光学ユニット17を移動させることで、プラテンガラス15上に配置された原稿を読み取ることになるので、リーダ部2の原稿の入力方向、及びコントローラ部2のDRAM38に入力されるデータの方向は図6に示すような方向となる。DRAM38に入力されるデータは、スキャナI/F46内のDMAコントローラによってDRAM38に書き込みを行うが、リーダ部2からの画像は原稿先端から転送されるため、メモリアドレスの小さい方から正順にアクセスするようにすることで図7のような形でDRAM38に書き込みを行うことが出来る。   In this case, the user places the original on the platen glass 15 so that the original abutting position in the original as shown in FIG. 6 matches the original abutting position described in the upper part of the reader unit 2 in FIG. It will be. Since the reader unit 2 moves the optical unit 17 to read a document placed on the platen glass 15, the input direction of the document in the reader unit 2 and the data input to the DRAM 38 in the controller unit 2 are read. The direction is as shown in FIG. Data input to the DRAM 38 is written to the DRAM 38 by the DMA controller in the scanner I / F 46. However, since the image from the reader unit 2 is transferred from the leading edge of the document, it is accessed in order from the smallest memory address. By doing so, it is possible to write to the DRAM 38 in the form as shown in FIG.

一方原稿移動式のスキャンを行う場合の画像の入力方向を図9及び図10に示した。図9では原稿を原稿給紙ユニット10に積載したときの搬送方向を、図10では図9の原稿がコントローラ部のDRAM38に入力される場合のメモリ入力方向を示している。このとき、リーダ部2から転送される原稿画像の向きは搬送搬送方向に関係し、副走査方向に前記の場合と全く逆になる。このため、スキャナI/F46内のDMAコントローラをメモリアドレスに逆向きにアクセスするように制御することで原稿の向きがプラテンガラス15上の原稿を光学ユニット17の移動によりスキャンした場合と同じ向きになるように制御を行う。   On the other hand, FIG. 9 and FIG. 10 show the input direction of the image when the original moving scan is performed. FIG. 9 shows the conveyance direction when a document is stacked on the document feed unit 10, and FIG. 10 shows the memory input direction when the document of FIG. 9 is input to the DRAM 38 of the controller unit. At this time, the orientation of the document image transferred from the reader unit 2 is related to the transporting / conveying direction and is completely opposite to the above case in the sub-scanning direction. Therefore, by controlling the DMA controller in the scanner I / F 46 to access the memory address in the reverse direction, the direction of the original is the same as when the original on the platen glass 15 is scanned by the movement of the optical unit 17. Control is performed as follows.

上述のような制御を行うことにより、原稿移動式でスキャンする、しないに関係なくDRAM38上の原稿の向きは同じ向きとすることが出来る。   By performing the control as described above, the direction of the original on the DRAM 38 can be made the same regardless of whether or not the original is scanned.

次に、バンド単位で画像を圧縮する場合の基本的な処理について説明する。原稿をスキャンする場合には、図12のフローチャートに従って処理を行う。図12中STEP1201でCPU33はパネルI/F62を介して、操作部7より原稿の読み取りが支持されたことを認識しSTEP1202に処理を進める。   Next, basic processing when an image is compressed in band units will be described. When scanning a document, processing is performed according to the flowchart of FIG. In STEP 1201 in FIG. 12, the CPU 33 recognizes that reading of the document is supported by the operation unit 7 via the panel I / F 62, and proceeds to STEP 1202.

このとき、画像入出力システム1がサポートする様々な入力モード(両面読み込み、濃度指定等)をCPU33は認識、DRAM33上に保持する。   At this time, the CPU 33 recognizes various input modes (double-sided reading, density designation, etc.) supported by the image input / output system 1 and holds them on the DRAM 33.

STEP1202でCPU33は原稿給紙ユニット10上に原稿が積載されているか否かを、スキャナI/F46を介してリーダ部2に問い合わせる。この結果、原稿給紙ユニット10上に原稿が積載されている場合には処理をSTEP1203へ、そうでない場合には処理をSTEP1205へ進める。   In STEP 1202, the CPU 33 inquires of the reader unit 2 via the scanner I / F 46 whether or not a document is stacked on the document feeding unit 10. As a result, if a document is stacked on the document feeding unit 10, the process proceeds to STEP 1203. Otherwise, the process proceeds to STEP 1205.

STEP1203、STEP1205では共にCPU33は原稿の読み込みをスキャナI/F46を介してリーダ部2に要求する。STEP1203では原稿給紙ユニット10から原稿を引き込みながらの読み込み動作を指示し、STEP1205ではプラテンガラス15からの読み込み動作を指示する。その後STEP1204では原稿給紙ユニット10に続けて処理する原稿頁があるか、否かを問い合わせ、その結果によって処理を巡回して行うかを決定する。   In both STEP 1203 and STEP 1205, the CPU 33 requests the reader unit 2 to read a document via the scanner I / F 46. In STEP 1203, a reading operation while pulling a document from the document feeding unit 10 is instructed. In STEP 1205, a reading operation from the platen glass 15 is instructed. Thereafter, in STEP 1204, an inquiry is made as to whether or not there is a document page to be processed subsequently to the document feeding unit 10, and it is determined whether or not the processing is to be performed in accordance with the result.

原稿画像読み取り時にはリーダ部2とコントローラ部110のCPU33との通信は上記のようになるが、STEP1203,及びSTEP1205では、読み取り頁の単位で図13に示すような処理が、また頁中のバンド単位では図14に示す処理が行われる。   When reading the original image, the communication between the reader unit 2 and the CPU 33 of the controller unit 110 is as described above. However, in STEP 1203 and STEP 1205, the processing shown in FIG. Then, the process shown in FIG. 14 is performed.

図13に示す処理を説明する。図12のフローチャートでCPU33はSTEP1203及びSTEP1205でリーダ部2に原稿の読み取りを要求するが、この場合CPU33はSTEP1301でまずリーダ部2に原稿サイズを問い合わせ、原稿読み取りに必要なメモリ容量を計算し、頁のデータが収まる容量をDRAM38中に確保する。メモリが確保されると、CPU33はスキャナI/F46内のDMAコントローラのレジスタにスキャン画像の書き込みの設定を行う。設定される内容は確保されたメモリのアドレスや、スキャンする画像の主走査,副走査のサイズ等である。CPU33はレジスタ設定が完了すると、リーダ部2へその旨を通知する。これを受けて、リーダ部2は画像転送を実行する。   The process shown in FIG. 13 will be described. In the flowchart of FIG. 12, the CPU 33 requests the reader unit 2 to read the original in STEP 1203 and STEP 1205. In this case, the CPU 33 first inquires the original size to the reader unit 2 in STEP 1301, calculates the memory capacity required for reading the original, A capacity for storing page data is secured in the DRAM 38. When the memory is secured, the CPU 33 sets scan image writing in the register of the DMA controller in the scanner I / F 46. The contents to be set are the address of the reserved memory, the size of the main scan and the sub scan of the image to be scanned, and the like. When the register setting is completed, the CPU 33 notifies the reader unit 2 to that effect. In response to this, the reader unit 2 executes image transfer.

その後処理は図14に示すフローチャートへと移行する。リーダ部2が画像転送を実行すると、所定容量画像転送が完了するとそれを示す割り込みが、スキャナI/F46内のDMAコントローラからCPU33に通知される(STEP1401)。それを受けてCPU33はコーデック40に指示を出しスキャン画像の書き込みが完了したメモリ内のデータの圧縮処理を行う(STEP1402)。具体的には、例えばSTEP1205でプラテンガラス15からスキャンする場合には頁内を図8−(a)に示すように5分割するものとする。この場合<1>〜<5>のバンドによって頁が構成され、プラテンガラス15から画像入力された場合には<1>から<5>まで正順に原稿画像データが書き込まれ、<1>〜<5>間でのスキャン画像の入力が各々完了するたびにスキャナI/F46内のDMAコントローラからの割り込みが発生する。CPU33はこの割り込みを受けてコーデック40を動作させる。図8−(c)はスキャン画像の入力とコーデック40の動作を表すタイミングチャートである。CPU33は<1>のスキャン入力が完了するaのタイミングでコーデック40を起動し画像圧縮を開始する。また同様にcのタイミングでは<2>のバンドのスキャン入力が完了するので、同様に画像圧縮を開始する。   Thereafter, the processing shifts to a flowchart shown in FIG. When the reader unit 2 executes the image transfer, an interrupt indicating the completion of the predetermined-capacity image transfer is notified to the CPU 33 from the DMA controller in the scanner I / F 46 (STEP 1401). In response to this, the CPU 33 issues an instruction to the codec 40 and performs compression processing of the data in the memory in which the scan image has been written (STEP 1402). Specifically, for example, when scanning from the platen glass 15 in STEP 1205, the inside of the page is divided into five as shown in FIG. In this case, a page is constituted by bands <1> to <5>, and when an image is input from the platen glass 15, the original image data is written in the normal order from <1> to <5>, and <1> to <5 5>, an interrupt from the DMA controller in the scanner I / F 46 is generated each time the input of the scanned image is completed. In response to this interruption, the CPU 33 operates the codec 40. FIG. 8C is a timing chart illustrating scan image input and codec 40 operation. The CPU 33 activates the codec 40 at the timing a when the scan input of <1> is completed and starts image compression. Similarly, since the scan input of the band <2> is completed at the timing c, image compression is started in the same manner.

このようにしてCPU33はスキャン画像の圧縮動作をバンド毎に逐次圧縮する。STEP1402でバンド1つに対してコーデック40の画像圧縮処理が完了すると、圧縮前のバンドのメモリは不要となるので解放することが出来る。解放したメモリは次の処理や画像入出力システムの提供する全く別の処理に利用することが出来るのでシステム全体のメモリ効率が向上する。   In this way, the CPU 33 sequentially compresses the scan image compression operation for each band. When the image compression processing of the codec 40 is completed for one band in STEP 1402, the memory of the band before compression becomes unnecessary and can be released. Since the released memory can be used for the next processing or a completely different processing provided by the image input / output system, the memory efficiency of the entire system is improved.

具体的には図8−(c)のタイミングチャートで、バンド<1>の圧縮が完了するbのタイミングあるいはバンド<2>の圧縮が完了するdのタイミングでそれぞれ圧縮前のデータの書き込まれたメモリを解放することが出来る。   Specifically, in the timing chart of FIG. 8C, the data before compression is written at the timing b when the compression of the band <1> is completed or at the timing d when the compression of the band <2> is completed. Memory can be released.

このような処理を行うことで、STEP1205でプラテンガラス15上の画像を読み込んだ際の圧縮処理は<1>〜<5>まで順番に行われる。   By performing such processing, the compression processing when the image on the platen glass 15 is read in STEP 1205 is performed in order from <1> to <5>.

また、このとき圧縮されたデータは圧縮順、すなわち<1>〜<5>のバンド順に隙間無くDRAM38中に別管理されている符号メモリ領域に書き込みを行う。(図8−(b))
一方STEP1203で、原稿移動式にてスキャンする場合には現行の入力順が逆になる。図11−1に示すような原稿の入力順に対して、同様に図11−1中に示すような原稿圧縮順序となる。具体的なタイミングチャートを図11−3に示す。画像の入力がバンド<5>から<1>の順で実行されるため、メモリを早く解放するためにはバンド<5>から圧縮する必要が在る。具体的にはSTEP1401でバンド<5>の入力が完了したタイミング(e)でCPU33はコーデック40を起動し、画像の圧縮処理を開始する。(STEP1402)
コーデック40がバンド<5>の圧縮を完了すると、CPU33はfのタイミングでバンド<5>の圧縮前の画像メモリを解放する。(STEP1403)
このような処理を行うことで原稿移動式の場合であっても、プラテンガラス15上の画像を読み込んだ場合と同じタイミングでメモリ解放が行える。
The compressed data is written in the code memory area separately managed in the DRAM 38 without any gap in the compression order, that is, in the band order of <1> to <5>. (Fig. 8- (b))
On the other hand, in STEP 1203, when the original is moved and scanned, the current input order is reversed. Similarly to the document input order shown in FIG. 11A, the document compression order shown in FIG. A specific timing chart is shown in FIG. Since image input is executed in the order of band <5> to <1>, it is necessary to compress from band <5> in order to quickly release the memory. Specifically, at the timing (e) when the input of the band <5> is completed in STEP 1401, the CPU 33 activates the codec 40 and starts image compression processing. (STEP1402)
When the codec 40 completes the compression of the band <5>, the CPU 33 releases the image memory before the compression of the band <5> at the timing f. (STEP1403)
By performing such processing, the memory can be released at the same timing as when the image on the platen glass 15 is read even in the case of the document movement type.

図11−2に図示するように原稿移動式で原稿をスキャンした場合には、圧縮画像データの順番がバンド<5>〜<1>へ降順となり、プラテンガラス15からスキャンした場合と圧縮データの順番が全く逆となる。   As shown in FIG. 11B, when the original is scanned by moving the original, the order of the compressed image data is descending from bands <5> to <1>. The order is completely reversed.

図14に図示したフローチャートをバンド数分繰り返すとCPU33は処理をSTEP1302で頁の処理が完了したことを検知する。CPU33はSTEP1303に処理を移行する。   When the flowchart shown in FIG. 14 is repeated for the number of bands, the CPU 33 detects that the page processing is completed in STEP 1302. The CPU 33 shifts the processing to STEP1303.

CPU33はSTEP1303でハードディスクドライブ8に圧縮したデータの書き込みを行う。圧縮データをハードディスクドライブ8に保存する際にCPU33は、STEP1203で実行した原稿移動式のスキャン実行時のように、圧縮順序が逆となるデータがある場合には圧縮順序の情報を圧縮した画像データと関連付けてハードディスクドライブ8に保存する。   The CPU 33 writes the compressed data to the hard disk drive 8 in STEP1303. When the compressed data is stored in the hard disk drive 8, the CPU 33 compresses the compression order information when there is data whose compression order is reversed, as in the case of the document movement type scan executed in STEP 1203. And stored in the hard disk drive 8.

上述の処理を行うことで、原稿移動式のスキャンを行った場合であっても、通常時(プラテンガラス15からのスキャン)と全く同じメモリ効率を実現すると共に、ハードディスクドライブ8からデータを読み出す際には、圧縮データと関連付けて保存した圧縮順序の情報を読み出すことで正順にハードディスクドライブ8から画像を読み出すことが出来る。   By performing the above-described processing, even when a document movement type scan is performed, the same memory efficiency as in a normal time (scanning from the platen glass 15) is realized and data is read from the hard disk drive 8. In this case, it is possible to read out the images from the hard disk drive 8 in the normal order by reading the information of the compression order stored in association with the compressed data.

画像入出力システム1は上述のような画像処理をスキャンだけではなく、その他のジョブにおいても実行することが出来る。例えばPDLプリント要求をPC3から受信した場合においては、コントローラ部110のCPU33にてPDL(頁記述言語)の描画命令をビットマップに展開し、スキャンの場合と同様に画像圧縮を順次行うことが可能であるし、またLAN400の外部からのE−mail受信は受信したASCIIデータをフォント展開し、同様にバンド単位で順次画像圧縮が可能である。   The image input / output system 1 can execute the above-described image processing not only for scanning but also for other jobs. For example, when a PDL print request is received from the PC 3, the CPU 33 of the controller unit 110 can develop a PDL (page description language) rendering command into a bitmap and sequentially compress the image as in the case of scanning. In addition, when receiving E-mail from the outside of the LAN 400, the received ASCII data is expanded into fonts, and similarly, image compression can be sequentially performed in band units.

画像入出力システム1は複数のジョブを同時実行可能であるが上述のようなバンド単位での画像圧縮が可能である。画像圧縮処理はMMR/MR/MH/JBIGの2値の白黒画像圧縮をハードウェアにて処理可能であるが、コントローラ部110のCPU33がROM36上のプログラムを実行することにより、ソフトウェアによって同様にMMR/MR/MH/JBIGの圧縮が可能である。   The image input / output system 1 can simultaneously execute a plurality of jobs, but can perform image compression in band units as described above. The image compression processing can be performed by hardware for binary monochrome image compression of MMR / MR / MH / JBIG, but the CPU 33 of the controller unit 110 executes the program on the ROM 36, so that the MMR is similarly applied by software. / MR / MH / JBIG compression is possible.

上述のような構成の画像入出力装置を例に挙げ、本発明の具体的な実施例を図15以降のフローチャートに沿って具体的に説明する。   Taking the image input / output device having the above-described configuration as an example, a specific embodiment of the present invention will be described in detail with reference to the flowcharts of FIG.

図15、16ではジョブ実行時にCPU33で実行されるジョブ実行プログラム制御について述べる。   15 and 16 describe job execution program control executed by the CPU 33 during job execution.

また図17、18ではジョブ実行制御プログラムと同様にCPU33によって実行されるリソースアサイン制御プログラムの制御について述べる。ジョブ実行制御プログラムとリソースアサイン制御プログラムはROM36に予め記憶されるプログラムコードをCPU33がReadすることで実行される。   17 and 18, the control of the resource assignment control program executed by the CPU 33 as in the job execution control program will be described. The job execution control program and the resource assignment control program are executed when the CPU 33 reads the program code stored in advance in the ROM 36.

両プログラムは、CPU33で動作するOS(オペレーティングシステム)により見かけ上は並列して動作可能で、OSのサービスにより両プログラムは非同期にメッセージのやり取りが実行できる
STEP1501で画像入出力システム1はジョブの実行要求を受信する。ジョブは前述のようにスキャン入力や、PDLプリント出力、E−mail送信、E−mail受信等画像入出力装置で実行可能なものであり、前述のように実行要求は全て制御部110のCPU33にて処理される。CPU33では図15のSTEP1502でジョブ実行要求受け付けた際には、システム内部でユニークなジョブIDを発行とするとともに、ユーザによって予め設定されたジョブの優先度に従って、システム内部でのジョブの優先度を設定する。
Both programs can be operated in parallel by an OS (operating system) running on the CPU 33, and both programs can exchange messages asynchronously by OS services. In STEP1501, the image input / output system 1 executes jobs. Receive a request. As described above, the job can be executed by the image input / output device such as scan input, PDL print output, E-mail transmission, E-mail reception, and the execution request is all sent to the CPU 33 of the control unit 110 as described above. Processed. When the CPU 33 accepts a job execution request in STEP 1502 of FIG. 15, the CPU 33 issues a unique job ID inside the system, and sets the job priority in the system according to the job priority preset by the user. Set.

ジョブの優先度とはシステム内部でジョブを実行する際にその実行順序を決定するものであり、ユーザが予めジョブの種類に対して設定することも可能であるし、またジョブ要求したユーザに対して設定することも可能である。   The job priority determines the execution order when jobs are executed inside the system, and can be set in advance for the job type by the user. It is also possible to set.

例えばPDLプリントジョブがE−mail受信プリントより優先されることが予め設定されている場合にはPDLプリントジョブの優先度を5とし、E−mail受信プリントジョブを10と設定する。   For example, if it is preset that the PDL print job has priority over the E-mail reception print, the priority of the PDL print job is set to 5 and the E-mail reception print job is set to 10.

また同じPDLプリントジョブをほぼ同時に受信した場合であってもユーザAからの要求がユーザBのそれより優先度が高く設定されている場合にはユーザAのPDLジョブの優先度を3とし、ユーザBからのPDLジョブを4とする。   Even if the same PDL print job is received almost simultaneously, if the request from user A is set to have a higher priority than that of user B, the priority of user A's PDL job is set to 3, and the user Let PDL job from B be 4.

STEP1503ではCPU33はジョブ実行に必要なリソースの獲得を行う。受信したジョブがスキャンジョブであった場合には、画像圧縮を実行するCodec40に対応付けられた画像圧縮リソースの獲得を行う。リソース獲得時には図16に示すフローにしたがってCPU33は処理を実行する。   In STEP 1503, the CPU 33 acquires resources necessary for job execution. If the received job is a scan job, an image compression resource associated with the Codec 40 that executes image compression is acquired. At the time of resource acquisition, the CPU 33 executes processing according to the flow shown in FIG.

STEP1601で受信したジョブがジョブレベルでリソースを独占する必要があるか否かの判定を行う。ジョブレベルでリソースを獲得する必要があるジョブとは例えばファクシミリ送信ジョブなどであり、ジョブ実行時には、ジョブ開始からジョブ終了までスムーズにリソースを獲得出来る状態にすることでファクシミリ通信のタイムアウトを抑え、通信にかかるコストを削減することが出来る。ジョブレベルでリソース獲得する場合にはCPU33は処理をSTEP1604に進める。   It is determined whether or not the job received in STEP 1601 needs to monopolize resources at the job level. A job that needs to acquire resources at the job level is, for example, a facsimile transmission job. During job execution, the resource can be acquired smoothly from the start of the job to the end of the job. Cost can be reduced. When acquiring resources at the job level, the CPU 33 advances the process to STEP 1604.

STEP1604ではジョブで必要なリソース要求リストを作成する。図19にリソース要求リストの1例を図示した。リソース要求リストとはリソース獲得の際に必要な情報を詰めたリストでバンド処理実行可能な場合には最小単位はバンドとする。バンドのリストにはSTEP1502で発行されたジョブのIDを設定するとともにソフトウェアで処理するか、ハードウェアで処理するか、あるいはソフトかハード問わず処理するかを設定する。ハードウェアでのみ処理を要求されるものは処理時間的に予めソフトウェアでの処理では実行不可能であることがわかっているジョブ、ソフトウェアでのみ実行可能が設定されるものは、ジョブの実行に特にパフォーマンスを要求されず、時間をかけても正常に終了すればよいものを設定する。本実施例ではシステムではFAX送信、FAX受信、PDLプリントのジョブの場合にはハードウェアのみを有効、E−mail送信ジョブはソフトウェアのみを有効とし、他のジョブ(スキャン入力、プリント出力、E−mail受信ジョブ)は全てソフト/ハードいずれかで処理することとする。またリソース要求リストにはSTEP1502で設定されるジョブの優先度もあわせて設定する。   In STEP 1604, a resource request list necessary for the job is created. FIG. 19 shows an example of a resource request list. The resource request list is a list packed with information necessary for resource acquisition. When band processing can be executed, the minimum unit is a band. In the band list, the ID of the job issued in STEP 1502 is set, and whether to process by software, hardware, or software or hardware is set. Jobs that require processing only in hardware are jobs that are known to be inexecutable by software processing in advance in terms of processing time. Set something that doesn't require performance and just needs to finish normally over time. In this embodiment, in the case of a job for FAX transmission, FAX reception, and PDL printing in the system, only the hardware is enabled, and only the software is enabled for the E-mail transmission job, and other jobs (scan input, print output, E- (mail reception job) is processed by either software or hardware. In addition, the job priority set in STEP 1502 is also set in the resource request list.

STEP1604ではジョブ分のリソース要求リストを作成し、ジョブレベルでリソース獲得する要求を発行する。要求発行先は同じくCPU33で実行されるリソースアサイン(調停)制御プログラムである。   In STEP 1604, a resource request list for the job is created, and a request for acquiring resources at the job level is issued. The request issue destination is also a resource assignment (arbitration) control program executed by the CPU 33.

また、リソースの獲得期間を合わせて設定する。リソースの獲得期間にはバンド、頁、ジョブがあり、それぞれの期間リソースの解放を行わない。今、STEP1604ではジョブ分のリソースを獲得するためジョブに含まれる全ての頁分、さらに頁に含まれる全てのバンド分のリソース要求リストを作成し、獲得期間はジョブを設定する。   The resource acquisition period is also set. There are bands, pages, and jobs in the resource acquisition period, and resources are not released for each period. In STEP 1604, in order to acquire resources for the job, a resource request list for all pages included in the job and all bands included in the page is created, and the job is set during the acquisition period.

STEP1601でリソース獲得期間がジョブで無い場合にはSTEP1602に処理を進める。STEP1602では頁の期間、画像処理リソースを解放しないかを確認する。解放しない場合には処理をSTEP1605に進め、そうでない場合には処理をSTEP1603に進める。   If the resource acquisition period is not a job in STEP 1601, the process proceeds to STEP 1602. In STEP 1602, it is confirmed whether image processing resources are not released during the page period. If not released, the process proceeds to STEP 1605; otherwise, the process proceeds to STEP 1603.

STEP1605では頁が含む全てのバンドのリソース要求リストを作成し、頁レベルでSTEP1604同様にリソース獲得する要求を発行する。頁レベルでリソース獲得の獲得が必要なジョブとは例えばプリント出力の際に用いる画像伸張のリソースであり、プリントの読み出しとバンド単位で同期して処理を実行する場合には頁分一度に獲得する。   In STEP 1605, a resource request list for all bands included in the page is created, and a request for acquiring resources is issued at the page level in the same manner as in STEP 1604. Jobs that require acquisition of resources at the page level are, for example, image expansion resources used for print output. When processing is performed in synchronization with reading of a print and in units of bands, it is acquired at a time for each page. .

STEP1602で頁レベルでは獲得しないと判断されたジョブはバンド単位でリソースの獲得、解放を実行するものとあるので、STEP1603でバンド分のリソース要求リストを作成し、STEP1604同様にリソース獲得する要求を発行する。   Since some jobs that are determined not to be acquired at the page level in STEP 1602 execute resource acquisition and release in band units, a resource request list for the band is created in STEP 1603 and a request for acquiring resources is issued in the same manner as STEP 1604. To do.

STEP1603、STEP1604、STEP1605ではリソース獲得要求発行後、処理をSTEP1606に移行するSTEP1606ではリソースアサイン制御プログラムからの獲得完了メッセージを待つ。獲得完了のイベントを受けてリソース獲得完了する。   In STEP 1603, STEP 1604, and STEP 1605, after issuing a resource acquisition request, the process proceeds to STEP 1606. In STEP 1606, an acquisition completion message from the resource assignment control program is awaited. Resource acquisition is completed in response to an acquisition completion event.

ジョブ実行制御プログラムはSTEP1504でリソース獲得できた場合にはSTEP1504で該当する画像処理を実行する。STEP1604でジョブ分のリソースを要求した場合にはSTEP1504でジョブ分の全ての処理を実行する。STEP1605で頁分のリソースを要求した場合には頁の処理を、STEP1603でバンドのリソース要求をした場合にはバンドの処理を実行してSTEP1505に処理を進める。   If the resource can be acquired in STEP 1504, the job execution control program executes the corresponding image processing in STEP 1504. If a resource for the job is requested in STEP 1604, all processing for the job is executed in STEP 1504. If a resource for a page is requested in STEP 1605, the processing of the page is executed. If a resource request for a band is requested in STEP 1603, the processing of the band is executed and the processing proceeds to STEP 1505.

STEP1505ではSTEP1503で獲得したリソースの解放をリソースアサイン制御プログラムに要求し、STEP1506に処理を進める。   In STEP 1505, the resource assignment control program is requested to release the resource acquired in STEP 1503, and the process proceeds to STEP 1506.

STEP1506ではジョブの処理が全て終了したかをチェックする。全て終了している場合には処理を終了し、そうでない場合にはSTEP1503から処理を繰り返し実行する。   In STEP 1506, it is checked whether all job processing is completed. If all the processes have been completed, the process ends. If not, the process is repeated from STEP 1503.

以上がCPU33で実行するジョブ実行制御プログラムの処理フローの一例である。   The above is an example of the processing flow of the job execution control program executed by the CPU 33.

以降は図17及び図18に沿って、リソースアサイン制御プログラムの処理フローの一例を説明する。   Hereinafter, an example of the processing flow of the resource assignment control program will be described with reference to FIGS. 17 and 18.

リソースアサイン制御プログラムは起動時に処理をSTEP1701に移行し、ジョブ制御実行プログラム及びリソースアサイン制御プログラムからのメッセージを待つ。図15のSTEP1503でジョブ実行制御プログラムによりリソース獲得要求を受けたリソースアサイン制御プログラムは処理をSTEP1702に移行する。   When the resource assignment control program is started, the process proceeds to STEP 1701 and waits for a message from the job control execution program and the resource assignment control program. The resource assignment control program that received the resource acquisition request by the job execution control program in STEP 1503 of FIG. 15 shifts the processing to STEP 1702.

STEP1702ではSTEP1603、STEP1604及びSTEP1605でジョブ実行制御プログラムが作成したリソース要求リストを参照し、ソフトウェアで処理するかどうかの判定を行う。ソフトウェアで処理する場合にはSTEP1708に処理を移行する。そうでない場合には処理をSTEP1703に移行する。   In STEP 1702, the resource request list created by the job execution control program in STEP 1603, STEP 1604, and STEP 1605 is referred to and it is determined whether or not to process with software. In the case of processing by software, the process proceeds to STEP 1708. If not, the process proceeds to STEP 1703.

今、ハードウェアで処理可能な画像圧縮伸張リソースの要求を受けたとする。このときCPU33は処理をSTEP1703ではプログラム内部の変数nを1に初期化し、処理をSTEP1705に移行する。   Assume that a request for an image compression / decompression resource that can be processed by hardware is received. At this time, the CPU 33 initializes the variable n in the program to 1 in STEP 1703 and shifts the process to STEP 1705.

STEP1705では獲得するリソースのn番目の要求リストよりジョブの優先度が高いかどうかを判定する。ジョブの優先度とはSTEP1502でジョブ実行制御プログラムにて設定されるものであり、リソース要求リストから読み出すことが出来る。CPU33は要求されたリソース要求リストの優先度がn番目の要求リストのそれより高い場合にはSETP1706に処理を移行し,そうでない場合にはSTEP1707に処理を移行する。   In STEP 1705, it is determined whether the priority of the job is higher than the n-th request list of the resource to be acquired. The job priority is set by the job execution control program in STEP 1502 and can be read from the resource request list. If the priority of the requested resource request list is higher than that of the nth request list, the CPU 33 shifts the processing to SETP 1706, and otherwise shifts the processing to STEP 1707.

STEP1707ではリソース要求リストを参照し、ハードウェアの処理が必須であるかを検査する。必須であれば処理をSTEP1704へ、そうでない場合には処理をSTEP1708へ移行する。   In STEP 1707, the resource request list is referenced to check whether hardware processing is essential. If it is essential, the process proceeds to STEP 1704; otherwise, the process proceeds to STEP 1708.

STEP1704では変数nをインクリメントする。STEP1706では要求されたリソースの獲得待ちキューのn番目に登録し、STEP1710に処理を移行する。STEP1710では該当リソースの獲得待ちキューにリソース要求リストがあるかを確認する。リソース要求リストがあるので、STEP1711に処理を進める。STEP1711ではリソース獲得待ちキューの先頭のリソース要求リストを参照し、要求元の該当ジョブ制御プログラムにリソースを割り当てる。リソース獲得完了のイベントをジョブ制御プログラムに送信する。SETP1711でリソースの割り当てを完了したリソースアサイン制御プログラムは処理をSTEP1701に戻す。   In STEP 1704, the variable n is incremented. In STEP 1706, the requested resource acquisition queue is registered in the nth queue, and the process proceeds to STEP 1710. In STEP 1710, it is confirmed whether there is a resource request list in the acquisition wait queue for the corresponding resource. Since there is a resource request list, the process proceeds to STEP 1711. In STEP 1711, a resource request list at the head of the resource acquisition waiting queue is referred to, and resources are allocated to the corresponding job control program of the request source. Send resource acquisition completion event to job control program. The resource assignment control program that has completed the resource assignment in SETP 1711 returns the processing to STEP 1701.

次にリソース解放要求をジョブ実行制御プログラムから受けた場合の処理について説明する。STEP1701でリソース解放要求をジョブ実行制御プログラムから受けた際にはCPU33は処理をSTEP1709に移行する。STEP1709では該当リソースを解放し、リソース獲得待ちキューから削除する。STEP1710では該当リソースの獲得待ちキューのチェックを行う。要求リストがあれば、処理をSTGEP1711へ進める。そうでない場合には処理をSTEP1712に進める。STEP1712では、該当リソースと同様の処理を行うソフトウェア処理のリソース獲得待ちキューにハードウェアで処理可能なリストがあるかどうかを検索する。   Next, processing when a resource release request is received from the job execution control program will be described. When receiving a resource release request from the job execution control program in STEP 1701, the CPU 33 shifts the processing to STEP 1709. In STEP 1709, the corresponding resource is released and deleted from the resource acquisition waiting queue. In STEP 1710, the acquisition queue for the corresponding resource is checked. If there is a request list, the process proceeds to STGEP 1711. Otherwise, the process proceeds to STEP 1712. In STEP 1712, it is searched whether there is a list that can be processed by hardware in the resource acquisition waiting queue of software processing that performs the same processing as the corresponding resource.

例えば、画像圧縮伸張のリソース獲得要求であった場合にはソフトウェアの画像圧縮伸張リソース獲得待ちキューを検索し、ハードウェアでも処理可能なリソース要求リストがあれば、STEP1713に処理を進め、そうでない場合には処理をSTEP1701に戻す。   For example, in the case of a resource acquisition request for image compression / decompression, a software image compression / decompression resource acquisition queue is searched, and if there is a resource request list that can be processed by hardware, the process proceeds to STEP 1713; The process returns to STEP 1701.

STEP1713ではソフトウェアの画像圧縮伸張リソース獲得待ちキューから該当要求を削除し、ハードウェアのリソース獲得要求として再度発行しなおす。再度発行された要求はリソースアサイン制御プログラムによってSTEP1701にて受信され、適宜処理される。   In STEP 1713, the corresponding request is deleted from the software image compression / decompression resource acquisition queue, and it is issued again as a hardware resource acquisition request. The reissued request is received in STEP 1701 by the resource assignment control program and processed appropriately.

次にSTEP1708にてソフトウェアリソース獲得処理にCPU33が移行した場合の処理について述べる。   Next, a process when the CPU 33 shifts to the software resource acquisition process in STEP 1708 will be described.

CPU33はSTEP1708でソフトウェアリソース獲得要求をソフトウェアのリソース獲得待ちキューを監視するリソースアサイン制御プログラム2に送信する。リソースアサイン制御プログラム2はリソースアサイン制御プログラムと同様にCPU33によって実行されるプログラムであり、OSのサービスによりで他のプログラムと見かけ上、並列に動作可能である。   In STEP 1708, the CPU 33 sends a software resource acquisition request to the resource assignment control program 2 that monitors the software resource acquisition queue. Similar to the resource assignment control program, the resource assignment control program 2 is a program executed by the CPU 33, and apparently can operate in parallel with other programs by an OS service.

リソースアサイン制御プログラム2の処理を図18に沿って説明する。図15のSTEP1503でジョブ実行制御プログラムによりリソース獲得要求を受けたかあるいは、STEP1708リソースアサイン制御プログラムからリソース獲得要求を受けたリソースアサイン制御プログラム2は処理をSTEP1802に移行する。STEP1802ではCPU33は処理をSTEP1703ではプログラム内部の変数nを1に初期化し、処理をSTEP1804に移行する。   The processing of the resource assignment control program 2 will be described with reference to FIG. The resource assignment control program 2 that has received a resource acquisition request by the job execution control program in STEP 1503 of FIG. 15 or receives a resource acquisition request from the STEP 1708 resource assignment control program shifts the processing to STEP 1802. In STEP 1802, the CPU 33 initializes the process to STEP 1703 and initializes a variable n in the program to 1, and shifts the process to STEP 1804.

STEP1804では獲得するリソースのn番目の要求リストよりジョブの優先度が高いかどうかを判定する。ジョブの優先度とはSTEP1502でジョブ実行制御プログラムにて設定されるものであり、リソース要求リストから読み出すことが出来る。CPU33は要求されたリソース要求リストの優先度がn番目の要求リストのそれより高い場合にはSETP1805に処理を移行し,そうでない場合にはSTEP1806に処理を移行する。   In STEP 1804, it is determined whether the priority of the job is higher than the n-th request list of the resource to be acquired. The job priority is set by the job execution control program in STEP 1502 and can be read from the resource request list. If the priority of the requested resource request list is higher than that of the nth request list, the CPU 33 shifts the processing to SETP 1805, and otherwise shifts the processing to STEP 1806.

STEP1806ではソフトウェアリソースが複数あるかを確認する。画像入出力システム1ではCPU33の処理速度、機器のサポートするジョブの種類に応じてソフトウェアによる画像処理を同時に動作させることが出来る数を予め決定している。STEP1806でソフトウェアリソースが他にもある場合には処理をSTEP1807にそうでない場合にはSTEP1803に処理を移行する。STEP1803では変数nをインクリメントする。   In STEP 1806, it is confirmed whether there are a plurality of software resources. In the image input / output system 1, the number at which image processing by software can be simultaneously performed is determined in advance according to the processing speed of the CPU 33 and the type of job supported by the device. If there are other software resources in STEP 1806, the process proceeds to STEP 1807. If not, the process proceeds to STEP 1803. In STEP 1803, the variable n is incremented.

STEP1805では要求されたリソース獲得待ちキューのn番目に登録し、STEP1809に処理を移行する。STEP1809では該当リソースの獲得待ちキューにリソース要求リストがあるかを確認する。リソース要求リストがあるので、STEP1810に処理を進める。STEP1810ではリソース獲得待ちキューの先頭のリソース要求リストを参照し、要求元の該当ジョブ制御プログラムにリソースを割り当てる。リソース獲得完了のイベントをジョブ制御プログラムに送信する。SETP1810でリソースの割り当てを完了したリソースアサイン制御プログラム2は処理をSTEP1801に戻す。   In STEP 1805, the requested resource acquisition waiting queue is registered in the n-th queue, and the process proceeds to STEP 1809. In STEP 1809, it is confirmed whether or not there is a resource request list in the acquisition wait queue for the corresponding resource. Since there is a resource request list, the process proceeds to STEP 1810. In STEP 1810, the resource request list at the head of the resource acquisition waiting queue is referred to, and resources are allocated to the corresponding job control program of the request source. Send resource acquisition completion event to job control program. The resource assignment control program 2 that has completed the resource assignment in SETP 1810 returns the process to STEP 1801.

次にリソース解放要求をジョブ実行制御プログラムから受けた場合の処理について説明する。STEP1801でリソース解放要求をジョブ実行制御プログラムから受けた際にはCPU33は処理をSTEP1808に移行する。STEP1808では該当リソースを解放し、リソース獲得待ちキューから削除する。STEP1809では該当リソースのリソース獲得待ちキューのチェックを行う。要求リストがあれば、処理をSTGEP1810へ進める。そうでない場合には処理をSTEP1801に戻す。STEP1807では、他のソフトウェアリソースの獲得処理を実行する。移行の処理は図18と繰り返しであるので、説明は省略する。   Next, processing when a resource release request is received from the job execution control program will be described. When the resource release request is received from the job execution control program in STEP 1801, the CPU 33 shifts the processing to STEP 1808. In STEP 1808, the corresponding resource is released and deleted from the resource acquisition waiting queue. In STEP 1809, the resource acquisition waiting queue of the corresponding resource is checked. If there is a request list, the process proceeds to STGEP 1810. Otherwise, the process returns to STEP 1801. In STEP 1807, another software resource acquisition process is executed. Since the migration process is repeated as in FIG.

上述のような制御フローで、ジョブの優先度、目的に応じてシステムのハードウェア資源とソフトウェア資源を調停、ジョブに割り当てることで効率よく複数のジョブの制御を実行できる。   In the control flow as described above, it is possible to efficiently control a plurality of jobs by arbitrating system hardware resources and software resources according to the priority and purpose of the job and assigning them to the job.

図20には上記の処理をハードウェア資源、ソフトウェア資源のリソース獲得待ちキューを図示して説明する。   FIG. 20 illustrates the above processing by illustrating a hardware resource and software resource resource acquisition queue.

(1)の図ではソフト、ハードどちらでも実行可能なジョブAの1バンド目のリソース要求リストがハードウェア資源獲得待ちのキューの先頭で実行中であるときに、ハードウェアでのみ実行可能で、かつジョブAより優先度の高いジョブBのバンドレベルのリソース要求リスト、同じくハードウェアでのみ実行可能でかつジョブAより優先度の高いジョブCの頁レベルのリソース要求リストが要求された場合のリソース獲得待ちキューの状態を図示している。   In the figure of (1), when the resource request list of the first band of job A that can be executed by either software or hardware is being executed at the head of the queue waiting for acquisition of hardware resources, it can be executed only by hardware. Also, a resource when a band-level resource request list of job B having a higher priority than job A, and a page-level resource request list of job C that can be executed only by hardware and has a higher priority than job A is requested. The state of the acquisition waiting queue is illustrated.

ジョブAの1バンド目が終了するとジョブAの2バンド目の処理要求が発生するがハードウェアのリソース獲得キューは既に詰まっているので、図17中のSTEP1707にてソフトウェアリソース獲得処理に移行する。ソフトウェア資源獲得待ちキューに要求は積まれていないので、ジョブAの2バンド目の処理要求はそのままソフトウェア獲得待ちキューに積まれ、処理される。   When the first band of job A is completed, a processing request for the second band of job A is generated, but the hardware resource acquisition queue is already clogged, and the process proceeds to software resource acquisition processing in STEP 1707 in FIG. Since no requests are queued in the software resource acquisition queue, the processing request for the second band of job A is loaded and processed in the software acquisition queue as it is.

データ処理装置としての画像入出力装置の1実施例形態を示すブロック構成図である。1 is a block configuration diagram showing an embodiment of an image input / output device as a data processing device. 画像入出力装置の内部構成図である。It is an internal block diagram of an image input / output device. 電子部品としてのコントローラ部の詳細を示すブロック構成図である。It is a block block diagram which shows the detail of the controller part as an electronic component. メインコントローラの詳細を示すブロック構成図である。It is a block block diagram which shows the detail of a main controller. 原稿移動式のリーダ部2の原稿給紙動作を原稿の向きとあわせて説明する図である。FIG. 6 is a diagram for explaining the document feeding operation of the document moving type reader unit 2 together with the direction of the document. 原稿固定式の場合のスキャン方向とメモリ入力の方向を説明する図である。It is a figure explaining the scanning direction and memory input direction in the case of a fixed document type. 原稿固定式の場合の原稿向きとメモリ上の画像向きを説明する図である。FIG. 6 is a diagram for explaining a document orientation and an image orientation on a memory in a document-fixed type. (a)(b)(c)原稿固定式の場合のバンド処理によって逐次原稿入力された画像を圧縮する処理を説明する図である。(A) (b) (c) It is a figure explaining the process which compresses the image input by the original document sequentially by the band process in the case of a fixed document type. (a)(b)(c)原稿移動式の場合のスキャン方向とメモリ入力の方向を説明する図である。(A) (b) (c) It is a figure explaining the scanning direction in the case of a document movement type, and the direction of memory input. 原稿移動式の場合の原稿向きとメモリ上の画像向きを説明する図である。FIG. 5 is a diagram for explaining a document orientation and an image orientation on a memory in a document movement type. 原稿移動式の場合のバンド処理によって逐次原稿入力された画像を圧縮する処理を説明する図である。FIG. 6 is a diagram for explaining processing for compressing images sequentially input by band processing in the case of a document moving type. 実施例中の原稿入力の処理フローを説明するフローチャートである。6 is a flowchart illustrating a document input processing flow in the embodiment. 実施例中の頁画像入力の処理フローを説明するフローチャートである。It is a flowchart explaining the processing flow of the page image input in an Example. 実施例中のバンド画像入力の処理フローを説明するフローチャートである。It is a flowchart explaining the processing flow of the band image input in an Example. 実施例中のジョブ実行制御プログラムの処理フローチャートである。It is a processing flowchart of the job execution control program in the embodiment. 実施例中のジョブ実行制御プログラムのリソース獲得時の処理を詳細に説明するフローチャートである。It is a flowchart explaining in detail the processing at the time of resource acquisition of the job execution control program in the embodiment. 実施例中のリソースアサイン処理のフローを説明するフローチャートである。It is a flowchart explaining the flow of the resource assignment process in an Example. 実施例中のリソースアサイン処理2のフローを説明するフローチャートである。It is a flowchart explaining the flow of the resource assignment process 2 in an Example. 実施例中のリソース獲得待ちキューの状態の一例を表す図である。It is a figure showing an example of the state of the resource acquisition waiting queue in an Example. 実施例中のリソース管理キューの状態を示す図である。It is a figure which shows the state of the resource management queue in an Example.

符号の説明Explanation of symbols

1 画像入出力システム
2 リーダ部
3 PC
4 PC
6 プリンタ部
7 操作部
8 ハードディスク
10 DFユニット
11 スキャナユニット
12 給紙ユニット
13 マーキングユニット
14 排紙ユニット
110 コントローラ部
400 LAN
1 Image input / output system 2 Reader unit 3 PC
4 PC
6 Printer unit 7 Operation unit 8 Hard disk 10 DF unit 11 Scanner unit 12 Paper feed unit 13 Marking unit 14 Paper discharge unit 110 Controller unit 400 LAN

Claims (11)

画像情報を入出力する画像情報入出力装置であって、
前記画像情報入出力手段によって入力された画像情報を所定のサイズのバンド単位でハードウェアによって処理するためのハードウェア画像処理手段と、
前記画像情報入出力手段によって入力された画像情報を所定のサイズのバンド単位でソフトウェアによって処理するためのソフトウェア画像処理手段とを有し、
実行されるジョブの優先度に応じて、前記ハードウェア画像処理手段と前記ソフトウェア画像処理手段をバンド単位で使い分けることを特徴とする画像情報入出力装置。
An image information input / output device for inputting / outputting image information,
Hardware image processing means for processing the image information input by the image information input / output means by hardware in a band unit of a predetermined size;
Software image processing means for processing the image information input by the image information input / output means by software in a band unit of a predetermined size;
An image information input / output apparatus, wherein the hardware image processing means and the software image processing means are selectively used in band units according to the priority of a job to be executed.
画像情報を入出力する画像情報入出力装置であって、
前記画像情報入出力手段によって入力された画像情報を所定のサイズのバンド単位でハードウェアによって処理するためのハードウェア画像処理手段と、
前記画像情報入出力手段によって入力された画像情報を所定のサイズのバンド単位でソフトウェアによって処理するためのソフトウェア画像処理手段とを有し、
実行されるジョブの優先度に応じて、前記ハードウェア画像処理手段と前記ソフトウェア画像処理手段をジョブあるいはバンド単位で使い分けることを特徴とする画像情報入出力装置。
An image information input / output device for inputting / outputting image information,
Hardware image processing means for processing the image information input by the image information input / output means by hardware in a band unit of a predetermined size;
Software image processing means for processing the image information input by the image information input / output means by software in a band unit of a predetermined size;
An image information input / output apparatus, wherein the hardware image processing means and the software image processing means are selectively used in units of jobs or bands according to the priority of the job to be executed.
ジョブに対して予め優先度を設定することが可能なジョブ優先度設定手段とを具備し、
前記ジョブの優先度は前記ジョブ優先度設定手段によって設定されたものであることを特徴とする請求項1又は2記載の画像情報入出力装置。
Job priority setting means capable of setting priorities for jobs in advance,
3. The image information input / output device according to claim 1, wherein the priority of the job is set by the job priority setting means.
画像情報入出力装置を使用するユーザを特定するユーザ判定手段と、
ユーザに応じたジョブの実行優先度を設定可能なユーザ優先度設定手段とを
具備し、
前記ジョブの優先度は前記ユーザ優先度設定手段によって設定されたもので、ジョブ実行時にはユーザ判定手段にてユーザを判別するとともに前記ユーザ湯運鮮度設定手段によって設定されたジョブ優先度に応じてハードウェア画像処理手段とソフトウェア画像処理手段を使い分けることを特徴とする請求項1又は2記載の画像情報入出力装置。
User determination means for identifying a user who uses the image information input / output device;
User priority setting means capable of setting job execution priority according to the user,
The priority of the job is set by the user priority setting means. When the job is executed, the user is determined by the user determination means, and the hardware is set according to the job priority set by the user hot water freshness setting means. 3. The image information input / output apparatus according to claim 1, wherein the wear image processing means and the software image processing means are used properly.
画像情報を入出力する画像情報入出力装置であって、
前記画像情報入出力手段によって入力された画像情報を所定のサイズのバンド単位でハードウェアによって処理するためのハードウェア画像処理手段と、
前記画像情報入出力手段によって入力された画像情報を所定のサイズのバンド単位でソフトウェアによって処理するためのソフトウェア画像処理手段とを有し、
実行されるジョブの種類に応じて、前記ハードウェア画像処理手段と前記ソフトウェア画像処理手段をバンド単位で使い分けることを特徴とする画像情報入出力装置。
An image information input / output device for inputting / outputting image information,
Hardware image processing means for processing the image information input by the image information input / output means by hardware in a band unit of a predetermined size;
Software image processing means for processing the image information input by the image information input / output means by software in a band unit of a predetermined size;
An image information input / output apparatus, wherein the hardware image processing means and the software image processing means are selectively used in band units according to the type of job to be executed.
画像情報を入出力する画像情報入出力装置であって、
前記画像情報入出力手段によって入力された画像情報を所定のサイズのバンド単位でハードウェアによって処理するためのハードウェア画像処理手段と、
前記画像情報入出力手段によって入力された画像情報を所定のサイズのバンド単位でソフトウェアによって処理するためのソフトウェア画像処理手段とを有し、
実行されるジョブの種類に応じて、前記ハードウェア画像処理手段と前記ソフトウェア画像処理手段をジョブあるいはバンド単位で使い分けることを特徴とする画像情報入出力装置。
An image information input / output device for inputting / outputting image information,
Hardware image processing means for processing the image information input by the image information input / output means by hardware in a band unit of a predetermined size;
Software image processing means for processing the image information input by the image information input / output means by software in a band unit of a predetermined size;
An image information input / output apparatus, wherein the hardware image processing means and the software image processing means are selectively used in units of jobs or bands according to the type of job to be executed.
前記バンドは1頁であることを特徴とする請求項1乃至5いずれか記載の画像情報入出力装置。   6. The image information input / output device according to claim 1, wherein the band is one page. 前記画像処理は画像圧縮伸張処理であることを特徴とする請求項1乃至7いずれか記載の画像情報入出力装置。   The image information input / output device according to claim 1, wherein the image processing is image compression / expansion processing. 前記画像処理は画像回転処理であることを特徴とする請求項1乃至7いずれか記載の画像情報入出力装置。   The image information input / output device according to claim 1, wherein the image processing is image rotation processing. 前記画像処理は画像変倍処理であることを特徴とする請求項1乃至7いずれか記載の画像情報入出力装置。   The image information input / output device according to claim 1, wherein the image processing is image scaling processing. 前記画像処理は画像変倍処理であることを特徴とする請求項1乃至7いずれか記載の画像情報入出力装置。   The image information input / output device according to claim 1, wherein the image processing is image scaling processing.
JP2004360916A 2004-12-14 2004-12-14 Image information i/o device Withdrawn JP2006173843A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004360916A JP2006173843A (en) 2004-12-14 2004-12-14 Image information i/o device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004360916A JP2006173843A (en) 2004-12-14 2004-12-14 Image information i/o device

Publications (1)

Publication Number Publication Date
JP2006173843A true JP2006173843A (en) 2006-06-29

Family

ID=36674143

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004360916A Withdrawn JP2006173843A (en) 2004-12-14 2004-12-14 Image information i/o device

Country Status (1)

Country Link
JP (1) JP2006173843A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010045764A (en) * 2008-06-18 2010-02-25 Ricoh Co Ltd Control unit and method of controlling the same
US8041842B2 (en) 2006-09-19 2011-10-18 Seiko Epson Corporation Printing device and logic packet processing method
EP2141583A3 (en) * 2008-06-30 2012-10-03 Canon Kabushiki Kaisha Image forming apparatus and image forming method
US8363892B2 (en) 2008-07-25 2013-01-29 Nokia Corporation Apparatus, method and computer program providing image processing using software and hardware processing

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8041842B2 (en) 2006-09-19 2011-10-18 Seiko Epson Corporation Printing device and logic packet processing method
JP2010045764A (en) * 2008-06-18 2010-02-25 Ricoh Co Ltd Control unit and method of controlling the same
EP2141583A3 (en) * 2008-06-30 2012-10-03 Canon Kabushiki Kaisha Image forming apparatus and image forming method
US8488154B2 (en) 2008-06-30 2013-07-16 Canon Kabushiki Kaisha Image forming apparatus and image forming method
US8363892B2 (en) 2008-07-25 2013-01-29 Nokia Corporation Apparatus, method and computer program providing image processing using software and hardware processing

Similar Documents

Publication Publication Date Title
JP5089429B2 (en) Information processing apparatus, control method therefor, and program
US6539198B2 (en) Image forming apparatus, control method of the image forming apparatus and storage medium
JP2007188226A (en) Digital multifunctional machine and its control method
JPH11331529A (en) Image processor and its data processing method and storage medium storing computer readable program
JP2006173843A (en) Image information i/o device
JP2008097356A (en) Digital multifunction machine, control method therefor, program, and storage medium
JP2010004271A (en) Image processing device
US8411302B2 (en) Printing system, printing apparatus and print control method therefor
JP2006197049A (en) Image processing apparatus, and method of processing image, storage medium and program storing program readable by computer
JP2009145579A (en) Image output device
JP4401885B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP2008099013A (en) Digital complex machine, control method thereof, program and storage medium
JP2006020029A (en) Image input/output device
JP2009073036A (en) Image processing system, memory medium, and program
JP2008140191A (en) File system
JP2007226463A (en) Information processor and information processing method
JP2004058499A (en) Control method for image formation device
JP2007028183A (en) Image copying machine
JP2006039766A (en) Image input-output apparatus, control method and programs
JP2004007047A (en) Digital copying apparatus, its control method, its program and storage medium
JP2010237821A (en) Multiprocessor system
JP2008060807A (en) Image tracking system
JP2001285600A (en) Image-processing unit and control method for the image- processing unit
JP2006056062A (en) Image copying apparatus
JP2008105310A (en) Image processing unit allowing shift of job and program to practice image processing

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080304