JP2017177725A - Printing apparatus - Google Patents

Printing apparatus Download PDF

Info

Publication number
JP2017177725A
JP2017177725A JP2016072231A JP2016072231A JP2017177725A JP 2017177725 A JP2017177725 A JP 2017177725A JP 2016072231 A JP2016072231 A JP 2016072231A JP 2016072231 A JP2016072231 A JP 2016072231A JP 2017177725 A JP2017177725 A JP 2017177725A
Authority
JP
Japan
Prior art keywords
printing
print
page
print data
buffer
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
JP2016072231A
Other languages
Japanese (ja)
Other versions
JP6428698B2 (en
Inventor
大 宇野
Masaru Uno
大 宇野
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.)
Brother Industries Ltd
Original Assignee
Brother Industries Ltd
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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2016072231A priority Critical patent/JP6428698B2/en
Publication of JP2017177725A publication Critical patent/JP2017177725A/en
Application granted granted Critical
Publication of JP6428698B2 publication Critical patent/JP6428698B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Printers Characterized By Their Purpose (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)
  • Record Information Processing For Printing (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a printing apparatus for printing on a page-by-page basis, which reduces loss of time in operation even when an image buffer and a print data buffer are provided.SOLUTION: A CPU 32 of a printer 1 executes the following processes including: a development enhancement process, for which the CPU determines, at a first timing before the printing of the current page ends, whether or not buffer development of the next-page image data has completed, and if not, the CPU increases the value of n in a development process in one print period; a second determination process, for which the CPU assumes, upon completion of the next-page image data development, buffer development of the next-page print data begins, and then at a second timing, the CPU determines on an estimation basis whether the printing of the current page continues; a termination control process, for which the CPU, when the printing of the current page has ended, terminates conveyance after the print formation for the current page ends; and a continuation control process, for which the CPU, when the printing of the current page is continuing or when the image data development of the next page has completed, begins the printing of the next page after the printing of the current page ended.SELECTED DRAWING: Figure 2

Description

本発明は、被印字媒体の複数のページに印刷を行う印刷装置に関する。   The present invention relates to a printing apparatus that performs printing on a plurality of pages of a printing medium.

被印字媒体の複数のページに印刷を行う印刷装置が知られている(例えば、特許文献1参照)。この従来技術では、搬送手段(前処理装置及び後処理装置)によって搬送される被印字媒体(印刷用紙)に対し、印字手段(印刷機構部)が印字を形成する。被印字媒体は複数のページを備えており、印字手段は、それら複数のページの各ページごとに、印刷プロセスを実行する。このとき、この印刷装置は、バッファを備えており、バッファにおける各ページごとのビットマップ展開処理に必要な時間が積算され、複数ページの連続印刷が可能か否かが判定される。具体的には、あるページまでのビットマップ展開処理を行うための積算処理時間よりも、その直前のページまでを印刷処理するための積算印刷時間のほうが長い場合に、連続印刷が可能であると判定される。   A printing apparatus that prints on a plurality of pages of a medium to be printed is known (see, for example, Patent Document 1). In this prior art, the printing means (printing mechanism unit) forms a print on the print medium (printing paper) conveyed by the conveying means (pre-processing apparatus and post-processing apparatus). The printing medium includes a plurality of pages, and the printing unit executes a printing process for each of the plurality of pages. At this time, the printing apparatus includes a buffer, and the time required for the bitmap development processing for each page in the buffer is accumulated, and it is determined whether or not continuous printing of a plurality of pages is possible. Specifically, continuous printing is possible when the accumulated printing time for printing up to the previous page is longer than the accumulated processing time for performing bitmap development processing up to a certain page. Determined.

特開2007−276144号公報JP 2007-276144 A

上記従来技術においては、ビットマップ展開処理を行うためのバッファに必要なメモリ容量を十分に大きく取れることが前提となっている。しかしながら、印刷装置の中には、例えば機器レイアウトやスペース等の制約によってメモリ容量を大きくとれないものもある。このような印刷装置(例えばテープ印字装置、ロール紙印字装置、印字ラベル作成装置等)においては、印刷プロセスをなるべく速やかに実行できるように、例えばイメージバッファと印字データバッファとの2つが設けられることがある。   In the above prior art, it is assumed that the memory capacity required for the buffer for performing the bitmap expansion process can be sufficiently large. However, some printing apparatuses cannot take up memory capacity due to restrictions such as device layout and space. In such a printing apparatus (for example, a tape printing apparatus, a roll paper printing apparatus, a print label producing apparatus, etc.), for example, two image buffers and a print data buffer are provided so that the printing process can be executed as quickly as possible. There is.

すなわち、メモリ容量を大きく消費するイメージバッファが例えば低速アクセス領域に設けられる一方、高速アクセス領域に印字データバッファが設けられる。そして、受信したイメージデータはまずイメージバッファに展開される一方、そのイメージデータに対応する印字データが印字データバッファに展開され、印字手段は、この印字データバッファの印字データを参照して印字形成を行う。具体的には、1印字周期中において、現在ページの印字データに応じて印字手段が通電される一方で、これと並行して、次ページのイメージデータがイメージバッファへn印字ライン(nは1以上の整数)ずつ展開される。このようにして、次ページのイメージデータのバッファ展開と現在ページの印字形成とが同時並行して行われつつ、ページ単位で印刷プロセスが実行される。   That is, an image buffer that consumes a large amount of memory capacity is provided in the low-speed access area, for example, while a print data buffer is provided in the high-speed access area. The received image data is first expanded in the image buffer, while the print data corresponding to the image data is expanded in the print data buffer, and the printing means performs print formation with reference to the print data in the print data buffer. Do. Specifically, during one printing cycle, the printing unit is energized according to the printing data of the current page, and in parallel with this, the image data of the next page is transferred to the image buffer by n printing lines (n is 1). (Integer). In this way, the printing process is executed in units of pages while simultaneously developing the buffer of the image data of the next page and printing the current page in parallel.

ところで、搬送手段を駆動するのに通常用いられるモータは、大きな慣性のため始動・停止を急に行うことができない場合がある。そのような場合、通常、各ページの印刷プロセスの開始時には(印字手段による印字形成動作との同期を図りつつ)停止状態から徐々に加速して定常速度に至るいわゆるスルーアップ処理が行われ、印刷プロセスの終了時には(印字手段による印字形成動作との同期を図りつつ)定常速度から徐々に減速して停止状態とするいわゆるスルーダウン処理が行われる。このような処理の結果、各ページごとに印刷プロセスを単に個別に順番に行う場合には、あるページの印刷プロセスでのスルーアップ処理→定常速度での印字形成→スルーダウン処理の後、その次のページの印刷プロセスのスルーアップ処理→定常速度での印字形成→スルーダウン処理、・・のように毎回スルーアップ処理・スルーダウン処理が行われることとなり、時間的なロスが大きくなる場合があった。   By the way, a motor normally used for driving the conveying means may not be able to start and stop suddenly due to a large inertia. In such a case, normally, at the start of the printing process of each page (while synchronizing with the print forming operation by the printing means), a so-called through-up process is performed to gradually accelerate from the stopped state to a steady speed, and print At the end of the process (so as to synchronize with the print forming operation by the printing means), a so-called through-down process is performed in which the vehicle is gradually decelerated from the steady speed and stopped. As a result of such processing, when the printing process is simply performed in order for each page, through-up processing in a printing process for a certain page → print formation at a steady speed → through-down processing, the next Through-up processing of the page printing process → Print formation at steady speed → Through-down processing, etc. Through-through processing and through-down processing are performed every time, and there may be a large time loss. It was.

本発明の目的は、複数ページの被印字媒体の各ページごとに印字形成を行う印刷装置において、制約によりイメージバッファと印字データバッファとの2つが設けられる場合であっても、動作上の時間的なロスが生じるのを低減することができる構成を提供することにある。   An object of the present invention is to provide a printing apparatus that performs print formation for each page of a multi-page printing medium, even if two image buffers and a print data buffer are provided due to restrictions. An object of the present invention is to provide a configuration that can reduce the occurrence of a large loss.

上記目的を達成するために、本願発明は、被印字媒体を搬送する搬送手段と、受信したイメージデータが展開されるイメージバッファと、前記イメージバッファに展開された前記イメージデータに対応する、印字データが展開される印字データバッファと、前記印字データバッファに展開された前記印字データに基づく印字を前記被印字媒体に形成する印字手段と、制御手段と、を有し、前記印字手段は、前記搬送手段の搬送方向と直交する方向に配列されるとともに、前記被印字媒体を前記搬送方向に印刷解像度に分割してなる各印字ライン上に少なくとも各ドットを形成する、複数の発熱素子を備えており、前記制御手段は、前記被印字媒体の複数ページに対し前記搬送手段及び前記印字手段が連携して順次行う印刷プロセスの際に、1印字周期中において、現在ページの前記印字データに応じて前記印字手段を通電する通電処理と、前記現在ページの次ページの前記イメージデータを前記イメージバッファへn印字ライン(nは1以上の特定の整数)ずつ展開する展開処理と、を並行して実行する印刷装置であって、前記制御手段は、さらに、前記現在ページに対する前記印刷プロセスが終了する前の所定の第1タイミングにおいて、前記次ページの前記イメージデータの前記イメージバッファへの展開が完了しているか否かを判定する第1判定処理と、前記第1判定処理により前記次ページの前記イメージデータの展開が完了していないと判定された場合に、前記1印字周期中において前記通電処理と共に実行される前記展開処理における前記nの値を増大させる展開増強処理と、前記展開増強処理が開始された後、前記次ページの前記イメージデータの展開完了時に対応する当該次ページの前記印字データの前記印字データバッファへの展開を開始したと想定したときに、その後の所定の第2タイミングにおいて、前記現在ページに対する前記印刷プロセスが継続しているか否かを予測判定する第2判定処理と、前記第2判定処理により、前記第2タイミングにおいて前記現在ページに対する前記印刷プロセスが継続せず終了していると予測された場合には、前記印字手段による前記現在ページの前記印字データに対応した前記印字の形成の終了後、前記搬送手段を搬送停止する、停止制御処理と、前記第2判定処理により、前記第2タイミングにおいて前記現在ページに対する前記印刷プロセスが継続していると予測された場合、若しくは、前記第1判定処理により、前記次ページの前記イメージデータの展開が完了していると判定された場合には、前記印字手段による前記現在ページの前記印字データに対応した前記印字の形成の終了後、前記搬送手段の搬送を停止させることなく、引き続き前記印字手段による前記次ページの前記印字データに対応した前記印字の形成を開始する、続行制御処理と、を実行することを特徴とする。   In order to achieve the above object, the present invention relates to a conveying means for conveying a printing medium, an image buffer in which received image data is expanded, and print data corresponding to the image data expanded in the image buffer. A print data buffer in which the print data is developed, a print unit that forms a print on the print medium based on the print data developed in the print data buffer, and a control unit, and the print unit includes the transport A plurality of heating elements that are arranged in a direction perpendicular to the transport direction of the means and that form at least each dot on each print line obtained by dividing the print medium in the transport direction into print resolutions. In the printing process that the transport unit and the printing unit sequentially perform with respect to a plurality of pages of the medium to be printed, In the character cycle, energization processing for energizing the printing means in accordance with the print data of the current page, and the image data of the next page of the current page are transferred to the image buffer by n print lines (n is a specific number of 1 or more). And an expansion process that performs expansion in units of integers, wherein the control unit further includes the next page at a predetermined first timing before the printing process for the current page is completed. The first determination process for determining whether or not the development of the image data to the image buffer is completed, and the first determination process determines that the development of the image data of the next page is not completed. Expansion in which the value of n is increased in the expansion process executed together with the energization process during the one printing cycle. When it is assumed that, after the expansion enhancement process is started, expansion of the print data of the next page corresponding to the completion of expansion of the image data of the next page is started to the print data buffer, Thereafter, at a predetermined second timing, a second determination process for predicting whether or not the printing process for the current page is continued, and the second determination process, and the second page for the current page at the second timing. Stop control for stopping conveyance of the conveying unit after completion of formation of the printing corresponding to the print data of the current page by the printing unit when it is predicted that the printing process has been completed without continuing The printing process for the current page is continued at the second timing by the processing and the second determination processing. Or when it is determined by the first determination process that the development of the image data of the next page has been completed, the print means corresponds to the print data of the current page. After the completion of the print formation, a continuation control process is executed, in which the printing unit continuously starts forming the print corresponding to the print data of the next page without stopping the conveyance of the conveyance unit. It is characterized by doing.

本願発明の印刷装置においては、搬送手段により搬送される被印字媒体に対し、印字手段が印字を形成する。被印字媒体は複数のページを備えており、搬送手段及び印字手段は、制御手段の制御に基づき、互いに連携してそれら複数のページの各ページごとに、印刷プロセスを実行する。   In the printing apparatus of the present invention, the printing unit forms a print on the print medium conveyed by the conveying unit. The printing medium includes a plurality of pages, and the transport unit and the printing unit execute a printing process for each of the plurality of pages in cooperation with each other based on the control of the control unit.

このとき、本願発明においては、例えば機器レイアウトやスペース等の制約によってメモリ容量を大きくとれない場合でも印刷プロセスをなるべく速やかに実行できるように、イメージバッファと印字データバッファとの2つが設けられている。そして、受信したイメージデータはまずイメージバッファに展開される一方、そのイメージデータに対応する印字データが作成されて印字データバッファに展開され、印字手段は、この印字データバッファの印字データを参照して印字形成を行う。具体的には、1印字周期中において、現在ページの印字データが作成されて印字バッファデータに展開されると共にそれに応じて印字手段が通電される(=通電処理)一方で、これと並行して、次ページのイメージデータがイメージバッファへn印字ライン(nは1以上の整数)ずつ展開される(=展開処理)。このようにして、本願発明においては、次ページのイメージデータのバッファ展開と現在ページの印字形成とが同時並行して行われつつ、ページ単位で印刷プロセスが実行される。   At this time, in the present invention, for example, an image buffer and a print data buffer are provided so that the printing process can be executed as quickly as possible even when the memory capacity cannot be increased due to restrictions such as device layout and space. . The received image data is first expanded in the image buffer, while print data corresponding to the image data is created and expanded in the print data buffer. The printing means refers to the print data in the print data buffer. Print formation is performed. Specifically, in one print cycle, print data for the current page is created and expanded into print buffer data, and the printing means is energized accordingly (= energization processing), while at the same time Then, the image data of the next page is developed into the image buffer by n print lines (n is an integer of 1 or more) (= development process). In this way, in the present invention, the printing process is executed in units of pages while the buffer development of the image data of the next page and the print formation of the current page are simultaneously performed in parallel.

そして、本願発明においては、前述のようにして並行して行われる現在ページの印字形成と次ページのイメージデータバッファ展開との状況に応じて、可能な限り、(各ページの印刷プロセス間のスルーダウン処理・スルーアップ処理を省略して)各ページの定常速度による印字形成を連続的に行えるように図られる。すなわち、制御手段によって、現在ページに対する印刷プロセスが終了する直前の所定のタイミング(第1タイミング)において、次ページのイメージデータのイメージバッファへの展開が完了しているか否かが判定される(第1判定処理)。この判定が満たされた場合は、現在ページの印刷プロセスから次ページの印刷プロセスへの移行時に上記のような(現在ページに係わる)スルーダウン処理及び(次ページに係わる)スルーアップ処理を挟むことなく、直接現在ページの定常速度での印字形成から次ページの定常速度での印字形成へ移行可能、とみなされる。この結果、印字手段による現在ページの印字データに対応した印字の形成の終了後、搬送手段の搬送を停止させることなく(=ノンストップで)、引き続き印字手段による次ページの印字データに対応した印字形成が開始される。   In the present invention, according to the situation of the current page print formation and the next page image data buffer development performed in parallel as described above, as much as possible (through the printing process of each page. By omitting down processing and through-up processing, it is possible to continuously perform print formation at a steady speed for each page. That is, the control means determines whether or not the development of the image data of the next page to the image buffer has been completed at a predetermined timing (first timing) immediately before the printing process for the current page is completed (first timing). 1 determination process). If this determination is satisfied, the through-down process (related to the current page) and the through-up process (related to the next page) as described above are sandwiched during the transition from the printing process of the current page to the printing process of the next page. In other words, it is considered that it is possible to shift directly from the print formation at the steady speed of the current page to the print formation at the steady speed of the next page. As a result, after completion of the printing corresponding to the print data of the current page by the printing unit, the printing unit continues printing corresponding to the printing data of the next page without stopping the conveyance of the conveying unit (= non-stop). Formation begins.

しかしながらこの場合でも、現在ページの印刷プロセス終了前の上記第1タイミングにおいて、次ページのイメージデータのイメージバッファ展開が惜しくもあとわずかで完了していなかった場合等においては、上記第1判定処理の判定が満たされないことから、前述通り、現在ページ印刷プロセスにおける定常速度の印字形成→スルーダウン処理→次ページ印刷プロセスにおけるスルーアップ処理→定常速度での印字形成→・・という流れになり、大きな時間的なロスが生じてしまう。   However, even in this case, if the development of the image buffer of the image data of the next page is not completed at the first timing before the end of the printing process of the current page, the determination of the first determination process is performed. Is not satisfied, as described above, steady-state print formation in the current page printing process → through-down processing → through-up processing in the next page printing process → print formation at steady speed →. Loss will occur.

そこで、本願発明においては、上記第1判定処理の判定が満たされなかった場合においても、制御手段によって展開増強処理が実行され、前述のように1印字周期中において通電処理と共に実行される上記展開処理におけるn(1周期においてイメージバッファへ展開する印刷ライン数)の値を増大させる。これにより、それまでよりも多いライン数でイメージデータをバッファ展開することができるので、次ページのイメージデータのイメージバッファへの展開を早めることができるとともに、印字周期の増大により現在ページに対するプロセスの印刷プロセスの終了時期を遅らせることができる。   Therefore, in the present invention, even when the determination of the first determination process is not satisfied, the expansion enhancement process is executed by the control means, and the expansion performed together with the energization process during one printing cycle as described above. In the processing, the value of n (number of print lines developed in the image buffer in one cycle) is increased. As a result, the image data can be buffered with a larger number of lines than before, so that the development of the image data of the next page to the image buffer can be accelerated, and the process for the current page can be increased by increasing the print cycle. The end time of the printing process can be delayed.

本願発明においては、上記のようにしてバッファ展開の早期完了化及び印刷プロセス終了の遅延化を図る結果、現在ページに対する印刷プロセスが実際に終了するときに、次ページのイメージデータのイメージバッファへの展開を完了できる可能性が高まる。これに対応して、本願発明においては、仮に次ページのイメージデータの展開が完了したときに直ちに当該次ページの印字データの印字データバッファへの展開を開始したと想定した場合に、その後の所定のタイミング(=第2タイミング。例えば所定ライン数の印字データが印字データバッファに展開される見込みのタイミング)において、現在ページに対する前記印刷プロセスがまだ継続しているか否かが予測され判定される(第2判定処理)。   In the present invention, as a result of the early completion of the buffer expansion and the delay of the end of the print process as described above, when the print process for the current page actually ends, the image data of the next page is transferred to the image buffer. Increase the chances of completing the deployment. Correspondingly, in the present invention, if it is assumed that the development of the print data of the next page into the print data buffer is started immediately after the development of the image data of the next page is completed, (= Second timing; for example, timing when print data of a predetermined number of lines is expected to be developed in the print data buffer), it is predicted and determined whether or not the printing process for the current page is still continued ( Second determination process).

この判定が満たされた場合は、前述のバッファ展開の早期完了化及び印刷プロセス終了の遅延化の効果により、現在ページに対する印刷プロセスが実際に終了するときに、次ページのイメージデータのイメージバッファへの展開を完了できるとみなされる。そして、印字手段による現在ページの印字データによる印字形成終了後、搬送手段の搬送を停止させることなく、引き続きそのまま印字手段による次ページの印字データによる印字が形成が開始される(続行制御処理)。この結果、前述と同様、ノンストップで印字形成を行い、時間的なロスを防止することができる。   When this determination is satisfied, due to the effect of the early completion of the buffer expansion and the delay of the end of the print process, when the print process for the current page actually ends, the image data of the next page is transferred to the image buffer. Is considered complete. Then, after the print formation by the print data of the current page by the printing means is completed, the printing by the print data of the next page by the printing means is started as it is without stopping the conveyance of the conveyance means (continuation control process). As a result, as described above, non-stop printing can be performed and time loss can be prevented.

以上のようにして、本願発明によれば、複数ページの被印字媒体の各ページごとに印字形成が行われる際、制約によりイメージバッファと印字データバッファとの2つが設けられる場合であっても、動作上の時間的なロスが生じるのを低減することができる。   As described above, according to the present invention, when printing is performed for each page of a multi-page print medium, even if two images buffer and print data buffer are provided due to restrictions, It is possible to reduce occurrence of time loss in operation.

本発明によれば、複数ページの被印字媒体の各ページごとに印字形成を行う印刷装置において、制約によりイメージバッファと印字データバッファとの2つが設けられる場合であっても、動作上の時間的なロスが生じるのを低減することができる。   According to the present invention, in a printing apparatus that performs print formation for each page of a plurality of pages of a printing medium, even if two of an image buffer and a print data buffer are provided due to restrictions, the operation time Generation of a large loss can be reduced.

本発明の一実施形態に係るプリンタがパソコンに接続された状態を示したシステム構成図である。1 is a system configuration diagram illustrating a state in which a printer according to an embodiment of the present invention is connected to a personal computer. プリンタの電気的構成を表す機能ブロック図である。2 is a functional block diagram illustrating an electrical configuration of a printer. FIG. 1印字周期において実行される、各種処理の内訳を概念的に表す説明図である。It is explanatory drawing which represents conceptually the breakdown of the various processes performed in 1 printing cycle. 従来手法のノンストップ印刷を行う比較例における、イメージバッファ、印字データバッファ、駆動部の経時的処理内容を表す説明図である。It is explanatory drawing showing the time-dependent processing content of the image buffer, the print data buffer, and the drive part in the comparative example which performs the non-stop printing of the conventional method. 実施形態における、イメージバッファ、印字データバッファ、駆動部の経時的処理内容を表す説明図である。It is explanatory drawing showing the time-dependent processing content of the image buffer, the print data buffer, and the drive part in embodiment. 実施形態における、イメージバッファ、印字データバッファ、駆動部の経時的処理内容を表す説明図である。It is explanatory drawing showing the time-dependent processing content of the image buffer, the print data buffer, and the drive part in embodiment. CPUのデータ制御部が実行する処理手順を表すフローチャートである。It is a flowchart showing the process sequence which the data control part of CPU performs. CPUの駆動制御部が実行する処理手順を表すフローチャートである。It is a flowchart showing the process sequence which the drive control part of CPU performs.

以下、本発明の一実施の形態を図面を参照しつつ説明する。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

<プリンタの概略構成>
本実施形態のプリンタ1(印刷装置に相当)を含む印刷システムの概略構成を図1に示す。図1に示すように、プリンタ1は、USBケーブルLを介して、パソコン111に接続されることによって、印刷システム101を形成する。この例では、プリンタ1は、被印字テープ2(被印字媒体に相当)に印刷を行ういわゆるラベルプリンタである。また、パソコン111は、この例では、印刷システム101のホストとして機能し、本体112、ディスプレイ113、キーボード114、及びマウス115等を備えたデスクトップ・コンピュータである。
<Schematic configuration of printer>
A schematic configuration of a printing system including a printer 1 (corresponding to a printing apparatus) of the present embodiment is shown in FIG. As shown in FIG. 1, the printer 1 forms a printing system 101 by being connected to a personal computer 111 via a USB cable L. In this example, the printer 1 is a so-called label printer that performs printing on a print-receiving tape 2 (corresponding to a print-receiving medium). In this example, the personal computer 111 is a desktop computer that functions as a host of the printing system 101 and includes a main body 112, a display 113, a keyboard 114, a mouse 115, and the like.

<プリンタの内部構成>
次に、上記プリンタ1の電気的構成について、図2を参照しつつ説明する。図2に示すように、プリンタ1は、入出力インターフェース31と、CPU32と、ROM33と、RAM34と、FLASH・ROM36とを有している。
<Internal configuration of printer>
Next, the electrical configuration of the printer 1 will be described with reference to FIG. As shown in FIG. 2, the printer 1 includes an input / output interface 31, a CPU 32, a ROM 33, a RAM 34, and a FLASH / ROM 36.

入出力インターフェース31には、操作キー51と、ディスプレイコントローラ(以下、「LCDC」という)52と、2つの駆動回路54,56と、USBポートPと、上記CPU32と、上記ROM33と、上記RAM34と、上記FLASH・ROM36とが接続されている。   The input / output interface 31 includes an operation key 51, a display controller (hereinafter referred to as “LCDC”) 52, two drive circuits 54 and 56, a USB port P, the CPU 32, the ROM 33, and the RAM 34. The FLASH ROM 36 is connected.

操作キー51は、ユーザの操作により、所望する様々な動作を起こさせるための制御信号をCPU32に入力する。LCDC52は、LCD53が接続され、またLCD52はLCD53に表示データを表示するための表示用RAM(図示せず)を備えている。   The operation key 51 inputs a control signal for causing various desired operations to the CPU 32 by a user operation. The LCDC 52 is connected to the LCD 53, and the LCD 52 includes a display RAM (not shown) for displaying display data on the LCD 53.

駆動回路54は、サーマルヘッド55(印字手段に相当)が接続されており、被印字テープ2に印字データを印刷する際には当該サーマルヘッド55を駆動する。サーマルヘッド55は、被印字テープ2の搬送方向と直交する方向に配列される複数の発熱素子を備えている。これら発熱素子は、被印字テープ2を搬送方向に印刷解像度に分割してなる各印字ライン上に各ドットを形成する。   The drive circuit 54 is connected to a thermal head 55 (corresponding to printing means), and drives the thermal head 55 when printing data is printed on the print-receiving tape 2. The thermal head 55 includes a plurality of heating elements arranged in a direction orthogonal to the transport direction of the print-receiving tape 2. These heating elements form each dot on each print line formed by dividing the print-receiving tape 2 into print resolution in the transport direction.

駆動回路56は、上記被印字テープ2を搬送する搬送ローラ(図示省略。搬送手段に相当)を駆動する、パルスモータであるテープ送りモータ57が接続されており、被印字テープ2を外部に送り出す際に当該テープ送りモータ57を駆動する。   The drive circuit 56 is connected to a tape feed motor 57, which is a pulse motor, for driving a transport roller (not shown; corresponding to transport means) that transports the print-receiving tape 2, and feeds the print-receiving tape 2 to the outside. At this time, the tape feed motor 57 is driven.

USBポートPには、上記USBケーブルLのコネクタCが着脱される。従って、このUSBポートPにUSBケーブルLのコネクタCが差し込まれることによって、プリンタ1に対してパソコン111をUSB接続することができる。   A connector C of the USB cable L is attached to and detached from the USB port P. Accordingly, by inserting the connector C of the USB cable L into the USB port P, the personal computer 111 can be connected to the printer 1 by USB.

ROM33には、印刷関係以外の各種制御プログラム等が記憶されている。   The ROM 33 stores various control programs other than printing related information.

RAM34は、種々の制御プログラムをCPU32で実行するときの作業領域が設けられている。具体的には、パソコン111から受信したイメージデータが展開されるイメージバッファ342と、イメージバッファ342に展開されたイメージデータに対応する、印字データが展開される印字データバッファ341と、が設けられている。なお、ここでいう「イメージデータ」とは、被印字媒体(この例では被印字テープ2)上に形成される印字内容がビットマップ展開されたものであり、「印字データ」とは、上記イメージデータを被印字媒体(この例では被印字テープ2)上に高品質に形成するために通電エネルギーを制御するデータを含むものである。   The RAM 34 is provided with a work area when the CPU 32 executes various control programs. Specifically, an image buffer 342 in which image data received from the personal computer 111 is expanded and a print data buffer 341 in which print data corresponding to the image data expanded in the image buffer 342 are expanded are provided. Yes. The “image data” referred to here is a bit map expanded print content formed on a medium to be printed (in this example, the tape 2 to be printed). It includes data for controlling energization energy in order to form data with high quality on a printing medium (printing tape 2 in this example).

FLASH・ROM36には、印刷関係の制御プログラム37、及び管理テーブル39等が記憶されており、さらに、通常記憶領域40が設けられている。通常記憶領域40には、アプリケーションプログラム記憶領域41等が設けられている。   The FLASH / ROM 36 stores a print-related control program 37, a management table 39, and the like, and further includes a normal storage area 40. In the normal storage area 40, an application program storage area 41 and the like are provided.

CPU32は、図7及び図8を用いて後述する各プログラム等を実行する。また、この例では、CPU32は、データ制御部32Aと、駆動制御部32Bと、を備えている。   The CPU 32 executes each program described below with reference to FIGS. In this example, the CPU 32 includes a data control unit 32A and a drive control unit 32B.

データ制御部32Aは、被印字テープ2の複数ページに対し上記テープ送りモータ57及びサーマルヘッド55が連携して順次行う印刷プロセスの際に通電処理と展開処理とを並行して実行する(詳細は後述)。   The data control unit 32A executes an energization process and a development process in parallel during a printing process in which the tape feed motor 57 and the thermal head 55 are sequentially performed on a plurality of pages of the tape 2 to be printed (in detail). Later).

駆動制御部32Bは、上記駆動回路54,56等を作動させ、上記印字データバッファ341に書き込まれた印字データをサーマルヘッド55により被印字テープ2に印刷しながら、その被印字テープ2を外部に排出する。   The drive control unit 32B operates the drive circuits 54 and 56, etc., and prints the print data written in the print data buffer 341 on the print-receiving tape 2 by the thermal head 55, while bringing the print-receiving tape 2 to the outside. Discharge.

<実施形態の特徴>
上記構成の本実施形態においては、上記搬送ローラにより搬送される被印字テープ2に対し上記サーマルヘッド55が印字を形成する。このとき、被印字テープ2は複数のページを備えており、上記搬送ローラ7及びサーマルヘッド55は、CPU32の上記データ制御部32A及び上記駆動制御部32Bの制御に基づき、互いに連携してそれら複数のページの各ページごとに、印刷プロセスを実行する。本実施形態の特徴は、上記複数のページにわたる印刷プロセスにおいて行われる、いわゆるノンストップ印刷の内容にある。以下、その詳細を順を追って説明する。
<Features of the embodiment>
In the present embodiment having the above-described configuration, the thermal head 55 forms a print on the print-receiving tape 2 conveyed by the conveyance roller. At this time, the print-receiving tape 2 includes a plurality of pages, and the transport roller 7 and the thermal head 55 are linked with each other based on the control of the data control unit 32A and the drive control unit 32B of the CPU 32. The printing process is executed for each of the pages. The feature of this embodiment is the content of so-called non-stop printing performed in the printing process over a plurality of pages. Hereinafter, the details will be described in order.

