JPH08106368A - Printer - Google Patents

Printer

Info

Publication number
JPH08106368A
JPH08106368A JP6242792A JP24279294A JPH08106368A JP H08106368 A JPH08106368 A JP H08106368A JP 6242792 A JP6242792 A JP 6242792A JP 24279294 A JP24279294 A JP 24279294A JP H08106368 A JPH08106368 A JP H08106368A
Authority
JP
Japan
Prior art keywords
printer
command
status
time
data
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
Application number
JP6242792A
Other languages
Japanese (ja)
Inventor
Hiroshi Yamaguchi
山口  広
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP6242792A priority Critical patent/JPH08106368A/en
Publication of JPH08106368A publication Critical patent/JPH08106368A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To provide a printer which can give the information to show a user when his file printing job under execution is completed. CONSTITUTION: A computer 20 contains a command generation means 21 which generates the commands including a command to display the end of printing at the side of a printer 30, a status decoder means 28 which decodes the status sent from the printer 30, and a bidiretional communication means 27 which performs the communication between the computer 20 and the printer 30. Furthermore the printer 30 includes a command decoder means 33 which decodes the command sent from the computer 20, a printer language decoder means 32, a printer language type/contents-based execution time table 31, a time integrating counter 44 which calculates the print execution time, a present time input means 43, a print end time holding means 40, and a status generation means 36 which sends the printer status to the computer 20.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータとプリン
タの双方向通信を利用し、ファイルの印字がいつ終了す
るかの情報をユーザに与えることができるプリンタに関
するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printer which utilizes bidirectional communication between a computer and a printer and which can provide a user with information on when a file is printed.

【0002】[0002]

【従来の技術】図10は従来のプリンタの構成を示すブ
ロック図である。図中、1はコンピュータであり、コマ
ンド発生手段2、メモリ3、プリンタドライバ4、CP
U5、キーボード等の入力手段6、表示手段7、双方向
通信手段8、ステータス解読手段9を備えている。また
プリンタ11は、受信バッファ12、双方向通信手段1
3、ステータス発生手段14、画像用メモリ15、プリ
ンタエンジン16、画像展開手段17、プリンタ言語解
読手段18、コマンド解読手段19などから成ってい
る。10はケーブルである。
2. Description of the Related Art FIG. 10 is a block diagram showing the structure of a conventional printer. In the figure, reference numeral 1 is a computer, which is a command generator 2, a memory 3, a printer driver 4, and a CP.
A U5, an input means 6 such as a keyboard, a display means 7, a bidirectional communication means 8 and a status decoding means 9 are provided. The printer 11 also includes a reception buffer 12 and a bidirectional communication means 1.
3, status generating means 14, image memory 15, printer engine 16, image developing means 17, printer language decoding means 18, command decoding means 19, and the like. 10 is a cable.

【0003】次に動作を説明する。ユーザが印字を行う
場合、コンピュータ1の入力手段6から印字を行うファ
イル名を入力する。この時、CPU5は入力手段6から
の印字指令(コマンド等)を受けとる。CPU5はプリ
ンタドライバ4に対して指定のファイルを印字するよう
に印字命令を送る。プリンタドライバ4はメモリ3から
の指定のファイルデータを読み込む。次に、プリンタド
ライバ4は入力されたデータをプリンタ11で解読でき
るプリンタ言語に変換する。プリンタドライバ4は双方
向通信手段8を通じて作成したデータをプリンタ11に
送る。プリンタ11では双方向通信手段13によりデー
タを受信し、データを受信バッファ12に取り込む。次
に、コマンド解読手段19は受信バッファ12よりデー
タを取り込み、データがコマンドであるか画像データで
あるかチェックを行う。
Next, the operation will be described. When printing is performed by the user, the file name to be printed is input from the input means 6 of the computer 1. At this time, the CPU 5 receives a print command (command or the like) from the input means 6. The CPU 5 sends a print command to the printer driver 4 to print the specified file. The printer driver 4 reads the designated file data from the memory 3. Next, the printer driver 4 converts the input data into a printer language readable by the printer 11. The printer driver 4 sends the data created through the bidirectional communication means 8 to the printer 11. The printer 11 receives the data by the bidirectional communication means 13 and takes the data into the reception buffer 12. Next, the command decoding means 19 fetches the data from the reception buffer 12 and checks whether the data is a command or image data.

