JPS59125432A - Print control system of incremental type printer - Google Patents

Print control system of incremental type printer

Info

Publication number
JPS59125432A
JPS59125432A JP57234067A JP23406782A JPS59125432A JP S59125432 A JPS59125432 A JP S59125432A JP 57234067 A JP57234067 A JP 57234067A JP 23406782 A JP23406782 A JP 23406782A JP S59125432 A JPS59125432 A JP S59125432A
Authority
JP
Japan
Prior art keywords
data
print
printer
incremental
host device
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
JP57234067A
Other languages
Japanese (ja)
Other versions
JPS6312289B2 (en
Inventor
Takaharu Takai
高井 隆治
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP57234067A priority Critical patent/JPS59125432A/en
Publication of JPS59125432A publication Critical patent/JPS59125432A/en
Publication of JPS6312289B2 publication Critical patent/JPS6312289B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K15/00Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Character Spaces And Line Spaces In Printers (AREA)

Abstract

PURPOSE:To reduce transfer data in amount greatly and to perform optimum printing operation by sending tab information out of a host device side and performing tab control when the number of spaces is larger than the specific quantity. CONSTITUTION:A host device 3 is provided with a transfer data control part 4. The transfer data control part 4 checks whether print information to be sent out to an incremental type printer 5 is space data or not and counts the number of successive space data, sends out tab control information on condition that the counted value is larger than the specific quantity. When said counted value is smaller than the specific value, space data is sent out, and when the print information is space data, print data is sent out.

Description

【発明の詳細な説明】 r発明の技術分野〕 本発明は、インクリメンタリ方式プリンタにおいて連続
してスペース・データを印字する場合、ホスト装置でス
ペース・データの数を計数し、計数値が一定の値以上に
なるときにはホスト装置からタブ情報を送出するよ5に
したインクリメンタリ方式プリンタの印字制御方式に関
するものである。
[Detailed Description of the Invention] [Technical Field of the Invention] The present invention, when printing space data continuously in an incremental printer, counts the number of space data in a host device and keeps the counted value constant. The present invention relates to a print control method for an incremental printer in which tab information is sent from the host device when the value exceeds the value.

〔従来技術と問題点〕[Prior art and problems]

第1図は従来の印字制御方式を示す図、第2図は転送デ
ータ列の1例を示す図である。第1図において、1はホ
スト装置、2はプリンタを示す。
FIG. 1 is a diagram showing a conventional print control system, and FIG. 2 is a diagram showing an example of a transfer data string. In FIG. 1, 1 represents a host device, and 2 represents a printer.

プリンタ2には、ドツト・プリンタなどのようにデータ
・バッファ、を有するものと、インクリメンタリ方式プ
リンタのようにデータ・バッファを有しないものとがあ
る。′プリンタ2がデー・夕・バッファを有するもので
ある場合には、ホスト装置1から印字データが送られて
(るとデータ・バッファに蓄えてから、1ライン分まと
めて印字を実行している。一方、プリンタ2がデータ・
バッファを有しないものである場合には、ホスト装置1
から印字データが送られてくる毎に1文字ずつ印字を実
行している。例えば第2図に示すように印字範囲を1な
いしNまでとすると、インクリメンタリ方式のプリンタ
では、ヘッドは印字データのスペースの有無に関係なく
インクリメンタリに移動し、印字データとして何個かの
連続したスペースが含まれていても、従来は1文字ずつ
スペース印字を実行している。その点データ・バッファ
を有するプリンタの場合には、プリンタ側でデータ・バ
ッファの内容を印字前にサーチし、スペースの数に応じ
てスペース印字、或いはタブ制御にて最適印字が実行で
きる。
The printer 2 includes one that has a data buffer, such as a dot printer, and one that does not have a data buffer, such as an incremental printer. 'If the printer 2 has a data buffer, the print data is sent from the host device 1 (then stored in the data buffer and then printed for one line at a time. .On the other hand, printer 2
If the device does not have a buffer, the host device 1
Each time print data is sent from the printer, printing is executed one character at a time. For example, if the printing range is from 1 to N as shown in Figure 2, in an incremental printer, the head moves incrementally regardless of the presence or absence of a space for print data, and prints several consecutive pieces of print data. Conventionally, spaces are printed one character at a time even if spaces are included. In the case of a printer having a data buffer, the contents of the data buffer can be searched on the printer side before printing, and optimal printing can be performed using space printing or tab control depending on the number of spaces.

このようにデータ・バッファを有しない従来のインクリ
メンタリ方式のプリンタでは、先に述べたようなスペー
スの数に応じた印字制御を実行することかできず、例え
ば第2図に示すような印字データ列であっても、スペー
ス・コード+7)Illllカスペース印字となシ、最
適印字化が実現されていない。
Conventional incremental printers that do not have data buffers cannot perform printing control according to the number of spaces as described above, and for example, print data such as the one shown in Figure 2 cannot be executed. Even in columns, space code + 7) Illllll caspase printing is not achieved, and optimal printing is not achieved.

〔発明の目的〕[Purpose of the invention]

本発明は、上記の考察に基づくものであって、スペース
・データの数に応じた最適印字が可能なインクリメンタ
リ方式プリンタにおける印字制御方式を提供することを
目的とするものである。
The present invention is based on the above consideration, and an object of the present invention is to provide a print control method for an incremental printer that is capable of optimal printing according to the number of space data.

〔発明の構成〕[Structure of the invention]

そのために本発明のインクリメンタリ方式プリンタの印
字制御方式は、ホスト装置と、インクリメンタリ方式プ
リンタとを備え、上記ホスト装置から印字情報が供給さ
れる毎に上記インクリメンタリ方式プリンタが印字動作
を実行するようになったインクリメンタリ方式プリンタ
の印字制御方式であって、上記ホスト装置に転送データ
制御部を設け、該転送データ制御部は、上記インクリメ
ンタリ方式プリンタに送出する印字情報がスペース・デ
ータであるか否かを調べ、スペース・データである場合
には連続するスペース・データの数を計数し、該計数値
が一定の値以上であることを条件にタブ制御情報を送出
し、上記計数値が一定の値に達しないことを条件にスペ
ース・データを送出し、印字情報が印字データである場
合には印字データを送出するよ5に構成されたことを特
徴とするものである。
To this end, the print control method for the incremental printer of the present invention includes a host device and an incremental printer, and the incremental printer executes a printing operation each time print information is supplied from the host device. In this print control method for an incremental printer, the host device is provided with a transfer data control section, and the transfer data control section sends space data to the print information sent to the incremental printer. If it is space data, it counts the number of consecutive space data and sends tab control information on the condition that the counted value is above a certain value. The space data is sent out on the condition that a certain value is not reached, and if the print information is print data, the print data is sent out.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の実施例を図面を参照しつつ説明する。 Embodiments of the present invention will be described below with reference to the drawings.

第3図は本発明の1実施例構成を示すブロック図、第4
図は転送データ制御部による処理の流れを示すフロー・
チャートである。第3図において、3はホスト装置、4
は転送データ制御部、5はインクリメンタリ方式プリン
タを示す。
FIG. 3 is a block diagram showing the configuration of one embodiment of the present invention;
The figure shows the flow of processing by the transfer data control unit.
It is a chart. In FIG. 3, 3 is a host device, 4 is a host device,
5 indicates a transfer data control unit, and 5 indicates an incremental printer.

本発明は、スペース・データを印字する場合、スペース
の個数が一定の値・M個(機械によシ異なる)未満のと
きにはインクリメンタリ印字1.M個以上のときにはタ
ブ制御にて印字すれば最も印字のスピード・アップにな
る点に着目し、スペースの個数がM個以上であるときに
はホスト装置からスペース・コードではなくタブ制御情
報を送出するよ5にしたものである。
In the present invention, when printing space data, if the number of spaces is less than a certain value M (varies depending on the machine), incremental printing 1. We focused on the fact that printing using tab control would speed up printing the most when the number of spaces is M or more, and when the number of spaces is M or more, tab control information is sent from the host device instead of a space code. It was set to 5.

第3図において、ホスト装置3に転送データ制御部4を
設け、ホスト装置3よシインクリメンタリ方式プリンタ
5に印字データを送出する場合、転送データ制御部4で
、連続するスペースの数をカウントし、M個以上なら印
字データとしてスペース・コードを送出せず、タブ制御
コードを送出する処理を行な5゜ 転送データ制御部4による処理の流れを第4肉を参照し
つつ説明する。
In FIG. 3, when the host device 3 is provided with a transfer data control section 4 and print data is sent from the host device 3 to the incremental printer 5, the transfer data control section 4 counts the number of consecutive spaces. , M or more, the space code cannot be sent as print data, and a tab control code is sent.The flow of processing by the 5° transfer data control unit 4 will be explained with reference to the fourth part.

■ スペース・カウンタをクリアする。次に■の処理を
行なう。
■ Clear space counters. Next, perform the process (■).

■ データ・アドレス・レジスタをクリアする。■ Clear the data address register.

次に■の処理を行なう。Next, perform the process (■).

■ バイト・カウントをセットする。次に■の処理を行
なう。
■ Set the byte count. Next, perform the process (■).

■ バイト・カウントを−1する。次に■の処理を行な
う。
■ Decrement the byte count by 1. Next, perform the process (■).

■ バイト・カウントが0か否かを調べる。Yesの場
合にはデータ転送終了とし、No  の場合には0の処
理を行なう。
■ Check to see if the byte count is 0. If Yes, the data transfer is terminated, and if No, 0 processing is performed.

■ 送出データがスペースか否かを調べる。Yesの場
合には◎の処理を行ない、N5の場合には■の処理を行
なう。
■ Check whether the sent data is a space. In the case of Yes, the process ◎ is performed, and in the case of N5, the process ■ is performed.

■ スペース・フラグがオンか否かを調べる。■ Check whether the space flag is on.

Yesの場合には■の処理を行ない、NEIの場合には
[相]の処理を行な5゜ ■ スペース・フラグをクリアする。次に■の処理を行
な5゜ ■ タブ・フラグがオンか否かを調べる。
If Yes, perform the process ``■'', and if NEI, perform the process [phase] and clear the 5°■ space flag. Next, perform the process ``■'' and check whether the tab flag is on.

Yesの場合には0の処理を行ない、Nδの場合には◎
の処理を行なう。
If Yes, process 0, if Nδ, ◎
Process.

0 タブ・フラグをクリアする。次に0の処理を行な5
゜ ■ タブ制御情報を送出する。次に[相]の処理を行な
う。      。
0 Clear tab flag. Next, process 0 and 5
゜■ Send tab control information. Next, process [phase]. .

0 スペース・フラグをセットする。次に0の処理管性
なう。
0 Set space flag. Next, there is a processing capacity of 0.

0 スペース・カウンタを+1する。次に00処理を行
なう。
0 Increase the space counter by 1. Next, 00 processing is performed.

0 スペース・カウントがMか否かを調べる。0 Check whether the space count is M.

Yesの場合には[相]の処理を行ない、Nδの場合に
は0の処理を行なう。
In the case of Yes, the process of [phase] is performed, and in the case of Nδ, the process of 0 is performed.

[相] タブ・フラグをセットする。次に0の処理を行
なう〇 [相] 印字データを送出する。次に00処理を行なう
O Oスペース・データをOの処理によるカウントに従って
送出する。次にOの処理を行なう。
[Phase] Set the tab flag. Next, process 0.〇[Phase] Send print data. Next, the O0 space data to be processed by 00 is sent out according to the count by the O process. Next, process O is performed.

Oデータ・アドレス・レジスタを+1する。Add 1 to O data address register.

次に■の処理に戻る。Next, return to the process of ■.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明によれば、スペ
ースの数がM個以上である場合にはホスト装置側からタ
ブ制御情報を送出してタブ制御を行なうので、例えば第
2図に示す印字データ列の場合には、転送データ量は(
N−1)十タブ制御情報となり、転送データ量を大幅に
減らすことカニできると共に、タブ制御によシデータ・
ノ(ツファを有するプリンタと同じように最適印字化を
計ることができる。
As is clear from the above description, according to the present invention, when the number of spaces is M or more, tab control information is sent from the host device side to perform tab control. In the case of a print data string, the amount of data transferred is (
N-1) It becomes ten tab control information, which can significantly reduce the amount of data transferred, and also allows tab control to
Optimum printing can be achieved in the same way as printers with a

特にプリンタのスピード・アップ化は重畳な課題であシ
、メカだけを改良して高速化を計・ることはいろいろ困
難を伴う。しかし本発明によれば、メカに関係な(イン
クリメンタリ方式のプリンタでもスペース印字とタブ制
御をホスト装置側で実行し、メカ自身の最高スピード印
字を実現でき、その効果は極めて顕著である。
In particular, increasing the speed of printers is a complex issue, and attempting to increase speed by improving only the mechanism is fraught with various difficulties. However, according to the present invention, space printing and tab control can be executed on the host device side even in mechanically related (incremental type) printers, and the maximum speed printing of the mechanism itself can be achieved, and the effect is extremely remarkable.

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

第1図は従来の印字制御方式を示す図、第2図は転送デ
ータ列の1例を示す図、第3図は本発明の1実施例構成
を示す図、第4@は転送データ制御部による処理の流れ
を示すフロー・チャートである。 1と3・・・ホスト装置、2・・・プリンタ、4・・・
転送データ制御部、5・・・インクリメンタリ方式プリ
ンタ。 少 1 図 ズ2図 W5図
Fig. 1 is a diagram showing a conventional printing control system, Fig. 2 is a diagram showing an example of a transfer data string, Fig. 3 is a diagram showing the configuration of an embodiment of the present invention, and Fig. 4 @ is a transfer data control unit. 12 is a flow chart showing the flow of processing by. 1 and 3...host device, 2...printer, 4...
Transfer data control unit, 5... Incremental printer. Small 1 Figures 2 Figures W5

Claims (1)

【特許請求の範囲】[Claims] ホスト装置と、インクリメンタリ方式プリンタとを備え
、上記ホスト装置から印字情報が供給される毎に上記イ
ンクリメンタリ方式プリンタが印字動作を実行するよ5
になったインクリメンタリ方式プリンタの印字制御方式
であって、上記ホスト装置に転送データ制御部を設け、
該転送データ制御部は、上記インクリメンタリ方式プリ
ンタ忙送出する印字情報がスペース・データであるか否
かを調べ、スペース・データである場合には連続するス
ペース・データの数を計数し、該計数値が一定の値以上
であることを条件にタブ制御情報を送出し、上記計数値
が一定の値に達しないことを条件にスペース・データを
送出し、印字情報が印字データである場合には印字デー
タを送出するよ5に構成されたことを特徴とするインク
リメンタリ方式プリンタの印字制御方式、
The computer comprises a host device and an incremental printer, and the incremental printer executes a printing operation each time printing information is supplied from the host device.
This is a print control method for incremental printers that have become
The transfer data control unit checks whether the print information sent out to the incremental printer is space data or not, and if it is space data, counts the number of consecutive space data and calculates the number of consecutive space data. Tab control information is sent on the condition that the numerical value is above a certain value, space data is sent on the condition that the above count value does not reach a certain value, and if the print information is print data, 5. A print control system for an incremental printer, characterized in that the printer is configured to send print data.
JP57234067A 1982-12-30 1982-12-30 Print control system of incremental type printer Granted JPS59125432A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57234067A JPS59125432A (en) 1982-12-30 1982-12-30 Print control system of incremental type printer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57234067A JPS59125432A (en) 1982-12-30 1982-12-30 Print control system of incremental type printer

Publications (2)

Publication Number Publication Date
JPS59125432A true JPS59125432A (en) 1984-07-19
JPS6312289B2 JPS6312289B2 (en) 1988-03-18

Family

ID=16965066

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57234067A Granted JPS59125432A (en) 1982-12-30 1982-12-30 Print control system of incremental type printer

Country Status (1)

Country Link
JP (1) JPS59125432A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6072744A (en) * 1983-09-29 1985-04-24 Alps Electric Co Ltd Space processor for printer

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5470747A (en) * 1977-11-17 1979-06-06 Fujitsu Ltd Program control system
JPS5543631A (en) * 1978-09-22 1980-03-27 Toshiba Corp Printer
JPS5737239U (en) * 1980-08-08 1982-02-27

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5470747A (en) * 1977-11-17 1979-06-06 Fujitsu Ltd Program control system
JPS5543631A (en) * 1978-09-22 1980-03-27 Toshiba Corp Printer
JPS5737239U (en) * 1980-08-08 1982-02-27

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6072744A (en) * 1983-09-29 1985-04-24 Alps Electric Co Ltd Space processor for printer

Also Published As

Publication number Publication date
JPS6312289B2 (en) 1988-03-18

Similar Documents

Publication Publication Date Title
JPS6022234A (en) Form overlay type printer
EP0052725A1 (en) Method of reducing the print element changes in a text processing system
US4811242A (en) Chinese character printer controlling device
JP3156927B2 (en) Printer with duplex printing function and duplex printing control device
JPS59125432A (en) Print control system of incremental type printer
JPH0250865A (en) Printer
JP2699440B2 (en) Printer device
JPS5745688A (en) Reception printing system for information in dot printer
KR920007722B1 (en) Font rom's charactor reduction printing method
JPS5941276A (en) Dot-matrix type serial printer
JPS623456B2 (en)
JPS6487363A (en) Page printer control system
JPH01103466A (en) Control in page-type printer device
JPH0375922A (en) Printing buffer control method
JPH0543511B2 (en)
JPH028931A (en) Printer
JPS63138417A (en) Printer
JPS6134994B2 (en)
JPH0379729B2 (en)
JPS63135257A (en) Printing data processing of printer
JPH01171955A (en) Dot printer
JPH03121877A (en) Printing processing system of printer
JPS5935965A (en) Printing-controlling system
JPS6125861A (en) Controlling system for dot matrix printer
JPH04216969A (en) Registration method for character pattern