JP2018111273A - Printer controller, program, and printing system - Google Patents

Printer controller, program, and printing system Download PDF

Info

Publication number
JP2018111273A
JP2018111273A JP2017003661A JP2017003661A JP2018111273A JP 2018111273 A JP2018111273 A JP 2018111273A JP 2017003661 A JP2017003661 A JP 2017003661A JP 2017003661 A JP2017003661 A JP 2017003661A JP 2018111273 A JP2018111273 A JP 2018111273A
Authority
JP
Japan
Prior art keywords
page
image data
pages
transmission
page size
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2017003661A
Other languages
Japanese (ja)
Other versions
JP6753317B2 (en
Inventor
大輔 植松
daisuke Uematsu
大輔 植松
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.)
Konica Minolta Inc
Original Assignee
Konica Minolta 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 Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2017003661A priority Critical patent/JP6753317B2/en
Publication of JP2018111273A publication Critical patent/JP2018111273A/en
Application granted granted Critical
Publication of JP6753317B2 publication Critical patent/JP6753317B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a printer controller and a printing system which reduce overhead via handling communication for each page, and can shorten a data transfer time from a printer controller to a printer engine part.SOLUTION: A printer controller creates first relevant information and second relevant information as relevant information related to printing of image data, and transfers the first relevant information to a printer engine part so as to included in page-start via serial communication before transfer of image data and transfers the second relevant information to the printer engine part via the serial communication during transfer of the image data. When the printer controller transfers a plurality of pages with the same page size, the page is made to include page size information (A4 or the like) only in the page-start of the first page, and not to include the page size information in the page-start after the second page.SELECTED DRAWING: Figure 2

Description

本発明は、印刷ジョブの各ページをラスタライズして得た画像データをプリンタエンジン部に伝送するプリンタコントローラ、プログラム、およびプリンタコントローラとプリンタエンジン部からなる印刷システムに関する。   The present invention relates to a printer controller, a program for transmitting image data obtained by rasterizing each page of a print job to a printer engine unit, and a printing system including the printer controller and the printer engine unit.

PDL(ページ ディスクリプト言語)で記述された印刷ジョブに係る印刷を行う場合、PC等から印刷ジョブをプリンタコントローラに送信し、プリンタコントローラで印刷ジョブの各ページをラスタライズ(RIP)して画像データ(イメージデータ)に展開する。プリンタコントローラは展開後の画像データと、この画像データの印刷に使用される関連情報(たとえば、ページサイズ、給紙トレイ、綴じ代の指定など)をプリンタエンジン部に伝送し、プリンタエンジン部はプリンタコントローラから受信した画像データに基づく印刷を、プリンタコントローラから受信した関連情報を使用して実行する。   When printing related to a print job described in PDL (Page Descript Language), the print job is transmitted from a PC or the like to the printer controller, and each page of the print job is rasterized (RIP) by the printer controller. (Image data). The printer controller transmits the developed image data and related information (for example, specification of page size, paper feed tray, binding margin, etc.) used for printing the image data to the printer engine unit. Printing based on the image data received from the controller is executed using the related information received from the printer controller.

図11に示すように、通常、プリンタコントローラとプリンタエンジン部は、画像バスとシリアルI/F(Interface)で接続されている。画像バスは、RIP済みの画像データの伝送に使用し、シリアルI/Fは、初期通信、画像データ伝送ためのハンドリングや前述の関連情報の伝送に使用する。詳細には、シリアルI/F経由でjob-start/endのジョブ通信、およびpage-start/endのハンドリング通信を行う。また、page-start に関連情報を含めて伝送する   As shown in FIG. 11, the printer controller and the printer engine unit are normally connected to the image bus via a serial I / F (Interface). The image bus is used for transmission of RIP-completed image data, and the serial I / F is used for initial communication, handling for image data transmission, and transmission of related information. Specifically, job-start / end job communication and page-start / end handling communication are performed via the serial I / F. Also, transmit related information in page-start.

図12は、3ページで構成されるジョブに係るデータをプリンタコントローラからプリンタエンジン部に伝送する場合の通信例を示す。まず、ジョブ開始を示すjob-startをシリアルI/Fで送信し、続いて、ページ毎に、シルアルI/Fでpage-startを送信し、画像バスを通じて1ページ分の画像データを送信し、画像データの送信終了後にシルアルI/Fでpage-endを送信する。最後に、シリアルI/Fでjob-endを送信する。   FIG. 12 shows an example of communication when data relating to a job composed of three pages is transmitted from the printer controller to the printer engine unit. First, job-start indicating job start is transmitted by serial I / F, then page-start is transmitted by serial I / F for each page, and image data for one page is transmitted through the image bus, After the transmission of the image data, page-end is transmitted with the serial I / F. Finally, job-end is transmitted by serial I / F.

図13は、1ページで構成されるジョブのデータを3つ続けてプリンタコントローラからプリンタエンジン部に伝送する場合の通信例を示す。job-startをシリアルI/Fで送信し、続いてシリアルI/Fでpage-startを送信し、画像バスで1ページ分の画像データを送信し、シルアルI/Fでpage-endを送信し、その後シルアルI/Fでjob-endを送信する、という手順をジョブ毎に3回繰り返すことになる。そのため、図12に示す場合に比べて、job-start、job-end の送信回数が多くなり、伝送のオーバーヘッドが増えてしまう。   FIG. 13 shows an example of communication when three pieces of job data consisting of one page are continuously transmitted from the printer controller to the printer engine unit. Send job-start via serial I / F, then send page-start via serial I / F, send image data for one page via image bus, and send page-end via serial I / F. Then, the procedure of transmitting job-end with the serial I / F is repeated three times for each job. Therefore, the number of transmissions of job-start and job-end increases as compared with the case shown in FIG. 12, and transmission overhead increases.

このような場合にもプリンタエンジン部が有するプリント生産性(PPM)を満たすためには、1ページで構成される1つのジョブに係るデータの伝送時間が、1ページの印刷所要時間内に収まる必要がある。   Even in such a case, in order to satisfy the print productivity (PPM) of the printer engine unit, it is necessary that the transmission time of data related to one job composed of one page be within the time required for printing one page. There is.

プリンタエンジン部のプリント生産性やプリンタコントローラのRIP速度が高速化するにつれて、プリンタエンジン部とプリンタコントローラ間のインターフェースも高速化が必要になる。インターフェースの高速化のためにはハードウェアの高速化、ソフトウェア処理の削減が考えられる。   As the print productivity of the printer engine unit and the RIP speed of the printer controller increase, the interface between the printer engine unit and the printer controller also needs to be increased. In order to increase the interface speed, hardware speed and software processing can be reduced.

一般に、ハードウェアの高速化の手法として、バス幅の拡張や伝送クロックの高周波数化が考えられるが、レーン数増加による引き回し性の低下、消費電力の増大、コスアップ等の観点からこの手法は好ましくない。   In general, the hardware speed can be increased by expanding the bus width or increasing the transmission clock frequency, but from the viewpoint of reduced routing performance, increased power consumption, cost increase, etc. It is not preferable.

ソフトウェア処理については、特に図13の様なページ数の少ないジョブが連続することでジョブ通信(job-start、job-end)のオーバーヘッドが増えることへの対策が重要であり、その1つが下記特許文献1に開示されている。具体的には、図14に示すように、連続で入稿された複数のジョブを一つのジョブにまとめることで、ジョブ通信のオーバーヘッドを削減する。たとえば、1ページのジョブが100個連続した場合、これを100ページで構成される1つのジョブとして処理する。これにより、ジョブ通信(job-start、job-end)の回数が大幅に削減され、伝送時間が短縮される。このほか、下記特許文献2には、複数のジョブの処理順序を並び替えることで、同じ紙が連続するようにする技術が開示されている。   With regard to software processing, it is important to take measures against the increase in job communication (job-start, job-end) overhead due to continuous jobs with a small number of pages as shown in FIG. It is disclosed in Document 1. Specifically, as shown in FIG. 14, the overhead of job communication is reduced by combining a plurality of jobs submitted in succession into one job. For example, when 100 jobs for one page are continued, this is processed as one job composed of 100 pages. As a result, the number of job communications (job-start, job-end) is greatly reduced, and the transmission time is shortened. In addition, Japanese Patent Application Laid-Open No. 2004-228561 discloses a technique for making the same paper continuous by rearranging the processing order of a plurality of jobs.

特開2007−109155号公報JP 2007-109155 A 特開2014−233867号公報JP 2014-233867 A

特許文献1に開示の技術によれば、ページ数の少ないジョブが多数連続する場合にこれらを1つのジョブにまとめることでジョブ通信(job-start、job-end)によるオーバーヘッドを削減することができる。しかしながら、ページ毎のハンドリング通信については削減されていない。たとえば、page-startでは、ページの開始を示す情報のほか、ジョブ種、ユーザ名、文書名、部数、画像サイズ、用紙サイズ、カラーモード、綴じ代など、画像データを印刷するための多数の関連情報が伝送される。   According to the technique disclosed in Patent Document 1, when a large number of jobs with a small number of pages are consecutive, these can be combined into one job to reduce overhead due to job communication (job-start, job-end). . However, the handling communication for each page has not been reduced. For example, in page-start, in addition to information indicating the start of the page, there are many related items for printing image data such as job type, user name, document name, number of copies, image size, paper size, color mode, binding margin, etc. Information is transmitted.

本発明は、上記の問題を解決しようとするものであり、ページ毎のハンドリング通信によるオーバーヘッドを削減してプリンタコントローラからプリンタエンジン部へのデータ伝送時間を短縮することのできるプリンタコントローラ、プログラムおよび印刷システムを提供することを目的としている。   SUMMARY OF THE INVENTION The present invention is to solve the above problems, and a printer controller, a program, and a printing that can reduce the overhead of handling communication for each page and reduce the data transmission time from the printer controller to the printer engine unit. The purpose is to provide a system.

かかる目的を達成するための本発明の要旨とするところは、次の各項の発明に存する。   The gist of the present invention for achieving the object lies in the inventions of the following items.

[1]印刷ジョブを受信する受信部と、
受信した印刷ジョブを記憶する記憶部と、
前記記憶部に記憶されている印刷ジョブの各ページをラスタライズして画像データを生成する展開部と、
前記展開部が生成した画像データをプリンタエンジン部に第1伝送路を通じて伝送する第1伝送部と、
前記画像データの印刷に使用される関連情報を前記プリンタエンジン部に第2伝送路を通じて伝送する第2伝送部と、
前記画像データおよび前記関連情報の前記プリンタエンジン部への伝送を制御する制御部と、
を備え、
前記制御部は、前記関連情報として第1関連情報と第2関連情報を作成し、前記第1関連情報は前記画像データの伝送前に前記プリンタエンジン部へ伝送し、前記第2関連情報は画像データの伝送中に前記プリンタエンジン部へ伝送する
ことを特徴とするプリンタコントローラ。
[1] a receiving unit for receiving a print job;
A storage unit for storing received print jobs;
A developing unit that rasterizes each page of the print job stored in the storage unit to generate image data;
A first transmission unit that transmits the image data generated by the expansion unit to the printer engine unit through a first transmission path;
A second transmission unit for transmitting related information used for printing the image data to the printer engine unit through a second transmission path;
A control unit that controls transmission of the image data and the related information to the printer engine unit;
With
The control unit creates first related information and second related information as the related information, the first related information is transmitted to the printer engine unit before transmission of the image data, and the second related information is an image. A printer controller, wherein data is transmitted to the printer engine unit during transmission.

上記発明および下記[12]に記載の発明では、プリンタコントローラは、画像データの印刷に係る関連情報として第1関連情報と第2関連情報を作成し、第1関連情報は画像データの伝送前に第2伝送路を通じてプリンタエンジン部へ伝送し、第2関連情報は第1伝送路による画像データの伝送中に第2伝送路を通じてプリンタエンジン部へ伝送する。第1関連情報は、画像データの伝送開始前にプリンタエンジン部に通知すべきデータを含み、第2関連情報は、画像データの伝送開始前にプリンタエンジン部に通知する必要のないデータである。   In the above invention and the invention described in [12] below, the printer controller creates first related information and second related information as related information related to printing of image data, and the first related information is transmitted before transmission of the image data. The second related information is transmitted to the printer engine section through the second transmission path, and the second related information is transmitted to the printer engine section through the second transmission path during the transmission of the image data through the first transmission path. The first related information includes data that should be notified to the printer engine unit before the start of image data transmission, and the second related information is data that does not need to be notified to the printer engine unit before the start of image data transmission.

[2]前記第1関連情報は、前記画像データが表すページのページサイズ情報を含む
ことを特徴とする[1]に記載のプリンタコントローラ。
[2] The printer controller according to [1], wherein the first related information includes page size information of a page represented by the image data.

上記発明および下記[13]に記載の発明では、プリンタコントローラは、画像データの伝送開始前に、その画像データが表すページサイズ情報をプリンタエンジン部に通知する。プリンタエンジン部は、受信したページサイズ情報が示すページサイズに対応したメモリ領域を確保し、該確保したメモリ領域に、プリンタコントローラから送られて来る画像データを格納する。   In the above invention and the invention described in [13] below, the printer controller notifies the printer engine unit of page size information represented by the image data before starting transmission of the image data. The printer engine unit reserves a memory area corresponding to the page size indicated by the received page size information, and stores image data sent from the printer controller in the reserved memory area.

[3]前記制御部は、ページサイズが同じ複数ページの画像データを続けて前記プリンタエンジン部に伝送する場合に、前記複数ページのうちの先頭ページの画像データの伝送前に前記ページサイズ情報を伝送し、前記複数ページのうちの2ページ目以降の画像データについては画像データ伝送前の前記ページサイズ情報の伝送を省略する
ことを特徴とする[2]に記載のプリンタコントローラ。
[3] When the control unit continuously transmits image data of a plurality of pages having the same page size to the printer engine unit, the control unit outputs the page size information before transmitting image data of the first page of the plurality of pages. The printer controller according to [2], wherein transmission of the page size information before image data transmission is omitted for image data of the second and subsequent pages of the plurality of pages.

上記発明および下記[14]に記載の発明では、連続する複数ページのページサイズが同じならば、その先頭ページの画像データの伝送前に通知したページサイズ情報を、後続のページに流用できるので、2ページ目以降の画像データについては、画像データ伝送前のページサイズ情報の通知は省略する。   In the above invention and the invention described in [14] below, if the page sizes of a plurality of consecutive pages are the same, the page size information notified before the transmission of the image data of the first page can be diverted to subsequent pages. For image data on the second and subsequent pages, notification of page size information before image data transmission is omitted.

[4]前記制御部は、異なるページサイズが混在する複数ページの画像データを続けて前記プリンタエンジン部に伝送する場合に、前記複数ページの全てのページサイズを包含可能な特殊ページサイズを設定し、前記複数ページの各ページの画像データを冗長データの付加によって前記特殊ページサイズの画像データに変換して前記プリンタエンジン部へ伝送すると共に、前記複数ページのうちの先頭ページの画像データの伝送前に前記特殊ページサイズのページサイズ情報を伝送し、前記複数ページのうちの2ページ目以降の画像データについては画像データ伝送前の前記ページサイズ情報の伝送を省略する、ページサイズ統一方式の伝送方式を取り得る
ことを特徴とする[2]または[3]に記載のプリンタコントローラ。
[4] The control unit sets a special page size that can include all the page sizes of the plurality of pages when continuously transmitting a plurality of pages of image data in which different page sizes are mixed to the printer engine unit. The image data of each page of the plurality of pages is converted to the image data of the special page size by adding redundant data and transmitted to the printer engine unit, and before the image data of the first page of the plurality of pages is transmitted The page size information of the special page size is transmitted, and the transmission of the page size information is omitted for image data of the second and subsequent pages of the plurality of pages. The printer controller according to [2] or [3], wherein

上記発明および下記[15]に記載の発明では、異なるページサイズが混在する複数ページを連続伝送する場合に、該複数ページの全てのページサイズを包含可能な特殊ページサイズを設定し、該複数ページを特殊ページサイズに統一して伝送する。このように、ページサイズを統一することで、先頭ページの画像データの伝送前でのみページサイズ情報を伝送れば足りる。   In the above invention and the invention described in [15] below, when continuously transmitting a plurality of pages in which different page sizes are mixed, a special page size capable of including all the page sizes of the plurality of pages is set, and the plurality of pages Are transmitted to a special page size. Thus, by unifying the page size, it is sufficient to transmit the page size information only before the transmission of the image data of the first page.

[5]前記制御部は、少なくとも前記ページサイズ統一方式の伝送方式を適用して画像データを伝送する場合は、画像データの伝送中に前記プリンタエンジン部へ伝送する前記第2関連情報に、前記冗長データを付加する前のページサイズを示す元ページサイズ情報を含める
ことを特徴とする[4]に記載のプリンタコントローラ。
[5] When the image data is transmitted by applying at least the transmission method of the page size unified method, the control unit includes the second related information to be transmitted to the printer engine unit during transmission of the image data. The printer controller according to [4], including original page size information indicating a page size before adding redundant data.

上記発明および下記[16]に記載の発明では、特殊ページサイズに統一して画像データを伝送した場合は、元のページサイズの情報を第2関連情報に含めてプリンタエンジン部に通知する。特殊ページサイズの画像データの中から元ページサイズの画像をトリミングする処理は、メモリに画像データを格納後に行えばよいので、元ページサイズの情報は第2関連情報としてプリンタエンジン部に通知する。   In the above invention and the invention described in [16] below, when image data is transmitted in a unified special page size, the original page size information is included in the second related information and notified to the printer engine unit. Since the process of trimming the original page size image from the special page size image data may be performed after the image data is stored in the memory, the original page size information is notified to the printer engine unit as the second related information.

[6]前記制御部は、異なるページサイズが混在する複数ページを、前記ページサイズ統一方式を使用して伝送した場合の伝送時間と、各ページの画像データを元のページサイズで伝送する通常方式を使用して伝送した場合の伝送時間とを比較し、伝送時間が短い方の伝送方式を使用する
ことを特徴とする[4]または[5]に記載のプリンタコントローラ。
[6] The control unit transmits a plurality of pages in which different page sizes are mixed using the uniform page size method, and a normal method for transmitting image data of each page at the original page size The printer controller according to [4] or [5], wherein a transmission method with a shorter transmission time is used by comparing with a transmission time when transmission is performed using

上記発明および下記[17]に記載の発明では、特殊ページサイズに統一することで、2ページ目以降は第1関連情報にページサイズ情報を含めなくなるので第1関連情報の伝送時間は短くなる。しかし、冗長データを付加した分だけ画像データの伝送時間は長くなる。そこで、ページサイズ統一方式で伝送した場合のトータルの伝送時間と、各ページの画像データを元のページサイズで伝送する通常方式で伝送した場合のトータルの伝送時間を比較し、伝送時間が短い方の伝送方式を採用する。   In the above invention and the invention described in [17] below, the page size information is not included in the first related information after the second page by unifying the special page size, so the transmission time of the first related information is shortened. However, the transmission time of the image data becomes longer by adding the redundant data. Therefore, compare the total transmission time when transmitted with the uniform page size method with the total transmission time when transmitted with the normal method that transmits the image data of each page with the original page size. The transmission method is adopted.

[7]前記制御部は、異なるページサイズが混在する複数ページを、2以上のページサイズが混在する第1グループと、前記第1グループと異なる2以上のページサイズが混在する第2グループにグループ分けし、前記第1グループと前記第2グループに対して個別に前記ページサイズ統一方式を適用する
ことを特徴とする[4]乃至[6]のいずれか1つに記載のプリンタコントローラ。
[7] The control unit groups a plurality of pages having different page sizes into a first group in which two or more page sizes are mixed and a second group in which two or more page sizes different from the first group are mixed. The printer controller according to any one of [4] to [6], wherein the page size unification method is individually applied to the first group and the second group.

上記発明および下記[18]に記載の発明では、ページサイズが大きく異なるページに特殊ページサイズを設定すると元の画像データに付加する冗長データが増加して画像データの伝送時間が長くなる。そこで、ページサイズの近いもの同士となるように、複数ページを第1グループと第2グループに分け、グループ毎にページサイズ統一方式を適用する。   In the above-described invention and the invention described in [18] below, when a special page size is set for a page having a significantly different page size, redundant data added to the original image data is increased and the transmission time of the image data is increased. Therefore, a plurality of pages are divided into a first group and a second group so that the page sizes are close to each other, and the page size unification method is applied to each group.

[8]前記制御部は、異なるページサイズが混在する複数ページを、2以上のページサイズが混在する第1グループと、前記第1グループと異なるページサイズの第3グループにグループ分けし、前記第1グループには前記ページサイズ統一方式を適用し、前記第3グループには各ページの画像データを元のページサイズで伝送する通常方式を適用する
ことを特徴とする[4]乃至[7]のいずれか1つに記載のプリンタコントローラ。
[8] The control unit groups a plurality of pages having different page sizes into a first group in which two or more page sizes are mixed and a third group having a page size different from the first group. [4] to [7], wherein the uniform page size method is applied to one group, and the normal method of transmitting image data of each page at the original page size is applied to the third group. The printer controller as described in any one.

上記発明および下記[19]に記載の発明では、ページサイズが大きく異なるページに特殊ページサイズを設定すると画像データに付加する冗長データが増加して画像データの伝送時間が長くなる。そこで、ページサイズの近いもの同士(第1グループ)にはページサイズ統一方式を適用し、ページサイズが大きく異なるページ(第3グループ)には、画像データを元のページサイズで伝送する通常方式を適用する。   In the above-described invention and the invention described in [19] below, when a special page size is set for a page having a significantly different page size, redundant data added to the image data is increased, and the transmission time of the image data is increased. Therefore, the page size standardization method is applied to those with similar page sizes (first group), and the normal method of transmitting image data at the original page size is applied to pages (third group) with greatly different page sizes. Apply.

[9]前記制御部は、異なるページサイズが混在する複数ページのページ順を入れ替えてから前記グループ分けをする
ことを特徴とする[7]または[8]に記載のプリンタコントローラ。
[9] The printer controller according to [7] or [8], wherein the control unit performs the grouping after changing the page order of a plurality of pages in which different page sizes are mixed.

上記発明および下記[20]に記載の発明では、ページサイズ統一方式は連続する複数ページに適用するので、複数のページをグループ分けする場合にページサイズの近いページが連続するようにページ順を並び替えてからグループ分けすれば、伝送効率が高まる。   In the above invention and the invention described in [20] below, the page size unification method is applied to a plurality of continuous pages. Therefore, when a plurality of pages are grouped, the page order is arranged so that pages with similar page sizes are continuous. If it is changed and then grouped, the transmission efficiency increases.

[10]前記制御部は、複数のジョブを1つのジョブに結合し、
前記複数ページは、前記結合したジョブを構成するページである
ことを特徴とする[1]乃至[9]のいずれか1つに記載のプリンタコントローラ。
[10] The control unit combines a plurality of jobs into one job,
The printer controller according to any one of [1] to [9], wherein the plurality of pages are pages constituting the combined job.

[11]情報処理装置で実行されるプログラムであって、
前記情報処理装置を、[1]乃至[10]のいずれか1つに記載のプリンタコントローラとして機能させる
ことを特徴とするプログラム。
[11] A program executed by the information processing apparatus,
A program that causes the information processing apparatus to function as the printer controller according to any one of [1] to [10].

[12]印刷ジョブの各ページをラスタライズして画像データを生成するプリンタコントローラと、前記プリンタコントローラから伝送されてくる画像データに基づいて印刷するプリンタエンジン部と、を有する印刷システムであって、
前記プリンタコントローラは、
印刷ジョブを受信する受信部と、
受信した印刷ジョブを記憶する記憶部と、
前記記憶部に記憶されている印刷ジョブの各ページをラスタライズして画像データを生成する展開部と、
前記展開部が生成した画像データを前記プリンタエンジン部に第1伝送路を通じて伝送する第1伝送部と、
前記画像データの印刷に使用される関連情報を前記プリンタエンジン部に第2伝送路を通じて伝送する第2伝送部と、
前記画像データおよび前記関連情報の前記プリンタエンジン部への伝送を制御する制御部と、
を備え、
前記制御部は、前記関連情報として第1関連情報と第2関連情報を作成し、前記第1関連情報は前記画像データの伝送前に前記プリンタエンジン部へ伝送し、前記第2関連情報は画像データの伝送中に前記プリンタエンジン部へ伝送し、
前記プリンタエンジン部は、画像データに基づく印刷を、前記プリンタコントローラから受信した前記関連情報に基づいて行う
ことを特徴とする印刷システム。
[12] A printing system comprising: a printer controller that rasterizes each page of a print job to generate image data; and a printer engine unit that prints based on image data transmitted from the printer controller.
The printer controller
A receiving unit for receiving a print job;
A storage unit for storing received print jobs;
A developing unit that rasterizes each page of the print job stored in the storage unit to generate image data;
A first transmission unit that transmits image data generated by the expansion unit to the printer engine unit through a first transmission path;
A second transmission unit for transmitting related information used for printing the image data to the printer engine unit through a second transmission path;
A control unit that controls transmission of the image data and the related information to the printer engine unit;
With
The control unit creates first related information and second related information as the related information, the first related information is transmitted to the printer engine unit before transmission of the image data, and the second related information is an image. Transmit to the printer engine during data transmission,
The printing system, wherein the printer engine unit performs printing based on image data based on the related information received from the printer controller.

[13]前記第1関連情報は、前記画像データが表すページのページサイズ情報を含み、
前記プリンタエンジン部は、前記ページサイズ情報を受信したとき、該ページサイズ情報が示すページサイズに応じたメモリ領域を確保し、該確保したメモリ領域に前記プリンタコントローラから伝送されてくる画像データを格納する
ことを特徴とする[12]に記載の印刷システム。
[13] The first related information includes page size information of a page represented by the image data,
When receiving the page size information, the printer engine unit reserves a memory area corresponding to the page size indicated by the page size information, and stores image data transmitted from the printer controller in the reserved memory area. The printing system according to [12], characterized in that:

[14]前記制御部は、ページサイズが同じ複数ページの画像データを続けて前記プリンタエンジン部に伝送する場合に、前記複数ページのうちの先頭ページの画像データの伝送前に前記ページサイズ情報を伝送し、前記複数ページのうちの2ページ目以降の画像データについては画像データ伝送前の前記ページサイズ情報の伝送を省略し、
前記プリンタエンジン部は、前記複数ページの各ページについて、前記ページサイズ情報が示すページサイズに応じたメモリ領域を確保する
ことを特徴とする[13]に記載の印刷システム。
[14] When the control unit continuously transmits image data of a plurality of pages having the same page size to the printer engine unit, the control unit receives the page size information before transmitting image data of the first page of the plurality of pages. Transmitting, omitting transmission of the page size information before image data transmission for image data of the second and subsequent pages of the plurality of pages,
The printing system according to [13], wherein the printer engine unit reserves a memory area corresponding to a page size indicated by the page size information for each of the plurality of pages.

[15]前記制御部は、異なるページサイズが混在する複数ページの画像データを続けて前記プリンタエンジン部に伝送する場合に、前記複数ページの全てのページサイズを包含可能な特殊ページサイズを設定し、前記複数ページの各ページの画像データを冗長データの付加によって前記特殊ページサイズの画像データに変換して前記プリンタエンジン部へ伝送すると共に、前記複数ページのうちの先頭ページの画像データの伝送前に前記特殊ページサイズのページサイズ情報を伝送し、前記複数ページのうちの2ページ目以降の画像データについては画像データ伝送前の前記ページサイズ情報の伝送を省略する、ページサイズ統一方式の伝送方式を採用可能である
ことを特徴とする[13]または[14]に記載の印刷システム。
[15] The control unit sets a special page size that can include all the page sizes of the plurality of pages when continuously transmitting image data of a plurality of pages having different page sizes to the printer engine unit. The image data of each page of the plurality of pages is converted to the image data of the special page size by adding redundant data and transmitted to the printer engine unit, and before the image data of the first page of the plurality of pages is transmitted The page size information of the special page size is transmitted, and the transmission of the page size information is omitted for image data of the second and subsequent pages of the plurality of pages. The printing system according to [13] or [14], wherein the printing system can be adopted.

[16]前記制御部は、少なくとも前記ページサイズ統一方式の伝送方式を採用して画像データを伝送する場合は、画像データの伝送中に前記プリンタエンジン部へ伝送する前記第2関連情報に、前記冗長データを付加する前のページサイズを示す元ページサイズ情報を含め、
前記プリンタエンジン部は、各ページの画像データを前記元ページサイズ情報に基づいてトリミングして印刷する
ことを特徴とする[15]に記載の印刷システム。
[16] In the case where image data is transmitted using at least the transmission method of the page size unified method, the control unit includes the second related information transmitted to the printer engine unit during transmission of the image data. Including original page size information indicating the page size before adding redundant data,
The printing system according to [15], wherein the printer engine unit trims and prints image data of each page based on the original page size information.

[17]前記制御部は、異なるページサイズが混在する複数ページを、前記ページサイズ統一方式を使用して伝送した場合の伝送時間と、各ページの画像データを元のページサイズで伝送する通常方式を使用して伝送した場合の伝送時間とを比較し、伝送時間が短い方の伝送方式を採用する
ことを特徴とする[15]または[16]に記載の印刷システム。
[17] The control unit transmits a plurality of pages in which different page sizes are mixed using the page size unification method, and a normal method for transmitting image data of each page at the original page size The printing system according to [15] or [16], wherein a transmission method in which the transmission time is shorter is adopted by comparing the transmission time when transmitting using

[18]前記制御部は、異なるページサイズが混在する複数ページを、2以上のページサイズが混在する第1グループと、前記第1グループと異なる2以上のページサイズが混在する第2グループにグループ分けし、前記第1グループと前記第2グループに対して個別に前記ページサイズ統一方式を採用する
ことを特徴とする[15]乃至[17]のいずれか1つに記載の印刷システム。
[18] The control unit groups a plurality of pages having different page sizes into a first group in which two or more page sizes are mixed and a second group in which two or more page sizes different from the first group are mixed. The printing system according to any one of [15] to [17], wherein the page size unification method is individually adopted for the first group and the second group.

[19]前記制御部は、異なるページサイズが混在する複数ページを、2以上のページサイズが混在する第1グループと、前記第1グループと異なるページサイズの第3グループにグループ分けし、前記第1グループには前記ページサイズ統一方式を採用し、前記第3グループには各ページの画像データを元のページサイズで伝送する通常方式を採用する
ことを特徴とする[15]乃至[18]のいずれか1つに記載の印刷システム。
[19] The control unit groups a plurality of pages in which different page sizes are mixed into a first group in which two or more page sizes are mixed and a third group in which the page size is different from the first group. [15] to [18], wherein the one page employs the uniform page size method, and the third group employs a normal method of transmitting image data of each page at the original page size. The printing system according to any one of the above.

[20]前記制御部は、異なるページサイズが混在する複数ページのページ順を入れ替えてから前記グループ分けをする
ことを特徴とする[18]または[19]に記載の印刷システム。
[20] The printing system according to [18] or [19], wherein the control unit performs the grouping after changing a page order of a plurality of pages in which different page sizes are mixed.

[21]前記制御部は、複数のジョブを1つのジョブに結合し、
前記複数ページは、前記結合したジョブを構成するページである
ことを特徴とする[14]乃至[20]のいずれか1つに記載の印刷システム。
[21] The control unit combines a plurality of jobs into one job,
The printing system according to any one of [14] to [20], wherein the plurality of pages are pages constituting the combined job.

本発明に係るプリンタコントローラ、プログラムおよび印刷システムによれば、ページ毎のハンドリング通信によるオーバーヘッドを削減してプリンタコントローラからプリンタエンジン部へのデータ伝送時間を短縮することができる。   According to the printer controller, the program, and the printing system according to the present invention, it is possible to reduce the overhead due to the handling communication for each page and reduce the data transmission time from the printer controller to the printer engine unit.

本発明の実施の形態に係る印刷システムの概略構成を示すブロック図である。1 is a block diagram showing a schematic configuration of a printing system according to an embodiment of the present invention. A4,3ページを印刷する場合の従来の伝送と実施の形態に係る例1の伝送を対比して示す図である。It is a figure which contrasts the conventional transmission in the case of printing A4 and 3 pages, and the transmission of Example 1 which concerns on embodiment. 図2に示す例1の手順でデータを伝送するプリンタコントローラが行う処理を示す流れ図である。3 is a flowchart showing processing performed by a printer controller that transmits data in the procedure of Example 1 shown in FIG. 2. A4サイズとLetterサイズの双方のページサイズを包含可能な特殊ページサイズ(特サイズ)を示す図である。It is a figure which shows the special page size (special size) which can include the page size of both A4 size and Letter size. A4、Letter、A4の3ページを印刷する場合の従来の伝送と特サイズを設定する実施の形態に係る例2の伝送を対比して示す図である。It is a figure which contrasts and shows the transmission of the example 2 which concerns on embodiment which sets the special transmission in the case of printing 3 pages of A4, Letter, and A4, and a special size. A4、Letter、A4、A3の4ページを印刷する場合の従来の伝送と実施の形態に係る例3の伝送を対比して示す図である。It is a figure which contrasts and shows the transmission of the conventional transmission at the time of printing 4 pages of A4, Letter, A4, and A3, and the transmission of Example 3 which concerns on embodiment. A4、Letter、B5、B6Sの4ページを印刷する場合の従来の伝送と実施の形態に係る例4の伝送を対比して示す図である。It is a figure which contrasts the conventional transmission in the case of printing 4 pages of A4, Letter, B5, and B6S, and the transmission of Example 4 which concerns on embodiment. プリンタコントローラが例2〜例4に対応した動作を行う場合の処理を示す流れ図である。10 is a flowchart illustrating processing when the printer controller performs an operation corresponding to Example 2 to Example 4. プリンタエンジン部がプリンタコントローラからデータを受信する際に行う処理を示す流れ図である。5 is a flowchart illustrating processing performed when a printer engine unit receives data from a printer controller. プリンタエンジンがメモリに格納してある画像データに基づいて印刷を実行する際の処理を示す流れ図である。6 is a flowchart showing processing when the printer engine executes printing based on image data stored in a memory. プリンタコントローラとプリンタエンジン部との接続を示す図である。It is a figure which shows the connection of a printer controller and a printer engine part. A4、3ページで構成されるジョブのデータをプリンタコントローラからプリンタエンジン部に伝送する従来の通信例を示す図である。FIG. 4 is a diagram illustrating a conventional communication example in which job data including A4 and page 3 is transmitted from a printer controller to a printer engine unit. 1ページのジョブのデータを3つ続けてプリンタコントローラからプリンタエンジン部に伝送する場合の従来の通信例を示す図である。FIG. 10 is a diagram illustrating a conventional communication example when three pieces of job data for one page are continuously transmitted from the printer controller to the printer engine unit. 複数のジョブを一つのジョブにまとめてジョブ通信のオーバーヘッドを削減した従来の通信例を示す図である。It is a figure which shows the example of the conventional communication which put together the some job into one job, and reduced the overhead of job communication.

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

図1は、本発明の実施の形態に係る印刷システム5の一例を示している。印刷システム5は、印刷ジョブを受信して各ページをラスタライズして画像データ(イメージデータ)を生成するプリンタコントローラ10と、プリンタコントローラ10が生成した画像データに基づいて記録紙に印刷を行うプリンタエンジン部30とを備えて構成される。   FIG. 1 shows an example of a printing system 5 according to an embodiment of the present invention. The printing system 5 receives a print job, rasterizes each page to generate image data (image data), and a printer engine that prints on recording paper based on the image data generated by the printer controller 10 Unit 30.

プリンタコントローラ10にはLAN(Local Area Network)などのネットワークを通じてPC(パーソナルコンピュータ)等の情報処理装置が接続されており、プリンタコントローラ10は該情報処理装置等から印刷ジョブを受信する。印刷ジョブは、各ページの内容をPDL(Page Discription Language)で記述したものである。   An information processing apparatus such as a PC (personal computer) is connected to the printer controller 10 through a network such as a LAN (Local Area Network), and the printer controller 10 receives a print job from the information processing apparatus. The print job is a description of the contents of each page in PDL (Page Discription Language).

プリンタコントローラ10は、制御部11、受信部12、記憶部13、シリアル通信部14、画像データ送信部15などを有して構成される。制御部11はCPU(Central Processing Unit)等で構成される。記憶部13は、ROM(Read Only Memory)、RAM(Random Access Memory)や不揮発メモリ、ハードディスク装置などで構成される。   The printer controller 10 includes a control unit 11, a reception unit 12, a storage unit 13, a serial communication unit 14, an image data transmission unit 15, and the like. The control unit 11 includes a CPU (Central Processing Unit) and the like. The storage unit 13 includes a ROM (Read Only Memory), a RAM (Random Access Memory), a nonvolatile memory, a hard disk device, and the like.

受信部12は、ネットワークを通じて接続された情報処理装置から印刷ジョブを受信する。画像データ送信部15は、後述する展開部22が生成した画像データをプリンタエンジン部30に画像バス(第1伝送路)を通じて伝送する。シリアル通信部14は、画像データの印刷に使用される関連情報をプリンタエンジン部30にシリアル通信(第2伝送路)で伝送する。   The receiving unit 12 receives a print job from an information processing apparatus connected through a network. The image data transmitting unit 15 transmits image data generated by the developing unit 22 described later to the printer engine unit 30 through an image bus (first transmission path). The serial communication unit 14 transmits related information used for printing image data to the printer engine unit 30 by serial communication (second transmission path).

制御部11は、画像データおよび関連情報のプリンタエンジン部30への伝送を制御する。制御部11は、特サイズ設定部21、展開部22、冗長データ付加部23、関連情報生成部24などの機能を果たす。   The control unit 11 controls transmission of image data and related information to the printer engine unit 30. The control unit 11 functions as a special size setting unit 21, a development unit 22, a redundant data addition unit 23, a related information generation unit 24, and the like.

展開部22は、受信部12が受信した印刷ジョブに含まれる各ページをラスタライズ(RIP)して画像データ(イメージデータ)を生成する。   The developing unit 22 rasterizes (RIP) each page included in the print job received by the receiving unit 12 to generate image data (image data).

特サイズ設定部21は、異なるページサイズが混在する複数ページの画像データを続けてプリンタエンジン部30に伝送する場合に、該複数ページの全てのページサイズを包含可能な特殊ページサイズを設定する。   The special size setting unit 21 sets a special page size that can include all page sizes of the plurality of pages when image data of a plurality of pages having different page sizes is continuously transmitted to the printer engine unit 30.

冗長データ付加部23は、各ページの画像データを、冗長データの付加によって特殊ページサイズの画像データに変換する。たとえば、無効データや余白を付加する。   The redundant data adding unit 23 converts the image data of each page into image data of a special page size by adding redundant data. For example, invalid data and margins are added.

関連情報生成部24は、シリアル通信部14がプリンタエンジン部30に伝送する関連情報(第1関連情報および第2関連情報)を生成する。ここでは、job-start/endのジョブ通信、page-start/endのハンドリング通信で伝送する情報を作成する。   The related information generation unit 24 generates related information (first related information and second related information) that the serial communication unit 14 transmits to the printer engine unit 30. Here, information to be transmitted by job communication of job-start / end and handling communication of page-start / end is created.

記憶部13には、制御部11のCPUが実行するプログラムが格納されている。制御部11のCPUが該プログラムを実行することでプリンタコントローラ10としての機能が実現される。記憶部13には、受信部12が受信した印刷ジョブ、展開部22が展開した画像データ、関連情報生成部24が生成した関連情報などが一時的に記憶される。また、記憶部13のRAMは、制御部11のCPUがプログラムを実行する際に各種のデータを記憶するワークエリアとして使用される。   The storage unit 13 stores a program executed by the CPU of the control unit 11. The function of the printer controller 10 is realized by the CPU of the control unit 11 executing the program. The storage unit 13 temporarily stores a print job received by the receiving unit 12, image data developed by the developing unit 22, related information generated by the related information generating unit 24, and the like. The RAM of the storage unit 13 is used as a work area for storing various data when the CPU of the control unit 11 executes a program.

記憶部13に格納された各ページの画像データは、画像データ送信部15によって読み出され、画像バスを通じてプリンタエンジン部30に伝送される。   The image data of each page stored in the storage unit 13 is read by the image data transmission unit 15 and transmitted to the printer engine unit 30 through the image bus.

プリンタエンジン部30は、制御部31、記憶部32、画像形成部33、シリアル通信部34、画像データ受信部35などバスを接続して構成される。   The printer engine unit 30 is configured by connecting a bus such as a control unit 31, a storage unit 32, an image forming unit 33, a serial communication unit 34, and an image data receiving unit 35.

制御部31は、CPUで構成される。記憶部32は、ROM、RAM、不揮発メモリ、ハードディスク装置などで構成される。制御部31が記憶部32のROM等に格納されたプログラムを実行することでプリンタエンジン部30の動作が制御される。   The control unit 31 is composed of a CPU. The storage unit 32 includes a ROM, a RAM, a nonvolatile memory, a hard disk device, and the like. The operation of the printer engine unit 30 is controlled by the control unit 31 executing a program stored in the ROM or the like of the storage unit 32.

画像形成部33は、画像データ(イメージデータ)に対応した画像を記録紙上に形成して印刷する機能を果たす。ここでは、記録紙の搬送装置と、感光体ドラムと、帯電装置と、レーザーユニットと、現像装置と、転写分離装置と、クリーニング装置と、定着装置とを有し、電子写真プロセスによって画像形成を行う。画像形成部33は他の方式でもかまわない。   The image forming unit 33 functions to form and print an image corresponding to image data (image data) on a recording sheet. Here, it has a recording paper transport device, a photosensitive drum, a charging device, a laser unit, a developing device, a transfer separation device, a cleaning device, and a fixing device, and forms an image by an electrophotographic process. Do. The image forming unit 33 may use other methods.

画像データ受信部35は、プリンタコントローラ10から送られて来る画像データを受信して記憶部32の所定領域に格納する。シリアル通信部34は、プリンタコントローラ10のシリアル通信部14からシリアル通信を通じて送られて来るジョブ通信、ハンドリング通信に係る情報を受信する。   The image data receiving unit 35 receives the image data sent from the printer controller 10 and stores it in a predetermined area of the storage unit 32. The serial communication unit 34 receives information related to job communication and handling communication sent from the serial communication unit 14 of the printer controller 10 through serial communication.

制御部31は、トリミング部36およびメモリ確保部37の機能を果たす。メモリ確保部37は、プリンタコントローラ10から伝送されてくる各ページの画像データを格納するためのメモリ領域を記憶部32のRAM上に確保する。トリミング部36は、プリンタコントローラ10から受信した画像データが元のページサイズの画像データに冗長データの付加されたものである場合に、冗長データを削除して元のページサイズの画像データを切り出す機能を果たす。   The control unit 31 functions as a trimming unit 36 and a memory securing unit 37. The memory securing unit 37 secures a memory area in the RAM of the storage unit 32 for storing the image data of each page transmitted from the printer controller 10. The trimming unit 36 has a function of cutting out original page size image data by deleting redundant data when the image data received from the printer controller 10 is obtained by adding redundant data to the original page size image data. Fulfill.

このほか、制御部31は、プリンタコントローラ10が受信した画像データを、プリンタコントローラ10から受信した関連情報(元のページサイズ、給紙トレイ、綴じ代など)を使用して、画像形成部33に印刷させる各種の制御を行う。   In addition, the control unit 31 sends the image data received by the printer controller 10 to the image forming unit 33 using the related information (original page size, paper feed tray, binding margin, etc.) received from the printer controller 10. Various controls for printing are performed.

次に、印刷システム5のプリンタコントローラ10とプリンタエンジン部30との間におけるデータ(画像データおよび関連情報)の伝送に係る動作について各種の例を挙げて説明する。   Next, operations related to transmission of data (image data and related information) between the printer controller 10 and the printer engine unit 30 of the printing system 5 will be described with various examples.

(例1) 同じページサイズの画像データを複数ページ連続して伝送する場合
ここでは、A4サイズの画像データを3ページ連続で送信するジョブを実行する場合を例に説明する。
(Example 1) When transmitting plural pages of image data of the same page size Here, a case of executing a job for transmitting A4 size image data of three pages continuously will be described as an example.

図2の上部は従来の伝送を、図2の下部は本発明の実施の形態に係る印刷システム5における(例1)の伝送を示している。   The upper part of FIG. 2 shows conventional transmission, and the lower part of FIG. 2 shows (Example 1) transmission in the printing system 5 according to the embodiment of the present invention.

実施の形態の例1の伝送では、プリンタコントローラ10は、最初に、シリアル通信で job-start をプリンタエンジン部30に送信する。job-start には、当該ジョブを構成するページ数、および全てのページのページサイズが同じであることを示す情報が含まれている。   In the transmission of Example 1 of the embodiment, the printer controller 10 first transmits job-start to the printer engine unit 30 by serial communication. The job-start includes information indicating that the number of pages constituting the job and the page sizes of all pages are the same.

次に、プリンタコントローラ10はシリアル通信で page-start を送信する。最初のpage-start には第1関連情報として、ページの開始を示す情報と、画像データが表すページのページサイズ情報(A4サイズを示す情報)が含まれる。   Next, the printer controller 10 transmits page-start by serial communication. The first page-start includes information indicating the start of the page and page size information (information indicating A4 size) of the page represented by the image data as the first related information.

page-start を受信したプリンタエンジン部30は、これに含まれるページサイズ情報に対応するページサイズで、このジョブの全てのページについて画像データを格納するためのメモリ領域を確保する。この例では、A4サイズで3ページ分の画像データを格納するためのメモリ領域を確保する。   The printer engine unit 30 that has received page-start secures a memory area for storing image data for all pages of the job with a page size corresponding to the page size information included in the page. In this example, a memory area for storing image data for three pages in A4 size is secured.

page-start に続けて、プリンタコントローラ10は、画像バスを通じてプリンタエンジン部30に1ページ目の画像データを送信する。また、プリンタコントローラ10は、1ページ目の画像データの伝送中にシリアル通信を使用して1ページ目の画像データを印刷するための関連情報(第2関連情報)をプリンタエンジン部30に送信する。ここでは、印刷するページサイズ(A4)、印刷に使用する用紙の給紙元とする給紙トレイの情報などを第2関連情報として画像データの伝送中に送信する。このほか、第2関連情報には、綴じ代、カラーモード、後処理等に関する情報などがある。   Subsequent to page-start, the printer controller 10 transmits the image data of the first page to the printer engine unit 30 through the image bus. Further, the printer controller 10 transmits related information (second related information) for printing the image data of the first page to the printer engine unit 30 using serial communication during transmission of the image data of the first page. . Here, the page size to be printed (A4), information on the paper feed tray as the paper feed source of the paper used for printing, and the like are transmitted as the second related information during transmission of the image data. In addition, the second related information includes information related to a binding margin, a color mode, post-processing, and the like.

プリンタコントローラ10は、画像データの送信終了後、シリアル通信でページの終了を示すpage-end を送信する。   After completing the transmission of the image data, the printer controller 10 transmits page-end indicating the end of the page by serial communication.

続けて、プリンタコントローラ10は、2ページ目のpage-start を送信する。このpage-start はページの開始を示すだけでページサイズ情報は含まれない。その分、page-start の伝送時間は1ページ目に比べて短縮される。   Subsequently, the printer controller 10 transmits page-start for the second page. This page-start only indicates the start of the page and does not include page size information. Accordingly, the page-start transmission time is shortened compared to the first page.

プリンタコントローラ10は、2ページ目のpage-start に続けて、画像バスを通じてプリンタエンジン部30に2ページ目の画像データを送信し、その伝送中にシリアル通信を使用して2ページ目の画像データを印刷するための第2関連情報をプリンタエンジン部30に送信する。1ページ目と同様に、印刷するページサイズ(A4)、給紙トレイの情報などを第2関連情報として送信する。   The printer controller 10 transmits the image data of the second page to the printer engine unit 30 through the image bus following the page-start of the second page, and the image data of the second page using serial communication during the transmission. The second related information for printing is transmitted to the printer engine unit 30. Similarly to the first page, the page size to be printed (A4), information on the paper feed tray, and the like are transmitted as second related information.

プリンタコントローラ10は、2ぺージ目の画像データの送信終了後、シリアル通信でページの終了を示すpage-end を送信する。そして、3ページ目についても2ページ目と同様にして、page-start、画像データ、第2関連情報、page-end を送信する。その後、job-end を送信して、当該ジョブに係るデータの送信を終了する。   After completing the transmission of the second page of image data, the printer controller 10 transmits a page-end indicating the end of the page by serial communication. For the third page, page-start, image data, second related information, and page-end are transmitted in the same manner as the second page. Then, job-end is transmitted, and transmission of data related to the job is terminated.

このように、本実施の形態に係る印刷システム5では、プリンタコントローラ10からプリンタエンジン部30へ画像データを伝送中に、シリアル通信で、該画像データの印刷に使用される関連情報(第2関連情報)をプリンタコントローラ10からプリンタエンジン部30に伝送するので、page-startにすべての関連情報を含めて送信する従来の伝送(図2、上部の例)に比べて、関連情報の伝送に伴うオーバーヘッドを減らして伝送時間を短縮することができる。   As described above, in the printing system 5 according to the present embodiment, related information (second related information) used for printing image data by serial communication while image data is being transmitted from the printer controller 10 to the printer engine unit 30. Information) is transmitted from the printer controller 10 to the printer engine unit 30, which is associated with transmission of related information as compared with the conventional transmission (FIG. 2, upper example) in which all related information is transmitted in the page-start. The overhead can be reduced and the transmission time can be shortened.

なお、プリンタエンジン部30は画像データの受信開始前に次に受信する画像データを格納するためのメモリ領域を確保しておく必要がある。プリンタエンジン部30は、プリンタコントローラ10から受信したページサイズ情報に基づいてメモリを確保するので、プリンタコントローラ10は、画像データの伝送前にその画像データのページサイズ情報をプリンタコントローラ10に通知する必要がある。   The printer engine unit 30 needs to secure a memory area for storing the next received image data before starting the reception of the image data. Since the printer engine unit 30 secures a memory based on the page size information received from the printer controller 10, the printer controller 10 needs to notify the printer controller 10 of the page size information of the image data before transmitting the image data. There is.

このようにメモリ確保の目的で使用されるページサイズ情報は、従来のように、ページ毎のpage-start に含めて通知できる。しかし、ページサイズが同じならば、ページ毎の通知は必要なく、一度の通知で足りる。   As described above, the page size information used for the purpose of securing the memory can be notified by being included in the page-start for each page as in the past. However, if the page size is the same, notification for each page is not necessary, and only one notification is sufficient.

そこで、本発明の実施の形態の例1では、プリンタコントローラ10は、job-start でページ数をプリンタエンジン部30に通知し、最初のpage-start のみでページサイズ情報をプリンタエンジン部30に通知し、2ページ目以降のpage-start ではページサイズ情報を通知しないプロトコルを採用する。プリンタエンジン部30は、最初のpage-start で通知されたページサイズに対応するサイズのメモリ領域をjob-start で通知されたページ数分確保し、このメモリ領域を使用して各ページの画像データを受信して格納する。   Therefore, in Example 1 of the embodiment of the present invention, the printer controller 10 notifies the printer engine unit 30 of the number of pages by job-start, and notifies the printer engine unit 30 of page size information only by the first page-start. In the second and subsequent page-starts, a protocol that does not notify page size information is adopted. The printer engine unit 30 reserves a memory area corresponding to the page size notified by the first page-start by the number of pages notified by job-start, and uses this memory area to store image data of each page. Is received and stored.

これにより、ページサイズ情報の伝送に伴うオーバーヘッドをさらに減らして伝送時間を短縮することができる。   Thereby, the overhead accompanying transmission of page size information can be further reduced and the transmission time can be shortened.

なお、上記の複数ページは、元々1つのジョブを構成するページであってもよいし、複数のジョブを結合した結合ジョブを構成するページであってもよい。   Note that the plurality of pages may originally be a page constituting one job, or may be a page constituting a combined job obtained by combining a plurality of jobs.

図3は、例1の手順でデータを伝送するプリンタコントローラ10が行う処理の流れを示している。プリンタコントローラ10は、記憶部13に受信済みで未処理の待ちジョブが複数存在するか否かを判断する(ステップS101)。プリンタコントローラ10は、待ちジョブが複数あれば(ステップS101;複数)、これら複数のジョブを1つのジョブに結合して(ステップS102)、ステップS103に移行する。待ちジョブが1つならば(ステップS101;1つ)ステップS103に移行する。   FIG. 3 shows the flow of processing performed by the printer controller 10 that transmits data in the procedure of Example 1. The printer controller 10 determines whether there are a plurality of unprocessed waiting jobs that have been received in the storage unit 13 (step S101). If there are a plurality of waiting jobs (step S101; plural), the printer controller 10 combines these plural jobs into one job (step S102), and proceeds to step S103. If there is one waiting job (step S101; one), the process proceeds to step S103.

ステップS103では、該ジョブの全ページが同一サイズか否かを調べる。同一サイズでない場合については、他の例(例2、例3等)に対応するため、後述する。   In step S103, it is checked whether all pages of the job have the same size. The case where they are not the same size will be described later in order to correspond to other examples (example 2, example 3, etc.).

全ページが同一サイズならば、job-start、job-end、各ページのpage-start(第1関連情報)、画像データ伝送中に伝送する第2関連情報、page-endで送信する情報を作成する(ステップS104)。job-start は、全ページ数、全ページのページサイズが同一であることを示す情報を含む。1ページ目のpage-start はページサイズ情報を含む。2ページ目以降のpage-start はページスタートを示す情報のみでページサイズ情報は含まない。各ページに対応する第2関連情報は、印刷時のページサイズ、給紙トレイの情報などである。   If all pages are the same size, create job-start, job-end, page-start for each page (first related information), second related information to be transmitted during image data transmission, and information to be transmitted with page-end (Step S104). The job-start includes information indicating that the number of all pages and the page size of all pages are the same. The page-start of the first page includes page size information. Page-start for the second and subsequent pages is only information indicating page start and does not include page size information. The second related information corresponding to each page includes a page size at the time of printing, information on a paper feed tray, and the like.

次に、プリンタコントローラ10は、job-start を送信する(ステップS105)。これに続けて、プリンタコントローラ10は、次に送信するページに対応するpage-start を送信し(ステップS106)、その後、さらに続けて、画像バスを通じた画像データの送信、シリアル通信による第2関連情報の送信を行い(ステップS107)、画像データの送信が終了したら、page-end を送信する(ステップS108)。   Next, the printer controller 10 transmits job-start (step S105). Subsequently, the printer controller 10 transmits page-start corresponding to the next page to be transmitted (step S106), and then continues to transmit image data through the image bus, and the second relationship by serial communication. Information is transmitted (step S107). When transmission of image data is completed, page-end is transmitted (step S108).

そして、最終ページの送信が完了したか否かを判断し(ステップS109)、続きのページが有る場合は(ステップS109;No)、ステップS106に戻って処理を継続する。最終ページの送信が完了した場合は(ステップS109;Yes)、job-end を送信して(ステップS110)、本処理を終了する。   Then, it is determined whether or not the transmission of the last page is completed (step S109). If there is a continuation page (step S109; No), the process returns to step S106 and the processing is continued. When transmission of the final page is completed (step S109; Yes), job-end is transmitted (step S110), and this process is terminated.

(例2) 異なるページサイズが混在する複数ページを連続して伝送する場合
ここでは、A4サイズとLetterサイズが混在する場合を例に説明する。この場合、プリンタコントローラ10の特サイズ設定部21は、図4に示すように、A4サイズとLetterサイズの双方のページサイズを包含可能な特殊ページサイズ(以後、特サイズ、とする)を設定する。図4の例では、A4サイズは縦(L1)、横(W1)であり、Letterサイズは縦(L2)、横(W2)であり、L1>L2、W2>W1の関係にある。この場合、縦、横のそれぞれで長い方のサイズが採用され、特サイズは縦(L1)、横(W2)に設定される。
(Example 2) When continuously transmitting a plurality of pages in which different page sizes are mixed Here, an example in which A4 size and Letter size are mixed will be described. In this case, the special size setting unit 21 of the printer controller 10 sets a special page size (hereinafter referred to as a special size) that can include both the A4 size and the Letter size, as shown in FIG. . In the example of FIG. 4, the A4 size is vertical (L1) and horizontal (W1), the Letter size is vertical (L2) and horizontal (W2), and there is a relationship of L1> L2 and W2> W1. In this case, the longer size is adopted in each of the vertical and horizontal directions, and the special size is set to vertical (L1) and horizontal (W2).

図5の上部は、A4、Letter、A4の3ページを伝送する場合の従来の伝送を、図5の下部は、A4、Letter、A4の3ページを、特サイズを設定して伝送する本発明の実施の形態に係る例2の伝送を示している。   The upper part of FIG. 5 shows the conventional transmission in the case of transmitting three pages of A4, Letter, and A4, and the lower part of FIG. 5 shows the three pages of A4, Letter, and A4 with a special size being transmitted. The transmission of Example 2 which concerns on this embodiment is shown.

実施の形態の例2の伝送では、プリンタコントローラ10は、最初に、シリアル通信で job-start をプリンタエンジン部30に送信する。job-start には、当該ジョブを構成するページ数、および全てのページのページサイズが同じであることを示す情報が含まれる。   In the transmission of Example 2 of the embodiment, the printer controller 10 first transmits job-start to the printer engine unit 30 by serial communication. The job-start includes information indicating that the number of pages constituting the job and the page size of all pages are the same.

次に、プリンタコントローラ10はシリアル通信で page-start を送信する。最初のpage-start には第1関連情報として、ページの開始を示す情報と、画像データが表すページのページサイズ情報(特サイズ(L1×W2)を示す情報)が含まれる。   Next, the printer controller 10 transmits page-start by serial communication. The first page-start includes information indicating the start of a page and page size information of the page represented by the image data (information indicating a special size (L1 × W2)) as the first related information.

page-start を受信したプリンタエンジン部30は、これに含まれるページサイズ情報に対応するページサイズで、このジョブの全てのページについてメモリ領域を確保する。この例では、特サイズ(L1×W2)で3ページ分の画像データを格納するためのメモリ領域を確保する。   The printer engine unit 30 that has received page-start secures a memory area for all pages of the job with a page size corresponding to the page size information included in the page. In this example, a memory area for storing image data for three pages with a special size (L1 × W2) is secured.

page-start に続けて、プリンタコントローラ10は、画像バスを通じてプリンタエンジン部30に1ページ目の画像データを送信する。この画像データは、A4サイズの画像データに冗長データ(余白など)を付加して特サイズに変換したものである。プリンタコントローラ10は、1ページ目の画像データの伝送中にシリアル通信を使用して1ページ目の画像データを印刷するための第2関連情報をプリンタエンジン部30に送信する。ここでは、冗長データを付加する前のページサイズ(A4)を示す情報(元ページサイズ情報)、印刷に使用する用紙の給紙元とする給紙トレイの情報などを第2関連情報として画像データの伝送中に送信する。このほか、第2関連情報には、綴じ代、カラーモード、後処理等に関する情報などがある。   Subsequent to page-start, the printer controller 10 transmits the image data of the first page to the printer engine unit 30 through the image bus. This image data is obtained by adding redundant data (such as margins) to A4 size image data and converting it to a special size. The printer controller 10 transmits second related information for printing the image data of the first page to the printer engine unit 30 using serial communication during transmission of the image data of the first page. Here, information (original page size information) indicating the page size (A4) before adding redundant data, information on a paper feed tray as a paper feed source of paper used for printing, and the like are used as image data as second related information. Send during transmission. In addition, the second related information includes information related to a binding margin, a color mode, post-processing, and the like.

プリンタコントローラ10は、画像データの送信終了後、シリアル通信でページの終了を示すpage-end を送信する。   After completing the transmission of the image data, the printer controller 10 transmits page-end indicating the end of the page by serial communication.

続けて、プリンタコントローラ10は、2ページ目のpage-start を送信する。このpage-start はページの開始を示すだけでページサイズ情報は含まれない。その分、page-start の伝送時間は1ページ目に比べて短縮される。   Subsequently, the printer controller 10 transmits page-start for the second page. This page-start only indicates the start of the page and does not include page size information. Accordingly, the page-start transmission time is shortened compared to the first page.

プリンタコントローラ10は、2ページ目のpage-start に続けて、画像バスを通じてプリンタエンジン部30に2ページ目の画像データを送信する。2ページ目の画像データはLetterサイズの画像データに冗長データを付加して特サイズに変換したものである。また、画像データの伝送中にシリアル通信を使用して2ページ目の画像データを印刷するための第2関連情報をプリンタエンジン部30に送信する。第2関連情報は、2ページ目の画像データの真のサイズ(冗長データを付加する前のページサイズ(ここでは、Letterサイズ)を示す元ページサイズ情報、給紙トレイの情報などである。   Following the page-start of the second page, the printer controller 10 transmits the image data of the second page to the printer engine unit 30 through the image bus. The image data on the second page is obtained by adding redundant data to letter-size image data and converting it to a special size. In addition, the second related information for printing the image data of the second page is transmitted to the printer engine unit 30 using serial communication during the transmission of the image data. The second related information is original page size information indicating the true size of the image data of the second page (page size before adding redundant data (here, Letter size), information on the paper feed tray, and the like.

プリンタコントローラ10は、2ぺージ目の画像データの送信終了後、シリアル通信でページの終了を示すpage-end を送信する。そして、3ページ目についても2ページ目と同様にして、page-start、冗長データを付加して特サイズに変換した画像データ、第2関連情報(元ページサイズ情報(A4)を含む)、page-end を送信する。その後、job-end を送信して、当該ジョブに係るデータの送信を終了する。   After completing the transmission of the second page of image data, the printer controller 10 transmits a page-end indicating the end of the page by serial communication. The third page is the same as the second page, page-start, image data converted to a special size by adding redundant data, second related information (including the original page size information (A4)), page Send -end. Then, job-end is transmitted, and transmission of data related to the job is terminated.

プリンタエンジン部30は、特サイズの画像データを格納可能なメモリ領域を3ページ分確保し、該確保したメモリ領域に、受信した各ページの画像データを格納する。そして、この画像データを、第2関連情報で通知された元ページサイズ情報が示すサイズにトリミングして印刷出力する。   The printer engine unit 30 reserves a memory area for storing three pages of special-size image data, and stores the received image data of each page in the reserved memory area. Then, the image data is trimmed to a size indicated by the original page size information notified by the second related information and printed out.

このように実施の形態の例2では、異なるページサイズが混在する複数ページの画像データをプリンタコントローラ10からプリンタエンジン部30に伝送する場合に、各ページサイズを包含する特サイズを設定し、各ページの画像データを特サイズに統一して伝送する。これにより、例1と同様に、job-start でページ数をプリンタエンジン部30に通知し、最初のpage-start のみでページサイズ情報をプリンタエンジン部30に通知し、2ページ目以降のpage-start ではページサイズ情報を通知しないプロトコルを採用することができ、ページサイズ情報の伝送に伴うオーバーヘッドを減らして伝送時間を短縮することができる。   As described above, in Example 2 of the embodiment, when transmitting image data of a plurality of pages in which different page sizes are mixed from the printer controller 10 to the printer engine unit 30, a special size including each page size is set, The page image data is transmitted in a uniform size. Thus, as in Example 1, the number of pages is notified to the printer engine unit 30 by job-start, the page size information is notified to the printer engine unit 30 only by the first page-start, and the page- In start, a protocol that does not notify page size information can be adopted, and overhead associated with transmission of page size information can be reduced and transmission time can be shortened.

なお、上記の複数ページは、元々1つのジョブを構成するページであってもよいし、複数のジョブを結合して得た結合ジョブを構成するページであってもよい。   Note that the plurality of pages may be pages that originally constitute one job, or may be pages that constitute a combined job obtained by combining a plurality of jobs.

特サイズを使用すると、画像データの一部に冗長データが含まれるため、元の画像データを伝送する場合に比べて、画像データの伝送時間が長くなる。そこで、異なるページサイズの複数ページを、特サイズで伝送するか(この伝送方式を、ページサイズ統一方式とする)、冗長データを付加せずに元のページサイズのまま伝送する(この伝送方法、通常方式とする)かを、トータルの伝送時間を比較して判断する。   When the special size is used, redundant data is included in a part of the image data, so that the transmission time of the image data becomes longer than when the original image data is transmitted. Therefore, a plurality of pages having different page sizes are transmitted in a special size (this transmission method is a unified page size method), or the original page size is transmitted without adding redundant data (this transmission method, It is determined by comparing the total transmission time.

すなわち、特サイズを使用することによる画像データ伝送時間の増加量>オーバーヘッドの短縮時間、の場合は、ページサイズ統一方式を採用しても伝送時間の短縮効果を得られない。   That is, in the case where the increase amount of the image data transmission time by using the special size> the overhead reduction time, the effect of reducing the transmission time cannot be obtained even if the page size unified method is adopted.

画像データの伝送時間はハードウェアに依存するため、ページサイズが定まれば、そのページサイズの画像データの伝送時間を正確に算出することができる。   Since the transmission time of image data depends on hardware, if the page size is determined, the transmission time of image data of that page size can be accurately calculated.

一方、ハンドリング通信によるオーバーヘッド(SW(ソフトウェア)オーバーヘッド)は、ソフトウェアの処理によって定まるので、通常方式でのオーバーヘッドとページサイズ統一方式でのオーバーヘッドをシステム接続の初期設定時等に測定し、それぞれのオーバーヘッドの平均値を記録しておく。   On the other hand, the overhead due to handling communication (SW (software) overhead) is determined by software processing. Therefore, the overhead in the normal method and the overhead in the unified page size method are measured at the time of initial setting of the system connection, etc. Record the average value of.

たとえば、ページサイズ1と、ページサイズ2が混在する場合、画像データの伝送時間は、ページサイズ1でA秒、ページサイズ2でB秒、ページサイズ1とページサイズ2を包含した特サイズの画像データの伝送時間はC秒とする。また、事前測定でのオーバーヘッドが、通常方式の場合 X秒、ページサイズ統一方式の場合 Y秒であると把握しているものとする。この場合、通常方式を用いた場合のトータル伝送時間は、A+B+X秒 であり、ページサイズ統一方式を用いた場合のトータル伝送時間は、2C+Y である。よって、2C+Y<A+B+X秒 ならば、ページサイズ統一方式を採用し、2C+Y<A+B+X秒 でなければ、通常方式を採用する。   For example, when page size 1 and page size 2 are mixed, the transmission time of the image data is A second for page size 1, B seconds for page size 2, and a special size image including page size 1 and page size 2. The data transmission time is C seconds. In addition, it is assumed that the overhead in the prior measurement is X seconds for the normal method and Y seconds for the page size unified method. In this case, the total transmission time when the normal method is used is A + B + X seconds, and the total transmission time when the page size unified method is used is 2C + Y. Therefore, if 2C + Y <A + B + X seconds, the page size unified method is adopted, and if 2C + Y <A + B + X seconds, the normal method is adopted.

(例3) 複数ページを、ページサイズ統一方式で伝送するページのグループと、通常方式で伝送するページのグループに分ける場合
A4サイズとLetterサイズのように比較的近い異なるページサイズについては特サイズに統一して伝送することが効率的となる。しかし、これらとサイズが大きく異なるページが混在する場合に、すべてのページに対して1つの特サイズを設定すると、特サイズが大きくなって冗長データのデータ量が増えて、伝送時間が長くなってしまう。
(Example 3) When dividing multiple pages into a group of pages that are transmitted using the uniform page size method and a group of pages that are transmitted using the normal method For different page sizes that are relatively close, such as A4 size and Letter size, use special sizes. It becomes efficient to transmit uniformly. However, if there are mixed pages that differ greatly in size, setting one special size for all pages increases the special size, increasing the amount of redundant data, and increasing the transmission time. End up.

そこで、印刷対象の複数ページをページサイズ統一方式で伝送するページのグループと、通常方式で伝送するページのグループにグループ分けすることで、トータルの伝送時間を短くする。   Therefore, the total transmission time is shortened by grouping a plurality of pages to be printed into a group of pages that are transmitted by the uniform page size method and a group of pages that are transmitted by the normal method.

図6は、A4、Letter、A4、A3の4ページを連続して印刷する場合の例を示している。図6の上部は従来の方式で伝送した場合を、図6の下部は、A4とLetterのページにページサイズ統一方式を採用しA3のページに通常方式を最小して伝送した場合を示している。特サイズはA4サイズとLetterサイズを包含するページサイズ(図4参照)である。   FIG. 6 shows an example in which four pages of A4, Letter, A4, and A3 are continuously printed. The upper part of FIG. 6 shows the case where transmission is performed by the conventional method, and the lower part of FIG. 6 shows the case where the page size unified method is adopted for the A4 and Letter pages and the normal method is transmitted to the A3 page with the minimum normal method. . The special size is a page size (see FIG. 4) including A4 size and Letter size.

ここでは、プリンタエンジン部30は、page-start を受ける毎に次ページ用のメモリ領域を確保するものとする。具体的には、受信したpage-start にページサイズ情報が含まれていれば、当該page-startに係るページは、そのページサイズ情報が示すページサイズであると判断し、対応するサイズのメモリ領域を確保する。受信したpage-start にページサイズ情報が含まれていなければ、当該page-startに係るページは、前のページと同じサイズと判断し、前のページと同じサイズのメモリ領域を確保する。   Here, it is assumed that the printer engine unit 30 secures a memory area for the next page every time page-start is received. Specifically, if page size information is included in the received page-start, it is determined that the page related to the page-start is the page size indicated by the page size information, and a memory area of the corresponding size Secure. If page size information is not included in the received page-start, the page related to the page-start is determined to be the same size as the previous page, and a memory area having the same size as the previous page is secured.

実施の形態の例3の伝送では、プリンタコントローラ10は、最初に、シリアル通信で job-start をプリンタエンジン部30に送信する。job-start には、当該ジョブを構成するページ数が含まれる。すべてのページサイズが同一であることを示す情報は含まれない。   In the transmission of Example 3 of the embodiment, the printer controller 10 first transmits job-start to the printer engine unit 30 by serial communication. job-start contains the number of pages that make up the job. Information indicating that all page sizes are the same is not included.

次に、プリンタコントローラ10はシリアル通信で page-start を送信する。最初のpage-start には、ページの開始を示す情報と共に、画像データが表すページのページサイズ情報(特サイズを示す情報)が含まれる。page-start を受信したプリンタエンジン部30は、これに含まれるページサイズ情報に対応するページサイズで、このpage-start に対応するページ用のメモリ領域を確保する。   Next, the printer controller 10 transmits page-start by serial communication. The first page-start includes page size information (information indicating the special size) of the page represented by the image data together with information indicating the start of the page. The printer engine unit 30 that has received page-start secures a memory area for the page corresponding to this page-start with the page size corresponding to the page size information included therein.

page-start に続けて、プリンタコントローラ10は、画像バスを通じてプリンタエンジン部30に1ページ目の画像データを送信する。この画像データは、A4サイズの画像データに冗長データ(余白など)を付加して特サイズに変換したものである。プリンタエンジン部30は受信した画像データを、先ほど確保したメモリ領域に格納する。また、プリンタコントローラ10は、1ページ目の画像データの伝送中にシリアル通信を使用して1ページ目の画像データを印刷するための第2関連情報をプリンタエンジン部30に送信する。ここでは、冗長データを付加する前のページサイズ(A4)を示す元ページサイズ情報、印刷に使用する用紙の給紙元とする給紙トレイの情報などを第2関連情報として画像データの伝送中に送信する。   Subsequent to page-start, the printer controller 10 transmits the image data of the first page to the printer engine unit 30 through the image bus. This image data is obtained by adding redundant data (such as margins) to A4 size image data and converting it to a special size. The printer engine unit 30 stores the received image data in the previously reserved memory area. In addition, the printer controller 10 transmits second related information for printing the image data of the first page to the printer engine unit 30 using serial communication during the transmission of the image data of the first page. Here, the original page size information indicating the page size (A4) before adding the redundant data, the information of the paper feed tray as the paper feed source of the paper used for printing, and the like are being transmitted as the second related information. Send to.

プリンタコントローラ10は、画像データの送信終了後、シリアル通信でページの終了を示すpage-end をプリンタエンジン部30へ送信する。   After completing the transmission of the image data, the printer controller 10 transmits page-end indicating the end of the page to the printer engine unit 30 by serial communication.

続けて、プリンタコントローラ10は、2ページ目のpage-start を送信する。このpage-start はページの開始を示す情報だけでページサイズ情報は含まれない。そのため、プリンタエンジン部30は、前のページと同じサイズでメモリ領域を確保する。   Subsequently, the printer controller 10 transmits page-start for the second page. This page-start is only information indicating the start of the page and does not include page size information. Therefore, the printer engine unit 30 reserves a memory area with the same size as the previous page.

プリンタコントローラ10は、2ページ目のpage-start に続けて、画像バスを通じてプリンタエンジン部30に2ページ目の画像データを送信する。2ページ目の画像データはLetterサイズの画像データに冗長データを付加して特サイズに変換したものである。プリンタエンジン部30は受信した画像データを先ほど確保したメモリ領域に格納する。また、プリンタコントローラ10は、画像データの伝送中にシリアル通信を使用して2ページ目の画像データを印刷するための第2関連情報をプリンタエンジン部30に送信する。この第2関連情報は、2ページ目の画像データの真のサイズ(冗長データを付加する前のページサイズ(ここでは、Letterサイズ)を示す元ページサイズ情報、給紙トレイの情報などである。   Following the page-start of the second page, the printer controller 10 transmits the image data of the second page to the printer engine unit 30 through the image bus. The image data on the second page is obtained by adding redundant data to letter-size image data and converting it to a special size. The printer engine unit 30 stores the received image data in the previously reserved memory area. In addition, the printer controller 10 transmits second related information for printing the image data of the second page to the printer engine unit 30 using serial communication during transmission of the image data. The second related information includes original page size information indicating the true size of the image data of the second page (a page size before adding redundant data (here, Letter size), information on a paper feed tray, and the like.

プリンタコントローラ10は、2ぺージ目の画像データの送信終了後、シリアル通信でページの終了を示すpage-end を送信する。そして、3ページ目についても2ページ目と同様にして、page-start、冗長データを付加して特サイズに変換した画像データ、第2関連情報(元ページサイズ情報(A4)を含む)、page-end を送信する。   After completing the transmission of the second page of image data, the printer controller 10 transmits a page-end indicating the end of the page by serial communication. The third page is the same as the second page, page-start, image data converted to a special size by adding redundant data, second related information (including the original page size information (A4)), page Send -end.

次に、プリンタコントローラ10は、4ページ目のpage-start を送信する。4ページ目は、通常方式で伝送する。この4ページ目のpage-start は、ページの開始を示す情報と、A3サイズを示すページサイズ情報が含まれる。page-start を受信したプリンタエンジン部30は、該page-startにページサイズ情報が含まれているので、該ページサイズ情報に対応するサイズのメモリ領域(A3に対応するメモリ領域)を確保する。   Next, the printer controller 10 transmits page-start for the fourth page. The fourth page is transmitted by the normal method. The page-start of the fourth page includes information indicating the start of the page and page size information indicating the A3 size. The printer engine unit 30 that has received page-start secures a memory area (memory area corresponding to A3) having a size corresponding to the page size information because the page size information is included in the page-start.

page-start に続けて、プリンタコントローラ10は、画像バスを通じてプリンタエンジン部30に4ページ目の画像データを送信する。この画像データは、A3サイズの画像データであり、冗長データは付加されていない。プリンタエンジン部30は受信した画像データを、先ほど確保したメモリ領域に格納する。また、プリンタコントローラ10は、4ページ目の画像データの伝送中にシリアル通信を使用して4ページ目の画像データを印刷するための第2関連情報をプリンタエンジン部30に送信する。ここでは、冗長データを付加していないが、処理の共通化を図るために、元ページサイズ情報(A3)、印刷に使用する用紙の給紙元とする給紙トレイの情報などを第2関連情報として画像データの伝送中に送信する。   Subsequent to page-start, the printer controller 10 transmits the image data of the fourth page to the printer engine unit 30 through the image bus. This image data is A3 size image data, and no redundant data is added. The printer engine unit 30 stores the received image data in the previously reserved memory area. Further, the printer controller 10 transmits second related information for printing the image data of the fourth page to the printer engine unit 30 using serial communication during the transmission of the image data of the fourth page. Here, redundant data is not added, but in order to make the processing common, the original page size information (A3), information on the paper feed tray as the paper feed source of the paper used for printing, and the like are related to the second. Information is transmitted during transmission of image data.

その後、プリンタコントローラ10は、job-end を送信して、当該ジョブに係るデータの送信を終了する。   Thereafter, the printer controller 10 transmits job-end, and ends transmission of data relating to the job.

プリンタエンジン部30は、特サイズの画像データは、第2関連情報に含まれる元ページサイズ情報が示すページサイズにトリミングした上で印刷する。A3等の定型サイズで受信した画像データについては、そのサイズのまま印刷する。   The printer engine unit 30 prints the special-size image data after trimming it to the page size indicated by the original page size information included in the second related information. For image data received in a standard size such as A3, the size is printed as it is.

ページサイズ統一方式を採用するか通常方式を採用するかの判断において、毎回、伝送時間を算出して比較してもよいが、ページサイズごとに画像データの伝送時間を予めテーブル化しておき(画像データの伝送はハードウェア依存のため予め伝送時間を算出可能)、初期設定でオーバーヘッドの平均値を取得した時に、各種のまとめ方のケースについて伝送時間を比較して、適切なまとめ方を予め決めるようにしてもよい。   When deciding whether to adopt the uniform page size method or the normal method, the transmission time may be calculated and compared each time, but the transmission time of the image data is tabulated in advance for each page size (image (Transmission time can be calculated in advance because data transmission depends on hardware), and when the average value of overhead is acquired in the initial setting, the transmission time is compared for various cases of summarization, and an appropriate summarization method is determined in advance. You may do it.

このように、画像サイズが近いページ(たとえば、A4とLetter)はページサイズ統一方式を使用して伝送し、サイズが大きく異なるページ(たとえば、A3)は、まとめずに通常方式で伝送することで、伝送時間を最小にするように最適化することができる。   In this way, pages with similar image sizes (for example, A4 and Letter) are transmitted using the unified page size method, and pages with greatly different sizes (for example, A3) are transmitted by the normal method without being collected. , Can be optimized to minimize the transmission time.

(例4) 複数ページを、グループ分けし、第1グループは特サイズAでページサイズ統一方式を使用して伝送し、第2グループは特サイズBでページサイズ統一方式を使用して伝送する場合
たとえば、A4サイズ、Letterサイズ、B5サイズ、B6Sサイズが混在する複数ページを連続印刷する場合に、サイズの近いページ同士が同じグループになるように、第1グループ(A4とLetterのページ)と、第2グループ(B5とB6Sのページ)にグループわけし、第1グループには特サイズAを、第2グループには特サイズBを設定して、第1グループと第2グループに個別にページサイズ統一方式を採用する。
(Example 4) When multiple pages are grouped, the first group is transmitted using special size A and page size standardization method, and the second group is special size B and transmitted using page size standardization method For example, when continuously printing a plurality of pages in which A4 size, Letter size, B5 size, and B6S size coexist, the first group (A4 and Letter pages) so that pages of similar sizes are in the same group, Divided into second groups (B5 and B6S pages), special size A is set for the first group, special size B is set for the second group, and page sizes are individually set for the first group and the second group. Adopt a unified method.

図7の上部は、上記4ページ(A4、Letter、B5、B6S)を従来の方式で伝送する場合を示し、図7の下部は、上記4ページを第1グループ(A4とLetterのページ)と第2グループ(B5とB6Sのページ)にグループ分けし、各グループに個別にページサイズ統一方式を適用して伝送する場合を示している。   The upper part of FIG. 7 shows the case where the above four pages (A4, Letter, B5, B6S) are transmitted by the conventional method, and the lower part of FIG. 7 shows the above four pages as the first group (A4 and Letter pages). A case is shown in which a group is divided into second groups (B5 and B6S pages), and transmission is performed by individually applying a page size unification method to each group.

プリンタコントローラ10は、第1ページのpage-start では特サイズAを通知し、第2ページのpage-start ではページサイズ情報は通知しない。また、プリンタコントローラ10は、第1ページの第2関連情報では元ページサイズ情報としてA4をプリンタエンジン部30に通知し、第2ページの第2関連情報では元ページサイズ情報としてLetterをプリンタエンジン部30に通知する。   The printer controller 10 notifies the special size A at the page-start of the first page, and does not notify the page size information at the page-start of the second page. Further, the printer controller 10 notifies the printer engine unit 30 of A4 as the original page size information in the second related information of the first page, and Letter as the original page size information in the second related information of the second page. 30 is notified.

プリンタコントローラ10は、第3ページのpage-start では特サイズBを通知し、第4ページのpage-start ではページサイズ情報は通知しない。また、プリンタコントローラ10は、第3ページの第2関連情報では元ページサイズ情報としてB5をプリンタエンジン部30に通知し、第4ページの第2関連情報では元ページサイズ情報としてB6Sをプリンタエンジン部30に通知する。   The printer controller 10 notifies the special size B in the page-start of the third page and does not notify the page size information in the page-start of the fourth page. The printer controller 10 notifies the printer engine unit 30 of B5 as the original page size information in the second related information on the third page, and B6S as the original page size information in the second related information of the fourth page. 30 is notified.

これにより、プリンタエンジン部30は、第1ページと第2ページは特サイズAのページと判断してメモリ領域を確保し、第3ページと第4ページは特サイズBのページと判断してメモリ領域を確保する。また、プリンタエンジン部30は、第1ページを印刷するときは特サイズAの画像データをA4サイズにトリミングし、第2ページを印刷するときは特サイズAの画像データをLetterサイズにトリミングし、第3ページを印刷するときは特サイズBの画像データをB5サイズにトリミングし、第4ページを印刷するときは特サイズBの画像データをB6Sサイズにトリミングする。   Accordingly, the printer engine unit 30 determines that the first page and the second page are pages of the special size A and secures a memory area, and determines that the third page and the fourth page are pages of the special size B and stores the memory area. Reserve space. The printer engine unit 30 trims the special size A image data to A4 size when printing the first page, and trims the special size A image data to letter size when printing the second page. When printing the third page, the special size B image data is trimmed to the B5 size, and when printing the fourth page, the special size B image data is trimmed to the B6S size.

なお、例3、例4のようにグループ分けする前に、ページの並び順をグループ分けに適した順に並びかえるようにしてもよい。たとえば、図6において、3ページ目にA3が4ページ目にA4が位置していた場合、これらを図6に示すように並び替えてからグループ分けする。   In addition, before grouping like Example 3 and Example 4, you may make it arrange the arrangement order of a page in the order suitable for grouping. For example, in FIG. 6, when A3 is located on the third page and A4 is located on the fourth page, these are rearranged as shown in FIG. 6 and then grouped.

図8は、プリンタコントローラ10が例2〜例4に対応した動作を行う場合の処理を示す流れ図である。ジョブ(あるいは結合ジョブ)を構成する全ページが同一サイズでない場合は(図3のステップS103;No)、グループ分けが必要か否かを判断する(ステップS201)。   FIG. 8 is a flowchart showing processing when the printer controller 10 performs an operation corresponding to Example 2 to Example 4. If all pages constituting the job (or combined job) are not the same size (step S103; No in FIG. 3), it is determined whether grouping is necessary (step S201).

グループ分けの必要がない場合は、該ジョブを構成する複数ページに対して1つの特サイズを設定する(ステップS202)。そして、各ページの画像データに冗長データを付加して特サイズの画像データに変換する(ステップS203)。その後、各ページについて、page-start、page-end で送信すべき情報、および各ページの画像データ送信中に送信すべき第2関連情報を作成する(ステップS204)。この場合は、1ページのpage-start には、ステップS202で設定した特サイズを示すページサイズ情報を含め、2ページ以降の各ページのpage-start にはページサイズ情報を含めない。また、各ページの第2関連情報には冗長データを付加する前のページサイズを示す元ページサイズ情報含める。その後、図3のステップS105に移行して、処理を継続する。   If there is no need for grouping, one special size is set for a plurality of pages constituting the job (step S202). Then, redundant data is added to the image data of each page to convert it into special size image data (step S203). Thereafter, for each page, information to be transmitted by page-start and page-end, and second related information to be transmitted during image data transmission of each page are created (step S204). In this case, page size information indicating the special size set in step S202 is included in the page-start of one page, and page size information is not included in the page-start of each page after the second page. The second related information of each page includes original page size information indicating the page size before adding redundant data. Thereafter, the process proceeds to step S105 in FIG.

グループ分けが必要な場合は(ステップS201;Yes)、予め作成してあるテーブル等を参照して、当該ジョブを構成する複数ページを複数のグループに分ける(ステップS205)。ここでは、類似したページサイズを同一グループ、あるいは、規定の用紙サイズ(たとえば、A3)のグループにグループ分けする。   When grouping is necessary (step S201; Yes), a plurality of pages constituting the job are divided into a plurality of groups with reference to a table created in advance (step S205). Here, similar page sizes are grouped into the same group or a group of a prescribed paper size (for example, A3).

次に、グループ毎に、そのグループに1つに特サイズ、あるいは、規定のページサイズを設定し(ステップS207)、設定したページサイズが特サイズならば(ステップS208;Yes)、当該グループに属する各ページの画像データに冗長データを付加して特サイズの画像データに変換し(ステップS209)ステップS210に移行する。特サイズでなければ(ステップS208;No)、ステップS210に移行する。   Next, for each group, one special size or a specified page size is set for the group (step S207), and if the set page size is the special size (step S208; Yes), it belongs to the group. Redundant data is added to the image data of each page to convert it into special size image data (step S209), and the process proceeds to step S210. If it is not a special size (step S208; No), the process proceeds to step S210.

ステップS210では、該グループの各ページについて、page-start、page-endで送信すべき情報、および各ページの画像データ送信中に送信すべき第2関連情報を作成する。たとえば、特サイズを設定したグループならば、このグループ内の1ページのpage-start には、ステップS207で設定した特サイズを示すページサイズ情報を含め、2ページ以降の各ページのpage-startにはページサイズ情報を含めない。また、このグループに属する各ページの第2関連情報には冗長データを付加する前のページサイズを示す元ページサイズ情報含める。   In step S210, for each page of the group, information to be transmitted by page-start and page-end and second related information to be transmitted during image data transmission of each page are created. For example, in the case of a group for which a special size is set, the page-start for one page in this group includes the page size information indicating the special size set in step S207, and the page-start for each page after the second page. Does not include page size information. The second related information of each page belonging to this group includes original page size information indicating a page size before adding redundant data.

規定の用紙サイズを設定したグループの場合、このグループ内の1ページのpage-start には、ステップS207で設定した規定の用紙サイズを示すページサイズ情報を含め、2ページ以降の各ページのpage-start にはページサイズ情報を含めない。また、このグループに属する各ページの第2関連情報にはステップS207で設定した規定の用紙サイズを示す元ページサイズ情報含める。   In the case of a group in which a specified paper size is set, the page-start of one page in this group includes page size information indicating the specified paper size set in step S207, and the page- of each page after the second page. Start does not include page size information. The second related information of each page belonging to this group includes original page size information indicating the specified paper size set in step S207.

以上の処理が全グループについて終了したか否かを判断し(ステップS211)、終了していない場合は(ステップS211;No)、ステップS206に戻って、次のグループについて処理する。全グループについて処理完了ならば(ステップS211;Yes)、図3のステップS105に移行して、処理を継続する。   It is determined whether or not the above processing has been completed for all groups (step S211). If not completed (step S211; No), the process returns to step S206 to process the next group. If the processing is completed for all groups (step S211; Yes), the processing proceeds to step S105 in FIG.

なお、冗長データの付加は、そのページの画像データをプリンタエンジン部30に送信するときに行うようにしてもよい。   The redundant data may be added when the image data of the page is transmitted to the printer engine unit 30.

図9は、プリンタエンジン部30がプリンタコントローラ10からデータを受信する際に行う処理を示す流れ図である。この処理は、前述の例3、例4を対象としている。job-start を受信したら(ステップS301;Yes)、続けて、page-start の受信を待機する(ステップS302)。そして、page-start を受信したら(ステップS302;Yes)、このpage-start にページサイズ情報が含まれるか否かを判断する(ステップS303)。   FIG. 9 is a flowchart showing processing performed when the printer engine unit 30 receives data from the printer controller 10. This processing is intended for the above-described examples 3 and 4. If job-start is received (step S301; Yes), it waits for reception of page-start (step S302). When page-start is received (step S302; Yes), it is determined whether or not page size information is included in this page-start (step S303).

ページサイズ情報が含まれている場合は(ステップS303;Yes)、該ページサイズ情報が示すサイズで画像データを受信するためのメモリ領域を確保して(ステップS304)、ステップS306に移行する。受信したpage-start にページサイズ情報が含まれていない場合は(ステップS303;No)、前回と同じページサイズでメモリ領域を確保して(ステップS305)、ステップS306に移行する。   If page size information is included (step S303; Yes), a memory area for receiving image data at the size indicated by the page size information is secured (step S304), and the process proceeds to step S306. If the received page-start does not include page size information (step S303; No), a memory area is secured with the same page size as the previous time (step S305), and the process proceeds to step S306.

ステップS306では、ステップS304またはS305で確保したメモリ領域に画像データを受信して格納し、かつ、これと並行してシリアル通信でプリンタコントローラ10から伝送されてくる第2関連情報を受信する。第2関連情報は受信中の画像データに紐付けて記憶する。   In step S306, the image data is received and stored in the memory area secured in step S304 or S305, and the second related information transmitted from the printer controller 10 by serial communication is received in parallel therewith. The second related information is stored in association with the image data being received.

その後、page-end を受信したら(ステップS307;Yes)、ステップS302に戻って処理を継続する。   Thereafter, when page-end is received (step S307; Yes), the process returns to step S302 and continues.

page-start を受信せず(ステップS302;No)、job-end を受信した場合は(ステップS308;Yes)、本処理を終了する。   If page-start is not received (step S302; No) and job-end is received (step S308; Yes), this processing is terminated.

なお、例1、例2を対象とする場合には、job-start に含まれるページ数の情報に基づいて最初に全ページ分のメモリ領域を確保すればよい。   When Example 1 and Example 2 are targeted, memory areas for all pages may be secured first based on the information on the number of pages included in job-start.

図10は、プリンタエンジン部30がメモリに格納してある画像データに基づいて印刷を実行する際の処理を示す流れ図である。プリンタエンジン部30は、印刷するページの画像データに紐付けて記憶してある第2関連情報に含まれる元ページサイズ情報(印刷時のページサイズ情報)を取得する(ステップS401)。   FIG. 10 is a flowchart showing processing when the printer engine unit 30 executes printing based on image data stored in the memory. The printer engine unit 30 acquires the original page size information (page size information at the time of printing) included in the second related information stored in association with the image data of the page to be printed (step S401).

プリンタエンジン部30は、このページの画像データのサイズ(メモリ確保時のページサイズ)と元ページサイズを比較し(ステップS402)、これらが一致しない場合は(ステップS403;No)、画像データを元ページサイズの画像データにトリミングし(ステップS404)、トリミング後の画像データに基づく画像を元ページサイズの用紙に印刷する(ステップS405)。   The printer engine unit 30 compares the image data size of this page (page size at the time of memory allocation) with the original page size (step S402), and if they do not match (step S403; No), the image data is returned to the original The image data is trimmed to page size image data (step S404), and an image based on the trimmed image data is printed on the original page size paper (step S405).

プリンタエンジン部30は、メモリ確保時のページサイズと元ページサイズが一致する場合は(ステップS403;Yes)、トリミングせず、その画像データに基づく画像をその画像データのページサイズに対応する用紙に印刷する(ステップS405)。なお、ステップS405では第2関連情報で指定された給紙トレイから給紙する。   If the page size at the time of securing the memory matches the original page size (step S403; Yes), the printer engine unit 30 does not perform trimming and uses an image based on the image data on a sheet corresponding to the page size of the image data. Printing is performed (step S405). In step S405, the paper is fed from the paper feed tray specified by the second related information.

このように、実施の形態に係る印刷システム5では、画像データの印刷に使用する関連情報をプリンタコントローラ10からプリンタエンジン部30に伝送する際のオーバーヘッドを減らして伝送時間を短縮することができる。   As described above, in the printing system 5 according to the embodiment, the transmission time can be shortened by reducing the overhead when transmitting the related information used for printing the image data from the printer controller 10 to the printer engine unit 30.

以上、本発明の実施の形態を図面によって説明してきたが、具体的な構成は実施の形態に示したものに限られるものではなく、本発明の要旨を逸脱しない範囲における変更や追加があっても本発明に含まれる。   The embodiment of the present invention has been described with reference to the drawings. However, the specific configuration is not limited to that shown in the embodiment, and there are changes and additions within the scope of the present invention. Are also included in the present invention.

実施の形態では、関連情報をシリアル通信で伝送したが、関連情報の伝送方式はこれに限定されるものではない。画像データの伝送中で画像データと並行して関連情報をプリンタエンジン部30に伝送可能であれ任意の伝送方式でかまわない。   In the embodiment, the related information is transmitted by serial communication, but the transmission method of the related information is not limited to this. Any transmission method may be used as long as the related information can be transmitted to the printer engine unit 30 in parallel with the image data during the transmission of the image data.

画像データの伝送前にプリンタエンジン部30に伝送する必要のない関連情報は、可能な限り、画像データの伝送中に伝送することが望ましいが、画像データの伝送前にプリンタエンジン部30に伝送する必要のない関連情報の一部をpage-start に含め、第1関連情報として伝送するように構成されてもよい。   It is desirable that related information that does not need to be transmitted to the printer engine unit 30 before transmission of image data is transmitted during transmission of image data as much as possible, but is transmitted to the printer engine unit 30 before transmission of image data. A part of unnecessary related information may be included in page-start and transmitted as the first related information.

実施の形態では、画像データに冗長データを付加しないページについても第2関連情報に元ページサイズ情報を含める例を示したが、画像データに冗長データを付加しないページについては、第2関連情報に元ページサイズ情報を含めないようにしてもよい。この場合、ステップS402〜S404において、第2関連情報に元ページサイズ情報が含まれる場合はそのサイズでトリミングし、含まれない場合はトリミングしない、ようにすればよい。   In the embodiment, the example in which the original page size information is included in the second related information also for the page in which the redundant data is not added to the image data has been shown. However, the page in which the redundant data is not added to the image data The original page size information may not be included. In this case, in steps S402 to S404, if the original page size information is included in the second related information, trimming is performed at that size, and if not included, trimming is not performed.

冗長データは、余白のデータに限定されない。トリミングされて印刷されない部分なので任意のデータでよい。   Redundant data is not limited to margin data. Arbitrary data is sufficient because it is a portion that is not trimmed and printed.

5…印刷システム
10…プリンタコントローラ
11…制御部
12…受信部
13…記憶部
14…シリアル通信部
15…画像データ送信部
21…特サイズ設定部
22…展開部
23…冗長データ付加部
24…関連情報生成部
30…プリンタエンジン部
31…制御部
32…記憶部
33…画像形成部
34…シリアル通信部
35…画像データ受信部
36…トリミング部
37…メモリ確保部
DESCRIPTION OF SYMBOLS 5 ... Printing system 10 ... Printer controller 11 ... Control part 12 ... Reception part 13 ... Memory | storage part 14 ... Serial communication part 15 ... Image data transmission part 21 ... Special size setting part 22 ... Expansion | deployment part 23 ... Redundant data addition part 24 ... Related Information generating unit 30 ... Printer engine unit 31 ... Control unit 32 ... Storage unit 33 ... Image forming unit 34 ... Serial communication unit 35 ... Image data receiving unit 36 ... Trimming unit 37 ... Memory securing unit

Claims (21)

印刷ジョブを受信する受信部と、
受信した印刷ジョブを記憶する記憶部と、
前記記憶部に記憶されている印刷ジョブの各ページをラスタライズして画像データを生成する展開部と、
前記展開部が生成した画像データをプリンタエンジン部に第1伝送路を通じて伝送する第1伝送部と、
前記画像データの印刷に使用される関連情報を前記プリンタエンジン部に第2伝送路を通じて伝送する第2伝送部と、
前記画像データおよび前記関連情報の前記プリンタエンジン部への伝送を制御する制御部と、
を備え、
前記制御部は、前記関連情報として第1関連情報と第2関連情報を作成し、前記第1関連情報は前記画像データの伝送前に前記プリンタエンジン部へ伝送し、前記第2関連情報は画像データの伝送中に前記プリンタエンジン部へ伝送する
ことを特徴とするプリンタコントローラ。
A receiving unit for receiving a print job;
A storage unit for storing received print jobs;
A developing unit that rasterizes each page of the print job stored in the storage unit to generate image data;
A first transmission unit that transmits the image data generated by the expansion unit to the printer engine unit through a first transmission path;
A second transmission unit for transmitting related information used for printing the image data to the printer engine unit through a second transmission path;
A control unit that controls transmission of the image data and the related information to the printer engine unit;
With
The control unit creates first related information and second related information as the related information, the first related information is transmitted to the printer engine unit before transmission of the image data, and the second related information is an image. A printer controller, wherein data is transmitted to the printer engine unit during transmission.
前記第1関連情報は、前記画像データが表すページのページサイズ情報を含む
ことを特徴とする請求項1に記載のプリンタコントローラ。
The printer controller according to claim 1, wherein the first related information includes page size information of a page represented by the image data.
前記制御部は、ページサイズが同じ複数ページの画像データを続けて前記プリンタエンジン部に伝送する場合に、前記複数ページのうちの先頭ページの画像データの伝送前に前記ページサイズ情報を伝送し、前記複数ページのうちの2ページ目以降の画像データについては画像データ伝送前の前記ページサイズ情報の伝送を省略する
ことを特徴とする請求項2に記載のプリンタコントローラ。
The control unit, when continuously transmitting image data of a plurality of pages having the same page size to the printer engine unit, transmits the page size information before transmitting image data of the first page of the plurality of pages, The printer controller according to claim 2, wherein transmission of the page size information before image data transmission is omitted for image data of the second and subsequent pages of the plurality of pages.
前記制御部は、異なるページサイズが混在する複数ページの画像データを続けて前記プリンタエンジン部に伝送する場合に、前記複数ページの全てのページサイズを包含可能な特殊ページサイズを設定し、前記複数ページの各ページの画像データを冗長データの付加によって前記特殊ページサイズの画像データに変換して前記プリンタエンジン部へ伝送すると共に、前記複数ページのうちの先頭ページの画像データの伝送前に前記特殊ページサイズのページサイズ情報を伝送し、前記複数ページのうちの2ページ目以降の画像データについては画像データ伝送前の前記ページサイズ情報の伝送を省略する、ページサイズ統一方式の伝送方式を取り得る
ことを特徴とする請求項2または3に記載のプリンタコントローラ。
The control unit sets a special page size that can include all page sizes of the plurality of pages when continuously transmitting a plurality of pages of image data in which different page sizes are mixed to the printer engine unit, The image data of each page of the page is converted into the image data of the special page size by adding redundant data and transmitted to the printer engine unit, and the image data of the first page of the plurality of pages is transmitted before transmission of the special data. A page size unified transmission method can be used in which page size information of the page size is transmitted, and transmission of the page size information before image data transmission is omitted for the second and subsequent pages of the plurality of pages. The printer controller according to claim 2, wherein the printer controller is a printer controller.
前記制御部は、少なくとも前記ページサイズ統一方式の伝送方式を適用して画像データを伝送する場合は、画像データの伝送中に前記プリンタエンジン部へ伝送する前記第2関連情報に、前記冗長データを付加する前のページサイズを示す元ページサイズ情報を含める
ことを特徴とする請求項4に記載のプリンタコントローラ。
The control unit applies the redundant data to the second related information to be transmitted to the printer engine unit during transmission of image data when transmitting image data by applying at least the transmission method of the page size unified method. 5. The printer controller according to claim 4, further comprising original page size information indicating a page size before addition.
前記制御部は、異なるページサイズが混在する複数ページを、前記ページサイズ統一方式を使用して伝送した場合の伝送時間と、各ページの画像データを元のページサイズで伝送する通常方式を使用して伝送した場合の伝送時間とを比較し、伝送時間が短い方の伝送方式を使用する
ことを特徴とする請求項4または5に記載のプリンタコントローラ。
The control unit uses a transmission time when a plurality of pages in which different page sizes are mixed is transmitted using the unified page size method, and a normal method for transmitting image data of each page at the original page size. 6. The printer controller according to claim 4, wherein a transmission method with a shorter transmission time is used in comparison with a transmission time when the data is transmitted in the same manner.
前記制御部は、異なるページサイズが混在する複数ページを、2以上のページサイズが混在する第1グループと、前記第1グループと異なる2以上のページサイズが混在する第2グループにグループ分けし、前記第1グループと前記第2グループに対して個別に前記ページサイズ統一方式を適用する
ことを特徴とする請求項4乃至6のいずれか1つに記載のプリンタコントローラ。
The control unit groups a plurality of pages in which different page sizes are mixed into a first group in which two or more page sizes are mixed and a second group in which two or more page sizes different from the first group are mixed, The printer controller according to any one of claims 4 to 6, wherein the page size unification method is individually applied to the first group and the second group.
前記制御部は、異なるページサイズが混在する複数ページを、2以上のページサイズが混在する第1グループと、前記第1グループと異なるページサイズの第3グループにグループ分けし、前記第1グループには前記ページサイズ統一方式を適用し、前記第3グループには各ページの画像データを元のページサイズで伝送する通常方式を適用する
ことを特徴とする請求項4乃至7のいずれか1つに記載のプリンタコントローラ。
The control unit groups a plurality of pages having different page sizes into a first group in which two or more page sizes are mixed and a third group having a page size different from the first group. 8 applies the page size unification method, and applies a normal method for transmitting image data of each page at the original page size to the third group. The printer controller described.
前記制御部は、異なるページサイズが混在する複数ページのページ順を入れ替えてから前記グループ分けをする
ことを特徴とする請求項7または8に記載のプリンタコントローラ。
The printer controller according to claim 7, wherein the control unit performs the grouping after changing a page order of a plurality of pages in which different page sizes are mixed.
前記制御部は、複数のジョブを1つのジョブに結合し、
前記複数ページは、前記結合したジョブを構成するページである
ことを特徴とする請求項3乃至9のいずれか1つに記載のプリンタコントローラ。
The control unit combines a plurality of jobs into one job,
The printer controller according to any one of claims 3 to 9, wherein the plurality of pages are pages constituting the combined job.
情報処理装置で実行されるプログラムであって、
前記情報処理装置を、請求項1乃至10のいずれか1つに記載のプリンタコントローラとして機能させる
ことを特徴とするプログラム。
A program executed by an information processing apparatus,
A program for causing the information processing apparatus to function as the printer controller according to any one of claims 1 to 10.
印刷ジョブの各ページをラスタライズして画像データを生成するプリンタコントローラと、前記プリンタコントローラから伝送されてくる画像データに基づいて印刷するプリンタエンジン部と、を有する印刷システムであって、
前記プリンタコントローラは、
印刷ジョブを受信する受信部と、
受信した印刷ジョブを記憶する記憶部と、
前記記憶部に記憶されている印刷ジョブの各ページをラスタライズして画像データを生成する展開部と、
前記展開部が生成した画像データを前記プリンタエンジン部に第1伝送路を通じて伝送する第1伝送部と、
前記画像データの印刷に使用される関連情報を前記プリンタエンジン部に第2伝送路を通じて伝送する第2伝送部と、
前記画像データおよび前記関連情報の前記プリンタエンジン部への伝送を制御する制御部と、
を備え、
前記制御部は、前記関連情報として第1関連情報と第2関連情報を作成し、前記第1関連情報は前記画像データの伝送前に前記プリンタエンジン部へ伝送し、前記第2関連情報は画像データの伝送中に前記プリンタエンジン部へ伝送し、
前記プリンタエンジン部は、画像データに基づく印刷を、前記プリンタコントローラから受信した前記関連情報に基づいて行う
ことを特徴とする印刷システム。
A printing system comprising: a printer controller that rasterizes each page of a print job to generate image data; and a printer engine unit that prints based on image data transmitted from the printer controller.
The printer controller
A receiving unit for receiving a print job;
A storage unit for storing received print jobs;
A developing unit that rasterizes each page of the print job stored in the storage unit to generate image data;
A first transmission unit that transmits image data generated by the expansion unit to the printer engine unit through a first transmission path;
A second transmission unit for transmitting related information used for printing the image data to the printer engine unit through a second transmission path;
A control unit that controls transmission of the image data and the related information to the printer engine unit;
With
The control unit creates first related information and second related information as the related information, the first related information is transmitted to the printer engine unit before transmission of the image data, and the second related information is an image. Transmit to the printer engine during data transmission,
The printing system, wherein the printer engine unit performs printing based on image data based on the related information received from the printer controller.
前記第1関連情報は、前記画像データが表すページのページサイズ情報を含み、
前記プリンタエンジン部は、前記ページサイズ情報を受信したとき、該ページサイズ情報が示すページサイズに応じたメモリ領域を確保し、該確保したメモリ領域に前記プリンタコントローラから伝送されてくる画像データを格納する
ことを特徴とする請求項12に記載の印刷システム。
The first related information includes page size information of a page represented by the image data,
When receiving the page size information, the printer engine unit reserves a memory area corresponding to the page size indicated by the page size information, and stores image data transmitted from the printer controller in the reserved memory area. The printing system according to claim 12, wherein:
前記制御部は、ページサイズが同じ複数ページの画像データを続けて前記プリンタエンジン部に伝送する場合に、前記複数ページのうちの先頭ページの画像データの伝送前に前記ページサイズ情報を伝送し、前記複数ページのうちの2ページ目以降の画像データについては画像データ伝送前の前記ページサイズ情報の伝送を省略し、
前記プリンタエンジン部は、前記複数ページの各ページについて、前記ページサイズ情報が示すページサイズに応じたメモリ領域を確保する
ことを特徴とする請求項13に記載の印刷システム。
The control unit, when continuously transmitting image data of a plurality of pages having the same page size to the printer engine unit, transmits the page size information before transmitting image data of the first page of the plurality of pages, For image data of the second and subsequent pages of the plurality of pages, transmission of the page size information before image data transmission is omitted,
The printing system according to claim 13, wherein the printer engine unit reserves a memory area corresponding to a page size indicated by the page size information for each of the plurality of pages.
前記制御部は、異なるページサイズが混在する複数ページの画像データを続けて前記プリンタエンジン部に伝送する場合に、前記複数ページの全てのページサイズを包含可能な特殊ページサイズを設定し、前記複数ページの各ページの画像データを冗長データの付加によって前記特殊ページサイズの画像データに変換して前記プリンタエンジン部へ伝送すると共に、前記複数ページのうちの先頭ページの画像データの伝送前に前記特殊ページサイズのページサイズ情報を伝送し、前記複数ページのうちの2ページ目以降の画像データについては画像データ伝送前の前記ページサイズ情報の伝送を省略する、ページサイズ統一方式の伝送方式を採用可能である
ことを特徴とする請求項13または14に記載の印刷システム。
The control unit sets a special page size that can include all page sizes of the plurality of pages when continuously transmitting a plurality of pages of image data in which different page sizes are mixed to the printer engine unit, The image data of each page of the page is converted into the image data of the special page size by adding redundant data and transmitted to the printer engine unit, and the image data of the first page of the plurality of pages is transmitted before transmission of the special data. It is possible to adopt a page size unified transmission method that transmits page size information of the page size and omits the transmission of the page size information before image data transmission for the second and subsequent pages of the plurality of pages. The printing system according to claim 13 or 14, wherein:
前記制御部は、少なくとも前記ページサイズ統一方式の伝送方式を採用して画像データを伝送する場合は、画像データの伝送中に前記プリンタエンジン部へ伝送する前記第2関連情報に、前記冗長データを付加する前のページサイズを示す元ページサイズ情報を含め、
前記プリンタエンジン部は、各ページの画像データを前記元ページサイズ情報に基づいてトリミングして印刷する
ことを特徴とする請求項15に記載の印刷システム。
In the case where the control unit adopts at least the transmission method of the page size unified method and transmits image data, the redundant data is included in the second related information transmitted to the printer engine unit during transmission of image data. Including the original page size information indicating the page size before adding,
The printing system according to claim 15, wherein the printer engine unit trims and prints image data of each page based on the original page size information.
前記制御部は、異なるページサイズが混在する複数ページを、前記ページサイズ統一方式を使用して伝送した場合の伝送時間と、各ページの画像データを元のページサイズで伝送する通常方式を使用して伝送した場合の伝送時間とを比較し、伝送時間が短い方の伝送方式を採用する
ことを特徴とする請求項15または16に記載の印刷システム。
The control unit uses a transmission time when a plurality of pages in which different page sizes are mixed is transmitted using the unified page size method, and a normal method for transmitting image data of each page at the original page size. The printing system according to claim 15 or 16, wherein a transmission method in which the transmission time is shorter is adopted by comparing the transmission time with the transmission time when the transmission is performed.
前記制御部は、異なるページサイズが混在する複数ページを、2以上のページサイズが混在する第1グループと、前記第1グループと異なる2以上のページサイズが混在する第2グループにグループ分けし、前記第1グループと前記第2グループに対して個別に前記ページサイズ統一方式を採用する
ことを特徴とする請求項15乃至17のいずれか1つに記載の印刷システム。
The control unit groups a plurality of pages in which different page sizes are mixed into a first group in which two or more page sizes are mixed and a second group in which two or more page sizes different from the first group are mixed, The printing system according to any one of claims 15 to 17, wherein the page size unification method is individually adopted for the first group and the second group.
前記制御部は、異なるページサイズが混在する複数ページを、2以上のページサイズが混在する第1グループと、前記第1グループと異なるページサイズの第3グループにグループ分けし、前記第1グループには前記ページサイズ統一方式を採用し、前記第3グループには各ページの画像データを元のページサイズで伝送する通常方式を採用する
ことを特徴とする請求項15乃至18のいずれか1つに記載の印刷システム。
The control unit groups a plurality of pages having different page sizes into a first group in which two or more page sizes are mixed and a third group having a page size different from the first group. The method according to any one of claims 15 to 18, wherein the page size is unified, and the third group employs a normal method for transmitting image data of each page at an original page size. The printing system described.
前記制御部は、異なるページサイズが混在する複数ページのページ順を入れ替えてから前記グループ分けをする
ことを特徴とする請求項18または19に記載の印刷システム。
The printing system according to claim 18 or 19, wherein the control unit performs the grouping after changing a page order of a plurality of pages in which different page sizes are mixed.
前記制御部は、複数のジョブを1つのジョブに結合し、
前記複数ページは、前記結合したジョブを構成するページである
ことを特徴とする請求項14乃至20のいずれか1つに記載の印刷システム。
The control unit combines a plurality of jobs into one job,
The printing system according to any one of claims 14 to 20, wherein the plurality of pages are pages constituting the combined job.
JP2017003661A 2017-01-12 2017-01-12 Printer controller, program, printing system Active JP6753317B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017003661A JP6753317B2 (en) 2017-01-12 2017-01-12 Printer controller, program, printing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017003661A JP6753317B2 (en) 2017-01-12 2017-01-12 Printer controller, program, printing system

Publications (2)

Publication Number Publication Date
JP2018111273A true JP2018111273A (en) 2018-07-19
JP6753317B2 JP6753317B2 (en) 2020-09-09

Family

ID=62911661

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017003661A Active JP6753317B2 (en) 2017-01-12 2017-01-12 Printer controller, program, printing system

Country Status (1)

Country Link
JP (1) JP6753317B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002254763A (en) * 2001-02-28 2002-09-11 Ricoh Co Ltd Printer device
US20110157644A1 (en) * 2009-12-28 2011-06-30 Kabushiki Kaisha Toshiba Image forming apparatus
JP2012040867A (en) * 2010-07-23 2012-03-01 Ricoh Co Ltd Image forming apparatus and control method for the same, and image processor and control method for the same

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002254763A (en) * 2001-02-28 2002-09-11 Ricoh Co Ltd Printer device
US20110157644A1 (en) * 2009-12-28 2011-06-30 Kabushiki Kaisha Toshiba Image forming apparatus
JP2012040867A (en) * 2010-07-23 2012-03-01 Ricoh Co Ltd Image forming apparatus and control method for the same, and image processor and control method for the same

Also Published As

Publication number Publication date
JP6753317B2 (en) 2020-09-09

Similar Documents

Publication Publication Date Title
JP2012059093A (en) Printer controller, printing system and program
JP4450039B2 (en) Image forming system and data processing apparatus
JP4887687B2 (en) Printing apparatus and interrupt job memory expanding method
JP2007030252A (en) Image forming system, interruption processing method and printing apparatus
JP4029656B2 (en) Print program and print server
JP6753317B2 (en) Printer controller, program, printing system
US9047552B2 (en) Forming system and image forming apparatus that generate image log data to server
JP4889563B2 (en) Image forming apparatus, image forming method, image forming control program, and recording medium
JP2011143576A (en) Print data generator, image forming apparatus and program
JP6519941B2 (en) PRINT CONTROL DEVICE, IMAGE FORMING SYSTEM, AND PROGRAM
JP3779833B2 (en) Printer system, printer method, and terminal device
JP3583879B2 (en) Printer control device
JP2012165229A (en) Image forming method and image forming apparatus
JP2018122463A (en) Image formation apparatus, image formation method and program of image formation apparatus
JP2009237717A (en) Print control device, print control method, and program
JP5651963B2 (en) Printing system, control method therefor, and program
JP2007069580A (en) Image forming device
JP2008290362A (en) Printing controller and image forming system
JPH10260799A (en) Printer
JP2017109392A (en) Printer, control method and program thereof
JP4052122B2 (en) Print program and print server
JP2003323279A (en) Network print system and management method thereof
JP2017076197A (en) Print control device, printing system, print control method and program
JP2000148418A (en) Printer
JP4428094B2 (en) Image recording control apparatus and image forming system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190913

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200715

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20200721

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200803

R150 Certificate of patent or registration of utility model

Ref document number: 6753317

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150