JPH06348426A - Recorder - Google Patents

Recorder

Info

Publication number
JPH06348426A
JPH06348426A JP14178393A JP14178393A JPH06348426A JP H06348426 A JPH06348426 A JP H06348426A JP 14178393 A JP14178393 A JP 14178393A JP 14178393 A JP14178393 A JP 14178393A JP H06348426 A JPH06348426 A JP H06348426A
Authority
JP
Japan
Prior art keywords
message
program module
head
queue
message queue
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
JP14178393A
Other languages
Japanese (ja)
Inventor
Hiroaki Sugiura
弘明 杉浦
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP14178393A priority Critical patent/JPH06348426A/en
Publication of JPH06348426A publication Critical patent/JPH06348426A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To allow a receiving side program module in a recorder to receive a message without distinguishing an emergency message from a normal message. CONSTITUTION:Respective program modules 1, 2 controlled by plural modulated programs and having communication functions based upon message transmission/ reception can execute asynchronous message communication by queuing. At the time of normal message transmission, the transmitting program module 2 queues a message to the final end of a message queue 3, but at the time of transmitting an emergency message 4, queues the message 4 to the head of the message queue 3. Thereby the receiving program module 1 can receive the message queue 3 from its head and execute control processing. Exceptional processing is processing for preventing the generation of defective discharge of ink.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、メッセージの送受信に
よる交信手段を持ち、メッセージをキューイングするこ
とによって非同期に交信することのできる複数のモジュ
ールからなるプログラムにより制御される記録装置に関
し、特に緊急メッセージ送信を用いて例外処理を行う記
録装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a recording apparatus controlled by a program, which has communication means for transmitting and receiving messages and which can communicate asynchronously by queuing messages, and is particularly urgent. The present invention relates to a recording device that performs exception processing by using message transmission.

【0002】[0002]

【従来の技術】従来、並行に動作できる複数のモジュー
ルからなり、キューイング(待ち行列技法)されるメッ
セージを送受信することにより情報交信を行う制御プロ
グラムを有する記録装置において、通常のメッセージは
送信された順序でキューイングされ、受信側のプログラ
ムモジュールはメッセージキュー(メッセージ待ち行
列)の先頭からメッセージを受け取る。このため、例外
処理のメッセージを既にキューイングされている全ての
メッセージに先立って送信する必要がある場合に、通常
のメッセージ送信で行ったのでは、緊急メッセージがメ
ッセージキューの最後尾にキューイングされてしまうの
で、受信側のプログラムモジュールに次のメッセージ受
信の時に確実に緊急メッセージを受信させることは不可
能である。そのため、そのような場合には、メッセージ
交信に使用するメッセージキューをメッセージがキュー
イングされていない緊急メッセージ専用のメッセージキ
ューに切り替えることによって、例外処理のための緊急
メッセージ交信を実現していた。
2. Description of the Related Art Conventionally, a normal message is transmitted in a recording device which comprises a plurality of modules which can operate in parallel and which has a control program for exchanging information by transmitting and receiving queuing (queuing technique) messages. Are queued in the same order, and the receiving program module receives the message from the head of the message queue (message queue). Therefore, when it is necessary to send the exception processing message in advance of all the messages that have already been queued, it is possible to send an urgent message to the end of the message queue by using normal message sending. Therefore, it is impossible to make the receiving-side program module surely receive the urgent message at the next message reception. Therefore, in such a case, the message queue used for message communication is switched to the message queue dedicated to the emergency message in which no message is queued, thereby realizing the emergency message communication for exception processing.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上述の
ような従来例では、送信側のプログラムモジュールが緊
急メッセージを送信する処理以外に緊急メッセージを送
信することを受信側のプログラムモジュールに通知する
処理をしなければならず、また受信側のプログラムモジ
ュールはメッセージを受信する処理の前に緊急メッセー
ジを送信する通知がなされているか否かを検査しなけれ
ばならないので、非常に稀にしか起こらない緊急メッセ
ージ処理のために処理が複雑になり、かつ実行速度が低
下し、制御プログラムの設計,開発も困難になるという
問題があった。
However, in the conventional example as described above, the process of notifying the program module on the receiving side that the program module on the transmitting side sends the urgent message is executed in addition to the process of transmitting the urgent message. Urgent messages, which occur very rarely, because the receiving program module has to check whether there is a notification to send an urgent message before processing to receive the message. There is a problem that the processing becomes complicated due to the processing, the execution speed decreases, and the design and development of the control program become difficult.

【0004】本発明は、上述のような問題点に鑑みてな
されたもので、その目的は受信側のプログラムモジュー
ルが通常のメッセージと緊急メッセージを区別すること
なく受信することを可能にし、プログラムを簡素化する
ことを可能にした記録装置を提供することにある。
The present invention has been made in view of the above problems, and an object thereof is to enable a program module on the receiving side to receive a normal message and an urgent message without distinguishing them, and An object is to provide a recording device that can be simplified.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、メッセージ送受信による交信機能を有
し、メッセージをキューイングすることによって非同期
のメッセージ交信をすることができる複数のモジュール
化されたプログラムによって制御される記録装置におい
て、通常のメッセージ送信のときは、メッセージをメッ
セージキューの最後尾にキューイングし、緊急のメッセ
ージ送信のときはメッセージを前記メッセージキューの
先頭にキューイングする送信側のプログラムモジュール
と、前記メッセージキューの先頭のメッセージを順次受
信して装置の制御を実行する受信側のプログラムモジュ
ールとを具備し、前記緊急のメッセージ送信を用いて装
置の例外処理を行うことを特徴とする。
In order to achieve the above object, the present invention has a plurality of modules that have a communication function by message transmission / reception, and can perform asynchronous message communication by queuing messages. In a recording device controlled by a program, a sender that queues a message at the end of the message queue during normal message transmission, and queues the message at the beginning of the message queue during urgent message transmission. And a receiving-side program module that sequentially receives the first message of the message queue and controls the device, and performs exception processing of the device by using the emergency message transmission. And

【0006】また、本発明は、好ましくは、前記例外処
理はインクジェット記録装置のエンジン制御プログラム
モジュールに対するインクの吐出不良防止処理であるこ
とを特徴とすることができる。
Further, the present invention is preferably characterized in that the exceptional process is a process for preventing defective ejection of ink to an engine control program module of an ink jet recording apparatus.

【0007】[0007]

【作用】本発明では、メッセージの送受信による交信手
段を持ち、メッセージをキューイングすることによって
非同期に交信することのできる複数のモジュールからな
るプログラムにより制御される記録装置において、メッ
セージキューの最後尾にメッセージがキューイングされ
る通常のメッセージ送信機能の他に、メッセージキュー
の先頭にメッセージがキューイングされる、緊急メッセ
ージ送信機能を有し、緊急メッセージ送信を用いて例外
処理を行うようにしたので、通常のメッセージ送信のみ
では2つ以上のメッセージキューを用いなければ実現で
きない例外処理要求のメッセージ送信を1つのメッセー
ジキューにより実現することができる。これにより、例
えば、インクジェット記録装置においては通常の記録動
作から全くの例外処理となるインクの吐出不良を防ぐ処
理を容易に実現できる。
According to the present invention, at the end of the message queue in a recording device controlled by a program having a communication means for transmitting and receiving a message and being able to communicate asynchronously by queuing the message. In addition to the normal message sending function where messages are queued, there is an emergency message sending function where messages are queued at the beginning of the message queue, and since exception handling is performed using emergency message sending, Message transmission of an exception processing request, which cannot be realized by using two or more message queues only by normal message transmission, can be realized by one message queue. As a result, for example, in an inkjet recording apparatus, it is possible to easily realize a process for preventing defective ejection of ink, which is a completely exceptional process from a normal recording operation.

【0008】[0008]

【実施例】以下に、図面に基づいて本発明の実施例を詳
細に説明する。
Embodiments of the present invention will now be described in detail with reference to the drawings.

【0009】図1は本発明の一実施例の記録装置におけ
るプログラムモジュール間でのメッセージ送受信の方法
およびメッセージキューの様子を示している。図1の
(A)は通常のメッセージ送信を行う場合を示してお
り、図1の(B)は緊急メッセージ送信を行う場合を示
している。ここで、1はメッセージを受信する受信側の
プログラムモジュール(受信プログラムモジュール)で
あり、2はこのプログラムモジュール1にメッセージを
送信する送信側のプログラムモジュール(送信プログラ
ムモジュール)である。3はメッセージキュー(メッセ
ージ待ち行列)であり、受信プログラムモジュール1と
送信プログラムモジュール2がメッセージの送受信に用
いる。4は緊急メッセージである。
FIG. 1 shows a method of message transmission / reception between program modules and a state of a message queue in a recording apparatus according to an embodiment of the present invention. FIG. 1A shows a case where a normal message is transmitted, and FIG. 1B shows a case where an emergency message is transmitted. Here, 1 is a program module on the reception side (reception program module) for receiving a message, and 2 is a program module on the transmission side (transmission program module) for transmitting a message to the program module 1. A message queue (message queue) 3 is used by the receiving program module 1 and the sending program module 2 for sending and receiving messages. 4 is an emergency message.

【0010】図1の(A)に示すように、通常のメッセ
ージ送信では、メッセージキューノードに送られたメッ
セージはそのノードのメッセージキュー3の最後尾にキ
ューイングされる。
As shown in FIG. 1A, in normal message transmission, a message sent to a message queue node is queued at the end of the message queue 3 of that node.

【0011】一方、図1の(B)に示すように、緊急メ
ッセージ送信がメッセージキュー3に対して行われた場
合には、送られた緊急メッセージ4はメッセージキュー
3の先頭に割り込んでキューイングされる。
On the other hand, as shown in FIG. 1B, when the urgent message is transmitted to the message queue 3, the urgent message 4 sent is interrupted at the head of the message queue 3 and queued. To be done.

【0012】よって、受信プログラムモジュール1は単
にメッセージキュー3の先頭のメッセージを受信するだ
けで、通常のメッセージ送信で送られたメッセージは送
られた順にプログラムモジュール1に受信され、緊急メ
ッセージ送信で送られた緊急メッセージ4は、プログラ
ムモジュール1の次の受信の際にプログラムモジュール
1に受信されることになる。
Therefore, the receiving program module 1 merely receives the message at the head of the message queue 3, and the messages sent by the normal message transmission are received by the program module 1 in the order in which they are sent and sent by the emergency message transmission. The emergency message 4 thus received will be received by the program module 1 at the next reception of the program module 1.

【0013】図2は本発明をインクジェット記録装置に
適用した場合の一例を示し、特にインクの吐出不良を防
ぐ処理を要求する際の様子を示している。ここで、5は
記録装置の機械動作を制御するエンジン制御プログラム
モジュールであり、6のエンジン制御用メッセージキュ
ーを通して7のプログラムモジュールA,8のプログラ
ムモジュールB等の他の複数のプログラムモジュールか
らメッセージの形で命令を受け取り、その命令の内容に
基づいて記録装置の機械動作の制御を行い、所定動作の
終了後、再びメッセージを受信するという動作を繰り返
している。
FIG. 2 shows an example in which the present invention is applied to an ink jet recording apparatus, and particularly shows a situation when a process for preventing defective ejection of ink is requested. Here, 5 is an engine control program module for controlling the mechanical operation of the recording apparatus, and is used to send messages from a plurality of other program modules such as program module A 7 and program module B 8 through the engine control message queue 6. The operation of receiving a command in a form, controlling the mechanical operation of the recording apparatus based on the content of the command, and receiving the message again after the completion of the predetermined operation is repeated.

【0014】通常の印字動作時には、他のプログラムモ
ジュール7,8はエンジン制御プログラムモジュール5
に対し、記録ヘッドの移動,記録動作,記録シート送り
等を要求するためのメッセージをエンジン制御用メッセ
ージキュー6のノードに送信する。これらの送信された
メッセージは送信された順にエンジン制御用メッセージ
キュー6にキューイングされ、エンジン制御プログラム
モジュール5はエンジン制御用メッセージキュー6の先
頭のメッセージを受信し、メッセージの送信順序に従っ
て要求された動作を行う。
During normal printing operation, the other program modules 7 and 8 are the engine control program module 5
On the other hand, a message for requesting movement of the recording head, recording operation, recording sheet feed, etc. is transmitted to the node of the engine control message queue 6. These transmitted messages are queued in the engine control message queue 6 in the order in which they are transmitted, and the engine control program module 5 receives the first message in the engine control message queue 6 and makes a request in accordance with the message transmission order. Take action.

【0015】一方、9の周期起動プログラムモジュール
は、エンジン制御プログラムモジュール5に対して所定
の時間間隔でメッセージ10を送信し、このメッセージ
によりエンジン制御プログラムモジュール5に対してイ
ンクの吐出不良を防ぐ処理を要求する。インクの吐出不
良を防ぐ処理が遅れると、記録品質に影響がでる可能性
があるので、早急にインクの吐出不良を防ぐ処理を行う
必要がある。しかし、エンジン制御用メッセージキュー
6には既に他のメッセージがキューイングされている可
能性があり、通常のメッセージ送信で処理を要求した場
合には処理の実行が大幅に遅れる可能性があるため、周
期起動プログラムモジュール9は緊急メッセージ送信機
能を用いてメッセージキュー6のノードにメッセージを
送り、エンジン制御用メッセージキュー6の先頭にイン
クの吐出不良を防ぐ処理を要求するメッセージ10をキ
ューイングさせる。これにより、エンジン制御プログラ
ムモジュール5は次の動作で、インクの吐出不良を防ぐ
処理の制御を行う。
On the other hand, the cyclic start-up program module 9 sends a message 10 to the engine control program module 5 at a predetermined time interval, and this message causes the engine control program module 5 to prevent ink ejection failure. To request. If the process for preventing the ink ejection failure is delayed, the recording quality may be affected. Therefore, it is necessary to immediately perform the process for preventing the ink ejection failure. However, there is a possibility that another message has already been queued in the engine control message queue 6, and execution of the processing may be significantly delayed if processing is requested by normal message transmission. The periodic activation program module 9 sends a message to the node of the message queue 6 by using the emergency message transmission function, and queues the message 10 requesting a process for preventing defective ink ejection at the head of the engine control message queue 6. As a result, the engine control program module 5 controls the process for preventing defective ink ejection in the next operation.

【0016】上述の図2の本発明実施例に好適なインク
ジェット記録装置のプリンタエンジンの構造の一例を図
3に示す。
FIG. 3 shows an example of the structure of the printer engine of the ink jet recording apparatus suitable for the embodiment of the present invention shown in FIG.

【0017】図3において、20はインクジェット記録
装置の全体を示す。21はプラテン22上に送紙されて
きた記録紙の記録面に対向してインク吐出を行うノズル
群を具えたインクジェットヘッドカートリッジ23のイ
ンクジェットヘッド(記録ヘッド)である。24は記録
ヘッド21を保持するキャリッジであり、駆動モータ2
6の駆動力を伝達する駆動ベルト27の一部と連結し、
互いに平行に配設された2本のガイドシャフト28およ
び29と摺動可能とすることにより、記録ヘッド21の
記録紙の全幅にわたる往復移動が可能となる。この往復
移動中に記録ヘッド21は受信データに応じた画像を記
録紙上に記録する。この1主走査終了毎に記録紙は所定
量搬送され副走査が行われる。
In FIG. 3, reference numeral 20 shows the entire ink jet recording apparatus. Reference numeral 21 denotes an inkjet head (recording head) of an inkjet head cartridge 23 having a nozzle group for ejecting ink so as to face the recording surface of the recording paper fed onto the platen 22. A carriage 24 holds the recording head 21, and the drive motor 2
6 is connected to a part of the drive belt 27 that transmits the driving force,
By being slidable with the two guide shafts 28 and 29 arranged in parallel with each other, the reciprocating movement of the recording head 21 over the entire width of the recording paper becomes possible. During this reciprocating movement, the recording head 21 records an image according to the received data on the recording paper. Each time this main scanning is completed, the recording paper is conveyed by a predetermined amount and sub-scanning is performed.

【0018】30はヘッド回復装置であり、記録ヘッド
21の移動経路の一端、例えばホームポジションと対向
する位置に配設される。伝動機構31を介したモータ3
2の駆動力によって、ヘッド回復装置30を動作せし
め、記録ヘッド21のキャッピングを行う。このヘッド
回復装置30のキャップ部33による記録ヘッド21へ
のキャッピングに関連させて、ヘッド回復装置30内に
設けた適宜の吸引手段(例えば、吸引ポンプ)によるイ
ンク吸収(吸引回復)を行い、これによりインクを吐出
口から強制的に排出させることにより吐出口内の増粘イ
ンクを除去する等の吐出回復処理を行う。また、記録終
了時等にキャッピングを施すことにより記録ヘッドが保
護される。このような吐出回復処理は電源投入時、記録
ヘッド交換時、一定時間以上記録動作が行われない時等
に行われるものである。
A head recovery device 30 is arranged at one end of the movement path of the recording head 21, for example, at a position facing the home position. Motor 3 via transmission mechanism 31
The driving force of 2 causes the head recovery device 30 to operate, and the recording head 21 is capped. In association with the capping of the recording head 21 by the cap portion 33 of the head recovery device 30, ink is absorbed (suction recovery) by an appropriate suction means (for example, a suction pump) provided in the head recovery device 30. In this way, the ejection recovery process is performed such that the thickened ink in the ejection port is removed by forcibly ejecting the ink from the ejection port. Further, the recording head is protected by capping at the end of recording. Such an ejection recovery process is performed when the power is turned on, when the recording head is replaced, or when the recording operation is not performed for a certain period of time.

【0019】34はヘッド回復装置30の側面に配設さ
れ、シリコンゴムで形成されるワイピング部材としての
ブレードである。ブレード34はブレード保持部材35
にカンチレバー形態で保持され、ヘッド回復装置30と
同様、モータ32および伝動機構31によって動作し、
記録ヘッド21の吐出面との係合が可能となる。これに
より、記録ヘッド21の記録動作における適切なタイミ
ングで、あるいはヘッド回復装置30を用いた吐出回復
処理後に、ブレード34を記録ヘッド21の移動経路中
に突出させ、ヘッド21の移動動作に伴なってヘッド2
1の吐出面における結露,濡れあるいは塵埃等をふきと
る。
Reference numeral 34 is a blade as a wiping member which is disposed on the side surface of the head recovery device 30 and is made of silicon rubber. The blade 34 is a blade holding member 35.
Is held in a cantilever form, and is operated by a motor 32 and a transmission mechanism 31 as in the head recovery device 30.
It is possible to engage with the ejection surface of the recording head 21. As a result, the blade 34 is caused to protrude into the movement path of the recording head 21 at an appropriate timing in the recording operation of the recording head 21 or after the ejection recovery process using the head recovery device 30. Head 2
Wipe off condensation, wetting, dust, etc. on the ejection surface of 1.

【0020】なお、本発明が適用可能なインクジェット
記録装置としては、上記のような構造のものに限定され
ず、例えばヘッド回復装置がプリンタの左右両側に設け
られているようなものでもよい。
The ink jet recording apparatus to which the present invention can be applied is not limited to the one having the above-mentioned structure, but may be one in which head recovery devices are provided on both left and right sides of the printer.

【0021】[0021]

【発明の効果】以上説明してきたように、本発明によれ
ば、メッセージの送受信による交信手段を持ち、メッセ
ージをキューイングすることによって非同期に交信する
ことのできる複数のプログラムモジュールからなるプロ
グラムにより制御される記録装置において、重要な処理
である例外処理をより簡潔に実現することができる。特
に、インクジェット記録装置において通常の記録動作か
ら全くの例外処理となるインクの吐出不良を防ぐ処理を
無理のない簡潔な形で実現できるため、プログラムが簡
素化され、実行速度が向上し、さらに、制御プログラム
の設計,開発が容易になる。
As described above, according to the present invention, control is performed by a program including a plurality of program modules having communication means for transmitting and receiving a message and capable of asynchronous communication by queuing a message. In the recording device to be used, the exceptional process, which is an important process, can be realized more simply. In particular, in an ink jet recording apparatus, since it is possible to realize a process that prevents defective ejection of ink, which is an exceptional process from a normal recording operation, in a reasonably simple manner, the program is simplified, the execution speed is improved, and Design and development of control programs becomes easy.

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

【図1】本発明の一実施例の記録装置におけるプログラ
ムモジュール,メッセージキューおよび緊急メッセージ
の関係を示す模式図である。
FIG. 1 is a schematic diagram showing a relationship among a program module, a message queue, and an emergency message in a recording device according to an embodiment of the present invention.

【図2】本発明の他の実施例の記録装置におけるインク
の吐出不良を防ぐ処理を行うプログラムモジュール,メ
ッセージキューおよび処理要求メッセージの関係を示す
模式図である。
FIG. 2 is a schematic diagram showing a relationship among a program module, a message queue, and a processing request message for performing processing for preventing defective ejection of ink in a printing apparatus according to another embodiment of the present invention.

【図3】図2の実施例に好適なインクジェット記録装置
のプリンタエンジンの構造例を示す斜視図である。
3 is a perspective view showing a structural example of a printer engine of an inkjet recording apparatus suitable for the embodiment of FIG.

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

1 受信プログラムモジュール 2 送信プログラムモジュール 3 メッセージキュー 4 緊急メッセージ 5 エンジン制御プログラムモジュール 6 エンジン制御用メッセージキュー 7 プログラムモジュールA 8 プログラムモジュールB 9 周期起動プログラムモジュール 10 インク吐出不良防止処理要求メッセージ 21 記録ヘッド 30 ヘッド回復装置 31 伝動機構 32 モータ 33 キャップ部 34 ブレード 1 Receiving Program Module 2 Sending Program Module 3 Message Queue 4 Emergency Message 5 Engine Control Program Module 6 Engine Control Message Queue 7 Program Module A 8 Program Module B 9 Periodic Startup Program Module 10 Ink Discharge Defect Prevention Processing Request Message 21 Recording Head 30 Head recovery device 31 Transmission mechanism 32 Motor 33 Cap portion 34 Blade

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 メッセージ送受信による交信機能を有
し、メッセージをキューイングすることによって非同期
のメッセージ交信をすることができる複数のモジュール
化されたプログラムによって制御される記録装置におい
て、 通常のメッセージ送信のときは、メッセージをメッセー
ジキューの最後尾にキューイングし、緊急のメッセージ
送信のときはメッセージを前記メッセージキューの先頭
にキューイングする送信側のプログラムモジュールと、 前記メッセージキューの先頭のメッセージを順次受信し
て装置の制御を実行する受信側のプログラムモジュール
とを具備し、 前記緊急のメッセージ送信を用いて装置の例外処理を行
うことを特徴とする記録装置。
1. A recording device controlled by a plurality of modularized programs, which has a communication function for transmitting and receiving a message and is capable of performing asynchronous message communication by queuing messages, When the message is queued at the end of the message queue, and when the message is sent urgently, the program module on the sending side that queues the message at the head of the message queue and the message at the head of the message queue are sequentially received. And a program module on the receiving side that executes control of the apparatus, and performs exception processing of the apparatus by using the emergency message transmission.
【請求項2】 前記例外処理はインクジェット記録装置
のエンジン制御プログラムモジュールに対するインクの
吐出不良防止処理であることを特徴とする請求項1に記
載の記録装置。
2. The recording apparatus according to claim 1, wherein the exceptional process is a process for preventing defective ejection of ink to an engine control program module of the inkjet recording device.
JP14178393A 1993-06-14 1993-06-14 Recorder Pending JPH06348426A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14178393A JPH06348426A (en) 1993-06-14 1993-06-14 Recorder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14178393A JPH06348426A (en) 1993-06-14 1993-06-14 Recorder

Publications (1)

Publication Number Publication Date
JPH06348426A true JPH06348426A (en) 1994-12-22

Family

ID=15300066

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14178393A Pending JPH06348426A (en) 1993-06-14 1993-06-14 Recorder

Country Status (1)

Country Link
JP (1) JPH06348426A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100674076B1 (en) * 2003-08-14 2007-01-26 이 아이 듀폰 디 네모아 앤드 캄파니 Thick-Film Conductor Paste for Automotive Glass

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100674076B1 (en) * 2003-08-14 2007-01-26 이 아이 듀폰 디 네모아 앤드 캄파니 Thick-Film Conductor Paste for Automotive Glass

Similar Documents

Publication Publication Date Title
US6474774B1 (en) Capping of ink jet recording head
EP0401024B1 (en) Image communication apparatus
EP0916508B1 (en) Ink jet recording apparatus
JP3262680B2 (en) Recording device
JPH06348426A (en) Recorder
JP2002307769A (en) Ink jet printer
JP2719634B2 (en) Image communication device
JPH07205437A (en) Ink jet recorder
JPH09286120A (en) Ink jet recorder
US5877782A (en) Image recording apparatus
JPH05301421A (en) Image forming system
CN102189846B (en) Printing system and its control method
JPH11138782A (en) Ink-jet recording device
JPS63224956A (en) Actuation of ink jet recorder
JPH06340082A (en) Ink jet recording device
US5623289A (en) Facsimile apparatus with ink ejection recording means recoverable prior to transmission of image data by another facsimile apparatus
JPH10286971A (en) Ink jet printer
JPH0462065A (en) Receive data recording device
JP2906435B2 (en) Print command signal generation method
JP2002178526A (en) Ink jet printer
JPH0725028A (en) Ink jet printer
JPH03234649A (en) Ink jet recorder
JP2009006567A (en) Ink-jet recorder and recording method of ink-jet recorder
JP2003266742A (en) Ink jet recorder and method for controlling maintenance of recording head in ink jet recorder
JPH0557921A (en) Line printer