JP3951103B2 - Control device for electronic equipment - Google Patents

Control device for electronic equipment Download PDF

Info

Publication number
JP3951103B2
JP3951103B2 JP2001349355A JP2001349355A JP3951103B2 JP 3951103 B2 JP3951103 B2 JP 3951103B2 JP 2001349355 A JP2001349355 A JP 2001349355A JP 2001349355 A JP2001349355 A JP 2001349355A JP 3951103 B2 JP3951103 B2 JP 3951103B2
Authority
JP
Japan
Prior art keywords
electronic device
abnormal state
gui
error
printer
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.)
Expired - Fee Related
Application number
JP2001349355A
Other languages
Japanese (ja)
Other versions
JP2003150356A (en
Inventor
慎治 田中
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2001349355A priority Critical patent/JP3951103B2/en
Publication of JP2003150356A publication Critical patent/JP2003150356A/en
Application granted granted Critical
Publication of JP3951103B2 publication Critical patent/JP3951103B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Debugging And Monitoring (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、電子機器制御にかかり、特に電子機器で発生したエラー等に自動的に対処する技術に関する。
【0002】
【発明の背景】
プリンタやスキャナ等の電子機器では、使用中に様々なエラーや警告が発生する。特に、エラーが発生すると、そのエラー状態を解消しなければならない。エラー状態を解消するためには、エラー原因を特定して、適切な対処をする必要がある。
【0003】
ここで、エラー原因の特定およびエラーを解消するための対処方法は、プリンタなどについてある程度以上の知識がないユーザにとっては難しい。特に、初級ユーザが、独力でエラー原因を特定してエラーを解消することは、極めて困難である。そこで、エラー発生時に、自動的にエラーを解消したり、エラーの解消方法をユーザに提示したりすることができれば便利である。
【0004】
一般に、プリンタ等の電子機器でエラー等が発生すると、プリンタのホスト装置にエラーコードが通知される。エラー原因の特定に、このエラーコードを利用することが考えられるが、エラーコードのみでエラー原因を必ずしも一意に識別することはできない。
【0005】
そこで、本発明は、電子機器で発生した異常状態を解消するための処理を自動的に行うための技術を提供することを目的とする。
【0006】
【課題を解決するための手段】
本発明の一つの態様に従う電子機器を制御する制御装置は、前記電子機器で生じる異常な状態を解消するために行う処理の手順を示した処理情報を複数記憶した記憶部と、前記電子機器の制御に関する前記制御装置の動作状態と、前記電子機器から通知された異常な状態を示す状態コードとに基づいて、前記記憶部に記憶された処理情報のうちのいずれかを選択して、前記異常な状態を解消するための処理を実行する異常状態解消処理部とを備える。
【0007】
【発明の実施の形態】
以下、本発明の実施形態について、図面を用いて説明する。
【0008】
本実施形態に係る印刷システムは、図1に示すように、ホスト装置1と、プリンタ2と、サーバ3と、ネットワーク9とを備える。ホスト装置1は、例えば汎用的なコンピュータシステムにより構成され、以下に説明する個々の構成要素または機能は、例えば、コンピュータプログラムを実行することにより実現される。
【0009】
ホスト装置1は、インタフェース処理部11と、電子マニュアルシステム12と、エラー解析部13と、プリンタドライバ17と、資源情報記憶部18とを備える。ホスト装置1には、CRTや液晶ディスプレイ等の表示装置4とキーボードおよびマウス等の入力装置5が接続されている。
【0010】
インタフェース処理部11は、ホスト装置1に接続されたプリンタ2およびサーバ3との間で通信を行う。
【0011】
プリンタドライバ17は、印刷データに基づくプリンタ制御コマンド、あるいは、プリンタ2のメンテナンスを行うための制御コマンドを生成して、インタフェース処理部11を介してプリンタ2へ送信し、プリンタ2を制御する。また、印刷またはメンテナンスを実行するときは、プリンタドライバ17が表示装置4にGUI(Grafical User Interface)を表示させ、それに対するユーザからの入力を受け付けるようにしてもよい。このときのGUIは、たとえば、図2に示す印刷条件の設定画面100である。設定画面100は、タグ501、601、701、801と、印刷用紙の選択領域810と、印刷部数の選択領域831、832と、インク種類としてカラーインクの選択領域841と、黒インクの選択領域842と、印刷モードを指定するスケール850と、ボタン892、893、894が配置されている。ここで、設定画面100上に配置されている上記の選択領域等を総称して「部品」と呼ぶ。
【0012】
電子マニュアルシステム12は、プリンタ2の操作マニュアル情報およびヘルプ情報を電子化して保持し、これらの情報を表示装置4に表示させ、プリンタのユーザへ提供する。マニュアル情報等もGUIで表示される。
【0013】
プリンタドライバ17または電子マニュアル12が表示させるGUIは、環境設定、メンテナンス、テスト印字等、それぞれの目的に応じて複数あり、各GUIを一意に識別する識別情報が付されている。さらに、GUI上に配置され、ユーザからの入力操作を受け付ける部品にもそれぞれ識別情報が付されている。
【0014】
エラー解析部13は、プリンタ2で発生した紙詰まりや通信異常等のエラー、またはインクまたはトナーの残量が少なくなったとき等の警告を含む異常状態を解析し、その異常状態を解消するための処理を実行する。異常状態の解析は、プリンタ2の異常状態を示すコード、およびホスト装置1の動作状態に基づいて行う(「異常状態」には、「エラー」以外に「警告」等の状態も含むが、ここでは「異常状態を示すコード」を「エラーコード」と称する)。
【0015】
プリンタ2のエラーコードは、プリンタ2の機種を識別する機種IDと併せてプリンタ2から取得する。
【0016】
ホスト装置1の動作状態は、プリンタ2の制御に関する動作状態である。これは、プリンタ制御に関する動作状態に応じて、プリンタが行う処理が限定されるため、エラー原因の特定が容易になるからである。ここでは、プリンタ制御に関する動作状態は、たとえば、表示中のGUIの識別情報またはそのGUI上に表示された部品のうち、エラー等が発生する直前に操作を受け付けたものの識別情報等と対応する。これは、各GUIまたは各GUI上の部品がプリンタ2に対して要求する処理は、予め定められているので、GUIまたはGUI上の部品で動作状態が特定できるからである。
【0017】
エラー解析部13には、複数の解決マトリックス14と、複数のスクリプト15とが記憶されている。解決マトリックス14は、たとえば、図3に示すように、エラーコード141および動作ステージ142に応じて対処方法を記述したスクリプト名143(図中では一カ所のみ符号を付す)が定まるマトリックスである。動作ステージ142は、表示装置4に表示されているGUIまたはGUI上の部品の識別情報であり、プリンタ2でエラー等が生じる直前の状態を示すコードである。スクリプト名143は、次に説明するスクリプト15のいずれかの名称である。解決マトリックス14は、プリンタの機種IDごと、あるいはプリンタドライバごとに備えていてもよい。
【0018】
スクリプト15は、プリンタ2で生じる異常状態を解消するために行う手順を示した処理情報である。スクリプト15の例は、図4に示す。スクリプトには、たとえば、プリンタ2の異常状態を解決するために、ユーザが行う処理の手順を表示装置4に表示させるものでもよいし、エラー回復処理をプリンタ2に実行させるためのものでもよい。スクリプト15は、サーバ3からダウンロードしたり、図示しない読みとり装置がCD−ROMやフレキシブルディスク等から読み出して追加または更新することができる。
【0019】
資源情報記憶部18は、ホスト装置1が有するハードウェア資源またはソフトウェア資源に関する情報を記憶する。たとえば、ホスト装置1のCPUの処理性能、主メモリ容量、RAMの容量、特定の画像処理ソフトの有無等に関する情報が記憶されている。
【0020】
エラー解析部13は、プリンタ2からエラーコードの通知を受け付けたとき、プリンタで発生したエラーが特定のエラー(例えば、印刷実行ステージにおいて、印刷データ待ち状態が多発しているというエラー)であれば、この資源情報に基づいて、メモリ増設等のホスト装置1の改善提案を行うようにしてもよい。
【0021】
最後に、本実施形態に係る印刷システムで発生したエラーまたは警告に自動対処するための処理手順を、図5のフローチャートを用いて説明する。
【0022】
プリンタ2で何らかのエラーまたは警告が発生すると、エラー解析部13は、プリンタ2からエラーコードと機種IDの通知を受ける(S1,S2)。エラー解析部13は、電子マニュアルシステム12またはプリンタドライバ17からその時の動作ステージを取得し、解決マトリックスを参照してスクリプト名143を特定する(S3,S4)。解決マトリックス14が機種別あるいはプリンタドライバ別の場合、エラー解析部13は、機種IDまたはプリンタドライバのIDを取得して、対応する解決マトリックス14を使用する。そして、エラー処理部13は、そのスクリプト名143のスクリプト15を実行する(S5)。
【0023】
これにより、プリンタが異常状態になったときに、それを解消するための処理を自動的に行うことができる。
【0024】
上述した本発明の実施形態は、本発明の説明のための例示であり、本発明の範囲をそれらの実施形態にのみ限定する趣旨ではない。当業者は、本発明の要旨を逸脱することなしに、他の様々な態様で本発明を実施することができる。
【0025】
【発明の効果】
本発明によれば、プリンタで発生した異常状態を解消するための処理を自動的に行うことができる。
【図面の簡単な説明】
【図1】本発明の一実施形態に係る印刷システムの構成を示す図である。
【図2】GUIの一例である印刷条件設定画面の例である。
【図3】解決マトリックス14の例を示す図である。
【図4】スクリプト15の例を示す図である。
【図5】エラーまたは警告が発生したときに、それに自動的に対処するための手順を示したフローチャートである。
【符号の説明】
1…ホスト装置
2…プリンタ
3…サーバ
4…表示装置
5…入力装置
11…インタフェース処理部
12…電子マニュアルシステム
13…エラー解析部
14…解決マトリックス
15…スクリプト
17…プリンタドライバ
18…資源情報記憶部
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to electronic device control, and more particularly to a technique for automatically dealing with errors and the like that occur in an electronic device.
[0002]
BACKGROUND OF THE INVENTION
In electronic devices such as printers and scanners, various errors and warnings occur during use. In particular, when an error occurs, the error state must be cleared. In order to eliminate the error state, it is necessary to identify the cause of the error and take appropriate measures.
[0003]
Here, the identification of the cause of the error and the coping method for eliminating the error are difficult for a user who does not have some knowledge about the printer or the like. In particular, it is extremely difficult for a beginner user to identify an error cause and resolve the error by himself. Therefore, it is convenient if an error can be automatically eliminated or an error elimination method can be presented to the user when an error occurs.
[0004]
Generally, when an error or the like occurs in an electronic device such as a printer, an error code is notified to the printer host device. It is conceivable to use this error code to identify the cause of the error, but the error cause cannot always be uniquely identified by the error code alone.
[0005]
Accordingly, an object of the present invention is to provide a technique for automatically performing processing for eliminating an abnormal state that has occurred in an electronic device.
[0006]
[Means for Solving the Problems]
A control device that controls an electronic device according to one aspect of the present invention includes a storage unit that stores a plurality of processing information indicating a processing procedure to be performed in order to eliminate an abnormal state that occurs in the electronic device; Based on an operation state of the control device related to control and a status code indicating an abnormal state notified from the electronic device, any one of the processing information stored in the storage unit is selected, and the abnormality And an abnormal state elimination processing unit that executes processing for eliminating an abnormal state.
[0007]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[0008]
As shown in FIG. 1, the printing system according to the present embodiment includes a host device 1, a printer 2, a server 3, and a network 9. The host device 1 is configured by, for example, a general-purpose computer system, and each component or function described below is realized by executing a computer program, for example.
[0009]
The host device 1 includes an interface processing unit 11, an electronic manual system 12, an error analysis unit 13, a printer driver 17, and a resource information storage unit 18. The host device 1 is connected to a display device 4 such as a CRT or a liquid crystal display and an input device 5 such as a keyboard and a mouse.
[0010]
The interface processing unit 11 performs communication between the printer 2 and the server 3 connected to the host device 1.
[0011]
The printer driver 17 generates a printer control command based on the print data or a control command for performing maintenance of the printer 2, and transmits it to the printer 2 via the interface processing unit 11 to control the printer 2. When executing printing or maintenance, the printer driver 17 may display a GUI (Graphical User Interface) on the display device 4 and accept input from the user for the GUI. The GUI at this time is, for example, the print condition setting screen 100 shown in FIG. The setting screen 100 includes tags 501, 601, 701, and 801, a printing paper selection area 810, printing copy selection areas 831 and 832, a color ink selection area 841 as an ink type, and a black ink selection area 842. And a scale 850 for designating the print mode and buttons 892, 893, and 894 are arranged. Here, the above-described selection areas arranged on the setting screen 100 are collectively referred to as “parts”.
[0012]
The electronic manual system 12 stores the operation manual information and help information of the printer 2 in an electronic form, displays the information on the display device 4, and provides it to the user of the printer. Manual information and the like are also displayed on the GUI.
[0013]
There are a plurality of GUIs to be displayed by the printer driver 17 or the electronic manual 12 for each purpose such as environment setting, maintenance, test printing, and the like, and identification information for uniquely identifying each GUI is attached. Further, identification information is attached to each component arranged on the GUI and accepting an input operation from the user.
[0014]
The error analysis unit 13 analyzes an abnormal state including an error such as a paper jam or a communication abnormality occurring in the printer 2 or a warning such as when the remaining amount of ink or toner is low, and eliminates the abnormal state. Execute the process. The analysis of the abnormal state is performed based on the code indicating the abnormal state of the printer 2 and the operation state of the host device 1 (the “abnormal state” includes a state such as “warning” in addition to “error”. Then, “a code indicating an abnormal state” is referred to as an “error code”).
[0015]
The error code of the printer 2 is acquired from the printer 2 together with the model ID for identifying the model of the printer 2.
[0016]
The operation state of the host device 1 is an operation state related to the control of the printer 2. This is because the process performed by the printer is limited according to the operation state related to printer control, and the cause of the error can be easily identified. Here, the operation state related to the printer control corresponds to, for example, identification information of a GUI being displayed or identification information of an operation received immediately before an error or the like among components displayed on the GUI. This is because the processing that each GUI or component on each GUI requests to the printer 2 is determined in advance, so that the operation state can be specified by the GUI or component on the GUI.
[0017]
The error analysis unit 13 stores a plurality of solution matrices 14 and a plurality of scripts 15. For example, as shown in FIG. 3, the solution matrix 14 is a matrix in which a script name 143 (denoted by only one place in the figure) describing a coping method according to the error code 141 and the operation stage 142 is determined. The operation stage 142 is identification information of a GUI displayed on the display device 4 or a component on the GUI, and is a code indicating a state immediately before an error or the like occurs in the printer 2. The script name 143 is any name of the script 15 described below. The solution matrix 14 may be provided for each printer model ID or each printer driver.
[0018]
The script 15 is processing information indicating a procedure to be performed to eliminate an abnormal state that occurs in the printer 2. An example of the script 15 is shown in FIG. For example, the script may cause the display device 4 to display a procedure of processing performed by the user in order to solve an abnormal state of the printer 2 or may cause the printer 2 to execute error recovery processing. The script 15 can be downloaded from the server 3 or read or added by a reading device (not shown) from a CD-ROM, a flexible disk, or the like.
[0019]
The resource information storage unit 18 stores information related to hardware resources or software resources of the host device 1. For example, information related to the CPU processing performance, main memory capacity, RAM capacity, presence / absence of specific image processing software, and the like is stored.
[0020]
When the error analysis unit 13 receives notification of an error code from the printer 2, if the error that has occurred in the printer is a specific error (for example, an error that print data wait states occur frequently in the print execution stage). Based on this resource information, improvement proposals for the host device 1 such as memory expansion may be made.
[0021]
Finally, a processing procedure for automatically dealing with an error or warning that has occurred in the printing system according to the present embodiment will be described with reference to the flowchart of FIG.
[0022]
When any error or warning occurs in the printer 2, the error analysis unit 13 receives a notification of an error code and a model ID from the printer 2 (S1, S2). The error analysis unit 13 acquires the operation stage at that time from the electronic manual system 12 or the printer driver 17, and specifies the script name 143 by referring to the solution matrix (S3, S4). When the solution matrix 14 is by model or printer driver, the error analysis unit 13 acquires the model ID or the printer driver ID and uses the corresponding solution matrix 14. Then, the error processing unit 13 executes the script 15 with the script name 143 (S5).
[0023]
As a result, when the printer is in an abnormal state, it is possible to automatically perform a process for solving it.
[0024]
The above-described embodiments of the present invention are examples for explaining the present invention, and are not intended to limit the scope of the present invention only to those embodiments. Those skilled in the art can implement the present invention in various other modes without departing from the gist of the present invention.
[0025]
【The invention's effect】
According to the present invention, it is possible to automatically perform processing for eliminating an abnormal state that has occurred in a printer.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating a configuration of a printing system according to an embodiment of the present invention.
FIG. 2 is an example of a print condition setting screen that is an example of a GUI.
FIG. 3 is a diagram illustrating an example of a solution matrix 14;
FIG. 4 is a diagram illustrating an example of a script 15;
FIG. 5 is a flowchart showing a procedure for automatically handling an error or warning when it occurs.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... Host device 2 ... Printer 3 ... Server 4 ... Display device 5 ... Input device 11 ... Interface processing part 12 ... Electronic manual system 13 ... Error analysis part 14 ... Resolution matrix 15 ... Script 17 ... Printer driver 18 ... Resource information storage part

Claims (3)

電子機器を制御する制御装置であって、
前記電子機器で生じる異常な状態を解消するためにユーザが行う処理の手順を表示装置に表示させるか、または、前記電子機器に前記異常な状態を解消するための処理を実行させるスクリプトを複数記憶した記憶部と、
前記電子機器で前記異常な状態が生じたときに前記表示装置に表示されていた、あるいは、前記電子機器で前記異常な状態が生じる直前にユーザ操作を受け付けた、前記表示装置に表示されているGUIまたはGUI上の部品の識別情報と、前記電子機器から通知された前記異常な状態を示す状態コードとに基づいて、前記記憶部に記憶されたスクリプトのうちのいずれかを選択して、当該選択したスクリプトを実行するスクリプト実行手段とを備える電子機器の制御装置。
A control device for controlling an electronic device,
A plurality of scripts for causing a display device to display a procedure of processing performed by a user in order to eliminate an abnormal state occurring in the electronic device, or to execute processing for eliminating the abnormal state in the electronic device are stored. Storage unit
Displayed on the display device when the abnormal state occurred in the electronic device, or displayed on the display device that received a user operation immediately before the abnormal state occurred in the electronic device Based on the GUI or GUI component identification information and the status code indicating the abnormal status notified from the electronic device, select one of the scripts stored in the storage unit, An electronic apparatus control device comprising script execution means for executing a selected script.
電子機器で生じる異常な状態を解消するためにユーザが行う処理の手順を表示装置に表示させるか、または、前記電子機器に前記異常な状態を解消するための処理を実行させる複数のスクリプトを記憶手段に格納するステップと、
前記電子機器で前記異常な状態が生じたときに前記表示装置に表示されていた、あるいは、前記電子機器で前記異常な状態が生じる直前にユーザ操作を受け付けた、前記表示装置に表示されているGUIまたはGUI上の部品の識別情報と、前記電子機器から通知された前記異常な状態を示す状態コードとに基づいて、前記記憶手段に記憶されたスクリプトのうちのいずれかを選択するステップと、
前記選択したスクリプトを実行するステップと、を有する電子機器の異常状態への対処方法。
A plurality of scripts for causing a display device to display a procedure of processing performed by a user in order to eliminate an abnormal state occurring in the electronic device, or to execute processing for eliminating the abnormal state in the electronic device are stored. Storing in the means;
Displayed on the display device when the abnormal state occurred in the electronic device, or displayed on the display device that received a user operation immediately before the abnormal state occurred in the electronic device Selecting any one of the scripts stored in the storage unit based on the identification information of the GUI or a component on the GUI and the status code indicating the abnormal status notified from the electronic device;
Executing the selected script; and a method for dealing with an abnormal state of the electronic device.
コンピュータに実行されると、
電子機器で生じる異常な状態を解消するためにユーザが行う処理の手順を表示装置に表示させるか、または、前記電子機器に前記異常な状態を解消するための処理を実行させる複数のスクリプトを記憶手段に格納するステップと、
前記電子機器で前記異常な状態が生じたときに前記表示装置に表示されていた、あるいは、前記電子機器で前記異常な状態が生じる直前にユーザ操作を受け付けた、前記表示装置に表示されているGUIまたはGUI上の部品の識別情報と、前記電子機器から通知された前記異常な状態を示す状態コードとに基づいて、前記記憶手段に記憶されたスクリプトのうちのいずれかを選択するステップと、
前記選択したスクリプトを実行するステップと、が行われ、電子機器の異常状態へ対処するためのコンピュータプログラム。
When executed on a computer,
A plurality of scripts for causing a display device to display a procedure of processing performed by a user in order to eliminate an abnormal state occurring in the electronic device, or to execute processing for eliminating the abnormal state in the electronic device are stored. Storing in the means;
Displayed on the display device when the abnormal state occurred in the electronic device, or displayed on the display device that received a user operation immediately before the abnormal state occurred in the electronic device Selecting any one of the scripts stored in the storage unit based on the identification information of the GUI or a component on the GUI and the status code indicating the abnormal status notified from the electronic device;
A computer program for executing the selected script and coping with an abnormal state of the electronic device.
JP2001349355A 2001-11-14 2001-11-14 Control device for electronic equipment Expired - Fee Related JP3951103B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001349355A JP3951103B2 (en) 2001-11-14 2001-11-14 Control device for electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001349355A JP3951103B2 (en) 2001-11-14 2001-11-14 Control device for electronic equipment

Publications (2)

Publication Number Publication Date
JP2003150356A JP2003150356A (en) 2003-05-23
JP3951103B2 true JP3951103B2 (en) 2007-08-01

Family

ID=19162036

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001349355A Expired - Fee Related JP3951103B2 (en) 2001-11-14 2001-11-14 Control device for electronic equipment

Country Status (1)

Country Link
JP (1) JP3951103B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100765746B1 (en) 2005-01-04 2007-10-15 삼성전자주식회사 Method and apparatus for offering status information of printer
JP2007088888A (en) * 2005-09-22 2007-04-05 Fuji Xerox Co Ltd Scanner and its error display method
JP5227601B2 (en) * 2008-02-07 2013-07-03 シャープ株式会社 Control system
JP4661939B2 (en) 2008-10-31 2011-03-30 ブラザー工業株式会社 Information processing device

Also Published As

Publication number Publication date
JP2003150356A (en) 2003-05-23

Similar Documents

Publication Publication Date Title
US7284044B2 (en) Network technique for troubleshooting
US10126990B2 (en) Suppressing a competing error message from an operating system or print driver
US20080062461A1 (en) Print apparatus monitoring method, print apparatus monitoring system, and program therefor
US7756425B2 (en) Error notification device notifying of occurrence of error
CA2231382C (en) System and method for managing device driver logical state information in an information handling system
JP2002268847A (en) Printing system and method for customization of print job
KR100524028B1 (en) Printing apparatus and display language automatic setting method thereof
JP3951103B2 (en) Control device for electronic equipment
JP6641831B2 (en) Image processing apparatus, image processing program, and image processing system
JP2015184915A (en) Information processing device, information processing method, and program
JP7547911B2 (en) Information processing device and information processing method
JP2012187761A (en) Printing apparatus
US7667864B2 (en) Printer host, recording medium having recorded therein printing-apparatus-state-information display program, and state information display method for printing apparatus in printer host
JP4720171B2 (en) Printer host, printer status information display program, and printer status information display method in printer host
JP2004310154A (en) Computer program, peripheral device, and application program
JP2006133892A (en) Printer host and printer state display program
JP3376256B2 (en) Print control apparatus, print control method, and storage medium storing computer-readable program
US20090015847A1 (en) Printer-initiated printing method and apparatus
US20030187961A1 (en) Information processing system, information processing apparatus, information processing method, strorage medium that stores program for implementing that method to be readable by information processing apparatus, and program
WO2024176980A1 (en) Support program
JP2003076098A (en) Color printer and color printing system
KR101154889B1 (en) Image forming system and diagnosis data transfer method thereof providing printing data to diagnosis apparatus
JP2004280256A (en) Equipment state management device, equipment state management method, and program
JP2005038001A (en) Information management device, image forming device, and method for managing information
JP4586839B2 (en) Image processing apparatus, printing system, and program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060110

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20060117

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060118

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060313

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20060313

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20061003

AA91 Notification of revocation by ex officio

Free format text: JAPANESE INTERMEDIATE CODE: A971091

Effective date: 20061017

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: 20070328

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070410

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110511

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120511

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130511

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140511

Year of fee payment: 7

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees