JP2010188574A - Image forming apparatus, ink cartridge mounting confirmation method, and program - Google Patents

Image forming apparatus, ink cartridge mounting confirmation method, and program Download PDF

Info

Publication number
JP2010188574A
JP2010188574A JP2009033963A JP2009033963A JP2010188574A JP 2010188574 A JP2010188574 A JP 2010188574A JP 2009033963 A JP2009033963 A JP 2009033963A JP 2009033963 A JP2009033963 A JP 2009033963A JP 2010188574 A JP2010188574 A JP 2010188574A
Authority
JP
Japan
Prior art keywords
ink
ink cartridge
cartridge
image forming
forming apparatus
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
JP2009033963A
Other languages
Japanese (ja)
Other versions
JP5644052B2 (en
Inventor
Mitsuhiro Goto
充弘 後藤
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2009033963A priority Critical patent/JP5644052B2/en
Publication of JP2010188574A publication Critical patent/JP2010188574A/en
Application granted granted Critical
Publication of JP5644052B2 publication Critical patent/JP5644052B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Ink Jet (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To eliminate failures due to the fact that a cartridge different from the type of ink scheduled according to a loading position is mounted, in an image forming apparatus using the ink cartridge which can be mounted and dismounted on and from a plurality of loading positions. <P>SOLUTION: A signal is transmitted from an ASIC 30 for control on an image forming apparatus body side to the terminals (A0, A1 and A2) of EEPROMs(R) 18 to 21 mounted on the ink cartridge mounted on each loading position and the slave address of I2C communication is set by data where the loading position and an ink color used in the loading position are associated with each other, to access the EEPROM by using the set slave address, read the ink color stored as control information and confirm the coincidence of the read ink color and the ink color predicted to be used. Presence/no presence of the ink cartridge to be mounted of the ink color to be used and located in each loading position is surely checked by the cartridge checking function. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、プリンタ、複合機等の画像形成装置に関し、より詳しくは、複数の装填位置に交換可能に装着されるインクカートリッジの誤装着等による不良な画像出力を防止する手段を備えた画像形成装置、インクカートリッジ装着確認方法及び同方法をコンピュータに行わせるためのプログラムに関する。   The present invention relates to an image forming apparatus such as a printer or a multifunction machine, and more particularly, to an image forming apparatus including means for preventing defective image output due to erroneous mounting of an ink cartridge that is replaceably mounted at a plurality of loading positions. The present invention relates to an apparatus, an ink cartridge mounting confirmation method, and a program for causing a computer to perform the method.

インクジェットヘッドを記録手段とするプリンタや複合機等は、小型で比較的安価であることから、多くは個人向けとして広く普及している。インクジェットは、使用するインクをインクカートリッジの形で提供され、インクが消費されて、カートリッジに収納されたインクがなくなると、普通、カートリッジごとユーザによって交換される方法がとられる。
このような交換可能なカートリッジには、EEPROM(Electrically Erasable Programmable Read Only Memory)が実装され、カートリッジを管理する各種の情報をここに格納し、プリンタ等の主制御部とシリアルバス(I2C:Inter Integrated Circuit)で接続し、制御等に必要なデータのアクセスを行っている。
Printers and multi-function machines that use inkjet heads as recording means are small and relatively inexpensive, and many are widely used for individuals. Ink jets are usually provided in the form of an ink cartridge, and when the ink is consumed and the ink stored in the cartridge runs out, the cartridge is usually replaced by the user.
Such an exchangeable cartridge is mounted with an EEPROM (Electrically Erasable Programmable Read Only Memory), which stores various information for managing the cartridge, and a main control unit such as a printer and a serial bus (I2C: Inter Integrated). Circuit) to access data necessary for control.

また、EEPROMとの通信は、カートリッジがプリンタ等に取り付けられたかどうかを確認するためにも用いられる。これは、装填場所にカートリッジが装着されているか否かをカートリッジ実装のEEPROMとの通信が成立したか否かにより確認する方法で、装着を確認した後、プリント動作を開始させる。
しかし、I2CによってEEPROMを読み取る確認方法では、EEPROMにスレーブアドレスが設定されていれば、通信が成立し動作手順を進めてしまうので、プリンタ等のカートリッジ装着部に本来あるべきものと違うカートリッジが装着されても、プリント動作を始動してしまう、という問題があった。
Communication with the EEPROM is also used to confirm whether the cartridge is attached to a printer or the like. This is a method of confirming whether or not a cartridge is mounted at the loading location based on whether or not communication with an EEPROM mounted on the cartridge has been established. After confirming the mounting, the printing operation is started.
However, in the confirmation method of reading the EEPROM by I2C, if a slave address is set in the EEPROM, the communication is established and the operation procedure is advanced. However, there is a problem that the printing operation is started.

この問題を解決するために提案された従来技術として、下記特許文献1を挙げることができる。特許文献1では、カートリッジの種類別にスレーブアドレスを定義しておき、シリアル通信の際、装着されたカートリッジに対しあるべき種類のカートリッジを定義するスレーブアドレスで送信を行い、カートリッジからACK信号が返信されてくるか否かにより確認する方法である。即ち、カートリッジからの返信にACK信号が確認できれば、あるべき適正なカートリッジが装着されているとみなす。   The following patent document 1 can be cited as a conventional technique proposed for solving this problem. In Patent Document 1, a slave address is defined for each type of cartridge, and at the time of serial communication, transmission is performed with a slave address that defines the type of cartridge to be mounted, and an ACK signal is returned from the cartridge. It is a method of confirming by whether or not it comes. That is, if an ACK signal can be confirmed in the reply from the cartridge, it is considered that an appropriate cartridge is mounted.

しかしながら、例示した従来技術では、カートリッジの種類別にスレーブアドレスを定義するので、多種類のカートリッジを使用する場合には、その分スレーブアドレスのデータ量やカートリッジの装着場所を増やす必要があり、構造が複雑になってコストアップにつながる。また、使用可能なカートリッジの数を実際上限ることになると、限られた装着場所で多種類を使用すると、意図した画像品質が得られなくなることが避け難い。
また、誤装着を含め、種類の違うインクカートリッジを同じ装填場所で使用すると、インクカートリッジとプリンタ本体側のインク供給経路とが接続されてしまうため、装置のインク供給経路に違うインクが残っていまい、混色が発生し画像品質を低下させる、という問題も生じる。
本発明の目的は、複数の装填位置に交換可能に装着されるインクカートリッジを使用する画像形成装置において、装填位置に対応して予定されたインク種類と違うインクカートリッジが装着されることによる上記従来技術の問題を解決することにある。
However, in the illustrated prior art, the slave address is defined for each type of cartridge. Therefore, when using many types of cartridges, it is necessary to increase the data amount of the slave address and the mounting location of the cartridge, and the structure It becomes complicated and leads to cost increase. Further, when the upper limit of the number of usable cartridges is actually reached, it is difficult to avoid that the intended image quality cannot be obtained if many types are used in a limited mounting place.
Also, if different types of ink cartridges are used at the same loading location, including incorrect installation, the ink cartridge and the ink supply path on the printer body side will be connected, so different ink will not remain in the ink supply path of the device. There is also a problem that color mixing occurs and image quality is lowered.
An object of the present invention is to provide an image forming apparatus that uses an ink cartridge that is replaceably mounted at a plurality of loading positions. The solution is to solve technical problems.

本発明は、複数の装填位置に交換可能に装着されるインクカートリッジと、前記インクカートリッジに保持され、当該インクカートリッジの管理情報として少なくともインク種類を予め書込んだデータ消去・書込が可能なメモリと、装着されたインクカートリッジの前記メモリにアクセスするための通信手段と、前記インクカートリッジから供給されるインクを用いて画像を形成する画像形成手段とを有した画像形成装置であって、装填位置とインク種類の所定の対応関係に基づいて定めたアドレスデータを生成するアドレス生成手段と、前記アドレス生成手段によって生成されたアドレスデータを該当する装填位置に装着されたインクカートリッジのメモリにアドレスデータとして設定するアドレス設定手段と、画像形成が指示されたときに前記アドレス設定手段によって設定されたアドレスを指定して前記通信手段により前記メモリにアクセスするアクセス手段と、前記アクセス手段のアクセスによって得られた当該インクカートリッジのインク種類と装填位置に対応するインク種類が一致するか否かを調べることにより、所定インク種類のインクカートリッジの存否を判定するカートリッジ存否判定手段と、前記カートリッジ存否判定手段によって所定インクカートリッジの存在が判定できなければ、指示された画像形成の実行を停止する制御を行う停止制御手段を備えたことを特徴とする。
本発明は、複数の装填位置に交換可能に装着されるインクカートリッジと、前記インクカートリッジに保持され、当該インクカートリッジの管理情報として少なくともインク種類を予め書込んだデータ消去・書込が可能なメモリと、装着されたインクカートリッジの前記メモリにアクセスするための通信手段を有する画像形成装置において適正なインクカートリッジの装着を確認するインクカートリッジ装着確認方法であって、装填位置とインク種類の所定の対応関係に基づいて定めたアドレスデータを生成するアドレス生成工程と、前記アドレス生成工程で生成されたデータを該当する装填位置に装着されたインクカートリッジのメモリに設定するアドレス設定工程と、画像形成が指示されたときに前記アドレス設定工程で設定したアドレスを指定して前記通信手段により前記メモリにアクセスするメモリアクセス工程と、前記メモリアクセス工程でアクセス結果として得た当該インクカートリッジのインク種類と装填位置に対応するインク種類が一致するか否かを調べることにより所定のインクカートリッジの存否を判定するカートリッジ存否判定工程とを有することを特徴とする。
The present invention relates to an ink cartridge that is replaceably mounted at a plurality of loading positions, and a memory that is held in the ink cartridge and that can be erased and written in at least an ink type as management information of the ink cartridge. An image forming apparatus comprising: communication means for accessing the memory of the mounted ink cartridge; and image forming means for forming an image using ink supplied from the ink cartridge, Address generating means for generating address data determined based on a predetermined correspondence relationship between the ink type and the ink type, and the address data generated by the address generating means as address data in the memory of the ink cartridge mounted at the corresponding loading position Address setting means to set and when image formation is instructed An access unit that designates an address set by the address setting unit and accesses the memory by the communication unit, an ink type of the ink cartridge obtained by access of the access unit, and an ink type corresponding to a loading position The presence / absence of a predetermined ink cartridge cannot be determined by the presence / absence determination unit of the cartridge and the presence / absence determination unit of the cartridge. It is characterized by comprising stop control means for performing control to stop execution.
The present invention relates to an ink cartridge that is replaceably mounted at a plurality of loading positions, and a memory that is held in the ink cartridge and that can be erased and written in at least an ink type as management information of the ink cartridge. And an ink cartridge mounting confirmation method for confirming proper mounting of an ink cartridge in an image forming apparatus having a communication means for accessing the memory of the mounted ink cartridge, and a predetermined correspondence between a loading position and an ink type An address generation step for generating address data determined based on the relationship, an address setting step for setting the data generated in the address generation step in the memory of the ink cartridge mounted at the corresponding loading position, and an instruction for image formation The address set in the address setting process when The memory access step of accessing the memory by means of the communication means and designating whether or not the ink type of the ink cartridge obtained as an access result in the memory access step matches the ink type corresponding to the loading position And a cartridge presence / absence determination step for determining the presence / absence of a predetermined ink cartridge.

本発明によると、装着できるインクカートリッジの種類が増えても、該カートリッジの装填場所の数を増やすことや該カートリッジを検知する回路を複雑化することなく、装填位置に対して使用できるインクカートリッジの存否を判定し、判定に従った制御動作によって、正常なプリント動作を行わせることで、コストアップにつながる複雑な構造、回路構成を採用することなく、誤装着等による画像品質の低下を防ぐことができる。   According to the present invention, even if the number of types of ink cartridges that can be mounted increases, an ink cartridge that can be used at a loading position without increasing the number of loading locations of the cartridge or complicating a circuit for detecting the cartridge. By determining the presence / absence and performing a normal print operation by the control operation according to the determination, it is possible to prevent deterioration of image quality due to incorrect mounting etc. without adopting a complicated structure and circuit configuration that leads to cost increase Can do.

本発明の実施形態のインクジェット画像形成装置におけるカートリッジを管理するための処理系の機能ブロック構成を示す図である。FIG. 3 is a diagram illustrating a functional block configuration of a processing system for managing cartridges in the inkjet image forming apparatus according to the embodiment of the present invention. デバイス間をI2C通信によって接続する構成の1例を示す図である。It is a figure which shows an example of the structure which connects between devices by I2C communication. I2C通信の規格に従うデータ構成を示す模式図である。It is a schematic diagram which shows the data structure according to the standard of I2C communication. インクジェット画像形成装置(図1)に装着されるインクカートリッジに実装するEEPROMを回路要素とするPCB回路の1例を示す図である。It is a figure which shows an example of the PCB circuit which uses EEPROM mounted in the ink cartridge with which an inkjet image forming apparatus (FIG. 1) is mounted as a circuit element. インクジェット画像形成装置(図1)に装着されたインクカートリッジのEEPROMの信号線接続状態を示す図である。It is a figure which shows the signal line connection state of EEPROM of the ink cartridge with which the inkjet image forming apparatus (FIG. 1) was mounted | worn. 画像形成の指示時に適合するインクカートリッジの存否の判定を経てプリント出力を開始するまでの制御フローを示す図である。FIG. 6 is a diagram illustrating a control flow until a print output is started after determining whether there is an ink cartridge suitable for an image formation instruction. インクカートリッジのメカニカルな設置状態を確認する画像形成装置本体側に備えるスイッチの構成を説明する図である。FIG. 4 is a diagram illustrating a configuration of a switch provided on the image forming apparatus main body side for confirming a mechanical installation state of the ink cartridge. 画像形成装置に装着されるインクカートリッジに実装するEEPROMを回路要素とするPCB回路の従来例を示す図である。FIG. 3 is a diagram illustrating a conventional example of a PCB circuit having an EEPROM mounted on an ink cartridge mounted on an image forming apparatus as a circuit element.

以下に本発明の実施形態について、添付した図面を参照して説明する。
本発明に係る画像形成装置の以下に示す実施形態は、画像記録にインクジェットヘッドを用いた画像形成装置への適用例を示す。
この画像形成装置は、画像データによってインクジェットヘッド(以下、単に「ヘッド」ともいう)を駆動し、ヘッドから吐出されるインクによって記録媒体(用紙)に画像を形成する。ヘッドから吐出されるインクは、インクカートリッジ(以下、単に「カートリッジ」ともいう)のタンクから供給され、インクが消費され空になり交換する場合、或いは別種のインクに取替えて使用する場合に、カートリッジごと取り外して交換される。一般的に、カラー印刷には、C,M,Y(C:シアン,M:マゼンタ,Y:イエロー)3色或いはこれにBk(ブラック)を加えた4色成分のインクが用いられるので、通常、この数のカートリッジを装着するための装填場所が用意される。以下でも、上記の4色成分のインクを用いる例を説明する。
Embodiments of the present invention will be described below with reference to the accompanying drawings.
The following embodiment of the image forming apparatus according to the present invention shows an application example to an image forming apparatus using an inkjet head for image recording.
This image forming apparatus drives an ink jet head (hereinafter also simply referred to as “head”) with image data, and forms an image on a recording medium (paper) with ink ejected from the head. The ink ejected from the head is supplied from a tank of an ink cartridge (hereinafter also simply referred to as “cartridge”), and the ink is consumed when the ink is consumed and is exchanged, or when the ink is replaced with another type of ink. Removed and replaced. In general, color printing uses three colors of C, M, Y (C: cyan, M: magenta, Y: yellow) or four-color inks with Bk (black) added thereto. A loading place for mounting this number of cartridges is prepared. Hereinafter, an example in which the above four-color component ink is used will be described.

カラー印刷が可能な画像形成装置で用いる各色のカートリッジを装填場所に装着する際、4色分装備されるヘッドへインクを供給するカートリッジは、その装填位置がそれぞれ予め定められている。従って、正常な出力画像を得るためには、各色のカートリッジは、色に対応して定められた装填位置を取り違えて装着することは許されない。
さらに、4色分のヘッドとインクの種類との関係は、ヘッドをインクの特性に合わせて最適な条件で動作させることが必要になるので、装着される各色のカートリッジに対し、装填位置のみならず、インクの種類への適合性を判定することが望ましい。
そこで、本実施形態では、カートリッジの装着時に、ヘッドとの関係で予め定められた装填位置の数に相当するC,M,Y,Bkの4色に限らず、より細かいレベルでインクの種類をチェックすることにより、正常なプリント動作を行え、画像品質の低下を招くことのないカートリッジの存否を判定する(以下「カートリッジチェック機能」という)。
以下に、カートリッジチェック機能を有する画像形成装置について、実施例に基づいて詳述する。
When the cartridges of the respective colors used in the image forming apparatus capable of color printing are mounted in the loading place, the cartridges that supply ink to the heads equipped for four colors have predetermined loading positions. Therefore, in order to obtain a normal output image, it is not permitted to mount the cartridges of the respective colors by mistaken loading positions determined corresponding to the colors.
Furthermore, the relationship between the heads for four colors and the types of inks requires that the heads be operated under optimal conditions in accordance with the ink characteristics. First, it is desirable to determine suitability for the type of ink.
Therefore, in this embodiment, when the cartridge is mounted, the type of ink is not limited to four colors C, M, Y, and Bk corresponding to the number of loading positions determined in advance with respect to the head, but at a finer level. By checking, it is determined whether or not there is a cartridge that can perform a normal print operation and does not cause a decrease in image quality (hereinafter referred to as “cartridge check function”).
Hereinafter, an image forming apparatus having a cartridge check function will be described in detail based on examples.

先ず、インクカートリッジを管理するための処理系を有するインクジェット画像形成装置の基本構成について、図1を参照して説明する。なお、図1は、インクカートリッジを管理するための処理、特に上記カートリッジチェック機能に係る処理を主に当該処理系の基本構成を示すものである。よって、記録ヘッドを駆動し、ヘッドから吐出されるインクによって記録媒体(用紙)に画像を形成する作像系は、既存のインクジェットプリンタの構成を採用することにより実施することができるので、省略している。
図1に示すように、インクジェット画像形成装置5本体に着脱可能なBk,C,M,Yの4色のインクカートリッジ14,15,16,17が、それぞれ4箇所の装填位置に装着される。
First, the basic configuration of an inkjet image forming apparatus having a processing system for managing ink cartridges will be described with reference to FIG. FIG. 1 shows a basic configuration of the processing system mainly for processing for managing ink cartridges, particularly processing related to the cartridge check function. Therefore, an image forming system that drives the recording head and forms an image on a recording medium (paper) with ink ejected from the head can be implemented by adopting the configuration of an existing inkjet printer, and is therefore omitted. ing.
As shown in FIG. 1, four ink cartridges 14, 15, 16, and 17 of Bk, C, M, and Y that can be attached to and detached from the main body of the inkjet image forming apparatus 5 are mounted at four loading positions, respectively.

本体側のメイン制御装置6は、インクジェット画像形成装置5全体を制御し、プリンタ機能を実現するための要素としての、エンジン制御部7、操作・表示部9、NIC(Network Interface Controller)10等を制御下におき、例えば、ホストとしての外部PC(Personal computer)70からNIC10を通して入力される画像をもとに行うプリント出力用データ処理の制御や操作・表示部9で指示された出力条件等に応じ出力デバイス(記録ヘッド、給紙装置等の機器)の動作を制御する。
また、インクジェット画像形成装置5がプリンタ機能のほか、コピー、ファクシミリ(FAX)、スキャナ等の機能を搭載した多機能機であれば、メイン制御装置6は、操作・表示部9で指示された処理条件等に応じ各機能に必要な画像処理の制御や周辺機としてのスキャナ、ADF(自動原稿搬送装置)、FAX送受信機等(いずれも不図示)の制御を行う制御手段として機能する。
The main controller 6 on the main body side controls the entire inkjet image forming apparatus 5 and includes an engine control unit 7, an operation / display unit 9, a NIC (Network Interface Controller) 10, and the like as elements for realizing a printer function. Under control, for example, control of print output data processing performed based on an image input from an external PC (Personal computer) 70 as a host through the NIC 10, output conditions instructed by the operation / display unit 9, etc. In response, the operation of the output device (equipment such as a recording head or a paper feeding device) is controlled.
In addition, if the inkjet image forming apparatus 5 is a multi-function machine equipped with functions such as copying, facsimile (FAX), and scanner in addition to the printer function, the main control device 6 performs processing instructed by the operation / display unit 9. It functions as a control means for controlling image processing necessary for each function according to conditions and the like, and controlling a scanner as a peripheral device, an ADF (automatic document feeder), a FAX transceiver, etc. (all not shown).

ところで、インクジェット画像形成装置5全体の制御を司るメイン制御装置6は、図示しないが、ハードウェア構成として、ソフトウェア(プログラム)を動作させるCPU(Central Processing Unit)、プログラムを格納するROM(Read Only Memory)、プログラムを動作させるときのワークメモリとして使用するRAM(Random Access Memory)等を構成要素として有する。
このメイン制御装置6を構成するROMには、プリント出力に係る動作として後述する図6の制御フロー図に示すカートリッジチェック機能等の動作を実行するためのプログラムを記録しておくことで、メイン制御装置6のCPUが、この機能を実現する手段を構成する。なお、プログラムを記録する媒体としては、上記ROMに限らず、HDD(ハードディスク)、CD−ROM,MO(Magnet Optical Disk)等のディスク型を含む各種記憶媒体を用いることができる。
By the way, although not shown, the main control device 6 that controls the entire inkjet image forming apparatus 5 has, as a hardware configuration, a CPU (Central Processing Unit) that operates software (program) and a ROM (Read Only Memory) that stores the program. ), And a RAM (Random Access Memory) used as a work memory when the program is operated.
In the ROM constituting the main control device 6, a program for executing an operation such as a cartridge check function shown in a control flow chart of FIG. The CPU of the device 6 constitutes means for realizing this function. The medium for recording the program is not limited to the ROM, and various storage media including disk types such as HDD (hard disk), CD-ROM, and MO (Magnet Optical Disk) can be used.

