JP4093770B2 - Data transfer method and interface control module, device control module and image forming apparatus using the data transfer method - Google Patents

Data transfer method and interface control module, device control module and image forming apparatus using the data transfer method Download PDF

Info

Publication number
JP4093770B2
JP4093770B2 JP2002050538A JP2002050538A JP4093770B2 JP 4093770 B2 JP4093770 B2 JP 4093770B2 JP 2002050538 A JP2002050538 A JP 2002050538A JP 2002050538 A JP2002050538 A JP 2002050538A JP 4093770 B2 JP4093770 B2 JP 4093770B2
Authority
JP
Japan
Prior art keywords
control module
information
image forming
forming apparatus
device control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2002050538A
Other languages
Japanese (ja)
Other versions
JP2003256151A (en
Inventor
亨 原田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 JP2002050538A priority Critical patent/JP4093770B2/en
Publication of JP2003256151A publication Critical patent/JP2003256151A/en
Application granted granted Critical
Publication of JP4093770B2 publication Critical patent/JP4093770B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Facsimiles In General (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、データ転送方法およびそのデータ転送方法を利用するインターフェース制御モジュール,デバイス制御モジュール,画像形成装置に係り、特に画像形成装置から外部のコンピュータに所定のデータを転送するデータ転送方法およびそのデータ転送方法を利用するインターフェース制御モジュール,デバイス制御モジュール,画像形成装置に関する。
【0002】
【従来の技術】
近年、プリンタ,コピー,ファクシミリおよびスキャナなどの各装置の機能を1つの筐体内に収納した画像形成装置(以下、融合機という)が知られるようになった。この融合機は、1つの筐体内に表示部,印刷部および撮像部などを設けると共に、プリンタ,コピー,ファクシミリおよびスキャナにそれぞれ対応する4種類のソフトウェアを設け、そのソフトウェアを切り替えることより、プリンタ,コピー,ファクシミリおよびスキャナとして動作させるものである。
【0003】
このような融合機は、ユーザに対して新たなサービスを提供するため、例えばUSB(Universal Serial Bus)を介してコンピュータに接続されている。USBを用いたデータの転送方法には、バルクアウト転送,バルクイン転送,コントロール転送,アイソクロナス転送,インタラプト転送などがある。
【0004】
USBを介して接続されたコンピュータ(ホスト)と融合機(周辺機器)との間では、コントロール転送を利用して図7のようなデバイスID文字列の転送が行われている。図7は、デバイスID文字列の一例のイメージ図を示す。図7のデバイスID文字列は、固定情報文字列と変動情報文字列とを含むように構成されている。
【0005】
固定情報文字列は、ベンダー名を表すMANUFACTURER(MFG),プリンタ言語などのコマンドを表すCOMMAND SET(CMD),融合機の名称や識別番号などのモデル名を表すMODEL(MDL),printerなどのクラス名を表すCLASS(CLS),ベンダー名およびモデル名を表すDESCRIPTION(DEC)を含む。変動情報文字列は、紙切れ,紙詰まり等の融合機の基本的な状態を表すSTATUS(STS)を含む。
【0006】
このようなデバイスID文字列は、コンピュータからのリクエストに応じて融合機からコンピュータに転送されていた。
【0007】
【発明が解決しようとする課題】
デバイスID文字列を構成する変動情報文字列は、ネットワークコントロールサービスのプロセスに含まれるUSBインターフェース制御モジュールで生成される。USBインターフェース制御モジュールは、例えばプリンタ用のアプリケーションから供給されるステータス情報から変動情報文字列を生成してバッファに格納している。また、USBインターフェース制御モジュールはデバイスID文字列を構成する固定情報文字列をバッファに格納している。
【0008】
USBインターフェース制御モジュールは、融合機の起動時または変動情報文字列が更新されたときに固定情報文字列および変動情報文字列をオペレーティングシステムに含まれるUSBデバイスドライバに供給する。USBデバイスドライバは、USBインターフェース制御モジュールから供給された固定情報文字列および変動情報文字列を合成してデバイスID文字列を生成しバッファに格納しておく。そして、USBデバイスドライバはコンピュータからのリクエストに応じてデバイスID文字列をPCに転送していた。
【0009】
ところで、変動情報文字列は紙切れ,紙詰まり,トナーエンド,トナーニアエンド,オンライン,オフライン等の融合機の基本的な状態を通知するためのものであるため、頻繁に更新される。一方、固定情報文字列は融合機を識別するためのものであるため、ほとんど更新されない。
【0010】
したがって、USBインターフェース制御モジュールとUSBデバイスドライバとの間では、変動情報文字列が更新される度に同じ固定情報文字列が何度も転送されるという問題があった。
【0011】
本発明は、上記の点に鑑みなされたもので、インターフェース制御モジュールおよびデバイス制御モジュールに無駄な負荷を掛けることなく、インターフェース制御モジュールからデバイス制御モジュールに転送データを供給することが可能なデータ転送方法およびそのデータ転送方法を利用するインターフェース制御モジュール,デバイス制御モジュール,画像形成装置を提供することを目的とする。
【0012】
【課題を解決するための手段】
そこで、上記課題を解決するため、請求項1にかかる発明は、画像形成処理を行うアプリケーションのプロセスと、画像形成処理で利用されるハードウェア資源の管理を行うコントロールサービスのプロセスと、オペレーティングシステムとを有する画像形成装置のデータ転送方法であって、外部のコンピュータに転送する前記画像形成装置を識別するための固定情報および前記画像形成装置の基本的な状態を通知するための変動情報を含む転送データのうち少なくとも前記変動情報を、前記コントロールサービスのプロセスに含まれるインターフェース制御モジュールから前記オペレーティングシステムに含まれるデバイス制御モジュールに供給する供給段階と、前記コンピュータからの要求に応じて、前記転送データを前記デバイス制御モジュールからコンピュータに転送する転送段階とを有し、前記変動情報は、前記アプリケーションのプロセスから供給される状態情報に基づいて生成されることを特徴とする。
【0013】
このようなデータ転送方法では、インターフェース制御モジュールからデバイス制御モジュールに少なくとも変動情報を供給することにより、転送データのうち前回と重複する部分の供給を省略し、インターフェース制御モジュールおよびデバイス制御モジュールに無駄な負荷を掛けることがない。
【0014】
また、請求項2にかかる発明は、前記供給段階が、前記転送データの固定情報および変動情報を前記インターフェース制御モジュールからデバイス制御モジュールに供給する第1供給段階と、前記転送データのうち変動情報を前記インターフェース制御モジュールからデバイス制御モジュールに供給する第2供給段階とを有することを特徴とする。
【0015】
このようなデータ転送方法では、第1供給段階で転送データの固定情報および変動情報を供給し、第1供給段階の後の第2供給段階で転送データの変動情報を供給することにより、転送データのうち前回と重複する固定情報の供給を第2供給段階で省略できる。
【0016】
また、請求項3にかかる発明は、前記変動情報が、前記アプリケーションのプロセスから供給される状態情報に基づき、前記インターフェース制御モジュールで生成されることを特徴とする。
【0017】
このようなデータ転送方法では、アプリケーションのプロセスから供給される状態情報に基づき、インターフェース制御モジュールが転送データの変動情報を生成できる。
【0018】
また、請求項4にかかる発明は、前記第1供給段階が、前記画像形成装置が起動したときに行われ、前記第2供給段階が、前記変動情報が更新されたときに行われることを特徴とする。
【0019】
このようなデータ転送方法では、画像形成装置の起動時に固定情報および変動情報を供給し、変動情報が更新されたときに変動情報を供給できる。
【0020】
また、請求項5にかかる発明は、前記インターフェース制御モジュールが、シリアルインターフェース用のインターフェース制御モジュールであり、前記デバイス制御モジュールが、シリアルインターフェース用のデバイス制御モジュールであることを特徴とする。
【0021】
このようなデータ転送方法では、インターフェース制御モジュールをシリアルインターフェース用のインターフェース制御モジュールで構成でき、デバイス制御モジュールをシリアルインターフェース用のデバイス制御モジュールで構成できる。
【0022】
また、請求項6にかかる発明は、前記インターフェース制御モジュールが、パラレルインターフェース用のインターフェース制御モジュールであり、前記デバイス制御モジュールは、パラレルインターフェース用のデバイス制御モジュールであることを特徴とする。
【0023】
このようなデータ転送方法では、インターフェース制御モジュールをパラレルインターフェース用のインターフェース制御モジュールで構成でき、デバイス制御モジュールをパラレルインターフェース用のデバイス制御モジュールで構成できる。
【0024】
また、上記課題を解決するため、請求項7にかかる発明は、画像形成処理を行うアプリケーションのプロセスと、画像形成処理で利用されるハードウェア資源の管理を行うコントロールサービスのプロセスと、オペレーティングシステムとを有する画像形成装置のインターフェース制御モジュールであって、外部のコンピュータに転送する前記画像形成装置を識別するための固定情報および前記画像形成装置の基本的な状態を通知するための変動情報を含む転送データのうち前記固定情報を固定情報用バッファに格納する固定情報格納手段と、前記アプリケーションのプロセスから供給される状態情報に基づき、前記コンピュータに転送する転送データのうち前記変動情報を生成して変動情報用バッファに格納する変動情報生成格納手段と前記固定情報用バッファに格納された固定情報および前記変動情報用バッファに格納された変動情報のうち少なくとも前記変動情報を、前記オペレーティングシステムに含まれるデバイス制御モジュールに供給する供給手段とを有することを特徴とする。
【0025】
このようなインターフェース制御モジュールでは、デバイス制御モジュールに少なくとも変動情報を供給することにより、転送データのうち前回と重複する部分の供給を省略し、無駄な負荷を軽減できる。
【0026】
また、請求項8にかかる発明は、前記供給手段が、前記画像形成装置が起動したとき、前記固定情報用バッファに格納された固定情報および前記変動情報用バッファに格納された変動情報を前記デバイス制御モジュールに供給し、前記変動情報が更新されたとき、前記変動情報用バッファに格納された変動情報を前記デバイス制御モジュールに供給することを特徴とする。
【0027】
このようなインターフェース制御モジュールでは、画像形成装置の起動時に固定情報および変動情報を供給し、変動情報が更新されたときに変動情報を供給できる。
【0028】
また、上記課題を解決するため、請求項9にかかる発明は、画像形成処理を行うアプリケーションのプロセスと、画像形成処理で利用されるハードウェア資源の管理を行うコントロールサービスのプロセスと、オペレーティングシステムとを有する画像形成装置のデバイス制御モジュールであって、外部のコンピュータに転送する前記画像形成装置を識別するための固定情報および前記画像形成装置の基本的な状態を通知するための変動情報を含む転送データのうち少なくとも前記変動情報を前記コントロールサービスのプロセスに含まれるインターフェース制御モジュールから受信し、受信した前記変動情報を用いて転送データを生成して転送データ格納手段に格納する生成格納手段と、前記コンピュータからの要求に応じて、前記転送データ格納手段に格納されている転送データを前記コンピュータに転送する転送手段とを有し、前記変動情報は、前記アプリケーションのプロセスから供給される状態情報に基づいて生成されることを特徴とする。
【0029】
このようなデバイス制御モジュールでは、インターフェース制御モジュールから少なくとも変動情報を供給されることにより、転送データのうち前回と重複する部分の供給を省略し、無駄な負荷を軽減できる。
【0030】
また、請求項10にかかる発明は、前記生成格納手段が、前記画像形成装置が起動したとき、前記インターフェース制御モジュールから固定情報および変動情報を受信して前記固定情報および変動情報を前記転送データ用バッファに格納し、前記変動情報が更新されたとき、前記インターフェース制御モジュールから変動情報を受信して前記転送データ用バッファに格納されている転送データを更新することを特徴とする。
【0031】
このようなデバイス制御モジュールでは、画像形成装置の起動時に固定情報および変動情報が供給され、変動情報の更新時に変動情報が供給される。画像形成装置の起動時は、固定情報および変動情報を合成して転送データを生成することができる。また、変動情報の更新時は、以前に生成された転送データの変動情報を更新して新たな転送データを生成することができる。
【0032】
また、上記課題を解決するため、請求項11にかかる発明は、画像形成処理で利用されるハードウェア資源と、画像形成処理にかかるユーザサービスにそれぞれ固有の処理を行うアプリケーションのプロセスと、前記ハードウェア資源および前記アプリケーションのプロセスの間に介在し、前記アプリケーションのプロセスの少なくとも2つが共通に必要とする前記ハードウェア資源の獲得要求,管理,実行制御並びに画像形成処理を行うプラットフォームとを有する画像形成装置であって、外部のコンピュータに転送する前記画像形成装置を識別するための固定情報および前記画像形成装置の基本的な状態を通知するための変動情報を含む転送データのうち少なくとも前記変動情報を前記プラットフォームに含まれるオペレーティングシステムのデバイス制御モジュールに供給するインターフェース制御モジュールと、前記コンピュータからの要求に応じて、前記転送データを前記コンピュータに転送するデバイス制御モジュールとを有し、前記変動情報は、前記アプリケーションのプロセスから供給される状態情報に基づいて生成されることを特徴とする。
【0033】
このような画像形成装置では、インターフェース制御モジュールからデバイス制御モジュールに少なくとも変動情報を供給することにより、転送データのうち前回と重複する部分の供給を省略し、インターフェース制御モジュールおよびデバイス制御モジュールに無駄な負荷を掛けることがない。
【0034】
また、請求項12にかかる発明は、前記インターフェース制御モジュールが、前記転送データのうち固定情報を固定情報用バッファに格納する固定情報格納手段と、前記アプリケーションのプロセスから供給される状態情報に基づき、前記転送データのうち変動情報を生成して変動情報用バッファに格納する変動情報生成格納手段と前記固定情報用バッファに格納された固定情報および前記変動情報用バッファに格納された変動情報のうち少なくとも変動情報を前記デバイス制御モジュールに供給する供給手段とを有することを特徴とする。
【0035】
このような画像形成装置では、インターフェース制御モジュールを固定情報格納手段,変動情報生成格納手段および供給手段で構成できる。
【0036】
また、請求項13にかかる発明は、前記供給手段が、前記画像形成装置が起動したとき、前記固定情報用バッファに格納された固定情報および前記変動情報用バッファに格納された変動情報を前記デバイス制御モジュールに供給し、前記変動情報が更新されたとき、前記変動情報用バッファに格納された変動情報を前記デバイス制御モジュールに供給することを特徴とする。
【0037】
このような画像形成装置では、画像形成装置の起動時に固定情報および変動情報をインターフェース制御モジュールからデバイス制御モジュールに供給し、変動情報が更新されたときに変動情報をインターフェース制御モジュールからデバイス制御モジュールに供給できる。
【0038】
また、請求項14にかかる発明は、前記デバイス制御モジュールが、前記コンピュータに転送する転送データのうち少なくとも変動情報を前記インターフェース制御モジュールから受信し、受信した変動情報を用いて転送データを生成して転送データ格納手段に格納する生成格納手段と、前記コンピュータからの要求に応じて、前記転送データ格納手段に格納されている転送データを前記コンピュータに転送する転送手段とを有することを特徴とする。
【0039】
このような画像形成装置では、デバイス制御モジュールを生成格納手段および転送手段で構成できる。
【0040】
また、請求項15にかかる発明は、前記生成格納手段が、前記画像形成装置が起動したとき、前記インターフェース制御モジュールから固定情報および変動情報を受信して前記固定情報および変動情報を前記転送データ用バッファに格納し、前記変動情報が更新されたとき、前記インターフェース制御モジュールから変動情報を受信して前記転送データ用バッファに格納されている変動情報を更新することを特徴とする。
【0041】
このような画像形成装置では、画像形成装置の起動時に固定情報および変動情報が供給され、変動情報の更新時に変動情報が供給される。画像形成装置の起動時は、固定情報および変動情報を合成して転送データを生成することができる。また、変動情報の更新時は、以前に生成された転送データの変動情報を更新して新たな転送データを生成することができる。
【0042】
また、請求項16にかかる発明は、前記インターフェース制御モジュールが、シリアルインターフェース用のインターフェース制御モジュールであり、前記デバイス制御モジュールが、シリアルインターフェース用のデバイス制御モジュールであることを特徴とする。
【0043】
このような画像形成装置では、インターフェース制御モジュールをシリアルインターフェース用のインターフェース制御モジュールで構成でき、デバイス制御モジュールをシリアルインターフェース用のデバイス制御モジュールで構成できる。
【0044】
また、請求項17にかかる発明は、前記インターフェース制御モジュールが、パラレルインターフェース用のインターフェース制御モジュールであり、前記デバイス制御モジュールが、パラレルインターフェース用のデバイス制御モジュールであることを特徴とする。
【0045】
このような画像形成装置では、インターフェース制御モジュールをパラレルインターフェース用のインターフェース制御モジュールで構成でき、デバイス制御モジュールをパラレルインターフェース用のデバイス制御モジュールで構成できる。
【0046】
また、請求項18にかかる発明は、前記インターフェース制御モジュールが、ユニバーサルシリアルバス用のインターフェース制御モジュールであり、前記デバイス制御モジュールが、ユニバーサルシリアルバス用のデバイス制御モジュールであることを特徴とする。
【0047】
このような画像形成装置では、インターフェース制御モジュールをユニバーサルシリアルバス用のインターフェース制御モジュールで構成でき、デバイス制御モジュールをユニバーサルシリアルバス用のデバイス制御モジュールで構成できる。
【0048】
また、請求項19にかかる発明は、前記デバイス制御モジュールが、ユニバーサルシリアルバスのコントロール転送を用いて前記転送データを前記コンピュータに転送することを特徴とする。
【0049】
このような画像形成装置では、転送データをユニバーサルシリアルバスのコントロール転送を用いてコンピュータに転送できる。
【0050】
また、請求項20にかかる発明は、前記転送データが、前記画像形成装置を識別するための固定情報と前記画像形成装置の状態を通知するための変動情報とを含むことを特徴とする。
【0051】
このような画像形成装置では、画像形成装置を識別するための固定情報と前記画像形成装置の状態を通知するための変動情報とで転送データを構成できる。
【0052】
【発明の実施の形態】
次に、本発明の実施の形態について図面に基づいて説明する。
【0053】
図1は、本発明による融合機の一実施例の構成図を示す。融合機1は、白黒ラインプリンタ11と,カラーラインプリンタ12と,スキャナやファクシミリなどのハードウェアリソース13と,ソフトウェア群20と,融合機起動部50とを有するように構成される。また、ソフトウェア群20はアプリケーション30とプラットフォーム40とを有するように構成される。
【0054】
プラットフォーム40は、アプリケーション30からの処理要求を解釈してハードウェア資源の獲得要求を発生するコントロールサービスと、1つ以上のハードウェア資源の管理を行ってコントロールサービスからの獲得要求を調停するシステムリソースマネージャ(以下、SRMという)43と、オペレーティングシステム(以下、OSという)41とを有するように構成されている。
【0055】
コントロールサービスは、システムコントロールサービス(以下、SCSという)42,エンジンコントロールサービス(以下、ECSという)44,メモリコントロールサービス(以下、MCSという)45,オペレーションパネルコントロールサービス(以下、OCSという)46,ファックスコントロールサービス(以下、FCSという)47,ネットワークコントロールサービス(以下、NCSという)48など一つ以上のサービスモジュールを有するように構成されている。
【0056】
なお、プラットフォーム40は予め定義されている関数によりアプリケーション30からの処理要求を受信可能とするアプリケーションプログラムインターフェース(以下、APIという)を有するように構成されている。
【0057】
OS41は、ユニックス(UNIX(登録商標))などのオペレーティングシステムであって、プラットフォーム40およびアプリケーション30の各ソフトウェアをプロセスとして並列実行する。
【0058】
SRM43のプロセスは、SCS42と共にシステムの制御およびリソースの管理を行うものである。例えばSRM43のプロセスは、スキャナ部やプリンタ部などのエンジン,メモリ,ハードディスク装置(HDD)ファイル,ホストI/O(セントロインターフェース,ネットワークインターフェース,IEEE1394インターフェース,RS232Cインターフェースなど)のハードウェア資源を利用する上位層からの要求に従って調停を行い、実行制御する。
【0059】
具体的に、SRM43は要求されたハードウェア資源が利用可能であるか(他の要求により利用されていないかどうか)を判定し、利用可能であれば要求されたハードウェア資源が利用可能である旨を上位層に通知する。また、SRM43は上位層からの要求に対してハードウェア資源の利用スケジューリングを行い、例えばプリンタエンジンによる紙搬送と作像動作,メモリ確保,ファイル生成などの要求内容を直接実施している。
【0060】
SCS42のプロセスは、アプリケーション管理,操作部制御,システム画面表示,LED表示,リソース管理,割り込みアプリケーション制御を行う。ECS44のプロセスは、白黒ラインプリンタ11,カラーラインプリンタ12,ハードウェアリソース13のエンジンの制御を行う。
【0061】
MCS45のプロセスは、画像メモリの取得および解放,ハードディスク装置(HDD)の利用,画像データの圧縮および伸張などを行う。OCS46のプロセスは、オペレータと本体制御との間の情報伝達手段となるオペレーションパネルの制御を行う。
【0062】
FCS47のプロセスは、システムコントローラの各アプリケーション層からPSTNまたはISDN網を利用したファクシミリ送受信,BKM(バックアップSRAM)で管理されている各種ファクシミリデータの登録/引用,ファクシミリ読み取り,ファクシミリ受信印刷,融合送受信を行うためのアプリケーションを提供する。
【0063】
NCS48のプロセスは、ネットワークI/Oを必要とするアプリケーションに対し、共通に利用できるサービスを提供するものであり、ネットワーク側から各プロトコルによって受信したデータを各アプリケーションに振り分けたり、アプリケーションからのデータをネットワーク側に送信する際の仲介を行う。
【0064】
また、アプリケーション30は、プリンタ,コピー,ファクシミリ,スキャナなどの画像形成処理にかかるユーザサービスにそれぞれ固有の処理を行うものである。アプリケーション30は、ページ記述言語(PDL,PCL)およびポストスクリプト(PS)を有するプリンタ用のアプリケーションであるプリンタアプリ31と,コピー用アプリケーションであるコピーアプリ32と,ファクシミリ用アプリケーションであるファックスアプリ33と,スキャナ用アプリケーションであるスキャナアプリ34と,ネットワークファイル用アプリケーションであるネットファイルアプリ35と,工程検査用アプリケーションである工程検査アプリ36とを有している。
【0065】
融合機起動部50は、融合機1の電源投入時に最初に実行され、アプリケーション30やプラットフォーム40を起動するものである。例えば融合機起動部50は、コントロールサービスやアプリケーションのプログラムを後述するフラッシュメモリから読み出し、読み出した各プログラムをSRAMまたはSDRAM上に確保したメモリ領域に転送して起動するものである。
【0066】
図2は、本発明による融合機の一実施例のハードウェア構成図を示す。図2の融合機1は、コントローラボード60と,オペレーションパネル70と,ファックスコントロールユニット(以下、FCUという)80と,USBデバイス90と,IEEE1394デバイス100と,エンジン部110とを有するように構成される。
【0067】
オペレーションパネル70は、コントローラボード60のASIC62に直接接続されている。また、FCU80,USBデバイス90,IEEE1394デバイス100およびエンジン部110は、コントローラボード60のASIC62にPCIバス(Peripheral Component Interconnect bus)などで接続されている。
【0068】
また、コントローラボード60は、CPU61と,ASIC62と,SRAM(Static RAM)63と,SDRAM(Synchronous DRAM)64と,フラッシュメモリ65と,HDD66とを有するように構成される。コントローラボード60は、CPU61,SRAM63,SDRAM64,フラッシュメモリ65,HDD66などをASIC62に接続するように構成されている。
【0069】
CPU61は、融合機1の全体制御を行うものである。CPU61は、OS41上でプラットフォーム40を形成するSCS42,SRM43,ECS44,MCS45,OCS46,FCS47およびNCS48をそれぞれプロセスとして起動して実行させると共に、アプリケーション30を形成するプリンタアプリ31,コピーアプリ32,ファックスアプリ33,スキャナアプリ34,ネットファイルアプリ35および工程検査アプリ36を起動して実行させる。
【0070】
ASIC62は、画像処理用のハードウェア要素を有する画像処理用途向けのICである。SRAM63およびSDRAM64の物理メモリ領域には、カーネルやプロセスなどの仮想メモリ領域がマッピングされる。
【0071】
フラッシュメモリ65は、アプリケーション30またはプラットフォーム40を構成する各アプリやコントロールサービス,SRM43などの各プログラムが格納されている。HDD66は、画像データの蓄積,プログラムの蓄積,フォントデータの蓄積,フォームの蓄積を行うためのストレージである。オペレーションパネル70はオペレータからの入力操作を受け付けると共に、オペレータに向けた表示を行う操作部である。
【0072】
このような融合機1は、ユーザに対して新たなサービスを提供するため、例えば図3に表すように、USBを介してホストとしてのコンピュータに接続されている。
【0073】
図3は、本発明によるデータ転送システムの一例の構成図を示す。なお、図3ではコンピュータ2に対して一台の融合機1が接続される例について表しているが、ハブ(HUB)を介して複数台の融合機が接続されてもよい。USB3を介して接続された融合機1とコンピュータ2との間では、USBのコントロール転送を利用して図7のようなデバイスID文字列の転送が行われる。デバイスID文字列は、コンピュータ2からのリクエストに応じて融合機1からコンピュータ2に転送される。
【0074】
以下、デバイスID文字列を生成して転送する融合機1の処理について図面を参照しつつ説明する。図4は、デバイスID文字列の生成転送処理について説明するための図を示す。図5は、デバイスID文字列の生成転送処理の一例のフローチャート(1/2)を示す。また、図6はデバイスID文字列の生成転送処理の一例のフローチャート(2/2)を示す。
【0075】
ステップS10では、融合機1が起動することにより、各種プロセスが立ち上がる。ステップS10に続いてステップS11に進み、NCS48に含まれるUSBインターフェース制御モジュール122は固定情報文字列を作成して固定情報用バッファ123に格納すると共に、変動情報文字列を作成して変動情報用バッファ124に格納する。
【0076】
なお、USBインターフェース制御モジュール122は、プリンタアプリ31からAPIおよびネットワークコントロールサービス制御モジュール121を介して通知されるステータス情報から変動情報文字列を生成する。融合機1が起動した直後であってプリンタアプリ31からステータス情報が通知される前であれば、USBインターフェース制御モジュール122は初期値のステータス情報から変動情報文字列を生成してもよい。
【0077】
ステップS11に続いてステップS12に進み、USBインターフェース制御モジュール122は固定情報用バッファ123に格納した固定情報文字列および変動情報用バッファ124に格納した変動情報文字列をOS(カーネル)に含まれるUSBデバイス制御モジュール125へ供給する。
【0078】
ステップS12に続いてステップS13に進み、USBデバイス制御モジュール125はUSBインターフェース制御モジュール122から供給された固定情報文字列および変動情報文字列を合成して図7のようなデバイスID文字列を生成し、生成したデバイスID文字列をデバイスID文字列用バッファ126に格納する。
【0079】
ステップS13に続いてステップS14に進み、USBデバイス制御モジュール125はコンピュータ2からデバイスID文字列を取得する旨のリクエストがあったか否かを判定する。リクエストが有ったと判定すると(S14においてYES)、USBデバイス制御モジュール125はステップS20に進む。ステップS20では、USBデバイス制御モジュール125が、デバイスID文字列用バッファ126に格納したデバイスID文字列をコンピュータ2に転送してステップS15に進む。一方、リクエストが無かったと判定すると(S14においてNO)、USBデバイス制御モジュール125はステップS15に進む。
【0080】
ステップS15では、USBインターフェース制御モジュール122が、プリンタアプリ31からステータス情報が通知されたか否かを判定する。ステータス情報が通知されたと判定すると(S15においてYES)、USBインターフェース制御モジュール122はステップS31に進む。
【0081】
ステップS31では、USBインターフェース制御モジュール122が、プリンタアプリ31から通知されたステータス情報から変動情報文字列を作成して変動情報用バッファ124に格納する。ステップS31に続いてステップS32に進み、USBインターフェース制御モジュール122は、変動情報用バッファ124に格納した変動情報文字列をUSBデバイス制御モジュール125へ供給する。このとき、USBインターフェース制御モジュール122は固定情報用バッファ123に格納した固定情報文字列をUSBデバイス制御モジュール125へ供給しない。
【0082】
つまり、ステータス情報が通知されたことにより変動情報文字列が更新された場合は、変動情報文字列のみがUSBインターフェース制御モジュール122からUSBデバイス制御モジュール125へ供給される。
【0083】
ステップS32に続いてステップS33に進み、USBデバイス制御モジュール125はUSBインターフェース制御モジュール122から供給された変動情報文字列とデバイスID文字列用バッファ126に格納されているデバイスID文字列の固定情報文字列とを合成してデバイスID文字列を更新し、更新したデバイスID文字列をデバイスID文字列用バッファ126に格納する。
【0084】
USBデバイス制御モジュール125は、更新したデバイスID文字列をデバイスID文字列用バッファ126に格納した後でステップS14に進む。一方、ステータス情報が通知されていないと判定すると(S15においてNO)、USBインターフェース制御モジュール122はステップS14に進む。
【0085】
以上、本発明による融合機1では起動した後に固定情報文字列および変動情報文字列をUSBインターフェース制御モジュール122からUSBデバイス制御モジュール125に供給し、変動情報文字列が更新された後に変動情報文字列のみをUSBインターフェース制御モジュール122からUSBデバイス制御モジュール125に供給することができる。
【0086】
したがって、USBインターフェース制御モジュール122からUSBデバイス制御モジュール125に供給するデータのうち前回と重複する部分の供給を省略することで、インターフェース制御モジュールおよびデバイス制御モジュールに無駄な負荷が掛からなくなる。
【0087】
なお、本実施例では、融合機1とコンピュータ2とがUSB3で接続されている例について説明したが、IEEE1284などのセントロニクスで接続されていてもよい。
【0088】
【発明の効果】
上述の如く、本発明によれば、インターフェース制御モジュールからデバイス制御モジュールに供給する転送データのうち前回と重複する部分の供給を省略することで、インターフェース制御モジュールおよびデバイス制御モジュールに無駄な負荷が掛かることを避けることができる。
【0089】
【図面の簡単な説明】
【図1】本発明による融合機の一実施例の構成図である。
【図2】本発明による融合機の一実施例のハードウェア構成図である。
【図3】本発明によるデータ転送システムの一例の構成図である。
【図4】デバイスID文字列の生成転送処理について説明するための図である。
【図5】デバイスID文字列の生成転送処理の一例のフローチャート(1/2)である。
【図6】デバイスID文字列の生成転送処理の一例のフローチャート(2/2)である。
【図7】デバイスID文字列の一例のイメージ図である。
【符号の説明】
1 融合機
2 コンピュータ(ホスト)
3 USB(Universal Serial Bus)
11 白黒ラインプリンタ
12 カラーラインプリンタ
13 ハードウェアリソース
20 ソフトウェア群
30 アプリケーション
40 プラットフォーム
41 オペレーティングシステム(OS)
42 システムコントロールサービス(SCS)
43 システムリソースマネージャ(SRM)
44 エンジンコントロールサービス(ECS)
45 メモリコントロールサービス(MCS)
46 オペレーションパネルコントロールサービス(OCS)
47 ファックスコントロールサービス(FCS)
48 ネットワークコントロールサービス(NCS)
50 融合機起動部
60 コントローラボード
61 CPU
62 ASIC(Application Specific Integrated Circuit)
63 SRAM(Static RAM)
64 SDRAM(Synchronous DRAM)
65 フラッシュメモリ
66 ハードディスク装置(HDD)
70 オペレーションパネル
80 ファックスコントロールユニット(FCU)
90 USBデバイス
100 IEEE1394デバイス
110 エンジン部
121 ネットワークコントロールサービス制御モジュール
122 USBインターフェース制御モジュール(USBデーモン)
123 固定情報用バッファ
124 変動情報用バッファ
125 USBデバイス制御モジュール(USBデバイスドライバ)
126 デバイスID文字列用バッファ
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a data transfer method and an interface control module, a device control module, and an image forming apparatus that use the data transfer method, and in particular, a data transfer method for transferring predetermined data from an image forming apparatus to an external computer and the data thereof The present invention relates to an interface control module, a device control module, and an image forming apparatus that use a transfer method.
[0002]
[Prior art]
In recent years, there has been known an image forming apparatus (hereinafter referred to as a multifunction peripheral) in which the functions of each apparatus such as a printer, a copy, a facsimile, and a scanner are housed in one casing. This multi-function apparatus is provided with a display unit, a printing unit, an imaging unit, and the like in one casing, and four types of software corresponding to a printer, a copy, a facsimile, and a scanner, respectively. Operates as a copy, facsimile and scanner.
[0003]
Such a compound machine is connected to a computer via, for example, a USB (Universal Serial Bus) in order to provide a new service to the user. Data transfer methods using USB include bulk-out transfer, bulk-in transfer, control transfer, isochronous transfer, and interrupt transfer.
[0004]
A device ID character string as shown in FIG. 7 is transferred between the computer (host) and the multifunction peripheral (peripheral device) connected via USB using control transfer. FIG. 7 shows an image diagram of an example of the device ID character string. The device ID character string in FIG. 7 is configured to include a fixed information character string and a variation information character string.
[0005]
Fixed information character strings include classes such as MANUFACTURER (MFG) representing a vendor name, COMMAND SET (CMD) representing a command such as a printer language, MODEL (MDL) representing a model name such as the name and identification number of a multifunction machine, and printer. CLASS (CLS) representing the name, DESCRIPTION (DEC) representing the vendor name and model name. The variation information character string includes STATUS (STS) indicating the basic state of the multi-function peripheral such as a piece of paper or a paper jam.
[0006]
Such a device ID character string has been transferred from the multifunction peripheral to the computer in response to a request from the computer.
[0007]
[Problems to be solved by the invention]
The variation information character string constituting the device ID character string is generated by the USB interface control module included in the network control service process. The USB interface control module generates a variation information character string from status information supplied from an application for a printer, for example, and stores it in a buffer. Further, the USB interface control module stores a fixed information character string constituting the device ID character string in a buffer.
[0008]
The USB interface control module supplies the fixed information character string and the fluctuation information character string to the USB device driver included in the operating system when the MFP is activated or when the fluctuation information character string is updated. The USB device driver generates a device ID character string by combining the fixed information character string and the variation information character string supplied from the USB interface control module, and stores the device ID character string in the buffer. Then, the USB device driver transfers the device ID character string to the PC in response to a request from the computer.
[0009]
By the way, the fluctuation information character string is used for notifying the basic state of the multi-function apparatus such as out of paper, paper jam, toner end, toner near end, online, offline, etc., and is therefore frequently updated. On the other hand, since the fixed information character string is used for identifying the fusion machine, it is hardly updated.
[0010]
Therefore, there is a problem that the same fixed information character string is transferred many times between the USB interface control module and the USB device driver each time the variation information character string is updated.
[0011]
The present invention has been made in view of the above points, and is a data transfer method capable of supplying transfer data from an interface control module to a device control module without imposing a useless load on the interface control module and the device control module. Another object of the present invention is to provide an interface control module, a device control module, and an image forming apparatus that use the data transfer method.
[0012]
[Means for Solving the Problems]
In order to solve the above problems, an invention according to claim 1 is directed to an application process for performing image forming processing, a control service process for managing hardware resources used in image forming processing, and an operating system. For transferring data to an external computer Includes fixed information for identifying the image forming apparatus and variation information for notifying the basic state of the image forming apparatus At least of the transferred data Said A supply step of supplying fluctuation information from an interface control module included in the process of the control service to a device control module included in the operating system; and in response to a request from the computer, the transfer data is transferred from the device control module. A transfer stage for transferring to a computer The variation information is generated based on status information supplied from the application process. It is characterized by that.
[0013]
In such a data transfer method, at least fluctuation information is supplied from the interface control module to the device control module, thereby omitting the supply of the overlapping portion of the transfer data from the previous time, which is wasted to the interface control module and the device control module. There is no load.
[0014]
According to a second aspect of the present invention, the supply step includes a first supply step of supplying fixed information and fluctuation information of the transfer data from the interface control module to the device control module, and fluctuation information of the transfer data. And a second supply step of supplying the device control module from the interface control module.
[0015]
In such a data transfer method, transfer data fixed information and fluctuation information are supplied in a first supply stage, and transfer data fluctuation information is supplied in a second supply stage after the first supply stage. The supply of fixed information overlapping with the previous time can be omitted in the second supply stage.
[0016]
The invention according to claim 3 is characterized in that the variation information is generated by the interface control module based on state information supplied from a process of the application.
[0017]
In such a data transfer method, the interface control module can generate transfer data fluctuation information based on status information supplied from an application process.
[0018]
The invention according to claim 4 is characterized in that the first supply stage is performed when the image forming apparatus is activated, and the second supply stage is performed when the variation information is updated. And
[0019]
In such a data transfer method, fixed information and fluctuation information can be supplied when the image forming apparatus is started, and fluctuation information can be supplied when the fluctuation information is updated.
[0020]
The invention according to claim 5 is characterized in that the interface control module is an interface control module for a serial interface, and the device control module is a device control module for a serial interface.
[0021]
In such a data transfer method, the interface control module can be configured with an interface control module for a serial interface, and the device control module can be configured with a device control module for a serial interface.
[0022]
The invention according to claim 6 is characterized in that the interface control module is an interface control module for a parallel interface, and the device control module is a device control module for a parallel interface.
[0023]
In such a data transfer method, the interface control module can be configured with an interface control module for a parallel interface, and the device control module can be configured with a device control module for a parallel interface.
[0024]
In order to solve the above-described problem, an invention according to claim 7 includes an application process for performing image forming processing, a control service process for managing hardware resources used in image forming processing, and an operating system. Interface control module of an image forming apparatus having a transfer to an external computer Includes fixed information for identifying the image forming apparatus and variation information for notifying the basic state of the image forming apparatus Of the transferred data Said Fixed information storage means for storing fixed information in a fixed information buffer, and transfer data to be transferred to the computer based on status information supplied from the application process Said Fluctuation information generation and storage means for generating fluctuation information and storing it in a fluctuation information buffer, at least one of fixed information stored in the fixed information buffer and fluctuation information stored in the fluctuation information buffer Said Supply means for supplying variation information to a device control module included in the operating system.
[0025]
In such an interface control module, by supplying at least fluctuation information to the device control module, it is possible to omit supplying redundant portions of the transfer data and to reduce useless load.
[0026]
According to an eighth aspect of the present invention, when the image forming apparatus is activated, the supply unit sends the fixed information stored in the fixed information buffer and the variation information stored in the variation information buffer to the device. When the fluctuation information is supplied to the control module and updated, the fluctuation information stored in the fluctuation information buffer is supplied to the device control module.
[0027]
Such an interface control module can supply fixed information and fluctuation information when the image forming apparatus is activated, and can supply fluctuation information when the fluctuation information is updated.
[0028]
In order to solve the above problem, an invention according to claim 9 is an application process that performs image forming processing, a control service process that manages hardware resources used in image forming processing, and an operating system. Device control module of an image forming apparatus having a transfer to an external computer Includes fixed information for identifying the image forming apparatus and variation information for notifying the basic state of the image forming apparatus At least of the transferred data Said Fluctuation information was received from the interface control module included in the process of the control service, and received Said Generation storage means for generating transfer data using fluctuation information and storing the transfer data in the transfer data storage means, and transfer data stored in the transfer data storage means is transferred to the computer in response to a request from the computer Have transfer means The variation information is generated based on status information supplied from the application process. It is characterized by that.
[0029]
In such a device control module, at least variation information is supplied from the interface control module, so that supply of a portion overlapping with the previous transfer data can be omitted and useless load can be reduced.
[0030]
According to a tenth aspect of the present invention, when the image forming apparatus is activated, the generation storage unit receives fixed information and variation information from the interface control module, and uses the fixed information and variation information for the transfer data. When the variation information is stored in the buffer and the variation information is updated, the variation information is received from the interface control module and the transfer data stored in the transfer data buffer is updated.
[0031]
In such a device control module, fixed information and fluctuation information are supplied when the image forming apparatus is activated, and fluctuation information is supplied when the fluctuation information is updated. When the image forming apparatus is activated, transfer data can be generated by combining fixed information and fluctuation information. Also, when updating the fluctuation information, new transfer data can be generated by updating the fluctuation information of the previously generated transfer data.
[0032]
In order to solve the above problems, an invention according to claim 11 is a hardware resource used in image forming processing, an application process for performing processing specific to a user service related to image forming processing, and the hardware. An image forming system including a hardware resource and a platform for performing acquisition request, management, execution control, and image forming processing of the hardware resource, which are interposed between the hardware resource and the application process, and are commonly required by at least two of the application processes Transfer to an external computer Includes fixed information for identifying the image forming apparatus and variation information for notifying the basic state of the image forming apparatus At least of the transferred data Said An interface control module that supplies variation information to a device control module of an operating system included in the platform, and a device control module that transfers the transfer data to the computer in response to a request from the computer. The variation information is generated based on status information supplied from the application process. It is characterized by that.
[0033]
In such an image forming apparatus, at least fluctuation information is supplied from the interface control module to the device control module, thereby omitting the supply of the portion of the transfer data that overlaps the previous time, and is wasted on the interface control module and the device control module. There is no load.
[0034]
According to a twelfth aspect of the present invention, the interface control module is based on fixed information storage means for storing fixed information of the transfer data in a fixed information buffer, and status information supplied from the application process. Fluctuation information generation and storage means for generating fluctuation information from the transfer data and storing the fluctuation information in a fluctuation information buffer, fixed information stored in the fixed information buffer, and at least fluctuation information stored in the fluctuation information buffer Supply means for supplying variation information to the device control module.
[0035]
In such an image forming apparatus, the interface control module can be composed of fixed information storage means, variation information generation storage means, and supply means.
[0036]
According to a thirteenth aspect of the present invention, when the image forming apparatus is activated, the supply unit sends the fixed information stored in the fixed information buffer and the variation information stored in the variation information buffer to the device. When the fluctuation information is supplied to the control module and updated, the fluctuation information stored in the fluctuation information buffer is supplied to the device control module.
[0037]
In such an image forming apparatus, fixed information and fluctuation information are supplied from the interface control module to the device control module when the image forming apparatus is activated, and when the fluctuation information is updated, the fluctuation information is transferred from the interface control module to the device control module. Can supply.
[0038]
In the invention according to claim 14, the device control module receives at least fluctuation information from the interface control module among transfer data to be transferred to the computer, and generates transfer data using the received fluctuation information. It comprises generation storage means for storing in transfer data storage means, and transfer means for transferring transfer data stored in the transfer data storage means to the computer in response to a request from the computer.
[0039]
In such an image forming apparatus, the device control module can be composed of a generation storage unit and a transfer unit.
[0040]
According to a fifteenth aspect of the present invention, when the image forming apparatus is activated, the generation storage unit receives fixed information and variation information from the interface control module, and uses the fixed information and variation information for the transfer data. When the variation information is stored in the buffer and the variation information is updated, the variation information is received from the interface control module and the variation information stored in the transfer data buffer is updated.
[0041]
In such an image forming apparatus, fixed information and fluctuation information are supplied when the image forming apparatus is activated, and fluctuation information is supplied when the fluctuation information is updated. When the image forming apparatus is activated, transfer data can be generated by combining fixed information and fluctuation information. Also, when updating the fluctuation information, new transfer data can be generated by updating the fluctuation information of the previously generated transfer data.
[0042]
The invention according to claim 16 is characterized in that the interface control module is an interface control module for a serial interface, and the device control module is a device control module for a serial interface.
[0043]
In such an image forming apparatus, the interface control module can be configured with an interface control module for a serial interface, and the device control module can be configured with a device control module for a serial interface.
[0044]
The invention according to claim 17 is characterized in that the interface control module is a parallel interface control module, and the device control module is a parallel interface device control module.
[0045]
In such an image forming apparatus, the interface control module can be configured with an interface control module for a parallel interface, and the device control module can be configured with a device control module for a parallel interface.
[0046]
The invention according to claim 18 is characterized in that the interface control module is a universal serial bus interface control module, and the device control module is a universal serial bus device control module.
[0047]
In such an image forming apparatus, the interface control module can be configured with a universal serial bus interface control module, and the device control module can be configured with a universal serial bus device control module.
[0048]
The invention according to claim 19 is characterized in that the device control module transfers the transfer data to the computer using a universal serial bus control transfer.
[0049]
In such an image forming apparatus, transfer data can be transferred to a computer by using a universal serial bus control transfer.
[0050]
The invention according to claim 20 is characterized in that the transfer data includes fixed information for identifying the image forming apparatus and variation information for notifying the state of the image forming apparatus.
[0051]
In such an image forming apparatus, transfer data can be composed of fixed information for identifying the image forming apparatus and variation information for notifying the state of the image forming apparatus.
[0052]
DETAILED DESCRIPTION OF THE INVENTION
Next, embodiments of the present invention will be described with reference to the drawings.
[0053]
FIG. 1 shows a block diagram of an embodiment of a compound machine according to the present invention. The compound machine 1 is configured to include a monochrome line printer 11, a color line printer 12, a hardware resource 13 such as a scanner or a facsimile, a software group 20, and a compound machine starting unit 50. The software group 20 is configured to have an application 30 and a platform 40.
[0054]
The platform 40 interprets a processing request from the application 30 and generates a hardware resource acquisition request, and a system resource that manages one or more hardware resources and arbitrates the acquisition request from the control service A manager (hereinafter referred to as SRM) 43 and an operating system (hereinafter referred to as OS) 41 are configured.
[0055]
The control service includes a system control service (hereinafter referred to as SCS) 42, an engine control service (hereinafter referred to as ECS) 44, a memory control service (hereinafter referred to as MCS) 45, an operation panel control service (hereinafter referred to as OCS) 46, and a fax. It is configured to have one or more service modules such as a control service (hereinafter referred to as FCS) 47 and a network control service (hereinafter referred to as NCS) 48.
[0056]
The platform 40 is configured to have an application program interface (hereinafter referred to as API) that can receive a processing request from the application 30 using a predefined function.
[0057]
The OS 41 is an operating system such as UNIX (registered trademark), and executes the software of the platform 40 and the application 30 in parallel as processes.
[0058]
The process of the SRM 43 performs system control and resource management together with the SCS 42. For example, the process of the SRM 43 is a host that uses hardware resources such as an engine such as a scanner unit and a printer unit, a memory, a hard disk device (HDD) file, and a host I / O (centro interface, network interface, IEEE 1394 interface, RS232C interface, etc.). Arbitration is performed according to the request from the layer, and execution control is performed.
[0059]
Specifically, the SRM 43 determines whether the requested hardware resource is available (whether it is not used by another request), and if it is available, the requested hardware resource can be used. Notify the higher layer. Further, the SRM 43 performs use scheduling of hardware resources in response to a request from an upper layer, and directly executes requested contents such as paper conveyance and image forming operation, memory allocation, file generation, etc. by a printer engine.
[0060]
The process of the SCS 42 performs application management, operation unit control, system screen display, LED display, resource management, and interrupt application control. The process of the ECS 44 controls the engine of the monochrome line printer 11, the color line printer 12, and the hardware resource 13.
[0061]
The MCS 45 process acquires and releases image memory, uses a hard disk drive (HDD), compresses and decompresses image data, and the like. The process of the OCS 46 controls an operation panel serving as information transmission means between the operator and the main body control.
[0062]
The process of FCS47 includes facsimile transmission / reception using PSTN or ISDN network from each application layer of system controller, registration / quotation of various facsimile data managed by BKM (backup SRAM), facsimile reading, facsimile reception printing, and fusion transmission / reception. Provide an application to do.
[0063]
The NCS 48 process provides a service that can be used in common for applications that require network I / O. Data received from each network from the network side is distributed to each application, and data from the application is distributed. Mediates when sending to the network side.
[0064]
The application 30 performs processing specific to each user service related to image forming processing such as a printer, copy, facsimile, and scanner. The application 30 includes a printer application 31 that is a printer application having a page description language (PDL, PCL) and a postscript (PS), a copy application 32 that is a copy application, and a fax application 33 that is a facsimile application. , A scanner application 34 that is a scanner application, a net file application 35 that is a network file application, and a process inspection application 36 that is a process inspection application.
[0065]
The multi-function apparatus activation unit 50 is executed first when the multi-function apparatus 1 is powered on, and activates the application 30 and the platform 40. For example, the multi-function apparatus activation unit 50 reads a control service or application program from a flash memory, which will be described later, and transfers each read program to a memory area secured on the SRAM or SDRAM for activation.
[0066]
FIG. 2 is a hardware configuration diagram of an embodiment of the compound machine according to the present invention. 2 is configured to include a controller board 60, an operation panel 70, a fax control unit (hereinafter referred to as FCU) 80, a USB device 90, an IEEE 1394 device 100, and an engine unit 110. The
[0067]
The operation panel 70 is directly connected to the ASIC 62 of the controller board 60. Further, the FCU 80, the USB device 90, the IEEE 1394 device 100, and the engine unit 110 are connected to the ASIC 62 of the controller board 60 through a PCI bus (Peripheral Component Interconnect bus) or the like.
[0068]
The controller board 60 includes a CPU 61, an ASIC 62, an SRAM (Static RAM) 63, an SDRAM (Synchronous DRAM) 64, a flash memory 65, and an HDD 66. The controller board 60 is configured to connect the CPU 61, SRAM 63, SDRAM 64, flash memory 65, HDD 66 and the like to the ASIC 62.
[0069]
The CPU 61 performs overall control of the compound machine 1. The CPU 61 starts and executes the SCS 42, SRM 43, ECS 44, MCS 45, OCS 46, FCS 47, and NCS 48 that form the platform 40 on the OS 41, and also executes the printer application 31, the copy application 32, and the fax application that form the application 30. 33, the scanner application 34, the net file application 35, and the process inspection application 36 are activated and executed.
[0070]
The ASIC 62 is an IC for image processing applications having hardware elements for image processing. Virtual memory areas such as kernels and processes are mapped to the physical memory areas of the SRAM 63 and the SDRAM 64.
[0071]
The flash memory 65 stores each application, the control service, and each program such as the SRM 43 constituting the application 30 or the platform 40. The HDD 66 is a storage for storing image data, programs, font data, and forms. The operation panel 70 is an operation unit that accepts an input operation from an operator and performs display for the operator.
[0072]
In order to provide a new service to the user, such a multifunction machine 1 is connected to a computer as a host via USB as shown in FIG. 3, for example.
[0073]
FIG. 3 shows a block diagram of an example of a data transfer system according to the present invention. Although FIG. 3 shows an example in which one compound machine 1 is connected to the computer 2, a plurality of compound machines may be connected via a hub (HUB). A device ID character string as shown in FIG. 7 is transferred between the MFP 1 and the computer 2 connected via the USB 3 by using USB control transfer. The device ID character string is transferred from the MFP 1 to the computer 2 in response to a request from the computer 2.
[0074]
Hereinafter, processing of the MFP 1 that generates and transfers a device ID character string will be described with reference to the drawings. FIG. 4 is a diagram for explaining a device ID character string generation / transfer process. FIG. 5 shows a flowchart (1/2) of an example of a device ID character string generation / transfer process. FIG. 6 is a flowchart (2/2) showing an example of a device ID character string generation / transfer process.
[0075]
In step S10, various processes are started up when the compound machine 1 is activated. Progressing to step S11 following step S10, the USB interface control module 122 included in the NCS 48 creates a fixed information character string and stores it in the fixed information buffer 123, and creates a fluctuation information character string and creates a fluctuation information character string. Stored in 124.
[0076]
The USB interface control module 122 generates a variation information character string from status information notified from the printer application 31 via the API and the network control service control module 121. The USB interface control module 122 may generate a variation information character string from the initial status information immediately after the MFP 1 is started and before the status information is notified from the printer application 31.
[0077]
In step S12 following step S11, the USB interface control module 122 transfers the fixed information character string stored in the fixed information buffer 123 and the fluctuation information character string stored in the fluctuation information buffer 124 to the USB included in the OS (kernel). This is supplied to the device control module 125.
[0078]
Progressing to step S13 following step S12, the USB device control module 125 synthesizes the fixed information character string and the variation information character string supplied from the USB interface control module 122 to generate a device ID character string as shown in FIG. The generated device ID character string is stored in the device ID character string buffer 126.
[0079]
Progressing to step S14 following step S13, the USB device control module 125 determines whether or not there is a request from the computer 2 to acquire a device ID character string. If it is determined that there is a request (YES in S14), the USB device control module 125 proceeds to step S20. In step S20, the USB device control module 125 transfers the device ID character string stored in the device ID character string buffer 126 to the computer 2 and proceeds to step S15. On the other hand, if it is determined that there is no request (NO in S14), the USB device control module 125 proceeds to step S15.
[0080]
In step S <b> 15, the USB interface control module 122 determines whether status information is notified from the printer application 31. If it is determined that the status information has been notified (YES in S15), the USB interface control module 122 proceeds to step S31.
[0081]
In step S 31, the USB interface control module 122 creates a fluctuation information character string from the status information notified from the printer application 31 and stores it in the fluctuation information buffer 124. Progressing to step S32 following step S31, the USB interface control module 122 supplies the variation information character string stored in the variation information buffer 124 to the USB device control module 125. At this time, the USB interface control module 122 does not supply the fixed information character string stored in the fixed information buffer 123 to the USB device control module 125.
[0082]
That is, when the variation information character string is updated due to the notification of the status information, only the variation information character string is supplied from the USB interface control module 122 to the USB device control module 125.
[0083]
Progressing to step S33 following step S32, the USB device control module 125 determines the fixed information characters of the variation information character string supplied from the USB interface control module 122 and the device ID character string stored in the device ID character string buffer 126. The device ID character string is updated by combining the columns, and the updated device ID character string is stored in the device ID character string buffer 126.
[0084]
After storing the updated device ID character string in the device ID character string buffer 126, the USB device control module 125 proceeds to step S14. On the other hand, if it is determined that the status information is not notified (NO in S15), the USB interface control module 122 proceeds to step S14.
[0085]
As described above, in the multi-function apparatus 1 according to the present invention, the fixed information character string and the fluctuation information character string are supplied from the USB interface control module 122 to the USB device control module 125 after being started, and the fluctuation information character string is updated after the fluctuation information character string is updated. Can be supplied from the USB interface control module 122 to the USB device control module 125.
[0086]
Accordingly, by omitting the supply of the portion of the data supplied from the USB interface control module 122 to the USB device control module 125 that overlaps the previous time, no unnecessary load is applied to the interface control module and the device control module.
[0087]
In the present embodiment, the example in which the multifunction machine 1 and the computer 2 are connected by the USB 3 has been described. However, the MFP 1 and the computer 2 may be connected by a Centronics such as the IEEE1284.
[0088]
【The invention's effect】
As described above, according to the present invention, unnecessary transfer is applied to the interface control module and the device control module by omitting the supply of the overlapping portion of the transfer data supplied from the interface control module to the device control module. You can avoid that.
[0089]
[Brief description of the drawings]
FIG. 1 is a configuration diagram of an embodiment of a compound machine according to the present invention.
FIG. 2 is a hardware configuration diagram of an embodiment of a compound machine according to the present invention.
FIG. 3 is a block diagram of an example of a data transfer system according to the present invention.
FIG. 4 is a diagram for explaining device ID character string generation / transfer processing;
FIG. 5 is a flowchart (1/2) of an example of a process for generating and transferring a device ID character string.
FIG. 6 is a flowchart (2/2) illustrating an example of a process for generating and transferring a device ID character string.
FIG. 7 is an image diagram of an example of a device ID character string.
[Explanation of symbols]
1 Fusion machine
2 Computer (host)
3 USB (Universal Serial Bus)
11 Black and white line printer
12 Color line printer
13 Hardware resources
20 software groups
30 applications
40 platforms
41 Operating System (OS)
42 System Control Service (SCS)
43 System Resource Manager (SRM)
44 Engine Control Service (ECS)
45 Memory Control Service (MCS)
46 Operation Panel Control Service (OCS)
47 Fax Control Service (FCS)
48 Network Control Service (NCS)
50 Fusion machine starting part
60 Controller board
61 CPU
62 ASIC (Application Specific Integrated Circuit)
63 SRAM (Static RAM)
64 SDRAM (Synchronous DRAM)
65 flash memory
66 Hard Disk Drive (HDD)
70 Operation Panel
80 Fax control unit (FCU)
90 USB devices
100 IEEE 1394 devices
110 Engine part
121 Network control service control module
122 USB interface control module (USB daemon)
123 Fixed information buffer
124 Fluctuation information buffer
125 USB device control module (USB device driver)
126 Device ID string buffer

Claims (20)

画像形成処理を行うアプリケーションのプロセスと、画像形成処理で利用されるハードウェア資源の管理を行うコントロールサービスのプロセスと、オペレーティングシステムとを有する画像形成装置のデータ転送方法であって、
外部のコンピュータに転送する前記画像形成装置を識別するための固定情報および前記画像形成装置の基本的な状態を通知するための変動情報を含む転送データのうち少なくとも前記変動情報を、前記コントロールサービスのプロセスに含まれるインターフェース制御モジュールから前記オペレーティングシステムに含まれるデバイス制御モジュールに供給する供給段階と、
前記コンピュータからの要求に応じて、前記転送データを前記デバイス制御モジュールからコンピュータに転送する転送段階と
を有し、前記変動情報は、前記アプリケーションのプロセスから供給される状態情報に基づいて生成されることを特徴とするデータ転送方法。
A data transfer method for an image forming apparatus having an application process for performing image forming processing, a control service process for managing hardware resources used in the image forming processing, and an operating system,
At least the variation information of the transfer data including variation information for notifying the basic state of the fixed information and the image forming apparatus for identifying the image forming apparatus to be transferred to an external computer, of the control service Supplying from the interface control module included in the process to the device control module included in the operating system;
In response to a request from the computer, and a transfer step of transferring the transfer data from the device control module to the computer, the variation information, Ru is generated based on the state information supplied from the process of the application A data transfer method characterized by the above.
前記供給段階は、前記転送データの固定情報および変動情報を前記インターフェース制御モジュールからデバイス制御モジュールに供給する第1供給段階と、
前記転送データのうち変動情報を前記インターフェース制御モジュールからデバイス制御モジュールに供給する第2供給段階と
を有することを特徴とする請求項1記載のデータ転送方法。
The supply step includes a first supply step of supplying fixed information and variation information of the transfer data from the interface control module to a device control module;
The data transfer method according to claim 1, further comprising a second supply step of supplying variation information of the transfer data from the interface control module to the device control module.
前記変動情報は、前記アプリケーションのプロセスから供給される状態情報に基づき、前記インターフェース制御モジュールで生成されることを特徴とする請求項1又は2記載のデータ転送方法。3. The data transfer method according to claim 1, wherein the variation information is generated by the interface control module based on status information supplied from a process of the application. 前記第1供給段階は、前記画像形成装置が起動したときに行われ、前記第2供給段階は、前記変動情報が更新されたときに行われることを特徴とする請求項2記載のデータ転送方法。3. The data transfer method according to claim 2, wherein the first supply step is performed when the image forming apparatus is activated, and the second supply step is performed when the variation information is updated. . 前記インターフェース制御モジュールは、シリアルインターフェース用のインターフェース制御モジュールであり、前記デバイス制御モジュールは、シリアルインターフェース用のデバイス制御モジュールであることを特徴とする請求項1乃至4何れか一項記載のデータ転送方法。5. The data transfer method according to claim 1, wherein the interface control module is an interface control module for a serial interface, and the device control module is a device control module for a serial interface. . 前記インターフェース制御モジュールは、パラレルインターフェース用のインターフェース制御モジュールであり、前記デバイス制御モジュールは、パラレルインターフェース用のデバイス制御モジュールであることを特徴とする請求項1乃至4何れか一項記載のデータ転送方法。5. The data transfer method according to claim 1, wherein the interface control module is an interface control module for a parallel interface, and the device control module is a device control module for a parallel interface. . 画像形成処理を行うアプリケーションのプロセスと、画像形成処理で利用されるハードウェア資源の管理を行うコントロールサービスのプロセスと、オペレーティングシステムとを有する画像形成装置のインターフェース制御モジュールであって、
外部のコンピュータに転送する前記画像形成装置を識別するための固定情報および前記画像形成装置の基本的な状態を通知するための変動情報を含む転送データのうち前記固定情報を固定情報用バッファに格納する固定情報格納手段と、
前記アプリケーションのプロセスから供給される状態情報に基づき、前記コンピュータに転送する転送データのうち前記変動情報を生成して変動情報用バッファに格納する変動情報生成格納手段と
前記固定情報用バッファに格納された固定情報および前記変動情報用バッファに格納された変動情報のうち少なくとも前記変動情報を、前記オペレーティングシステムに含まれるデバイス制御モジュールに供給する供給手段と
を有することを特徴とするインターフェース制御モジュール。
An interface control module of an image forming apparatus having an application process for performing image forming processing, a control service process for managing hardware resources used in the image forming processing, and an operating system,
Storing the fixed information of the transfer data including variation information for notifying the basic state of the fixed information and the image forming apparatus for identifying the image forming apparatus to be transferred to the external computer in the fixed information buffer Fixed information storage means for
Based on the state information supplied from the process of the application, stored in the fixed information buffer and variable information generation storage means for storing in a buffer for generating and fluctuation information the fluctuation information of the transfer data to be transferred to the computer interface control module, characterized in that it comprises at least the variable information, and a supply means for supplying to the device control module included in the operating system of the fixed information and variable information stored in said variation information buffer was.
前記供給手段は、前記画像形成装置が起動したとき、前記固定情報用バッファに格納された固定情報および前記変動情報用バッファに格納された変動情報を前記デバイス制御モジュールに供給し、前記変動情報が更新されたとき、前記変動情報用バッファに格納された変動情報を前記デバイス制御モジュールに供給することを特徴とする請求項7記載のインターフェース制御モジュール。The supply means supplies the fixed information stored in the fixed information buffer and the variation information stored in the variation information buffer to the device control module when the image forming apparatus is activated, and the variation information is stored in the device control module. 8. The interface control module according to claim 7, wherein when updated, the fluctuation information stored in the fluctuation information buffer is supplied to the device control module. 画像形成処理を行うアプリケーションのプロセスと、画像形成処理で利用されるハードウェア資源の管理を行うコントロールサービスのプロセスと、オペレーティングシステムとを有する画像形成装置のデバイス制御モジュールであって、
外部のコンピュータに転送する前記画像形成装置を識別するための固定情報および前記画像形成装置の基本的な状態を通知するための変動情報を含む転送データのうち少なくとも前記変動情報を前記コントロールサービスのプロセスに含まれるインターフェース制御モジュールから受信し、受信した前記変動情報を用いて転送データを生成して転送データ格納手段に格納する生成格納手段と、
前記コンピュータからの要求に応じて、前記転送データ格納手段に格納されている転送データを前記コンピュータに転送する転送手段と
を有し、前記変動情報は、前記アプリケーションのプロセスから供給される状態情報に基づいて生成されることを特徴とするデバイス制御モジュール。
A device control module of an image forming apparatus, comprising: an application process for performing image forming processing; a control service process for managing hardware resources used in the image forming processing; and an operating system.
Fixed information and the control service of the process at least the variation information of the transfer data including variation information for notifying the basic state of the image forming apparatus for identifying the image forming apparatus to be transferred to an external computer a generation storage means for receiving from the interface control module, and stores the transfer data storing means generates and transfers data using the variation information received contained,
In response to a request from the computer, the transfer data stored in the transfer data storing means have a transfer means for transferring to the computer, the variation information, the state information supplied from the process of the application device control module, wherein Rukoto is generated based.
前記生成格納手段は、前記画像形成装置が起動したとき、前記インターフェース制御モジュールから固定情報および変動情報を受信して前記固定情報および変動情報を前記転送データ用バッファに格納し、前記変動情報が更新されたとき、前記インターフェース制御モジュールから変動情報を受信して前記転送データ用バッファに格納されている転送データを更新することを特徴とする請求項9記載のデバイス制御モジュール。The generation storage unit receives fixed information and fluctuation information from the interface control module when the image forming apparatus is activated, stores the fixed information and fluctuation information in the transfer data buffer, and the fluctuation information is updated. 10. The device control module according to claim 9, wherein when it is done, it receives the variation information from the interface control module and updates the transfer data stored in the transfer data buffer. 画像形成処理で利用されるハードウェア資源と、画像形成処理にかかるユーザサービスにそれぞれ固有の処理を行うアプリケーションのプロセスと、前記ハードウェア資源および前記アプリケーションのプロセスの間に介在し、前記アプリケーションのプロセスの少なくとも2つが共通に必要とする前記ハードウェア資源の獲得要求,管理,実行制御並びに画像形成処理を行うプラットフォームとを有する画像形成装置であって、
外部のコンピュータに転送する前記画像形成装置を識別するための固定情報および前記画像形成装置の基本的な状態を通知するための変動情報を含む転送データのうち少なくとも前記変動情報を前記プラットフォームに含まれるオペレーティングシステムのデバイス制御モジュールに供給するインターフェース制御モジュールと、
前記コンピュータからの要求に応じて、前記転送データを前記コンピュータに転送するデバイス制御モジュールと
を有し、前記変動情報は、前記アプリケーションのプロセスから供給される状態情報に基づいて生成されることを特徴とする画像形成装置。
A hardware resource used in the image forming process, an application process for performing processing unique to each user service related to the image forming process, and the application process interposed between the hardware resource and the application process. An image forming apparatus having a platform for performing acquisition request, management, execution control, and image formation processing of the hardware resources that are commonly required by at least two of the following:
It includes at least the variation information of the transfer data including external fluctuation information for notifying the basic state of the fixed information and the image forming apparatus for identifying the image forming apparatus to be transferred to a computer on the platform An interface control module that supplies the device control module of the operating system;
In response to a request from the computer, the transfer data possess a device control module to be transferred to the computer, the variation information, characterized Rukoto is generated based on the state information supplied from the process of the application An image forming apparatus.
前記インターフェース制御モジュールは、前記転送データのうち固定情報を固定情報用バッファに格納する固定情報格納手段と、
前記アプリケーションのプロセスから供給される状態情報に基づき、前記転送データのうち変動情報を生成して変動情報用バッファに格納する変動情報生成格納手段と
前記固定情報用バッファに格納された固定情報および前記変動情報用バッファに格納された変動情報のうち少なくとも変動情報を前記デバイス制御モジュールに供給する供給手段と
を有することを特徴とする請求項11記載の画像形成装置。
The interface control module includes fixed information storage means for storing fixed information in the transfer data in a fixed information buffer;
Based on state information supplied from the application process, fluctuation information generation and storage means for generating fluctuation information in the transfer data and storing the fluctuation information in a fluctuation information buffer; fixed information stored in the fixed information buffer; and 12. The image forming apparatus according to claim 11, further comprising: a supply unit configured to supply at least variation information among variation information stored in the variation information buffer to the device control module.
前記供給手段は、前記画像形成装置が起動したとき、前記固定情報用バッファに格納された固定情報および前記変動情報用バッファに格納された変動情報を前記デバイス制御モジュールに供給し、前記変動情報が更新されたとき、前記変動情報用バッファに格納された変動情報を前記デバイス制御モジュールに供給することを特徴とする請求項12記載の画像形成装置。The supply means supplies the fixed information stored in the fixed information buffer and the variation information stored in the variation information buffer to the device control module when the image forming apparatus is activated, and the variation information is stored in the device control module. 13. The image forming apparatus according to claim 12, wherein when updated, the fluctuation information stored in the fluctuation information buffer is supplied to the device control module. 前記デバイス制御モジュールは、前記コンピュータに転送する転送データのうち少なくとも変動情報を前記インターフェース制御モジュールから受信し、受信した変動情報を用いて転送データを生成して転送データ格納手段に格納する生成格納手段と、
前記コンピュータからの要求に応じて、前記転送データ格納手段に格納されている転送データを前記コンピュータに転送する転送手段と
を有することを特徴とする請求項11乃至13何れか一項記載の画像形成装置。
The device control module receives at least fluctuation information from the interface control module among transfer data to be transferred to the computer, generates transfer data using the received fluctuation information, and stores it in transfer data storage means When,
14. The image forming apparatus according to claim 11, further comprising: a transfer unit that transfers transfer data stored in the transfer data storage unit to the computer in response to a request from the computer. apparatus.
前記生成格納手段は、前記画像形成装置が起動したとき、前記インターフェース制御モジュールから固定情報および変動情報を受信して前記固定情報および変動情報を前記転送データ用バッファに格納し、前記変動情報が更新されたとき、前記インターフェース制御モジュールから変動情報を受信して前記転送データ用バッファに格納されている変動情報を更新することを特徴とする請求項14記載の画像形成装置。The generation storage unit receives fixed information and fluctuation information from the interface control module when the image forming apparatus is activated, stores the fixed information and fluctuation information in the transfer data buffer, and the fluctuation information is updated. 15. The image forming apparatus according to claim 14, wherein when the change information is received, the change information is received from the interface control module and the change information stored in the transfer data buffer is updated. 前記インターフェース制御モジュールは、シリアルインターフェース用のインターフェース制御モジュールであり、前記デバイス制御モジュールは、シリアルインターフェース用のデバイス制御モジュールであることを特徴とする請求項11乃至15何れか一項記載の画像形成装置。The image forming apparatus according to claim 11, wherein the interface control module is an interface control module for a serial interface, and the device control module is a device control module for a serial interface. . 前記インターフェース制御モジュールは、パラレルインターフェース用のインターフェース制御モジュールであり、前記デバイス制御モジュールは、パラレルインターフェース用のデバイス制御モジュールであることを特徴とする請求項11乃至15何れか一項記載の画像形成装置。The image forming apparatus according to claim 11, wherein the interface control module is an interface control module for a parallel interface, and the device control module is a device control module for a parallel interface. . 前記インターフェース制御モジュールは、ユニバーサルシリアルバス用のインターフェース制御モジュールであり、前記デバイス制御モジュールは、ユニバーサルシリアルバス用のデバイス制御モジュールであることを特徴とする請求項11乃至15何れか一項記載の画像形成装置。16. The image according to claim 11, wherein the interface control module is a universal serial bus interface control module, and the device control module is a universal serial bus device control module. Forming equipment. 前記デバイス制御モジュールは、ユニバーサルシリアルバスのコントロール転送を用いて前記転送データを前記コンピュータに転送することを特徴とする請求項16又は18記載の画像形成装置。19. The image forming apparatus according to claim 16, wherein the device control module transfers the transfer data to the computer using a universal serial bus control transfer. 前記転送データは、前記画像形成装置を識別するための固定情報と前記画像形成装置の状態を通知するための変動情報とを含むことを特徴とする請求項11乃至19何れか一項記載の画像形成装置。The image according to claim 11, wherein the transfer data includes fixed information for identifying the image forming apparatus and variation information for notifying a state of the image forming apparatus. Forming equipment.
JP2002050538A 2002-02-26 2002-02-26 Data transfer method and interface control module, device control module and image forming apparatus using the data transfer method Expired - Fee Related JP4093770B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002050538A JP4093770B2 (en) 2002-02-26 2002-02-26 Data transfer method and interface control module, device control module and image forming apparatus using the data transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002050538A JP4093770B2 (en) 2002-02-26 2002-02-26 Data transfer method and interface control module, device control module and image forming apparatus using the data transfer method

Publications (2)

Publication Number Publication Date
JP2003256151A JP2003256151A (en) 2003-09-10
JP4093770B2 true JP4093770B2 (en) 2008-06-04

Family

ID=28662742

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002050538A Expired - Fee Related JP4093770B2 (en) 2002-02-26 2002-02-26 Data transfer method and interface control module, device control module and image forming apparatus using the data transfer method

Country Status (1)

Country Link
JP (1) JP4093770B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4698211B2 (en) 2003-12-15 2011-06-08 株式会社リコー Information processing apparatus, image forming apparatus, and method for canceling movement of electronic data
JP4917947B2 (en) * 2006-04-24 2012-04-18 株式会社リコー Print server

Also Published As

Publication number Publication date
JP2003256151A (en) 2003-09-10

Similar Documents

Publication Publication Date Title
JP4444752B2 (en) Service providing apparatus, service providing program, recording medium, and service providing method
US7209249B2 (en) Method of and apparatus for image formation, and computer product
US20090219569A1 (en) Information processing apparatus, information processing system, and information processing method
US10402131B2 (en) Image processing apparatus and method to form image on sheet using page image data and object information
JP2005196745A (en) Information processing device, program recovery method, program recovery program, and recording medium
JP3683542B2 (en) Image forming apparatus
JP4001531B2 (en) Image forming apparatus
JP4136397B2 (en) Image forming apparatus and memory management method
JP3683543B2 (en) Image forming apparatus
JP4093770B2 (en) Data transfer method and interface control module, device control module and image forming apparatus using the data transfer method
US9081530B2 (en) Control system for forming and outputting image, control apparatus for forming and outputting image, and recording medium storing a control program for forming and outputting image
JP4676977B2 (en) Image forming apparatus, application information acquisition method, and program
JP2009070247A (en) Information processor, information processing method, and image processor
JP3857598B2 (en) Data transfer method, device control module using the data transfer method, and image forming apparatus
JP3715629B2 (en) Image processing apparatus and user information management method
US9047552B2 (en) Forming system and image forming apparatus that generate image log data to server
JP3710789B2 (en) Image forming apparatus having a plurality of communication protocols
JP4128467B2 (en) Image forming apparatus and memory map method
JP4128468B2 (en) Information processing apparatus and memory map method
JP4485749B2 (en) Image forming apparatus
JP3914163B2 (en) User information management method and image forming apparatus
JP3865242B2 (en) User information management method and information processing apparatus
JP2004066809A (en) Image forming apparatus, and method of booting program
JP3857654B2 (en) Image forming apparatus, user information management method, user information management program, and recording medium
JP4383066B2 (en) Image forming apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041005

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070115

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070213

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070413

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080304

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

Free format text: PAYMENT UNTIL: 20110314

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20120314

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130314

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20140314

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees