JP2004151816A - Host device - Google Patents

Host device Download PDF

Info

Publication number
JP2004151816A
JP2004151816A JP2002313876A JP2002313876A JP2004151816A JP 2004151816 A JP2004151816 A JP 2004151816A JP 2002313876 A JP2002313876 A JP 2002313876A JP 2002313876 A JP2002313876 A JP 2002313876A JP 2004151816 A JP2004151816 A JP 2004151816A
Authority
JP
Japan
Prior art keywords
driver
image forming
unique
forming apparatus
model
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002313876A
Other languages
Japanese (ja)
Inventor
Hiroshi Inoue
啓 井上
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.)
Konica Minolta Inc
Original Assignee
Konica Minolta Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2002313876A priority Critical patent/JP2004151816A/en
Publication of JP2004151816A publication Critical patent/JP2004151816A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce the memory capacity of a host device dedicated to a printer driver and the cost of developing the printer driver, while efficiently executing the process of forming images. <P>SOLUTION: The printing process of a laser printer 2 is controlled by a printer driver consisting of a common driver and a specific driver. When the laser printer 2 connected to a host computer 1 is changed, a machine ID is received from the laser printer 2 connected, and if the specific driver corresponding to the machine ID is not stored in the host computer 1, it is obtained from a driver providing server 3. If the latest versions are not used for the common driver and the specific driver within the printer driver used for control of the laser driver 2 being connected to the host computer 1, the drivers of the latest versions are obtained from the driver providing server 3 and the printer drivers within the host computer 1 are updated to the newest versions. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、通信ネットワークを介して接続された画像形成装置を制御するホスト装置に関する。
【0002】
【従来の技術】
近時、プリンタ機能、コピー機能及びファクシミリ機能を内蔵した複合機と呼ばれる画像形成装置が普及している。このような画像形成装置をLAN等の通信ネットワークを介して複数台接続し、ホスト装置の管理下において画像形成システムが構築される(例えば、特許文献1参照)。
【0003】
このような画像形成システムにおいて、ホスト装置から画像形成装置を制御して印刷処理を実行させる場合に、ホスト装置は印刷データを画像形成装置が処理可能なプリンタ記述言語等に基づくデータ形態に変換して画像形成装置に送信する。データ変換には、プリンタドライバと呼ばれるプログラムが利用されている。ここに、ドライバとは、ドライバルーチンであって、プリンタドライバはプリンタをドライブするためのプログラムである(以下、「ドライバ」はそのような概念で用いる)。
【0004】
従来の画像形成システムにおいて、画像形成装置の機種が複数種類ある場合には、ホスト装置内に予めこれらの複数種類の機種を制御するための機種別のプリンタドライバをインストールする。そして、ホスト装置は、接続された画像形成装置の機種に対応するプリンタドライバを選択して利用することにより画像形成装置による印刷処理を制御する。
【0005】
【特許文献1】
特開平09−006557号公報(第7−8頁、第2図)
【0006】
【発明が解決しようとする課題】
しかしながら、上記の様な従来の画像形成システムにおいては、各画像形成装置の機種別のプリンタドライバをホスト装置内にインストールしなければならず、接続する画像形成装置の機種数が多いと、プリンタドライバを記憶するのに必要なメモリ容量が多くなり、ホスト装置の製造コストが増加するという問題があった。また、機種別にプリンタドライバを個別に開発していたため、開発コストがかかるという問題もあった。
【0007】
そこで、本発明の課題は、ホスト装置におけるプリンタドライバ用のメモリ容量及びプリンタドライバ用の開発コストを抑えるとともに、画像形成処理を効率良く行うことを実現することである。
【0008】
【課題を解決するための手段】
本発明は、上記課題を解決する為、以下のような特徴を備えている。
【0009】
請求項1記載の発明は、
通信ネットワークを介して接続された画像形成装置を制御するホスト装置において、
複数の画像形成装置に共通して対応する共通ドライバと、画像形成装置の機種ごとに対応する固有ドライバとを記憶する記憶部と、
前記記憶部に記憶された共通ドライバ及び固有ドライバに基づいて前記画像形成装置を制御する制御手段と、
を備えることを特徴としている。
【0010】
請求項1記載の発明によれば、複数の画像形成装置に共通して対応可能なドライバと画像形成装置の機種により異なる固有ドライバとを利用して画像形成装置を制御するため、画像形成装置を制御するドライバ全体を機種ごとに個別に記憶する必要がなく、共通ドライバと機種ごとの固有ドライバのみを記憶すればよいため、使用するメモリ容量を節約できる。また、画像形成装置の機種に応じて固有ドライバのみを開発すればよいため、開発コストを抑えることができる。
【0011】
請求項2記載の発明は、請求項1記載の発明において、
前記画像形成装置に該画像形成装置の機種を識別する機種識別情報を要求する要求データの送信と、前記画像形成装置からの前記機種識別情報の受信を行う通信手段と、
を備え、
前記記憶部は、前記固有ドライバと前記機種識別情報とを対応付けて記憶し、
前記制御手段は、前記共通ドライバ及び前記通信手段により受信した機種識別情報に対応する固有ドライバに基づいて前記画像形成装置を制御することを特徴としている。
【0012】
請求項2記載の発明によれば、ホスト装置に接続する画像形成装置が変更されても画像形成装置を制御することができる。
【0013】
請求項3記載の発明は、請求項2記載の発明において、
前記通信手段は、前記通信ネットワークを介してドライバを提供するドライバ提供装置に接続し、
前記制御手段は、前記通信手段により受信した機種識別情報に対応する固有ドライバが前記記憶部に記憶されていない場合に、該固有ドライバを要求するドライバ要求データを前記通信手段によって前記ドライバ提供装置に送信し、
前記通信手段は、前記ドライバ要求データにより要求した固有ドライバを前記ドライバ提供装置から受信し、
前記記憶部は、前記通信手段により受信した固有ドライバと機種識別情報とを対応付けて記憶し、
前記制御手段は、前記記憶部に記憶された共通ドライバと前記通信手段により受信された識別情報に対応する固有ドライバとを利用して前記画像形成装置を制御することを特徴としている。
【0014】
請求項3記載の発明によれば、接続した画像形成装置用の固有ドライバがホスト装置内に記憶されていない場合に、必要な固有ドライバをドライバ提供装置から取得し、取得した固有ドライバを利用して画像形成装置を制御することができる。
【0015】
請求項4記載の発明は、請求項3記載の発明において、
前記制御手段は、前記記憶部に記憶された前記画像形成装置の機種に対応する固有ドライバが最新版ではない場合に、前記通信手段によって、該固有ドライバの最新版を要求する最新ドライバ要求データを前記ドライバ提供装置に送信し、
前記通信手段は、前記最新ドライバ要求データにより要求した前記固有ドライバの最新版を受信し、
前記記憶部は、前記画像形成装置の機種に対応する固有ドライバを前記通信手段により受信した最新版により上書きして記憶し、
前記制御手段は、前記記憶部に記憶された共通ドライバと前記最新版の固有ドライバとを利用して前記画像形成装置を制御することを特徴としている。
【0016】
請求項4記載の発明によれば、ホスト装置が画像形成装置を制御するためのドライバを最新版に更新して、画像形成装置に対する制御処理を効率良く実行することができる。
【0017】
【発明の実施の形態】
以下、図を参照して本発明の実施の形態を詳細に説明する。
まず、構成を説明する。図1に、本実施の形態における通信システム100の全体構成を示す。図1に示すように、通信システム100は、ホスト装置であるホストコンピュータ1、画像形成装置としてのレーザプリンタ2(2A,2B,2C,2D)、ドライバ提供装置としてのドライバ提供サーバ3によって構成されている。なお、図1においては、1台のホストコンピュータ1と、4台のレーザプリンタ2と、1台のドライバ提供サーバ3とが通信ネットワークとしてのインターネット等のネットワークNやLAN等の社内回線Cを介して接続された例を示すが、これらの各装置の台数は特に限定されない。
【0018】
ホストコンピュータ1は、会社内に設置され、社内回線Cを介して4台のレーザプリンタ2に接続可能であり、ユーザの選択により任意のレーザプリンタ2に接続される。ホストコンピュータ1は、レーザプリンタ2A,2B,2C,2Dに共通して対応する共通ドライバと、各レーザプリンタ2に個別に対応して機種により異なる固有ドライバとから成るプリンタドライバを利用して、接続中のレーザプリンタ2を制御する。また、ホストコンピュータ1は、ネットワークNを介してドライバ提供サーバ3に接続されており、接続中のレーザプリンタ2を制御する固有ドライバがホストコンピュータ1内に存在しない場合には、ドライバ提供装置3からダウンロードして、共通ドライバとダウンロードした固有ドライバとを利用してレーザプリンタ2に印刷処理を実行させる。
【0019】
また、ホストコンピュータ1は、印刷指示の入力があると、ドライバ提供装置3から最新バージョンの共通ドライバ及び固有ドライバをダウンロードして、予めホストコンピュータ1内に記憶された共通ドライバ及び固有ドライバを最新バージョンに更新する。そして、最新の共通ドライバ及び固有ドライバから成るプリンタドライバを利用してレーザプリンタ2を制御し、印刷処理を実行させる。
【0020】
レーザプリンタ2は、印刷機能を備えた画像形成装置であり、社内回線Cを介してホストコンピュータ1に接続され、ホストコンピュータ1からの指示入力に従って印刷処理を行う。なお、ここでは画像形成装置の一例としてレーザプリンタ2について説明するが、代わりに複写機、複合機、ファクシミリ装置等の印刷機能を有する装置を利用することも可能である。
【0021】
ドライバ提供サーバ3は、レーザプリンタ2を制御するための最新バージョンの各種ドライバを提供する装置であり、ドライバ提供サービスを実施する会社によって運営される。ドライバ提供サーバ3は、ネットワークNを介してホストコンピュータ1に接続され、ホストコンピュータ1によって要求された共通ドライバや固有ドライバをホストコンピュータ1に送信する。
【0022】
ネットワークNは、専用線や既存の一般公衆回線を利用して構築された通信ネットワークであり、LANやWANなどの様々な回線形態を適用することが可能である。ネットワークNには、例えば、電話回線網、ISDN回線網、専用線、移動体通信網、通信衛星回線、CATV回線網などの各種通信回線網と、それらを接続するインターネットサービスプロバイダなどが含まれる。また、図1においてはネットワークNと各装置、端末間の接続形態は、有線接続でも無線接続でもよい。但し、情報管理の信頼性の観点から、特定のユーザのみがアクセス可能なセキュリティを確保しているネットワークであることが望ましい。
【0023】
社内回線Cは、ホストコンピュータ1及びレーザプリンタ2が設置された会社によって構築されるLAN(Local Area Network)であり、ホストコンピュータ1とこれに接続中のレーザプリンタ2との間のデータの送受信を仲介する。
【0024】
次に、図2を参照して、図1に示したホストコンピュータ1の機能的構成を説明する。
図2は、ホストコンピュータ1の機能的構成を示すブロック図である。図2に示すように、ホストコンピュータ1は、制御手段であるCPU11、表示部12、入力部13、RAM14、記憶部15、通信手段であるネットワーク通信部16により構成され、各部は相互にデータの送受信が可能なようにバス17により接続されている。
【0025】
制御手段であるCPU(Central Processing Unit)11は、記憶部15に記憶されているシステムプログラムや各種プログラムを読み出してRAM14に展開し、当該プログラムに従って各部を統括的に制御する。また、CPU11は、RAM14に展開したプログラムに従って各種処理を実行し、その処理結果をRAM14に格納するとともに、表示部12に表示させる。そして、RAM14に格納した処理結果を記憶部15の所定の保存先に保存させる。
【0026】
CPU11は、具体的には、記憶部15に記憶されたドライバ設定処理プログラムや印刷制御処理プログラムとの協働によって後述するドライバ設定処理や印刷制御処理等を実行し、その処理結果をRAM14に格納するとともに、表示部12に表示させる。そして、RAM14に格納した処理結果を記憶部15内部の所定領域に保存させる。
【0027】
ここで、図3を参照して、ホストコンピュータ1にインストールされたプリンタドライバついて説明する。
図3は、記憶部15内に記憶されたプリンタドライバPDの構造を示す図である。プリンタドライバPDは、共通ドライバPD1と、固有ドライバPD2〜PD5の何れかにより構成される。共通ドライバPD1は、レーザプリンタ2A,2B,2C,2Dに共通して対応するドライバであり、固有ドライバとは、レーザプリンタ2の機種ごとに異なるドライバであり、レーザプリンタ2Aには固有ドライバPD2、レーザプリンタ2Bには固有ドライバPD3、レーザプリンタ2Cには固有ドライバPD4、レーザプリンタ2Dには固有ドライバPD5が各々対応する。
【0028】
図3(a)は、共通ドライバPD1と2種類の固有ドライバPD2,PD3(ドライバID:100及び200)とがホストコンピュータ1の記憶部15に記憶され、印刷制御処理において利用されるドライバは、共通ドライバPD1と固有ドライバPD2(ドライバID:100)に設定された例を示している。この状態では、ホストコンピュータ1は、固有ドライバPD2に対応したプリンタドライバ2Aを制御して印刷処理を実行させることができる。
【0029】
図3(b)に示すように、共通ドライバPD1は、ユーザインターフェース全般の制御に利用されるUI(User Interface)プログラム、印刷データをページ記述言語に変換するためのPDL(Page Description Language)変換プログラム、印刷制御処理において利用する固有ドライバを設定したり更新するためのドライバ更新・設定プログラム、及び共通ドライバを識別するドライバIDにより構成される。更に、ドライバ更新・設定プログラムは、ホストコンピュータ1に接続されたレーザプリンタ2から機種識別情報を取得するための機種識別ID取得プログラムと、固有ドライバのバージョンを判断するための判断プログラムと、ドライバ提供サーバ3から最新バージョンの固有ドライバを取得するための最新バージョン取得プログラムとによって構成される。
【0030】
一方、固有ドライバPD2〜PD5は、レーザプリンタ2の機種により異なる禁則処理を定めた機種固有禁則処理プログラムと、機種ごとに異なるUI(User
Interface)表示用画像データとによって構成される。
【0031】
図4に示す機種別ドライバIDテーブルは、記憶部15に記憶された固有ドライバを識別する固有ドライバIDと、この固有ドライバを利用して制御可能なレーザプリンタ2の機種を識別する機種IDとを対応付けて記憶するテーブルである。機種IDは機種識別情報の一つであり、例えば英字、数字、記号やこれらの組合せ等を用いることができる。図4に示すように、機種別ドライバIDテーブルには、例えばレーザプリンタ2Aの機種ID:AAと、この機種を制御可能な固有ドライバの固有ドライバID:100、レーザプリンタ2Bの機種ID:BAと固有ドライバID:200とが対応付けて記憶されている。
【0032】
表示部12は、LCD(Liquid Crystal Display)やCRT(Cathode Ray Tube)等により構成され、CPU11から入力される表示信号の指示に従って画面上に表示データの表示を行う。
【0033】
入力部13は、文字・数字入力キー、カーソル移動キー、及び各種機能キー等を備えたキーボードと、クリックボタンを備えたポインティングデバイスであるマウスとを備えて構成される。入力部13は、キーボードによる押下信号とマウスによる操作信号とを入力信号としてCPU11へ出力する。
【0034】
RAM14は、CPU11により実行制御される各種処理において、記憶部15から読み出されたプログラム、入力または出力データ、及びパラメータ等の一時的な格納領域を形成する。
【0035】
記憶部15は、プログラムやデータなどが予め記憶されている記録媒体(図示省略)を有しており、この記録媒体は、磁気的、光学的記録媒体、若しくは半導体メモリで構成されている。この記録媒体は、記憶部15に固定的に設けられるもの、若しくは着脱自在に装着するものであり、この記録媒体には、システムプログラム、当該システムに対応する各種処理プログラム、及び各種処理プログラムで処理されたデータなどを記憶する。上記各種プログラムは、コンピュータが読み取り可能な形態で格納され、CPU11は、当該プログラムコードに従った動作を逐次実行する。
【0036】
また、記憶部15は、ドライバ設定処理及び印刷制御処理において利用されるドライバ設定処理プログラム及び印刷制御処理プログラム、図3に示す共通プリンタドライバPD1及び固有ドライバPD2〜PD5、図4に示す機種別ドライバIDテーブル、CPU11により実行された各種処理の処理結果などを記憶している。
【0037】
ネットワーク通信部16は、LANアダプタやルータやTA(Terminal Adopter)等によって構成され、専用線、或いはISDN回線等の通信回線を介してネットワークNに接続された各装置とのデータの送信及び受信の通信制御を行う。
【0038】
次に、図5を参照して図1に示したレーザプリンタ2の内部構成を説明する。図5は、レーザプリンタ2の機能的構成を示すブロック図である。図5に示すように、レーザプリンタ2は、プリンタ制御手段であるCPU21、表示部22、操作入力部22a、RAM23、記憶部24、画像読取部25、画像形成部26、転写部27、給紙部28、プリンタ通信手段であるネットワーク通信部29により構成され、各部はバス30により接続されて相互にデータの送受信を行うことが可能である。
【0039】
CPU21は、記憶部24に記憶されている各種プログラムを読み出してRAM23に展開し、当該プログラムに従って各部を集中制御する。具体的には、CPU21は、ネットワーク通信部29によりホストコンピュータ1から印刷指示を受信すると、この印刷指示に従って、記憶部15内の印刷処理用プログラムを読み出して印刷処理を実行し、その処理結果をRAM23に格納するとともに、表示部22に表示させる。また、ネットワーク通信部29を介してホストコンピュータ1からレーザプリンタ2の機種識別情報を要求するデータ(以下、識別ID要求データという)を受信すると、記憶部24から識別IDを読み出し、ネットワーク通信部29を介してホストコンピュータ1に送信する。
【0040】
表示部22は、LCD(Liquid Crystal Display)やEL(Electro Luminescence)等により構成され、CPU21から入力される表示信号の指示に従って画面上に表示データの表示を行う。
【0041】
操作入力部22aは、表示部22と一体的に設けられている。操作入力部22aは、透明電極が格子状に配置された感圧紙機(抵抗膜圧式)のタッチパネル等により構成されるが、視認性の観点から光の透過率が高いものが望ましい。操作入力部22aは、手指や専用のタッチペン等で押された力点の位置座標を電圧値で検出し、検出された位置信号を操作信号としてCPU21に送る。また、操作入力部22aは、数字ボタンや各種設定を切り換える機能ボタン等を備えている。
【0042】
RAM23は、CPU21により実行制御される各種処理において、記憶部24から読み出されたプログラム、入力又は出力データ、及びパラメータ等の一時的な格納領域を形成する。
【0043】
記憶部24は、プログラムやデータなどが予め記憶されている記録媒体(図示省略)を有しており、この記録媒体は、磁気的、光学的記録媒体、若しくは半導体メモリで構成されている。この記録媒体は、記憶部24に固定的に設けられるもの、若しくは着脱自在に装着するものであり、この記録媒体には、システムプログラム、当該システムに対応する各種処理プログラム、及び各種処理プログラムで処理されたデータなどを記憶する。上記各種プログラムは、コンピュータが読み取り可能な形態で格納され、CPU21は、当該プログラムコードに従った動作を逐次実行する。
【0044】
記憶部24は、具体的には、印刷処理用プログラム、レーザプリンタ2の機種を識別する機種ID、識別ID要求データの入力に応じてレーザプリンタ2の機種IDをホストコンピュータ1に送信するためのプログラム、CPU21により実行された印刷処理の処理結果などを記憶している。上記機種IDとしては、例えばMIB(Management Information Base)を用いることができる。
【0045】
画像読取部25は、原稿を載置するコンタクトガラスの下部にスキャナを備えて構成され、原稿の画像データを読み取る。スキャナは、光源、レンズ、CCD(Charge Coupled Device)等により構成され、光源から原稿へ照明操作した光の反射光を結像して光電変換することにより原稿画像を読み取り、その読み取った画像データを画像形成部26に出力する。
【0046】
画像形成部26は、CPU21から送られる「指示に従って、画像読取部25やネットワーク通信部31から入力される画像データをラスター変換し、ビデオ信号を生成することによって画像を形成する。また、画像データに、拡大縮小、回転、及び位置変更等の画像処理や、階調処理、周波数処理などを施す。
【0047】
転写部27は、感光ドラム、トナー、排紙部等を備えて構成され、CPU21からの出力指示に従って、操作入力部22aまたはネットワーク通信部31から入力指示されたサイズと向きの記録紙を給紙部28から搬送して、画像形成部26またはネットワーク通信部31から入力された画像データの静電潜像を感光ドラムにより記録紙に感光する。さらに、転写部27は、感光した記録紙にトナーを転写して定着させた後、印刷出力する。
【0048】
給紙部28は、転写部27に給紙する記録紙をそのサイズ、及び向きごとに収納可能に構成される。
【0049】
ネットワーク通信部29は、LANアダプタやルータやTA(Terminal Adopter)等によって構成され、専用線、あるいはISDN回線等の通信回線を介してネットワークNに接続された各装置との間で通信制御を行う。
【0050】
次に、図6を参照して、図1に示したドライバ提供サーバ3の構成を説明する。
図6は、ドライバ提供サーバ3の機能的構成を示すブロック図である。図3に示すように、ドライバ提供サーバ3は、サーバ制御手段であるCPU31、表示部32、入力部33、RAM34、記憶部35、サーバ通信手段であるネットワーク通信部36により構成され、各部は相互にデータの送受信が可能なようにバス37により接続されている。
【0051】
なお、ドライバ提供サーバ3の表示部32、入力部33、RAM34、及びネットワーク通信部36は、ホストコンピュータ1の表示部12、入力部13、RAM14、及びネットワーク通信部16と略同様の機能を有するため、その詳細な説明を省略する。
【0052】
CPU31は、記憶部35に記憶されているシステムプログラムや各種プログラムを読み出してRAM34に展開し、当該プログラムに従って各部を統括的に制御する。
【0053】
記憶部35は、プログラムやデータなどが予め記憶されている記録媒体(図示省略)を有しており、この記録媒体は、磁気的、光学的記録媒体、若しくは半導体メモリで構成されている。記憶部35は、具体的には、CPU31によるホストコンピュータ1へのバージョン情報の提供処理や固有ドライバの提供処理において利用されるプログラム、図7に示すドライバ管理テーブル、CPU31により実行された各種処理の処理結果等を記憶している。
【0054】
ここで、図7に示すように、ドライバ管理テーブルには、レーザプリンタ2の機種IDと、この機種IDに対応するドライバ種別と、ドライバIDと、ドライバのバージョンとが記憶されている。
【0055】
次に動作を説明する。
まず、図8を参照してホストコンピュータ1によるドライバ設定処理の具体例を説明する。図8に示すように、ドライバ設定処理において、ネットワーク通信部16からの入力信号に基づいて、ホストコンピュータ1に接続されたレーザプリンタ2が変更されたか否かが判別され(ステップS1)、接続先の変更がなければ(ステップS1;NO)、待機を続け、接続先の変更が検出された場合に(ステップS1;YES)、ネットワーク通信部16によって機種ID要求データがレーザプリンタ2に送信される(ステップS2)。
【0056】
次いで、レーザプリンタ2から機種IDを受信したか否かが判別され(ステップS3)、受信しなければ(ステップS3;NO)待機を続け、受信した場合は(ステップS3;YES)、記憶部15内の機種別ドライバIDテーブルが参照されて受信した機種IDの有無が判別され、ホストコンピュータ1に接続中のレーザプリンタ2に対応した固有ドライバが記憶部15内に記憶されているか否かが判別される(ステップS4)。受信した機種IDが機種別ドライバIDテーブルに存在し、レーザプリンタ2に対応する固有ドライバが記憶部15に記憶されていれば(ステップS4;YES)、ドライバ設定処理はステップS8に移行する。
【0057】
一方、レーザプリンタ2に対応する固有ドライバが記憶部15に記憶されていない場合には(ステップS4;NO)、レーザプリンタ2の機種IDに対応する固有ドライバを要求する固有ドライバ要求データがネットワーク通信部16によってドライバ提供サーバ3に送信される(ステップS5)。
【0058】
次いで、要求した固有ドライバをネットワーク通信部16を介してドライバ提供サーバ3から要求した固有ドライバを受信したか否かが判別され(ステップS6)、受信しなければ(ステップS6;NO)、待機を続け、受信した場合(ステップS6;YES)、受信した固有ドライバが記憶部15に記憶され、レーザプリンタ2から受信した機種IDとドライバ提供サーバ3から受信した固有ドライバのドライバIDとが対応付けて機種別ドライバIDテーブルに記憶され、ドライバ設定処理はステップS8に移行する。続くステップS8において、印刷制御処理において使用する固有ドライバが、レーザプリンタ2から受信した機種IDに対応する固有ドライバに設定され、ドライバ設定処理が終了する。
【0059】
次に、図9を参照して、コンピュータ1による印刷制御処理について説明する。
図9に示すように、印刷制御処理において、入力部13から印刷の指示が入力されたか否かが判別され(ステップS11)、入力がなければ(ステップS11;NO)、待機を続け、入力があると(ステップS11;YES)、共通ドライバ及び現在使用するドライバに設定されている固有ドライバの最新バージョンの通知を要求するバージョン要求データが、ネットワーク通信部16によりドライバ提供サーバ3に送信される(ステップS12)。
【0060】
次いで、要求した共通ドライバ及び固有ドライバのバージョンをドライバ提供サーバ3から受信したか否かが判別され(ステップS13)、受信しなければ(ステップS13;NO)、待機を続ける。一方、バージョンが受信された場合(ステップS13;YES)、受信したバージョンは記憶部15内に記憶された共通ドライバ及び設定中の固有ドライバのバージョンと比較され(ステップS14)、記憶部15内に既存のドライバのバージョンが最新バージョンであれば(ステップS14;NO)、印刷制御処理はステップS18に移行する。一方、受信したバージョンが記憶部15内に既存のドライバのバージョンよりも新しい場合には(ステップS14;YES)、最新バージョンに更新する必要があると判別され、最新の共通ドライバPD1を要求する共通ドライバ要求データと、最新の固有ドライバ(PD2〜PD5の何れか)を要求する固有ドライバ要求データの一方又は双方がドライバ提供サーバ3に送信される(ステップS15)。
【0061】
次に、ネットワーク通信部16を介して要求した共通ドライバ及び固有ドライバの一方又は双方をドライバ提供サーバ3から受信したか否かが判別され(ステップS16)、受信しなければ(ステップS16;NO)、待機を続け、受信した場合(ステップS16;YES)、記憶部15内に記憶された共通ドライバ及び設定中の固有ドライバを受信したドライバによって上書きされ、更新されることになる(ステップS17)。
【0062】
次いで、共通ドライバと設定中の固有ドライバとから成るプリンタドライバを記憶部15から読み出して利用して、接続中のレーザプリンタ2を制御し、ステップS11において入力された印刷指示に従って印刷処理を実行させて(ステップS18)、印刷制御処理が終了する。
【0063】
以上のように、共通ドライバ及び固有ドライバから成るプリンタドライバによってレーザプリンタ2の印刷処理が制御される。ホストコンピュータ1に接続されたレーザプリンタ2が変更されると、接続されたレーザプリンタ2から機種IDが受信され、この機種IDに対応する固有ドライバがホストコンピュータ1に記憶されていなければドライバ提供サーバ3から取得される。また、ホストコンピュータ1に接続中のレーザプリンタ2の制御に利用するプリンタドライバ内の共通ドライバ及び固有ドライバが最新バージョンではない場合、ドライバ提供サーバ3から最新バージョンのドライバが取得され、ホストコンピュータ1内のプリンタドライバが最新バージョンに更新される。
【0064】
したがって、接続するレーザプリンタ2の機種ごとに個別のプリンタドライバをホストコンピュータ1に記憶させておく必要がなく、接続する機種に応じて固有ドライバのみをインストールして共通ドライバとともに利用すればよいため、ホストコンピュータ1における使用メモリ容量を省略することができる。このため、ホストコンピュータ1の作業効率を低下させることがなく、通信システム100において効率良く画像形成処理を行うことが可能である。
【0065】
また、画像形成措置の機種ごとに個別のプリンタドライバを開発する必要がなく、機種ごとの固有ドライバを開発するだけであらゆる機種に対応可能なプリンタドライバを製造できるため、開発コストを抑えることができる。
【0066】
更に、印刷指示があった場合に、ホストコンピュータ1内のプリンタドライバが最新バージョンのものでなければ、最新のプリンタドライバをドライバ提供サーバ3からダウンロードして更新し、最新のプリンタドライバを利用してレーザプリンタ2に印刷処理を実行させられるため、印刷処理の作業効率を向上させることができる。
【0067】
また、ホストコンピュータ1内のプリンタドライバに関して、共通ドライバにUIプログラムを格納し、固有ドライバに機種UI表示用画像データを格納したため、機種によらずユーザインターフェースを共通にすることができるため、ユーザの操作性を向上させることができる。
【0068】
なお、本実施の形態における記述内容は、本発明に係る通信システム100の好適な一例であり、これに限定されるものではない。例えば、プリンタドライバに関して、共通ドライバ及び固有ドライバに分けて格納した各種プログラム及びデータの内容は、上記実施の形態に示した例に限定されず、共通ドライバ及び固有ドライバの各々に格納する内容を追加、変更してもよい。
【0069】
その他、通信システム100を構成する各装置又は構成部分の細部構成及び細部動作に関しても、本発明の趣旨を逸脱することのない範囲で適宜変更可能である。
【0070】
【発明の効果】
請求項1記載の発明によれば、複数の画像形成装置に共通して対応可能なドライバと画像形成装置の機種により異なる固有ドライバとを利用して画像形成装置を制御するため、画像形成装置を制御するドライバ全体を機種ごとに個別に記憶する必要がなく、共通ドライバと機種ごとの固有ドライバのみを記憶すればよいため、使用するメモリ容量を節約できる。また、画像形成装置の機種に応じて固有ドライバのみを開発すればよいため、開発コストを抑えることができる。
【0071】
請求項2記載の発明によれば、ホスト装置に接続する画像形成装置が変更されても画像形成装置を制御することができる。
【0072】
請求項3記載の発明によれば、接続した画像形成装置用の固有ドライバがホスト装置内に記憶されていない場合に、必要な固有ドライバをドライバ提供装置から取得し、取得した固有ドライバを利用して画像形成装置を制御することができる。
【0073】
請求項4記載の発明によれば、ホスト装置が画像形成装置を制御するためのドライバを最新版に更新して、画像形成装置に対する制御処理を効率良く実行することができる。
【図面の簡単な説明】
【図1】本発明に係る通信システム100の全体構成を示す図である。
【図2】図1のホストコンピュータ1の機能的構成を示すブロック図である。
【図3】(a)は、図2の記憶部15に記憶されたプリンタドライバの構造の概略図であり、(b)は、プリンタドライバの構造を詳細に説明する図である。
【図4】図2の記憶部15に記憶された機種別ドライバIDテーブルを示す図である。
【図5】図1のレーザプリンタ2の機能的構成を示すブロック図である。
【図6】図1のドライバ提供サーバ3の機能的構成を示すブロック図である。
【図7】図6の記憶部35に記憶されたドライバ管理テーブルを示す図である。
【図8】ドライバ設定処理を示すフローチャートである。
【図9】印刷制御処理を示すフローチャートである。
【符号の説明】
1 ホストコンピュータ
2 レーザプリンタ
3 ドライバ提供サーバ
11,21,31 制御部
12,22,32 表示部
13.33 入力部
14,23,34 RAM
15,24,35 記憶部
16,29,36 ネットワーク通信部
17,30,37 バス
22a 操作入力部
25 画像読取部
26 画像形成部
27 転写部
28 給紙部
100 通信システム
N ネットワーク
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a host device that controls an image forming apparatus connected via a communication network.
[0002]
[Prior art]
2. Description of the Related Art Recently, an image forming apparatus called a multifunction peripheral having a built-in printer function, copy function, and facsimile function has been widely used. A plurality of such image forming apparatuses are connected via a communication network such as a LAN, and an image forming system is constructed under the control of a host device (for example, see Patent Document 1).
[0003]
In such an image forming system, when the host apparatus controls the image forming apparatus to execute the printing process, the host apparatus converts the print data into a data format based on a printer description language or the like that the image forming apparatus can process. To the image forming apparatus. For data conversion, a program called a printer driver is used. Here, the driver is a driver routine, and the printer driver is a program for driving the printer (hereinafter, “driver” is used in such a concept).
[0004]
In a conventional image forming system, when there are a plurality of types of image forming apparatuses, a printer driver for each type for controlling the plurality of types is installed in the host apparatus in advance. The host device controls a printing process by the image forming apparatus by selecting and using a printer driver corresponding to the model of the connected image forming apparatus.
[0005]
[Patent Document 1]
JP-A-09-006557 (pages 7-8, FIG. 2)
[0006]
[Problems to be solved by the invention]
However, in the above-described conventional image forming system, a printer driver for each image forming apparatus must be installed in the host device. If the number of connected image forming apparatuses is large, the printer driver However, there is a problem that the memory capacity required for storing the data is increased, and the manufacturing cost of the host device is increased. In addition, since printer drivers were individually developed for each model, there was a problem that development costs were high.
[0007]
SUMMARY OF THE INVENTION It is an object of the present invention to reduce the memory capacity for a printer driver in a host device and the development cost for a printer driver, and to achieve efficient image forming processing.
[0008]
[Means for Solving the Problems]
The present invention has the following features to solve the above problems.
[0009]
The invention according to claim 1 is
In a host device that controls an image forming apparatus connected via a communication network,
A storage unit that stores a common driver commonly corresponding to a plurality of image forming apparatuses and a unique driver corresponding to each model of the image forming apparatus;
Control means for controlling the image forming apparatus based on the common driver and the unique driver stored in the storage unit;
It is characterized by having.
[0010]
According to the first aspect of the present invention, the image forming apparatus is controlled using a driver that can be commonly used for a plurality of image forming apparatuses and a unique driver that differs depending on the model of the image forming apparatus. It is not necessary to store the entire driver to be controlled individually for each model, and only the common driver and the unique driver for each model need to be stored, so that the memory capacity to be used can be saved. Further, since only the unique driver needs to be developed according to the model of the image forming apparatus, the development cost can be reduced.
[0011]
The invention according to claim 2 is the invention according to claim 1,
Communication means for transmitting request data requesting model identification information for identifying the model of the image forming apparatus to the image forming apparatus, and receiving the model identification information from the image forming apparatus;
With
The storage unit stores the unique driver and the model identification information in association with each other,
The control unit controls the image forming apparatus based on the common driver and a unique driver corresponding to the model identification information received by the communication unit.
[0012]
According to the second aspect, the image forming apparatus can be controlled even when the image forming apparatus connected to the host device is changed.
[0013]
The invention according to claim 3 is the invention according to claim 2,
The communication unit connects to a driver providing device that provides a driver via the communication network,
When the unique driver corresponding to the model identification information received by the communication unit is not stored in the storage unit, the control unit sends driver request data requesting the unique driver to the driver providing device by the communication unit. Send,
The communication means receives a unique driver requested by the driver request data from the driver providing device,
The storage unit stores the unique driver and the model identification information received by the communication unit in association with each other,
The control unit controls the image forming apparatus using a common driver stored in the storage unit and a unique driver corresponding to the identification information received by the communication unit.
[0014]
According to the third aspect of the present invention, when the unique driver for the connected image forming apparatus is not stored in the host device, a necessary unique driver is acquired from the driver providing apparatus, and the acquired unique driver is used. Thus, the image forming apparatus can be controlled.
[0015]
The invention according to claim 4 is the invention according to claim 3,
The control unit, when the unique driver corresponding to the model of the image forming apparatus stored in the storage unit is not the latest version, the communication unit transmits the latest driver request data for requesting the latest version of the unique driver. Transmitting to the driver providing device,
The communication means receives the latest version of the unique driver requested by the latest driver request data,
The storage unit overwrites and stores a unique driver corresponding to the model of the image forming apparatus with the latest version received by the communication unit,
The control unit controls the image forming apparatus using a common driver stored in the storage unit and the latest version of the specific driver.
[0016]
According to the fourth aspect of the present invention, the host device can update the driver for controlling the image forming apparatus to the latest version, and efficiently execute the control processing for the image forming apparatus.
[0017]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
First, the configuration will be described. FIG. 1 shows an overall configuration of a communication system 100 according to the present embodiment. As shown in FIG. 1, the communication system 100 includes a host computer 1 as a host device, a laser printer 2 (2A, 2B, 2C, 2D) as an image forming device, and a driver providing server 3 as a driver providing device. ing. In FIG. 1, one host computer 1, four laser printers 2, and one driver providing server 3 are connected via a network N such as the Internet as a communication network or an in-house circuit C such as a LAN. Although an example in which these devices are connected is shown, the number of these devices is not particularly limited.
[0018]
The host computer 1 is installed in a company and can be connected to four laser printers 2 via a company line C, and is connected to an arbitrary laser printer 2 according to a user's selection. The host computer 1 is connected by using a printer driver including a common driver common to the laser printers 2A, 2B, 2C, and 2D and a unique driver corresponding to each laser printer 2 and different depending on the model. The laser printer 2 inside is controlled. Further, the host computer 1 is connected to the driver providing server 3 via the network N, and when there is no unique driver for controlling the connected laser printer 2 in the host computer 1, the driver providing device 3 The printer driver downloads and causes the laser printer 2 to execute a printing process using the common driver and the downloaded unique driver.
[0019]
When a print instruction is input, the host computer 1 downloads the latest version of the common driver and the specific driver from the driver providing device 3 and updates the common driver and the specific driver stored in the host computer 1 in advance with the latest version. Update to Then, the laser printer 2 is controlled by using the latest printer driver including the common driver and the unique driver, and the printing process is executed.
[0020]
The laser printer 2 is an image forming apparatus having a printing function. The laser printer 2 is connected to the host computer 1 via the in-house line C, and performs a printing process in accordance with an instruction input from the host computer 1. Here, the laser printer 2 will be described as an example of the image forming apparatus. However, an apparatus having a printing function such as a copier, a multifunction peripheral, or a facsimile apparatus may be used instead.
[0021]
The driver providing server 3 is a device that provides the latest version of various drivers for controlling the laser printer 2, and is operated by a company that provides a driver providing service. The driver providing server 3 is connected to the host computer 1 via the network N, and transmits the common driver and the unique driver requested by the host computer 1 to the host computer 1.
[0022]
The network N is a communication network constructed using a dedicated line or an existing general public line, and various line forms such as a LAN and a WAN can be applied. The network N includes, for example, various communication networks such as a telephone network, an ISDN network, a dedicated line, a mobile communication network, a communication satellite network, and a CATV network, and an Internet service provider that connects them. In FIG. 1, the connection form between the network N and each device or terminal may be a wired connection or a wireless connection. However, from the viewpoint of the reliability of the information management, it is desirable that the network has security that only a specific user can access.
[0023]
The in-house circuit C is a LAN (Local Area Network) constructed by a company in which the host computer 1 and the laser printer 2 are installed, and transmits and receives data between the host computer 1 and the laser printer 2 connected thereto. Mediate.
[0024]
Next, a functional configuration of the host computer 1 shown in FIG. 1 will be described with reference to FIG.
FIG. 2 is a block diagram illustrating a functional configuration of the host computer 1. As shown in FIG. 2, the host computer 1 includes a CPU 11 as a control unit, a display unit 12, an input unit 13, a RAM 14, a storage unit 15, and a network communication unit 16 as a communication unit. They are connected by a bus 17 so that transmission and reception are possible.
[0025]
A CPU (Central Processing Unit) 11, which is a control means, reads out system programs and various programs stored in the storage unit 15, expands them on the RAM 14, and controls each unit according to the programs. Further, the CPU 11 executes various processes according to the program developed in the RAM 14, stores the processing results in the RAM 14, and causes the display unit 12 to display the results. Then, the processing result stored in the RAM 14 is stored in a predetermined storage destination of the storage unit 15.
[0026]
Specifically, the CPU 11 executes a driver setting process, a print control process, and the like, which will be described later, in cooperation with a driver setting process program and a print control process program stored in the storage unit 15, and stores the process results in the RAM 14. At the same time, it is displayed on the display unit 12. Then, the processing result stored in the RAM 14 is stored in a predetermined area inside the storage unit 15.
[0027]
Here, the printer driver installed in the host computer 1 will be described with reference to FIG.
FIG. 3 is a diagram showing the structure of the printer driver PD stored in the storage unit 15. The printer driver PD includes a common driver PD1 and one of the unique drivers PD2 to PD5. The common driver PD1 is a driver commonly corresponding to the laser printers 2A, 2B, 2C, and 2D. The unique driver is a driver that is different for each model of the laser printer 2, and the laser printer 2A has a unique driver PD2, A specific driver PD3 corresponds to the laser printer 2B, a specific driver PD4 corresponds to the laser printer 2C, and a specific driver PD5 corresponds to the laser printer 2D.
[0028]
FIG. 3A shows that the common driver PD1 and two types of unique drivers PD2 and PD3 (driver IDs: 100 and 200) are stored in the storage unit 15 of the host computer 1, and the drivers used in the print control process are as follows. An example is shown in which the common driver PD1 and the unique driver PD2 (driver ID: 100) are set. In this state, the host computer 1 can control the printer driver 2A corresponding to the unique driver PD2 to execute the printing process.
[0029]
As shown in FIG. 3B, the common driver PD1 includes a UI (User Interface) program used for controlling the entire user interface, and a PDL (Page Description Language) conversion program for converting print data into a page description language. , A driver update / setting program for setting or updating a unique driver used in the print control process, and a driver ID for identifying a common driver. Further, the driver update / setting program includes a model identification ID acquisition program for acquiring model identification information from the laser printer 2 connected to the host computer 1, a determination program for determining the version of the unique driver, and a driver providing program. A latest version acquisition program for acquiring the latest version of the specific driver from the server 3.
[0030]
On the other hand, the unique drivers PD2 to PD5 include a model-specific prohibition processing program that defines different prohibition processes depending on the model of the laser printer 2, and a UI (User) different for each model.
(Interface) display image data.
[0031]
The model-specific driver ID table illustrated in FIG. 4 includes a unique driver ID for identifying a unique driver stored in the storage unit 15 and a model ID for identifying a model of the laser printer 2 that can be controlled using the unique driver. It is a table stored in association with. The model ID is one type of model identification information, and for example, alphabetic characters, numbers, symbols, combinations thereof, and the like can be used. As shown in FIG. 4, the model-specific driver ID table contains, for example, a model ID of the laser printer 2A: AA, a unique driver ID of a unique driver capable of controlling this model: 100, and a model ID of the laser printer 2B: BA. The unique driver ID: 200 is stored in association with the specific driver ID.
[0032]
The display unit 12 includes an LCD (Liquid Crystal Display), a CRT (Cathode Ray Tube), or the like, and displays display data on a screen in accordance with an instruction of a display signal input from the CPU 11.
[0033]
The input unit 13 includes a keyboard having character / number input keys, a cursor movement key, various function keys, and the like, and a mouse as a pointing device having a click button. The input unit 13 outputs to the CPU 11 a pressing signal from the keyboard and an operation signal from the mouse as input signals.
[0034]
The RAM 14 forms a temporary storage area for programs, input or output data, parameters, and the like read from the storage unit 15 in various processes executed and controlled by the CPU 11.
[0035]
The storage unit 15 has a recording medium (not shown) in which programs, data, and the like are stored in advance, and the recording medium is a magnetic or optical recording medium or a semiconductor memory. This recording medium is fixedly provided in the storage unit 15 or is detachably mounted. The recording medium includes a system program, various processing programs corresponding to the system, and various processing programs. The stored data is stored. The various programs are stored in a computer-readable form, and the CPU 11 sequentially executes operations according to the program codes.
[0036]
Further, the storage unit 15 stores a driver setting processing program and a print control processing program used in the driver setting processing and the print control processing, the common printer driver PD1 and the specific drivers PD2 to PD5 shown in FIG. 3, and the model-specific driver shown in FIG. It stores an ID table, processing results of various processes executed by the CPU 11, and the like.
[0037]
The network communication unit 16 includes a LAN adapter, a router, a TA (Terminal Adapter), and the like. The network communication unit 16 transmits and receives data to and from each device connected to the network N via a dedicated line or a communication line such as an ISDN line. Perform communication control.
[0038]
Next, an internal configuration of the laser printer 2 shown in FIG. 1 will be described with reference to FIG. FIG. 5 is a block diagram illustrating a functional configuration of the laser printer 2. As shown in FIG. 5, the laser printer 2 includes a CPU 21 as a printer control unit, a display unit 22, an operation input unit 22a, a RAM 23, a storage unit 24, an image reading unit 25, an image forming unit 26, a transfer unit 27, A unit 28 and a network communication unit 29, which is a printer communication unit, are connected by a bus 30 and can mutually transmit and receive data.
[0039]
The CPU 21 reads out various programs stored in the storage unit 24, expands them in the RAM 23, and centrally controls each unit according to the programs. Specifically, when the CPU 21 receives a print instruction from the host computer 1 through the network communication unit 29, the CPU 21 reads a print processing program in the storage unit 15 according to the print instruction, executes the print processing, and outputs the processing result. The information is stored in the RAM 23 and displayed on the display unit 22. Also, when receiving data (hereinafter, referred to as identification ID request data) requesting the model identification information of the laser printer 2 from the host computer 1 via the network communication unit 29, the identification ID is read from the storage unit 24, and the network communication unit 29 is read. To the host computer 1 via.
[0040]
The display unit 22 includes an LCD (Liquid Crystal Display), an EL (Electro Luminescence), or the like, and displays display data on a screen in accordance with an instruction of a display signal input from the CPU 21.
[0041]
The operation input unit 22a is provided integrally with the display unit 22. The operation input unit 22a is configured by a touch panel or the like of a pressure-sensitive paper machine (resistive pressure type) in which transparent electrodes are arranged in a lattice shape, and preferably has a high light transmittance from the viewpoint of visibility. The operation input unit 22a detects, as a voltage value, the position coordinates of a force point pressed by a finger or a dedicated touch pen, and sends the detected position signal to the CPU 21 as an operation signal. The operation input unit 22a includes numeric buttons, function buttons for switching various settings, and the like.
[0042]
The RAM 23 forms a temporary storage area for programs, input or output data, parameters, and the like read from the storage unit 24 in various processes executed and controlled by the CPU 21.
[0043]
The storage unit 24 has a recording medium (not shown) in which programs, data, and the like are stored in advance, and the recording medium is a magnetic or optical recording medium or a semiconductor memory. The recording medium is fixedly provided in the storage unit 24 or is detachably mounted. The recording medium includes a system program, various processing programs corresponding to the system, and various processing programs. The stored data is stored. The various programs are stored in a computer-readable form, and the CPU 21 sequentially executes operations according to the program codes.
[0044]
The storage unit 24 is, specifically, for transmitting a program for a printing process, a model ID for identifying the model of the laser printer 2, and a model ID of the laser printer 2 to the host computer 1 in response to input of identification ID request data. It stores a program, a processing result of a printing process executed by the CPU 21, and the like. As the model ID, for example, MIB (Management Information Base) can be used.
[0045]
The image reading unit 25 includes a scanner below a contact glass on which a document is placed, and reads image data of the document. The scanner includes a light source, a lens, a CCD (Charge Coupled Device), and the like. The scanner reads a document image by forming reflected light of light that has been illuminated from the light source onto the document and photoelectrically converts the image, and reads the read image data. Output to the image forming unit 26.
[0046]
The image forming unit 26 raster-converts image data input from the image reading unit 25 or the network communication unit 31 in accordance with the “instruction” sent from the CPU 21 and generates a video signal to form an image. , Image processing such as enlargement / reduction, rotation, and position change, gradation processing, frequency processing, and the like.
[0047]
The transfer unit 27 includes a photosensitive drum, toner, a paper discharge unit, and the like. The transfer unit 27 feeds a recording sheet having a size and orientation that is input from the operation input unit 22a or the network communication unit 31 according to an output instruction from the CPU 21. The electrostatic latent image of the image data input from the image forming unit 26 or the network communication unit 31 is conveyed from the unit 28 and is exposed on a recording paper by a photosensitive drum. Further, the transfer unit 27 prints and outputs the toner after transferring and fixing the toner on the exposed recording paper.
[0048]
The paper feed unit 28 is configured to be able to store the recording paper fed to the transfer unit 27 for each size and direction.
[0049]
The network communication unit 29 includes a LAN adapter, a router, a TA (Terminal Adapter), and the like, and performs communication control with each device connected to the network N via a dedicated line or a communication line such as an ISDN line. .
[0050]
Next, the configuration of the driver providing server 3 shown in FIG. 1 will be described with reference to FIG.
FIG. 6 is a block diagram illustrating a functional configuration of the driver providing server 3. As shown in FIG. 3, the driver providing server 3 includes a CPU 31 serving as a server control unit, a display unit 32, an input unit 33, a RAM 34, a storage unit 35, and a network communication unit 36 serving as a server communication unit. Are connected by a bus 37 so that data can be transmitted and received.
[0051]
The display unit 32, the input unit 33, the RAM 34, and the network communication unit 36 of the driver providing server 3 have substantially the same functions as the display unit 12, the input unit 13, the RAM 14, and the network communication unit 16 of the host computer 1. Therefore, the detailed description is omitted.
[0052]
The CPU 31 reads out the system programs and various programs stored in the storage unit 35, expands them in the RAM 34, and controls each unit according to the programs.
[0053]
The storage unit 35 has a recording medium (not shown) in which programs, data, and the like are stored in advance, and the recording medium is a magnetic or optical recording medium or a semiconductor memory. The storage unit 35 includes, specifically, a program used in a process of providing version information to the host computer 1 by the CPU 31 and a process of providing a unique driver, a driver management table shown in FIG. 7, and various processes executed by the CPU 31. Processing results and the like are stored.
[0054]
Here, as shown in FIG. 7, the driver management table stores a model ID of the laser printer 2, a driver type corresponding to the model ID, a driver ID, and a driver version.
[0055]
Next, the operation will be described.
First, a specific example of the driver setting process by the host computer 1 will be described with reference to FIG. As shown in FIG. 8, in the driver setting process, it is determined whether or not the laser printer 2 connected to the host computer 1 has been changed based on an input signal from the network communication unit 16 (step S1). If there is no change (Step S1; NO), the standby is continued, and if the change of the connection destination is detected (Step S1; YES), the model ID request data is transmitted to the laser printer 2 by the network communication unit 16. (Step S2).
[0056]
Next, it is determined whether or not the model ID has been received from the laser printer 2 (step S3). If the model ID has not been received (step S3; NO), the standby is continued. The presence / absence of the received model ID is determined by referring to the model-specific driver ID table in the above, and it is determined whether or not the unique driver corresponding to the laser printer 2 connected to the host computer 1 is stored in the storage unit 15. Is performed (step S4). If the received model ID exists in the model-specific driver ID table and the unique driver corresponding to the laser printer 2 is stored in the storage unit 15 (step S4; YES), the driver setting process proceeds to step S8.
[0057]
On the other hand, if the unique driver corresponding to the laser printer 2 is not stored in the storage unit 15 (step S4; NO), the unique driver request data requesting the unique driver corresponding to the model ID of the laser printer 2 is transmitted via the network communication. It is transmitted to the driver providing server 3 by the unit 16 (step S5).
[0058]
Next, it is determined whether or not the requested unique driver has been received from the driver providing server 3 via the network communication unit 16 (step S6). If the requested unique driver has not been received (step S6; NO), the process waits. Subsequently, if received (step S6; YES), the received unique driver is stored in the storage unit 15, and the model ID received from the laser printer 2 is associated with the driver ID of the unique driver received from the driver providing server 3. The driver setting process is stored in the model-specific driver ID table, and the process proceeds to step S8. In the following step S8, the unique driver used in the print control process is set to the unique driver corresponding to the model ID received from the laser printer 2, and the driver setting process ends.
[0059]
Next, a print control process performed by the computer 1 will be described with reference to FIG.
As shown in FIG. 9, in the print control process, it is determined whether or not a print instruction is input from the input unit 13 (step S11). If there is no input (step S11; NO), the standby is continued, and the input is performed. If there is (step S11; YES), version request data requesting notification of the latest version of the common driver and the unique driver set in the driver currently used is transmitted to the driver providing server 3 by the network communication unit 16 ( Step S12).
[0060]
Next, it is determined whether or not the requested version of the common driver and the specific driver has been received from the driver providing server 3 (step S13), and if not received (step S13; NO), the standby is continued. On the other hand, when the version is received (step S13; YES), the received version is compared with the versions of the common driver and the specific driver being set stored in the storage unit 15 (step S14). If the version of the existing driver is the latest version (step S14; NO), the print control process proceeds to step S18. On the other hand, if the received version is newer than the version of the existing driver in the storage unit 15 (step S14; YES), it is determined that it is necessary to update to the latest version, and a common request for the latest common driver PD1 is made. One or both of the driver request data and the unique driver request data requesting the latest unique driver (any of PD2 to PD5) are transmitted to the driver providing server 3 (step S15).
[0061]
Next, it is determined whether one or both of the common driver and the specific driver requested via the network communication unit 16 have been received from the driver providing server 3 (step S16), and if not received (step S16; NO). If the reception is continued (step S16; YES), the common driver stored in the storage unit 15 and the specific driver being set are overwritten and updated by the received driver (step S17).
[0062]
Next, a printer driver including the common driver and the specific driver being set is read out from the storage unit 15 and used to control the laser printer 2 being connected, and to execute a printing process in accordance with the print instruction input in step S11. Then (step S18), the print control process ends.
[0063]
As described above, the printing process of the laser printer 2 is controlled by the printer driver including the common driver and the unique driver. When the laser printer 2 connected to the host computer 1 is changed, a model ID is received from the connected laser printer 2. If a unique driver corresponding to the model ID is not stored in the host computer 1, a driver providing server is provided. 3. If the common driver and the unique driver in the printer driver used for controlling the laser printer 2 connected to the host computer 1 are not the latest version, the latest version of the driver is obtained from the driver providing server 3 and the Printer driver is updated to the latest version.
[0064]
Therefore, it is not necessary to store an individual printer driver in the host computer 1 for each model of the laser printer 2 to be connected, and it is sufficient to install only a unique driver according to the model to be connected and use it together with the common driver. The used memory capacity of the host computer 1 can be omitted. For this reason, the image forming process can be efficiently performed in the communication system 100 without lowering the work efficiency of the host computer 1.
[0065]
In addition, it is not necessary to develop an individual printer driver for each model of the image forming measures, and a printer driver that can support any model can be manufactured simply by developing a unique driver for each model, thereby reducing development costs. .
[0066]
Further, when a print instruction is given, if the printer driver in the host computer 1 is not the latest version, the latest printer driver is downloaded from the driver providing server 3 and updated, and the latest printer driver is used. Since the printing process is performed by the laser printer 2, the work efficiency of the printing process can be improved.
[0067]
Further, as for the printer driver in the host computer 1, the UI program is stored in the common driver, and the model UI display image data is stored in the unique driver, so that the user interface can be made common regardless of the model. Operability can be improved.
[0068]
The description in the present embodiment is a preferred example of the communication system 100 according to the present invention, and is not limited to this. For example, regarding the printer driver, the contents of various programs and data stored separately for the common driver and the specific driver are not limited to the examples shown in the above-described embodiment, and the contents stored in the common driver and the specific driver may be added. , May be changed.
[0069]
In addition, the detailed configuration and detailed operation of each device or component of the communication system 100 can be appropriately changed without departing from the spirit of the present invention.
[0070]
【The invention's effect】
According to the first aspect of the present invention, the image forming apparatus is controlled using a driver that can be commonly used for a plurality of image forming apparatuses and a unique driver that differs depending on the model of the image forming apparatus. It is not necessary to store the entire driver to be controlled individually for each model, and only the common driver and the unique driver for each model need to be stored, so that the memory capacity to be used can be saved. Further, since only the unique driver needs to be developed according to the model of the image forming apparatus, the development cost can be reduced.
[0071]
According to the second aspect, the image forming apparatus can be controlled even when the image forming apparatus connected to the host device is changed.
[0072]
According to the third aspect of the present invention, when the unique driver for the connected image forming apparatus is not stored in the host device, a necessary unique driver is acquired from the driver providing apparatus, and the acquired unique driver is used. Thus, the image forming apparatus can be controlled.
[0073]
According to the fourth aspect of the present invention, the host device can update the driver for controlling the image forming apparatus to the latest version, and efficiently execute the control processing for the image forming apparatus.
[Brief description of the drawings]
FIG. 1 is a diagram showing an overall configuration of a communication system 100 according to the present invention.
FIG. 2 is a block diagram showing a functional configuration of a host computer 1 of FIG.
FIG. 3A is a schematic diagram of a structure of a printer driver stored in a storage unit 15 of FIG. 2, and FIG. 3B is a diagram for explaining the structure of the printer driver in detail.
FIG. 4 is a diagram illustrating a model-specific driver ID table stored in a storage unit 15 of FIG. 2;
FIG. 5 is a block diagram showing a functional configuration of the laser printer 2 of FIG.
FIG. 6 is a block diagram illustrating a functional configuration of a driver providing server 3 of FIG. 1;
7 is a diagram showing a driver management table stored in a storage unit 35 of FIG.
FIG. 8 is a flowchart illustrating a driver setting process.
FIG. 9 is a flowchart illustrating print control processing.
[Explanation of symbols]
1 Host computer
2 Laser printer
3 Driver providing server
11, 21, 31 control unit
12, 22, 32 display unit
13.33 Input section
14,23,34 RAM
15, 24, 35 storage unit
16,29,36 Network communication unit
17, 30, 37 bus
22a Operation input unit
25 Image reading unit
26 Image forming unit
27 Transfer unit
28 Paper feed unit
100 communication system
N network

Claims (4)

通信ネットワークを介して接続された画像形成装置を制御するホスト装置において、
複数の画像形成装置に共通して対応する共通ドライバと、画像形成装置の機種ごとに対応する固有ドライバとを記憶する記憶部と、
前記記憶部に記憶された共通ドライバ及び固有ドライバに基づいて前記画像形成装置を制御する制御手段と、
を備えることを特徴とするホスト装置。
In a host device that controls an image forming apparatus connected via a communication network,
A storage unit that stores a common driver commonly corresponding to a plurality of image forming apparatuses and a unique driver corresponding to each model of the image forming apparatus;
Control means for controlling the image forming apparatus based on the common driver and the unique driver stored in the storage unit;
A host device comprising:
前記画像形成装置に該画像形成装置の機種を識別する機種識別情報を要求する要求データの送信と、前記画像形成装置からの前記機種識別情報の受信を行う通信手段と、
を備え、
前記記憶部は、前記固有ドライバと前記機種識別情報とを対応付けて記憶し、前記制御手段は、前記共通ドライバ及び前記通信手段により受信した機種識別情報に対応する固有ドライバに基づいて前記画像形成装置を制御することを特徴とする請求項1記載のホスト装置。
Communication means for transmitting request data requesting model identification information for identifying the model of the image forming apparatus to the image forming apparatus, and receiving the model identification information from the image forming apparatus;
With
The storage unit stores the unique driver and the model identification information in association with each other, and the control unit controls the image forming based on the unique driver corresponding to the model identification information received by the common driver and the communication unit. The host device according to claim 1, wherein the host device controls the device.
前記通信手段は、前記通信ネットワークを介してドライバを提供するドライバ提供装置に接続し、
前記制御手段は、前記通信手段により受信した機種識別情報に対応する固有ドライバが前記記憶部に記憶されていない場合に、該固有ドライバを要求するドライバ要求データを前記通信手段によって前記ドライバ提供装置に送信し、
前記通信手段は、前記ドライバ要求データにより要求した固有ドライバを前記ドライバ提供装置から受信し、
前記記憶部は、前記通信手段により受信した固有ドライバと機種識別情報とを対応付けて記憶し、
前記制御手段は、前記記憶部に記憶された共通ドライバと前記通信手段により受信された識別情報に対応する固有ドライバとを利用して前記画像形成装置を制御することを特徴とする請求項2記載のホスト装置。
The communication unit connects to a driver providing device that provides a driver via the communication network,
When the unique driver corresponding to the model identification information received by the communication unit is not stored in the storage unit, the control unit sends driver request data requesting the unique driver to the driver providing device by the communication unit. Send,
The communication means receives a unique driver requested by the driver request data from the driver providing device,
The storage unit stores the unique driver and the model identification information received by the communication unit in association with each other,
3. The image forming apparatus according to claim 2, wherein the control unit controls the image forming apparatus using a common driver stored in the storage unit and a unique driver corresponding to the identification information received by the communication unit. Host device.
前記制御手段は、前記記憶部に記憶された前記画像形成装置の機種に対応する固有ドライバが最新版ではない場合に、前記通信手段によって、該固有ドライバの最新版を要求する最新ドライバ要求データを前記ドライバ提供装置に送信し、
前記通信手段は、前記最新ドライバ要求データにより要求した前記固有ドライバの最新版を受信し、
前記記憶部は、前記画像形成装置の機種に対応する固有ドライバを前記通信手段により受信した最新版により上書きして記憶し、
前記制御手段は、前記記憶部に記憶された共通ドライバと前記最新版の固有ドライバとを利用して前記画像形成装置を制御することを特徴とする請求項3記載のホスト装置。
The control unit, when the unique driver corresponding to the model of the image forming apparatus stored in the storage unit is not the latest version, the communication unit transmits the latest driver request data for requesting the latest version of the unique driver. Transmitting to the driver providing device,
The communication means receives the latest version of the unique driver requested by the latest driver request data,
The storage unit overwrites and stores a unique driver corresponding to the model of the image forming apparatus with the latest version received by the communication unit,
4. The host device according to claim 3, wherein the control unit controls the image forming apparatus using a common driver stored in the storage unit and the latest version of the specific driver.
JP2002313876A 2002-10-29 2002-10-29 Host device Pending JP2004151816A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002313876A JP2004151816A (en) 2002-10-29 2002-10-29 Host device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002313876A JP2004151816A (en) 2002-10-29 2002-10-29 Host device

Publications (1)

Publication Number Publication Date
JP2004151816A true JP2004151816A (en) 2004-05-27

Family

ID=32458350

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002313876A Pending JP2004151816A (en) 2002-10-29 2002-10-29 Host device

Country Status (1)

Country Link
JP (1) JP2004151816A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006155289A (en) * 2004-11-30 2006-06-15 Canon Marketing Japan Inc Apparatus for processing information, control method of printing, printer driver program, and recording medium
JP2009104282A (en) * 2007-10-22 2009-05-14 Kyocera Mita Corp Printing system and printing program
JP2010086313A (en) * 2008-09-30 2010-04-15 Canon Inc Device driver installer and installation method
JP2010160614A (en) * 2009-01-07 2010-07-22 Seiko Epson Corp Host device, method for controlling the same, image forming system, and computer program
JP2012108591A (en) * 2010-11-15 2012-06-07 Ricoh Co Ltd Printing system and program
JP2014106563A (en) * 2012-11-22 2014-06-09 Ricoh Co Ltd Image processing apparatus, update program, and update control system
JP5578259B1 (en) * 2013-07-22 2014-08-27 富士ゼロックス株式会社 Terminal device, image forming system, and program
WO2020110767A1 (en) * 2018-11-30 2020-06-04 キヤノン株式会社 Information processing device, server device, control method, and control program

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006155289A (en) * 2004-11-30 2006-06-15 Canon Marketing Japan Inc Apparatus for processing information, control method of printing, printer driver program, and recording medium
JP4623461B2 (en) * 2004-11-30 2011-02-02 キヤノンマーケティングジャパン株式会社 Information processing apparatus, print control method, printer driver program, and recording medium
JP2009104282A (en) * 2007-10-22 2009-05-14 Kyocera Mita Corp Printing system and printing program
JP2010086313A (en) * 2008-09-30 2010-04-15 Canon Inc Device driver installer and installation method
JP2010160614A (en) * 2009-01-07 2010-07-22 Seiko Epson Corp Host device, method for controlling the same, image forming system, and computer program
JP2012108591A (en) * 2010-11-15 2012-06-07 Ricoh Co Ltd Printing system and program
JP2014106563A (en) * 2012-11-22 2014-06-09 Ricoh Co Ltd Image processing apparatus, update program, and update control system
JP2015022634A (en) * 2013-07-22 2015-02-02 富士ゼロックス株式会社 Terminal device, image forming system, and program
JP5578259B1 (en) * 2013-07-22 2014-08-27 富士ゼロックス株式会社 Terminal device, image forming system, and program
US9329548B2 (en) 2013-07-22 2016-05-03 Fuji Xerox Co., Ltd. Terminal apparatus, image forming system, and non-transitory computer readable medium
WO2020110767A1 (en) * 2018-11-30 2020-06-04 キヤノン株式会社 Information processing device, server device, control method, and control program
JP2020087324A (en) * 2018-11-30 2020-06-04 キヤノン株式会社 Information processing device, server device, control method, and control program
CN113168296A (en) * 2018-11-30 2021-07-23 佳能株式会社 Information processing apparatus, server apparatus, control method, and control program
US11625205B2 (en) 2018-11-30 2023-04-11 Canon Kabushiki Kaisha Information processing apparatus, server apparatus, control method, and storage medium
JP7282507B2 (en) 2018-11-30 2023-05-29 キヤノン株式会社 Information processing device, server device, control method, control program
CN113168296B (en) * 2018-11-30 2024-06-07 佳能株式会社 Information processing device, server device, control method, and control program

Similar Documents

Publication Publication Date Title
US8400647B2 (en) Image forming apparatus, operation-screen updating method, and computer program product
US10310793B2 (en) Image processing system having portable terminal that preregisters a job in an image processing apparatus, image processing apparatus, and portable information terminal
US9395976B2 (en) Information processing apparatus, firmware renewing method, and computer program
US20060268335A1 (en) Image forming system, printer driver program, processing controller and image forming apparatus
US20060101344A1 (en) Image forming apparatus
JP2013187753A (en) Image forming apparatus, control method and control program of the same and image forming system
US20130301069A1 (en) Information processing device, computer program product, and image forming apparatus
JP2004094294A (en) Information sharing system
US11611668B2 (en) Image processing system that generates job setting information based on interaction with user of information processing apparatus using chatbot
US8879102B2 (en) Image processing system including first image processing image processing apparatus and display device
JP2004151816A (en) Host device
JP2007318686A (en) Information processing system, electronic apparatus, information processing method, and image processing program
JP4007120B2 (en) Image forming apparatus management system
US20120327441A1 (en) Scanners that display setting screens, image forming systems comprising such scanners, and methods for controlling such scanners
JP7147981B2 (en) job processing system
JP5339200B2 (en) Image forming apparatus, control program, and control method
JP2001243155A (en) Network control unit, information processing unit, control method and recording medium
JP2004199359A (en) Printing system and image forming device
JPWO2020262178A5 (en)
JP2019191494A (en) Image forming apparatus
JP2014204138A (en) Image forming apparatus
JP7426244B2 (en) Device management system and device management method
US10013222B2 (en) Image forming system, control method for the same and recording medium
JP2023059509A (en) Information processing device
JP5743942B2 (en) Image forming apparatus