装着される各色のインクカートリッジ14,15,16,17には、EEPROM(Electrically Erasable Programmable Read Only Memory)18,19,20,21がそれぞれ実装され、カートリッジを管理する各種の情報をここに格納し、装着時にメイン制御装置6から各EEPROMに格納した情報をアクセスできるようにする。
このための手段として、本実施形態では、シリアル通信を行うI2C(Inter Integrated Circuit)通信を用いる。具体的には、メイン制御装置6には、I2C通信を行う際にマスタとなるI2C制御装置11を構成するICを実装する。
マスタとなるI2C制御装置11は、図1に示すように、メイン制御装置6内のEEPROM12、各色のカートリッジ内のEEPROM18,19,20,21のほか、エンジン制御部7に設けたインクカートリッジ検知装置8内のEEPROM13をスレーブとしてシリアル通信を行う。
EEPROMs (Electrically Erasable Programmable Read Only Memory) 18, 19, 20, and 21 are mounted on the ink cartridges 14, 15, 16, and 17 of the respective colors to store various information for managing the cartridges. The information stored in each EEPROM can be accessed from the main controller 6 at the time of mounting.
As a means for this purpose, in this embodiment, I2C (Inter Integrated Circuit) communication that performs serial communication is used. Specifically, the main control device 6 is mounted with an IC constituting the I2C control device 11 that becomes a master when performing I2C communication.
As shown in FIG. 1, the master I2C control device 11 includes an EEPROM 12 in the main control device 6, EEPROMs 18, 19, 20, and 21 in each color cartridge, and an ink cartridge detection device provided in the engine control unit 7. Serial communication is performed by using the EEPROM 13 in FIG.

ここで、デバイス間をI2C通信によって接続する場合の基本接続構成とその通信動作について、説明する。
図2は、I2C通信によってデバイス間を接続するときの基本構成を示す図である。
I2C通信は、2本の信号線SCL(Serial Clock)とSDA(Serial Data)によって、マスタとスレーブのデバイス間で情報伝達を行うシリアルインターフェースを用いる。図2に示すように、マスタ1は、I2C通信の制御機能を持つデバイスであり、マスタ1につながる2本の信号線SCLとSDAには、複数のスレーブA〜C 2〜4が接続され、これらのスレーブに対し情報(データ)の授受ができる。本実施形態においては、各色のカートリッジ内のEEPROMをスレーブとして、このEEPROMへマスタとしてのI2C制御装置11からI2C通信を用いてデータの書込み、読出しアクセスを行う。
Here, a basic connection configuration and communication operation when devices are connected by I2C communication will be described.
FIG. 2 is a diagram showing a basic configuration when devices are connected by I2C communication.
I2C communication uses a serial interface that transmits information between a master device and a slave device using two signal lines SCL (Serial Clock) and SDA (Serial Data). As shown in FIG. 2, the master 1 is a device having a control function of I2C communication, and a plurality of slaves A to C 2 to 4 are connected to the two signal lines SCL and SDA connected to the master 1, Information (data) can be exchanged with these slaves. In this embodiment, the EEPROM in each color cartridge is used as a slave, and data is written to and read from the EEPROM using I2C communication from the I2C control device 11 serving as a master.

I2C通信は、下記1.〜5.の特徴を有する。
1.2種類の信号SCL、SDAのみにより、複数のデバイス間接続をバス構成で行える。
2.接続されたデバイスは、マスタとスレーブにわかれ、それぞれ固有のアドレスを持ち、マスタからアドレスを指定することで1対1の通信ができる。
3.高速シリアル通信(例えば、通信速度100kbps、400kbps、3.4Mbps等)が可能である。
4.バスインターフェース回路は、各デバイスに内蔵されているため、接続のために新たに部品を追加する必要がない。
5.バスの静電容量が400pF以内であれば、ひとつのバス上にいくつでもデバイスを接続することができる。
I2C通信は、上記のような特徴を持つので、家電製品、オーディオ機器、ディジタルカメラ等に広く使用されている。
I2C communication has the following 1. ~ 5. It has the characteristics of.
A plurality of devices can be connected in a bus configuration using only 1.2 types of signals SCL and SDA.
2. The connected devices are divided into a master and a slave, and each has a unique address. One-to-one communication can be performed by specifying an address from the master.
3. High-speed serial communication (for example, communication speed 100 kbps, 400 kbps, 3.4 Mbps, etc.) is possible.
4). Since the bus interface circuit is built in each device, it is not necessary to add a new component for connection.
5). Any number of devices can be connected on one bus as long as the capacitance of the bus is within 400 pF.
Since I2C communication has the above-described features, it is widely used in home appliances, audio equipment, digital cameras, and the like.

I2Cにおける通信動作について、I2C通信の規格に従ってマスタとスレーブ間の通信に用いるデータ構成の模式図を示す図3を参照して説明する。
通信手順の最初にマスタ側からI2C通信の規格に従うデータ構成でスレーブ側にデータが送信される。
送受信されるデータの構成は、図3(a)のフォーマットに示すように、スレーブアドレス(Slave Address)、マスタが送信か受信かを示すRead/Writeを指定するデータ(RW)及びこれに対応するACKと、送信対象のData(8bits)とこれに対応するACKと、マスタ側の送信状態を示すStop/Repeat Startを指定するデータよりなるフォーマットに従う。通信手順の最初においては、マスタ側からの送信であるから、Read/Writeを指定するデータ(RW)を0に指定する。
A communication operation in I2C will be described with reference to FIG. 3 showing a schematic diagram of a data configuration used for communication between a master and a slave in accordance with the I2C communication standard.
At the beginning of the communication procedure, data is transmitted from the master side to the slave side with a data configuration conforming to the I2C communication standard.
As shown in the format of FIG. 3A, the configuration of data to be transmitted / received corresponds to a slave address (Slave Address), data (RW) designating Read / Write indicating whether the master is transmitting or receiving, and this. The format is composed of ACK, transmission target data (8 bits), ACK corresponding thereto, and data specifying Stop / Repeat Start indicating the transmission state on the master side. At the beginning of the communication procedure, since transmission is from the master side, data (RW) designating Read / Write is designated as 0.

マスタが図3(a)のフォーマットに従い送信するデータを受取るスレーブは、Slave AddressとRW及びData( 8bits )を受信し、受信を確認した後、1バイト転送毎にACKをマスタ側に返すという手順で処理を進める。ただ、スレーブ側からの送信の場合は、処理時間を確保するためにマスタを待たせることができ、図3(b)に示すように、ACKを送るごとに待ち時間が生じる動作となる。このときマスタが受信する動作であるから、Read/Writeを指定するデータ(RW)を1に指定する。
このI2C通信の手順は、最後にStop Conditionで終了する。さらに、マスタ側は終了のStop Conditionの代わりにRepeat Start Conditionを発行することで、連続して別のスレーブアドレスとの通信を行うことができる。
なお、図3(a)のフォーマットに示すスレーブアドレス(Slave Address)の設定方式には、7ビットと10ビットの2つの方式を用いることが可能であり、どちらを選択してもよいが、以下の実施形態では7ビットを採用する場合を例に手順を説明する。
The slave that receives the data to be transmitted by the master according to the format shown in FIG. 3A receives the Slave Address, RW, and Data (8 bits), and after confirming the reception, returns an ACK to the master for each 1-byte transfer. Proceed with the process. However, in the case of transmission from the slave side, the master can be made to wait in order to secure the processing time, and as shown in FIG. Since this is an operation received by the master at this time, data (RW) designating Read / Write is designated as 1.
This I2C communication procedure ends with Stop Condition. Furthermore, the master side can continuously communicate with another slave address by issuing a Repeat Start Condition instead of an end Stop Condition.
In addition, as a setting method of the slave address (Slave Address) shown in the format of FIG. 3A, two methods of 7 bits and 10 bits can be used. In the embodiment, the procedure will be described by taking as an example the case of employing 7 bits.

次に、メイン制御装置6のI2C制御装置11からI2C通信を用いてデータの書込み、読出しアクセスを受ける各色のインクカートリッジに実装するEEPROMの回路構成について説明する。
本実施形態では、各色のカートリッジ内のEEPROMを図2に基本接続構成を示したI2C通信のスレーブとし、マスタとしてのI2C制御装置11からこれらのEEPROMへデータの書込み、読出しアクセスを行うので、スレーブとしてのEEPROMが個々にアドレスを持っている。
Next, the circuit configuration of the EEPROM mounted on each color ink cartridge that receives data write and read access using I2C communication from the I2C control device 11 of the main control device 6 will be described.
In this embodiment, the EEPROM in each color cartridge is a slave of I2C communication whose basic connection configuration is shown in FIG. 2, and the I2C control device 11 as a master performs data write / read access to these EEPROMs. As an EEPROM, each has an address.

個々のEEPROMに与えるアドレスは、従来、EEPROMを搭載するPCB(プリント回路基板)に組込んだ設定回路によって設定していた。
図8は、インクカートリッジに実装するEEPROMを要素とするPCB回路の従来例を示す図である。
同図に示すように、EEPROM28のスレーブアドレス設定端子であるA0、A1、A2へ入力される信号を抵抗R4〜5、R6〜9の実装、非実装の組合せによって決定することができる。例えば、実装するカートリッジのインク色を示すEEPROM28内の色情報に(000)と書込まれていた場合、R4、R5、R6は非実装とし、R7、R8、R9を実装するという組合せで、スレーブアドレス設定端子A0、A1、A2に入力される信号とEEPROM28にカートリッジの管理情報として書込まれているインクの色情報とを一致させる。
このように、EEPROM28を実装するカートリッジのインク色を示す色情報によってEEPROMを搭載するPCBに組込んだ設定回路の抵抗の実装、非実装を定め、ブラックなら(000)、シアンなら(001)、マゼンタ(010)、イエロー(100)というように色ごとに違うスレーブアドレスを設定している。
Conventionally, the address given to each EEPROM has been set by a setting circuit incorporated in a PCB (printed circuit board) on which the EEPROM is mounted.
FIG. 8 is a diagram showing a conventional example of a PCB circuit including an EEPROM mounted on an ink cartridge as an element.
As shown in the figure, signals input to the slave address setting terminals A0, A1, and A2 of the EEPROM 28 can be determined by a combination of mounting and non-mounting resistors R4 to R5 and R6 to R9. For example, if (000) is written in the color information in the EEPROM 28 indicating the ink color of the mounted cartridge, R4, R5, and R6 are not mounted, and R7, R8, and R9 are mounted in combination. The signals inputted to the address setting terminals A0, A1, A2 are made to coincide with the color information of the ink written in the EEPROM 28 as the cartridge management information.
In this way, the mounting and non-mounting of the resistance of the setting circuit incorporated in the PCB on which the EEPROM is mounted is determined by the color information indicating the ink color of the cartridge on which the EEPROM 28 is mounted. For black, (000), for cyan (001), Different slave addresses such as magenta (010) and yellow (100) are set for each color.

しかしながら、上記の従来例の方法による場合、カートリッジ内のインク色と実装されたEEPROMに書込まれたインク種類とは一致するが、このカートリッジを図1の画像形成装置のようにインク色に対応して決められている装填位置へ装着する際に生じる誤りはチェックすることができない。このため、インクカートリッジ装填位置に間違った色のカートリッジを誤装着してしまわないように、インクカートリッジの形状をそれぞれ違う形にしてその防止を図っている。ただ、ユーザが無理に挿入する等の何らかの原因で形状が損なわれることで、この対応策が有効に働かないと、カートリッジが正常に設置されたと認識してしまう。   However, in the case of the conventional method described above, the ink color in the cartridge matches the ink type written in the mounted EEPROM, but this cartridge corresponds to the ink color as in the image forming apparatus of FIG. Therefore, it is not possible to check for errors that occur when mounting at a predetermined loading position. For this reason, in order to prevent the wrong color cartridge from being erroneously mounted at the ink cartridge loading position, the shape of each ink cartridge is made different to prevent it. However, if the countermeasure is not effective because the shape is damaged for some reason such as the user forcibly inserting the cartridge, it is recognized that the cartridge is normally installed.

上記した不具合を解決するために、この実施形態では、先ず、メイン制御装置から各装填位置に装着されたインクカートリッジに対し、装填位置とその装填位置で使用するインク種類との対応関係に基づいて定めたスレーブアドレスを設定し、また、設定したスレーブアドレスによってI2C通信で接続したインクカートリッジのEEPROMにアクセスし、管理情報として格納されているインク種類を読出し、読出したインク種類と上記使用インク種類との一致を確認する。
上記のようなカートリッジチェック機能を備えることにより、装填位置と1対1で対応するスレーブアドレスによってEEPROMにアクセスし、得られるインク種類と当該装填位置のあるべき使用インク種類との一致が確認でき、各装填位置に装着すべきインクカートリッジの存否を確実にチェックすることができる。
In order to solve the above-described problems, in this embodiment, first, based on the correspondence relationship between the loading position and the ink type used at the loading position for the ink cartridge mounted at each loading position from the main controller. A set slave address is set, the EEPROM of the ink cartridge connected by I2C communication is accessed by the set slave address, the ink type stored as management information is read, and the read ink type and the used ink type Check for a match.
By providing the cartridge check function as described above, it is possible to access the EEPROM by a slave address corresponding to the loading position on a one-to-one basis, and confirm that the obtained ink type matches the type of ink that should be used at the loading position. The presence or absence of an ink cartridge to be mounted at each loading position can be reliably checked.

図4は、本実施形態のインクカートリッジに実装するEEPROMを要素とするPCB回路の構成例を示す図である。
同図に示すように、PCB回路に搭載したEEPROM29は、SCL端子、SDA端子をI2C通信の2本の信号線SCL、SDAにそれぞれ接続し、Vcc端子を電源Vccに、GND端子とWP端子をGNDに接続する。この接続は、図8に示した従来の回路と変わらない。ただ、EEPROM29のスレーブアドレスを設定するA0,A1,A2の各端子は、本実施形態ではカートリッジ(EEPROM)側でスレーブアドレスを設定せず、メイン制御装置6の制御下で画像形成装置本体側から行う(後記で図5を参照して詳述)ので、外部端子LP5〜7に接続する。
EEPROM29には、インクカートリッジの管理情報としてインクの色情報、製造年月日、インク容量、使用期限日等がインクジェット画像形成装置に装着する前に予め書込まれている。また、インク残量、インクジェット画像形成装置への装着日、インクエンド時の年月日等を書込むこともできる。
FIG. 4 is a diagram illustrating a configuration example of a PCB circuit including an EEPROM mounted on the ink cartridge of the present embodiment as an element.
As shown in the figure, the EEPROM 29 mounted on the PCB circuit has an SCL terminal and an SDA terminal connected to two signal lines SCL and SDA for I2C communication, a Vcc terminal to a power supply Vcc, and a GND terminal and a WP terminal. Connect to GND. This connection is not different from the conventional circuit shown in FIG. However, in the present embodiment, the slave addresses A0, A1, and A2 for setting the slave address of the EEPROM 29 are not set on the cartridge (EEPROM) side, and from the image forming apparatus main body side under the control of the main controller 6. Since it is performed (details will be described later with reference to FIG. 5), it is connected to the external terminals LP5 to LP7.
In the EEPROM 29, ink color information, date of manufacture, ink capacity, expiration date, etc. are written in advance as ink cartridge management information before being mounted on the inkjet image forming apparatus. It is also possible to write the remaining amount of ink, the date of attachment to the inkjet image forming apparatus, the date of ink end, and the like.

次に、図4に示したインクカートリッジに実装するEEPROMに画像形成装置本体側からスレーブアドレスを設定する手段について、説明する。
図5は、インクジェット画像形成装置(図1)に装着された4色分のインクカートリッジに実装されたEEPROM18〜21の信号線接続状態を示す図である。
図5に示すように、本実施形態では、4色分のインクカートリッジに実装されたEEPROM18〜21のスレーブアドレス設定端子A0、A1、A2の入力信号をインクジェット画像形成装置側に実装されているASIC(Application Specific Integrated Circuit)30にて設定する。なお、このASIC30は、エンジン制御部7内に設けたセンサ、モータ、ソレノイド等を制御するIO制御用のASICを使用する。メイン制御装置6の制御下でこのASIC30とEEPROM13によってカートリッジ検知装置8を構成する。
Next, means for setting a slave address from the image forming apparatus main body side to the EEPROM mounted on the ink cartridge shown in FIG. 4 will be described.
FIG. 5 is a diagram showing signal line connection states of the EEPROMs 18 to 21 mounted on the ink cartridges for four colors mounted on the inkjet image forming apparatus (FIG. 1).
As shown in FIG. 5, in this embodiment, the input signals of the slave address setting terminals A0, A1, and A2 of the EEPROMs 18 to 21 mounted on the ink cartridges for four colors are mounted on the inkjet image forming apparatus side. (Application Specific Integrated Circuit) 30 is set. The ASIC 30 uses an ASIC for IO control that controls sensors, motors, solenoids and the like provided in the engine control unit 7. Under the control of the main control device 6, the ASIC 30 and the EEPROM 13 constitute a cartridge detection device 8.

例えば、図5のように、インクジェット画像形成装置側のコネクタCN(2)31とブラックのインクカートリッジ14が接続される場合が適正な装填設置とした場合、装填位置と1対1で対応するスレーブアドレスとして、ブラックのインクカートリッジ14に実装されたEEPROM18に格納された管理情報の色情報が(000)であれば、このデータに対応して、インクカートリッジ検知装置8のASIC30の特定のピン(図5ではこの装填位置に対応するピンをB3、B4、B5としている)3本からそれぞれ“0”(LOW)信号を出力すれば、当該インクカートリッジ14のEEPROM18内の色情報(000)と一致する。
このように、ASIC30から入力される信号でスレーブアドレスが設定されるので、この装填位置のインクカートリッジに実装されたEEPROM(図5の例ではEEPROM18)にメイン制御装置6からスレーブアドレス(000)でアクセスし、管理情報として格納された色情報を読出し、当該装填位置のあるべき使用インクの色情報(000)との一致を確認することで、適正なカートリッジの存否をチェックすることができる。
ここでは、インクカートリッジ検知装置8のコネクタCN(2)31のみについて説明したが、他のコネクタCN(3)〜(5)32〜34も同様に、ASIC30から各色のインクカートリッジ内の色情報に対応する入力信号でスレーブアドレスが設定される。
For example, as shown in FIG. 5, when the connector CN (2) 31 on the ink jet image forming apparatus side and the black ink cartridge 14 are connected properly, the slave corresponds one-to-one with the loading position. If the color information of the management information stored in the EEPROM 18 mounted on the black ink cartridge 14 is (000) as an address, a specific pin (see FIG. 4) of the ASIC 30 of the ink cartridge detection device 8 corresponds to this data. 5, the pins corresponding to this loading position are B3, B4, and B5) If the “0” (LOW) signal is output from each of the three pins, it matches the color information (000) in the EEPROM 18 of the ink cartridge 14. .
Thus, since the slave address is set by the signal input from the ASIC 30, the slave address (000) is sent from the main controller 6 to the EEPROM (EEPROM 18 in the example of FIG. 5) mounted on the ink cartridge at the loading position. By accessing, reading out the color information stored as the management information, and confirming the coincidence with the color information (000) of the used ink that should be in the loading position, it is possible to check the presence or absence of an appropriate cartridge.
Here, only the connector CN (2) 31 of the ink cartridge detection device 8 has been described. Similarly, the other connectors CN (3) to (5) 32 to 34 also change the color information in the ink cartridges of the respective colors from the ASIC 30. The slave address is set by the corresponding input signal.

また、ASIC30は、EEPROM13と接続して、スレーブアドレスを設定するために特定の3本ピンから出力する信号を、EEPROM13にスレーブアドレス設定用に格納されているデータに基づいて生成する。また、EEPROM13は、メイン制御装置6からI2C通信を用いて格納されてデータを書替えることが可能であるから、スレーブアドレス設定用データを書替えることで、特定の3本ピンから出力するスレーブアドレス設定信号を変更することもできる。
例えば、上記説明では、コネクタCN(2)31にブラックのインクカートリッジ、コネクタCN(3)32にマゼンタのインクカートリッジをそれぞれ装着すると、インクカートリッジがそれぞれの装填位置に装着されたことを認識するが、ユーザの好みによってインクカートリッジの装填位置を変えたい場合に、画像形成装置に装備された操作・表示部9の操作パネルでユーザが設定変更を指示する操作ができるようにし、この操作を受けて、メイン制御装置6は、EEPROM13に指示に従ったスレーブアドレスの設定を行い、装填位置に対応するスレーブアドレスを変更することができる。
なお、この点は、図8を参照して説明した従来例のスレーブアドレス設定を変更することは考えていないEEPROM28と大きく異なる。
Further, the ASIC 30 is connected to the EEPROM 13 and generates a signal output from specific three pins for setting a slave address based on data stored in the EEPROM 13 for setting the slave address. Further, since the EEPROM 13 can store and rewrite data from the main controller 6 using I2C communication, the slave address output from specific three pins can be rewritten by rewriting the slave address setting data. The setting signal can also be changed.
For example, in the above description, when a black ink cartridge is mounted on the connector CN (2) 31 and a magenta ink cartridge is mounted on the connector CN (3) 32, it is recognized that the ink cartridge is mounted at each loading position. When it is desired to change the ink cartridge loading position according to the user's preference, the user can perform an operation for instructing a setting change on the operation panel of the operation / display unit 9 provided in the image forming apparatus. The main control device 6 can set the slave address according to the instruction in the EEPROM 13 and change the slave address corresponding to the loading position.
This point is greatly different from the EEPROM 28 which does not consider changing the slave address setting of the conventional example described with reference to FIG.

このように、ユーザによってスレーブアドレスを設定する際に装填位置を選択することや一部の装填位置のみを使用することが可能になり、例えば、モノクロ出力を主に行っている場合には、ブラックインクカートリッジ以外のカートリッジに対するスレーブアドレスの設定を行わないようにすれば、従来、画像形成装置の起動時のインク吐出口のメンテナンス動作が全色のインク吐出を行わせる方法であり、無駄にインクを消費する等の不具合が生じていたが、こうした点を改善することができる。つまり、メンテナンスが不要なカートリッジにはスレーブアドレス設定信号を送らず、必要なブラックインクカートリッジのみスレーブアドレス設定信号を送るようにすれば、使用しない装填位置における未装着の判断をすることなく、余分なインク消費も抑えることができる。
また、図5では、インクカートリッジのEEPROMのスレーブアドレス設定端子が3本の例を示したが、設定端子が4本あるEEPROMを使用し、4本全てにASICから信号を入力した場合、信号の組合せパターンをさらに増やすことができ、インクカートリッジの色情報の種類を増やすことができる。このように、設定端子の本数を増やすことで、例えば従来のインクカートリッジの色濃度とは異なるインクカートリッジを挿入することができ、ユーザの好みによって、色の調整ができるようになる。
As described above, when the slave address is set by the user, it is possible to select a loading position or use only a part of the loading positions. For example, when monochrome output is mainly performed, If the slave address is not set for cartridges other than the ink cartridge, the maintenance operation of the ink discharge ports at the start of the image forming apparatus is a method for discharging all colors of ink. Problems such as consumption have occurred, but these points can be improved. In other words, if a slave address setting signal is not sent to a cartridge that does not require maintenance, and a slave address setting signal is sent only to the necessary black ink cartridge, an extra load is not determined at the unused loading position. Ink consumption can also be suppressed.
FIG. 5 shows an example in which there are three slave address setting terminals of the EEPROM of the ink cartridge. However, when an EEPROM having four setting terminals is used and signals are input from the ASIC to all four, The combination patterns can be further increased, and the types of color information of the ink cartridge can be increased. Thus, by increasing the number of setting terminals, for example, an ink cartridge different from the color density of the conventional ink cartridge can be inserted, and the color can be adjusted according to the user's preference.

次に上記したインクカートリッジチェック機能を働かせて正常な画像形成を行わせる制御動作を図6の制御フローにもとづいて説明する。
図6の制御フローは、ユーザによって画像形成(プリント出力)が指示された時に、適合するインクカートリッジの存否の判定を経て印字を開始するまでの制御フローを示す図である。
ユーザによるプリント出力の指示は、当該画像形成装置5のコピー機能を使用する場合には、操作・表示部9の操作パネル上でユーザが入力したコピーの指示、或いはプリンタ機能を使用する場合には、外部PC70からユーザが発行し、NIC10を介して受信した印刷コマンドによって認識される。
Next, a control operation for causing the above-described ink cartridge check function to perform normal image formation will be described based on the control flow of FIG.
The control flow of FIG. 6 is a diagram showing a control flow until printing is started through determination of the presence or absence of a suitable ink cartridge when an image formation (print output) is instructed by the user.
When the user uses the copy function of the image forming apparatus 5, the print output instruction by the user is a copy instruction input by the user on the operation panel of the operation / display unit 9 or a printer function. This is recognized by a print command issued by the user from the external PC 70 and received via the NIC 10.

プリント出力の指示を受け、メイン制御装置6は、図6の制御フローを起動し、先ず、I2C制御装置11によって装着されたインクカートリッジのEEPROMにアクセスする(ステップS101)。このアクセスは、装着されたインクカートリッジの管理情報としてEEPROMに格納されたデータをアクセスする、というプリント出力の開始時に通常行われている形態をとる。
EEPROMへのアクセスの仕方は、装填位置と1対1で対応するスレーブアドレスを入れたI2C通信のデータフォーマット(図3(a)、参照)でマスタとしてのI2C制御装置11からデータをカートリッジのEEPROMに送信する。そのとき装填位置に装着されたカートリッジのEEPROMには、既に本体側のインクカートリッジ検知装置8のASIC30から送られる信号によってスレーブアドレスが設定されているはずである(図5の説明、参照)。
よって、I2C通信のマスタとしてのI2C制御装置11からの送信データに対して応答がない場合には、その装填位置にカートリッジのEEPROMが存在しないか、又は存在しても装填位置を間違えたこと(EEPROMのデータの管理のしかたによるが、装填位置をチェックできるようにする場合、位置を変更した時にはチェックを掛けるようにすることができる)或いは規格外のものであることを検知できる。
In response to the print output instruction, the main control device 6 starts the control flow of FIG. 6 and first accesses the EEPROM of the ink cartridge mounted by the I2C control device 11 (step S101). This access takes the form normally performed at the start of print output in which data stored in the EEPROM is accessed as management information for the installed ink cartridge.
The EEPROM can be accessed in the data format of the I2C controller 11 serving as the master in the I2C communication data format (see FIG. 3 (a)) with the slave address corresponding to the loading position on a one-to-one basis. Send to. At that time, in the EEPROM of the cartridge mounted in the loading position, the slave address should already be set by a signal sent from the ASIC 30 of the ink cartridge detection device 8 on the main body side (see description of FIG. 5).
Therefore, when there is no response to the transmission data from the I2C control device 11 as the master of I2C communication, the cartridge EEPROM does not exist at the loading position, or the loading position is wrong even though it exists ( Depending on how the EEPROM data is managed, if the loading position can be checked, it can be checked when the position is changed.

制御フローでは、I2C制御装置11からの送信データに対してカートリッジのEEPROMからの応答があったか否かを確認する(ステップS102)。
ここで、カートリッジのEEPROMからの応答が確認できれば(ステップS102-YES)、一応、装填位置の間違えやカートリッジの存在をチェックできる。
ただ、スレーブアドレスは、使用インク種類(色)と対応付けているが、本体側のインクカートリッジ検知装置8のASIC30から送られる信号によって設定されたものであるから、インクカートリッジに収納されたインク種類との一致は確認できていない。
そこで、次に当該インクカートリッジのEEPROMをアクセスし読出した管理情報に記されているインク種類(色)がスレーブアドレスに対応付けた所定の使用インク種類(色)であるか否かを確認する(ステップS103)。
EEPROMから読出したインク色がスレーブアドレスに対応付けた所定の使用インク色と一致すれば(ステップS103-YES)、適正なインクカートリッジがあるべき装填位置に存在すると判定し、プリント出力へ手順を次に進める。
In the control flow, it is confirmed whether or not there is a response from the EEPROM of the cartridge to the transmission data from the I2C control device 11 (step S102).
Here, if the response from the EEPROM of the cartridge can be confirmed (YES in step S102), it is possible to check for the wrong loading position and the presence of the cartridge.
However, although the slave address is associated with the type of ink used (color), it is set by a signal sent from the ASIC 30 of the ink cartridge detection device 8 on the main body side, so the type of ink stored in the ink cartridge The agreement with is not confirmed.
Therefore, it is next checked whether or not the ink type (color) described in the management information read by accessing the EEPROM of the ink cartridge is the predetermined ink type (color) used in association with the slave address ( Step S103).
If the ink color read from the EEPROM matches the predetermined used ink color associated with the slave address (YES in step S103), it is determined that the proper ink cartridge is present at the loading position, and the procedure is followed for print output. Proceed to

次に、インクカートリッジのメカニカルな設置状態の確認をする(ステップS104)。ここでは、カートリッジが正しく設置されたことをメカニカルスイッチの動作により確認する。
図7は、インクカートリッジのメカニカルな設置状態を確認するインクジェット画像形成装置5本体側に備えるスイッチの構成を説明する図である。
図7に示すスイッチ35は、インクカートリッジを保持する本体側の機構(図示せず)が正常に働き、当該インクカートリッジが装填位置で正しい設置状態を保っていることを確認するためにインクカートリッジ検知手段8に備えられている。このスイッチ35は、端子の高さがデフォルト(装着前)の高さH1から高さH2までを可動範囲とし、高さH1に向けてばね等で付勢される常開スイッチである。
Next, the mechanical installation state of the ink cartridge is confirmed (step S104). Here, it is confirmed by the operation of the mechanical switch that the cartridge is correctly installed.
FIG. 7 is a diagram illustrating the configuration of a switch provided on the main body side of the inkjet image forming apparatus 5 for confirming the mechanical installation state of the ink cartridge.
The switch 35 shown in FIG. 7 detects the ink cartridge in order to confirm that the mechanism (not shown) on the main body side that holds the ink cartridge operates normally and the ink cartridge is properly installed at the loading position. Means 8 are provided. The switch 35 is a normally open switch in which the height of the terminal is a movable range from the default height (before mounting) from the height H1 to the height H2, and is biased by a spring or the like toward the height H1.

インクカートリッジを装填位置に挿入する際に、スイッチ35の端子が押される形となり、高さH2の近辺ではスイッチを閉じる。カートリッジを保持する本体側の機構(図示せず)は、装着されたインクカートリッジが、装置本体の動作振動等でカートリッジが抜けることなく、正しい設置状態を保つようにロックをかけているため、スイッチ35の端子は、デフォルトの高さH1まで戻ろうとするが、カートリッジは動かないため、スイッチ35は高さH2の近辺の位置を保ち、スイッチも閉を保つ。
スイッチ35の端子が高さH2の近辺で閉を保っていれば、当該カートリッジの保持機構(図示せず)が正常に働いて、カートリッジが正しい設置状態にあることが確認でき、インクカートリッジからのインク供給等の動作に問題が生じない。
When the ink cartridge is inserted into the loading position, the terminal of the switch 35 is pushed, and the switch is closed in the vicinity of the height H2. The mechanism (not shown) on the main body side that holds the cartridge is locked so that the installed ink cartridge is locked so that the cartridge is not pulled out due to the operation vibration of the main body of the device, and the correct installation state is maintained. The terminal at 35 attempts to return to the default height H1, but the cartridge does not move, so the switch 35 remains in the vicinity of the height H2 and the switch remains closed.
If the terminal of the switch 35 is kept closed in the vicinity of the height H2, it can be confirmed that the holding mechanism (not shown) of the cartridge operates normally, and the cartridge is in a correct installation state. There is no problem in the ink supply operation.

ステップS104でインクカートリッジが適正に設置されていることを確認すると並行に、印字に備えるためにインクカートリッジのインクを記録ヘッドへ供給する経路を接続する(ステップS105)。
この実施形態では、インクカートリッジ内のインクタンクから記録ヘッドにインクを供給する経路を接続、分離できるインク経路接続手段を備え、ここまでのチェックで適正なカートリッジが装着されたことが確認でき、さらにカートリッジが適正に設置されて始めて、インク供給経路を接続する。これは、どんな設置状態でも装着されたカートリッジとのインク供給経路を接続してしまうと、不適正なカートリッジが装着された場合にインク供給経路に違うインクが残っていまい、混色が発生し画像品質を低下させるので、この不具合を防ぐためである。
When it is confirmed in step S104 that the ink cartridge is properly installed, a path for supplying ink from the ink cartridge to the recording head is connected to prepare for printing (step S105).
In this embodiment, the ink path connecting means that can connect and separate the path for supplying ink from the ink tank in the ink cartridge to the recording head is provided, and it can be confirmed that the proper cartridge has been mounted by the above check. Only after the cartridge is properly installed is the ink supply path connected. This means that if an ink supply path is connected to a cartridge that is installed in any installation state, different ink will remain in the ink supply path if an incorrect cartridge is installed, resulting in color mixing and image quality. This is to prevent this problem.

ここで用いるインク経路接続手段は、例えば、インクカートリッジを画像形成装置に装着すると、針のような細いチューブによってインクカートリッジのインクタンクと画像形成装置本体側のインク供給経路を接続するもので、カートリッジが適正な設置状態をとる場合に接続状態になり、不適正な設置状態となっている場合には、インク供給経路が分離状態となって、インクが供給されないようにする。このため、接続経路の接続、分離は、カートリッジが正しく設置されたことを検知するスイッチ35(図7、参照)の動作に合わせる。つまり、カートリッジを保持する本体側の機構(図示せず)により正しい装填位置に保持されてロックが掛けられた状態でスイッチ35が閉じるので、この設置状態をとる際に画像形成装置からインク経路接続手段の針状チューブがインクカートリッジに刺さり、インク供給経路が接続される。
上記のようなインク供給経路の接続、分離動作を行うので、ステップS104でインクカートリッジが適正に設置されていることが検知スイッチ35によって確認できれば、同時にインク供給経路の接続が完了したとみなせる。
The ink path connecting means used here, for example, connects the ink tank of the ink cartridge and the ink supply path on the image forming apparatus main body side by a thin tube such as a needle when the ink cartridge is mounted on the image forming apparatus. Is in a connected state when it takes an appropriate installation state, and when it is in an inappropriate installation state, the ink supply path is separated to prevent ink from being supplied. For this reason, connection and separation of the connection path are matched with the operation of the switch 35 (see FIG. 7) for detecting that the cartridge is correctly installed. That is, since the switch 35 is closed in a state where it is held in the correct loading position and locked by a mechanism (not shown) on the main body side that holds the cartridge, an ink path connection is made from the image forming apparatus when this installation state is taken. The needle tube of the means is stuck in the ink cartridge, and the ink supply path is connected.
Since the connection and separation operations of the ink supply path as described above are performed, if the detection switch 35 can confirm that the ink cartridge is properly installed in step S104, it can be considered that the connection of the ink supply path is completed at the same time.

インクカートリッジが適正に設置されていることが確認でき、画像形成装置のインク供給経路とインクカートリッジのインクタンクとの接続が完了し、印字の準備が整ったところで、メイン制御装置6は、正常に印字動作ができることをユーザに通知するために、操作・表示部9の操作パネルにその旨の表示を行う(ステップS106)。
なお、このときに、インクカートリッジが適正な設置状態で装着されていない場合には、適正な状態にインクカートリッジを設置することをユーザに促すメッセージを操作パネルに表示し、カートリッジが正しく設置されたことを検知スイッチ35確認する。
ステップ106の処理を行った後に、この制御フローを終え、印字の実行指示に対応する。
When it can be confirmed that the ink cartridge is properly installed, the connection between the ink supply path of the image forming apparatus and the ink tank of the ink cartridge is completed, and the preparation for printing is completed, the main controller 6 operates normally. In order to notify the user that the printing operation can be performed, a message to that effect is displayed on the operation panel of the operation / display unit 9 (step S106).
At this time, if the ink cartridge is not properly installed, a message prompting the user to install the ink cartridge in an appropriate state is displayed on the operation panel, and the cartridge is correctly installed. This is confirmed by the detection switch 35.
After performing the process of step 106, this control flow is finished and it respond | corresponds to the execution instruction of printing.

他方、ステップS102でI2C制御装置11からの送信に対してカートリッジのEEPROMからの応答がなかった場合(ステップS102-NO)、又はステップS103でカートリッジのEEPROMをアクセスし読出したインク種類(色)がスレーブアドレスに対応付けた所定の使用インク種類(色)ではなかった場合(ステップS103-NO)、メイン制御装置6は、操作・表示部9の操作パネルの表示部を通してユーザに、適正なインクカートリッジが装着されていない、ことを通知する(ステップS107)。
また、上記の通知とともに、適正なインクカートリッジを装着し直すことをユーザに促すメッセージとともに、インクカートリッジを交換して装着するか否かを選ぶための表示要素を示し、当該表示要素への入力操作の指示を行う。
On the other hand, if there is no response from the EEPROM of the cartridge in response to the transmission from the I2C control device 11 in step S102 (step S102-NO), or the ink type (color) read by accessing the EEPROM of the cartridge in step S103 is When it is not the predetermined ink type (color) used in association with the slave address (step S103-NO), the main control device 6 sends an appropriate ink cartridge to the user through the display unit of the operation panel of the operation / display unit 9. Is not attached (step S107).
In addition to the above notification, a message prompting the user to remount an appropriate ink cartridge, a display element for selecting whether to replace the ink cartridge, and an input operation to the display element The instructions are given.

次いで、ステップS107でユーザに示したインクカートリッジを交換して装着するか否かの選択の結果を確認する(ステップS108)。
ここで、インクカートリッジを装着し直すことが選択された場合には(ステップS108-YES)、ステップS101に戻り、再度インクカートリッジのEEPROMをアクセスしに行く。
他方、インクカートリッジを装着し直すことが選択されない場合には(ステップS108-NO)、メイン制御装置6は異常停止処理を行う(ステップS109)。
メイン制御装置6は、異常停止処理として、指示されたプリント出力(画像形成)の実行を停止する制御を行い、ユーザに対し、指示されたプリント出力を実行しない旨を操作・表示部9の操作パネルの表示部を通して通知する。
ステップ109の異常停止処理を行った後に、この制御フローを終える。
Next, the result of selection as to whether or not to replace and install the ink cartridge shown to the user in step S107 is confirmed (step S108).
Here, when it is selected that the ink cartridge is to be remounted (YES in step S108), the process returns to step S101 to access the EEPROM of the ink cartridge again.
On the other hand, when it is not selected to remount the ink cartridge (step S108-NO), the main control device 6 performs an abnormal stop process (step S109).
The main control device 6 performs control to stop execution of the instructed print output (image formation) as an abnormal stop process, and notifies the user that the instructed print output is not to be executed. Notify through the panel display.
After performing the abnormal stop process of step 109, this control flow is finished.

上記実施形態に説明したように、メイン制御装置6から各装填位置に装着されたインクカートリッジに対し、装填位置とその装填位置で使用を予定するインク種類(色)との対応関係に基づいて定めたスレーブアドレスを設定し、設定したスレーブアドレスによってI2C通信で接続した当該インクカートリッジのEEPROM18〜21にアクセスし、EEPROM18〜21に管理情報として格納されているインク種類を読出し、読出したインク種類(色)と上記使用を予定するインク種類との一致を確認するカートリッジチェック機能を備えることにより、各装填位置に装着すべきインクカートリッジの存否を確実にチェックすることができる。
したがって、装着できるインクカートリッジの種類が増えても、カートリッジの装填場所の数を増やすことや該カートリッジを検知する回路を複雑化することなく、カートリッジチェック機能のチェック結果に従った制御動作によって、正常なプリント動作を行わせることで、コストアップにつながる複雑な構造、回路構成を採用することなく、誤装着等による画像品質の低下を防ぐことができる。
As described in the above embodiment, for the ink cartridge mounted at each loading position from the main control device 6, it is determined based on the correspondence between the loading position and the ink type (color) that is scheduled to be used at that loading position. The slave address is set, the EEPROM 18 to 21 of the ink cartridge connected by I2C communication is accessed by the set slave address, the ink type stored as management information in the EEPROM 18 to 21 is read, and the read ink type (color ) And the above-mentioned ink type scheduled to be used, it is possible to reliably check whether or not there is an ink cartridge to be mounted at each loading position.
Therefore, even if the number of types of ink cartridges that can be mounted increases, the control operation according to the check result of the cartridge check function does not cause a normal operation without increasing the number of cartridge mounting locations or complicating the circuit for detecting the cartridge. By performing a simple print operation, it is possible to prevent a decrease in image quality due to erroneous mounting or the like without adopting a complicated structure or circuit configuration that leads to an increase in cost.

5・・インクジェット画像形成装置、6・・メイン制御装置、7・・エンジン制御部、8・・インクカートリッジ検知装置、9・・操作・表示部、10・・NIC、12・・I2C制御装置、12,13,18〜21,28,29・・EEPROM、30・・ASIC、31〜34・・コネクタ(2)〜(5)、35・・スイッチ。   5 .... Inkjet image forming device, 6 .... Main control device, 7 .... Engine control unit, 8 .... Ink cartridge detection device, 9 .... Operation / display unit, 10 .... NIC, 12 .... I2C control device, 12, 13, 18 to 21, 28, 29 ··· EEPROM, 30 · · ASIC, 31 to 34 · · Connectors (2) to (5), 35 · · switches.

特開2001−290407号公報JP 2001-290407 A

Claims (10)

複数の装填位置に交換可能に装着されるインクカートリッジと、
前記インクカートリッジに保持され、当該インクカートリッジの管理情報として少なくともインク種類を予め書込んだデータ消去・書込が可能なメモリと、
装着されたインクカートリッジの前記メモリにアクセスするための通信手段と、
前記インクカートリッジから供給されるインクを用いて画像を形成する画像形成手段と
を有した画像形成装置であって、
装填位置とインク種類の所定の対応関係に基づいて定めたアドレスデータを生成するアドレス生成手段と、
前記アドレス生成手段によって生成されたアドレスデータを該当する装填位置に装着されたインクカートリッジのメモリにアドレスデータとして設定するアドレス設定手段と、
画像形成が指示されたときに前記アドレス設定手段によって設定されたアドレスを指定して前記通信手段により前記メモリにアクセスするアクセス手段と、
前記アクセス手段のアクセスによって得られた当該インクカートリッジのインク種類と装填位置に対応するインク種類が一致するか否かを調べることにより、所定インク種類のインクカートリッジの存否を判定するカートリッジ存否判定手段と、
前記カートリッジ存否判定手段によって所定インクカートリッジの存在が判定できなければ、指示された画像形成の実行を停止する制御を行う停止制御手段を
備えたことを特徴とする画像形成装置。
An ink cartridge that is replaceably mounted in a plurality of loading positions;
A memory that is held in the ink cartridge and that can be erased and written in at least the ink type as management information of the ink cartridge,
Communication means for accessing the memory of the mounted ink cartridge;
An image forming apparatus comprising: an image forming unit that forms an image using ink supplied from the ink cartridge;
Address generating means for generating address data determined based on a predetermined correspondence between the loading position and the ink type;
Address setting means for setting the address data generated by the address generation means as address data in the memory of the ink cartridge mounted at the corresponding loading position;
An access unit that designates an address set by the address setting unit when image formation is instructed and accesses the memory by the communication unit;
A cartridge presence / absence determining unit that determines whether or not an ink cartridge of a predetermined ink type exists by checking whether or not the ink type of the ink cartridge obtained by accessing the access unit matches the ink type corresponding to the loading position; ,
An image forming apparatus comprising: a stop control unit that performs control to stop execution of an instructed image formation if the presence of the predetermined ink cartridge cannot be determined by the cartridge presence determination unit.
請求項1に記載された画像形成装置において、
前記通信手段にI2C(Inter Integrated Circuit)通信を用いたことを特徴とする画像形成装置。
The image forming apparatus according to claim 1,
An image forming apparatus using I2C (Inter Integrated Circuit) communication as the communication means.
請求項1又は2に記載された画像形成装置において、
前記メモリはEEPROMであり、
前記アドレス設定手段は、メモリに設定するアドレスデータとして生成された前記アドレスデータを前記EEPROMのスレーブアドレス設定端子に入力するようにしたことを特徴とする画像形成装置。
The image forming apparatus according to claim 1 or 2,
The memory is an EEPROM;
The image forming apparatus according to claim 1, wherein the address setting means inputs the address data generated as address data to be set in a memory to a slave address setting terminal of the EEPROM.
請求項1乃至3のいずれかに記載された画像形成装置において、
前記メモリに設定するアドレスを変更する操作手段を備え、
前記アドレス設定手段は、前記操作手段によるアドレスの変更操作に応えて、前記メモリへの設定を変更するとともに、設定したアドレスを記録しておくことを特徴とする画像形成装置。
The image forming apparatus according to any one of claims 1 to 3,
An operation means for changing an address set in the memory;
The image forming apparatus, wherein the address setting unit changes the setting to the memory in response to an address changing operation by the operation unit and records the set address.
請求項1乃至4のいずれかに記載された画像形成装置において、
前記インクカートリッジが装填位置で正しい設置状態を保っていることを確認する設置状態検知手段と、
前記設置状態検知手段による確認を条件に画像形成を実行させることを特徴とする画像形成装置。
The image forming apparatus according to claim 1,
An installation state detection means for confirming that the ink cartridge maintains the correct installation state at the loading position;
An image forming apparatus that causes image formation to be executed on condition of confirmation by the installation state detecting means.
請求項5に記載された画像形成装置において、
前記設置状態検知手段によって正しい状態を保っていることが確認できない前記インクカートリッジの設置状態において、前記インクカートリッジ内のインクタンクから前記画像形成手段へのインク供給経路を分離し、当該設置状態検知手段によって正しい状態を保っていることが確認できる前記インクカートリッジの設置状態において、当該インク供給経路を接続できるインク経路接続手段を備えたことを特徴とする画像形成装置。
The image forming apparatus according to claim 5.
In the installation state of the ink cartridge, the ink supply path from the ink tank in the ink cartridge to the image forming unit is separated in the installation state of the ink cartridge that cannot be confirmed by the installation state detection unit, and the installation state detection unit An image forming apparatus comprising: an ink path connecting unit that can connect the ink supply path in the installed state of the ink cartridge in which it can be confirmed that the correct state is maintained.
請求項1乃至6のいずれかに記載された画像形成装置において、
ユーザに画像形成装置における機器の状態を知らせる報知手段を備え、
前記停止制御手段は、前記カートリッジ存否判定手段によって所定のインクカートリッジの存在が判定できなければ、画像形成の実行を停止する際、この旨を前記報知手段に報知させることを特徴とする画像形成装置。
The image forming apparatus according to any one of claims 1 to 6,
Informing means for informing the user of the state of the device in the image forming apparatus,
If the presence / absence of a predetermined ink cartridge cannot be determined by the cartridge presence / absence determination unit, the stop control unit causes the notification unit to notify the user when the execution of image formation is stopped. .
複数の装填位置に交換可能に装着されるインクカートリッジと、前記インクカートリッジに保持され、当該インクカートリッジの管理情報として少なくともインク種類を予め書込んだデータ消去・書込が可能なメモリと、装着されたインクカートリッジの前記メモリにアクセスするための通信手段を有する画像形成装置において適正なインクカートリッジの装着を確認するインクカートリッジ装着確認方法であって、
装填位置とインク種類の所定の対応関係に基づいて定めたアドレスデータを生成するアドレス生成工程と、
前記アドレス生成工程で生成されたデータを該当する装填位置に装着されたインクカートリッジのメモリに設定するアドレス設定工程と、
画像形成が指示されたときに前記アドレス設定工程で設定したアドレスを指定して前記通信手段により前記メモリにアクセスするメモリアクセス工程と、
前記メモリアクセス工程でアクセス結果として得た当該インクカートリッジのインク種類と装填位置に対応するインク種類が一致するか否かを調べることにより所定のインクカートリッジの存否を判定するカートリッジ存否判定工程と
を有することを特徴とするインクカートリッジ装着確認方法。
An ink cartridge that is replaceably mounted in a plurality of loading positions, and a memory that is held in the ink cartridge and that can be erased and written in at least the ink type as management information of the ink cartridge is mounted. An ink cartridge mounting confirmation method for confirming proper mounting of an ink cartridge in an image forming apparatus having communication means for accessing the memory of the ink cartridge,
An address generation step for generating address data determined based on a predetermined correspondence between the loading position and the ink type;
An address setting step for setting the data generated in the address generation step in the memory of the ink cartridge mounted in the corresponding loading position;
A memory access step of designating an address set in the address setting step when image formation is instructed and accessing the memory by the communication means;
A cartridge presence / absence determination step of determining whether or not a predetermined ink cartridge is present by examining whether or not the ink type of the ink cartridge obtained as an access result in the memory access step matches the ink type corresponding to the loading position. An ink cartridge mounting confirmation method characterized by the above.
請求項8に記載されたインクカートリッジ装着確認方法の各工程をコンピュータに行わせるためのプログラム。   The program for making a computer perform each process of the ink cartridge mounting | wearing confirmation method described in Claim 8. 請求項9に記載されたプログラムを記録したコンピュータ読取可能な記録媒体。
A computer-readable recording medium on which the program according to claim 9 is recorded.
JP2009033963A 2009-02-17 2009-02-17 Image forming apparatus, ink cartridge mounting confirmation method and program Expired - Fee Related JP5644052B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009033963A JP5644052B2 (en) 2009-02-17 2009-02-17 Image forming apparatus, ink cartridge mounting confirmation method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009033963A JP5644052B2 (en) 2009-02-17 2009-02-17 Image forming apparatus, ink cartridge mounting confirmation method and program

Publications (2)

Publication Number Publication Date
JP2010188574A true JP2010188574A (en) 2010-09-02
JP5644052B2 JP5644052B2 (en) 2014-12-24

Family

ID=42815173

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009033963A Expired - Fee Related JP5644052B2 (en) 2009-02-17 2009-02-17 Image forming apparatus, ink cartridge mounting confirmation method and program

Country Status (1)

Country Link
JP (1) JP5644052B2 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102087509A (en) * 2010-11-01 2011-06-08 威盛电子股份有限公司 Integrated circuit and control method thereof
WO2012144221A1 (en) * 2011-04-22 2012-10-26 セイコーエプソン株式会社 Storage device, host device, circuit board, liquid container and system
CN103324266A (en) * 2012-03-23 2013-09-25 Lsi公司 Adaptive voltage scaling using a serial interface
US8864279B2 (en) 2011-07-28 2014-10-21 Brother Kogyo Kabushiki Kaisha Printing device
US20140337552A1 (en) * 2010-09-30 2014-11-13 Hewlett-Packard Development Company, L.P. Slave device bit sequence zero driver
JP2017129626A (en) * 2016-01-18 2017-07-27 株式会社リコー Attachable/detachable device, electronic instrument, and gnd loosing detection method
JP2018161785A (en) * 2017-03-24 2018-10-18 東芝テック株式会社 Ink jet head control device and ink jet printer
JP2019034436A (en) * 2017-08-10 2019-03-07 キヤノン株式会社 Recording apparatus, control method for recording apparatus, and program

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210087980A (en) 2018-12-03 2021-07-13 휴렛-팩커드 디벨롭먼트 컴퍼니, 엘.피. logic circuit
EP3687815B1 (en) 2018-12-03 2021-11-10 Hewlett-Packard Development Company, L.P. Logic circuitry
US10894423B2 (en) 2018-12-03 2021-01-19 Hewlett-Packard Development Company, L.P. Logic circuitry
WO2020117197A1 (en) 2018-12-03 2020-06-11 Hewlett-Packard Development Company, L.P. Logic circuitry
CN113168457A (en) 2018-12-03 2021-07-23 惠普发展公司,有限责任合伙企业 Logic circuitry packaging
KR20210087982A (en) 2018-12-03 2021-07-13 휴렛-팩커드 디벨롭먼트 컴퍼니, 엘.피. logic circuit
CN113168454A (en) 2018-12-03 2021-07-23 惠普发展公司,有限责任合伙企业 Logic circuitry packaging
ES2955564T3 (en) 2018-12-03 2023-12-04 Hewlett Packard Development Co Logic circuit system
EP3681723B1 (en) 2018-12-03 2021-07-28 Hewlett-Packard Development Company, L.P. Logic circuitry
WO2021080607A1 (en) 2019-10-25 2021-04-29 Hewlett-Packard Development Company, L.P. Logic circuitry package
US11338586B2 (en) 2018-12-03 2022-05-24 Hewlett-Packard Development Company, L.P. Logic circuitry

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002169428A (en) * 2000-11-30 2002-06-14 Ricoh Co Ltd Image forming device, replacement part and ic chip to be used in the same device and method for using and managing replacement part
JP2002341705A (en) * 2001-03-15 2002-11-29 Ricoh Co Ltd Image forming device
JP2005140800A (en) * 2003-11-04 2005-06-02 Ricoh Co Ltd Device unit, image forming apparatus, and recycling system
JP2005193645A (en) * 2003-12-10 2005-07-21 Sony Corp Discharge controlling device, head unit, ink-jet cartridge, ink discharging device, discharge controlling method, program and recording medium
JP2005313654A (en) * 1999-07-14 2005-11-10 Seiko Epson Corp Ink cartridge exchange control method in inkjet recording device
JP2007001208A (en) * 2005-06-24 2007-01-11 Canon Inc Liquid container, liquid feeding system equipped with the container, method for manufacturing the container, circuit board for the container, liquid holding cartridge and recorder
JP2008290462A (en) * 2000-11-20 2008-12-04 Seiko Epson Corp Identification of printing recording material receptacle

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005313654A (en) * 1999-07-14 2005-11-10 Seiko Epson Corp Ink cartridge exchange control method in inkjet recording device
JP2008290462A (en) * 2000-11-20 2008-12-04 Seiko Epson Corp Identification of printing recording material receptacle
JP2002169428A (en) * 2000-11-30 2002-06-14 Ricoh Co Ltd Image forming device, replacement part and ic chip to be used in the same device and method for using and managing replacement part
JP2002341705A (en) * 2001-03-15 2002-11-29 Ricoh Co Ltd Image forming device
JP2005140800A (en) * 2003-11-04 2005-06-02 Ricoh Co Ltd Device unit, image forming apparatus, and recycling system
JP2005193645A (en) * 2003-12-10 2005-07-21 Sony Corp Discharge controlling device, head unit, ink-jet cartridge, ink discharging device, discharge controlling method, program and recording medium
JP2007001208A (en) * 2005-06-24 2007-01-11 Canon Inc Liquid container, liquid feeding system equipped with the container, method for manufacturing the container, circuit board for the container, liquid holding cartridge and recorder

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9454504B2 (en) * 2010-09-30 2016-09-27 Hewlett-Packard Development Company, L.P. Slave device bit sequence zero driver
US20140337552A1 (en) * 2010-09-30 2014-11-13 Hewlett-Packard Development Company, L.P. Slave device bit sequence zero driver
CN102087509A (en) * 2010-11-01 2011-06-08 威盛电子股份有限公司 Integrated circuit and control method thereof
JP2012226712A (en) * 2011-04-22 2012-11-15 Seiko Epson Corp Storage device, host device, circuit board, liquid container and system
CN102756564A (en) * 2011-04-22 2012-10-31 精工爱普生株式会社 Storage device, host apparatus, circuit substrate, liquid container, and system
US9266342B2 (en) 2011-04-22 2016-02-23 Seiko Epson Corporation Storage device, host apparatus, circuit substrate, liquid container, and system
WO2012144221A1 (en) * 2011-04-22 2012-10-26 セイコーエプソン株式会社 Storage device, host device, circuit board, liquid container and system
US8864279B2 (en) 2011-07-28 2014-10-21 Brother Kogyo Kabushiki Kaisha Printing device
CN103324266A (en) * 2012-03-23 2013-09-25 Lsi公司 Adaptive voltage scaling using a serial interface
JP2013200858A (en) * 2012-03-23 2013-10-03 Lsi Corp Adaptive voltage scaling using serial interface
JP2017129626A (en) * 2016-01-18 2017-07-27 株式会社リコー Attachable/detachable device, electronic instrument, and gnd loosing detection method
JP2018161785A (en) * 2017-03-24 2018-10-18 東芝テック株式会社 Ink jet head control device and ink jet printer
JP2019034436A (en) * 2017-08-10 2019-03-07 キヤノン株式会社 Recording apparatus, control method for recording apparatus, and program

Also Published As

Publication number Publication date
JP5644052B2 (en) 2014-12-24

Similar Documents

Publication Publication Date Title
JP5644052B2 (en) Image forming apparatus, ink cartridge mounting confirmation method and program
US8289788B2 (en) System having a plurality of memory devices and data transfer method for the same
EP3040780B1 (en) Systems and methods for universal imaging components
US8291154B2 (en) Memory device accepting write data and inverted write data from a host circuit
US20090190935A1 (en) Systems and Methods for Universal Imaging Components
JP2011113335A (en) System equipped with a plurality of devices, and data transfer method for the same
JP4970780B2 (en) Electronic device and exchange unit
CN105058997B (en) A kind of method and printing device of printing device verifying chip of imaging box
JP2005134909A (en) Apparatus for managing consumables of image forming system
US8230163B2 (en) Memory device, host circuit, circuit board, liquid receptacle, method of transmitting data stored in a nonvolatile data memory section to a host circuit, and system including a host circuit and a memory device detachably attachable to the host circuit
US20060066901A1 (en) Image forming apparatus
US20100257436A1 (en) Memory device, circuit board, liquid receptacle, method of controlling a nonvolatile data memory section, and system including a memory device detachably connectable to a host circuit
JP5434173B2 (en) Image forming apparatus and image forming method
JP2019031031A (en) Communication device and image recorder
US20110032561A1 (en) Universal Printer Chip With A Single Data Table
JP2005047277A (en) Method for managing operation option and configuration of machine, and printing machine
US10585633B2 (en) Method for recording chip usage state information, chip of imaging cartridge and imaging cartridge
JP5197346B2 (en) Printing apparatus and control method and program therefor
EP3374186A1 (en) Systems and methods for universal imaging components
JP6191186B2 (en) Electronic device and connector connection state detection method
JP4822679B2 (en) How to manage machine operating options
JP5652077B2 (en) Image forming apparatus and component connection position identification method
US7321966B2 (en) Machine post-launch configuration and option upgrade
CN216507473U (en) Consumable chip and consumable container
JP2011215598A (en) Image forming apparatus and method for preventing erroneous loading of process cartridge

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120126

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120618

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130315

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130319

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130508

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131203

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140129

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20141020

R151 Written notification of patent or utility model registration

Ref document number: 5644052

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees