JP3342315B2 - Print control device and print control method - Google Patents

Print control device and print control method

Info

Publication number
JP3342315B2
JP3342315B2 JP26849296A JP26849296A JP3342315B2 JP 3342315 B2 JP3342315 B2 JP 3342315B2 JP 26849296 A JP26849296 A JP 26849296A JP 26849296 A JP26849296 A JP 26849296A JP 3342315 B2 JP3342315 B2 JP 3342315B2
Authority
JP
Japan
Prior art keywords
data
intermediate data
page
speed
bitmap
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.)
Expired - Fee Related
Application number
JP26849296A
Other languages
Japanese (ja)
Other versions
JPH10114119A (en
Inventor
浩一 本間
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 JP26849296A priority Critical patent/JP3342315B2/en
Publication of JPH10114119A publication Critical patent/JPH10114119A/en
Application granted granted Critical
Publication of JP3342315B2 publication Critical patent/JP3342315B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、外部より入力され
るデータを解析して所定の中間データを生成し、生成さ
れた中間データを印刷部が印刷可能なビットマップデー
タに展開して、ビットマップデータを印刷部に出力する
印刷制御装置および印刷制御方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention analyzes data input from the outside, generates predetermined intermediate data, and develops the generated intermediate data into bitmap data that can be printed by a printing unit. The present invention relates to a print control device and a print control method for outputting map data to a printing unit.

【0002】[0002]

【従来の技術】従来、画像出力装置、例えば公知のレー
ザビームプリンタ等のプリンタは、標準インタフェース
ケーブルを用いてホストコンピュータと繋げられてお
り、ホストコンピュータからページ記述言語(PDL)
で記述された画像信号が入力されると、この画像信号を
解釈し、プリンタエンジンに出力するためにビットマッ
プデータの2値信号に変換され、プリンタからハードコ
ピーが得られる構成になっている。
2. Description of the Related Art Conventionally, an image output device, for example, a printer such as a known laser beam printer is connected to a host computer using a standard interface cable, and a page description language (PDL) is transmitted from the host computer.
Is input, the image signal is interpreted, converted into a binary signal of bitmap data for output to a printer engine, and a hard copy is obtained from the printer.

【0003】近年、ページプリンタであるレーザビーム
プリンタは、高画質化が求められ、データ処理解像度
は、600dpi以上が主流になりつつある。600d
piではA4フルサイズで約4MBのビットマップが必
要であり、高画質化によるコストアップが生じていた。
In recent years, a laser beam printer as a page printer is required to have high image quality, and a data processing resolution of 600 dpi or more is becoming mainstream. 600d
For pi, an A4 full size bitmap of about 4 MB is required, and cost increases due to high image quality.

【0004】その一方で、低コスト化も求められ、多機
能なデータ処理のため増加するメモリ容量を減らすため
に、ページプリンタであるレーザビームプリンタも、シ
リアルプリンタのような1ページ分のビットマップを持
つことなく、すなわち、バンドメモリにビットマップと
して展開し、プリンタエンジンに同期を合わせて出力す
るバンディング処理方式を採用するものも数多く製品化
されている。
On the other hand, cost reduction is also required, and in order to reduce the memory capacity which increases due to multifunctional data processing, a laser beam printer which is a page printer is also provided with a bit map for one page like a serial printer. That is, there are many products that adopt a banding processing method that develops a bitmap in a band memory and outputs the data in synchronization with a printer engine.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記従
来例ではバンドメモリに展開する処理をプリンタエンジ
ンの処理と同等もしくはそれよりも速くしなければなら
ず、比較的複雑なデータは、バンドメモリに展開する処
理がプリンタエンジンの処理に間に合わない(以下、プ
リントオーバラン)現象が発生していた。
However, in the above-described conventional example, the processing for expanding the data in the band memory must be equal to or faster than the processing of the printer engine, and relatively complicated data is expanded in the band memory. Has occurred in time for the processing of the printer engine (hereinafter, print overrun).

【0006】この場合、ビットマップメモリを増設(オ
プションRAMを増設してビットマップメモリ容量を拡
張)して1ページ分のビットマップメモリに展開してか
らプリンタエンジンに出力する(以下、フルペイント処
理)方式か、ビットマップメモリを増設せずに、解像度
を落してフルペイント処理を行う方式のいずれかが採用
されていた。
In this case, the bitmap memory is expanded (the option RAM is expanded to increase the bitmap memory capacity), developed into one page of bitmap memory, and then output to the printer engine (hereinafter, full paint processing). ) Method or a method in which the resolution is reduced and full paint processing is performed without increasing the bitmap memory.

【0007】また、ビットマップに展開する前段階で、
1ページ分の(一般的にはフルビットマップより容量が
少なく、かつビットマップに変換しやすい)中間データ
を作成するが、上記のような複雑なデータは、中間デー
タの容量が多くなり、中間データを格納するページバッ
ファの容量を越えてしまう(以下、メモリオーバ)現象
も発生していた。
In addition, before being developed into a bitmap,
Intermediate data for one page (generally having a smaller capacity than a full bitmap and being easily converted to a bitmap) is created. There has also been a phenomenon that the capacity of a page buffer for storing data is exceeded (hereinafter, memory over).

【0008】この場合もプリントオーバランと同様に、
ビットマップメモリを増設して1ページ分のビットマッ
プメモリに展開してからプリンタエンジンに出力する
(以下、フルペイント処理)方式か、ビットマップメモ
リを増設せずに、解像度を落してフルペイント処理を行
う方式のいずれかが採用されていた。
In this case, similarly to the print overrun,
A method in which a bitmap memory is added and developed into a bitmap memory for one page and then output to a printer engine (hereinafter referred to as a full paint process) or a full paint process in which the resolution is reduced without adding a bitmap memory , One of the methods was adopted.

【0009】上記のようにプリンタにおけるメモリ資源
内で入力された印刷情報を処理する際に、メモリオーバ
が発生し、ユーザの負担によりオプションRAM等を増
設してメモリ容量を拡張しない限り、本来高解像度処理
可能なプリンタであっても高解像印刷処理ができないと
いう問題点があった。
As described above, when the print information input in the memory resources of the printer is processed, a memory over occurs, and unless the option RAM or the like is added by a user's burden to expand the memory capacity, the memory capacity is originally high. There is a problem that a high resolution printing process cannot be performed even with a printer capable of resolution processing.

【0010】また、入力された高解像度の印刷情報を現
状のメモリ資源内で印刷処理するためには低解像度でフ
ルペイントするため、プリンタエンジンのプロセス速度
を落とすこととなり、結果としてスループットも低下し
てしまうという問題点があった。
Further, in order to print input high-resolution print information in the current memory resources, full-painting is performed at a low resolution, so that the process speed of the printer engine is reduced, and as a result, the throughput is also reduced. There was a problem that would.

【0011】本発明は、上記の問題点を解決するために
なされたもので、本発明の目的は、記憶手段に1ページ
分の中間データを記憶できない場合、記憶手段に確保さ
れている中間データを記憶する第1のエリアの記憶容量
を増やし、記憶手段に確保されているビットマップデー
タを記憶する第2のエリアの記憶容量を減らし、印刷部
のプロセス速度を低い速度に調整することにより、記憶
手段の容量を拡張することなく1ページ分の中間データ
を確実に記憶することができ、1ページ分の中間データ
のデータ量が多い場合でも、高解像度で印刷処理するこ
とができる印刷制御装置および印刷制御方法を提供する
ことである。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and an object of the present invention is to provide a method for storing intermediate data for one page when the intermediate data for one page cannot be stored in the storage means. By increasing the storage capacity of the first area for storing bitmap data, reducing the storage capacity of the second area for storing bitmap data secured in the storage means, and adjusting the process speed of the printing unit to a low speed, A print control device that can reliably store one page of intermediate data without expanding the capacity of the storage means and can perform high-resolution print processing even when the amount of one page of intermediate data is large. And a print control method.

【0012】[0012]

【課題を解決するための手段】本発明に係る第1の発明
は、外部より入力されるデータを解析して所定の中間デ
ータを生成し、生成された中間データを印刷部が印刷可
能なビットマップデータに展開して、ビットマップデー
タを印刷部に出力する印刷制御装置であって、前記中間
データおよび前記ビットマップデータを記憶する記憶手
段と、前記記憶手段に1ページ分の前記中間データを記
憶できたか否かを判定する判定手段と、記憶できないと
前記判定手段により判定された場合、前記記憶手段に確
保されている前記中間データを記憶する第1のエリアの
記憶容量を増やし、前記記憶手段に確保されている前記
ビットマップデータを記憶する第2のエリアの記憶容量
を減らし、前記印刷部のプロセス速度を低い速度に調整
する制御手段とを有することを特徴とする。
A solution for the present invention a first invention according to analyzes the data input from the outside to generate a predetermined intermediate data, the printing unit can print the data while among those made live expand to a bit map data, bit map data
A printing control apparatus for outputting data to the printing unit, the determination determines a storage means for storing the intermediate data and the bit map data, whether or not storing the intermediate data of one page in the memory means Means for increasing the storage capacity of the first area for storing the intermediate data secured in the storage means, when the determination means determines that the bit map cannot be stored, the bit map secured in the storage means; Control means for reducing the storage capacity of the second area for storing data and adjusting the process speed of the printing unit to a low speed.

【0013】本発明に係る第2の発明は、前記制御手段
は、前記記憶手段に1ページ分の前記中間データを記憶
できないと判定した場合に、前記印刷部のプロセス速度
を最大スループット時のプロセス速度よりも低い速度に
調整することを特徴とする。
In a second aspect of the present invention, the control means stores the one-page intermediate data in the storage means.
If it is determined that it is not possible, the process speed of the printing unit
Is adjusted to a speed lower than the process speed at the maximum throughput .

【0014】本発明に係る第3の発明は、前記第1のエ
リアはページバッファであり、前記第2のエリアはバン
ドメモリであることを特徴とする。
The third invention according to the present invention is directed to the first invention.
The rear is a page buffer, and the second area is a van.
Memory.

【0015】本発明に係る第4の発明は、前記制御手段
は、紙搬送速度を低速にすることを特徴とする。
A fourth invention according to the present invention is characterized in that the control means reduces the paper conveying speed.

【0016】本発明に係る第5の発明は、外部より入力
されるデータを解析して所定の中間データを生成し、生
成された中間データを印刷部が印刷可能なビットマップ
データに展開して、ビットマップデータを印刷部に出力
する印刷制御方法であって、前記中間データおよび前記
ビットマップデータを記憶する記憶手段に1ページ分の
前記中間データを記憶できたか否かを判定する判定ステ
ップと、記憶できないと前記判定ステップにより判定さ
れた場合、前記記憶手段に確保されている前記中間デー
タを記憶する第1のエリアの記憶容量を増やし、前記記
憶手段に確保されている前記ビットマップデータを記憶
する第2のエリアの記憶容量を減らし、前記印刷部のプ
ロセス速度を低い速度に調整する変更ステップとを有す
ることを特徴とする。
According to a fifth aspect of the present invention, an input from an external device is provided.
Analyzes the data to be generated, generates predetermined intermediate data, and
Bitmap that allows the printing unit to print the generated intermediate data
Develop into bitmap data and output to bitmap data
Printing control method, wherein the intermediate data and the
One page worth of data is stored in storage means for storing bitmap data.
A determination step for determining whether the intermediate data has been stored.
Is determined by the determination step that
The intermediate data secured in the storage means.
The storage capacity of the first area for storing data is increased,
Stores the bitmap data secured in storage means
The storage capacity of the second area to be
Changing the process speed to a lower speed.
It is characterized by that.

【0017】本発明に係る6の発明は、前記変更ステッ
プでは、前記記憶ステップに1ページ分の前記中間デー
タを記憶できないと判定した場合に、前記印刷部のプロ
セス速度を最大スループット時のプロセス速度よりも低
い速度に調整することを特徴とする。
According to a sixth aspect of the present invention, there is provided the above-described modification step.
In the storage step, the storage step stores the intermediate data for one page.
If it is determined that the data cannot be stored,
Process speed lower than process speed at maximum throughput
It is characterized by adjusting to a high speed.

【0018】本発明に係る7の発明は、前記第1のエリ
アはページバッファであり、前記第2のエリアはバンド
メモリであることを特徴とする。
According to a seventh aspect of the present invention, there is provided the first area.
Is a page buffer, and the second area is a band buffer.
It is a memory.

【0019】本発明に係る8の発明は、前記変更ステッ
プでは、紙搬送速度を低速にすることを特徴とする。
According to an eighth aspect of the present invention, there is provided the above-described modification step.
Is characterized in that the paper transport speed is reduced.

【0020】[0020]

【0021】[0021]

【0022】[0022]

【0023】[0023]

【0024】[0024]

【0025】[0025]

【0026】[0026]

【発明の実施の形態】本実施形態の構成を説明する前
に、本実施形態を適用するに好適なレーザビームプリン
タの構成について図1を参照して説明する。なお、本実
施形態を適用するプリンタは、レーザビームプリンタお
よびインクジェットプリンタに限られるものではなく、
他のプリント方式のプリンタでもよいことはいうまでも
ない。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Before describing the configuration of this embodiment, a configuration of a laser beam printer suitable for applying this embodiment will be described with reference to FIG. The printer to which the present embodiment is applied is not limited to a laser beam printer and an ink jet printer.
It goes without saying that a printer of another printing method may be used.

【0027】図1は、本発明を適用可能な出力装置の構
成を説明する断面図であり、例えばレーザビームプリン
タ(LBP)の場合を示す。
FIG. 1 is a cross-sectional view for explaining the configuration of an output device to which the present invention can be applied, and shows, for example, the case of a laser beam printer (LBP).

【0028】図において、1000はLBP本体であ
り、外部に接続されているホストコンピュータから供給
される印刷情報(文字コード等)やフォーム情報あるい
はマクロ命令等を入力して記憶するとともに、それらの
情報に従って対応する文字パターンやフォームパターン
等を作成し、記録媒体である記録紙等に像を形成する。
1012は操作パネルで、各種モードを設定するための
スイッチおよびプリンタ状態を表示するLED表示器お
よびLCD表示器等が配されている。
In FIG. 1, reference numeral 1000 denotes an LBP main body, which inputs and stores print information (character codes and the like), form information, macro instructions, and the like supplied from an externally connected host computer, and stores the information. , A corresponding character pattern, form pattern, or the like is created, and an image is formed on a recording medium such as recording paper.
An operation panel 1012 is provided with switches for setting various modes, an LED display, an LCD display, and the like for displaying a printer status.

【0029】1001はプリンタ制御ユニットで、後述
するホストコンピュータからの印刷情報を受信する通信
処理,受信した印刷情報を解析してプリンタエンジンが
印刷可能な出力イメージを生成する等の画像処理等を制
御する。該プリンタ制御ユニット1001は、主に文字
情報を対応する文字パターンのビデオ信号に変換してレ
ーザドライバ1002に出力する。
A printer control unit 1001 controls communication processing for receiving print information from a host computer, which will be described later, and image processing for analyzing the received print information and generating an output image printable by a printer engine. I do. The printer control unit 1001 mainly converts character information into a video signal of a corresponding character pattern and outputs the video signal to the laser driver 1002.

【0030】レーザドライバ1002は半導体レーザ1
003を駆動するための回路であり、入力されたビデオ
信号に応じて半導体レーザ1003から発射されるレー
ザ光1004をオン・オフ切り換えする。レーザ光10
04は回転多面鏡1005で左右方向に振られて静電ド
ラム1006上を走査露光する。これにより、静電ドラ
ム1006上には文字パターンの静電潜像が形成される
ことになる。この潜像は、静電ドラム1006周囲に配
設された現像ユニット1007により現像された後、記
録紙に転写される。この記録紙にはカットシートを用
い、カットシート記録紙はLBP1000に装着した用
紙カセット1008に収納され、給紙ローラ1009お
よび搬送ローラ1010と搬送ローラ1011とによ
り、装置内に取り込まれて、静電ドラム1006に供給
される。
The laser driver 1002 is the semiconductor laser 1
003 is a circuit for driving a laser beam 1004 that is emitted from the semiconductor laser 1003 in accordance with an input video signal. Laser light 10
Reference numeral 04 denotes a rotating polygon mirror 1005 which is swung in the left and right direction to scan and expose the electrostatic drum 1006. As a result, an electrostatic latent image of a character pattern is formed on the electrostatic drum 1006. This latent image is developed by a developing unit 1007 disposed around the electrostatic drum 1006, and then transferred to a recording sheet. A cut sheet is used as the recording paper, and the cut sheet recording paper is stored in a paper cassette 1008 mounted on the LBP 1000, taken into the apparatus by a paper feed roller 1009, a conveyance roller 1010, and a conveyance roller 1011, and electrostatically charged. It is supplied to the drum 1006.

【0031】また、LBP本体1000には、図示しな
いカードスロットを少なくとも1個以上備え、内蔵フォ
ントに加えてオプションカード,言語系の異なる制御カ
ード(エミュレーションカード)を接続できるように構
成されている。
The LBP main body 1000 is provided with at least one or more card slots (not shown) so that an option card and a control card (emulation card) having a different language system can be connected in addition to the built-in font.

【0032】図2は、本発明に係る印刷システムの制御
構成を説明するブロック図であり、図1と同一のものに
は同一の符号を付してある。なお、本発明の機能が実行
されるのであれば、単体の機器であっても、複数の機器
からなるシステムであっても、LAN等のネットワーク
を介して処理が行われるシステムであっても本発明を適
用できることは言うまでもない。
FIG. 2 is a block diagram for explaining the control configuration of the printing system according to the present invention. The same components as those in FIG. 1 are denoted by the same reference numerals. Note that, as long as the functions of the present invention are executed, the present invention is applicable to a single device, a system including a plurality of devices, and a system in which processing is performed via a network such as a LAN. It goes without saying that the invention can be applied.

【0033】図において、3000はホストコンピュー
タで、制御部2000,キーボード(KB)9,CRT
ディスプレイ(CRT)10,外部メモリ11で構成さ
れる。制御部2000において、ROM3のプログラム
用ROMに記憶された文書処理プログラム等に基づいて
図形,イメージ,文字,表(表計算等を含む)等が混在
した文書処理を実行するCPU1を備え、システムバス
4に接続される各デバイスをCPU1が総括的に制御す
る。
In the figure, reference numeral 3000 denotes a host computer, a control unit 2000, a keyboard (KB) 9, a CRT.
It comprises a display (CRT) 10 and an external memory 11. The control unit 2000 includes a CPU 1 that executes document processing in which graphics, images, characters, tables (including spreadsheets and the like) are mixed based on a document processing program or the like stored in a program ROM of the ROM 3, and a system bus. The CPU 1 generally controls each device connected to the device 4.

【0034】また、このROM3のプログラム用ROM
(プログラムROM)には、CPU1が実行する制御プ
ログラム等を記憶し、ROM3のフォント用ROM(フ
ォントROM)には上記文書処理の際に使用するフォン
トデータ等を記憶し、ROM3のデータ用ROM(デー
タROM)は上記文書処理等を行う際に使用する各種デ
ータ(例えば、印刷情報初期値,エラーメッセージ等)
を記憶している。
The program ROM of the ROM 3
The (program ROM) stores a control program executed by the CPU 1 and the like, and the font ROM (font ROM) of the ROM 3 stores font data and the like used in the above-described document processing. Data ROM) includes various data (eg, print information initial values, error messages, etc.) used when performing the above document processing and the like.
I remember.

【0035】2はRAMで、拡張可能なDRAMで構成
され、CPU1の主メモリ,ワークエリア等として機能
する。5はキーボードコントローラ(KBC)で、キー
ボード(KB)9や図示しないポインティングデバイス
からのキー入力を制御する。6はCRTコントローラ
(CRTC)で、CRTディスプレイ(CRT)10の
表示を制御する。7はメモリコントローラ(MC)で、
ブートプログラム,種々のアプリケーション,フォント
データ,ユーザファイル,編集ファイル等を記憶するハ
ードディスク(HD),フロッピーディスク(FD)等
の外部メモリ11とのアクセスを制御する。
Reference numeral 2 denotes a RAM, which is constituted by an extendable DRAM and functions as a main memory, a work area, and the like of the CPU 1. Reference numeral 5 denotes a keyboard controller (KBC) for controlling key input from a keyboard (KB) 9 or a pointing device (not shown). Reference numeral 6 denotes a CRT controller (CRTC) which controls display on a CRT display (CRT) 10. 7 is a memory controller (MC)
It controls access to an external memory 11 such as a hard disk (HD) or a floppy disk (FD) that stores a boot program, various applications, font data, user files, edited files, and the like.

【0036】8はプリンタコントローラ(PRTC)
で、所定の双方向性インタフェース(インタフェース)
21を介してプリンタ1000に接続されて、プリンタ
1000との通信制御処理を実行する。なお、CPU
は、例えばRAM2上に設定された表示情報RAMへの
アウトラインフォントの展開(ラスタライズ)処理を実
行し、CRT10上でのWYSIWYGを可能としてい
る。また、CPU1は、CRT10上の図示しないマウ
スカーソル等で指示されたコマンドに基づいて登録され
た種々のウインドウを開き、種々のデータ処理を実行す
る。
Reference numeral 8 denotes a printer controller (PRTC)
A predetermined bidirectional interface (interface)
The communication device 21 is connected to the printer 1000 via the printer 21 and executes communication control processing with the printer 1000. In addition, CPU
Executes a rasterization process of an outline font on a display information RAM set on the RAM 2, for example, to enable WYSIWYG on the CRT 10. Further, the CPU 1 opens various registered windows based on commands specified by a mouse cursor or the like (not shown) on the CRT 10 and executes various data processing.

【0037】プリンタ1000において、12はプリン
タCPU(CPU)で、ROM13のプログラム用RO
M(プログラムROM)に記憶された制御プログラム等
或は外部メモリ14に記憶された制御プログラム等に基
づいてシステムバス15に接続された各種のデバイスと
のアクセスを総括的に制御し、印刷部インタフェース1
6を介して接続される印刷部(プリンタエンジン)17
に出力情報としての画像信号を出力する。また、このR
OMのプログラム用ROM(プログラムROM)には、
後述する図4,図7,図10に示すフローチャートの手
順に従ってCPU12が実行する制御プログラム等を記
憶している。
In the printer 1000, reference numeral 12 denotes a printer CPU (CPU).
M (program ROM) or a control program stored in the external memory 14 to control access to various devices connected to the system bus 15 in a comprehensive manner. 1
Printing unit (printer engine) 17 connected via
To output an image signal as output information. Also, this R
The OM program ROM (program ROM)
A control program and the like executed by the CPU 12 in accordance with the procedures of flowcharts shown in FIGS. 4, 7, and 10 described below are stored.

【0038】さらに、ROM13のフォント用ROM
(フォントROM)には上記出力情報を生成する際に使
用するフォントデータ等を記憶し、ROM13のデータ
用ROM(データROM)にはハードディスク等の外部
メモリ14が無いプリンタの場合には、ホストコンピュ
ータ3000上で利用される情報等を記憶している。
Further, a font ROM of the ROM 13
(Font ROM) stores font data and the like used when generating the output information. In the case of a printer without an external memory 14 such as a hard disk in a data ROM (data ROM) of the ROM 13, a host computer is used. The information used on 3000 is stored.

【0039】CPU12は入力部18を介してホストコ
ンピュータ3000と通信処理が可能となっており、プ
リンタ1000内の情報等をホストコンピュータ300
0に通知可能に構成されている。19はRAMで、CP
U12の主メモリ,ワークエリア等として機能し、図示
しない増設ポートに接続されるオプションRAMにより
メモリ容量を拡張することができるように構成されてい
る。なお、RAM19は、出力情報展開領域,環境デー
タ格納領域,NVRAM等に用いられる。前述したハー
ドディスク(HD),ICカード等の外部メモリ14
は、メモリコントローラ(MC)20によりアクセスが
制御される。外部メモリ14は、オプションとして接続
され、フォントデータ,エミュレーションプログラム,
フォームデータ等を記憶する。
The CPU 12 is capable of communicating with the host computer 3000 via the input unit 18, and transmits information in the printer 1000 to the host computer 300.
0 can be notified. 19 is a RAM, a CP
It functions as a main memory, a work area, and the like of the U12, and is configured so that the memory capacity can be expanded by an optional RAM connected to an expansion port (not shown). The RAM 19 is used for an output information development area, an environment data storage area, an NVRAM, and the like. The external memory 14 such as a hard disk (HD) and an IC card described above.
The access to is controlled by the memory controller (MC) 20. The external memory 14 is connected as an option, and stores font data, an emulation program,
Stores form data and the like.

【0040】また、前述した外部メモリは1個に限ら
ず、少なくとも1個以上備え、内蔵フォントに加えてオ
プションカード,言語系の異なるプリンタ制御言語を解
釈するプログラムを格納した外部メモリを複数接続でき
るように構成されていてもよい。さらに、図示しないN
VRAMを有し、操作パネル(操作部)1012からの
プリンタモード設定情報を記憶するようにしてもよい。
The above-mentioned external memory is not limited to one. At least one external memory can be connected, and in addition to built-in fonts, an option card and a plurality of external memories storing programs for interpreting printer control languages of different languages can be connected. It may be configured as follows. Further, N (not shown)
It may have a VRAM and store printer mode setting information from an operation panel (operation unit) 1012.

【0041】〔第1実施形態〕図3は、本発明の第1実
施形態を示す印刷制御装置の構成を説明するブロック図
である。
[First Embodiment] FIG. 3 is a block diagram illustrating the configuration of a print control apparatus according to a first embodiment of the present invention.

【0042】図において、31は中間データ生成部で、
例えば図2に示したRAM19上に確保される受信バッ
ファに格納されたホストコンピュータ3000からのデ
ータを解析して中間データを生成する。32は例えば図
2に示したRAM19上に確保されるページバッファ
で、中間データ生成部31により生成された中間データ
を1ページ分記憶する。33はビットマップ生成部で、
ページバッファ32に記憶された中間データからビット
マップデータを生成する。
In the figure, reference numeral 31 denotes an intermediate data generator.
For example, it analyzes data from the host computer 3000 stored in a reception buffer secured on the RAM 19 shown in FIG. 2 to generate intermediate data. Reference numeral 32 denotes a page buffer secured on the RAM 19 shown in FIG. 2, for example, for storing one page of intermediate data generated by the intermediate data generator 31. 33 is a bitmap generator,
Bitmap data is generated from the intermediate data stored in the page buffer 32.

【0043】34は図2に示したRAM19上に確保さ
れるバンドメモリで、ビットマップ生成部33で生成さ
れたビットマップデータを記憶する。35はエンジン出
力制御部で、バンドメモリ34に展開されたビットマッ
プデータを所定の同期信号に基づいて図2に示した印刷
部17に対応するエンジン36に転送する。
Reference numeral 34 denotes a band memory secured on the RAM 19 shown in FIG. 2, and stores the bitmap data generated by the bitmap generator 33. An engine output control unit 35 transfers the bitmap data developed in the band memory 34 to an engine 36 corresponding to the printing unit 17 shown in FIG. 2 based on a predetermined synchronization signal.

【0044】37は紙搬送速度制御部で、エンジン36
の記録媒体としての用紙を搬送するエンジン36内の搬
送機構の搬送速度を中間データ複雑度判定部38の判定
結果に基づいて高速搬送モードまたは低速搬送モードに
従って制御する。中間データ複雑度判定部38は、ペー
ジバッファ32に記憶された中間データの複雑さ(複雑
度合い)を判断し、バンドメモリ34に対するバンディ
ング処理が可能かどうかを判定し、紙搬送速度制御部3
7に紙搬送速度を低速モードあるいは高速モードに指示
する。
Reference numeral 37 denotes a paper transport speed control unit,
The transport speed of the transport mechanism in the engine 36 that transports the sheet as the recording medium is controlled in accordance with the determination result of the intermediate data complexity determination unit 38 according to the high-speed transport mode or the low-speed transport mode. The intermediate data complexity determination unit 38 determines the complexity (complexity) of the intermediate data stored in the page buffer 32, determines whether banding processing on the band memory 34 is possible, and
7 is instructed to set the paper transport speed to the low speed mode or the high speed mode.

【0045】以下、本実施形態と第1,第2の発明の各
手段との対応及びその作用について図3等を参照して説
明する。
Hereinafter, the correspondence between this embodiment and each means of the first and second inventions and the operation thereof will be described with reference to FIG.

【0046】第1の発明は、外部より入力されるデータ
を解析して所定の中間データを生成し、該生成された前
記中間データを印刷部が印刷可能なビットマップに展開
して出力する印刷制御装置であって、前記中間データを
記憶する記憶手段(ページバッファ32で、例えばRA
M19上に確保される)と、前記記憶手段に記憶された
前記中間データを1ページ分前記ビットマップ展開する
ための第1の処理時間を導出する導出手段(中間データ
複雑度判定部38)と、前記導出手段に導出された前記
第1の処理時間と前記印刷部が1ページ分のビットマッ
プを印刷処理するための第2の処理時間(ROM13の
データROM又は外部メモリ14に格納されている)と
を比較して、前記印刷部のプロセス速度をページ単位に
調整する制御手段(紙搬送速度制御部37)とを有し、
中間データ複雑度判定部38がページバッファ32に記
憶された前記中間データを1ページ分前記ビットマップ
展開するための第1の処理時間を導出し、該導出された
前記第1の処理時間とエンジン36が1ページ分のビッ
トマップを印刷処理するための第2の処理時間とを比較
して、紙搬送速度制御部37がエンジン36のプロセス
速度をページ単位に調整するので、メモリ容量を拡張す
ることなく、中間データの複雑度合いに応じてプリント
オーバとならないプロセス速度に自動的に切り換えて入
力されたデータを高解像度で印刷処理することができ
る。なお、上記第2の処理時間は印刷部及び印刷プロセ
スに応じて、適宜設定されるものである。
According to a first aspect of the present invention, there is provided a printing method which analyzes data inputted from the outside, generates predetermined intermediate data, develops the generated intermediate data into a bitmap printable by a printing unit, and outputs the bitmap. A control unit for storing the intermediate data (for example, RA
M19) and deriving means (intermediate data complexity determining unit 38) for deriving a first processing time for developing the bitmap of the intermediate data stored in the storage means for one page. The first processing time derived by the deriving means and the second processing time for the printing unit to print one page of bitmap (stored in the data ROM of the ROM 13 or the external memory 14). And control means (paper transport speed control unit 37) for adjusting the process speed of the printing unit on a page-by-page basis.
The intermediate data complexity determining unit 38 derives a first processing time for developing the bitmap of the intermediate data stored in the page buffer 32 for one page, and calculates the derived first processing time and engine. The paper transport speed control unit 37 adjusts the process speed of the engine 36 for each page by comparing the second processing time for printing the bit map for one page with the page 36, thereby expanding the memory capacity. In addition, the input data can be printed at a high resolution by automatically switching to a process speed that does not cause a print-over according to the complexity of the intermediate data. The second processing time is appropriately set according to the printing unit and the printing process.

【0047】第2の発明は、紙搬送速度制御部37は、
前記第1の処理時間が前記第2の処理時間以上と判定し
た場合に、エンジン36のプロセス速度を最大スループ
ット時のプロセス速度よりも低い速度に調整するので、
メモリ容量を拡張することなく、高解像度ではプリント
オーバとなってしまう場合でも、入力されたデータを高
解像度で印刷処理することができる。
According to a second aspect of the present invention, the paper transport speed control unit 37 comprises:
If it is determined that the first processing time is equal to or longer than the second processing time, the process speed of the engine 36 is adjusted to a lower speed than the process speed at the maximum throughput.
The input data can be printed at a high resolution without increasing the memory capacity, even if the print is over at a high resolution.

【0048】以下、図4に示すフローチャートを参照し
て、本発明に係る印刷制御装置のデータ処理動作につい
て説明する。
Hereinafter, the data processing operation of the print control apparatus according to the present invention will be described with reference to the flowchart shown in FIG.

【0049】図4は、本発明に係る印刷制御装置の第1
のデータ処理手順の一例を示すフローチャートである。
なお、(1)〜(11)は各ステップを示し、各手順は
図2に示したROM13または外部メモリ14に記憶さ
れる。
FIG. 4 shows a first example of the print control apparatus according to the present invention.
9 is a flowchart illustrating an example of a data processing procedure.
Note that (1) to (11) indicate each step, and each procedure is stored in the ROM 13 or the external memory 14 shown in FIG.

【0050】例えば図2に示したホストコンピュータ3
000からデータ(印刷制御情報,印刷データ等を含
む)が入力されると(1)、RAM19上に確保される
受信バッファに蓄えられた後、図示しないコマンド解析
編集処理部において、コマンドの解析および編集を行う
(2)。該コマンド解析編集されたデータは、中間デー
タ生成部31に送られ、中間データを生成し(3)、ペ
ージバッファ32に格納される(4)。
For example, the host computer 3 shown in FIG.
When data (including print control information, print data, and the like) is input from 000 (1), the data is stored in a reception buffer secured in the RAM 19, and then analyzed and analyzed by a command analysis and editing processing unit (not shown). Edit (2). The data analyzed and edited by the command is sent to the intermediate data generating unit 31 to generate intermediate data (3) and stored in the page buffer 32 (4).

【0051】次いで、中間データ複雑度判定部38で
は、生成した中間データの複雑さを判断してバンディン
グ処理が可能かどうかを予測し(5)、バンディング処
理が不可能(中間データが複雑)であると予測された場
合、すなわち、プリントオーバランが発生すると予測さ
れた場合は、紙搬送速度制御部37に対して紙搬送速度
を低速モードにするように指示し、該指示を受けて紙搬
送速度制御部37がエンジン36の紙搬送速度を低速モ
ードに変更して(6)、ステップ(7)以降へ進む。
Next, the intermediate data complexity determination section 38 judges the complexity of the generated intermediate data to predict whether or not banding processing is possible (5). If it is predicted that there is, that is, if it is predicted that a print overrun will occur, it instructs the paper transport speed control unit 37 to set the paper transport speed to the low speed mode. The controller 37 changes the paper transport speed of the engine 36 to the low speed mode (6), and proceeds to step (7) and subsequent steps.

【0052】一方、ステップ(5)でバンディング処理
が可能(中間データが複雑でない)であると予測された
場合、1ページ分の中間データがページバッファ32に
格納されたかどうか、すなわち、データがすべて処理さ
れたかどうかを判断し(7)、NOならば1ページ分の
中間データがページバッファ32に格納されるまで、ス
テップ(2)〜(7)を繰り返す。
On the other hand, if it is predicted in step (5) that the banding process is possible (the intermediate data is not complicated), it is determined whether the intermediate data for one page has been stored in the page buffer 32, that is, if the data is all It is determined whether or not the processing has been performed (7). If NO, steps (2) to (7) are repeated until one page of intermediate data is stored in the page buffer 32.

【0053】一方、ステップ(7)で1ページ分の中間
データがページバッファ32に格納されたと判断された
場合は、該中間データは、ビットマップ生成部33に送
られ、ビットマップに展開される(8)。該展開された
ビットマップは、バンドメモリ34に格納される
(9)。そして、バンドメモリ34に格納されたビット
マップはエンジン出力制御部35に送られ、エンジン3
6と同期を取りながら、エンジン36にて印刷が行われ
る(10)。
On the other hand, if it is determined in step (7) that one page of intermediate data has been stored in the page buffer 32, the intermediate data is sent to the bitmap generator 33 and expanded into a bitmap. (8). The developed bitmap is stored in the band memory 34 (9). Then, the bitmap stored in the band memory 34 is sent to the engine output control unit 35 and the engine 3
Printing is performed by the engine 36 while synchronizing with (6).

【0054】次いで、バンドメモリ34に格納されたデ
ータがすべて処理されたかどうかを判定して(11)、
NOならばステップ(8)〜(11)を繰り返し、YE
Sならば処理を終了する。
Next, it is determined whether or not all data stored in the band memory 34 has been processed (11).
If NO, steps (8) to (11) are repeated and YE
If S, the process ends.

【0055】なお、ビットマップ生成部33にてビット
マップが展開される処理は、エンジン36にてビットマ
ップが入力される処理と、同等もしくはそれより速くな
くてはならない。
The process of expanding the bitmap by the bitmap generator 33 must be equal to or faster than the process of inputting the bitmap by the engine 36.

【0056】図5は、図3に示した中間データ複雑度判
定部38の処理時間予測のためのオブジェクトテーブル
OJTBの一例を示す図であり、例えば1ページ分の中
間データ内のオブジェクトとその個数から構成される場
合に対応する。
FIG. 5 is a diagram showing an example of an object table OJTB for predicting the processing time of the intermediate data complexity determining section 38 shown in FIG. Corresponding to the case of

【0057】この図に示すオブジェクトテーブルOJT
Bは、図3に示したページバッファ32上に確保され、
該中間データ生成部31で作成された中間データの各オ
ブジェクトの個数が登録され、中間データとともに格納
される。
The object table OJT shown in FIG.
B is secured on the page buffer 32 shown in FIG.
The number of each object of the intermediate data created by the intermediate data generator 31 is registered and stored together with the intermediate data.

【0058】このようにしてページバッファ32上に確
保されるオブジェクトテーブルOJTBに各オブジェク
トの個数が登録されると、1ページ分の中間データの処
理時間が下記第(1)式より導出される。なお、各オブ
ジェクトは、それぞれビットマップに展開する処理時間
が既知のデータとしてROM13内にあらかじめ記憶さ
れているものとする。
When the number of each object is registered in the object table OJTB secured on the page buffer 32 in this way, the processing time of one page of intermediate data is derived from the following equation (1). It is assumed that each object is stored in the ROM 13 in advance as data with a known processing time for developing into a bitmap.

【0059】 Σ((各オブジェクトの処理時間)×(各オブジェクトの個数))……(1) このようにして、1ページ分の中間データの処理時間
が、エンジン36の処理時間よりも遅い場合は、プリン
トオーバランとなるのであらかじめエンジン36の紙搬
送速度を低速モードに切り換える指示を紙搬送速度制御
部37に与え、上述の通りエンジン36内の紙搬送速度
を低速化する。
Σ ((processing time of each object) × (number of objects)) (1) In this way, when the processing time of one page of intermediate data is later than the processing time of the engine 36 Gives an instruction to switch the paper transport speed of the engine 36 to the low speed mode in advance to the paper transport speed control unit 37, and reduces the paper transport speed in the engine 36 as described above.

【0060】なお、より正確に処理時間を予測するため
に、中間データをビットマップに展開する処理時間を導
出する要素として、各オブジェクトの個数だけでなく、
容量や各オブジェクトの形状,制御点の数等の情報もオ
ブジェクトテーブルOJTBに含めることも可能であ
る。
In order to more accurately predict the processing time, not only the number of objects but also the number of objects as elements for deriving the processing time for developing the intermediate data into a bitmap
Information such as the capacity, the shape of each object, and the number of control points can also be included in the object table OJTB.

【0061】また、エンジン36の紙搬送速度が低速モ
ードの時でも、1ページ分の中間データの処理時間が、
エンジン36の処理時間よりも遅い場合は、エラーとし
て処理を中断するか、または解像度を落して処理を行
う。
Even when the paper transport speed of the engine 36 is in the low speed mode, the processing time of the intermediate data for one page is reduced.
If the processing time is slower than the processing time of the engine 36, the processing is interrupted as an error or the processing is performed with a reduced resolution.

【0062】さらに、エンジン36が本実施形態のレー
ザビームプリンタエンジンの場合、1ページの途中で紙
搬送速度を変更することは、構成上難しく、ページ毎に
変更する構成となっている。
Further, when the engine 36 is the laser beam printer engine of the present embodiment, it is difficult to change the paper conveyance speed in the middle of one page, and it is changed for each page.

【0063】また、紙搬送速度は、通常(以下、デフォ
ルト)は、例えば12枚/分であり、図4のステップ
(5)において、中間データが複雑であると判定(プリ
ントオーバランが発生すると予測)された場合は、低速
モード、例えば8枚/分にするような構成となってお
り、次のページではデフォルトの12枚/分に戻ること
は言うまでもない。
The paper transport speed is usually (hereinafter, default), for example, 12 sheets / min. In step (5) of FIG. 4, it is determined that the intermediate data is complicated (print overrun is predicted to occur). ), The configuration is such that the mode is set to the low speed mode, for example, 8 sheets / minute, and it goes without saying that the default value is 12 sheets / minute on the next page.

【0064】上記構成では、紙搬送速度として、通常モ
ードと低速モードの2モードのみであるが、これに限る
ものではなく、3モード以上の複数のモードを設けても
よく、データの複雑さによって、複数モードのいずれか
に切り換えることも可能である。
In the above configuration, the paper transport speed is only the two modes of the normal mode and the low speed mode. However, the present invention is not limited to this, and a plurality of modes of three or more may be provided. , It is also possible to switch to any of a plurality of modes.

【0065】また、上記は紙搬送速度として固定速度の
モードを複数設けているが、これに限るものではなく、
紙搬送速度を可変にできる構成にして、データの複雑さ
によりそのデータの処理時間でもっとも速く印刷ができ
る紙搬送速度にすることも、もちろん可能である。
Although a plurality of fixed speed modes are provided as the paper transport speed in the above description, the present invention is not limited to this mode.
Of course, it is also possible to adopt a configuration in which the paper transport speed can be made variable, and to set the paper transport speed at which printing can be performed fastest in the processing time of the data due to the complexity of the data.

【0066】以下、本実施形態と第9,第12の発明の
各工程との対応及びその作用について図4等を参照して
説明する。
Hereinafter, the correspondence between this embodiment and each step of the ninth and twelfth inventions and the operation thereof will be described with reference to FIG.

【0067】第9の発明は、外部より入力されるデータ
を解析して所定の中間データを生成し、該生成された前
記中間データを印刷部が印刷可能なビットマップに展開
して出力する印刷制御方法であって、前記中間データを
記憶する記憶手段(ページバッファ32)に記憶された
前記中間データを1ページ分前記ビットマップ展開する
ための第1の処理時間を導出する導出工程(図4のステ
ップ(4)とステップ(5)との間における図示しない
ステップ)と、該導出された前記第1の処理時間と前記
印刷部が1ページ分のビットマップを印刷処理するため
の第2の処理時間とを比較して、前記印刷部のプロセス
速度をページ単位に調整する調整工程(図4のステップ
(6))とをCPU12がROM13または他のメモリ
資源に記憶された制御プログラムを実行して、メモリ容
量を拡張することなく、中間データの複雑度合いに応じ
てプリントオーバとならないプロセス速度に自動的に切
り換えて入力されたデータを高解像度で印刷処理するこ
とができる。
According to a ninth aspect of the present invention, there is provided a printing method which analyzes data input from the outside to generate predetermined intermediate data, develops the generated intermediate data into a bitmap printable by a printing unit, and outputs the bitmap. 4. A control method, comprising: a deriving step of deriving a first processing time for developing the bitmap of one page of the intermediate data stored in a storage unit (page buffer 32) for storing the intermediate data (FIG. 4). (Step (not shown) between step (4) and step (5)), and the derived first processing time and a second time required for the printing unit to print one page of bitmap. The CPU 12 compares the processing time with the adjustment process (step (6) in FIG. 4) for adjusting the process speed of the printing unit for each page in the ROM 13 or other memory resources. Run the control program, without extending the memory capacity, can be printed automatically processes switched data inputted to the process speed that do not print over depending on the complexity degree of the intermediate data at high resolution.

【0068】第12の発明は、外部より入力されるデー
タを解析して所定の中間データを生成し、該生成された
前記中間データを印刷部が印刷可能なビットマップに展
開して転送制御するコンピュータで使用されるプログラ
ムを記憶した記憶媒体において、前記中間データを記憶
する記憶手段に記憶された前記中間データを1ページ分
前記ビットマップ展開するための第1の処理時間を導出
する導出工程(図4のステップ(4)とステップ(5)
との間における図示しないステップ)と、該導出された
前記第1の処理時間と前記印刷部が1ページ分のビット
マップを印刷処理するための第2の処理時間とを比較し
て、前記印刷部のプロセス速度をページ単位に調整する
調整工程(図4のステップ(6))とを含む、コンピュ
ータが読むことができるプログラムを記憶媒体に格納し
たものである。すなわち、プリンタ1000のROM1
3,外部メモリ14等のメモリ資源に図4に示す工程に
対応するプログラムコードを記憶させ、該プログラムコ
ードを記憶した記憶媒体からCPU12が読み出して実
行する形態も本発明の実施形態に含まれるものである。
According to a twelfth aspect of the present invention, predetermined intermediate data is generated by analyzing data input from the outside, and the generated intermediate data is developed into a bitmap printable by a printing unit and transfer-controlled. A deriving step of deriving a first processing time for developing one bit of the intermediate data stored in the storage means for storing the intermediate data in a storage medium storing a program used by a computer ( Step (4) and Step (5) in FIG.
And a second processing time for the printing unit to print a bit map for one page by comparing the derived first processing time with the second processing time for the printing unit to print a bit map of one page. A computer-readable program including an adjustment step (step (6) in FIG. 4) for adjusting the process speed of the unit in page units is stored in a storage medium. That is, the ROM 1 of the printer 1000
3. An embodiment in which a program code corresponding to the process illustrated in FIG. 4 is stored in a memory resource such as the external memory 14 and the CPU 12 reads and executes the program code from a storage medium storing the program code is also included in the embodiment of the present invention. It is.

【0069】〔第2実施形態〕上記実施形態では、中間
データが複雑であると判断した場合に、エンジンの紙搬
送速度を低速化してスループットを低下させて、プリン
トオーバランの発生を未然に回避して、高解像度で印刷
処理する場合について説明したが、メモリオーバが発生
した時に、RAM19上に確保されるバンドメモリ領域
を減らして、かつ、ページバッファ領域を増やして、か
つ紙搬送速度を低速モードに変更することにより、メモ
リオーバの発生を未然に回避して、高解像度で印刷処理
を可能とするように制御してもよい。以下、その実施形
態について説明する。
[Second Embodiment] In the above embodiment, when it is determined that the intermediate data is complicated, the paper transport speed of the engine is reduced to lower the throughput, thereby preventing the occurrence of print overrun beforehand. In the above description, the case where the printing process is performed at a high resolution has been described. However, when the memory is over, the band memory area secured on the RAM 19 is reduced, the page buffer area is increased, and the paper conveyance speed is set to the low speed mode. By changing to, control may be performed so as to avoid the occurrence of memory over and to enable print processing at high resolution. Hereinafter, the embodiment will be described.

【0070】図6は、本発明の第2実施形態を示す印刷
制御装置の構成を説明するブロック図であり、図3と同
一のものには同一の符号を付してある。
FIG. 6 is a block diagram for explaining the arrangement of a print control apparatus according to the second embodiment of the present invention, wherein the same elements as those in FIG. 3 are denoted by the same reference numerals.

【0071】図において、39はメモリオーバ判定部
で、ページバッファ32に格納される中間データがペー
ジバッファ32の容量を越えるかどうかを判定して、メ
モリオーバの場合には、ページバッファ32の容量を増
やし(RAM19上に確保されるページバッファ32の
割当てを後述するように拡張する)、かつ、バンドメモ
リ34の容量を削減(RAM19上に確保されるバンド
メモリ34の割当てを後述するように削減する)し、さ
らに、紙搬送速度制御部37に紙搬送速度を低速モード
にするように指示する。
In the figure, reference numeral 39 denotes a memory over determining section which determines whether or not the intermediate data stored in the page buffer 32 exceeds the capacity of the page buffer 32. (The allocation of the page buffer 32 secured on the RAM 19 is expanded as described later), and the capacity of the band memory 34 is reduced (the allocation of the band memory 34 secured on the RAM 19 is reduced as described later). Then, it instructs the paper transport speed controller 37 to set the paper transport speed to the low speed mode.

【0072】以下、本実施形態と第3,第4の発明の各
手段との対応及びその作用について図6等を参照して説
明する。
Hereinafter, the correspondence between this embodiment and each means of the third and fourth inventions and the operation thereof will be described with reference to FIG.

【0073】第3の発明は、外部より入力されるデータ
を解析して所定の中間データを生成し、該生成された前
記中間データを印刷部が印刷可能なビットマップに展開
して出力する印刷制御装置であって、前記中間データお
よび前記ビットマップを記憶する記憶手段(中間データ
はページバッファ32であり、ビットマップはバンドメ
モリ34であって、例えばRAM19上にそれぞれ確保
される)と、前記記憶手段に1ページ分の前記中間デー
タを記憶できたかどうかを判定する判定手段(メモリオ
ーバ判定部39)と、前記判定手段の判定結果に基づい
て前記記憶手段に確保される前記中間データを記憶する
第1のエリアと前記ビットマップを記憶する第2のエリ
アとの割当て配分を変更する制御手段(メモリオーバ判
定部39)とを有し、メモリオーバ判定部39がページ
バッファ32に1ページ分の前記中間データを記憶でき
たかどうかを判定し、該判定結果に基づいてRAM19
に確保される前記中間データを記憶する第1のエリア
(ページバッファ32)と前記ビットマップを記憶する
第2のエリア(バンドメモリ34)との割当て配分を制
御手段が変更するので、メモリ容量を拡張することなく
1ページ分の中間データを確実に記憶するとともに、高
解像度でビットマップ展開する領域とを確保することが
できる。
According to a third aspect of the present invention, there is provided a printing method which analyzes data input from the outside to generate predetermined intermediate data, develops the generated intermediate data into a bitmap printable by a printing unit, and outputs the bitmap. A control unit for storing the intermediate data and the bitmap (the intermediate data is a page buffer 32, and the bitmap is a band memory 34, which is secured on the RAM 19, for example); Determining means (memory over determining unit 39) for determining whether one page of the intermediate data has been stored in the storage means; and storing the intermediate data secured in the storage means based on the determination result of the determining means. Control means (memory over determining unit 39) for changing the allocation distribution between the first area to be stored and the second area for storing the bitmap. , Determining whether the memory overflow judgment unit 39 can store the intermediate data of one page in the page buffer 32, based on the determination result RAM19
Since the control means changes the allocation distribution between the first area (page buffer 32) for storing the intermediate data and the second area (band memory 34) for storing the bitmap, the memory capacity is reduced. It is possible to reliably store one page of intermediate data without expansion, and secure an area for bitmap development at high resolution.

【0074】第4の発明は、紙搬送速度制御部37は、
ページバッファ32に1ページ分の前記中間データを記
憶できないと判定した場合に、前記エンジン36のプロ
セス速度を最大スループット時のプロセス速度よりも低
い速度に調整するので、メモリ容量を拡張することな
く、1ページ分の中間データ量が多い場合でも、高解像
度で印刷処理することができる。
According to a fourth aspect of the present invention, the paper transport speed control unit 37
When it is determined that one page of the intermediate data cannot be stored in the page buffer 32, the process speed of the engine 36 is adjusted to a speed lower than the process speed at the time of the maximum throughput. Therefore, without expanding the memory capacity, Even when the amount of intermediate data for one page is large, print processing can be performed at a high resolution.

【0075】以下、図7に示すフローチャートを参照し
て、本発明に係る印刷制御装置のデータ処理動作につい
て説明する。
Hereinafter, the data processing operation of the print control apparatus according to the present invention will be described with reference to the flowchart shown in FIG.

【0076】図7は、本発明に係る印刷制御装置の第2
のデータ処理手順の一例を示すフローチャートである。
なお、(21)〜(23)は各ステップを示し、図4の
各ステップと同一ステップには同一のステップ番号を付
している。さらに、各手順は図2に示したROM13ま
たは外部メモリ14に記憶される。
FIG. 7 shows a second embodiment of the print control apparatus according to the present invention.
9 is a flowchart illustrating an example of a data processing procedure.
(21) to (23) indicate each step, and the same steps as those in FIG. 4 are denoted by the same step numbers. Further, each procedure is stored in the ROM 13 or the external memory 14 shown in FIG.

【0077】例えば図2に示したホストコンピュータ3
000からデータ(印刷制御情報,印刷データ等を含
む)が入力されると(1)、RAM19上に確保される
受信バッファに蓄えられた後、図示しないコマンド解析
編集処理部において、コマンドの解析および編集を行う
(2)。該コマンド解析編集されたデータは、中間デー
タ生成部31に送られ、中間データを生成し(3)、ペ
ージバッファ32に格納される(4)。
For example, the host computer 3 shown in FIG.
When data (including print control information, print data, and the like) is input from 000 (1), the data is stored in a reception buffer secured in the RAM 19, and then analyzed and analyzed by a command analysis and editing processing unit (not shown). Edit (2). The data analyzed and edited by the command is sent to the intermediate data generating unit 31 to generate intermediate data (3) and stored in the page buffer 32 (4).

【0078】次いで、メモリオーバ判定部39がページ
バッファ32がメモリオーバしたかどうかを判断し(2
1)、初めてのメモリオーバの場合は、後述するように
RAM19上に確保されるページバッファ領域の割当て
を増やして、すなわち、ページバッファ32の容量を増
やして(22)、かつ、RAM19上に確保されるバン
ドメモリ領域の割当てを削減して、すなわち、バンドメ
モリ34の容量を減らし(23)、かつ、紙搬送速度制
御部37に紙搬送速度を低速モードにするように指示し
て(6)、ステップ(7)に進む。
Next, the memory over judgment section 39 judges whether or not the page buffer 32 has memory over (2).
1) In the case of the first memory over, as will be described later, the allocation of the page buffer area secured on the RAM 19 is increased, that is, the capacity of the page buffer 32 is increased (22), and the memory is secured on the RAM 19. The band memory area allocation to be performed is reduced, that is, the capacity of the band memory 34 is reduced (23), and the paper transport speed control unit 37 is instructed to set the paper transport speed to the low speed mode (6). , And proceed to step (7).

【0079】一方、ステップ(21)でメモリオーバが
発生していないと判断された場合には、データがすべて
処理されたかどうかを判断し(7)、NOならば1ペー
ジ分の中間データがページバッファ32に格納されるま
で、ステップ(1)〜(7),(21)〜(23)を繰
り返す。
On the other hand, if it is determined in step (21) that no memory over has occurred, it is determined whether or not all the data has been processed (7). Steps (1) to (7) and (21) to (23) are repeated until the data is stored in the buffer 32.

【0080】一方、ステップ(7)で1ページ分の中間
データがページバッファ32に格納されたと判断された
場合は、該中間データは、ビットマップ生成部33に送
られ、ビットマップに展開される(8)。該展開された
ビットマップは、バンドメモリ34に格納される
(9)。そして、バンドメモリ34に格納されたビット
マップはエンジン出力制御部35に送られ、エンジン3
6と同期を取りながら、エンジン36にて印刷が行われ
る(10)。
On the other hand, if it is determined in step (7) that one page of intermediate data has been stored in the page buffer 32, the intermediate data is sent to the bitmap generator 33 and expanded into a bitmap. (8). The developed bitmap is stored in the band memory 34 (9). Then, the bitmap stored in the band memory 34 is sent to the engine output control unit 35 and the engine 3
Printing is performed by the engine 36 while synchronizing with (6).

【0081】次いで、バンドメモリ34に格納されたデ
ータがすべて処理されたかどうかを判定して(11)、
NOならばステップ(8)〜(11)を繰り返し、YE
Sならば処理を終了する。
Next, it is determined whether or not all the data stored in the band memory 34 has been processed (11).
If NO, steps (8) to (11) are repeated and YE
If S, the process ends.

【0082】なお、ステップ(21)で、2回目のメモ
リオーバが発生していると判断した場合は、エラーとし
て処理を中断するか、または解像度を落して印刷処理を
行うものとする。
If it is determined in step (21) that the second memory over has occurred, the processing is interrupted as an error or the print processing is performed with a reduced resolution.

【0083】また、ビットマップ生成部33にてビット
マップが展開される処理は、エンジン36にてビットマ
ップが入力される処理と、同等もしくはそれより速くな
くてはならない。
The process of expanding the bitmap by the bitmap generator 33 must be equal to or faster than the process of inputting the bitmap by the engine 36.

【0084】図8は、図2に示したRAM19のメモリ
マップの一例を示す模式図であり、ページバッファ32
とバンドメモリ34のメモリマップに対応する。
FIG. 8 is a schematic diagram showing an example of the memory map of the RAM 19 shown in FIG.
And the memory map of the band memory 34.

【0085】図において、41はページバッファで、通
常(以下、デフォルト)では、例えば1.5MBで構成
される場合に対応する。42は境界線で、前記メモリオ
ーバ判定部39の指示で浮動する境界として構成され
る。43はバンドメモリで、通常(以下、デフォルト)
では、例えば1.0MBで構成される場合に対応する。
In the figure, reference numeral 41 denotes a page buffer, which normally (hereinafter referred to as a default) corresponds to, for example, a case of 1.5 MB. Reference numeral 42 denotes a boundary line, which is configured as a boundary floating according to an instruction from the memory over determination unit 39. 43 is a band memory, usually (hereinafter, default)
Then, for example, it corresponds to the case of 1.0 MB.

【0086】中間データ生成部31が生成する中間デー
タがページバッファ41に順次格納される際に、ページ
バッファ41の領域が1.5MBを越えそうになると、
メモリオーバ判定部39が境界線42をバンドメモリ4
3のメモリ容量を減らす方向に設定し、ページバッファ
41の容量を2.0MBに増やし、バンドメモリ43の
容量を500KBに減らすように設定する。この際、さ
らにプリントオーバランが発生しないように、メモリオ
ーバ判定部39がエンジン36の紙搬送速度を低速モー
ドとするように紙搬送速度制御部37に該低速モードを
指示する。
When the intermediate data generated by the intermediate data generating unit 31 is sequentially stored in the page buffer 41 and the area of the page buffer 41 is about to exceed 1.5 MB,
The memory over determination unit 39 sets the boundary line 42 to the band memory 4
3, the capacity of the page buffer 41 is increased to 2.0 MB, and the capacity of the band memory 43 is reduced to 500 KB. At this time, the memory over determination unit 39 instructs the paper transport speed control unit 37 to set the paper transport speed of the engine 36 to the low speed mode so that the print overrun does not occur.

【0087】なお、本実施形態では、メモリオーバを防
止するために、ページバッファ41とバンドメモリ43
の割当て配分を、デフォルト時とメモリオーバ時とで、
ページバッファ41とバンドメモリ43の割当て量を
1.5MB,1.0MBから2.0MB,500KBの
2種類に変更する場合について説明したが、これに限る
ものではなく、デフォルト時とメモリオーバ時とのペー
ジバッファ41とバンドメモリ43の割当て量を3種類
以上用意しておいてもよいし、無段階に調節可能とし、
ページバッファ41に格納される中間データの容量によ
り最適なメモリ構成とするように構成してもよい。な
お、無段階に調節する際、併せてエンジン36の紙搬送
速度も無段階に調節可能とし、最適な紙搬送速度となる
ように制御することも勿論可能である。
In the present embodiment, in order to prevent memory over, the page buffer 41 and the band memory 43 are used.
The allocation distribution of the default and when the memory is over,
The case where the allocation amount of the page buffer 41 and the band memory 43 is changed from 1.5 MB and 1.0 MB to two types of 2.0 MB and 500 KB has been described. However, the present invention is not limited to this. Of the page buffer 41 and the band memory 43 may be prepared in three or more types, and may be continuously adjusted.
The memory configuration may be configured to be optimal depending on the capacity of the intermediate data stored in the page buffer 41. When the adjustment is performed steplessly, the paper conveyance speed of the engine 36 can also be adjusted steplessly, and it is of course possible to control the paper conveyance speed to the optimum paper conveyance speed.

【0088】以下、本実施形態と第10,第13の発明
の各工程との対応及びその作用について図7等を参照し
て説明する。
Hereinafter, the correspondence between this embodiment and the respective steps of the tenth and thirteenth inventions and the operation thereof will be described with reference to FIG.

【0089】第10の発明は、外部より入力されるデー
タを解析して所定の中間データを生成し、該生成された
前記中間データを印刷部が印刷可能なビットマップに展
開して出力する印刷制御方法であって、前記中間データ
を記憶する記憶手段に1ページ分の前記中間データを記
憶できたかどうかを判定する判定工程(図7のステップ
(21))と、該判定結果に基づいて前記記憶手段に確
保される前記中間データを記憶する第1のエリアと前記
ビットマップを記憶する第2のエリアとの割当て配分を
変更する変更工程(図7のステップ(22),(2
3))とをCPU12がROM13または他のメモリ資
源に記憶された制御プログラムを実行して、メモリ容量
を拡張することなく1ページ分の中間データを確実に記
憶するとともに、高解像度でビットマップ展開する領域
とを確保することができる。
According to a tenth aspect of the present invention, there is provided a printing method which analyzes data input from the outside, generates predetermined intermediate data, develops the generated intermediate data into a bitmap printable by a printing unit, and outputs the bitmap. A control method for determining whether or not one page of the intermediate data has been stored in the storage unit for storing the intermediate data (step (21) in FIG. 7); A changing step of changing an allocation distribution between a first area for storing the intermediate data and a second area for storing the bitmap secured in a storage means (steps (22) and (2) in FIG. 7);
3)) and the CPU 12 executes the control program stored in the ROM 13 or another memory resource to reliably store the intermediate data for one page without expanding the memory capacity, and develop the bitmap with high resolution. And an area to be used.

【0090】第13の発明は、外部より入力されるデー
タを解析して所定の中間データを生成し、該生成された
前記中間データを印刷部が印刷可能なビットマップに展
開して転送制御するコンピュータで使用されるプログラ
ムを記憶した記憶媒体において、前記中間データを記憶
する記憶手段に1ページ分の前記中間データを記憶でき
たかどうかを判定する判定工程(図7のステップ(2
1))と、該判定結果に基づいて前記記憶手段に確保さ
れる前記中間データを記憶する第1のエリアと前記ビッ
トマップを記憶する第2のエリアとの割当て配分を変更
する変更工程(図7のステップ(22),(23))と
を含む、コンピュータが読むことができるプログラムを
記憶媒体に格納したものである。すなわち、プリンタ1
000のROM13,外部メモリ14等のメモリ資源に
図7に示す工程に対応するプログラムコードを記憶さ
せ、該プログラムコードを記憶した記憶媒体からCPU
12が読み出して実行する形態も本発明の実施形態に含
まれるものである。
According to a thirteenth aspect of the present invention, predetermined intermediate data is generated by analyzing data input from the outside, and the generated intermediate data is developed into a bitmap printable by a printing unit and transfer-controlled. In a storage medium storing a program used by a computer, a determination step of determining whether or not one page of the intermediate data has been stored in the storage unit for storing the intermediate data (step (2 in FIG. 7)
1)), and a changing step of changing an allocation distribution between a first area storing the intermediate data and a second area storing the bitmap, which are secured in the storage means based on the determination result (FIG. And (7) steps (22) and (23)) stored in a storage medium. That is, the printer 1
The program code corresponding to the process shown in FIG. 7 is stored in a memory resource such as the ROM 13 and the external memory
The mode of reading and executing by 12 is also included in the embodiment of the present invention.

【0091】〔第3実施形態〕上記第1実施形態では、
中間データの複雑さに基づいてエンジン36の紙搬送速
度を低速モードに変更する場合について説明したが、描
画するオブジェクトの属性に基づいてエンジン36の紙
搬送速度を低速モードにするかどうかを切り換え制御す
るように構成してもよい。以下、その実施形態について
説明する。
[Third Embodiment] In the first embodiment,
The case in which the paper transport speed of the engine 36 is changed to the low speed mode based on the complexity of the intermediate data has been described. However, switching control is performed to determine whether to set the paper transport speed of the engine 36 to the low speed mode based on the attribute of an object to be drawn. May be configured. Hereinafter, the embodiment will be described.

【0092】図9は、本発明の第3実施形態を示す印刷
制御装置の構成を説明するブロック図であり、図3と同
一のものには同一の符号を付してある。
FIG. 9 is a block diagram for explaining the arrangement of a print control apparatus according to the third embodiment of the present invention, wherein the same elements as those in FIG. 3 are denoted by the same reference numerals.

【0093】図において、51はコマンド解析編集処理
部で、ホストコンピュータ3000から入力されるデー
タ中のコマンドの解析および編集を行う。52はコマン
ドデータ判定部で、コマンド解析編集処理部51が解析
したコマンドの属性を判定して、高速紙搬送処理可能な
テキストの場合と、低速紙搬送処理すべきテキスト以外
との場合とで、エンジン36の紙搬送モードを高速また
は低速のいずれかに切り換え制御する。
In the figure, reference numeral 51 denotes a command analysis / edit processing unit which analyzes and edits a command in data input from the host computer 3000. Reference numeral 52 denotes a command data determination unit which determines the attribute of the command analyzed by the command analysis / edit processing unit 51 to determine whether the text is a text that can be processed for high-speed paper transport or a text other than the text to be processed for low-speed paper transport. The paper transport mode of the engine 36 is controlled to be switched between high speed and low speed.

【0094】以下、本実施形態と第5〜第7の発明の各
手段との対応及びその作用について図9等を参照して説
明する。
Hereinafter, the correspondence between this embodiment and each means of the fifth to seventh inventions and the operation thereof will be described with reference to FIG.

【0095】第5の発明は、外部より入力されるデータ
を解析して所定の中間データを生成し、該生成された前
記中間データを印刷部が印刷可能なビットマップに展開
して出力する印刷制御装置であって、前記中間データを
記憶する記憶手段(ページバッファ32であって、RA
M19上に確保される)と、前記記憶手段に記憶された
前記中間データの属性を判定する判定手段(コマンドデ
ータ判定部52)と、前記判定手段の判定結果に基づい
て前記印刷部(エンジン36)のプロセス速度をページ
単位に調整する制御手段(紙搬送速度制御部37)とを
有し、コマンドデータ判定部52がページバッファ32
に記憶された前記中間データの属性を判定し、該判定結
果に基づいて紙搬送速度制御部37がエンジン36のプ
ロセス速度をページ単位に調整するので、生成される中
間データの属性によりビットマップに展開する処理時間
が長短しても、メモリ容量を拡張することなく、高解像
度で、かつ高速に印刷処理することができる。
According to a fifth aspect of the present invention, there is provided a printing method wherein predetermined intermediate data is generated by analyzing data input from the outside, and the generated intermediate data is developed into a bitmap printable by a printing unit and output. A control unit that stores the intermediate data (the page buffer 32,
M19), a determination unit (command data determination unit 52) for determining the attribute of the intermediate data stored in the storage unit, and the printing unit (engine 36) based on the determination result of the determination unit. ) For controlling the process speed of each page in units of pages (paper transport speed control unit 37).
And the paper transport speed control unit 37 adjusts the process speed of the engine 36 on a page basis based on the determination result. Even if the processing time for development is short or long, print processing can be performed at high resolution and at high speed without expanding the memory capacity.

【0096】第6の発明は、紙搬送速度制御部37は、
前記コマンドデータ判定部52が中間データの種別をテ
キストであると判定した場合に、エンジン36のプロセ
ス速度を最大スループット時のプロセス速度に調整する
ので、テキストデータを高速に印刷処理することができ
る。
According to a sixth aspect of the present invention, the paper transport speed control unit 37
When the command data determination unit 52 determines that the type of the intermediate data is text, the process speed of the engine 36 is adjusted to the process speed at the maximum throughput, so that the text data can be printed at a high speed.

【0097】第7の発明は、紙搬送速度制御部37は、
コマンドデータ判定部52が前記中間データの種別をテ
キスト以外であると判定した場合に、エンジン36のプ
ロセス速度を最大スループット時のプロセス速度よりも
低い速度に調整するので、テキストデータ以外のデータ
でも、メモリ容量を拡張することなく、高解像度で印刷
処理することができる。
According to a seventh aspect of the present invention, the paper transport speed control unit 37 comprises:
If the command data determination unit 52 determines that the type of the intermediate data is other than text, the process speed of the engine 36 is adjusted to a speed lower than the process speed at the maximum throughput. High-resolution printing can be performed without expanding the memory capacity.

【0098】以下、図10に示すフローチャートを参照
して、本発明に係る印刷制御装置のデータ処理動作につ
いて説明する。
Hereinafter, the data processing operation of the print control apparatus according to the present invention will be described with reference to the flowchart shown in FIG.

【0099】図10は、本発明に係る印刷制御装置の第
3のデータ処理手順の一例を示すフローチャートであ
る。なお、(31),(32)は各ステップを示し、図
4の各ステップと同一ステップには同一のステップ番号
を付している。さらに、各手順は図2に示したROM1
3または外部メモリ14に記憶される。
FIG. 10 is a flowchart showing an example of the third data processing procedure of the print control apparatus according to the present invention. (31) and (32) indicate each step, and the same steps as those in FIG. 4 are denoted by the same step numbers. Further, each procedure is performed in the ROM 1 shown in FIG.
3 or the external memory 14.

【0100】例えば、図2に示したホストコンピュータ
3000からデータ(印刷制御情報,印刷データ等を含
む)が入力されると(1)、RAM19上に確保される
受信バッファに蓄えられた後、コマンド解析編集処理部
51において、コマンドの解析および編集を行う
(2)。該コマンド解析編集されたデータは、中間デー
タ生成部31に送られ、中間データを生成し(3)、ペ
ージバッファ32に格納される(4)。
For example, when data (including print control information and print data) is input from the host computer 3000 shown in FIG. 2 (1), the data is stored in a reception buffer secured on the RAM 19, The analysis / edit processing unit 51 analyzes and edits the command (2). The data analyzed and edited by the command is sent to the intermediate data generating unit 31 to generate intermediate data (3) and stored in the page buffer 32 (4).

【0101】次いで、1ページ分の中間データがページ
バッファ32に格納されたかどうか、すなわち、データ
がすべて処理されたかどうかを判断し(7)、NOなら
ば1ページ分の中間データがページバッファ32に格納
されるまで、ステップ(2)〜(7)を繰り返す。
Next, it is determined whether the intermediate data for one page has been stored in the page buffer 32, that is, whether all the data has been processed (7). If NO, the intermediate data for one page is stored in the page buffer 32. Steps (2) to (7) are repeated until the data is stored in.

【0102】一方、ステップ(7)で1ページ分の中間
データがページバッファ32に格納されたと判断された
場合は、該中間データは、ビットマップ生成部33に送
られ、ビットマップに展開される(8)。該展開された
ビットマップは、バンドメモリ34に格納される
(9)。そして、バンドメモリ34に格納されたビット
マップはエンジン出力制御部35に送られ、エンジン3
6と同期を取りながら、エンジン36にて印刷が行われ
る(10)。
On the other hand, if it is determined in step (7) that one page of intermediate data has been stored in the page buffer 32, the intermediate data is sent to the bitmap generator 33 and expanded into a bitmap. (8). The developed bitmap is stored in the band memory 34 (9). Then, the bitmap stored in the band memory 34 is sent to the engine output control unit 35 and the engine 3
Printing is performed by the engine 36 while synchronizing with (6).

【0103】次いで、バンドメモリ34に格納されたデ
ータがすべて処理されたかどうかを判定して(11)、
NOならばステップ(8)〜(11)を繰り返し、YE
Sならば処理を終了する。
Next, it is determined whether or not all the data stored in the band memory 34 has been processed (11).
If NO, steps (8) to (11) are repeated and YE
If S, the process ends.

【0104】一方、ステップ(2)でコマンド解析編集
が行われる際に、並行して解析されたコマンドの属性が
テキストデータ以外かどうかを判断し(31)、テキス
トデータ以外であると判定した場合に、エンジン36の
紙搬送速度を低速モードに変更し(32)、テキストデ
ータであると判定した場合には、エンジン36の紙搬送
速度を高速モードのままに維持して、処理を終了する。
On the other hand, when the command analysis and editing are performed in step (2), it is determined whether or not the attribute of the command analyzed in parallel is other than text data (31). Then, the paper transport speed of the engine 36 is changed to the low speed mode (32), and when it is determined that the data is text data, the paper transport speed of the engine 36 is maintained in the high speed mode, and the process is terminated.

【0105】以下、本実施形態と第11,第14の発明
の各工程との対応及びその作用について図10等を参照
して説明する。
Hereinafter, the correspondence between this embodiment and the respective steps of the eleventh and fourteenth inventions and the operation thereof will be described with reference to FIG.

【0106】第11の発明は、外部より入力されるデー
タを解析して所定の中間データを生成し、該生成された
前記中間データを印刷部が印刷可能なビットマップに展
開して出力する印刷制御方法であって、前記中間データ
を記憶する記憶手段に記憶された前記中間データの属性
を判定する判定工程(図10のステップ(31))と、
前記判定工程の判定結果に基づいて前記印刷部のプロセ
ス速度をページ単位に調整する調整工程(図10のステ
ップ(32))とをCPU12がROM13または他の
メモリ資源に記憶された制御プログラムを実行して、生
成される中間データの属性によりビットマップに展開す
る処理時間が長短しても、メモリ容量を拡張することな
く、高解像度で、かつ高速に印刷処理することができ
る。
According to an eleventh aspect of the present invention, there is provided a printing method which analyzes data input from the outside, generates predetermined intermediate data, develops the generated intermediate data into a bitmap printable by a printing unit, and outputs the bitmap. A control method, comprising: a determination step (step (31) in FIG. 10) of determining an attribute of the intermediate data stored in a storage unit that stores the intermediate data;
The CPU 12 executes a control program stored in the ROM 13 or other memory resources, including an adjusting step (step (32) in FIG. 10) of adjusting the process speed of the printing unit in page units based on the determination result of the determining step. Then, even if the processing time for developing the data into a bit map is shortened depending on the attribute of the generated intermediate data, high-resolution and high-speed printing can be performed without expanding the memory capacity.

【0107】第14の発明は、外部より入力されるデー
タを解析して所定の中間データを生成し、該生成された
前記中間データを印刷部が印刷可能なビットマップに展
開して転送制御するコンピュータで使用されるプログラ
ムを記憶した記憶媒体において、前記中間データを記憶
する記憶手段に記憶された前記中間データの属性を判定
する判定工程(図10のステップ(31))と、前記判
定工程の判定結果に基づいて前記印刷部のプロセス速度
をページ単位に調整する調整工程(図10のステップ
(32))とを含む、コンピュータが読むことができる
プログラムを記憶媒体に格納したものである。すなわ
ち、プリンタ1000のROM13,外部メモリ14等
のメモリ資源に図10に示す工程に対応するプログラム
コードを記憶させ、該プログラムコードを記憶した記憶
媒体からCPU12が読み出して実行する形態も本発明
の実施形態に含まれるものである。
According to a fourteenth aspect of the present invention, predetermined intermediate data is generated by analyzing data input from the outside, and the generated intermediate data is developed into a bitmap printable by a printing unit and transfer-controlled. In a storage medium storing a program used by a computer, a determination step (step (31) in FIG. 10) for determining an attribute of the intermediate data stored in storage means for storing the intermediate data; A computer-readable program including an adjustment step (step (32) in FIG. 10) of adjusting the process speed of the printing unit in page units based on the determination result is stored in a storage medium. That is, an embodiment in which the program code corresponding to the process shown in FIG. 10 is stored in a memory resource such as the ROM 13 and the external memory 14 of the printer 1000 and the CPU 12 reads out and executes the program code from a storage medium storing the program code is also described. It is included in the form.

【0108】なお、通常(デフォルト)は、エンジン3
6の紙搬送速度は高速モードなっている。これは紙搬送
速度がテキストデータの描画処理に最適化されているた
めである。また、一度エンジン36の紙搬送速度を低速
モードに変更されると、そのページ内は低速モードで処
理され、新たなページになると、高速モードに戻る。さ
らに、ビットマップ生成部33にてビットマップが展開
される処理は、エンジン36にてビットマップが入力さ
れる処理より、同等もしくはそれより速くなくてはなら
ない。
Normally (default), the engine 3
The paper transport speed of No. 6 is a high-speed mode. This is because the paper transport speed is optimized for the text data drawing process. Further, once the paper transport speed of the engine 36 is changed to the low speed mode, the inside of the page is processed in the low speed mode, and when a new page is set, the process returns to the high speed mode. Further, the process of expanding the bitmap by the bitmap generator 33 must be equal to or faster than the process of inputting the bitmap by the engine 36.

【0109】なお、本実施形態ではエンジン36の紙搬
送速度を高速モードにするか、低速モードにするかをコ
マンドレベルで判断する場合について説明したが、これ
に限るものではなく、上記第1実施形態のようにデータ
の複雑さに基づいて低速モードにする制御とを組み合せ
てもよいし、第1実施形態と第3実施形態とを組み合せ
てもよい。
In the present embodiment, a case has been described in which it is determined at the command level whether the paper transport speed of the engine 36 is set to the high speed mode or the low speed mode. However, the present invention is not limited to this. The control for setting the low-speed mode based on the complexity of data as in the embodiment may be combined, or the first embodiment and the third embodiment may be combined.

【0110】これにより、中間データが複雑な時は、低
速モードで印刷処理し、データが複雑でない時は、高速
モードで印刷すようにすることも可能である。
Thus, when the intermediate data is complicated, the printing process is performed in the low-speed mode, and when the data is not complicated, the printing is performed in the high-speed mode.

【0111】また、紙搬送速度のモードを高速または低
速の2つのみならず、さらに多くのモードを設け、デー
タの複雑さが中間の時は、中速モードで印刷ように制御
してもよい。
Further, not only two paper transport speed modes, high speed or low speed, but also many more modes may be provided, and when the complexity of data is intermediate, printing may be controlled in the medium speed mode. .

【0112】さらに、第1〜第3の実施形態を適宜組み
合せて構成することも可能である。
Further, the first to third embodiments can be appropriately combined and configured.

【0113】以下、本実施形態と第8の発明の各手段と
の対応及びその作用について説明する。
Hereinafter, the correspondence between this embodiment and each means of the eighth invention and the operation thereof will be described.

【0114】第8の発明は、上記第1〜第7の発明にお
いて、印刷部のプロセス速度は、記録媒体を搬送する搬
送速度に対応し、各制御手段が記録媒体を搬送する紙搬
送速度制御部37が搬送速度を高速モードであるいは低
速モードにエンジン36内の搬送機構を制御して調整す
る。
In an eighth aspect based on the first to seventh aspects, the process speed of the printing section corresponds to the transport speed for transporting the recording medium, and each control means controls the paper transport speed for transporting the recording medium. The unit 37 controls the transport mechanism in the engine 36 to adjust the transport speed to the high-speed mode or the low-speed mode.

【0115】これにより、プリントオーバランやメモリ
オーバとなる事態が発生しても、メモリ容量を拡張する
ことなく、高解像度で印刷処理することができる。
As a result, even if a print overrun or memory over occurs, high-resolution printing can be performed without expanding the memory capacity.

【0116】以下、図11に示すメモリマップを参照し
て本発明に係る印刷システムで読み出し可能なデータ処
理プログラムの構成について説明する。
Hereinafter, the configuration of a data processing program readable by the printing system according to the present invention will be described with reference to a memory map shown in FIG.

【0117】図11は、本発明に係る印刷制御装置で読
み出し可能な各種データ処理プログラムを格納する記憶
媒体のメモリマップを説明する図である。
FIG. 11 is a view for explaining a memory map of a storage medium for storing various data processing programs which can be read by the print control apparatus according to the present invention.

【0118】なお、特に図示しないが、記憶媒体に記憶
されるプログラム群を管理する情報、例えばバージョン
情報,作成者等も記憶され、かつ、プログラム読み出し
側のOS等に依存する情報、例えばプログラムを識別表
示するアイコン等も記憶される場合もある。
Although not shown, information for managing a group of programs stored in the storage medium, for example, version information, a creator and the like are also stored, and information dependent on the OS or the like on the program reading side, for example, a program is stored in the storage medium. An icon or the like for identification display may also be stored.

【0119】さらに、各種プログラムに従属するデータ
も上記ディレクトリに管理されている。また、各種プロ
グラムをコンピュータにインストールするためのプログ
ラムや、インストールするプログラムが圧縮されている
場合に、解凍するプログラム等も記憶される場合もあ
る。
Further, data dependent on various programs is also managed in the directory. In addition, a program for installing various programs on a computer or a program for decompressing a program to be installed when the program to be installed is compressed may be stored.

【0120】本実施形態における図4,図7,図10に
示す機能が外部からインストールされるプログラムによ
って、ホストコンピュータにより遂行されていてもよ
い。そして、その場合、CD−ROMやフラッシュメモ
リやFD等の記憶媒体により、あるいはネットワークを
介して外部の記憶媒体から、プログラムを含む情報群を
出力装置に供給される場合でも本発明は適用されるもの
である。
The functions shown in FIG. 4, FIG. 7, and FIG. 10 in this embodiment may be executed by a host computer by a program installed from the outside. In this case, the present invention is applied even when a group of information including a program is supplied to the output device from a storage medium such as a CD-ROM, a flash memory, or an FD, or from an external storage medium via a network. Things.

【0121】以上のように、前述した実施形態の機能を
実現するソフトウエアのプログラムコードを記録した記
憶媒体を、システムあるいは装置に供給し、そのシステ
ムあるいは装置のコンピュータ(またはCPUやMP
U)が記憶媒体に格納されたプログラムコードを読出し
実行することによっても、本発明の目的が達成されるこ
とは言うまでもない。
As described above, the storage medium storing the program code of the software for realizing the functions of the above-described embodiments is supplied to the system or the apparatus, and the computer (or CPU or MP) of the system or the apparatus is provided.
It goes without saying that the object of the present invention is also achieved when U) reads and executes the program code stored in the storage medium.

【0122】この場合、記憶媒体から読み出されたプロ
グラムコード自体が本発明の新規な機能を実現すること
になり、そのプログラムコードを記憶した記憶媒体は本
発明を構成することになる。
In this case, the program code itself read from the storage medium realizes the novel function of the present invention, and the storage medium storing the program code constitutes the present invention.

【0123】プログラムコードを供給するための記憶媒
体としては、例えば、フロッピーディスク,ハードディ
スク,光ディスク,光磁気ディスク,CD−ROM,C
D−R,磁気テープ,不揮発性のメモリカード,RO
M,EEPROM等を用いることができる。
As a storage medium for supplying the program code, for example, a floppy disk, hard disk, optical disk, magneto-optical disk, CD-ROM, C
DR, magnetic tape, nonvolatile memory card, RO
M, EEPROM and the like can be used.

【0124】また、コンピュータが読み出したプログラ
ムコードを実行することにより、前述した実施形態の機
能が実現されるだけでなく、そのプログラムコードの指
示に基づき、コンピュータ上で稼働しているOS(オペ
レーティングシステム)等が実際の処理の一部または全
部を行い、その処理によって前述した実施形態の機能が
実現される場合も含まれることは言うまでもない。
When the computer executes the readout program code, not only the functions of the above-described embodiment are realized, but also the OS (Operating System) running on the computer based on the instruction of the program code. ) And the like perform part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.

【0125】さらに、記憶媒体から読み出されたプログ
ラムコードが、コンピュータに挿入された機能拡張ボー
ドやコンピュータに接続された機能拡張ユニットに備わ
るメモリに書き込まれた後、そのプログラムコードの指
示に基づき、その機能拡張ボードや機能拡張ユニットに
備わるCPU等が実際の処理の一部または全部を行い、
その処理によって前述した実施形態の機能が実現される
場合も含まれることは言うまでもない。
Further, after the program code read from the storage medium is written into a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, based on the instruction of the program code, The CPU provided in the function expansion board or function expansion unit performs part or all of the actual processing,
It goes without saying that a case where the function of the above-described embodiment is realized by the processing is also included.

【0126】以上説明したように、本発明に係る第1の
発明によれば、導出手段が前記記憶手段に記憶された前
記中間データを1ページ分前記ビットマップ展開するた
めの第1の処理時間を導出し、該導出された前記第1の
処理時間と前記印刷部が1ページ分のビットマップを印
刷処理するための第2の処理時間とを比較して、制御手
段が前記印刷部のプロセス速度をページ単位に調整する
ので、メモリ容量を拡張することなく、中間データの複
雑度合いに応じてプリントオーバとならないプロセス速
度に自動的に切り換えて入力されたデータを高解像度で
印刷処理することができる。
As described above, according to the first aspect of the present invention, the first processing time required for the deriving means to develop the bitmap of the intermediate data stored in the storage means for one page. And the control unit compares the derived first processing time with a second processing time for the printing unit to print a bit map of one page. Since the speed is adjusted on a page-by-page basis, it is possible to automatically switch to a process speed that does not cause print-over according to the complexity of the intermediate data and print the input data at high resolution without expanding the memory capacity. it can.

【0127】第2の発明によれば、前記制御手段は、前
記第1の処理時間が前記第2の処理時間以上と判定した
場合に、前記印刷部のプロセス速度を最大スループット
時のプロセス速度よりも低い速度に調整するので、メモ
リ容量を拡張することなく、高解像度ではプリントオー
バとなってしまう場合でも、入力されたデータを高解像
度で印刷処理することができる。
According to the second invention, when the control unit determines that the first processing time is equal to or longer than the second processing time, the control unit sets the process speed of the printing unit to the process speed at the maximum throughput. Since the speed is also adjusted to a low speed, the input data can be printed at a high resolution without expanding the memory capacity, even if the print is over at a high resolution.

【0128】第3の発明によれば、判定手段が前記記憶
手段に1ページ分の前記中間データを記憶できたかどう
かを判定し、前記判定手段の判定結果に基づいて前記記
憶手段に確保される前記中間データを記憶する第1のエ
リアと前記ビットマップを記憶する第2のエリアとの割
当て配分を制御手段が変更するので、メモリ容量を拡張
することなく1ページ分の中間データを確実に記憶する
とともに、高解像度でビットマップ展開する領域とを確
保することができる。
According to the third aspect, the determining means determines whether or not the one-page intermediate data has been stored in the storing means, and is secured in the storing means based on the determination result of the determining means. Since the control means changes the allocation distribution between the first area for storing the intermediate data and the second area for storing the bitmap, the one-page intermediate data can be reliably stored without expanding the memory capacity. At the same time, it is possible to secure a high-resolution bitmap development area.

【0129】第4の発明によれば、前記制御手段は、前
記記憶手段に1ページ分の前記中間データを記憶できな
いと判定した場合に、前記印刷部のプロセス速度を最大
スループット時のプロセス速度よりも低い速度に調整す
るので、メモリ容量を拡張することなく、1ページ分の
中間データ量が多い場合でも、高解像度で印刷処理する
ことができる。
According to the fourth aspect, when the control means determines that the one-page intermediate data cannot be stored in the storage means, the control section sets the process speed of the printing section to the process speed at the maximum throughput. Since the speed is also adjusted to a low speed, it is possible to print at a high resolution without expanding the memory capacity, even when the amount of intermediate data for one page is large.

【0130】第5の発明によれば、判定手段が前記記憶
手段に記憶された前記中間データの属性を判定し、該判
定結果に基づいて制御手段が前記印刷部のプロセス速度
をページ単位に調整するので、生成される中間データの
属性によりビットマップに展開する処理時間が長短して
も、メモリ容量を拡張することなく、高解像度で、かつ
高速に印刷処理することができる。
According to the fifth aspect, the judging means judges the attribute of the intermediate data stored in the storage means, and the control means adjusts the process speed of the printing unit in page units based on the judgment result. Therefore, even if the processing time for developing into a bitmap according to the attribute of the generated intermediate data is short or long, print processing can be performed at high resolution and at high speed without expanding the memory capacity.

【0131】第6の発明によれば、前記判定手段は、前
記中間データの種別がテキストであると判定した場合
に、前記印刷部のプロセス速度を最大スループット時の
プロセス速度に調整するので、テキストデータを高速に
印刷処理することができる。
According to the sixth aspect, when the determination unit determines that the type of the intermediate data is text, the process speed of the printing unit is adjusted to the process speed at the maximum throughput. Data can be printed at high speed.

【0132】第7の発明によれば、前記判定手段は、前
記中間データの種別がテキスト以外であると判定した場
合に、前記印刷部のプロセス速度を最大スループット時
のプロセス速度よりも低い速度に調整するので、テキス
トデータ以外のデータでも、メモリ容量を拡張すること
なく、高解像度で印刷処理することができる。
According to the seventh aspect, when the determination unit determines that the type of the intermediate data is other than text, the determination unit sets the process speed of the printing unit to a speed lower than the process speed at the maximum throughput. Since the adjustment is performed, data other than the text data can be printed at a high resolution without expanding the memory capacity.

【0133】第8の発明によれば、前記印刷部のプロセ
ス速度を記録媒体を搬送する搬送速度で調整するので、
プリントオーバランやメモリオーバとなる事態が発生し
ても、メモリ容量を拡張することなく、高解像度で印刷
処理することができる。
According to the eighth aspect, the process speed of the printing unit is adjusted by the transport speed for transporting the recording medium.
Even if a print overrun or a memory over situation occurs, the print processing can be performed at a high resolution without expanding the memory capacity.

【0134】第9,第12の発明によれば、前記中間デ
ータを記憶する記憶手段に記憶された前記中間データを
1ページ分前記ビットマップ展開するための第1の処理
時間を導出し、該導出された前記第1の処理時間と前記
印刷部が1ページ分のビットマップを印刷処理するため
の第2の処理時間とを比較して、前記印刷部のプロセス
速度をページ単位に調整し、メモリ容量を拡張すること
なく、中間データの複雑度合いに応じてプリントオーバ
とならないプロセス速度に自動的に切り換えて入力され
たデータを高解像度で印刷処理することができる。
According to the ninth and twelfth aspects, the first processing time for developing the bitmap of the intermediate data stored in the storage means for storing the intermediate data for one page is derived. Comparing the derived first processing time with a second processing time for the printing unit to print a bit map of one page, and adjusting the process speed of the printing unit in units of pages; Without expanding the memory capacity, it is possible to automatically switch to a process speed that does not cause print over according to the degree of complexity of the intermediate data and print the input data at a high resolution.

【0135】第10,第13の発明によれば、前記中間
データを記憶する記憶手段に1ページ分の前記中間デー
タを記憶できたかどうかを判定し、該判定結果に基づい
て前記記憶手段に確保される前記中間データを記憶する
第1のエリアと前記ビットマップを記憶する第2のエリ
アとの割当て配分を変更するので、メモリ容量を拡張す
ることなく1ページ分の中間データを確実に記憶すると
ともに、高解像度でビットマップ展開する領域とを確保
することができる。
According to the tenth and thirteenth aspects, it is determined whether or not one page of the intermediate data has been stored in the storage for storing the intermediate data, and the storage is secured in the storage based on the determination result. Since the allocation distribution between the first area for storing the intermediate data and the second area for storing the bitmap is changed, the intermediate data for one page is reliably stored without expanding the memory capacity. At the same time, it is possible to secure a high-resolution bitmap development area.

【0136】第11,第14の発明によれば、前記中間
データを記憶する記憶手段に記憶された前記中間データ
の属性を判定し、該判定結果に基づいて前記印刷部のプ
ロセス速度をページ単位に調整するので、生成される中
間データの属性によりビットマップに展開する処理時間
が長短しても、メモリ容量を拡張することなく、高解像
度で、かつ高速に印刷処理することができる。
According to the eleventh and fourteenth aspects, the attribute of the intermediate data stored in the storage means for storing the intermediate data is determined, and the process speed of the printing unit is determined in page units based on the determination result. Therefore, even if the processing time for developing the data into a bitmap is shortened depending on the attribute of the generated intermediate data, high-resolution and high-speed printing can be performed without expanding the memory capacity.

【0137】[0137]

【発明の効果】以上説明したように、本発明によれば、
記憶手段に1ページ分の中間データを記憶できない場
合、記憶手段に確保されている中間データを記憶する第
1のエリアの記憶容量を増やし、記憶手段に確保されて
いるビットマップデータを記憶する第2のエリアの記憶
容量を減らし、印刷部のプロセス速度を低い速度に調整
することにより、記憶手段の容量を拡張することなく1
ページ分の中間データを確実に記憶することができ、1
ページ分の中間データのデータ量が多い場合でも、高解
像度で印刷処理することができるという効果を奏する。
As described above, according to the present invention,
If the one-page intermediate data cannot be stored in the storage means, the storage capacity of the first area for storing the intermediate data secured in the storage means is increased, and the first area storing the bitmap data secured in the storage means is increased. By reducing the storage capacity of the area 2 and adjusting the process speed of the printing unit to a low speed, the capacity of the storage unit can be increased without increasing the storage capacity.
Intermediate data for pages can be reliably stored, and 1
Even when the data amount of the intermediate data for the page is large, an effect that the printing process can be performed at a high resolution can be achieved.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明を適用可能な出力装置の構成を説明する
断面図である。
FIG. 1 is a cross-sectional view illustrating a configuration of an output device to which the present invention can be applied.

【図2】本発明に係る印刷システムの制御構成を説明す
るブロック図である。
FIG. 2 is a block diagram illustrating a control configuration of a printing system according to the present invention.

【図3】本発明の第1実施形態を示す印刷制御装置の構
成を説明するブロック図である。
FIG. 3 is a block diagram illustrating a configuration of a print control apparatus according to the first exemplary embodiment of the present invention.

【図4】本発明に係る印刷制御装置の第1のデータ処理
手順の一例を示すフローチャートである。
FIG. 4 is a flowchart illustrating an example of a first data processing procedure of the print control apparatus according to the present invention.

【図5】図3に示した中間データ複雑度判定部の処理時
間予測のためのオブジェクトテーブルの一例を示す図で
ある。
FIG. 5 is a diagram illustrating an example of an object table for predicting a processing time of an intermediate data complexity determining unit illustrated in FIG. 3;

【図6】本発明の第2実施形態を示す印刷制御装置の構
成を説明するブロック図である。
FIG. 6 is a block diagram illustrating a configuration of a print control apparatus according to a second embodiment of the present invention.

【図7】本発明に係る印刷制御装置の第2のデータ処理
手順の一例を示すフローチャートである。
FIG. 7 is a flowchart illustrating an example of a second data processing procedure of the print control apparatus according to the present invention.

【図8】図2に示したRAMのメモリマップの一例を示
す模式図である。
FIG. 8 is a schematic diagram illustrating an example of a memory map of a RAM illustrated in FIG. 2;

【図9】本発明の第3実施形態を示す印刷制御装置の構
成を説明するブロック図である。
FIG. 9 is a block diagram illustrating a configuration of a print control apparatus according to a third embodiment of the present invention.

【図10】本発明に係る印刷制御装置の第3のデータ処
理手順の一例を示すフローチャートである。
FIG. 10 is a flowchart illustrating an example of a third data processing procedure of the print control apparatus according to the present invention.

【図11】本発明に係る印刷制御装置で読み出し可能な
各種データ処理プログラムを格納する記憶媒体のメモリ
マップを説明する図である。
FIG. 11 is a diagram illustrating a memory map of a storage medium that stores various data processing programs that can be read by the print control device according to the present invention.

【符号の説明】[Explanation of symbols]

31 中間データ生成部 32 ページバッファ 33 ビットマップ生成部 34 バンドメモリ 35 エンジン出力制御部 36 エンジン 37 紙搬送速度制御部 38 中間データ複雑度判定部 31 intermediate data generator 32 page buffer 33 bitmap generator 34 band memory 35 engine output controller 36 engine 37 paper transport speed controller 38 intermediate data complexity determiner

フロントページの続き (56)参考文献 特開 平5−557(JP,A) 特開 平4−251766(JP,A) 特開 平5−208540(JP,A) 特開 平8−224917(JP,A) 特開 平7−314795(JP,A) 特開 平6−305205(JP,A) 特開 平7−256935(JP,A) 特開 平8−276622(JP,A) 特開 平7−137355(JP,A) 特開 平7−68863(JP,A) (58)調査した分野(Int.Cl.7,DB名) B41J 5/30 G05F 3/12 Continuation of the front page (56) References JP-A-5-557 (JP, A) JP-A-4-251766 (JP, A) JP-A-5-208540 (JP, A) JP-A-8-224917 (JP) JP-A-7-314795 (JP, A) JP-A-6-305205 (JP, A) JP-A-7-256935 (JP, A) JP-A-8-276622 (JP, A) 7-137355 (JP, A) JP-A-7-68863 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) B41J 5/30 G05F 3/12

Claims (8)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 外部より入力されるデータを解析して所
定の中間データを生成し、生成された中間データを印刷
部が印刷可能なビットマップデータに展開して、ビット
マップデータを印刷部に出力する印刷制御装置であっ
て、 前記中間データおよび前記ビットマップデータを記憶す
る記憶手段と、 前記記憶手段に1ページ分の前記中間データを記憶でき
たか否かを判定する判定手段と、 記憶できないと前記判定手段により判定された場合、前
記記憶手段に確保されている前記中間データを記憶する
第1のエリアの記憶容量を増やし、前記記憶手段に確保
されている前記ビットマップデータを記憶する第2のエ
リアの記憶容量を減らし、前記印刷部のプロセス速度を
低い速度に調整する制御手段とを有することを特徴とす
る印刷制御装置。
1. A method according to claim 1, further comprising the steps of: analyzing data input from outside to generate predetermined intermediate data; developing the generated intermediate data into bitmap data printable by a printing unit; A print control device for outputting, the storage means for storing the intermediate data and the bitmap data; a determination means for determining whether or not the one-page intermediate data has been stored in the storage means; When the determination is made by the determination means, the storage capacity of the first area for storing the intermediate data secured in the storage means is increased, and the storage capacity of the bitmap data secured in the storage means is increased. Control means for reducing the storage capacity of the second area and adjusting the process speed of the printing unit to a low speed.
【請求項2】 前記制御手段は、前記記憶手段に1ペー
ジ分の前記中間データを記憶できないと判定した場合
に、前記印刷部のプロセス速度を最大スループット時の
プロセス速度よりも低い速度に調整することを特徴とす
る請求項1に記載の印刷制御装置。
2. The control unit adjusts a process speed of the printing unit to a speed lower than a process speed at a maximum throughput when it determines that the intermediate data for one page cannot be stored in the storage unit. The print control device according to claim 1, wherein:
【請求項3】 前記第1のエリアはページバッファであ
り、前記第2のエリアはバンドメモリであることを特徴
とする請求項1或いは2に記載の印刷制御装置。
3. The print control apparatus according to claim 1, wherein the first area is a page buffer, and the second area is a band memory.
【請求項4】 前記制御手段は、紙搬送速度を低速にす
ることを特徴とする請求項1或いは3のいずれかに記載
の印刷制御装置。
4. The print control apparatus according to claim 1, wherein said control means reduces the paper transport speed.
【請求項5】 外部より入力されるデータを解析して所
定の中間データを生成し、生成された中間データを印刷
部が印刷可能なビットマップデータに展開して、ビット
マップデータを印刷部に出力する印刷制御方法であっ
て、 前記中間データおよび前記ビットマップデータを記憶す
る記憶手段に1ページ分の前記中間データを記憶できた
か否かを判定する判定ステップと、 記憶できないと前記判定ステップにより判定された場
合、前記記憶手段に確保されている前記中間データを記
憶する第1のエリアの記憶容量を増やし、前記記憶手段
に確保されている前記ビットマップデータを記憶する第
2のエリアの記憶容量を減らし、前記印刷部のプロセス
速度を低い速度に調整する変更ステップとを有すること
を特徴とする印刷制御方法。
5. Analyzing data input from the outside, generates predetermined intermediate data, develops the generated intermediate data into bitmap data that can be printed by a printing unit, and transfers the bitmap data to a printing unit. A print control method for outputting, comprising: a determination step of determining whether one page of the intermediate data has been stored in a storage unit that stores the intermediate data and the bitmap data; and If determined, the storage capacity of the first area for storing the intermediate data secured in the storage means is increased, and the storage of the second area for storing the bitmap data secured in the storage means is increased. Changing the process speed of the printing unit to a low speed by reducing the capacity.
【請求項6】 前記変更ステップは、前記記憶手段に1
ページ分の前記中間データを記憶できないと判定した場
合に、前記印刷部のプロセス速度を最大スループット時
のプロセス速度よりも低い速度に調整することを特徴と
する請求項5に記載の印刷制御方法。
6. The method according to claim 1, wherein the changing step includes:
6. The print control method according to claim 5, wherein when it is determined that the intermediate data for a page cannot be stored, the process speed of the printing unit is adjusted to a speed lower than the process speed at the maximum throughput.
【請求項7】 前記第1のエリアはページバッファであ
り、前記第2のエリアはバンドメモリであることを特徴
とする請求項5或いは6に記載の印刷制御装置。
7. The print control apparatus according to claim 5, wherein the first area is a page buffer, and the second area is a band memory.
【請求項8】 前記変更ステップは、紙搬送速度を低速
にすることを特徴とする請求項5或いは7のいずれかに
記載の印刷制御方法。
8. The print control method according to claim 5, wherein in the changing step, the paper transport speed is reduced.
JP26849296A 1996-10-09 1996-10-09 Print control device and print control method Expired - Fee Related JP3342315B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26849296A JP3342315B2 (en) 1996-10-09 1996-10-09 Print control device and print control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26849296A JP3342315B2 (en) 1996-10-09 1996-10-09 Print control device and print control method

Publications (2)

Publication Number Publication Date
JPH10114119A JPH10114119A (en) 1998-05-06
JP3342315B2 true JP3342315B2 (en) 2002-11-05

Family

ID=17459258

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26849296A Expired - Fee Related JP3342315B2 (en) 1996-10-09 1996-10-09 Print control device and print control method

Country Status (1)

Country Link
JP (1) JP3342315B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5241651B2 (en) * 2008-08-29 2013-07-17 キヤノン株式会社 Image forming apparatus
JP6503827B2 (en) * 2015-03-26 2019-04-24 富士ゼロックス株式会社 PRINT CONTROL DEVICE, PRINT DEVICE, AND PROGRAM
JP6540157B2 (en) * 2015-03-30 2019-07-10 ブラザー工業株式会社 Recording device and program
JP6459985B2 (en) * 2016-01-07 2019-01-30 京セラドキュメントソリューションズ株式会社 Image forming apparatus
JP6926394B2 (en) * 2016-03-23 2021-08-25 富士フイルムビジネスイノベーション株式会社 Printing equipment and programs

Also Published As

Publication number Publication date
JPH10114119A (en) 1998-05-06

Similar Documents

Publication Publication Date Title
US6417931B2 (en) Print layout device, print layout method, and storage medium
JP3342315B2 (en) Print control device and print control method
US20020033831A1 (en) Image drawing apparatus, image drawing method and memory medium
JPH08267867A (en) Printing apparatus
JP2001002279A (en) Image output device and control method for it
JP2004038527A (en) Printer driver, printing control method, computer-readable storage medium, and program
JP3209858B2 (en) Print control device and print control method
EP0386994B1 (en) Character pattern generator
JP3495877B2 (en) Printer control system, printer control device and their methods
JP2005049949A (en) Print controller and its control method
JP2000155663A (en) Printing controller, data processing method for the printing controller and storage medium stored with computer readable program
JPH1124863A (en) Print control device and method, and storage medium storing computer readable program
JPH1199730A (en) Printer and its control method
JP2001002280A (en) Image output device and control method for it
JPH08282064A (en) Recording apparatus and recording control method
JP3209859B2 (en) Printing equipment
JPH09254459A (en) Character processing device, character process method and memory
JPH10190936A (en) Composite image-processing unit, control method for the composite image-processing unit, and storage medium program readable by computer
JPH0934658A (en) Information processor and data processing method for this processor
JPH1115613A (en) Picture output device and its controlling method
JPH1110965A (en) Image output system and image output method
JPH10187375A (en) Printing controller and method for processing data of printing controller and storage medium for storing program readable by computer
JPH11191057A (en) Data processor, print setting method in data processor and storage medium storing computer readable program
JPH0872362A (en) Printing device and control method thereof
JP2000033730A (en) Printer, control thereof and printing system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070823

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20080823

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20080823

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20090823

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees