JPH0349966A - Printer - Google Patents
PrinterInfo
- Publication number
- JPH0349966A JPH0349966A JP1186975A JP18697589A JPH0349966A JP H0349966 A JPH0349966 A JP H0349966A JP 1186975 A JP1186975 A JP 1186975A JP 18697589 A JP18697589 A JP 18697589A JP H0349966 A JPH0349966 A JP H0349966A
- Authority
- JP
- Japan
- Prior art keywords
- character
- character code
- pattern
- code
- printing
- 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.)
- Pending
Links
- 238000006243 chemical reaction Methods 0.000 claims description 8
- 238000000034 method Methods 0.000 abstract 2
- 238000010586 diagram Methods 0.000 description 4
- 239000000284 extract Substances 0.000 description 2
- 210000000988 bone and bone Anatomy 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 238000004904 shortening Methods 0.000 description 1
Landscapes
- Dot-Matrix Printers And Others (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は印刷装置に関し、特に情報処理システム等の出
力装置で使用される印刷装置に関する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a printing device, and particularly to a printing device used in an output device such as an information processing system.
第2図は従来の印刷装置の例を示す説明図である。同図
において印刷装置は電源投入時に上位より制御部7が文
字パターンと文字パターンに対応した文字コードを取り
込み、印字動作の際上位からの文字データに対応した文
字コードを文字コード変換メモリ3を参照して取り出す
。そして、この文字コードによって制御部7は文字パタ
ーンの格納アドレスを算出して文字パターン変換メモリ
4から文字パターンを抽出し、それを描画メモリ5へ繰
り返し展開して1ページの印字イメージを生成して出力
部6に出力する。上位からの文字データの中には何も印
字しない空白の文字パターンも有り、それらは他の文字
と同様にして同じ文字データとして扱われて描画処理ま
で実行される。FIG. 2 is an explanatory diagram showing an example of a conventional printing device. In the same figure, when the printing device is powered on, the control unit 7 takes in a character pattern and the character code corresponding to the character pattern from the higher level, and during printing operation, the character code corresponding to the character data from the higher level is referred to the character code conversion memory 3. and take it out. Then, based on this character code, the control unit 7 calculates the storage address of the character pattern, extracts the character pattern from the character pattern conversion memory 4, and repeatedly expands it to the drawing memory 5 to generate one page of print image. Output to the output section 6. Among the character data from the upper level, there are also blank character patterns in which nothing is printed, and these are treated as the same character data as other characters, and are even subjected to drawing processing.
上述した従来の印刷装置は“Δ” (スペース文字)も
−文字骨の文字パターンを有し描画を行なうので、他の
文字と同様にして文字コードとそれに対応した文字パタ
ーンを持ち描画メモリへと展開を行なう。したがって制
御部が何も印刷しないスペース文字でさえ文字コードで
文字パターン格納アドレスを算出して文字パターンを抽
出し描画メモリへと展開して行くので、空白印字の際は
無駄な時間と動作を行なうという欠点がある。In the above-mentioned conventional printing device, the "Δ" (space character) also has a character pattern of - character bones and is drawn, so it has a character code and a character pattern corresponding to it and stores it in the drawing memory in the same way as other characters. Perform expansion. Therefore, even for a space character that does not print anything, the control unit calculates the character pattern storage address using the character code, extracts the character pattern, and expands it to the drawing memory, so when printing a blank space, time and operations are wasted. There is a drawback.
本発明の印刷装置は、上位データをコード変換するコー
ド変換メモリと、文字コードを文字パターンに変換する
文字パターン変換メモリと、印字データを描画する描画
メモリと、描画制御をする制御部と、出力部とを含み文
字コードをチェックする文字コード情報テーブルを備え
文字コードをチェックする手段を有する。The printing device of the present invention includes a code conversion memory for converting upper-level data into codes, a character pattern conversion memory for converting character codes into character patterns, a drawing memory for drawing print data, a control section for controlling drawing, and an output and a character code information table for checking the character code, and means for checking the character code.
次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.
第1図は本発明の一実施例を示す構成図である。FIG. 1 is a block diagram showing an embodiment of the present invention.
同図において印刷装置は、電源投入時に文字パターンと
文字パターンに対応した文字コードをロードする。その
際、文字パターンロード時にパターンチェックを行ない
、オール“0”のコード(空白コード)に対してはその
文字コードに対応した文字コード情報テーブル2のビッ
トを立てて文字パターンをロードする。In the figure, the printing device loads a character pattern and a character code corresponding to the character pattern when the power is turned on. At this time, a pattern check is performed when loading a character pattern, and for all "0" codes (blank codes), the bit in the character code information table 2 corresponding to that character code is set and the character pattern is loaded.
制御部1は印字活動を始めて描画時に文字コード情報テ
ーブル2のビットをチェックし、ビットが立っていたら
印字位置の移動のみを行なって描画動作は行なわず次の
文字処理を行なう。すなわち1ページの描画処理時間を
短縮して高速な印字動作を可能とする。The control section 1 starts the printing operation and checks the bit of the character code information table 2 during drawing, and if the bit is set, only moves the printing position and performs the next character processing without performing the drawing operation. In other words, the drawing processing time for one page is shortened to enable high-speed printing operation.
以上説明したように本発明は、印字データの中に含まれ
ている空白文字は描画処理を行なわずに印字位置のみを
移動するので、処理時間を短縮できる。すなわち1ペー
ジの処理時間の短縮により印刷装置の高速印字ができる
効果がある。As explained above, according to the present invention, only the printing position of a blank character included in print data is moved without performing drawing processing, so that processing time can be shortened. In other words, there is an effect that the printing apparatus can perform high-speed printing by shortening the processing time for one page.
第1図は本発明の一実施例を示すブロック図、第2図は
従来例を示すブロック図である。
1・・・制御部、2・・・文字コード情報テーブル、3
・・・文字コード変換メモリ、4・・・文字パターン変
換メモリ、
5・・・描画メモリ、
6・・・出力部。FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG. 2 is a block diagram showing a conventional example. 1...Control unit, 2...Character code information table, 3
...Character code conversion memory, 4...Character pattern conversion memory, 5...Drawing memory, 6...Output section.
Claims (1)
コードを文字パターンに変換する文字パターン変換メモ
リと、印字データを描画する描画メモリと、描画制御を
する制御部と、出力部とを含み文字コードをチェックす
る文字コード情報テーブルを備え文字コードをチェック
する手段を有することを特徴とする印刷装置。It includes a code conversion memory for converting upper-level data into codes, a character pattern conversion memory for converting character codes into character patterns, a drawing memory for drawing print data, a control section for controlling drawing, and an output section. A printing device comprising a character code information table to be checked and means for checking character codes.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1186975A JPH0349966A (en) | 1989-07-18 | 1989-07-18 | Printer |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1186975A JPH0349966A (en) | 1989-07-18 | 1989-07-18 | Printer |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0349966A true JPH0349966A (en) | 1991-03-04 |
Family
ID=16198002
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP1186975A Pending JPH0349966A (en) | 1989-07-18 | 1989-07-18 | Printer |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0349966A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6156263A (en) * | 1996-10-08 | 2000-12-05 | Pohang Iron & Steel Co., Ltd. | Molten steel smelting apparatus for producing ultra-low carbon steel |
-
1989
- 1989-07-18 JP JP1186975A patent/JPH0349966A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6156263A (en) * | 1996-10-08 | 2000-12-05 | Pohang Iron & Steel Co., Ltd. | Molten steel smelting apparatus for producing ultra-low carbon steel |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0349966A (en) | Printer | |
JPS60141076A (en) | Control system of printer | |
JPH01190465A (en) | Character output device by utilizing vector font reproduction | |
JPH03179519A (en) | Printer | |
JP2576434B2 (en) | Facsimile machine | |
JP2654065B2 (en) | Font editing processing apparatus and font editing processing method | |
JPH06210927A (en) | Printer | |
JPH0550718A (en) | Printer | |
JP2757986B2 (en) | Print control device for serial dot printer | |
JPS60110460A (en) | Former of printing data | |
JPH039859A (en) | Printer | |
JPH04265767A (en) | Character expansion control method | |
JPS60255448A (en) | Interface control method of printing machine | |
JPH04128069A (en) | Printing control apparatus of printer | |
JPS6456559A (en) | Printing device | |
JPH07137366A (en) | Printing device | |
JPH0527929A (en) | Printer control part | |
JPH01142923A (en) | Print control circuit | |
JPH0378652B2 (en) | ||
JPH0484370A (en) | Picture forming device | |
JPH02301459A (en) | Printer | |
JPH02102073A (en) | Controller for printer | |
JPH05127655A (en) | Character pattern generation device | |
JPS6228252A (en) | Dot-matrix printer | |
JPH03113494A (en) | Pattern generating system |