<イメージバッファと印字データバッファ>
本実施形態においては、例えば機器レイアウトやスペース等の制約によってメモリ容量を大きくとれない構成に対応し、(そのような制約があっても印刷プロセスをなるべく速やかに実行できるように)RAM34に、上述したように、上記イメージバッファ342と上記印字データバッファ341との2つが設けられる。すなわち、メモリ容量を大きく消費する上記イメージバッファ342が低速アクセス領域に設けられ、高速アクセス領域に上記印字データバッファ341が設けられる。そして、パソコン111から受信したイメージデータはまずイメージバッファ342に展開される一方、そのイメージデータに対応する印字データが作成されて印字データバッファ341に展開され、サーマルヘッド55は、この印字データバッファ341の印字データを参照して印字形成を行う(後述の図6、図5等参照)。具体的には、例えば図3(a)に示すように、1印字周期中において、現在ページの印字データが作成されて印字バッファデータ341に展開されると共にそれに応じてサーマルヘッド55が通電される(=上記通電処理)一方で、これと並行して、現在ページの次のページ(以下適宜、単に「次ページ」という」のイメージデータがイメージバッファ342へn印字ライン(nは1以上の特定の整数。この例では例えばn=1)ずつ展開される(=上記展開処理)。このようにして、本実施形態においては、次ページのイメージデータのバッファ展開と現在ページの印字形成とが同時並行して行われつつ、ページ単位で印刷プロセスが実行される。
<Image buffer and print data buffer>
In the present embodiment, for example, a configuration in which the memory capacity cannot be increased due to constraints such as device layout and space is provided in the RAM 34 (so that the printing process can be executed as quickly as possible even if there are such limitations). As described above, the image buffer 342 and the print data buffer 341 are provided. That is, the image buffer 342 that consumes a large amount of memory is provided in the low-speed access area, and the print data buffer 341 is provided in the high-speed access area. The image data received from the personal computer 111 is first expanded in the image buffer 342, while print data corresponding to the image data is created and expanded in the print data buffer 341. The thermal head 55 is connected to the print data buffer 341. The print formation is performed with reference to the print data (see FIGS. 6 and 5 to be described later). Specifically, for example, as shown in FIG. 3A, in one printing cycle, print data for the current page is created and developed into print buffer data 341, and the thermal head 55 is energized accordingly. On the other hand, in parallel with this, the image data of the next page of the current page (hereinafter simply referred to as “next page” as appropriate) is transferred to the image buffer 342 by n print lines (n is a specific number of 1 or more). In this example, for example, n = 1) is developed (= the above development process) In this way, in the present embodiment, the buffer development of the image data of the next page and the print formation of the current page are simultaneously performed. While being performed in parallel, the printing process is executed in units of pages.

<スルーアップとスルーダウン>
ここで、上記搬送ローラを駆動するテープ送りモータ57は、その大きな慣性のため始動・停止を急に行うことができない性質がある。そのため、通常、各ページの印刷プロセスの開始時には、サーマルヘッド55による印字形成動作との同期を図りつつ停止状態から徐々に加速して定常速度に至る、公知のスルーアップ処理、すなわち、テープ送りモータ57へのパルス信号の出力数と(印字データを1つの印字ライン単位に分割してなる)ライン印字データの数との比率(=パルス・ドット比率)を一定比率としつつ、テープ送りモータ57の速度を停止状態から定常速度まで加速する処理が行われる。同様に、印刷プロセスの終了時には、サーマルヘッド55による印字形成動作との同期を図りつつ定常速度から徐々に減速して停止状態とする公知のスルーダウン処理、すなわち上記パルス・ドット比率を一定比率としつつテープ送りモータ57の速度を定常速度からから停止状態とする処理が行われる。
<Through-up and through-down>
Here, the tape feed motor 57 for driving the transport roller has a property that it cannot be started and stopped suddenly due to its large inertia. Therefore, normally, at the start of the printing process for each page, a well-known through-up process, that is, a tape feed motor that gradually accelerates from the stopped state to a steady speed while synchronizing with the print forming operation by the thermal head 55. The ratio of the number of pulse signal outputs to 57 and the number of line print data (divided into one print line unit) (= pulse / dot ratio) is kept constant while the tape feed motor 57 A process of accelerating the speed from the stop state to the steady speed is performed. Similarly, at the end of the printing process, a known through-down process in which the thermal head 55 is gradually decelerated from the steady speed while being synchronized with the print forming operation by the thermal head 55, that is, the pulse / dot ratio is set to a constant ratio. The process of changing the speed of the tape feed motor 57 from the steady speed to the stop state is performed.

しかしながら、各ページごとに上記印刷プロセス(上記スルーアップ→定常速度→スルーダウン→停止までを含む)を単に個別に順番に行う場合には、あるページの印刷プロセスでの前処理とスルーアップ処理→定常速度での印字形成→スルーダウン処理と後処理の後、その次のページの印刷プロセスの前処理とスルーアップ処理→定常速度での印字形成→スルーダウン処理と後処理、・・・のように毎回スルーアップ処理・スルーダウン処理が行われることとなり、時間的なロスが大きい。そこで、従来、ある一定の条件を満たす場合に、現在ページと次ページとの間に上記のようなスルーダウン処理→スルーアップ処理を介在させずに連続的に印刷プロセスを実行する、いわゆるノンストップ印刷が行われる。   However, if the above printing process (including through-up, steady speed, through-down, and stopping) is performed individually for each page in order, pre-processing and through-up processing in the printing process for a page → Print formation at steady speed → Through-down processing and post-processing, then pre-processing and through-up processing for the next page → Print formation at steady speed → Through-down processing and post-processing, etc. Each time, through-up processing and through-down processing are performed, and the time loss is large. Therefore, conventionally, when a certain condition is satisfied, a so-called non-stop is performed in which a print process is continuously performed without interposing the through-down process → through-up process as described above between the current page and the next page. Printing is performed.

<従来手法によるノンストップ印刷>
上記の従来手法によりノンストップ印刷が行われる場合の挙動を、比較例として図4(a)に示す。この図は、前述したイメージバッファ342及び印字データバッファ341におけるデータ展開・データ作成挙動と、上記搬送ローラ及びサーマルヘッド55(これらをまとめて以下適宜「駆動部」と称する)の搬送・印刷挙動とを、横軸に時間軸をとりつつ、概念的に表したものである。
<Non-stop printing by conventional methods>
FIG. 4A shows a behavior when non-stop printing is performed by the above-described conventional method as a comparative example. This figure shows data development / data creation behavior in the image buffer 342 and print data buffer 341 described above, and conveyance / printing behavior of the conveyance roller and thermal head 55 (hereinafter collectively referred to as “driving unit” as appropriate). Is conceptually expressed with the time axis on the horizontal axis.

図4(a)において、既に述べたように、現在ページ(図中では「現ページ」と略記)に対する印字データの作成及びデータ展開が印字データバッファ341において行われこれに対応する現在ページの印刷が駆動部によって行われているとき、並行してイメージバッファ342ではパソコン111から受信した次ページのイメージデータが既に展開中である(時間to参照)。   In FIG. 4A, as already described, print data creation and data expansion for the current page (abbreviated as “current page” in the figure) is performed in the print data buffer 341, and the corresponding current page is printed. In parallel, the image data of the next page received from the personal computer 111 is already being developed in the image buffer 342 (see time to).

そして、この比較例では、その後、前述のノンストップ印刷を行うための条件として、上記印字データバッファ341への現在ページの印字データの展開が終了したとき(時間t2参照)に、上記イメージバッファ342への次ページのイメージデータの展開が既に終了しているか否か、が判断される。すなわち、この時間t2が、ノンストップ印刷を行うか否かの判断基準タイミング(この場合の第1タイミングに相当)となる。図4(a)に示す例では、時間t2よりも前のタイミング(時間t1参照)で、上記イメージバッファ342への次ページのイメージデータの展開が終了済みである。したがって、ノンストップ印刷は可能であると判断されて、印字データバッファ341においては、上記現在ページの印字データの展開が終了したのに引き続き、間を空けることなく上記展開済みの次ページのイメージデータに対応する次ページの印字データが作成され、展開が開始される(時間t2参照)。この結果、駆動部においても、上記現在ページの印刷が終了したのに引き続き、間を空けることなく(上記搬送ローラの搬送を停止させることなくノンストップで)、引き続きサーマルヘッド55による次ページの印刷が開始される(時間t3参照)。   In this comparative example, when the development of the print data of the current page in the print data buffer 341 is completed as a condition for performing the above-described non-stop printing (see time t2), the image buffer 342 is then processed. It is determined whether or not the development of the image data of the next page has already been completed. That is, the time t2 is a reference timing for determining whether or not to perform non-stop printing (corresponding to the first timing in this case). In the example shown in FIG. 4A, the development of the image data of the next page to the image buffer 342 has been completed at a timing before the time t2 (see time t1). Accordingly, it is determined that non-stop printing is possible, and in the print data buffer 341, after the development of the print data of the current page is completed, the developed image data of the next page without a gap. The print data for the next page corresponding to is created and development starts (see time t2). As a result, even after the printing of the current page is completed in the driving unit, the next print of the next page by the thermal head 55 is continued without leaving a gap (without stopping the conveyance of the conveyance roller). Is started (see time t3).

その後、上記のようにして開始された印字データバッファ341への次ページの印字データの展開が終了する(時間t4参照)。これに対応して、上記のようにして駆動部が行ってきた次ページの印刷も終了し(時間t5参照)、その後、前述したスルーダウン処理が行われ(時間t5〜t6参照)、さらに適宜の後処理が行われた後(時間t6〜t7参照)、動作停止となる。   Thereafter, the development of the print data of the next page to the print data buffer 341 started as described above ends (see time t4). Correspondingly, the printing of the next page performed by the drive unit as described above is also finished (see time t5), and then the above-described through-down process is performed (see times t5 to t6), and further appropriately. After the post-processing is performed (see times t6 to t7), the operation is stopped.

一方、この比較例において、上記(ノンストップ印刷を行うか否かの)判断基準タイミングにおいて上記条件が満たされなかった場合の挙動を図4(b)に示す。図示のように、この場合、上記印字データバッファ341への現在ページの印字データの展開が終了したとき(時間t2参照)に、上記イメージバッファ342への次ページのイメージデータの展開はまだ終了していない(終了するのはさらに後の時間t1′)。これにより、ノンストップ印刷は不可能であると判断される。この結果、印字データバッファ341においては、上記現在ページの印字データの展開が終了したら、(上記図4(a)のように引き続き次ページの印字データの展開を開始するのではなく)いったん印字データの展開は中断される(時間t2〜t11参照)。この結果、駆動部においても、その後上記現在ページの印刷が終了したら(時間t3参照)、(上記図4(a)のように引き続き次ページの印字データの印刷を開始するのではなく)スルーダウン処理が行われ(時間t3〜t8参照)、さらに後処理が行われた後(時間t8〜t9参照)、動作停止となる。   On the other hand, in this comparative example, FIG. 4B shows the behavior when the above condition is not satisfied at the determination reference timing (whether or not to perform non-stop printing). As shown in the figure, in this case, when the development of the print data of the current page in the print data buffer 341 is completed (see time t2), the development of the image data of the next page in the image buffer 342 is still finished. (It ends at a later time t1 '). Thereby, it is determined that non-stop printing is impossible. As a result, in the print data buffer 341, when the development of the print data of the current page is completed, the print data is not temporarily started (not the development of the print data of the next page as shown in FIG. 4A). Is interrupted (see times t2 to t11). As a result, when the printing of the current page is finished (see time t3) after that, the drive unit does not continue to print the print data of the next page as shown in FIG. 4A. Processing is performed (see times t3 to t8), and after further post processing is performed (see times t8 to t9), the operation is stopped.

その後、上記駆動部の動作停止に近いタイミング(時間t11参照)で、一旦中断されていた印字データ(次ページの印字データ)の印字データバッファ341への展開が開始され、これに対応して、駆動部では、適宜の前処理が行われ(時間t9〜t10参照)、さらにスルーアップ処理が行われた後(時間t10〜t3′参照)、次ページの印字データの印刷が開始される(時間t3′参照)。   Thereafter, at a timing close to the stop of the operation of the drive unit (see time t11), development of the print data (print data of the next page) once interrupted to the print data buffer 341 is started. In the drive unit, appropriate preprocessing is performed (see times t9 to t10), and further through-up processing is performed (see times t10 to t3 ′), and then printing of print data for the next page is started (time). t3 ').

その後は、上記同様、印字データバッファ341への次ページの印字データの展開が終了し(時間t4′参照)、その後、駆動部による上記次ページの印刷が終了したら(時間t5′参照)、スルーダウン処理が行われ(時間t5′〜t6′参照)、さらに後処理が行われた後(時間t6′〜t7′参照)、動作停止となる。すなわち、図4(b)に示す例では、現在ページ処理のときと、次ページ処理の時との両方で、毎回スルーアップ処理・スルーダウン処理が行われることとなり、図4(a)のようにノンストップ印刷を行う場合に比べ、大きな時間的なロス(Δt)が生じている。逆に言えば、図4(b)のように各ページ個別に印刷する場合よりも、図4(a)のように可能な限り各ページの印刷プロセス間のスルーダウン処理・スルーアップ処理を省略する(言い換えれば各ページの定常速度による印字形成を連続的に行えるように図る)ノンストップ印刷を行うことで、△t分の時間のロスを解消することができる。   Thereafter, as described above, the development of the next page of print data in the print data buffer 341 is completed (see time t4 ′). Thereafter, when printing of the next page by the drive unit is completed (see time t5 ′), the through Down processing is performed (see times t5 ′ to t6 ′), and after further post processing is performed (see times t6 ′ to t7 ′), the operation is stopped. That is, in the example shown in FIG. 4B, through-up processing and through-down processing are performed every time both in the current page processing and in the next page processing, as shown in FIG. In comparison with the case of performing non-stop printing, a large time loss (Δt) occurs. In other words, the through-down process and the through-up process between the printing processes of each page are omitted as much as possible as shown in FIG. 4A rather than the case where each page is printed individually as shown in FIG. By performing non-stop printing (in other words, so that printing can be continuously performed at the steady speed of each page), a time loss of Δt can be eliminated.

<従来手法によるノンストップ印刷における課題>
しかしながら、上記手法によるノンストップ印刷の場合でも、例えば図5(a)に示すように、次ページのイメージデータがイメージバッファ342に展開されつつ(時間t20参照)上記印字データバッファ341への現在ページの印字データの展開が終了したとき(時間t22に示すノンストップ判断基準タイミング(1)参照。この場合の第1タイミングに相当)、上記次ページのイメージデータのイメージバッファ342への展開が惜しくもあとわずかで完了していなかった場合がありうる(完了する予定の時間21参照。時間t22よりもわずかに後である)。この場合においては、上記従来手法のままでは、前述した次ページのイメージデータのイメージバッファ342への展開が完了しているか否か、の判断は満たされない。したがって、前述したように、現在ページの(定常速度の)印刷→スルーダウン処理→次ページの印刷のためのスルーアップ処理→次ページの(定常速度での)印刷→・・という流れになり(図5(a)最下段にて想像線で示す駆動部の挙動参照)、やはり大きな時間的なロスが生じてしまう。
<Problems in non-stop printing using conventional methods>
However, even in the case of non-stop printing by the above method, for example, as shown in FIG. 5A, the current page to the print data buffer 341 is developed while the image data of the next page is developed in the image buffer 342 (see time t20). When the development of the print data is completed (refer to the non-stop judgment reference timing (1) shown at time t22, which corresponds to the first timing in this case), the development of the image data of the next page to the image buffer 342 is very difficult. It may have been a little complete (see time 21 scheduled to be completed, slightly later than time t22). In this case, the determination as to whether or not the development of the image data of the next page to the image buffer 342 has been completed is not satisfied with the conventional method. Therefore, as described above, the current page (steady speed) printing → through-down processing → through-up processing for printing the next page → printing the next page (at steady speed) →. As shown in FIG. 5 (a), the behavior of the drive unit indicated by an imaginary line in the lowermost stage), a large time loss occurs.

<本実施形態の手法によるノンストップ印刷>
そこで、本実施形態では、上記図5(b)に示す(図5では「ノンストップ印刷(2)」と表記)ように、前述の判断が満たされないとき、すなわち、上記のように印字データバッファ341への現在ページの印字データの展開終了時(時間t22参照)にまだ上記次ページのイメージデータのイメージバッファ342への展開完了していなかった場合としても、イメージバッファ342への展開を増強させる展開増強処理が実行され(図5(b)中に示す「展開増強領域」参照)、当該上記次ページのイメージデータのイメージバッファ342への展開に要する時間を短縮する。なお、図5(a)及び図5(b)を対比して明らかなように、上記展開増強処理は、現在ページに対する印刷プロセスにおけるスルーダウン処理が開始されることとなるタイミング(図5(a)の時間t24参照)よりも前に、開始される。
<Non-stop printing by the method of this embodiment>
Therefore, in the present embodiment, as shown in FIG. 5B (shown as “non-stop printing (2)” in FIG. 5), when the above determination is not satisfied, that is, as described above, the print data buffer Even when the development of the print data of the current page to 341 ends (see time t22), the development of the image data of the next page to the image buffer 342 has not been completed yet, and the development to the image buffer 342 is enhanced. The expansion enhancement process is executed (see “Expansion Enhancement Area” shown in FIG. 5B), and the time required for expansion of the image data of the next page to the image buffer 342 is shortened. As can be seen by comparing FIG. 5A and FIG. 5B, the above-described development enhancement processing is performed at the timing when the through-down processing in the printing process for the current page is started (FIG. 5A ) Is started before time t24).

上記展開増強処理では、具体的には、前述の図3(a)に示した、通常時での1印字周期中において通電処理と共に実行される次ページデータの上記イメージバッファ展開におけるn(1周期においてイメージバッファ342へ展開する印刷ライン数)の値を、図3(b)に示すように、例えばn′ライン(n′はnより大きな値。この例では例えばn′=2nの2倍速。但しもっと大きな値、例えば5倍速や10倍速等であっても良い)に増大させる。これにより、それまでよりも多いライン数でイメージデータをイメージバッファ342に展開することができるので、上述した次ページのイメージデータのイメージバッファ342への展開を早めることができる見込みとなる(図5(a)の時間t21→図5(b)の時間t21′参照)。かつ、図3(b)のように印字周期が増大することにより、現在ページに対する駆動部の印刷速度が低下し、印刷終了時期を遅らせることができる見込みとなる(図5(a)の時間t24→図5(b)の時間t24′参照)。このようにしてイメージバッファ342への展開の早期完了化及び駆動部の印刷終了の遅延化を図る結果、現在ページに対する印刷が実際に終了するときに、次ページのイメージデータのイメージバッファ342への展開を完了できる可能性が高まる。   In the expansion enhancement process, specifically, n (one period in the image buffer expansion of the next page data executed together with the energization process during one printing period in the normal state shown in FIG. As shown in FIG. 3B, the value of the number of print lines developed in the image buffer 342 is, for example, n 'line (n' is larger than n. In this example, for example, n '= 2n is double speed). However, it may be increased to a larger value, for example, 5 times speed or 10 times speed. As a result, the image data can be expanded in the image buffer 342 with a larger number of lines than before, so that the expansion of the image data of the next page to the image buffer 342 can be accelerated (FIG. 5). (See time t21 in (a) → time t21 ′ in FIG. 5B). Further, as the printing cycle increases as shown in FIG. 3B, the printing speed of the drive unit for the current page is reduced, and it is expected that the printing end time can be delayed (time t24 in FIG. 5A). (See time t24 ′ in FIG. 5B). As a result of the early completion of the development to the image buffer 342 and the delay of the printing end of the drive unit in this way, when the printing for the current page actually ends, the image data of the next page is stored in the image buffer 342. Increase the chances of completing the deployment.

上記に対応し、本実施形態においては、仮に次ページのイメージデータのイメージバッファ342への展開が完了したときに直ちに当該次ページの印字データの印字データバッファ341への展開を開始したと想定した場合(図5(b)の時間t21′参照)に、その後の所定のタイミング、例えば所定ライン数の印字データが印字データバッファ342に展開される見込みのタイミング(図5(b)中の時間t23に示すノンストップ判断基準タイミング(2)参照。第2タイミングに相当)において、駆動部による現在ページに対する上記印刷がまだ継続しているか否かが予測され判断される。この第2タイミングは、上記展開増強処理が開始された後、所定ライン数(例えば10ライン等)の次ページの印字データが印字データバッファ341へ展開完了する時期である。そして、上記の判定が満たされた場合は、前述の展開増強処理によるイメージバッファ342への展開の早期完了化及び駆動部の印刷終了の遅延化の効果により、駆動部による現在ページの印刷が実際に終了するときに、次ページのイメージデータのイメージバッファ342への展開を完了できるとみなされる。そして、この予測及び判断結果を受けて、駆動部のサーマルヘッド55による現在ページの印字データによる印字形成終了後、搬送ローラの搬送を停止させることなく、引き続きそのままサーマルヘッド55による次ページの印字データによる印字形成が開始される。   Corresponding to the above, in the present embodiment, it is assumed that when the development of the image data of the next page to the image buffer 342 is completed, the development of the print data of the next page to the print data buffer 341 is started immediately. In this case (see time t21 ′ in FIG. 5B), a predetermined timing thereafter, for example, a timing at which print data of a predetermined number of lines is expected to be developed in the print data buffer 342 (time t23 in FIG. 5B). In the non-stop determination reference timing (2) shown in FIG. 2 (corresponding to the second timing), it is predicted and determined whether or not the printing on the current page by the drive unit is still continued. The second timing is a time when the print data of the next page of a predetermined number of lines (for example, 10 lines) is completely developed in the print data buffer 341 after the development enhancement process is started. When the above determination is satisfied, the current page is actually printed by the drive unit due to the effect of the early completion of the development to the image buffer 342 and the delay of the print end of the drive unit by the above-described development enhancement process. When the process ends, it is considered that the development of the image data of the next page to the image buffer 342 can be completed. In response to the prediction and determination result, the print data of the next page by the thermal head 55 is continued without stopping the conveyance of the conveyance roller after the print formation by the print data of the current page by the thermal head 55 of the driving unit is completed. The print formation by is started.

具体的には、印字データバッファ341における次ページの印字データの最初の所定ドット数の作成終了時に、上記予測によるノンストップ判断基準タイミング(2)においても駆動部がまだ停止していないと予測できたら、イメージバッファ342への次ページのイメージ展開終了後、直ちに、印字データバッファ341において次ページの印字データが作成される(図5(b)の時間t21′参照)。これにより、駆動部では、現在ページの印刷が終了したら(図5(b)の時間t24′参照)、前述のようにして印刷速度が低下していることからその分をもとに戻すためのスルーアップ処理のみ行った後(時間t24′〜t25参照)、次ページの印字データの印刷が開始される(時間t25参照)。その後、印字データバッファ341における次ページの印字データの作成終了(図5(b)の時間t26参照)に対応して、駆動部による次ページの印刷が終了したら(図5(b)の時間t27参照)、前述と同様のスルーダウン処理が行われ(時間t27〜t28参照)、さらに後処理が行われた後(時間t28〜t29参照)、動作停止となる。このような処理の結果、図5(b)に示す例では、図5(a)のように現在ページ処理の後、次ページ処理の前に、駆動部によるスルーダウン処理・スルーアップ処理が介在する場合に比べ、処理時間を時間△T′だけ短縮することができる。   Specifically, at the end of creation of the first predetermined number of dots of the next page of print data in the print data buffer 341, it can be predicted that the drive unit has not yet stopped even at the non-stop determination reference timing (2) based on the above prediction. Then, immediately after the image development of the next page in the image buffer 342 is completed, the print data of the next page is created in the print data buffer 341 (see time t21 ′ in FIG. 5B). As a result, when the printing of the current page is completed in the drive unit (see time t24 ′ in FIG. 5B), the printing speed is reduced as described above, so that it can be restored to the original amount. After performing only the through-up process (see times t24 'to t25), printing of the print data for the next page is started (see time t25). Thereafter, in response to the end of creation of the next page of print data in the print data buffer 341 (see time t26 in FIG. 5B), when printing of the next page by the drive unit is completed (time t27 in FIG. 5B). (See reference), through-down processing similar to that described above is performed (see time t27 to t28), and after further post-processing (see time t28 to t29), the operation is stopped. As a result of such processing, in the example shown in FIG. 5B, as shown in FIG. 5A, after the current page processing and before the next page processing, through-down processing and through-up processing by the drive unit are interposed. Compared to the case, the processing time can be shortened by the time ΔT ′.

なお、上記図5(a)及び図5(b)では、前述したように、上記ノンストップ判断基準タイミング(1)における前述の判断が満たされない場合、それを救済する処理手法について説明したが、上記ノンストップ判断基準タイミング(1)における前述の判断が満たされた場合は、本実施形態においても、図4(a)で説明した比較例によるノンストップ印刷と同一の処理が実行される。すなわち、図6に示す(図中では「ノンストップ印刷(1)」と表記)ように、イメージバッファ342ではパソコン111から受信した次ページのイメージデータが既に展開中(時間t10参照)の状態で、上記印字データバッファ341への現在ページの印字データの展開が終了したとき(時間t12参照)に上記次ページのイメージデータの展開が既に終了しているか否か、が判断される(この場合の第1タイミングに相当)。この時間t12よりも前のタイミング(時間t11参照)で上記イメージバッファ342への次ページのイメージデータの展開が終了済みである場合は、印字データバッファ341においては上記現在ページの印字データの展開が終了したのに引き続き、間を空けることなく次ページの印字データの展開が開始される(時間t12参照)。この結果、駆動部では、上記現在ページの印刷が終了したのに引き続き、間を空けることなく引き続きサーマルヘッド55による次ページの印刷が開始される(時間t13参照)。その後、次ページの印字データの展開が終了し(時間t14参照)、上記駆動部が行ってきた次ページの印刷も終了すると(時間t15参照)、前述のスルーダウン処理(時間t15〜t16参照)、さらに後処理が行われた後(時間t16〜t17参照)、動作停止となる。   In addition, in FIG. 5A and FIG. 5B, as described above, the processing method for remedying a case where the above-described determination at the non-stop determination reference timing (1) is not satisfied has been described. When the above-described determination at the non-stop determination reference timing (1) is satisfied, also in this embodiment, the same processing as the non-stop printing according to the comparative example described with reference to FIG. That is, as shown in FIG. 6 (indicated as “non-stop printing (1)” in the drawing), the image data of the next page received from the personal computer 111 is already being developed in the image buffer 342 (see time t10). When the development of the print data for the current page in the print data buffer 341 is completed (see time t12), it is determined whether or not the development of the image data for the next page has already been completed (in this case). Equivalent to the first timing). If the development of the next page of image data to the image buffer 342 has been completed at the timing before the time t12 (see time t11), the print data of the current page is developed in the print data buffer 341. Subsequent to the completion, the development of the print data for the next page is started without a gap (see time t12). As a result, after the printing of the current page is completed, the drive unit starts printing of the next page by the thermal head 55 without any interval (see time t13). Thereafter, the development of the print data for the next page is completed (see time t14), and when the printing of the next page performed by the drive unit is also completed (see time t15), the above-described through-down process (see times t15 to t16). After further post-processing is performed (see times t16 to t17), the operation is stopped.

<データ制御部による制御手順>
上記手法を実現するために、上記CPU32が実行する処理内容を図7及び図8により説明する。なお、図7及び図8に示すフローにおいては、前述したように、ユーザがパソコン111にて適宜の操作を行うことにより、プリンタ1で印刷させるための印字データが各ページ毎に作成されている(いわゆるページ印刷である)ことを前提としている。
<Control procedure by data controller>
The processing contents executed by the CPU 32 to realize the above method will be described with reference to FIGS. In the flow shown in FIGS. 7 and 8, as described above, print data to be printed by the printer 1 is created for each page by the user performing an appropriate operation on the personal computer 111. (So-called page printing).

まず、CPU32のデータ制御部32Aが実行する処理内容を、図7を用いて説明する。   First, processing contents executed by the data control unit 32A of the CPU 32 will be described with reference to FIG.

図7において、まず、ステップS10で、CPU32のデータ制御部32Aは、展開増強フラグF1、通常ノンストップフラグF2、増強ノンストップフラグF3それぞれを「0」に初期化する。   In FIG. 7, first, in step S10, the data control unit 32A of the CPU 32 initializes each of the expansion enhancement flag F1, the normal nonstop flag F2, and the enhancement nonstop flag F3 to “0”.

その後、ステップS15で、データ制御部32Aは、ページ番号に係わる変数Nを「1」にする。   Thereafter, in step S15, the data control unit 32A sets the variable N related to the page number to “1”.

そして、ステップS20で、データ制御部32Aは、パソコン111から受信された、Nページのイメージデータのイメージバッファ342への展開を開始する。   In step S <b> 20, the data control unit 32 </ b> A starts developing the N page image data received from the personal computer 111 into the image buffer 342.

その後、ステップS25で、データ制御部32Aは、上記ステップS20で開始されたNページのイメージデータのイメージバッファ342への展開が終了したか否かを判定する。展開が終了していない場合には判定が満たされず(S25:NO)、判定が満たされるまでループ待機する。展開が終了した場合にはステップS25の判定が満たされ(S25:YES)、ステップS30に移る。   Thereafter, in step S25, the data control unit 32A determines whether or not the development of the N pages of image data started in step S20 to the image buffer 342 has been completed. If the expansion has not ended, the determination is not satisfied (S25: NO), and the loop waits until the determination is satisfied. When the development is completed, the determination in step S25 is satisfied (S25: YES), and the process proceeds to step S30.

ステップS30では、データ制御部32Aは、Nページの印字データの作成及び印字データバッファ341への展開を開始する。   In step S <b> 30, the data control unit 32 </ b> A starts generating N page print data and expanding it into the print data buffer 341.

その後、ステップS35で、データ制御部32Aは、上記展開増強フラグF1が1であるか否かを判定する。展開増強フラグF1が0である場合は判定が満たされず(S35:NO)、ステップS50に移行する。   Thereafter, in step S35, the data control unit 32A determines whether or not the expansion enhancement flag F1 is 1. If the deployment enhancement flag F1 is 0, the determination is not satisfied (S35: NO), and the process proceeds to step S50.

ステップS50では、データ制御部32Aは、N+1ページ(上記Nページの次のページ)のイメージデータのイメージバッファ342への展開を開始する。   In step S50, the data control unit 32A starts developing the image data of the N + 1 page (the page next to the N page) into the image buffer 342.

その後、ステップS55で、データ制御部32Aは、上記ステップS30で開始された、Nページの印字データの印字データバッファ341への展開が終了したか否かを判定する。展開が終了していない場合には判定が満たされず(S55:NO)、判定が満たされるまでループ待機する。展開が終了した場合にはステップS55の判定が満たされ(S55:YES)、ステップS60に移る。   Thereafter, in step S55, the data control unit 32A determines whether or not the expansion of the N page print data into the print data buffer 341 started in step S30 has been completed. If the expansion has not ended, the determination is not satisfied (S55: NO), and the loop waits until the determination is satisfied. When the development is completed, the determination in step S55 is satisfied (S55: YES), and the process proceeds to step S60.

ステップS60では、データ制御部32Aは、パソコン111から受信した全てのページのイメージデータに対する処理が終了したか否かを判定する。終了した場合には判定が満たされ(S60:YES)、このフローを終了する。終了していない場合には判定が満たされず(S60:NO)、ステップS65に移行する。   In step S60, the data control unit 32A determines whether or not the processing for the image data of all pages received from the personal computer 111 has been completed. If completed, the determination is satisfied (S60: YES), and this flow ends. If not completed, the determination is not satisfied (S60: NO), and the process proceeds to step S65.

ステップS65では、データ制御部32Aは、ステップS50で開始された、N+1ページのイメージデータのイメージバッファ342への展開が終了したか否かを判定する。展開が終了していた場合には判定が満たされ(S65:YES)、ステップS70に移って上記通常ノンストップフラグF2を1にした後、後述のステップS75に移る。   In step S65, the data control unit 32A determines whether or not the development of the image data of page N + 1 to the image buffer 342 started in step S50 has been completed. If the development has been completed, the determination is satisfied (S65: YES), the process proceeds to step S70, the normal nonstop flag F2 is set to 1, and then the process proceeds to step S75 described later.

一方、上記ステップS65でN+1ページのイメージデータの展開が終了していない場合には判定が満たされず(S65:NO)、ステップS80に移行する。   On the other hand, if the development of the image data of page N + 1 is not completed in step S65, the determination is not satisfied (S65: NO), and the process proceeds to step S80.

ステップS80では、データ制御部32Aは、前述の展開増強処理を実行し、イメージ展開ライン数を増大する。すなわち、上記図3(a)及び図3(b)を用いて前述したように、これまでの1印字周期中において通電処理と共に実行されていた次ページデータの上記イメージバッファ展開におけるn(1周期においてイメージバッファ342へ展開する印刷ライン数)の値を、新たに図3(b)に示すようにn′に増大させる。その後、ステップS85に移る。   In step S80, the data control unit 32A executes the above-described development enhancement process to increase the number of image development lines. That is, as described above with reference to FIGS. 3A and 3B, n (one cycle in the image buffer development of the next page data that has been executed together with the energization process during the previous one print cycle. The value of the number of print lines developed in the image buffer 342 is newly increased to n ′ as shown in FIG. Thereafter, the process proceeds to step S85.

ステップS85では、データ制御部32Aは、展開増強フラグF1を1にして、ステップS90に移行する。   In step S85, the data control unit 32A sets the deployment enhancement flag F1 to 1, and proceeds to step S90.

ステップS90では、データ制御部32Aは、上記ステップS90での展開増強処理の実行を受けて、上記ステップS30〜ステップS55で作成され展開された印字データに基づきNページの印刷を行っている上記駆動部(サーマルヘッド55及び搬送ローラ)が当該Nページの印刷動作を停止すると予想される時までに、印字データバッファ341において所定ライン数(例えば10)の印字データを作成し展開可能か否かを判定する。言い換えれば、仮にN+1ページのイメージデータの展開が完了したときに直ちに当該次ページの印字データの印字データバッファ341への展開を開始したと想定した場合(図5(b)の時間t21′参照)に、その後の上記所定ライン数の印字データが印字データバッファ342に展開される見込みのタイミング(図5(b)中の時間t23の上記ノンストップ判断基準タイミング(2)参照)において、現在ページに対する上記駆動部の印刷がまだ継続しているか否かが予測され判定される。(上記ステップS80での展開増強処理が功を奏して)上記所定ライン数の印字データが作成可能であると予測される場合にはステップS90の判定が満たされ(S90:YES)、ステップS95で増強ノンストップフラグF3を1にした後、上記ステップS75に移行する。   In step S90, the data control unit 32A receives the execution of the expansion enhancement process in step S90, and performs the N page printing based on the print data generated and expanded in steps S30 to S55. Whether or not print data of a predetermined number of lines (for example, 10) can be created and developed in the print data buffer 341 by the time when the printing unit (the thermal head 55 and the conveyance roller) is expected to stop the printing operation of the N page. judge. In other words, assuming that the development of the print data of the next page to the print data buffer 341 is started immediately after the development of the image data of the N + 1 page is completed (see time t21 ′ in FIG. 5B). Then, at the timing when the print data of the predetermined number of lines thereafter is expected to be developed in the print data buffer 342 (see the non-stop determination reference timing (2) at time t23 in FIG. 5B), It is predicted and determined whether printing of the drive unit is still continued. When it is predicted that the print data of the predetermined number of lines can be created (the development enhancement process in step S80 is successful), the determination in step S90 is satisfied (S90: YES), and in step S95. After the enhancement nonstop flag F3 is set to 1, the process proceeds to step S75.

一方、上記ステップS90において(残念ながら上記ステップS80での展開増強処理も功を奏さず)上記所定ライン数の印字データが作成不可能であると予測される場合は、この判定が満たされず(S90:NO)、ステップS98に移行する。   On the other hand, if it is predicted in step S90 (unfortunately the development enhancement processing in step S80 does not work) that the predetermined number of lines of print data cannot be created, this determination is not satisfied (S90). : NO), the process proceeds to step S98.

ステップS98では、データ制御部32Aは、上記ステップS50で開始された、N+1ページのイメージデータのイメージバッファ342への展開が終了したか否かを判定する。展開が終了していない場合には判定が満たされず(S98:NO)、この判定が満たされるまでループ待機する。展開が終了した場合にはステップS98の判定が満たされ(S98:YES)、上記ステップS75に移行する。   In step S98, the data control unit 32A determines whether or not the development of the image data of page N + 1 to the image buffer 342 started in step S50 is completed. If the expansion has not ended, the determination is not satisfied (S98: NO), and the loop waits until this determination is satisfied. When the development is completed, the determination in step S98 is satisfied (S98: YES), and the process proceeds to step S75.

上記ステップS70、若しくはステップS95、若しくはステップS98から移行したステップS75では、データ制御部32Aは、Nの値に1を加える。その後、上記ステップS30に戻り、同様の手順を繰り返す。その際、上記ステップS80で展開増強処理を実行しステップS85でF1=1としていた場合には、上記ステップS30を経て前述のステップS35での判定が満たされ(S35:YES)、ステップS40に移る。   In step S75 transferred from step S70, step S95, or step S98, the data control unit 32A adds 1 to the value of N. Then, it returns to said step S30 and repeats the same procedure. At that time, if the expansion enhancement process is executed in step S80 and F1 = 1 is set in step S85, the determination in step S35 described above is satisfied via step S30 (S35: YES), and the process proceeds to step S40. .

ステップS40では、データ制御部32Aは、上記ステップS80の展開増強処理で増大されていたイメージ展開ライン数を元に戻し、その後ステップS45で、展開増強フラグF1を0に戻した後、上記ステップS50へ移行し、以降、同様の手順を繰り返す。   In step S40, the data control unit 32A restores the number of image development lines that have been increased in the development enhancement process in step S80, and then returns the development enhancement flag F1 to 0 in step S45. The same procedure is repeated thereafter.

<駆動制御部による制御手順>
次に、CPU32の駆動制御部32Bが実行する処理内容を、図8を用いて説明する。なお、この図8に示す処理は、上記図7のフローに示す処理と同時並行して行われる。このような同時並行処理は、例えば、コンピュータのOS等でしばしば行われる、「マルチタスク処理」と同様の公知の方式により、1つのCPU32において行わせることができる。
<Control procedure by drive controller>
Next, processing contents executed by the drive control unit 32B of the CPU 32 will be described with reference to FIG. The process shown in FIG. 8 is performed in parallel with the process shown in the flow of FIG. Such concurrent processing can be performed by one CPU 32 by a known method similar to “multitask processing”, which is often performed by an OS of a computer, for example.

まず、ステップS100で、CPU32の駆動制御部32Bは、スルーアップフラグF4を0に初期化する。   First, in step S100, the drive control unit 32B of the CPU 32 initializes the through-up flag F4 to 0.

その後、ステップS105で、駆動制御部32Bは、上記印字データバッファ341に、この時点で印刷対象とする上記Nページの印字データが予め定められた所定ライン数だけ展開され書き込まれたか否かを判定する。書き込まれていない場合には判定が満たされず(S105:NO)、判定が満たされるまでループ待機する。書き込みが終了した場合にはステップS105の判定が満たされ(S105:YES)、ステップS110に移る。   Thereafter, in step S105, the drive control unit 32B determines whether or not the N pages of print data to be printed at this time have been developed and written in a predetermined number of lines in the print data buffer 341. To do. If it is not written, the determination is not satisfied (S105: NO), and the loop waits until the determination is satisfied. When the writing is completed, the determination in step S105 is satisfied (S105: YES), and the process proceeds to step S110.

ステップS110では、駆動制御部32Bは、スルーアップフラグF4が1であるか否かを判定する。スルーアップフラグF4が0である場合にはこの判定が満たされず(S110:NO)、後述のステップS145に移行する。一方、スルーアップフラグF4が1である場合には判定が満たされ(S110:YES)、ステップS115に移る。   In step S110, the drive control unit 32B determines whether or not the through-up flag F4 is 1. If the through-up flag F4 is 0, this determination is not satisfied (S110: NO), and the process proceeds to step S145 described later. On the other hand, if the through-up flag F4 is 1, the determination is satisfied (S110: YES), and the routine goes to Step S115.

ステップS115では、駆動制御部32Bは、前述の展開増強フラグF1、通常ノンストップフラグF2、増強ノンストップフラグF3がすべて0であるか否かを判定する。上記図7に示したフローの処理によりF1,F2,F3のうち少なくとも1つが1となっていた場合にはこの判定が満たされず(S115:NO)、後述のステップS135に移行する。一方、F1,F2,F3がすべて0のままであった場合には判定が満たされ(S115:YES)、ステップS120に移る。   In step S115, the drive control unit 32B determines whether or not the above-described expansion enhancement flag F1, normal nonstop flag F2, and enhancement nonstop flag F3 are all zero. If at least one of F1, F2, and F3 is 1 by the processing of the flow shown in FIG. 7, this determination is not satisfied (S115: NO), and the process proceeds to step S135 described later. On the other hand, if all of F1, F2, and F3 remain 0, the determination is satisfied (S115: YES), and the routine goes to Step S120.

ステップS120では、駆動制御部32Bは、テープ送りモータ57を起動するための公知の適宜の前処理を行う。   In step S <b> 120, the drive control unit 32 </ b> B performs known appropriate preprocessing for starting the tape feed motor 57.

その後、ステップS125で、駆動制御部32Bは、サーマルヘッド55と上記テープ送りモータ57とを連携して制御して前述のスルーアップ処理を行い、テープ送りモータ57を停止状態から徐々に加速して定常速度に至らせる。   Thereafter, in step S125, the drive control unit 32B controls the thermal head 55 and the tape feed motor 57 in cooperation to perform the above-described through-up process, and gradually accelerates the tape feed motor 57 from the stopped state. Bring to steady speed.

そして、ステップS130で、駆動制御部32Bは、スルーアップフラグF4を1とする。その後、ステップS145に移る。   In step S130, the drive control unit 32B sets the through-up flag F4 to 1. Thereafter, the process proceeds to step S145.

ステップS145では、駆動制御部32Bは、サーマルヘッド55の複数の発熱素子の通電とテープ送りモータ57を駆動するパルスモータの駆動とを連携して制御することにより、被印字テープ2の印刷対象となるページに対し上記定常速度での印刷処理を行う。その後、後述のステップS150に移る。   In step S145, the drive control unit 32B controls the energization of the plurality of heating elements of the thermal head 55 and the drive of the pulse motor that drives the tape feed motor 57, thereby controlling the print target of the tape 2 to be printed. The printing process at the steady speed is performed on the page. Thereafter, the process proceeds to step S150 described later.

一方、上記ステップS115の判定が満たされず移行したステップS135では、駆動制御部32Bは、上記図7に示したフローの処理(詳細には上記ステップS85)により展開増強フラグF1が1となっているか否かを判定する。F1=0のままであった場合(言い換えれば通常ノンストップフラグF2=1であった場合)にはこの判定が満たされず(S135:NO)、後述のステップS145に移行する(図7のフローにおけるステップS70参照)。すなわち、前述のステップS120の前処理やステップS125のスルーアップ処理を行うことなく、定常速度での印刷処理を続行する。一方、F1=1となっていた場合にはステップS135の判定が満たされ(S135:YES)、ステップS140に移る。   On the other hand, in step S135 where the determination in step S115 is not satisfied and the process proceeds to step S135, the drive control unit 32B determines that the deployment enhancement flag F1 is 1 by the processing of the flow shown in FIG. 7 (specifically, step S85). Determine whether or not. When F1 = 0 remains (in other words, when the normal nonstop flag F2 = 1), this determination is not satisfied (S135: NO), and the process proceeds to step S145 described later (in the flow of FIG. 7). (See step S70). That is, the printing process at the steady speed is continued without performing the pre-processing in step S120 and the through-up process in step S125. On the other hand, if F1 = 1, the determination in step S135 is satisfied (S135: YES), and the process proceeds to step S140.

ステップS140では、駆動制御部32Bは、上記図7に示したフローの処理(詳細には上記ステップS95)により増強ノンストップフラグF3が1となっているか否かを判定する。F3=0のままであった場合にはこの判定が満たされず(S140:NO)、上記ステップS120に移行する。すなわち、前述のステップS120の前処理やステップS125のスルーアップ処理を行った後に、ステップS130を経てステップS145へ移行し、定常速度での印刷処理を続行する。一方、F3=1となっていた場合にはステップS140の判定が満たされ(S140:YES)、上記ステップS125に移行する。すなわち、前述のステップS120の前処理を省略してステップS125のスルーアップ処理を行った後、ステップS130を経てステップS145へ移行し、定常速度での印刷処理を続行する。   In step S140, the drive control unit 32B determines whether or not the enhanced non-stop flag F3 is 1 by the processing of the flow shown in FIG. 7 (specifically, the step S95). If F3 = 0, this determination is not satisfied (S140: NO), and the process proceeds to step S120. That is, after performing the pre-processing in step S120 and the through-up process in step S125, the process proceeds to step S145 through step S130, and the printing process at the steady speed is continued. On the other hand, if F3 = 1, the determination in step S140 is satisfied (S140: YES), and the process proceeds to step S125. That is, after the pre-processing in step S120 is omitted and the through-up process in step S125 is performed, the process proceeds to step S145 through step S130, and the printing process at the steady speed is continued.

上記ステップS145から移行するステップS150では、駆動制御部32Bは、上記ステップS105において印字データバッファ341に展開され書き込まれていた印字データを消去する。その後、ステップS155に移る。   In step S150, which is shifted from step S145, the drive control unit 32B erases the print data developed and written in the print data buffer 341 in step S105. Thereafter, the process proceeds to step S155.

ステップS155では、駆動制御部32Bは、公知の適宜の手法により、この時点で印刷対象としている上記Nページの全てのデータに対する印刷処理が終了したか否かを判定する。全データに対する印刷処理が終了していない場合にはこの判定が満たされず(S155:NO)、上記ステップS105に戻り同様の手順を繰り返す。一方、全データに対する印刷処理が終了していた場合にはこの判定が満たされ(S155:YES)、ステップS160に移行する。   In step S155, the drive control unit 32B determines whether or not the printing process has been completed for all the data of the N pages that are to be printed at this time, using a known appropriate method. If the printing process for all data has not been completed, this determination is not satisfied (S155: NO), and the same procedure is repeated by returning to step S105. On the other hand, if the print processing for all data has been completed, this determination is satisfied (S155: YES), and the routine goes to Step S160.

ステップS160では、駆動制御部32Bは、上記展開増強フラグF1、通常ノンストップフラグF2、増強ノンストップフラグF3、スルーアップフラグF4のすべてを改めて0に初期化する。その後、ステップS165に移る。   In step S160, the drive control unit 32B initializes all of the expansion enhancement flag F1, the normal nonstop flag F2, the enhancement nonstop flag F3, and the through-up flag F4 to 0 again. Thereafter, the process proceeds to step S165.

ステップS165では、駆動制御部32Bは、上記Nページに続くN+1ページの印字データが印字データバッファ341に所定ライン数だけ書き込まれたか否かを判定する。書き込まれていない場合には判定が満たされず(S165:NO)、ステップS175に移行する。   In step S165, the drive control unit 32B determines whether or not N + 1 pages of print data following the N pages have been written in the print data buffer 341 by a predetermined number of lines. If not written, the determination is not satisfied (S165: NO), and the process proceeds to step S175.

ステップS175では、駆動制御部32Bは、予め定められた所定時間が経過したか否かを判定する。所定時間が経過していない場合には判定が満たされず(S175:NO)、上記ステップS165に戻る。このようにしてステップS175→ステップS165→ステップS175→・・と繰り返している間に、N+1ページの印字データが印字データバッファ341に所定ライン数だけ書き込まれたら、ステップS165の判定が満たされ(S165:YES)、ステップS170でNの値に1を加え、上記ステップS115に戻って以降同様の手順を繰り返す。   In step S175, the drive control unit 32B determines whether or not a predetermined time has passed. If the predetermined time has not elapsed, the determination is not satisfied (S175: NO), and the process returns to step S165. If the print data of page N + 1 is written in the print data buffer 341 by a predetermined number of lines while repeating step S175, step S165, step S175, and so on in this way, the determination in step S165 is satisfied (S165). : YES), 1 is added to the value of N in step S170, and the process returns to step S115 to repeat the same procedure.

一方、上記のようにしてステップS175→ステップS165→ステップS175→・・と繰り返している間に、上記所定時間が経過した場合にはステップS175の判定が満たされ(S175:YES)、ステップS180に移る。   On the other hand, if the predetermined time has elapsed while repeating step S175, step S165, step S175, and so on as described above, the determination in step S175 is satisfied (S175: YES), and step S180 is performed. Move.

ステップS180では、駆動制御部32Bは、サーマルヘッド55と上記テープ送りモータ57とを連携して制御して前述のスルーダウン処理を行い、テープ送りモータ57を定常速度から徐々に減速して停止状態とする。   In step S180, the drive control unit 32B controls the thermal head 55 and the tape feed motor 57 in cooperation to perform the above-described through-down process, and gradually decelerates the tape feed motor 57 from the steady speed and stops. And

その後、ステップS185で、駆動制御部32Bは、テープ送りモータ57を停止させた後の公知の適宜の後処理を行う。   Thereafter, in step S185, the drive control unit 32B performs known appropriate post-processing after the tape feed motor 57 is stopped.

なお、以上において、図7の上記ステップS65が各請求項記載の第1判定処理に相当し、上記ステップS80は前述のように展開増強処理に相当し、上記ステップS90が第2判定処理に相当し、また、上記図7のステップS90の判定が満たされてステップS95でF3=1となったときの上記ステップS140→ステップS125の流れと、上記図7のステップS65の判定が満たされてステップS70でF2=1となったときの上記ステップS135→ステップS145の流れとが続行制御処理に相当し、さらに、上記図7のステップS90の判定が満たされないときの上記ステップS175→ステップS180→ステップS185の流れが停止制御処理に相当し、これら各処理を実行するCPU32が各請求項記載の制御手段に相当する。   In the above, step S65 of FIG. 7 corresponds to the first determination process described in each claim, step S80 corresponds to the development enhancement process, and step S90 corresponds to the second determination process as described above. In addition, when the determination in step S90 in FIG. 7 is satisfied and F3 = 1 in step S95, the flow from step S140 to step S125 and the determination in step S65 in FIG. 7 are satisfied. The flow of step S135 → step S145 when F2 = 1 in S70 corresponds to the continuation control process, and further, step S175 → step S180 → step when the determination of step S90 of FIG. 7 is not satisfied. The flow of S185 corresponds to the stop control process, and the CPU 32 that executes each of these processes corresponds to the control means described in each claim. To.

<本実施形態の効果>
以上説明したように、本実施形態においては、複数ページの被印字テープ2の各ページごとに印字形成が行われる際、前述の制約によりイメージバッファ342と印字データバッファ3421との2つが設けられる構成となる場合であっても、図5(b)に示したノンストップ印刷や図6に示したノンストップ印刷を行うことで、動作上の時間的なロスが生じるのを低減することができる。
<Effect of this embodiment>
As described above, in the present embodiment, when printing is performed for each page of the plurality of pages of the print-receiving tape 2, the image buffer 342 and the print data buffer 3421 are provided due to the above-described restrictions. Even in this case, it is possible to reduce the time loss in operation by performing the non-stop printing shown in FIG. 5B or the non-stop printing shown in FIG.

また、本実施形態では特に、前述の展開増強処理は、現在ページに対する駆動部(サーマルヘッド55及びテープ送りモータ57)の印刷動作時におけるスルーダウン処理が開始されることとなるタイミング(図5(a)の時間t24参照)よりも前に、開始される。これにより、図5(a)や図4(b)に示したように現在ページに係わるスルーダウン処理及び次ページに係わるスルーアップ処理が挟み込まれるのを確実に防止し、動作上の時間的なロスが生じるのを確実に防止できる。   In the present embodiment, in particular, the above-described development enhancement processing is performed at the timing when the through-down processing is started during the printing operation of the drive unit (thermal head 55 and tape feed motor 57) for the current page (FIG. 5 ( It is started before time t24 in a). As a result, as shown in FIGS. 5A and 4B, the through-down process relating to the current page and the through-up process relating to the next page are reliably prevented from being caught, and the operation time is reduced. It is possible to reliably prevent loss.

なお、本発明は上記実施の形態に限定されるものでなく、その趣旨を逸脱しない範囲で種々の変更が可能である。   In addition, this invention is not limited to the said embodiment, A various change is possible in the range which does not deviate from the meaning.

例えば、本実施の形態に係るプリンタ1は、被印字テープ2に印刷を行ういわゆるラベルプリンタであったが、ロール状又はシート状の印刷用紙に印刷行うプリンタ等であってもよい。   For example, the printer 1 according to the present embodiment is a so-called label printer that performs printing on the print-receiving tape 2, but may be a printer that performs printing on a roll-shaped or sheet-shaped printing paper.

また、プリンタ1とUSBポートPを介して接続されたパソコン111は、タワー型、オール・イン・ワン型、又はノート型のパソコンや、大型のコンピュータであってもよい。   The personal computer 111 connected to the printer 1 via the USB port P may be a tower type, an all-in-one type, a notebook type personal computer, or a large computer.

なお、以上において、図2中に示す矢印は信号の流れの一例を示すものであり、信号の流れ方向を限定するものではない。   In addition, in the above, the arrow shown in FIG. 2 shows an example of a signal flow, and does not limit the signal flow direction.

また、図7及び図8に示すフローは本発明を上記フローに示す手順に限定するものではなく、発明の趣旨及び技術的思想を逸脱しない範囲内で手順の追加・削除又は順番の変更等をしてもよい。   The flow shown in FIG. 7 and FIG. 8 does not limit the present invention to the procedure shown in the above flow, and the addition / deletion of the procedure, the change of the order, etc. are within the scope without departing from the spirit and technical idea of the invention. May be.

また、以上既に述べた以外にも、上記実施形態や各変形例による手法を適宜組み合わせて利用しても良い。   In addition to those already described above, the methods according to the above-described embodiments and modifications may be used in appropriate combination.

その他、一々例示はしないが、本発明は、その趣旨を逸脱しない範囲内において、種々の変更が加えられて実施されるものである。   In addition, although not illustrated one by one, the present invention is implemented with various modifications within a range not departing from the gist thereof.

1 プリンタ(印刷装置)
32 CPU(制御手段)
32A データ制御部
32B 駆動制御部
55 サーマルヘッド(印字手段)
57 テープ送りモータ(搬送手段)
341 印字データバッファ
342 イメージバッファ
1 Printer (printing device)
32 CPU (control means)
32A Data control unit 32B Drive control unit 55 Thermal head (printing means)
57 Tape feed motor (conveyance means)
341 Print data buffer 342 Image buffer

Claims (4)

被印字媒体を搬送する搬送手段と、
受信したイメージデータが展開されるイメージバッファと、
前記イメージバッファに展開された前記イメージデータに対応する、印字データが展開される印字データバッファと、
前記印字データバッファに展開された前記印字データに基づく印字を前記被印字媒体に形成する印字手段と、
制御手段と、
を有し、
前記印字手段は、
前記搬送手段の搬送方向と直交する方向に配列されるとともに、前記被印字媒体を前記搬送方向に印刷解像度に分割してなる各印字ライン上に少なくとも各ドットを形成する、複数の発熱素子を備えており、
前記制御手段は、
前記被印字媒体の複数ページに対し前記搬送手段及び前記印字手段が連携して順次行う印刷プロセスの際に、1印字周期中において、現在ページの前記印字データに応じて前記印字手段を通電する通電処理と、前記現在ページの次ページの前記イメージデータを前記イメージバッファへn印字ライン(nは1以上の特定の整数)ずつ展開する展開処理と、を並行して実行する印刷装置であって、
前記制御手段は、さらに、
前記現在ページに対する前記印刷プロセスが終了する前の所定の第1タイミングにおいて、前記次ページの前記イメージデータの前記イメージバッファへの展開が完了しているか否かを判定する第1判定処理と、
前記第1判定処理により前記次ページの前記イメージデータの展開が完了していないと判定された場合に、前記1印字周期中において前記通電処理と共に実行される前記展開処理における前記nの値を増大させる展開増強処理と、
前記展開増強処理が開始された後、前記次ページの前記イメージデータの展開完了時に対応する当該次ページの前記印字データの前記印字データバッファへの展開を開始したと想定したときに、その後の所定の第2タイミングにおいて、前記現在ページに対する前記印刷プロセスが継続しているか否かを予測判定する第2判定処理と、
前記第2判定処理により、前記第2タイミングにおいて前記現在ページに対する前記印刷プロセスが継続せず終了していると予測された場合には、前記印字手段による前記現在ページの前記印字データに対応した前記印字の形成の終了後、前記搬送手段を搬送停止する、停止制御処理と、
前記第2判定処理により、前記第2タイミングにおいて前記現在ページに対する前記印刷プロセスが継続していると予測された場合、若しくは、前記第1判定処理により、前記次ページの前記イメージデータの展開が完了していると判定された場合には、前記印字手段による前記現在ページの前記印字データに対応した前記印字の形成の終了後、前記搬送手段の搬送を停止させることなく、引き続き前記印字手段による前記次ページの前記印字データに対応した前記印字の形成を開始する、続行制御処理と、
を実行することを特徴とする印刷装置。
A conveying means for conveying the print medium;
An image buffer in which received image data is expanded; and
A print data buffer in which print data corresponding to the image data expanded in the image buffer is expanded;
Printing means for forming on the print medium a print based on the print data developed in the print data buffer;
Control means;
Have
The printing means includes
A plurality of heating elements arranged in a direction orthogonal to the transport direction of the transport means and forming at least each dot on each print line formed by dividing the print medium into print resolution in the transport direction. And
The control means includes
Energization for energizing the printing unit in accordance with the print data of the current page during one printing cycle during a printing process in which the transport unit and the printing unit sequentially perform a plurality of pages on the print medium. A printing apparatus that executes in parallel a process and a developing process of developing the image data of the next page of the current page into the image buffer by n print lines (n is a specific integer of 1 or more);
The control means further includes
A first determination process for determining whether or not development of the image data of the next page to the image buffer is completed at a predetermined first timing before the printing process for the current page is completed;
When it is determined by the first determination process that the expansion of the image data of the next page has not been completed, the value of n in the expansion process executed together with the energization process during the one printing cycle is increased. Deployment enhancement processing
When it is assumed that the expansion of the print data of the next page corresponding to the completion of the expansion of the image data of the next page is started after the expansion enhancement process is started, A second determination process for predicting whether or not the printing process for the current page is continued at the second timing;
When it is predicted by the second determination process that the printing process for the current page is not completed at the second timing, the printing unit corresponding to the print data of the current page by the printing unit. A stop control process for stopping transport of the transport means after completion of printing; and
When the second determination process predicts that the printing process for the current page is continuing at the second timing, or the first determination process completes the development of the image data of the next page If it is determined that the printing unit has finished forming the print corresponding to the print data of the current page by the printing unit, the printing unit continuously stops the conveyance without stopping the conveyance of the conveyance unit. A continuation control process for starting the formation of the print corresponding to the print data of the next page;
The printing apparatus characterized by performing.
請求項1記載の印刷装置において、
前記第2タイミングは、
前記展開増強処理が開始された後、所定ライン数の前記次ページの前記印字データが前記印字データバッファへ展開完了する時期である
ことを特徴とする印刷装置。
The printing apparatus according to claim 1.
The second timing is
A printing apparatus characterized in that, after the expansion enhancement process is started, it is time to complete the expansion of the print data of the next page of the predetermined number of lines to the print data buffer.
請求項1又は請求項2記載の印刷装置において、
前記制御手段はさらに、
前記複数の発熱素子の通電と前記搬送手段を駆動するパルスモータの駆動とを連携して制御することにより、少なくとも前記被印字媒体の印刷対象となる最初のページへの前記印刷プロセスにおいては、前記パルスモータが回転駆動する際の当該パルスモータへの前記パルス信号の出力数と前記印字データを1つの前記印字ライン単位に分割してなるライン印字データの数とのパルス・ドット比率を一定比率としつつ、前記パルスモータの速度を停止状態から定常速度まで加速するスルーアップ処理を実行し、かつ、少なくとも前記被印字媒体の印刷対象となる最後のページへの前記印刷プロセスにおいては、前記パルス・ドット比率を一定比率としつつ前記パルスモータの速度を前記定常速度からから停止状態とするスルーダウン処理を実行する
ことを特徴とする印刷装置。
The printing apparatus according to claim 1 or 2,
The control means further includes
By controlling the energization of the plurality of heating elements and the driving of a pulse motor that drives the conveying means in cooperation, at least in the printing process to the first page to be printed on the printing medium, The pulse / dot ratio between the number of output of the pulse signal to the pulse motor when the pulse motor is rotated and the number of line print data obtained by dividing the print data into one print line unit is a constant ratio. In the printing process for at least the last page to be printed on the printing medium, the pulse-dot process is performed to accelerate the speed of the pulse motor from a stopped state to a steady speed. A through-down process is performed in which the speed of the pulse motor is stopped from the steady speed while the ratio is constant. Printing apparatus characterized by.
請求項3記載の印刷装置において、
前記制御手段は、
前記第1判定処理により前記次ページの前記イメージデータの展開が完了していないと判定された場合に、前記現在ページに対する前記印刷プロセスにおける前記スルーダウン処理が開始されることとなるタイミングよりも前に、前記展開増強処理を開始する
ことを特徴とする印刷装置。
The printing apparatus according to claim 3.
The control means includes
If it is determined by the first determination process that the development of the image data of the next page is not completed, the timing before the start of the through-down process in the printing process for the current page is started. Further, the printing apparatus is characterized by starting the expansion enhancement process.
JP2016072231A 2016-03-31 2016-03-31 Printing device Active JP6428698B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016072231A JP6428698B2 (en) 2016-03-31 2016-03-31 Printing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016072231A JP6428698B2 (en) 2016-03-31 2016-03-31 Printing device

Publications (2)

Publication Number Publication Date
JP2017177725A true JP2017177725A (en) 2017-10-05
JP6428698B2 JP6428698B2 (en) 2018-11-28

Family

ID=60008177

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016072231A Active JP6428698B2 (en) 2016-03-31 2016-03-31 Printing device

Country Status (1)

Country Link
JP (1) JP6428698B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113434096A (en) * 2021-05-17 2021-09-24 厦门汉印电子技术有限公司 Printer, adapter work control method and device thereof, and readable storage medium
US11535043B2 (en) 2020-02-28 2022-12-27 Canon Kabushiki Kaisha Image forming apparatus

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05185673A (en) * 1992-01-13 1993-07-27 Brother Ind Ltd Tape printer
JPH08337014A (en) * 1995-06-14 1996-12-24 Fuji Xerox Co Ltd Image plotting device, and data expanding method
JP2000263891A (en) * 1999-03-16 2000-09-26 Fuji Xerox Co Ltd Printer
JP2001205855A (en) * 2000-01-25 2001-07-31 Alps Electric Co Ltd Method and apparatus for printing
US20050162453A1 (en) * 2004-01-22 2005-07-28 Able Douglas A. Dynamic time to first print selection
JP2006264100A (en) * 2005-03-24 2006-10-05 Brother Ind Ltd Printer
JP2011101994A (en) * 2009-11-11 2011-05-26 Seiko Epson Corp Recording control device, recorder, control method of recorder, and program
JP2013046968A (en) * 2011-08-29 2013-03-07 Brother Industries Ltd Printer, print processing program, and print processing method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05185673A (en) * 1992-01-13 1993-07-27 Brother Ind Ltd Tape printer
JPH08337014A (en) * 1995-06-14 1996-12-24 Fuji Xerox Co Ltd Image plotting device, and data expanding method
JP2000263891A (en) * 1999-03-16 2000-09-26 Fuji Xerox Co Ltd Printer
JP2001205855A (en) * 2000-01-25 2001-07-31 Alps Electric Co Ltd Method and apparatus for printing
US20050162453A1 (en) * 2004-01-22 2005-07-28 Able Douglas A. Dynamic time to first print selection
JP2006264100A (en) * 2005-03-24 2006-10-05 Brother Ind Ltd Printer
JP2011101994A (en) * 2009-11-11 2011-05-26 Seiko Epson Corp Recording control device, recorder, control method of recorder, and program
JP2013046968A (en) * 2011-08-29 2013-03-07 Brother Industries Ltd Printer, print processing program, and print processing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11535043B2 (en) 2020-02-28 2022-12-27 Canon Kabushiki Kaisha Image forming apparatus
CN113434096A (en) * 2021-05-17 2021-09-24 厦门汉印电子技术有限公司 Printer, adapter work control method and device thereof, and readable storage medium

Also Published As

Publication number Publication date
JP6428698B2 (en) 2018-11-28

Similar Documents

Publication Publication Date Title
JP6428698B2 (en) Printing device
JP2003237149A (en) Drawing processor, drawing processing method, computer readable storage medium, and program
JP6067039B2 (en) Image processing apparatus, image processing method and program for obtaining predicted value of time required for printing
JP2021192488A5 (en)
JP6703749B2 (en) Printer
US20170253447A1 (en) Printing device, printing method and non-transitory computer readable medium
JP2009269179A (en) Printer, program and recording medium
JP2013046968A (en) Printer, print processing program, and print processing method
US9471022B2 (en) Print control apparatus, print control method, image forming system, and non-transitory computer readable medium
JP2018099804A (en) Printer and control method for the same
US20230126389A1 (en) Image forming apparatus, method for controlling image forming apparatus, and storage medium
JP7087644B2 (en) Image processing equipment, programs and image processing systems
JP5651963B2 (en) Printing system, control method therefor, and program
US10656879B2 (en) Printing apparatus and printing method
JP2007105914A (en) Printing processor and printing processing system
JP7067112B2 (en) Information processing equipment, information processing methods, programs and image processing equipment
JP6655002B2 (en) PRINT CONTROL PROGRAM, PRINT CONTROL DEVICE, AND PRINT CONTROL METHOD
JP2003080771A (en) Imaging apparatus and its controlling method
JP2019089212A (en) Continuous paper printer and program
JP2021045861A (en) Print control device and program
JP2017087736A (en) Image processing device for obtaining estimated value of time required for printing, image processing method and program for the same
JP2004334489A (en) Printer and printing control device
US8619296B2 (en) Image forming apparatus
JP2008044122A (en) Printer
JPH0516442A (en) Page buffer controller

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170915

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180723

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180731

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180911

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20181002

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181015

R150 Certificate of patent or registration of utility model

Ref document number: 6428698

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150