【0004】データがコマンドである場合、プリンタ1
1はコマンドの内容(プリンタのエラーの問い合わせ
等)に対応したステータスをステータス発生手段14よ
り取り出しコンピュータ1に送る。データが画像に関す
るデータの場合、コマンド解読手段19はデータをプリ
ンタ言語解読手段18に送る。プリンタ言語解読手段1
8ではデータを解読し、データを画像展開手段17に送
る。画像展開手段17ではデータの種類に応じたビット
イメージを画像用メモリ(ページメモリ)15に書き込
んでいく。このシーケンスを1ページのデータが終了す
るまで続行する。また、1ページのデータが終了した時
点で、画像用メモリ15よりプリンタエンジン16へデ
ータを転送し印字を行う。
If the data is a command, the printer 1
Reference numeral 1 retrieves a status corresponding to the content of the command (printer error inquiry, etc.) from the status generation means 14 and sends it to the computer 1. If the data is data relating to an image, the command decoding means 19 sends the data to the printer language decoding means 18. Printer language decoding means 1
At 8, the data is decoded and the data is sent to the image developing means 17. The image developing means 17 writes a bit image according to the type of data in the image memory (page memory) 15. This sequence is continued until one page of data is completed. When the data of one page is completed, the data is transferred from the image memory 15 to the printer engine 16 and printing is performed.

【0005】このシーケンスと平行に、プリンタ11側
ではコンピュータ1側からのデータを受信可能状態にす
る。この時、ユーザがプリンタ11のステータス(状
態)を確認したい場合、コンピュータ1の入力手段を用
いてプリンタ11のステータスを知るため入力(プリン
タモニタ起動等)を行う。CPU5では入力手段6から
の入力に対し、プリンタ11のステータスを知る為のコ
マンドをコマンド発生手段2より双方向通信手段8を通
じて、プリンタ11側に送信する。プリンタ11はこの
データを双方向通信手段13より受信バッファ12に受
信する。次に、コマンド解読手段19は受信バッファ1
2よりデータを受け取る。コマンド解読手段19はデー
タがプリンタ11のステータスを知るためのコマンドで
あることを検出する。コマンド解読手段19は、プリン
タ11のステータス情報をステータス発生手段14から
双方向通信手段13を通じてコンピュータ1側に送信す
る。コンピュータ1側ではプリンタ11側から送信され
たデータをステータス解読手段9により解読しプリンタ
11の状態を知る。このプリンタ11のステータス情報
をCPU5はコンピュータ1の表示手段7に表示する。
これらの動作によりプリンタ11のステータス(印字中
等)をユーザは知ることができる。
In parallel with this sequence, the printer 11 is made ready to receive data from the computer 1 side. At this time, if the user wants to confirm the status of the printer 11, he / she uses the input means of the computer 1 to make an input (printer monitor activation, etc.) in order to know the status of the printer 11. In response to the input from the input means 6, the CPU 5 sends a command for knowing the status of the printer 11 from the command generation means 2 to the printer 11 side through the bidirectional communication means 8. The printer 11 receives this data from the bidirectional communication means 13 in the reception buffer 12. Next, the command decoding means 19 uses the reception buffer 1
Receive data from 2. The command decoding means 19 detects that the data is a command for knowing the status of the printer 11. The command decoding means 19 transmits the status information of the printer 11 from the status generation means 14 to the computer 1 side through the bidirectional communication means 13. On the computer 1 side, the data transmitted from the printer 11 side is decoded by the status decoding means 9 to know the state of the printer 11. The CPU 5 displays the status information of the printer 11 on the display means 7 of the computer 1.
The user can know the status of the printer 11 (printing etc.) by these operations.

【0006】[0006]

【発明が解決しようとする課題】しかしながら従来のプ
リンタ11では、ユーザは現在のプリンタ11の状況を
知ることはできるが、印字を行っているファイルがいつ
印字出力されたのかわからないという問題点があった。
However, in the conventional printer 11, although the user can know the current status of the printer 11, there is a problem in that the user cannot know when the file being printed was printed out. It was

【0007】本発明は、上記課題を解決するもので、ユ
ーザが行っているファイルの印字がいつ終了するかの情
報をユーザに与えることができるプリンタを提供するこ
とを目的とする。
An object of the present invention is to solve the above problems, and an object of the present invention is to provide a printer which can provide the user with information on when the printing of a file by the user is completed.

【0008】[0008]

【課題を解決するための手段】本発明は上記目的を達成
するために、コンピュータ側にプリンタの動作及びステ
ータスを確認するコマンド発生手段と入力手段と表示手
段とプリンタドライバとプリンタからのステータスの内
容を解読する為のステータス解読手段とプリンタとの双
方向通信を可能とする双方向通信手段とを備え、またプ
リンタ側にコマンドを解読する為のコマンド解読手段と
プリンタ言語を解読するプリンタ言語解読手段とプリン
タのステータスを生成するステータス発生手段と双方向
通信手段とを備えている。
In order to achieve the above object, the present invention provides a command generation means for confirming the operation and status of the printer on the computer side, an input means, a display means, a printer driver, and the contents of the status from the printer. A status decoding means for decoding the printer and a bidirectional communication means for bidirectional communication with the printer, and a command decoding means for decoding the command on the printer side and a printer language decoding means for decoding the printer language And a status generating means for generating the status of the printer and a bidirectional communication means.

【0009】[0009]

【作用】本発明は上記した構成により、ユーザは印字を
行ったファイルがいつプリンタから印字されるのか知る
ことが可能となる。
With the above-described structure of the present invention, the user can know when the printed file is printed by the printer.

【0010】[0010]

【実施例】以下、本発明の実施例について図面を参照し
て説明する。図1は、本発明の第一実施例のプリンタの
構成を示すブロック図、図2および図3は同プリンタの
動作のフローチャートである。図1において、20はコ
ンピュータであり、コマンド発生手段21、メモリ2
2、プリンタドライバ23、CPU24、入力手段2
5、表示手段26、双方向通信手段27、ステータス解
読手段28を備えている。また30はプリンタであり、
プリンタ言語種類・内容別実行時間テーブル31、プリ
ンタ言語解読手段32、コマンド解読手段33、受信バ
ッファ34、双方向通信手段35、ステータス発生手段
36、画像展開手段37、画像用メモリ38、カウンタ
時間変換テーブル39、印字終了時刻保持手段40、プ
リンタエンジン41、表示手段42、現在時刻入手手段
43、時間積算用カウンタ44、プリンタ言語処理時間
調査手段45、プリンタ表示判定メモリ46を備えてい
る。29は双方向通信手段27,35のケーブルであ
る。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of the printer of the first embodiment of the present invention, and FIGS. 2 and 3 are flowcharts of the operation of the printer. In FIG. 1, reference numeral 20 denotes a computer, a command generating means 21, a memory 2
2, printer driver 23, CPU 24, input means 2
5, a display means 26, a bidirectional communication means 27, and a status decoding means 28 are provided. 30 is a printer,
Printer language type / content execution time table 31, printer language decoding means 32, command decoding means 33, reception buffer 34, two-way communication means 35, status generation means 36, image expansion means 37, image memory 38, counter time conversion. A table 39, a print end time holding means 40, a printer engine 41, a display means 42, a current time acquisition means 43, a time integration counter 44, a printer language processing time investigation means 45, and a printer display determination memory 46 are provided. 29 is a cable of the bidirectional communication means 27, 35.

【0011】次に図2、図3を参照して動作を説明す
る。最初にユーザはコンピュータ20の入力手段25を
用いて印字出力するファイルの印字命令を入力する(ス
テップ1)。CPU24は入力手段25からの印字命令
を受取り、プリンタドライバ23に対してユーザが指定
したファイルの印字命令を出す(ステップ2)。プリン
タドライバ23はユーザが指定したファイルをメモリ2
2より取り出し、プリンタ30で使用できるプリンタ言
語に変換する(ステップ3)。
Next, the operation will be described with reference to FIGS. First, the user uses the input unit 25 of the computer 20 to input a print command for a file to be printed out (step 1). The CPU 24 receives the print command from the input means 25 and issues a print command for the file designated by the user to the printer driver 23 (step 2). The printer driver 23 stores the file specified by the user in the memory 2
2 and converts it into a printer language usable by the printer 30 (step 3).

【0012】プリンタドライバ23はプリンタ言語に変
換されたデータを双方向通信手段27によりプリンタ3
0へ送る(ステップ4)。プリンタ30の受信バッファ
34は双方向通信手段35によりコンピュータ20から
データを受取る(ステップ5)。コマンド解読手段33
は受信バッファ34よりデータを受取る(ステップ
6)。次に、データがコマンドであるかチェックする
(ステップ7)。データがコマンドである場合、コマン
ドの内容に対応するステータスの内容をステータス発生
手段36と双方向通信手段35を用いてコンピュータ2
0に送る(ステップ8)。ステップ7でデータがコマン
ドでない場合、データをプリンタ言語解読手段32に送
る(ステップ9)。プリンタ言語解読手段32におい
て、データの種類等の情報を検出する(ステップ1
0)。データの情報を画像展開手段37に送る(ステッ
プ11)。
The printer driver 23 uses the bidirectional communication means 27 to transfer the data converted into the printer language to the printer 3
Send to 0 (step 4). The reception buffer 34 of the printer 30 receives the data from the computer 20 by the bidirectional communication means 35 (step 5). Command decoding means 33
Receives data from the reception buffer 34 (step 6). Next, it is checked whether the data is a command (step 7). If the data is a command, the contents of the status corresponding to the contents of the command are sent to the computer 2 using the status generating means 36 and the bidirectional communication means 35.
0 (step 8). If the data is not a command in step 7, the data is sent to the printer language decoding means 32 (step 9). The printer language decoding means 32 detects information such as the type of data (step 1).
0). The data information is sent to the image developing means 37 (step 11).

【0013】画像展開手段37においてデータの種類に
応じた画像ビットマップデータを作成し画像用メモリ3
8に書き込む(ステップ12)。次に、受信バッファ3
4内のファイルデータの読み込みが終了したかチェック
を行う(ステップ13)。ファイルデータが終了してい
ない場合はステップ6に戻る。終了している場合はステ
ップ14に進む。プリンタ30は画像用メモリ38から
プリンタエンジン41へデータを転送し印字を行う(ス
テップ14)。
The image developing means 37 creates image bitmap data according to the type of data and creates the image memory 3
8 (step 12). Next, receive buffer 3
It is checked whether the reading of the file data in 4 is completed (step 13). If the file data has not ended, the process returns to step 6. If it has ended, the process proceeds to step 14. The printer 30 transfers data from the image memory 38 to the printer engine 41 and prints (step 14).

【0014】次に、プリンタは印字動作が終了したかチ
ェックを行う(ステップ15)。印字が終了していない
場合、プリンタ30がエラーであるかチェックする(ス
テップ16)。プリンタ30がエラーの場合、印字動作
を中止する(ステップ17)。プリンタ30がエラーで
ない場合、コンピュータ20からコマンドがあるかチェ
ックを行う(ステップ18)。コマンドがある場合、コ
マンドの内容に対応するステータスの内容をステータス
発生手段36と双方向通信手段35を用いてコンピュー
タ20に送りステップ15に進む(ステップ19)。コ
マンドが無い場合、ステップ15に進む。ステップ15
で印字が終了している場合、印字動作を終了する。
Next, the printer checks whether the printing operation is completed (step 15). If printing is not completed, it is checked whether the printer 30 has an error (step 16). If the printer 30 has an error, the printing operation is stopped (step 17). If the printer 30 is not in error, it is checked whether there is a command from the computer 20 (step 18). If there is a command, the contents of the status corresponding to the contents of the command are sent to the computer 20 using the status generating means 36 and the bidirectional communication means 35 and the process proceeds to step 15 (step 19). If there is no command, go to step 15. Step 15
If the printing is completed with, the printing operation is completed.

【0015】以下、本発明の第二実施例について説明す
る。図4〜図9は、本発明の第二実施例のプリンタの動
作のフローチャートである。なおプリンタの構成は、図
1に示す第一実施例と同じである。最初にユーザはコン
ピュータ20の入力手段25を用いて印字出力するファ
イルの印字命令を入力する(ステップ1)。CPU24
は入力手段25からの印字命令を受取り、プリンタドラ
イバ23に対してユーザが指定したファイルの印字命令
を出す(ステップ2)。プリンタドライバ23はユーザ
が指定したファイルをメモリ22より取り出し、プリン
タ30で使用できるプリンタ言語に変換する(ステップ
3)。
The second embodiment of the present invention will be described below. 4 to 9 are flowcharts of the operation of the printer according to the second embodiment of the present invention. The configuration of the printer is the same as that of the first embodiment shown in FIG. First, the user uses the input unit 25 of the computer 20 to input a print command for a file to be printed out (step 1). CPU 24
Receives a print command from the input means 25 and issues a print command for a file designated by the user to the printer driver 23 (step 2). The printer driver 23 takes out the file designated by the user from the memory 22 and converts it into a printer language usable by the printer 30 (step 3).

【0016】プリンタドライバ23はプリンタ言語に変
換されたデータを双方向通信手段27によりプリンタ3
0へ送る(ステップ4)。プリンタ30の受信バッファ
34は双方向通信手段35によりコンピュータ20から
データを受取る(ステップ5)。コマンド解読手段33
は受信バッファ34よりデータを受取る(ステップ
6)。次に、データがコマンドであるかチェックする
(ステップ7)。データがコマンドである場合、図8の
ステップ30に進む。ここで、コマンドの内容が印字終
了時刻表示であるかチェックする(ステップ30)。コ
マンドが印字終了時刻表示で無い場合、コマンドの内容
に対応するステータスの内容をステータス発生手段36
と双方向通信手段35を用いてコンピュータ20に送
り、ステップ6に戻る(ステップ32)。コマンドが印
字終了時刻表示である場合、プリンタ30はプリンタ表
示判定メモリ46に表示有りフラグをセットする(ステ
ップ31)。
The printer driver 23 uses the bidirectional communication means 27 to transfer the data converted into the printer language to the printer 3
Send to 0 (step 4). The reception buffer 34 of the printer 30 receives the data from the computer 20 by the bidirectional communication means 35 (step 5). Command decoding means 33
Receives data from the reception buffer 34 (step 6). Next, it is checked whether the data is a command (step 7). If the data is a command, go to step 30 of FIG. Here, it is checked whether the content of the command is the print end time display (step 30). If the command does not indicate the print end time, the status generating means 36 displays the content of the status corresponding to the content of the command.
To the computer 20 using the two-way communication means 35, and the process returns to step 6 (step 32). When the command is the print end time display, the printer 30 sets a display present flag in the printer display determination memory 46 (step 31).

【0017】ステップ7でデータがコマンドで無い場
合、データがファイルの先頭データであるかチェックす
る(図5のステップ8)。先頭データである場合、時間
積算用カウンタ44と印字終了時刻保持手段40内にコ
ンピュータ20から送られたファイルに対応するカウン
タ、時刻保存領域を持ち、内容をクリアする(ステップ
9)。ステップ8でデータが先頭データでない場合、ス
テップ10に進む。プリンタ30はデータをプリンタ言
語解読手段32に送り、データの種類等の情報を検出す
る(ステップ10,11)。
If the data is not a command in step 7, it is checked whether the data is the head data of the file (step 8 in FIG. 5). If it is the head data, the time integration counter 44 and the print end time holding means 40 have a counter corresponding to the file sent from the computer 20 and a time saving area, and the contents are cleared (step 9). If the data is not the top data in step 8, the process proceeds to step 10. The printer 30 sends the data to the printer language decoding means 32 and detects information such as the type of data (steps 10 and 11).

【0018】データの情報をプリンタ言語処理時間調査
手段45と画像展開手段37に送る(ステップ12)。
プリンタ言語処理時間調査手段45は送られたデータに
対応する処理時間をプリンタ言語種類・内容別実行時間
テーブル31から取り出す(ステップ13)。プリンタ
言語種類・内容別実行時間テーブル31から取り出した
時間を時間積算用カウンタ44に加算する(ステップ1
4)。画像展開手段37においてデータの種類に応じた
画像ビットマップデータを作成し画像用メモリ38に書
き込む(ステップ15)。受信バッファ34内のファイ
ルデータが終了したかチェックする(ステップ16)。
ファイルデータが終了していない場合、ステップ6に進
む。ファイルデータが終了している場合、印字終了時刻
保持手段40は時間積算用カウンタ44からカウンタ値
を受信する(ステップ17)。
The data information is sent to the printer language processing time checking means 45 and the image developing means 37 (step 12).
The printer language processing time checking means 45 retrieves the processing time corresponding to the sent data from the printer language type / content execution time table 31 (step 13). The time taken from the printer language type / content execution time table 31 is added to the time integration counter 44 (step 1
4). The image expanding means 37 creates image bitmap data according to the type of data and writes it in the image memory 38 (step 15). It is checked whether the file data in the reception buffer 34 is completed (step 16).
If the file data has not ended, go to step 6. If the file data has ended, the print end time holding means 40 receives the counter value from the time integration counter 44 (step 17).

【0019】印字終了時刻保持手段40はカウンタ時間
変換テーブル39によりカウンタ値を時間に変更し実行
時間を決める(ステップ18)。印字終了時刻保持手段
40は現在時刻入手手段43から時刻情報を受信する
(ステップ19)。印字終了時刻保持手段40は時刻情
報と実行時間を加算し印字終了時刻を決定する(ステッ
プ20)。次に、プリンタ表示判定メモリ46内のフラ
グはセットされているかチェックする(ステップ2
1)。フラグがセットされている場合、プリンタ30は
印字終了時刻保持手段40から印字終了時刻を取り出
し、プリンタの表示手段42に表示する(ステップ2
2)。フラグがセットされていない場合、ステップ23
に進む。ステップ23において印字が終了したかチェッ
クする(ステップ23)。印字が終了していない場合、
プリンタ30がエラーであるかチェックする(ステップ
24)。エラーが発生している場合、プリンタ30は印
字動作を中止し、表示手段42から印字終了時刻を消し
終了する(ステップ25,26)。エラーが発生してい
ない場合、コンピュータからコマンドが送られているか
チェックする(ステップ33)。
The print end time holding means 40 changes the counter value to time by the counter time conversion table 39 and determines the execution time (step 18). The print end time holding means 40 receives the time information from the current time acquisition means 43 (step 19). The print end time holding means 40 adds the time information and the execution time to determine the print end time (step 20). Next, it is checked whether the flag in the printer display judgment memory 46 is set (step 2).
1). If the flag is set, the printer 30 takes out the print end time from the print end time holding means 40 and displays it on the display means 42 of the printer (step 2).
2). If the flag is not set, step 23
Proceed to. In step 23, it is checked whether printing is completed (step 23). If printing is not completed,
It is checked whether the printer 30 has an error (step 24). If an error has occurred, the printer 30 stops the printing operation, erases the print end time from the display means 42, and ends (steps 25 and 26). If no error has occurred, it is checked whether a command is sent from the computer (step 33).

【0020】コマンドが送られていない場合、ステップ
23に進む。コマンドが送られている場合、コマンドが
印字終了時刻表示であるかチェックする(ステップ3
4)。コマンドが印字終了時刻表示である場合、プリン
タ30はプリンタ表示判定メモリ46に表示有りフラグ
をセットする(ステップ35)。次に、プリンタ30は
表示手段42に印字終了時刻を表示し(ステップ3
6)、ステップ23に進む。コマンドが印字終了時刻表
示でない場合、コマンドの内容に対応するステータスの
内容をステータス発生手段36と双方向通信手段35を
用いてコンピュータ20に送り(ステップ37)、ステ
ップ23に進む。ステップ23において印字が終了した
場合、時間積算用カウンタ44、印字終了時刻保持手段
40の内容をクリアする(ステップ27)。プリンタ3
0のプリンタ表示判定メモリ46のフラグがセットされ
ているかチェックする(ステップ28)。フラグがセッ
トされている場合、プリンタ30は表示手段42より印
字終了時刻を消す(ステップ29)。フラグがセットさ
れていない場合は動作を終了する。
If no command has been sent, go to step 23. If the command is sent, it is checked whether the command is the print end time display (step 3).
4). When the command is the print end time display, the printer 30 sets a display present flag in the printer display determination memory 46 (step 35). Next, the printer 30 displays the print end time on the display means 42 (step 3
6) Go to step 23. If the command is not the print end time display, the contents of the status corresponding to the contents of the command are sent to the computer 20 using the status generating means 36 and the bidirectional communication means 35 (step 37), and the process proceeds to step 23. When printing is completed in step 23, the contents of the time integration counter 44 and the print end time holding means 40 are cleared (step 27). Printer 3
It is checked whether the flag 0 of the printer display determination memory 46 is set (step 28). If the flag is set, the printer 30 erases the print end time from the display means 42 (step 29). If the flag is not set, the operation ends.

【0021】[0021]

【発明の効果】以上説明したように本発明によれば、フ
ァイルの印字出力の時間がわかる為、ユーザが印字出力
の確認を何度も行う必要が無くなり、印字出力後すぐに
印字結果が入手できる。
As described above, according to the present invention, since the print output time of a file can be known, the user does not need to check the print output many times, and the print result can be obtained immediately after the print output. it can.

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

【図1】本発明の第一実施例のプリンタの構成を示すブ
ロック図
FIG. 1 is a block diagram showing the configuration of a printer according to a first embodiment of the present invention.

【図2】本発明の第一実施例のプリンタの動作のフロー
チャート
FIG. 2 is a flowchart of the operation of the printer according to the first embodiment of the present invention.

【図3】本発明の第一実施例のプリンタの動作のフロー
チャート
FIG. 3 is a flowchart of the operation of the printer according to the first embodiment of the present invention.

【図4】本発明の第二実施例のプリンタの動作のフロー
チャート
FIG. 4 is a flowchart of the operation of the printer according to the second embodiment of the present invention.

【図5】本発明の第二実施例のプリンタの動作のフロー
チャート
FIG. 5 is a flowchart of the operation of the printer according to the second embodiment of the present invention.

【図6】本発明の第二実施例のプリンタの動作のフロー
チャート
FIG. 6 is a flowchart of the operation of the printer according to the second embodiment of the present invention.

【図7】本発明の第二実施例のプリンタの動作のフロー
チャート
FIG. 7 is a flowchart of the operation of the printer according to the second embodiment of the present invention.

【図8】本発明の第二実施例のプリンタの動作のフロー
チャート
FIG. 8 is a flowchart of the operation of the printer according to the second embodiment of the present invention.

【図9】本発明の第二実施例のプリンタの動作のフロー
チャート
FIG. 9 is a flowchart of the operation of the printer according to the second embodiment of the present invention.

【図10】従来のプリンタの構成を示すブロック図FIG. 10 is a block diagram showing a configuration of a conventional printer.

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

20 コンピュータ 21 コマンド発生手段 22 メモリ 23 プリンタドライバ 24 CPU 25 入力手段 26 表示手段 27 双方向通信手段 28 ステータス解読手段 29 ケーブル 30 プリンタ 31 プリンタ言語種類・内容別実行時間テーブル 32 プリンタ言語解読手段 33 コマンド解読手段 34 受信バッファ 35 双方向通信手段 36 ステータス発生手段 37 画像展開手段 38 画像用メモリ 39 カウンタ時間変換テーブル 40 印字終了時刻保持手段 41 プリンタエンジン 42 表示手段 43 現在時刻入手手段 44 時間積算用カウンタ 45 プリンタ言語処理時間調査手段 46 プリンタ表示判定メモリ 20 Computer 21 Command Generation Means 22 Memory 23 Printer Driver 24 CPU 25 Input Means 26 Display Means 27 Bidirectional Communication Means 28 Status Decoding Means 29 Cable 30 Printer 31 Printer Language Type / Content Execution Time Table 32 Printer Language Decoding Means 33 Command Decoding Means 34 Reception buffer 35 Two-way communication means 36 Status generation means 37 Image expansion means 38 Image memory 39 Counter time conversion table 40 Printing end time holding means 41 Printer engine 42 Display means 43 Current time acquisition means 44 Time integration counter 45 Printer Language processing time survey means 46 Printer display judgment memory

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】コンピュータ側にプリンタの動作及びステ
ータスを確認するコマンド発生手段と入力手段と表示手
段とプリンタドライバとプリンタからのステータスの内
容を解読する為のステータス解読手段とプリンタとの双
方向通信を可能とする双方向通信手段とを備え、またプ
リンタ側に前記コマンドを解読する為のコマンド解読手
段とプリンタ言語を解読するプリンタ言語解読手段とプ
リンタのステータスを生成するステータス発生手段と双
方向通信手段とを備えたことを特徴とするプリンタ。
1. Bidirectional communication between a printer and a command generating means for confirming the operation and status of the printer on the computer side, an input means, a display means, a printer driver, a status decoding means for decoding the contents of the status from the printer, and the printer. And a bidirectional communication with a command deciphering means for deciphering the command on the printer side, a printer language deciphering means for deciphering the printer language, and a status generating means for generating the status of the printer. And a printer.
【請求項2】コンピュータ側のコマンド発生手段にプリ
ンタの印字終了時刻をプリンタ側で表示させるコマンド
を備え、またプリンタ側に前記コマンドを解読する為の
コマンド解読手段とプリント時間を検出する為のプリン
タ言語処理時間調査手段とプリンタ言語の種類内容によ
る処理時間が格納されたプリンタ言語種類・内容別実行
時間テーブルと時間積算用カウンタと現在時刻入手手段
と印字終了時刻を格納する印字終了時刻保持手段と表示
手段とを備え、印字終了時刻を表示することを特徴とす
る請求項1記載のプリンタ。
2. A command generating means on the computer side is provided with a command for displaying the print end time of the printer on the printer side, and a command decoding means for decoding the command on the printer side and a printer for detecting the print time. A language processing time investigation means and a printer language type / content execution time table storing processing time according to the type of printer language, a time integration counter, a current time acquisition means, and a print end time holding means for storing a print end time 2. The printer according to claim 1, further comprising a display unit for displaying the print end time.
JP6242792A 1994-10-06 1994-10-06 Printer Pending JPH08106368A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6242792A JPH08106368A (en) 1994-10-06 1994-10-06 Printer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6242792A JPH08106368A (en) 1994-10-06 1994-10-06 Printer

Publications (1)

Publication Number Publication Date
JPH08106368A true JPH08106368A (en) 1996-04-23

Family

ID=17094365

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6242792A Pending JPH08106368A (en) 1994-10-06 1994-10-06 Printer

Country Status (1)

Country Link
JP (1) JPH08106368A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012011616A (en) * 2010-06-30 2012-01-19 Seiko Epson Corp Printing device and printing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012011616A (en) * 2010-06-30 2012-01-19 Seiko Epson Corp Printing device and printing method

Similar Documents

Publication Publication Date Title
JPH08106368A (en) Printer
JPH11175290A (en) Printer
JPH08329058A (en) Network printer system
JP2006235935A (en) Printing system
JP2003308512A (en) Data processing method, program and information processor
JPH11180005A (en) Method and apparatus for reprinting in image forming apparatus
JP4254252B2 (en) Printer control device and printer control program
JPH08300743A (en) Printing processing system
JP3761257B2 (en) Facsimile machine
JP2002370409A (en) Print system, print control method, program and storage medium
KR20010018369A (en) Method for re-printing of document
JPH05204566A (en) Network print control system
JPS62212823A (en) Printer device
JP2003323270A (en) Print system
JPH10198531A (en) Network printer device
JPH07177352A (en) Printer
JPH02136917A (en) Recorder
JP2000298560A (en) Printing data processor
JPS62278668A (en) Information processor
JPS62278630A (en) Printer device
KR20070022534A (en) Printer driver for converting printing data into common file and printer controlling apparatus using the same
JPH10250177A (en) Controller for printer
JP2004038223A (en) Printer driver
JPH071771A (en) Printer
JPH10177462A (en) Page printer controller