JP2004030483A - Information processing unit and information processing system - Google Patents

Information processing unit and information processing system Download PDF

Info

Publication number
JP2004030483A
JP2004030483A JP2002188893A JP2002188893A JP2004030483A JP 2004030483 A JP2004030483 A JP 2004030483A JP 2002188893 A JP2002188893 A JP 2002188893A JP 2002188893 A JP2002188893 A JP 2002188893A JP 2004030483 A JP2004030483 A JP 2004030483A
Authority
JP
Japan
Prior art keywords
information processing
printer
processing apparatus
http
program
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
JP2002188893A
Other languages
Japanese (ja)
Inventor
Kazuyoshi Tanaka
田中 一義
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 JP2002188893A priority Critical patent/JP2004030483A/en
Priority to US10/602,140 priority patent/US20040032614A1/en
Publication of JP2004030483A publication Critical patent/JP2004030483A/en
Priority to US12/145,386 priority patent/US20090033983A1/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processing system which can extremely efficiently perform mutual transfer of prescribed parameters between devices, and an information processing unit which constitutes the information processing system. <P>SOLUTION: The information processing unit 1 (2) equipped with a HTTP (hypertext transfer protocol) server program 13A (23A) which realizes processing which relates to a prescribed request from an external HTTP client, is provided with an HTTP client program 13B (23B) for implementing a prescribed request to the external HTTP server, and an input means 15 (25) to perform input relating to the prescribed request. Also, the information processing system is built by connecting the information processing units 1 and 2 via a network cable C. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、情報処理装置及び情報処理システムに関する。
【0002】
【従来の技術】
プリンタ、複写機、ファクシミリ等の所定の情報を入出力する装置(情報処理装置)の不揮発メモリには、その装置の仕様や型式・製造番号等に由来するID番号、その装置の管理者のパスワード、その装置に付与されたメールアドレス、等の各種パラメータが記録されている。
【0003】
従来は、かかるパラメータを確認したり変更したりするために、情報処理装置の内部にHTTP(Hyper Text Transfer Protocol)によるアクセスを受け付けるHTTPサーバを配置し、情報処理装置にネットワークケーブルを介してPC(Personal Computer)を接続し、PCから情報処理装置のHTTPサーバにアクセスし、PCのブラウザで情報処理装置の所望のパラメータを参照し、必要に応じてPCのキーボードで所定のパラメータを変更する、という方式を採用していた。
【0004】
また、一の情報処理装置が所有するパラメータを他の情報処理装置に転送する場合には、前記したような方式を用いてPCに一の情報処理装置にパラメータを出力した後、このPCを他の情報処理装置に接続し、このPCから一の情報処理装置に係るパラメータを他の情報処理装置に入力する、という手順を経ていた。
【0005】
【発明が解決しようとする課題】
しかし、前記したようなPCを経由した転送方式においては、情報処理装置同士をネットワークケーブルで接続した上でパラメータを直接的に転送することができず、ブラウザやキーボードを有するPCを準備して接続する必要があるため、手間がかかっていた。
【0006】
一方、前記したようなPCを経由した転送方式を採用する代わりに、情報処理装置間の直接的なパラメータ転送を可能にする転送専用プログラムを作成することも考えられる。
【0007】
しかし、情報処理装置毎にアクセス可能なプロトコルが異なる場合があるため、パラメータ転送の際に情報処理装置間でプロトコルの変換を可能にするような複雑なプログラムを作成する必要がある。このため、作成に手間がかかる上にプログラムサイズが大きくなるので、実用的ではない。
【0008】
本発明の課題は、装置間における所定のパラメータの相互転送をきわめて効率的に行うことができる情報処理システムと、この情報処理システムを構成する情報処理装置と、を提供することである。
【0009】
【課題を解決するための手段】
以上の課題を解決するため、請求項1に記載の発明は、
外部のHTTPクライアントからの所定の要求に係る処理を実現させるHTTPサーバプログラムを備える情報処理装置において、
外部のHTTPサーバに対して所定の要求を行うためのHTTPクライアントプログラムと、
前記所定の要求に係る入力を行う入力手段と、
を備えることを特徴とする。
【0010】
請求項1に記載の発明によれば、外部のHTTPサーバに対して所定の要求を行うためのHTTPクライアントプログラムと、所定の要求に係る入力を行う入力手段と、を備えるので、HTTPサーバを有する外部の装置に対して、入力手段及びHTTPクライアントプログラムを介して所定の要求を行うことができる。
【0011】
従って、本発明に係る情報処理装置を、HTTPサーバを有する他の情報処理装置に接続した場合には、入力手段及びHTTPクライアントプログラムによって、他の情報処理装置に対して直接的に所定の要求を行うことができる。このため、従来のようなPCを経由した転送方式を採用することなく、また、複雑な転送専用プログラムを作成することなく、情報処理装置間における直接的なパラメータ転送が可能な情報処理システムを構築することができる。
【0012】
請求項2に記載の発明は、請求項1に記載の情報処理装置において、
前記HTTPクライアントプログラムによって、前記外部HTTPサーバとの1対1のパラメータ転送が実現可能であることを特徴とする。
【0013】
請求項3に記載の発明は、請求項1又は2に記載の情報処理装置において、
前記入力手段は、
タッチパネル、操作キー、ポインティングディバイスの少なくとも一つから構成される操作部であることを特徴とする。
【0014】
請求項4に記載の発明は、請求項1から3の何れか一項に記載の情報処理装置において、
前記HTTPクライアントプログラムによって、前記外部HTTPサーバに対して自己が所有するパラメータを転送する操作と、前記外部HTTPサーバが所有するパラメータを自己に転送させる操作と、の双方が実現可能で、かつ、前記入力手段によって前記操作のうち何れか一方が選択可能であることを特徴とする。
【0015】
請求項5に記載の発明は、請求項1から4の何れか一項に記載の情報処理装置において、
複数の前記外部HTTPサーバに対して自己が所有するパラメータを順次転送する内部パラメータ転送プログラムを備えることを特徴とする。
【0016】
請求項6に記載の発明は、請求項1から5の何れか一項に記載の情報処理装置において、
所定のデータを記録する不揮発メモリを備え、
前記所定の要求に係る処理は、
前記不揮発メモリに記録されている所定のデータの書換えであることを特徴とする。
【0017】
請求項7に記載の発明は、請求項1から6の何れか一項に記載の情報処理装置において、
HTTPを共通の通信規約として、PCとの通信と、前記外部HTTPサーバとの通信と、の双方が実現可能であることを特徴とする。
【0018】
請求項8に記載の発明は、情報処理システムであって、
請求項1から7の何れか一項に記載の情報処理装置がネットワークケーブルを介して複数接続されてなることを特徴とする。
【0019】
請求項8に記載の発明によれば、請求項1から7の何れか一項に記載の情報処理装置がネットワークケーブルを介して複数接続されてなるので、一の情報処理装置の入力手段及びHTTPクライアントプログラムにより他の情報処理装置に対して所定の要求を行った場合に、他の情報処理装置がHTTPサーバプログラムにより所定の要求に係る処理を行うことができる。
【0020】
従って、例えば、一の情報処理装置が他の情報処理装置に対して、他の情報処理装置が所有するパラメータを自己に転送するように要求した場合には、他の情報処理装置が、かかる要求に応じて、パラメータを一の情報処理装置に転送することができる。また、一の情報処理装置が他の情報処理装置に対して、一の情報処理装置が所有するパラメータの転送を他の情報処理装置に受け入れるように要求した場合には、他の情報処理装置が、かかる要求に応じて、パラメータの転送を受け入れることができる。
【0021】
この結果、従来のようなPCを経由した転送方式を採用することなく、また、複雑な転送専用プログラムを作成することなく、情報処理装置間における直接的なパラメータ転送が可能となる。また、一の情報処理装置に、HTTPサーバを有するPCを接続した場合においても、HTTPを共通の通信規約として、他の情報処理装置を接続した場合と同様の処理で動作させることができる。
【0022】
【発明の実施の形態】
以下、図を参照して本発明の実施の形態を詳細に説明する。
【0023】
[第1の実施の形態]
本実施の形態に係る情報処理システムを、図1〜図3を用いて説明する。図1は、本実施の形態に係る情報処理システムの構成を説明するための概略ブロック図である。情報処理システムは、所定のパラメータを所有する第1プリンタ1と、このプリンタ1にネットワークケーブルCを介して接続された第2プリンタ2と、を備えるものである。第1プリンタ1及び第2プリンタ2は、本発明に係る情報処理装置である。
【0024】
第1プリンタ1は、図1に示すように、CPU(Central Processing Unit)11、ネットワークI/F12、ROM(Read Only Memory)13、不揮発メモリ14、操作部15、表示部16を備えている。
【0025】
CPU10は、ROM13や不揮発メモリ14に記録された各種プログラムを起動させることにより、第1プリンタ1全体を統合制御するものである。ネットワークI/F12は、第1プリンタ1がネットワークケーブルCを介して第2プリンタ2と通信を行うためのインターフェースである。
【0026】
ROM13は、プリンタ1の動作を制御するための各種制御プログラムを記録する読出専用メモリである。本実施の形態においては、図1に示すように、ROM13にHTTPサーバプログラム13A及びHTTPクライアントプログラム13Bが記録されている。
【0027】
HTTPサーバプログラム13Aは、外部のHTTPクライアントからの所定の要求を受けて、その要求に係る処理を実現させるものである。具体的には、CPU11によって起動して、外部のHTTPクライアントからの所定の要求を受信し、所定の制御プログラムを起動させてその要求に係る処理を行わせるという機能を果たす。
【0028】
HTTPクライアントプログラム13Bは、外部のHTTPサーバに対して所定の要求を行うためのものである。具体的には、CPU11によって起動して、後述する操作部15によって入力された所定の要求を、外部のHTTPサーバに対して送信するという機能を果たす。
【0029】
不揮発メモリ14は、第1プリンタ1に係る各種パラメータや各種制御プログラムを電気的に書き換え可能に記録するものである。不揮発メモリ14としては、電気的に内容を書き込むことができるPROM(Programmable Read Only Memory)、電気的に内容を書き換えることができるEEPROM、SRAM(Static RAM)、フラッシュメモリ等を採用することができる。
【0030】
不揮発メモリ14には、第1プリンタ1の仕様や型式・製造番号等に由来するID番号と、第1プリンタ1の管理者のパスワードと、第1プリンタ1に付与されたメールアドレスと、第1プリンタ1を起動させる際の初期設定値と、から構成されるパラメータ群が記録されている。なお、本実施の形態における第1プリンタ1の型式番号は「10.1.2.3」とされている。
【0031】
操作部15は、外部のHTTPサーバに対する所定の要求に係る入力を行うためのものであり、本発明における入力手段である。操作部15としては、タッチパネル、カーソルキーや数字入力キー等の各種キー、マウス等のポインティングディバイス、等を採用することができる。
【0032】
表示部16は、外部のHTTPサーバに対する所定の要求に係る表示を行って、操作部15による所定の要求に係る入力を実現させるように機能する。表示部16としては、CRT(Cathode Ray Tube)、LCD(Liquid Crystal Display)等を採用することができる。
【0033】
第2プリンタ2は、図1に示すように、CPU21、ネットワークI/F22、ROM23、不揮発メモリ24、操作部25、表示部26を備えている。第2プリンタ2は、既に説明した第1プリンタ1と実質的に同一の構成を有するので、各構成については説明を省略する。
【0034】
なお、第2プリンタ2の不揮発メモリ24には、第2プリンタ2の仕様や型式・製造番号等に由来するID番号と、第2プリンタ2に付与されたメールアドレスと、から構成されるパラメータ群が記録されている。
【0035】
次に、本実施の形態に係る情報処理システムの制御動作について、図2及び図3を用いて説明する。図2は、本実施の形態に係る情報処理システムの制御動作を説明するためのフローチャートである。
【0036】
まず、第1プリンタ1及び第2プリンタ2の電源を投入し、各々のHTTPサーバプログラム13A、23A及びHTTPクライアントプログラム13B、23Bを起動させる(サーバ/クライアントプログラム起動工程:S1)。
【0037】
次いで、第2プリンタ2の要求により、第1プリンタ1の不揮発メモリ14に記録されたパラメータ群の中の特定パラメータ(管理者のパスワード及び装置起動の際の初期設定値)を第2プリンタ2に転送させる操作(以下、「pull操作」という)を行う。このpull操作の際には、第2プリンタ2が「クライアント」としての役割を、第1プリンタ1が「サーバ」としての役割を、各々担うこととなる。
【0038】
まず、第2プリンタ2に設けられた所定の制御プログラムを起動させて、表示部26の表示画面にpull操作に係る表示を行う(pull操作表示工程:S2)。図3は、表示部26の表示画面にpull操作に係る表示を行った状態を示すものである。すなわち、図3に示した「10.1.2.3(第1プリンタ1の型式番号)から転送されるパラメータを本機に適用します。」が、「pull操作に係る表示」に該当する。
【0039】
次いで、操作部25によって表示部26の表示画面に表示された「o.k.」を指示すると、第2プリンタ2が、HTTPクライアントプログラム23B、ネットワークI/F22、ネットワークケーブルCを介して第1プリンタ1にアクセスし、第1プリンタ1のHTTPサーバプログラム13Aに対して、特定パラメータの転送を要求する旨の信号(外部パラメータ転送要求)を伝送する(パラメータ転送要求工程:S3)。
【0040】
特定パラメータの転送を要求する旨の信号(外部パラメータ転送要求)を受けた第1プリンタ1のHTTPサーバプログラム13Aは、所定の制御プログラムを起動させて、第1プリンタ1の不揮発メモリ14に記録されたパラメータ群のうち、管理者のパスワードと、装置起動の際の初期設定値と、を第2プリンタ2に転送する(パラメータ転送工程:S4)。
【0041】
第1プリンタ1から特定パラメータの転送を受けた第2プリンタ2は、これら特定パラメータを不揮発メモリ24に記録して、pull操作を終了する(パラメータ記録工程:S5)。
【0042】
本実施の形態に係る情報処理装置である第2プリンタ2は、外部のHTTPサーバに対して所定の要求を行うためのHTTPクライアントプログラム23Bと、所定の要求に係る入力を行う入力手段である操作部25と、を備えるので、HTTPサーバを有する外部の装置に対して、操作部25及びHTTPクライアントプログラム23Bを介して所定の要求(外部パラメータ転送要求)を行うことができる。
【0043】
従って、本実施の形態で説明したように、第2プリンタ2を、HTTPサーバプログラムを有する他の情報処理装置である第1プリンタ1に接続した場合には、操作部25及びHTTPクライアントプログラム23Bによって、第1プリンタ1に対して直接的に所定の要求を行うことができる。このため、従来のようなPCを経由した転送方式を採用することなく、また、複雑な転送専用プログラムを作成することなく、プリンタ間における直接的なパラメータ転送が可能な情報処理システムを構築することができる。
【0044】
また、本実施の形態に係る情報処理システムは、HTTPサーバプログラムと、HTTPクライアントプログラムと、所定の要求に係る入力を行う入力手段(操作部)と、を備える第1プリンタ1及び第2プリンタ2を、ネットワークケーブルCを介して接続して構成したものであるため、一方のプリンタの操作部及びHTTPクライアントプログラムにより他方のプリンタに対して所定の要求を行った場合に、他方のプリンタがHTTPサーバプログラムにより所定の要求に係る処理を行うことができる。
【0045】
すなわち、本実施の形態で示したように、第2プリンタ2が第1プリンタ1に対して、第1プリンタ1が所有する特定パラメータを自己に転送するように操作部25及びHTTPクライアントプログラム23Bを介して要求した場合には、第1プリンタ1が、かかる要求(外部パラメータ転送要求)に応じて、HTTPサーバプログラム13Aを介して特定パラメータを第2プリンタ2に転送することができる。従って、従来のようなPCを経由した転送方式を採用することなく、また、複雑な転送専用プログラムを作成することなく、適切なセキュリティの下でプリンタ間における直接的なパラメータ転送が可能となる。
【0046】
[第2の実施の形態]
本実施の形態に係る情報管理システムについて、図4〜図6を用いて説明する。本実施の形態に係る情報管理システムは、第1の実施の形態で用いた第1プリンタ1に、第1の実施の形態で用いた第2プリンタ2と実質的に同一の構成を有する複数のプリンタを接続して構成したものであるので、各プリンタの構成については説明を省略する。
【0047】
図4は、本実施の形態に係る情報管理システムの構成を説明するための概略ブロック図である。情報処理システムは、所定のパラメータを所有する1台の第1プリンタ1と、この第1プリンタ1にネットワークケーブルCを介して接続された第2プリンタ2、第3プリンタ3、・・・、第NプリンタNと、を備えるものである。
【0048】
なお、第2プリンタ2〜第NプリンタNの構成については図示を省略している。また、本実施の形態においては、第2プリンタ2の型式番号を「20.4.5.6」と、第3プリンタ3の型式番号を「30.7.8.9」と、・・・、第NプリンタNの型式番号を「N0.1.2.3」と、各々設定している。
【0049】
第1プリンタ1の不揮発メモリ14には、第1の実施の形態と同様に、第1プリンタ1の仕様や型式・製造番号等に由来するID番号と、第1プリンタ1の管理者のパスワードと、第1プリンタ1に付与されたメールアドレスと、第1プリンタ1を起動させる際の初期設定値と、から構成されるパラメータ群が記録されている。
【0050】
また、第2プリンタ2、第3プリンタ3、・・・、第NプリンタNの不揮発メモリには、各プリンタの仕様や型式・製造番号等に由来するID番号と、各プリンタに付与されたメールアドレスと、から構成されるパラメータ群が記録されている。
【0051】
次に、本実施の形態に係る情報処理システムの制御動作について、図5及び図6を用いて説明する。図5は、本実施の形態に係る情報処理システムの制御動作を説明するためのフローチャートである。
【0052】
まず、ネットワークケーブルCを介して接続されている第1プリンタ1〜第NプリンタNの各々に電源を投入し、各々のHTTPサーバプログラム及びHTTPクライアントプログラムを起動させる(サーバ/クライアントプログラム起動工程:S11)。
【0053】
次いで、第1プリンタ1の要求により、第1プリンタ1の不揮発メモリ14に記録されたパラメータ群の中の特定パラメータ(管理者のパスワード及び装置起動の際の初期設定値)を、第2プリンタ2〜第NプリンタNに転送する操作(以下、「push操作」という)を行う。このpush操作の際には、第1プリンタ1が「クライアント」としての役割を、第2プリンタ2〜第NプリンタNが「サーバ」としての役割を、各々担うこととなる。
【0054】
push操作の際には、まず、第1プリンタ1に設けられた所定の制御プログラムを起動させて、表示部16の表示画面にpush操作に係る表示を行う(push操作表示工程:S12)。図6は、表示部16の表示画面にpush操作に係る表示を行った状態を示すものである。すなわち、図6に示した「本機のパラメータを転送します。転送先 20.4.5.6(第2プリンタ2の型式番号) 30.7.8.9(第3プリンタ3の型式番号) ・・・ N0.1.2.3(第NプリンタNの型式番号)」が、「push操作に係る表示」に該当する。
【0055】
次いで、操作部15によって表示部16の表示画面に表示された「o.k.」を指示すると、第1プリンタ1が、HTTPクライアントプログラム13B、ネットワークI/F12、ネットワークケーブルCを介して第2プリンタ2〜第NプリンタNにアクセスし、第2プリンタ2〜第NプリンタNのHTTPサーバプログラムに対して、特定パラメータの転送を受け入れるよう要求する旨の信号(内部パラメータ受入要求)を伝送する(パラメータ受入要求工程:S13)。
【0056】
特定パラメータの転送を受け入れるよう要求する旨の信号(内部パラメータ受入要求)を受けた第2プリンタ2〜第NプリンタNのHTTPサーバプログラムは、所定の制御プログラムを起動させて、(図示されていない)内部パラメータ転送プログラムによって第1プリンタ1から転送される特定パラメータを受け入れる(パラメータ受入工程:S14)。
【0057】
第1プリンタ1から転送された特定パラメータを受け入れた第2プリンタ2〜第NプリンタNは、これら特定パラメータを各々の不揮発メモリに記録して、push操作を終了する(パラメータ記録工程:S15)。
【0058】
本実施の形態に係る情報処理装置である第1プリンタ1は、外部のHTTPサーバに対して所定の要求を行うためのHTTPクライアントプログラム13Bと、所定の要求に係る入力を行う入力手段である操作部15と、を備えるので、HTTPサーバを有する外部の装置に対して、操作部15及びHTTPクライアントプログラム13Bを介して所定の要求を行うことができる。
【0059】
従って、本実施の形態で説明したように、第1プリンタ1を、HTTPサーバプログラムを有する他の情報処理装置である第2プリンタ2〜第NプリンタNに接続した場合には、操作部15及びHTTPクライアントプログラム13Bによって、第2プリンタ2〜第NプリンタNに対して直接的に所定の要求(内部パラメータ受入要求)を行うことができる。このため、従来のようなPCを経由した転送方式を採用することなく、また、複雑な転送専用プログラムを作成することなく、プリンタ間における直接的なパラメータ転送が可能な情報処理システムを構築することができる。
【0060】
また、本実施の形態に係る情報処理システムは、HTTPサーバプログラムと、HTTPクライアントプログラムと、所定の要求に係る入力を行う入力手段(操作部)と、を備える第1プリンタ1〜第NプリンタNを、ネットワークケーブルCを介して接続して構成したものであるため、一のプリンタの操作部及びHTTPクライアントプログラムにより他のプリンタに対して所定の要求を行った場合に、他のプリンタがHTTPサーバプログラムにより所定の要求に係る処理を行うことができる。
【0061】
すなわち、本実施の形態で示したように、第1プリンタ1が第2プリンタ2〜第NプリンタNに対して、第1プリンタ1が所有する特定パラメータの転送を受け入れるように操作部15及びHTTPクライアントプログラム13Bを介して要求した場合には、第2プリンタ2〜第NプリンタNが、かかる要求(内部パラメータ受入要求)に応じて、HTTPサーバプログラムを介して特定パラメータを受け入れることができる。従って、従来のようなPCを経由した転送方式を採用することなく、また、複雑な転送専用プログラムを作成することなく、プリンタ間における直接的なパラメータ転送が可能となる。
【0062】
また、本実施の形態に係る情報処理システムにおいては、1台のマスタープリンタ(第1プリンタ1)が所有する特定パラメータを、複数のプリンタ(第2プリンタ〜第NプリンタN)に転送することができるので、管理者が第1プリンタ1〜第NプリンタNの各々に出向いて特定パラメータ(管理者のパスワード及び装置起動の際の初期設定値)を入力する必要がない。
【0063】
また、以上の実施の形態に係る情報処理システムによれば、第1プリンタ1や第2プリンタ2に備えられた入力手段(操作部)及びHTTPクライアントプログラムにより、pull操作及びpush操作を簡便に切り替えて実現することができる。
【0064】
なお、第1の実施の形態においては、第2プリンタ2が第1プリンタ1に対して特定パラメータ(管理者のパスワード及び装置起動の際の初期設定値)の転送を要求し、転送させた特定パラメータを不揮発メモリ24に記録しているが、この際、転送前に第2プリンタ2の不揮発メモリ24にあらかじめ記録されている古いパスワードや初期設定値を書き換えることもできる。
【0065】
【発明の効果】
請求項1に記載の発明によれば、外部のHTTPサーバに対して所定の要求を行うためのHTTPクライアントプログラムと、所定の要求に係る入力を行う入力手段と、を備えるので、HTTPサーバを有する外部の装置に対して、入力手段及びHTTPクライアントプログラムを介して所定の要求を行うことができる。
【0066】
従って、本発明に係る情報処理装置を、HTTPサーバを有する他の情報処理装置に接続した場合には、入力手段及びHTTPクライアントプログラムによって、他の情報処理装置に対して直接的に所定の要求を行うことができる。このため、従来のようなPCを経由した転送方式を採用することなく、また、複雑な転送専用プログラムを作成することなく、情報処理装置間における直接的なパラメータ転送が可能な情報処理システムを構築することができる。
【0067】
請求項8に記載の発明によれば、請求項1から7の何れか一項に記載の情報処理装置がネットワークケーブルを介して複数接続されてなるので、一の情報処理装置の入力手段及びHTTPクライアントプログラムにより他の情報処理装置に対して所定の要求を行った場合に、他の情報処理装置がHTTPサーバプログラムにより所定の要求に係る処理を行うことができる。従って、従来のようなPCを経由した転送方式を採用することなく、また、複雑な転送専用プログラムを作成することなく、情報処理装置間における直接的なパラメータ転送が可能となる。
【図面の簡単な説明】
【図1】本発明の第1の実施の形態に係る情報処理システムの構成を説明するための概略ブロック図である。
【図2】図1に示した情報処理システムの制御動作を説明するためのフローチャートである。
【図3】図1に示した情報処理システムの第2プリンタの表示部にpull操作に係る表示を行った状態を示す説明図である。
【図4】本発明の第2の実施の形態に係る情報処理システムの構成を説明するための概略ブロック図である。
【図5】図4に示した情報処理システムの制御動作を説明するためのフローチャートである。
【図6】図4に示した情報処理システムの第1プリンタの表示部にpush操作に係る表示を行った状態を示す説明図である。
【符号の説明】
1     第1プリンタ
11    CPU
12    ネットワークI/F
13    ROM
13A  HTTPサーバプログラム
13B  HTTPクライアントプログラム
14    不揮発メモリ
15    操作部
16    表示部
2     第2プリンタ
21    CPU
22    ネットワークI/F
23    ROM
23A  HTTPサーバプログラム
23B  HTTPクライアントプログラム
24    不揮発メモリ
25    操作部
26    表示部
3     第3プリンタ
4     第4プリンタ
N     第Nプリンタ
C     ネットワークケーブル
S1    サーバ/クライアントプログラム起動工程
S2    pull操作表示工程
S3    パラメータ転送要求工程
S4    パラメータ転送工程
S5    パラメータ記録工程
S11   サーバ/ネットワークプログラム起動工程
S12   push操作表示工程
S13   パラメータ受入要求工程
S14   パラメータ受入工程
S15   パラメータ記録工程
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an information processing device and an information processing system.
[0002]
[Prior art]
In a non-volatile memory of a device (information processing device) that inputs and outputs predetermined information such as a printer, a copier, and a facsimile, an ID number derived from the specification, model, and serial number of the device, and a password of an administrator of the device. And various parameters such as a mail address assigned to the device.
[0003]
Conventionally, in order to check or change such parameters, an HTTP server that accepts access by HTTP (Hyper Text Transfer Protocol) is arranged inside the information processing apparatus, and the information processing apparatus is connected to a PC ( Personal Computer), the PC accesses the HTTP server of the information processing device from the PC, refers to the desired parameter of the information processing device with the browser of the PC, and changes the predetermined parameter with the keyboard of the PC as necessary. Method was adopted.
[0004]
When transferring a parameter owned by one information processing device to another information processing device, the parameters are output to one information processing device to a PC using the method described above, and then the PC is connected to another information processing device. The information processing apparatus is connected to the other information processing apparatus, and parameters relating to one information processing apparatus are input from the PC to another information processing apparatus.
[0005]
[Problems to be solved by the invention]
However, in the transfer method via a PC as described above, parameters cannot be directly transferred after the information processing apparatuses are connected via a network cable, and a PC having a browser or a keyboard is prepared and connected. It had to be done, which was troublesome.
[0006]
On the other hand, instead of employing the above-described transfer method via a PC, a transfer-only program that enables direct parameter transfer between information processing apparatuses may be created.
[0007]
However, since accessible protocols may be different for each information processing device, it is necessary to create a complicated program that enables protocol conversion between information processing devices during parameter transfer. Therefore, it is not practical because it takes time and effort to create the program and the program size becomes large.
[0008]
An object of the present invention is to provide an information processing system capable of extremely efficiently transferring predetermined parameters between apparatuses, and an information processing apparatus constituting the information processing system.
[0009]
[Means for Solving the Problems]
In order to solve the above problems, the invention described in claim 1 is
In an information processing apparatus including an HTTP server program for realizing a process related to a predetermined request from an external HTTP client,
An HTTP client program for making a predetermined request to an external HTTP server;
Input means for inputting the predetermined request;
It is characterized by having.
[0010]
According to the first aspect of the present invention, there is provided an HTTP client program for making a predetermined request to an external HTTP server, and input means for making an input relating to the predetermined request. A predetermined request can be made to an external device via the input unit and the HTTP client program.
[0011]
Therefore, when the information processing apparatus according to the present invention is connected to another information processing apparatus having an HTTP server, a predetermined request is directly sent to the other information processing apparatus by the input unit and the HTTP client program. It can be carried out. For this reason, an information processing system capable of directly transferring parameters between information processing apparatuses without using a conventional transfer method via a PC and without creating a complicated transfer-only program is constructed. can do.
[0012]
According to a second aspect of the present invention, in the information processing apparatus according to the first aspect,
The one-to-one parameter transfer with the external HTTP server can be realized by the HTTP client program.
[0013]
According to a third aspect of the present invention, in the information processing apparatus according to the first or second aspect,
The input means,
The operation unit includes at least one of a touch panel, operation keys, and a pointing device.
[0014]
According to a fourth aspect of the present invention, in the information processing apparatus according to any one of the first to third aspects,
The HTTP client program can realize both an operation of transferring parameters owned by the user to the external HTTP server and an operation of transferring parameters owned by the external HTTP server to the user. It is characterized in that one of the operations can be selected by an input means.
[0015]
According to a fifth aspect of the present invention, in the information processing apparatus according to any one of the first to fourth aspects,
An internal parameter transfer program for sequentially transferring parameters owned by itself to a plurality of external HTTP servers is provided.
[0016]
According to a sixth aspect of the present invention, in the information processing apparatus according to any one of the first to fifth aspects,
A nonvolatile memory for recording predetermined data,
The process according to the predetermined request includes:
It is characterized in that predetermined data recorded in the nonvolatile memory is rewritten.
[0017]
According to a seventh aspect of the present invention, in the information processing apparatus according to any one of the first to sixth aspects,
Using HTTP as a common communication protocol, it is characterized in that both communication with a PC and communication with the external HTTP server can be realized.
[0018]
The invention according to claim 8 is an information processing system,
A plurality of information processing apparatuses according to any one of claims 1 to 7 are connected via a network cable.
[0019]
According to the invention described in claim 8, a plurality of the information processing apparatuses according to any one of claims 1 to 7 are connected via a network cable, so that the input means of one information processing apparatus and the HTTP When a predetermined request is issued to another information processing apparatus by the client program, the other information processing apparatus can perform a process related to the predetermined request by the HTTP server program.
[0020]
Therefore, for example, when one information processing apparatus requests another information processing apparatus to transfer a parameter owned by another information processing apparatus to itself, the other information processing apparatus performs the request. , The parameters can be transferred to one information processing device. When one information processing device requests another information processing device to accept the transfer of a parameter owned by one information processing device to another information processing device, the other information processing device In response to such a request, the transfer of parameters can be accepted.
[0021]
As a result, it is possible to directly transfer parameters between information processing apparatuses without using a conventional transfer method via a PC and without creating a complicated transfer-only program. Further, even when a PC having an HTTP server is connected to one information processing apparatus, the operation can be performed in the same processing as when another information processing apparatus is connected, using HTTP as a common communication protocol.
[0022]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
[0023]
[First Embodiment]
An information processing system according to the present embodiment will be described with reference to FIGS. FIG. 1 is a schematic block diagram for explaining a configuration of the information processing system according to the present embodiment. The information processing system includes a first printer 1 having predetermined parameters, and a second printer 2 connected to the printer 1 via a network cable C. The first printer 1 and the second printer 2 are information processing devices according to the present invention.
[0024]
As shown in FIG. 1, the first printer 1 includes a CPU (Central Processing Unit) 11, a network I / F 12, a ROM (Read Only Memory) 13, a nonvolatile memory 14, an operation unit 15, and a display unit 16.
[0025]
The CPU 10 integrally controls the entire first printer 1 by activating various programs recorded in the ROM 13 and the nonvolatile memory 14. The network I / F 12 is an interface for the first printer 1 to communicate with the second printer 2 via the network cable C.
[0026]
The ROM 13 is a read-only memory that records various control programs for controlling the operation of the printer 1. In the present embodiment, as shown in FIG. 1, an HTTP server program 13A and an HTTP client program 13B are recorded in the ROM 13.
[0027]
The HTTP server program 13A receives a predetermined request from an external HTTP client, and implements processing related to the request. Specifically, it has a function of being activated by the CPU 11, receiving a predetermined request from an external HTTP client, activating a predetermined control program, and performing a process related to the request.
[0028]
The HTTP client program 13B is for making a predetermined request to an external HTTP server. Specifically, it has a function of being activated by the CPU 11 and transmitting a predetermined request input by the operation unit 15 described later to an external HTTP server.
[0029]
The nonvolatile memory 14 stores various parameters and various control programs related to the first printer 1 in an electrically rewritable manner. As the non-volatile memory 14, a PROM (Programmable Read Only Memory) to which contents can be electrically written, an EEPROM, an SRAM (Static RAM), a flash memory, or the like, which can electrically rewrite contents can be adopted.
[0030]
The non-volatile memory 14 stores an ID number derived from the specification, model, and serial number of the first printer 1, a password of an administrator of the first printer 1, a mail address assigned to the first printer 1, a first A parameter group including an initial setting value when the printer 1 is started is recorded. Note that the model number of the first printer 1 in the present embodiment is “10.1.2.2.3”.
[0031]
The operation unit 15 is for inputting a predetermined request to an external HTTP server, and is an input unit in the present invention. As the operation unit 15, a touch panel, various keys such as cursor keys and numeric input keys, a pointing device such as a mouse, and the like can be employed.
[0032]
The display unit 16 functions to perform a display related to a predetermined request to an external HTTP server and realize an input related to the predetermined request by the operation unit 15. As the display unit 16, a CRT (Cathode Ray Tube), an LCD (Liquid Crystal Display), or the like can be used.
[0033]
As shown in FIG. 1, the second printer 2 includes a CPU 21, a network I / F 22, a ROM 23, a nonvolatile memory 24, an operation unit 25, and a display unit 26. The second printer 2 has substantially the same configuration as the first printer 1 already described, and the description of each configuration will be omitted.
[0034]
The non-volatile memory 24 of the second printer 2 stores a parameter group including an ID number derived from the specification, model, and serial number of the second printer 2 and a mail address assigned to the second printer 2. Is recorded.
[0035]
Next, a control operation of the information processing system according to the present embodiment will be described with reference to FIGS. FIG. 2 is a flowchart illustrating a control operation of the information processing system according to the present embodiment.
[0036]
First, the power of the first printer 1 and the second printer 2 is turned on, and the respective HTTP server programs 13A and 23A and the respective HTTP client programs 13B and 23B are activated (server / client program activation step: S1).
[0037]
Next, in response to a request from the second printer 2, the specific parameters (the password of the administrator and the initial settings at the time of starting the apparatus) in the parameter group recorded in the nonvolatile memory 14 of the first printer 1 are transmitted to the second printer 2. An operation for transferring (hereinafter, referred to as “pull operation”) is performed. In the pull operation, the second printer 2 has a role as a “client”, and the first printer 1 has a role as a “server”.
[0038]
First, a predetermined control program provided in the second printer 2 is started, and a display related to a pull operation is displayed on the display screen of the display unit 26 (pull operation display step: S2). FIG. 3 shows a state where a display related to a pull operation is performed on the display screen of the display unit 26. In other words, “Apply the parameters transferred from 101.2.3 (model number of first printer 1) to this machine” shown in FIG. 3 corresponds to “display related to pull operation”. .
[0039]
Next, when "ok" displayed on the display screen of the display unit 26 is instructed by the operation unit 25, the second printer 2 transmits the first printer via the HTTP client program 23B, the network I / F 22, and the network cable C. The printer 1 accesses the printer 1 and transmits a signal (external parameter transfer request) for requesting transfer of a specific parameter to the HTTP server program 13A of the first printer 1 (parameter transfer request step: S3).
[0040]
The HTTP server program 13A of the first printer 1, which has received the signal (external parameter transfer request) for requesting the transfer of the specific parameter, activates a predetermined control program and is recorded in the nonvolatile memory 14 of the first printer 1. The password of the administrator and the initial setting value at the time of starting the apparatus are transferred to the second printer 2 from the parameter group (parameter transfer step: S4).
[0041]
The second printer 2 having received the transfer of the specific parameters from the first printer 1 records these specific parameters in the non-volatile memory 24 and ends the pull operation (parameter recording step: S5).
[0042]
The second printer 2, which is the information processing apparatus according to the present embodiment, includes an HTTP client program 23B for making a predetermined request to an external HTTP server, and an operation as input means for making an input for the predetermined request. And a unit 25, so that a predetermined request (external parameter transfer request) can be made to an external device having an HTTP server via the operation unit 25 and the HTTP client program 23B.
[0043]
Therefore, as described in the present embodiment, when the second printer 2 is connected to the first printer 1, which is another information processing apparatus having an HTTP server program, the operation unit 25 and the HTTP client program 23B , A predetermined request can be made directly to the first printer 1. Therefore, an information processing system capable of directly transferring parameters between printers without using a conventional transfer method via a PC and without creating a complicated transfer-only program is constructed. Can be.
[0044]
Further, the information processing system according to the present embodiment includes a first printer 1 and a second printer 2 each including an HTTP server program, an HTTP client program, and an input unit (operation unit) for inputting a predetermined request. Are connected via a network cable C, so that when a predetermined request is made to the other printer by the operation unit of one printer and the HTTP client program, the other printer is connected to the HTTP server. The processing according to the predetermined request can be performed by the program.
[0045]
That is, as described in the present embodiment, the operation unit 25 and the HTTP client program 23B are transmitted to the first printer 1 so that the second printer 2 transfers the specific parameters owned by the first printer 1 to itself. If the request is made via the HTTP server program 13A, the first printer 1 can transfer the specific parameters to the second printer 2 via the HTTP server program 13A in response to the request (external parameter transfer request). Therefore, it is possible to directly transfer parameters between printers with appropriate security without employing a conventional transfer method via a PC and without creating a complicated transfer-only program.
[0046]
[Second embodiment]
An information management system according to the present embodiment will be described with reference to FIGS. The information management system according to the present embodiment includes a plurality of printers having substantially the same configuration as the second printer 2 used in the first embodiment, in the first printer 1 used in the first embodiment. Since the printer is connected, the description of the configuration of each printer is omitted.
[0047]
FIG. 4 is a schematic block diagram for explaining a configuration of the information management system according to the present embodiment. The information processing system includes one first printer 1 having predetermined parameters, and second, third, third,... Printers connected to the first printer 1 via a network cable C. N printer N.
[0048]
In addition, illustration of the configuration of the second printer N to the Nth printer N is omitted. Further, in the present embodiment, the model number of the second printer 2 is “20.4.5.6”, the model number of the third printer 3 is “30.7.8.9”, and so on. , The model number of the Nth printer N is set to “N0.1.2.3”.
[0049]
As in the first embodiment, the nonvolatile memory 14 of the first printer 1 stores an ID number derived from the specifications, model, and serial number of the first printer 1, a password of an administrator of the first printer 1, and the like. , A parameter group including an e-mail address given to the first printer 1 and an initial setting value for activating the first printer 1 are recorded.
[0050]
The non-volatile memory of the second printer 2, the third printer 3,..., The N-th printer N stores ID numbers derived from the specifications, models, and serial numbers of the respective printers, and mails assigned to the respective printers. An address and a parameter group composed of the address are recorded.
[0051]
Next, a control operation of the information processing system according to the present embodiment will be described with reference to FIGS. FIG. 5 is a flowchart illustrating a control operation of the information processing system according to the present embodiment.
[0052]
First, power is turned on to each of the first printer N to the Nth printer N connected via the network cable C, and each HTTP server program and HTTP client program are started (server / client program starting step: S11). ).
[0053]
Next, in response to a request from the first printer 1, specific parameters (a password of an administrator and an initial setting value at the time of starting the apparatus) in the parameter group recorded in the nonvolatile memory 14 of the first printer 1 are transferred to the second printer 2. To an Nth printer N (hereinafter, referred to as a “push operation”). At the time of this push operation, the first printer 1 plays a role as a “client”, and the second to Nth printers N play a role as a “server”.
[0054]
At the time of the push operation, first, a predetermined control program provided in the first printer 1 is started, and a display related to the push operation is performed on the display screen of the display unit 16 (push operation display step: S12). FIG. 6 shows a state where a display related to the push operation is performed on the display screen of the display unit 16. That is, “Transfer the parameters of this machine. Transfer destination 20.4.5.6 (model number of the second printer 2) 30.7.8.9 (model number of the third printer 3) shown in FIG. N0.1.2.3 (model number of Nth printer N) "corresponds to" display related to push operation ".
[0055]
Next, when "ok" displayed on the display screen of the display unit 16 is instructed by the operation unit 15, the first printer 1 transmits the second printer via the HTTP client program 13B, the network I / F 12, and the network cable C. The printer accesses the printers 2 to N and transmits a signal (internal parameter acceptance request) to the HTTP server programs of the second to Nth printers N to request to accept the transfer of the specific parameter ( Parameter acceptance requesting step: S13).
[0056]
The HTTP server programs of the second printer N to the Nth printer N, which have received the signal (internal parameter acceptance request) requesting to accept the transfer of the specific parameter, activate a predetermined control program (not shown). ) Accept specific parameters transferred from the first printer 1 by the internal parameter transfer program (parameter receiving step: S14).
[0057]
The second printer N to the N-th printer N that have received the specific parameters transferred from the first printer 1 record these specific parameters in their respective non-volatile memories, and end the push operation (parameter recording step: S15).
[0058]
The first printer 1, which is the information processing apparatus according to the present embodiment, includes an HTTP client program 13B for making a predetermined request to an external HTTP server, and an operation as an input unit for making an input for the predetermined request. Since the system includes the unit 15, a predetermined request can be made to an external device having an HTTP server via the operation unit 15 and the HTTP client program 13B.
[0059]
Therefore, as described in the present embodiment, when the first printer 1 is connected to the second printer N to the Nth printer N, which are other information processing apparatuses having the HTTP server program, the operation unit 15 and the The HTTP client program 13B can directly make a predetermined request (internal parameter acceptance request) to the second printer N to the Nth printer N. Therefore, an information processing system capable of directly transferring parameters between printers without using a conventional transfer method via a PC and without creating a complicated transfer-only program is constructed. Can be.
[0060]
Further, the information processing system according to the present embodiment includes a first printer N to an Nth printer N including an HTTP server program, an HTTP client program, and input means (operation unit) for inputting a predetermined request. Are connected via a network cable C, so that when a predetermined request is made to another printer by the operation unit of one printer and the HTTP client program, the other printer is connected to the HTTP server. The processing according to the predetermined request can be performed by the program.
[0061]
That is, as described in the present embodiment, the operation unit 15 and the HTTP are so arranged that the first printer 1 accepts the transfer of the specific parameters owned by the first printer 1 to the second printer N to the Nth printer N. When a request is made via the client program 13B, the second printer N to the Nth printer N can accept specific parameters via the HTTP server program in response to the request (internal parameter acceptance request). Therefore, it is possible to directly transfer parameters between printers without using a conventional transfer method via a PC and without creating a complicated transfer-only program.
[0062]
Further, in the information processing system according to the present embodiment, specific parameters possessed by one master printer (first printer 1) can be transferred to a plurality of printers (second printer to Nth printer N). Since it is possible, there is no need for the administrator to go to each of the first to Nth printers N and input the specific parameters (the administrator's password and the initial setting value when the apparatus is started).
[0063]
Further, according to the information processing system according to the above-described embodiment, the pull operation and the push operation are easily switched by the input means (operation unit) and the HTTP client program provided in the first printer 1 and the second printer 2. Can be realized.
[0064]
In the first embodiment, the second printer 2 requests the first printer 1 to transfer specific parameters (the password of the administrator and the initial setting value when the apparatus is started) to the first printer 1 and transmits the specified parameter. Although the parameters are recorded in the non-volatile memory 24, at this time, an old password or an initial set value which is pre-recorded in the non-volatile memory 24 of the second printer 2 can be rewritten before the transfer.
[0065]
【The invention's effect】
According to the first aspect of the present invention, there is provided an HTTP client program for making a predetermined request to an external HTTP server, and input means for making an input relating to the predetermined request. A predetermined request can be made to an external device via the input unit and the HTTP client program.
[0066]
Therefore, when the information processing apparatus according to the present invention is connected to another information processing apparatus having an HTTP server, a predetermined request is directly sent to the other information processing apparatus by the input unit and the HTTP client program. It can be carried out. For this reason, an information processing system capable of directly transferring parameters between information processing apparatuses without using a conventional transfer method via a PC and without creating a complicated transfer-only program is constructed. can do.
[0067]
According to the invention described in claim 8, a plurality of the information processing apparatuses according to any one of claims 1 to 7 are connected via a network cable, so that the input means of one information processing apparatus and the HTTP When a predetermined request is issued to another information processing apparatus by the client program, the other information processing apparatus can perform a process related to the predetermined request by the HTTP server program. Therefore, it is possible to directly transfer parameters between information processing apparatuses without using a conventional transfer method via a PC and without creating a complicated transfer-only program.
[Brief description of the drawings]
FIG. 1 is a schematic block diagram illustrating a configuration of an information processing system according to a first embodiment of the present invention.
FIG. 2 is a flowchart illustrating a control operation of the information processing system illustrated in FIG. 1;
FIG. 3 is an explanatory diagram illustrating a state where a display related to a pull operation is performed on a display unit of a second printer of the information processing system illustrated in FIG. 1;
FIG. 4 is a schematic block diagram illustrating a configuration of an information processing system according to a second embodiment of the present invention.
FIG. 5 is a flowchart illustrating a control operation of the information processing system shown in FIG. 4;
6 is an explanatory diagram illustrating a state in which a display related to a push operation is performed on a display unit of a first printer of the information processing system illustrated in FIG. 4;
[Explanation of symbols]
1 First printer
11 CPU
12 Network I / F
13 ROM
13A HTTP server program
13B HTTP client program
14 Non-volatile memory
15 Operation unit
16 Display
2 Second printer
21 CPU
22 Network I / F
23 ROM
23A HTTP server program
23B HTTP client program
24 Non-volatile memory
25 Operation unit
26 Display
3 Third printer
4 4th printer
N Nth printer
C Network cable
S1 server / client program startup process
S2 pull operation display step
S3 Parameter transfer request process
S4 Parameter transfer process
S5 Parameter recording process
S11 Server / network program startup process
S12 push operation display step
S13 Parameter acceptance request process
S14 Parameter acceptance process
S15 Parameter recording process

Claims (8)

外部HTTPクライアントからの所定の要求に係る処理を実現させるHTTPサーバプログラムを備える情報処理装置において、
外部HTTPサーバに対して所定の要求を行うためのHTTPクライアントプログラムと、
前記所定の要求に係る入力を行う入力手段と、
を備えることを特徴とする情報処理装置。
In an information processing apparatus including an HTTP server program for realizing a process related to a predetermined request from an external HTTP client,
An HTTP client program for making a predetermined request to an external HTTP server,
Input means for inputting the predetermined request;
An information processing apparatus comprising:
前記HTTPクライアントプログラムによって、前記外部HTTPサーバとの1対1のパラメータ転送が実現可能であることを特徴とする請求項1に記載の情報処理装置。2. The information processing apparatus according to claim 1, wherein the HTTP client program can realize one-to-one parameter transfer with the external HTTP server. 前記入力手段は、
タッチパネル、操作キー、ポインティングディバイスの少なくとも一つから構成される操作部であることを特徴とする請求項1又は2に記載の情報処理装置。
The input means,
The information processing apparatus according to claim 1, wherein the information processing apparatus is an operation unit including at least one of a touch panel, operation keys, and a pointing device.
前記HTTPクライアントプログラムによって、前記外部HTTPサーバに対して自己が所有するパラメータを転送する操作と、前記外部HTTPサーバが所有するパラメータを自己に転送させる操作と、の双方が実現可能で、かつ、前記入力手段によって前記操作のうち何れか一方が選択可能であることを特徴とする請求項1から3の何れか一項に記載の情報処理装置。The HTTP client program can realize both an operation of transferring parameters owned by the user to the external HTTP server and an operation of transferring parameters owned by the external HTTP server to the user. 4. The information processing apparatus according to claim 1, wherein one of the operations can be selected by an input unit. 複数の前記外部HTTPサーバに対して自己が所有するパラメータを順次転送する内部パラメータ転送プログラムを備えることを特徴とする請求項1から4の何れか一項に記載の情報処理装置。The information processing apparatus according to any one of claims 1 to 4, further comprising an internal parameter transfer program for sequentially transferring parameters owned by itself to the plurality of external HTTP servers. 所定のデータを記録する不揮発メモリを備え、
前記所定の要求に係る処理は、
前記不揮発メモリに記録されている所定のデータの書換えであることを特徴とする請求項1から5の何れか一項に記載の情報処理装置。
A nonvolatile memory for recording predetermined data,
The process according to the predetermined request includes:
The information processing apparatus according to claim 1, wherein the predetermined data is rewritten in the non-volatile memory.
HTTPを共通の通信規約として、PCとの通信と、前記外部HTTPサーバとの通信と、の双方が実現可能であることを特徴とする請求項1から6の何れか一項に記載の情報処理装置。The information processing according to any one of claims 1 to 6, wherein both communication with a PC and communication with the external HTTP server can be realized using HTTP as a common communication protocol. apparatus. 請求項1から7の何れか一項に記載の情報処理装置がネットワークケーブルを介して複数接続されてなることを特徴とする情報処理システム。8. An information processing system comprising a plurality of information processing apparatuses according to claim 1 connected via a network cable.
JP2002188893A 2002-06-28 2002-06-28 Information processing unit and information processing system Pending JP2004030483A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2002188893A JP2004030483A (en) 2002-06-28 2002-06-28 Information processing unit and information processing system
US10/602,140 US20040032614A1 (en) 2002-06-28 2003-06-23 Image forming apparatus and information sharing system for image forming apparatus
US12/145,386 US20090033983A1 (en) 2002-06-28 2008-06-24 Image forming apparatus and information sharing system for image forming apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002188893A JP2004030483A (en) 2002-06-28 2002-06-28 Information processing unit and information processing system

Publications (1)

Publication Number Publication Date
JP2004030483A true JP2004030483A (en) 2004-01-29

Family

ID=31183453

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002188893A Pending JP2004030483A (en) 2002-06-28 2002-06-28 Information processing unit and information processing system

Country Status (1)

Country Link
JP (1) JP2004030483A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005301611A (en) * 2004-04-09 2005-10-27 Fuji Xerox Co Ltd Parameter processor and parameter setting method therefor
JP2006088546A (en) * 2004-09-24 2006-04-06 Fuji Xerox Co Ltd Printing system and method for setting its set value
CN104780290A (en) * 2011-03-18 2015-07-15 柯尼卡美能达株式会社 Image processing apparatus, image processing system, and computer controlling method
CN107040684A (en) * 2015-09-17 2017-08-11 株式会社东芝 Image processing system and printing process

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005301611A (en) * 2004-04-09 2005-10-27 Fuji Xerox Co Ltd Parameter processor and parameter setting method therefor
JP2006088546A (en) * 2004-09-24 2006-04-06 Fuji Xerox Co Ltd Printing system and method for setting its set value
JP4548068B2 (en) * 2004-09-24 2010-09-22 富士ゼロックス株式会社 Printing system
CN104780290A (en) * 2011-03-18 2015-07-15 柯尼卡美能达株式会社 Image processing apparatus, image processing system, and computer controlling method
CN104780290B (en) * 2011-03-18 2018-03-02 柯尼卡美能达株式会社 Image processing apparatus, image processing system and computer control method
CN107040684A (en) * 2015-09-17 2017-08-11 株式会社东芝 Image processing system and printing process
CN107040684B (en) * 2015-09-17 2019-03-08 株式会社东芝 Image forming apparatus and printing process

Similar Documents

Publication Publication Date Title
US8800023B2 (en) Remote access architecture enabling a client to perform an operation
US20020040332A1 (en) Article ordering method, article order managing apparatus, and program storage medium
US9633132B2 (en) Electronic device and web information providing method thereof
US6799297B2 (en) Form printing solutions web server using a java vending machine for pulling a jetsend form print job from a server and outputting to a device
JP5995602B2 (en) Image processing apparatus, information processing method, and program
CN104488254A (en) Multifunction peripheral, multifunction peripheral control system, and multifunction peripheral management method
JP7147301B2 (en) Information processing server and program
JP2016009471A (en) Device introduction information delivery device, data structure of device introduction program, and device introduction information delivery program
JP3783665B2 (en) Image forming apparatus and network system
US7752438B2 (en) Secure resource access
JP2006209571A (en) Image forming apparatus, and system for distributing printer driver
JP2003233544A (en) Information processing system, server, peripheral equipment, control method of information processing system, control method of server, control method of peripheral equipment, control program of information processing system, control program of server, control program of peripheral equipment, and storage medium
JP2004030483A (en) Information processing unit and information processing system
JP2009075923A (en) File system, data processor, file reference method, program, and storage medium
JPH09248951A (en) Printing controlling apparatus and printing system
JP4730604B2 (en) Image forming apparatus
JP2007011942A (en) User authentication information linkage system
JP6597314B2 (en) File sharing support system, network storage device, file sharing support method, and file sharing support program
JP5150820B2 (en) Document management apparatus and control method therefor, document management system, and program
JP6354383B2 (en) Device introduction information distribution apparatus, device introduction information distribution program and system
JP5847528B2 (en) Image forming apparatus, image forming apparatus control method, and program
JP5395594B2 (en) Information processing system, information processing apparatus, information processing method, and program
JP3948127B2 (en) Data processing apparatus and data processing method
JP2012185598A (en) Information processing system, management server, terminal device, information processing method and program
US9189180B1 (en) Converting page description language to enhance the capabilities of multifunction peripherals

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050308

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070824

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070918

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071116

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080122

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080520