JP2009015750A - Network system and program - Google Patents

Network system and program Download PDF

Info

Publication number
JP2009015750A
JP2009015750A JP2007179327A JP2007179327A JP2009015750A JP 2009015750 A JP2009015750 A JP 2009015750A JP 2007179327 A JP2007179327 A JP 2007179327A JP 2007179327 A JP2007179327 A JP 2007179327A JP 2009015750 A JP2009015750 A JP 2009015750A
Authority
JP
Japan
Prior art keywords
control server
request
information
server
client terminal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2007179327A
Other languages
Japanese (ja)
Other versions
JP5040486B2 (en
Inventor
Hideo Nakamura
英雄 中村
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2007179327A priority Critical patent/JP5040486B2/en
Publication of JP2009015750A publication Critical patent/JP2009015750A/en
Application granted granted Critical
Publication of JP5040486B2 publication Critical patent/JP5040486B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a network system and a program that enable control of a device without installation of a device driver in a client. <P>SOLUTION: Upon receiving an application execution request involving a device operation, a control server 3 generates device control information for device control, saves the device control information, and then generates and sends to the client terminal 31 first response data to the application execution request. Upon receiving the first response data, the client terminal 31 sends a device operation request to the device 4. Upon receiving the device operation request, the device 4 sends a device control information request to the control server 3 to receive the device control information from the control server 3, then operates according to the device control information, and sends the result as second response data to the client terminal 31. The client terminal 31 receives the second response data. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、LAN、インターネット等のネットワークを介してデバイスの制御を行うネットワークシステムおよびプログラムに関するものである。   The present invention relates to a network system and a program for controlling devices via a network such as a LAN or the Internet.

従来、一般的にコンピュータからデバイスを使用する場合、デバイス製造メーカより提供される特定のOS専用のデバイスドライバをコンピュータにインストールしてデバイス(プリンタ、スキャナ等の周辺デバイス)を動作させる。また、多数のコンピュータによりデバイスを共有する場合においては、デバイスに対応するデバイスドライバを、ネットワーク上に設けられたサーバ(集中ドライバストレージ)により一括管理し、各コンピュータ(クライアント)に配布する方法が知られている(例えば、特許文献1参照)。この場合、サーバでは、デバイスドライバをWindows2000(登録商標)やWindowsXP(登録商標)等のOS毎に管理すると共に、当該デバイスドライバのバージョン(版数)の管理を行い、各クライアントのOSに応じてデバイスドライバを配布することで、各クライアントからデバイス(共有デバイス)を使用可能にしている。
特開2004−303252号公報
Conventionally, when a device is generally used from a computer, a device driver for a specific OS provided by a device manufacturer is installed in the computer to operate the device (peripheral devices such as a printer and a scanner). In addition, when a device is shared by many computers, a method is known in which device drivers corresponding to the device are collectively managed by a server (centralized driver storage) provided on the network and distributed to each computer (client). (For example, refer to Patent Document 1). In this case, the server manages the device driver for each OS such as Windows 2000 (registered trademark) or Windows XP (registered trademark), and also manages the version (version number) of the device driver according to the OS of each client. By distributing device drivers, devices (shared devices) can be used from each client.
JP 2004-303252 A

しかし、上記では、デバイスを使用するためには、各クライアントにデバイスドライバをインストールする必要があり、このデバイスドライバはOSに依存して動作するため、クライアントの処理負荷が大きくなる。また、デバイスメーカ側も、各クライアントのOSの種類ごとに、対応したデバイスドライバを開発する必要があり、開発コストが大きくなるという問題がある。   However, in the above, in order to use a device, it is necessary to install a device driver in each client. Since this device driver operates depending on the OS, the processing load on the client increases. Also, the device manufacturer has to develop a corresponding device driver for each client OS type, which increases the development cost.

本発明は、上記の問題点に鑑みたものであり、クライアントにデバイスドライバをインストールすることなくデバイスを制御することができるネットワークシステムおよびプログラムを提供することを目的とする。   SUMMARY An advantage of some aspects of the invention is that it provides a network system and a program capable of controlling a device without installing a device driver in a client.

本発明のネットワークシステムは、アプリケーションの実行を要求する1以上のクライアント端末と、当該クライアント端末の操作に伴って動作する1以上のデバイスと、アプリケーションを実行すると共にデバイスを制御する1以上の制御サーバと、を有し、少なくともクライアント端末と制御サーバ、デバイスと制御サーバ、およびクライアント端末とデバイス、がそれぞれネットワーク接続されたネットワークシステムであって、制御サーバは、クライアント端末から、デバイス動作を伴うアプリケーション実行要求を受信する実行要求受信手段と、アプリケーション実行要求の受信に伴ってデバイスを制御するためのデバイス制御情報を生成するデバイス制御情報生成手段と、生成したデバイス制御情報をデバイス別のキューに保存するデバイス制御情報保存手段と、デバイス制御情報の保存に伴って、アプリケーションの実行結果を含む第1応答データを生成する第1応答データ生成手段と、第1応答データをクライアント端末に送信する第1応答データ送信手段と、を備え、クライアント端末は、制御サーバからの第1応答データの受信に伴って、デバイスに対しデバイス動作要求を送信する動作要求手段と、デバイス動作要求に対するデバイスの動作結果を含む第2応答データを受信する動作結果受信手段と、を備え、デバイスは、クライアント端末からのデバイス動作要求の受信に伴って、制御サーバに対しデバイス制御情報要求を送信するデバイス制御情報要求送信手段と、デバイス制御情報要求に対して制御サーバがデバイス別のキューから取り出したデバイス制御情報を受信し、当該デバイス制御情報に従って動作する動作手段と、動作手段の動作結果を、第2応答データとしてクライアント端末に送信する動作結果送信手段と、を備えたことを特徴とする。   The network system of the present invention includes one or more client terminals that request execution of an application, one or more devices that operate in accordance with the operation of the client terminal, and one or more control servers that execute the application and control the devices A network system in which at least a client terminal and a control server, a device and a control server, and a client terminal and a device are connected to a network, respectively, and the control server executes an application with device operation from the client terminal. Execution request receiving means for receiving a request, device control information generating means for generating device control information for controlling a device upon reception of an application execution request, and storing the generated device control information in a queue for each device Device control information storing means, first response data generating means for generating first response data including an execution result of the application in association with storage of the device control information, and first information for transmitting the first response data to the client terminal Response data transmission means, and the client terminal sends an operation request means for transmitting a device operation request to the device in response to the reception of the first response data from the control server, and the operation result of the device in response to the device operation request. Operation result receiving means for receiving the second response data including the device, and the device transmits a device control information request to the control server in response to the reception of the device operation request from the client terminal. In response to a device control information request, the device fetched from the device-specific queue by the control server Receiving the control information, an operation unit which operates in accordance with the device-control information, the operation result of the operation means, the operation result transmission means for transmitting a second response data to the client terminal, comprising the.

この構成によれば、クライアント端末が、デバイス動作を伴うアプリケーション実行要求を送信すると、制御サーバは、当該アプリケーション実行要求に基づいて、対象となるデバイスを制御するためのデバイス制御情報を生成し、デバイス別のキューに保存する。そして、デバイス制御情報の保存後、アプリケーションの実行結果を含む第1応答データを生成し、当該第1応答データをクライアント端末に送信する。クライアント端末は、受信した第1応答データに基づいて、対象となるデバイスに対してデバイス動作要求を送信する。デバイス動作要求を受信したデバイスは、制御サーバに対してデバイス制御情報を要求し、制御サーバから当該デバイスに対応するデバイス別キューに保存されているデバイス制御情報を受信する。そして、デバイスは、このデバイス制御情報に基づいて自身を動作させ、その動作結果をクライアント端末に送信し、クライアント端末が当該動作結果を受信することで、一連のデバイス動作に関する処理が完了する。これにより、制御サーバが各デバイスのデバイス制御情報を管理し、各デバイスは当該デバイス制御情報に基づいて動作制御を行うため、クライアント端末にデバイスドライバをインストールすることなく、クライアント端末からの動作要求に基づき、デバイスを使用することができる。また、クライアント端末にデバイスドライバが不要になるため、デバイスの使用に係るクライアント端末の処理の負荷を軽減することができる。さらに、デバイスメーカにとっては、各クライアント端末のOSの種類毎にデバイスドライバを作成する必要がなくなり、これに係る開発コストを削減できるといった効果がある。   According to this configuration, when the client terminal transmits an application execution request accompanied by a device operation, the control server generates device control information for controlling the target device based on the application execution request. Save to another queue. Then, after storing the device control information, first response data including the execution result of the application is generated, and the first response data is transmitted to the client terminal. The client terminal transmits a device operation request to the target device based on the received first response data. The device that has received the device operation request requests device control information from the control server, and receives device control information stored in the device-specific queue corresponding to the device from the control server. Then, the device operates itself based on the device control information, transmits the operation result to the client terminal, and the client terminal receives the operation result, thereby completing a series of processing relating to the device operation. As a result, the control server manages device control information of each device, and each device performs operation control based on the device control information. Therefore, an operation request from the client terminal can be made without installing a device driver in the client terminal. Based on the device can be used. In addition, since a device driver is not required for the client terminal, it is possible to reduce the processing load on the client terminal related to the use of the device. Further, for the device manufacturer, there is no need to create a device driver for each type of OS of each client terminal, and there is an effect that the development cost related to this can be reduced.

この場合、制御サーバは、HTTPサーバを備え、デバイスは、HTTPサーバおよびHTTPクライアント、を備え、クライアント端末は、プラグイン機能を有しない単機能ブラウザを備え、制御サーバ、クライアント端末およびデバイスは、ハイパーテキスト転送プロトコルに基づいて通信を行うことが好ましい。   In this case, the control server includes an HTTP server, the device includes an HTTP server and an HTTP client, the client terminal includes a single function browser having no plug-in function, and the control server, the client terminal, and the device Communication is preferably performed based on a text transfer protocol.

この構成によれば、クライアント端末は、単機能ブラウザを使用して、制御サーバおよびデバイスとハイパーテキスト転送プロトコル(HTTP)に基づいて通信を行うことで、クライアント端末の環境(クライアント端末のOSの種類等)に依存することなく、デバイス(例えば、プリンタ、スキャナ等の周辺機器)にアクセスすることができる。また、クライアント端末はOSの種類やブラウザに依存したプラグインモジュールが不要であるため、例えば、プラグインモジュールが提供されておらず、デバイスが使用できないといったことがなくなる。なお、ここで言う単機能ブラウザとは、プラグインモジュールをインストールしていない標準のブラウザである。   According to this configuration, the client terminal communicates with the control server and the device based on the hypertext transfer protocol (HTTP) using a single function browser, so that the environment of the client terminal (the type of OS of the client terminal) And the like (for example, peripheral devices such as a printer and a scanner) can be accessed. In addition, since the client terminal does not require a plug-in module depending on the type of OS or browser, for example, the plug-in module is not provided and the device cannot be used. The single-function browser here is a standard browser in which no plug-in module is installed.

これらの場合、第1応答データには、少なくともデバイスを特定するデバイス特定情報およびデバイスの動作を指定する動作情報を含むタグが挿入されており、動作要求手段は、タグの情報に基づいて、デバイス動作要求を送信することが好ましい。   In these cases, the first response data includes a tag including at least device specifying information for specifying the device and operation information for specifying the operation of the device, and the operation requesting means Preferably, an operation request is transmitted.

また、これらの場合、動作要求手段は、受信した第1応答データに、少なくともデバイスを特定するデバイス特定情報およびデバイスの動作を指定する動作情報を含むタグを挿入し、当該タグの情報に基づいて、デバイス動作要求を送信することが好ましい。   In these cases, the operation requesting unit inserts a tag including at least device specifying information for specifying the device and operation information for specifying the operation of the device into the received first response data, and based on the information of the tag Preferably, the device operation request is transmitted.

これらの構成によれば、制御サーバによりデバイス特定情報および動作情報を含むタグが挿入された第1応答データ、またはクライアント端末により動的にデバイス特定情報および動作情報を含むタグを挿入した第1応答データに基づいて、デバイス動作要求を送信する。これにより、制御サーバとデバイスとのドメインが異なる場合においても、制御サーバとデバイスとがシームレスに連携することができる。また、クライアント端末を使用するユーザは、デバイスに関する情報を意識することなくデバイスを使用することができる。   According to these configurations, the first response data in which the tag including the device identification information and the operation information is inserted by the control server, or the first response in which the tag including the device identification information and the operation information is dynamically inserted by the client terminal A device operation request is transmitted based on the data. Thereby, even when the domains of the control server and the device are different, the control server and the device can cooperate seamlessly. In addition, a user who uses the client terminal can use the device without being aware of information about the device.

これらの場合、ネットワークには、複数の制御サーバが接続されており、動作要求手段は、デバイスがアクセスする制御サーバを特定する制御サーバ特定情報を有し、デバイス制御情報要求送信手段は、制御サーバ特定情報に基づいて、対象となる制御サーバにデバイス制御情報要求を送信することが好ましい。   In these cases, a plurality of control servers are connected to the network, the operation requesting means has control server specifying information for specifying the control server accessed by the device, and the device control information request transmitting means is the control server. It is preferable to transmit a device control information request to the target control server based on the specific information.

この構成によれば、複数の制御サーバが存在する場合、クライアント端末がアプリケーション実行を要求した制御サーバと、デバイスがデバイス制御情報を要求する制御サーバと、が同一の制御サーバでなければならず、対象となる制御サーバを特定する必要がある。この場合、デバイスは、クライアント端末からの制御サーバ特定情報により、クライアント端末がアプリケーション実行を要求した制御サーバを特定することができ、確実に同一の制御サーバに対してデバイス制御情報を要求することができる。   According to this configuration, when there are a plurality of control servers, the control server from which the client terminal requests application execution and the control server from which the device requests device control information must be the same control server, It is necessary to specify the target control server. In this case, the device can specify the control server from which the client terminal requested the application execution based on the control server specifying information from the client terminal, and can reliably request the device control information from the same control server. it can.

これらの場合、制御サーバは、クライアント端末を使用するユーザのアカウントを管理し、ユーザの認証を行うユーザ認証手段と、デバイスのアカウントを管理し、デバイスの認証を行うデバイス認証手段と、を備えたことが好ましい。   In these cases, the control server includes a user authentication unit that manages a user account using the client terminal and performs user authentication, and a device authentication unit that manages the device account and performs device authentication. It is preferable.

この構成によれば、ユーザのアカウント管理およびユーザ認証を行うことで、不正アクセスによる情報の改竄や漏洩を防止することができる。また、デバイスのアカウント管理およびデバイス認証を行うことで、確実にデバイスを識別することができ、誤って別のデバイスにデータを送信する等のトラブルを防止することができる。   According to this configuration, it is possible to prevent falsification or leakage of information due to unauthorized access by performing user account management and user authentication. In addition, by performing device account management and device authentication, the device can be reliably identified, and troubles such as sending data to another device by mistake can be prevented.

これらの場合、デバイスは、デバイス本体とデバイスアダプタと、で構成され、デバイス本体は、デバイスアダプタを介してクライアント端末および制御サーバと接続され、デバイスアダプタは、クライアント端末からのデバイス動作要求に基づき、制御サーバに対しデバイス制御情報要求を送信することが好ましい。   In these cases, the device is composed of a device body and a device adapter, the device body is connected to the client terminal and the control server via the device adapter, and the device adapter is based on a device operation request from the client terminal, It is preferable to send a device control information request to the control server.

この構成によれば、デバイスアダプタを介してデバイス本体と、クライアント端末および制御サーバと、をネットワーク接続できる。そして、デバイスアダプタによりクライアント端末からのデバイス動作要求等を受信すると共に、制御サーバに対してデバイス制御情報を送信し、その結果に基づいてデバイス本体の動作制御を行うことができる。これにより、デバイス本体が直接ネットワークに接続できない場合でも、クライアント端末からネットワークを介してデバイスを使用することができる。   According to this configuration, the device main body, the client terminal, and the control server can be connected to the network via the device adapter. The device adapter can receive a device operation request from the client terminal, transmit device control information to the control server, and perform operation control of the device body based on the result. Thereby, even when the device body cannot be directly connected to the network, the device can be used from the client terminal via the network.

これらの場合、制御サーバとクライアント端末、制御サーバとデバイス、がそれぞれインターネット接続されていることが好ましい。   In these cases, it is preferable that the control server and the client terminal, and the control server and the device are respectively connected to the Internet.

この構成によれば、制御サーバをインターネット上に配置することで、クライアント端末およびデバイスの設置場所に拘らず、制御サーバにアクセスし、アプリケーションおよびデバイスを使用することができる。   According to this configuration, by arranging the control server on the Internet, it is possible to access the control server and use the application and the device regardless of the installation location of the client terminal and the device.

これらの場合、制御サーバは、POSサーバとして機能し、クライアント端末は、POS端末として機能することが好ましい。   In these cases, it is preferable that the control server functions as a POS server and the client terminal functions as a POS terminal.

この構成によれば、各POS端末にアプリケーションやデバイスドライバをインストールする必要がないため、POS端末の低廉化を図ることができると共に、保守・管理に要する時間やコストを軽減できる。   According to this configuration, since it is not necessary to install an application or a device driver in each POS terminal, it is possible to reduce the cost of the POS terminal and reduce the time and cost required for maintenance and management.

これらの場合、制御サーバに接続されると共に、当該制御サーバと同様の処理を行う代理制御サーバを、さらに備え、代理制御サーバは、制御サーバが異常状態となった場合、制御サーバの処理を代理実行することが好ましい。   In these cases, a proxy control server that is connected to the control server and performs processing similar to that of the control server is further provided, and the proxy control server substitutes processing of the control server when the control server is in an abnormal state. It is preferable to carry out.

この構成によれば、制御サーバが異常状態の場合、代理制御サーバにより、クライアント端末からの処理要求、およびデバイスからのデバイス制御情報要求を代理実行することができる。これにより、代理制御サーバを制御サーバのバックアップサーバとして使用することができると共に、クライアント端末およびデバイスは制御サーバの不具合を意識することなく、アプリケーションの実行結果およびデバイス制御情報を取得することができる。なお、異常状態とは、正常状態でない状態であり、例えば、制御サーバのアプリケーションからの応答がない場合や、制御サーバが故障した場合をいう。   According to this configuration, when the control server is in an abnormal state, the proxy control server can execute a processing request from the client terminal and a device control information request from the device. Thereby, the proxy control server can be used as a backup server of the control server, and the client terminal and the device can acquire the execution result of the application and the device control information without being aware of the malfunction of the control server. The abnormal state is a state that is not a normal state, and refers to, for example, a case where there is no response from the control server application or a case where the control server fails.

この場合、制御サーバと代理制御サーバとの間で、アプリケーション実行要求に関する情報の同期を取ることが好ましい。   In this case, it is preferable to synchronize information regarding application execution requests between the control server and the proxy control server.

この構成によれば、制御サーバと代理制御サーバの同期を取ることができ、例えば、制御サーバが異常状態になった場合でも、クライアント端末は、制御サーバに実行要求した場合と同一の実行結果を取得することができ、また、デバイスは、制御サーバに制御情報を要求した場合と同一の応答結果を取得することができる。   According to this configuration, the control server and the proxy control server can be synchronized. For example, even when the control server is in an abnormal state, the client terminal displays the same execution result as when the control server requests execution. The device can acquire the same response result as when the control information is requested from the control server.

これらの場合、制御サーバと代理制御サーバと、がインターネット接続され、制御サーバ、クライアント端末およびデバイスは、LAN接続されていることが好ましい。   In these cases, the control server and the proxy control server are preferably connected to the Internet, and the control server, the client terminal, and the device are preferably connected to the LAN.

この構成によれば、制御サーバ、クライアント端末およびデバイスがLAN接続されるため、制御サーバをインターネット上に設置する場合と比べ、制御サーバとクライアント端末との間、および制御サーバとデバイスとの間の応答速度を速くすることができる。   According to this configuration, since the control server, the client terminal, and the device are LAN-connected, compared with the case where the control server is installed on the Internet, between the control server and the client terminal and between the control server and the device. The response speed can be increased.

これらの場合、デバイスは、当該デバイスの設定サービスを行うためのデバイス設定手段を備え、クライアント端末は、デバイス設定手段による設定サービスを使用し、デバイスの設定を行うことが好ましい。   In these cases, it is preferable that the device includes device setting means for performing a setting service for the device, and the client terminal uses the setting service provided by the device setting means to perform device setting.

この構成によれば、クライアント端末から設定サービスを使用してデバイスの設定を行うことができるため、デバイスに入力装置を設ける必要がなく、簡単に且つ低コストでデバイスの設定を行うことができる。なお、ここでいう設定サービスとは、WebページによるUIやWebサービスAPI等によりデバイスの初期設定(IPアドレス、通信対象となる制御サーバ名等の設定)を行うものである。   According to this configuration, since it is possible to set the device using the setting service from the client terminal, it is not necessary to provide an input device in the device, and the device can be set easily and at low cost. Note that the setting service here refers to initial setting of a device (setting of an IP address, a control server name to be communicated, etc.) by a UI via a Web page, a Web service API, or the like.

これらの場合、制御サーバは、制御対象となるデバイスの環境設定サービスを行うためのデバイス環境設定手段を備え、クライアント端末は、デバイス環境設定手段による環境設定サービスを使用し、デバイスの環境設定を行うことが好ましい。   In these cases, the control server includes device environment setting means for performing an environment setting service for the device to be controlled, and the client terminal uses the environment setting service provided by the device environment setting means to perform device environment setting. It is preferable.

この構成によれば、制御サーバが提供するデバイスの環境設定サービスを使用することで、クライアント端末から制御対象となるデバイスの環境設定(デバイスの登録・削除、デバイス名・IDの設定、デバイスのプロパティ設定等)を行うことができるため、デバイス毎に環境設定用の入力装置を設ける必要がなく、簡単に且つ低コストでデバイスの環境設定を行うことができる。なお、ここでいう環境設定サービスとは、WebページによるUIやWebサービスAPI等によりデバイスの環境設定を行うものである。   According to this configuration, by using the device environment setting service provided by the control server, the environment setting of the device to be controlled from the client terminal (device registration / deletion, device name / ID setting, device property Therefore, it is not necessary to provide an input device for setting the environment for each device, and the device environment can be set easily and at low cost. Note that the environment setting service here is for setting the environment of a device by a UI using a Web page, a Web service API, or the like.

本発明のプログラムは、コンピュータを、上記に記載のネットワークシステムにおける制御サーバの各手段として機能させるためのものであることを特徴とする。   The program of the present invention is a program for causing a computer to function as each means of a control server in the network system described above.

このプログラムを用いることにより、クライアント端末にデバイスドライバをインストールすることなく、クライアント端末からの動作要求に基づきデバイスを動作させることができる。   By using this program, the device can be operated based on an operation request from the client terminal without installing a device driver in the client terminal.

以下、添付の図面を参照して、本実施形態に係るネットワークシステムについて説明する。本実施形態に係るネットワークシステムは、クライアント端末にデバイスドライバをインストールすることなく、クライアント端末からのデバイス動作要求に基づき、対象となるデバイスを使用することができるシステムである。以下、本発明のネットワークシステムを、スーパーやコンビニエンス・ストア等の店舗にて使用されるPOSシステムに適用した場合を例に挙げて説明する。なお、本発明のデバイスとは、キーボードデバイスやポインタデバイス以外の非標準デバイスを対象とする。   Hereinafter, a network system according to the present embodiment will be described with reference to the accompanying drawings. The network system according to the present embodiment is a system that can use a target device based on a device operation request from a client terminal without installing a device driver in the client terminal. Hereinafter, a case where the network system of the present invention is applied to a POS system used in a store such as a supermarket or a convenience store will be described as an example. The device of the present invention is intended for non-standard devices other than keyboard devices and pointer devices.

図1に示すように、本発明の一実施形態に係るPOSシステム1(ネットワークシステム)は、オペレータによって商品情報が入力され、清算金額を算出する複数のPOS端末2(図1では2台)と、当該POS端末2とインターネット5で接続される共に、当該POS端末2を管理するPOSサーバ3(制御サーバ)とから構成されている。POSサーバ3をインターネット5上に設置することで、POS端末2の設置場所に拘らずアクセスすることが可能となり、多数のユーザに同一品質のPOSサービスを提供することができる。   As shown in FIG. 1, a POS system 1 (network system) according to an embodiment of the present invention includes a plurality of POS terminals 2 (two in FIG. 1) that receive merchandise information and calculates a settlement amount. The POS terminal 2 is connected to the POS terminal 2 via the Internet 5 and includes a POS server 3 (control server) that manages the POS terminal 2. By installing the POS server 3 on the Internet 5, it is possible to access the POS terminal 2 regardless of the installation location of the POS terminal 2, and the POS service having the same quality can be provided to many users.

POSサーバ3は、いわゆるWebアプリケーションサーバとして構築され、図2に示すように、CPU11(Central Processing Unit)、ROM12(Read Only Memory)、RAM13(Random Access Memory)、HDD14(Hard Disk Drive)、入力デバイス15、ディスプレイ16、入出力インターフェース(Input/Output)17、通信インターフェース18を備え、ROM12内に記憶された制御プログラムに従って、RAM13内のデータの処理を行う。HDD14には、HTTPサーバ21、POSアプリケーション22(Webアプリケーション)、商品マスタ23(データベース)、デバイス管理アプリケーション24(Webアプリケーション)およびデバイス管理データベース25が記憶されている。   The POS server 3 is constructed as a so-called Web application server. As shown in FIG. 2, the CPU 11 (Central Processing Unit), ROM 12 (Read Only Memory), RAM 13 (Random Access Memory), HDD 14 (Hard Disk Drive), input device 15, a display 16, an input / output interface (Input / Output) 17, and a communication interface 18, and processes data in the RAM 13 in accordance with a control program stored in the ROM 12. The HDD 14 stores an HTTP server 21, a POS application 22 (Web application), a product master 23 (database), a device management application 24 (Web application), and a device management database 25.

POSサーバ3は、HTTPサーバ21を介して、ハイパーテキスト転送プロトコル(HTTP)に基づいてPOS端末2(ホスト装置31のブラウザ51)と通信を行う。つまり、POSサーバ3のCPU11は、POS端末2(ホスト装置31)からのデバイス動作を含むアプリケーション実行要求を、通信インターフェース18を介してHTTPリクエストとして受信する(実行要求受信手段)。そして、CPU11は、当該アプリケーション実行要求に基づいて、デバイス管理アプリケーション24により、対象となるデバイス4に応じたデバイス制御情報(デバイスコマンド等)を生成し(デバイス制御情報生成手段)、デバイス管理データベース25のデバイス別キューに保存する(デバイス制御情報保存手段)。また、デバイス4側でデータ出力やデータの書き込みを行うための対象となるデータが有る場合には、CPU11は、デバイス管理アプリケーション24により当該データを対象となるデバイス4で処理可能な形式に変換して生成し、上記のデバイス制御情報と合わせてデバイス管理データベース25に保存する。なお、POSサーバ3は、POS端末2からの各処理要求に対してジョブIDを付与して管理し、例えば、印刷のキャンセル処理等が発生した場合に、当該ジョブIDを指定してキャンセル処理を行う。   The POS server 3 communicates with the POS terminal 2 (the browser 51 of the host device 31) via the HTTP server 21 based on the hypertext transfer protocol (HTTP). That is, the CPU 11 of the POS server 3 receives an application execution request including a device operation from the POS terminal 2 (host device 31) as an HTTP request via the communication interface 18 (execution request receiving means). Based on the application execution request, the CPU 11 generates device control information (device command or the like) corresponding to the target device 4 by using the device management application 24 (device control information generation unit), and the device management database 25. Is stored in the device-specific queue (device control information storage means). Further, when there is data that is a target for data output or data writing on the device 4 side, the CPU 11 converts the data into a format that can be processed by the target device 4 by the device management application 24. And is stored in the device management database 25 together with the device control information. The POS server 3 assigns a job ID to each processing request from the POS terminal 2 and manages it. For example, when a print canceling process or the like occurs, the canceling process is performed by specifying the job ID. Do.

デバイス制御情報の保存終了後、CPU11は、当該アプリケーション実行要求に対する実行結果(第1応答データ)を生成し(第1応答データ生成手段)、POS端末2(ホスト装置31)に送信する(第1応答データ送信手段)。この場合、CPU11は、応答データとして、動作対象となるデバイス4(例えば、印刷装置34、スキャナ等の周辺機器)を特定するデバイス特定情報(当該デバイス4のIPアドレス)、デバイス4の動作を指定する動作情報(例えば、デバイス操作のためのAPI等の情報)、POSサーバ3(自身)を特定するためのPOSサーバ特定情報(制御サーバ特定情報)、およびデバイス制御情報の保存処理に伴う結果(保存の成功/失敗)等をタグとして挿入したHTML形式、若しくはXML形式のデータ(ページ)をPOS端末2(ホスト装置31)に送信する。   After storing the device control information, the CPU 11 generates an execution result (first response data) for the application execution request (first response data generation means) and transmits it to the POS terminal 2 (host device 31) (first device). Response data transmission means). In this case, the CPU 11 specifies, as response data, device specifying information (IP address of the device 4) for specifying the device 4 to be operated (for example, a peripheral device such as the printing apparatus 34 or a scanner), and the operation of the device 4. Operation information (for example, information such as API for device operation), POS server specifying information (control server specifying information) for specifying the POS server 3 (self), and a result of the storage process of the device control information ( Data in HTML format or XML format (page) in which “success / failure of storage” or the like is inserted as a tag is transmitted to the POS terminal 2 (host device 31).

一方で、POSサーバ3は、HTTPサーバ21を介して、HTTPに基づいてデバイス4(あるいは、デバイスアダプタ33)とも通信を行う。POSサーバ3のCPU11は、デバイス4からのデバイス制御情報要求をHTTPリクエストとして受信する。そして、当該デバイス制御情報要求に基づいて、対象となるデバイス別キューに保存したデバイス制御情報(デバイスコマンド等)を順番に取り出し、応答データとしてデバイス4に送信する。また、デバイス4側でデータ出力やデータの書き込みを行うための対象となるデータが有る場合には、当該データを上記デバイス制御情報と合わせて送信する。なお、デバイス制御情報は、XML形式(若しくは、HTML形式)のデータとして生成される。   On the other hand, the POS server 3 also communicates with the device 4 (or the device adapter 33) based on HTTP via the HTTP server 21. The CPU 11 of the POS server 3 receives the device control information request from the device 4 as an HTTP request. Based on the device control information request, device control information (device command or the like) stored in the target device queue is sequentially extracted and transmitted as response data to the device 4. Further, when there is data that is a target for data output or data writing on the device 4 side, the data is transmitted together with the device control information. The device control information is generated as data in XML format (or HTML format).

POSアプリケーション22は、POS端末2からの要求に基づいて決済処理を行うためのものである。例えば、POS端末2から商品の入力情報が送信されると、CPU11は、POSアプリケーション22を実行し、当該入力情報に基づいて、商品マスタ23から商品コード、商品名、金額に関する情報を抽出し、レシートの印刷およびPOS端末2のカスタマディスプレイ32の表示に用いる商品データを生成する。また、CPU11は、POS端末2からの入力情報や生成した上記商品データからレシートに印刷するための決済情報印刷データを生成する。これらの生成したデータは、POS端末2からのアプリケーション実行要求に伴い、上記のデバイス制御情報と共にデバイス管理データベース25に保存される。なお、ここで生成される各データは、HTML形式、若しくはXML形式のデータである。   The POS application 22 is for performing a payment process based on a request from the POS terminal 2. For example, when product input information is transmitted from the POS terminal 2, the CPU 11 executes the POS application 22 and extracts information on the product code, the product name, and the amount of money from the product master 23 based on the input information. Product data used for printing a receipt and displaying on the customer display 32 of the POS terminal 2 is generated. Further, the CPU 11 generates settlement information print data for printing on a receipt from the input information from the POS terminal 2 and the generated product data. These generated data are stored in the device management database 25 together with the device control information in accordance with the application execution request from the POS terminal 2. Each data generated here is data in HTML format or XML format.

また、POSサーバ3のCPU11は、POS端末2を使用するユーザ(従業員)のアカウント管理を行い、ユーザの識別を行う(ユーザ認証手段)。CPU11は、POS端末2から送信されるユーザIDおよびパスワードを受信し、POSサーバ3に登録されているものと一致するか否かを認証する。認証が成功した場合は、POSサーバ3へのアクセスを許可し、失敗した場合は、再度ユーザIDおよびパスワードを入力させる、あるいはアクセス拒否通知を送信するなどの処理を実行する。これにより、POSサーバ3への不正アクセスによる情報の改竄や漏洩を防止することができる。   The CPU 11 of the POS server 3 performs account management of a user (employee) who uses the POS terminal 2 and identifies the user (user authentication means). The CPU 11 receives the user ID and password transmitted from the POS terminal 2 and authenticates whether or not the user ID and password registered in the POS server 3 match. If the authentication is successful, access to the POS server 3 is permitted. If the authentication is unsuccessful, the user ID and password are input again, or an access rejection notification is transmitted. Thereby, falsification or leakage of information due to unauthorized access to the POS server 3 can be prevented.

さらに、POSサーバ3のCPU11は、デバイス4のアカウント管理を行い、デバイス4の識別を行う(デバイス認証手段)。CPU11は、デバイス4から送信されるデバイスIDおよびパスワードを受信し、POSサーバ3に登録されているものと一致するか否かを認証する。認証が成功した場合は、POSサーバ3へのアクセスを許可し、失敗した場合は、POSサーバ3のアクセスを拒否すると共に、デバイス4に対してその旨を通知する。これにより、確実にデバイス4を識別することができ、誤って別のデバイス4にデータを送信する等のトラブルを防止することができる。   Further, the CPU 11 of the POS server 3 performs account management for the device 4 and identifies the device 4 (device authentication means). The CPU 11 receives the device ID and password transmitted from the device 4 and authenticates whether or not the device ID and password registered in the POS server 3 match. When the authentication is successful, access to the POS server 3 is permitted, and when the authentication is unsuccessful, the access to the POS server 3 is rejected and the device 4 is notified of this. As a result, the device 4 can be reliably identified, and troubles such as erroneous transmission of data to another device 4 can be prevented.

また、POSサーバ3は、自身が管理する各デバイス4の環境設定を行うための環境設定サービスを備え、POS端末2(ホスト装置31)等にデバイス環境設定機能を提供する(デバイス環境設定手段)。この環境設定サービスでは、例えば、デバイス4の登録・削除、デバイス名・IDの設定、デバイス4のプロパティ設定等を行うことができる。なお、この環境設定サービスは、例えば、WebページによるUI(User Interface)やWebサービスAPI(Application Program Interface)として提供することが好ましい。これにより、デバイス4毎に環境設定用の入力装置を設ける必要がなく、簡単に且つ低コストでデバイス4の設定を行うことができる。   The POS server 3 includes an environment setting service for setting the environment of each device 4 managed by the POS server 3 and provides a device environment setting function to the POS terminal 2 (host device 31) or the like (device environment setting means). . In this environment setting service, for example, registration / deletion of the device 4, setting of the device name / ID, property setting of the device 4 and the like can be performed. The environment setting service is preferably provided as, for example, a UI (User Interface) or a Web service API (Application Program Interface) using a Web page. Thereby, it is not necessary to provide an input device for setting the environment for each device 4, and the device 4 can be set easily and at low cost.

一方、POS端末2は、POSサーバ3から商品データを取得するホスト装置31(クライアント端末)と、商品名や売上金額等を表示するカスタマディスプレイ32(デバイス本体)と、カスタマディスプレイ32をホスト装置31にネットワーク接続するためのデバイスアダプタ33と、レシートに決済情報を印刷する印刷装置34と、を備え、これらはLAN35により接続されている(図1参照)。   On the other hand, the POS terminal 2 includes a host device 31 (client terminal) that acquires product data from the POS server 3, a customer display 32 (device main body) that displays product names, sales amounts, and the like, and the customer display 32 as the host device 31. A device adapter 33 for connecting to a network and a printing device 34 for printing payment information on a receipt are connected via a LAN 35 (see FIG. 1).

ホスト装置31は、図2に示すように、CPU41、ROM42、RAM43、HDD44、入出力インターフェース45、標準入力デバイス46、通信インターフェース47を備え、HDD44には、ブラウザ51(Webブラウザ)が記憶されている。CPU41は、ROM42内に記憶された制御プログラムに従って、RAM43内のデータの処理を行う。標準入力デバイス46としては、キーボード52、バーコードスキャナ53(バーコードリーダ)を備え、CPU41は、キーボード52による入力およびバーコードスキャナ53による読み取りによって、POSサーバ3から商品コードや商品名、金額等に関する商品データを取得する。   As shown in FIG. 2, the host device 31 includes a CPU 41, a ROM 42, a RAM 43, an HDD 44, an input / output interface 45, a standard input device 46, and a communication interface 47. A browser 51 (Web browser) is stored in the HDD 44. Yes. The CPU 41 processes data in the RAM 43 according to a control program stored in the ROM 42. The standard input device 46 includes a keyboard 52 and a barcode scanner 53 (barcode reader), and the CPU 41 receives a product code, a product name, a price, and the like from the POS server 3 by inputting with the keyboard 52 and reading with the barcode scanner 53. Get product data about.

ブラウザ51は、プラグインモジュールを有さない単機能ブラウザ(標準ブラウザ)であり、CPU41は、このブラウザ51を使用して、通信インターフェース47を介してネットワーク接続(インターネット接続、またはLAN接続)されたPOSサーバ3、およびカスタマディスプレイ32(デバイスアダプタ33)や印刷装置34等のデバイス4と通信を行う。この通信は、HTTPに基づいて行われ、http(s)://x.x.x.x/のようなURIを指定することで、POSサーバ3および各デバイス4と接続することにより行われる。   The browser 51 is a single function browser (standard browser) having no plug-in module, and the CPU 41 is connected to the network (Internet connection or LAN connection) via the communication interface 47 using the browser 51. It communicates with the POS server 3 and the devices 4 such as the customer display 32 (device adapter 33) and the printing device 34. This communication is performed based on HTTP, http (s): // x. x. x. This is done by connecting to the POS server 3 and each device 4 by designating a URI such as x /.

CPU41は、ブラウザ51を使用して、標準入力デバイス46からの入力情報に基づき、POSサーバ3にアプリケーション実行要求を送信する。この時、POSサーバ3からの応答データをカスタマディスプレイ32に表示、あるいは印刷装置34で印刷する等のデバイス動作を伴う場合は、上記アプリケーション実行要求にデバイス動作を伴う旨の情報を含めて送信する。そして、CPU41は、POSサーバ3から動作対象となるデバイス4(カスタマディスプレイ32や印刷装置34等)を特定する情報(デバイス特定情報)、デバイス4の動作を指定する動作情報、デバイス制御情報の保存結果、アプリケーション実行要求を送信したPOSサーバ3を特定するための情報(制御サーバ特定情報)等をタグとして挿入したHTML形式、若しくはXML形式の応答データを受信(取得)する。その後、CPU41は、受信した応答データに基づいて、対象となるデバイス4に対してデバイス動作要求を送信する(動作要求手段)。なお、このデバイス動作要求には、アプリケーション実行要求を送信したPOSサーバ3を特定するための情報(制御サーバ特定情報)が含まれている。この情報をデバイス4に送信することにより、デバイス4は、ホスト装置31がアプリケーション実行を要求したPOSサーバ3を特定することができ、確実に同一のPOSサーバ3に対してデバイス制御情報を要求することができる。   The CPU 41 uses the browser 51 to transmit an application execution request to the POS server 3 based on input information from the standard input device 46. At this time, when the response data from the POS server 3 is displayed on the customer display 32 or accompanied by a device operation such as printing by the printing device 34, the application execution request is transmitted including information indicating that the device operation is accompanied. . Then, the CPU 41 stores information (device specifying information) for specifying the device 4 (customer display 32, printing device 34, etc.) to be operated from the POS server 3, operation information for specifying the operation of the device 4, and storage of device control information. As a result, it receives (acquires) response data in HTML format or XML format in which information (control server specifying information) or the like for specifying the POS server 3 that transmitted the application execution request is inserted as a tag. Thereafter, the CPU 41 transmits a device operation request to the target device 4 based on the received response data (operation request unit). The device operation request includes information (control server specifying information) for specifying the POS server 3 that has transmitted the application execution request. By transmitting this information to the device 4, the device 4 can identify the POS server 3 that the host apparatus 31 has requested to execute the application, and reliably requests device control information from the same POS server 3. be able to.

また、CPU41は、デバイス4からデバイス動作要求に対する動作結果を含む応答データを受信し(動作結果受信手段)、この応答データによりデバイス4の動作結果(動作の成功/失敗)を判別し、所定の処理を行う。つまり、デバイス4を動作させる場合、ホスト装置31は、ブラウザ51を使用して、デバイス動作要求(HTTPリクエスト)をデバイス4に送信するだけでよく、従来のようにホスト装置31自身でデバイス4を制御する必要がない。これにより、ホスト装置31には、ホスト装置31の環境(OSの種類等)に依存したデバイスドライバが不要となる。また、ブラウザ51は、単機能ブラウザでよく、プラグインモジュールを必要としないため、ホスト装置31の環境に依存することなく、デバイス4にアクセスすることができる。   Further, the CPU 41 receives response data including an operation result for the device operation request from the device 4 (operation result receiving means), determines an operation result (operation success / failure) of the device 4 based on the response data, Process. In other words, when the device 4 is operated, the host device 31 only needs to transmit a device operation request (HTTP request) to the device 4 using the browser 51. There is no need to control. As a result, the host device 31 does not require a device driver depending on the environment (such as the type of OS) of the host device 31. Further, the browser 51 may be a single-function browser and does not require a plug-in module, so that the device 4 can be accessed without depending on the environment of the host device 31.

なお、POSサーバ3からの応答データ内に、デバイス4に関する情報(デバイス4のアドレス)を含むタグが挿入されているため、POSサーバ3とデバイス4とのドメインが異なる場合でも、問題なくデバイス4にアクセスが可能(クロスサイトアクセスが可能)となり、POSサーバ3とデバイス4とがシームレスに連携することができる。これにより、ユーザは、デバイス4に関する情報を意識することなくデバイス4にアクセスすることができる。なお、当該タグは、POSサーバ3側で応答データ内に挿入しても良いし、あるいは、ホスト装置31側でタグを生成し、動的に応答データに挿入するようにしてもよい。   Note that since a tag including information (device 4 address) on the device 4 is inserted in the response data from the POS server 3, even if the domains of the POS server 3 and the device 4 are different, the device 4 can be used without any problem. Can be accessed (cross-site access is possible), and the POS server 3 and the device 4 can cooperate seamlessly. Thereby, the user can access the device 4 without being aware of the information related to the device 4. The tag may be inserted into the response data on the POS server 3 side, or a tag may be generated on the host device 31 side and dynamically inserted into the response data.

カスタマディスプレイ32は、標準入力デバイス46により入力された(読み取られた)商品情報を表示し、顧客に対して購入商品の一覧、金額等を提示する。本実施形態で説明するカスタマディスプレイ32は、単体ではネットワーク接続が不可能なものを想定しており、ホスト装置31とはデバイスアダプタ33を介してLAN35で接続されると共に、POSサーバ3とインターネット5で接続される。これにより、ネットワーク接続ができないデバイス4であっても、ホスト装置31からネットワークを介して使用することができる。   The customer display 32 displays product information input (read) by the standard input device 46 and presents a list of purchased products, a price, etc. to the customer. The customer display 32 described in the present embodiment assumes that a single unit cannot be connected to the network, and is connected to the host device 31 via the device adapter 33 via the LAN 35 and to the POS server 3 and the Internet 5. Connected with. Thereby, even the device 4 that cannot be connected to the network can be used from the host device 31 via the network.

デバイスアダプタ33は、CPU61、記憶部62および通信インターフェース63を有し、記憶部62には、HTTPサーバ65およびHTTPクライアント66を備えている。デバイスアダプタ33(CPU61)は、HTTPサーバ65を介して、HTTPに基づいてホスト装置31(ブラウザ51)と通信を行う。CPU61は、通信インターフェース63を介してLAN35で接続されたホスト装置31(ブラウザ51)から、HTTPリクエストとしてカスタマディスプレイ32への表示要求(デバイス動作要求)を受信する。この表示要求には、ホスト装置31がアプリケーション実行要求を送信したPOSサーバ3を特定する情報が含まれており、CPU61は、この情報に基づき、表示要求(デバイス制御情報要求)を送信するPOSサーバ3を特定する。そして、CPU61は、HTTPクライアント66を介して、POSサーバ3(HTTPサーバ21)に対し、デバイス制御情報要求(HTTPリクエスト)を送信する(デバイス制御情報要求送信手段)。この時、デバイスアダプタ33(CPU61)は、自身のデバイスIDおよびパスワードを合わせて送信し、POSサーバ3によるデバイス認証を受ける。そして、認証成功後、CPU61は、POSサーバ3から当該要求に対するデバイス制御情報(例えば、デバイスコマンド等)および表示データを受信する。そして、CPU61は、これらに基づいて、カスタマディスプレイ32を制御して所望の文字や画像を表示させ(動作手段)、その結果(正常に表示できたか否か)を、HTTPサーバ65を介してホスト装置31(ブラウザ51)に送信する(動作結果送信手段)。   The device adapter 33 includes a CPU 61, a storage unit 62, and a communication interface 63, and the storage unit 62 includes an HTTP server 65 and an HTTP client 66. The device adapter 33 (CPU 61) communicates with the host device 31 (browser 51) based on HTTP via the HTTP server 65. The CPU 61 receives a display request (device operation request) to the customer display 32 as an HTTP request from the host device 31 (browser 51) connected via the LAN 35 via the communication interface 63. The display request includes information for specifying the POS server 3 to which the host device 31 has transmitted the application execution request. Based on this information, the CPU 61 transmits a display request (device control information request). 3 is specified. Then, the CPU 61 transmits a device control information request (HTTP request) to the POS server 3 (HTTP server 21) via the HTTP client 66 (device control information request transmitting means). At this time, the device adapter 33 (CPU 61) transmits its device ID and password together and receives device authentication by the POS server 3. After successful authentication, the CPU 61 receives device control information (for example, a device command) and display data corresponding to the request from the POS server 3. Then, based on these, the CPU 61 controls the customer display 32 to display a desired character or image (operation means), and the result (whether it has been displayed normally) is hosted via the HTTP server 65. It transmits to the apparatus 31 (browser 51) (operation result transmission means).

なお、上記では、デバイスアダプタ33をハードウェアとして構成しているが、これに限らず、ソフトウェアとして構成してもよい。この場合、ソフトウェアデバイスアダプタ36をホスト装置31に組み込み、カスタマディスプレイ32に所望の情報を表示させることが好ましい(図3参照)。   In the above description, the device adapter 33 is configured as hardware, but is not limited thereto, and may be configured as software. In this case, it is preferable to incorporate the software device adapter 36 in the host device 31 and display desired information on the customer display 32 (see FIG. 3).

印刷装置34は、レシート上に決済情報を印刷するレシートプリンタであり、CPU71、記憶部72、印刷部73および通信インターフェース74を備え、通信インターフェース74を介してホスト装置31とLAN35で接続されると共に、POSサーバ3とインターネット5で接続されている。また、記憶部72には、HTTPサーバ75と、HTTPクライアント76と、を有している(図2参照)。   The printing device 34 is a receipt printer that prints settlement information on a receipt, and includes a CPU 71, a storage unit 72, a printing unit 73, and a communication interface 74, and is connected to the host device 31 via the communication interface 74 via the LAN 35. The POS server 3 is connected to the Internet 5. The storage unit 72 includes an HTTP server 75 and an HTTP client 76 (see FIG. 2).

印刷装置34は、HTTPサーバ75を介して、HTTPに基づいてホスト装置31(ブラウザ51)と通信を行う。CPU71は、HTTPサーバ75により、通信インターフェース74を介してLAN35で接続されたホスト装置31(ブラウザ51)から、HTTPリクエストとして印刷要求(デバイス動作要求)を受信する。この印刷要求には、ホスト装置31がアプリケーション実行要求を送信したPOSサーバ3を特定する情報が含まれており、CPU71は、この情報に基づき、デバイス制御要求を送信するPOSサーバ3を特定する。そして、CPU71は、ホスト装置31から受信した印刷要求に基づき、HTTPクライアント76を介して、POSサーバ3(HTTPサーバ21)に対し、デバイス制御情報要求(HTTPリクエスト)を送信する(デバイス制御情報要求送信手段)。この時、印刷装置34(CPU71)は、自身のデバイスIDおよびパスワードを合わせて送信し、POSサーバ3による認証を受ける。そして、認証成功後、CPU71は、POSサーバ3から、当該要求に対応するデバイス制御情報(例えば、デバイスコマンド等)および印刷データを受信する。そして、CPU71は、このデバイス制御情報および印刷データに基づいて、印刷部73を制御して印刷処理を行い(動作手段)、その印刷処理結果(成功/失敗)を、HTTPサーバ75を介してホスト装置31(ブラウザ51)に送信する(動作結果送信手段)。   The printing device 34 communicates with the host device 31 (browser 51) based on HTTP via the HTTP server 75. The CPU 71 receives a print request (device operation request) as an HTTP request from the host device 31 (browser 51) connected via the communication interface 74 via the communication interface 74 via the HTTP server 75. The print request includes information for specifying the POS server 3 to which the host apparatus 31 has transmitted the application execution request. Based on this information, the CPU 71 specifies the POS server 3 to which the device control request is transmitted. Then, the CPU 71 transmits a device control information request (HTTP request) to the POS server 3 (HTTP server 21) via the HTTP client 76 based on the print request received from the host device 31 (device control information request). Transmission means). At this time, the printing apparatus 34 (CPU 71) transmits its own device ID and password together and is authenticated by the POS server 3. After successful authentication, the CPU 71 receives device control information (for example, a device command) and print data corresponding to the request from the POS server 3. Then, based on the device control information and the print data, the CPU 71 controls the printing unit 73 to perform print processing (operation means), and the print processing result (success / failure) is hosted via the HTTP server 75. It transmits to the apparatus 31 (browser 51) (operation result transmission means).

また、印刷装置34は、自身の初期設定を行うための設定サービスを備え、ホスト装置31等にデバイス設定機能を提供する(デバイス設定手段)。この設定サービスは、例えば、WebページによるUI(User Interface)やWebサービスAPI(Application Program Interface)として提供することが好ましい。これにより、印刷装置34(デバイス4)に入力装置を設ける必要がなく、簡単に且つ低コストで印刷装置34(デバイス4)の設定を行うことができる。   Further, the printing apparatus 34 includes a setting service for performing its own initial setting, and provides a device setting function to the host apparatus 31 and the like (device setting means). This setting service is preferably provided as, for example, a UI (User Interface) or a Web service API (Application Program Interface) using a Web page. Thereby, it is not necessary to provide an input device in the printing apparatus 34 (device 4), and the setting of the printing apparatus 34 (device 4) can be performed easily and at low cost.

なお、ホスト装置31からのデバイス動作要求により、デバイス4側でデータ生成(例えば、スキャナによる画像データ生成)、あるいはデータの読み出し(例えば、ストレージデバイスからのデータ読み出し)を行う場合、デバイス4は、これらのデータ(画像データ、ファイル等)を、HTTPリクエストとしてPOSサーバ3に送信(アップロード)することが可能である。   In the case where data generation (for example, image data generation by a scanner) or data reading (for example, data reading from a storage device) is performed on the device 4 side in response to a device operation request from the host device 31, the device 4 These data (image data, files, etc.) can be transmitted (uploaded) to the POS server 3 as an HTTP request.

次に、図4および図5を参照して、本発明のPOSシステム1において、ホスト装置31からデバイス4を動作させる手順について説明する。ここでは、対象となるデバイス4として、印刷装置34を例に挙げ、入力された商品情報に基づいてレシートを印刷する手順について説明する。まず、ホスト装置31がPOSサーバ3に接続すると、POSサーバ3は、ホスト装置31を使用するユーザの認証処理を行う(S01,詳細は後述)。ユーザ認証終了後、ホスト装置31は、標準入力デバイス46(キーボード52やバーコードスキャナ53)により商品情報を入力(読み取り)し、POSサーバ3に対して入力した商品情報に基づくレシート印刷要求(アプリケーション実行要求)を送信する(S02)。このレシート印刷要求は、ホスト装置31のブラウザ51から、HTTPリクエストとしてPOSサーバ3(HTTPサーバ21)に送信される。   Next, a procedure for operating the device 4 from the host device 31 in the POS system 1 of the present invention will be described with reference to FIGS. Here, the printing device 34 is taken as an example of the target device 4, and a procedure for printing a receipt based on the input product information will be described. First, when the host device 31 connects to the POS server 3, the POS server 3 performs an authentication process for a user who uses the host device 31 (S01, details will be described later). After the user authentication is completed, the host device 31 inputs (reads) product information using the standard input device 46 (keyboard 52 or barcode scanner 53), and receives a receipt print request (application) based on the product information input to the POS server 3. (Execution request) is transmitted (S02). The receipt print request is transmitted from the browser 51 of the host device 31 to the POS server 3 (HTTP server 21) as an HTTP request.

POSサーバ3は、レシート印刷要求を受信すると(S03,実行要求受信手段)、当該要求に基づき、POSアプリケーション22およびデバイス管理アプリケーション24を実行して、印刷対象となる決済情報印刷データおよびXML形式のデバイス制御情報(印刷装置34に関する情報)を生成し(S04)、当該印刷装置34用のキューに保存する(S05)。なお、この決済情報印刷データは、対象となる印刷装置34で出力可能な形式に変換され、例えば、決済情報印刷データを、XSLT(Extensible Stylesheet Language Transformation)によりXHTML−Print形式のデータに変換することで、印刷装置34に対応したデバイスドライバがなくても印刷処理が可能となる。   When the POS server 3 receives the receipt print request (S03, execution request receiving means), the POS server 3 executes the POS application 22 and the device management application 24 based on the request, and prints the payment information print data to be printed and the XML format. Device control information (information relating to the printing apparatus 34) is generated (S04) and stored in the queue for the printing apparatus 34 (S05). The payment information print data is converted into a format that can be output by the target printing device 34. For example, the payment information print data is converted into data in the XHTML-Print format by XSLT (Extensible Stylesheet Language Transformation). Thus, printing processing can be performed without a device driver corresponding to the printing apparatus 34.

そして、POSサーバ3は、この保存処理終了に伴い、HTML形式(若しくはXML形式)の第1応答データ(ページ)を生成する(S06,第1応答データ生成手段)。この第1応答データには、印刷装置34の特定情報(IPアドレス等)、印刷装置34の起動に関する情報(起動用のAPI名等)、POSサーバ3の特定情報(制御サーバ特定情報)、デバイス制御情報の保存結果、印刷装置34からのコールバックを受けるためのJavaScript(登録商標)の関数が埋め込まれている。そして、POSサーバ3は、ホスト装置31に対して当該第1応答データ(ページ)を送信する(S07,第1応答データ送信手段)。   Then, the POS server 3 generates the first response data (page) in the HTML format (or the XML format) with the end of the storage process (S06, first response data generating means). The first response data includes specific information (such as an IP address) of the printing apparatus 34, information related to activation of the printing apparatus 34 (such as an API name for activation), identification information of the POS server 3 (control server identification information), device A JavaScript (registered trademark) function for receiving a callback from the printing apparatus 34 as a result of storing the control information is embedded. Then, the POS server 3 transmits the first response data (page) to the host device 31 (S07, first response data transmission means).

ホスト装置31(ブラウザ51)は、第1応答データを受信し(S08)、当該第1応答データに基づいて、印刷装置34(HTTPサーバ75)に対してHTTPリクエストとして、第1応答データに基づくPOSサーバ3の特定情報(制御サーバ特定情報)を含む印刷装置起動要求(デバイス起動要求)を送信する(S09,動作要求手段)。   The host device 31 (browser 51) receives the first response data (S08), and based on the first response data as an HTTP request to the printing device 34 (HTTP server 75) based on the first response data. A printing apparatus activation request (device activation request) including identification information (control server identification information) of the POS server 3 is transmitted (S09, operation requesting means).

印刷装置34(HTTPサーバ75)は、ホスト装置31からの印刷装置起動要求を受信し(S10)、当該要求に含まれるPOSサーバ3の特定情報に基づいて、POSサーバ3に自身のデバイスIDおよびパスワード送信する。そして、POSサーバ3は、受信した印刷装置34のIDとパスワードに基づいて印刷装置34の認証処理(デバイス認証)を行う(S11,詳細は後述)。デバイス認証終了後、印刷装置34(HTTPクライアント76)は、POSサーバ3(HTTPサーバ21)に対し、HTTPリクエストとしてデバイス制御情報要求を送信する(S12,デバイス制御情報要求送信手段)。   The printing apparatus 34 (HTTP server 75) receives the printing apparatus activation request from the host apparatus 31 (S10), and based on the specific information of the POS server 3 included in the request, the printing apparatus 34 (HTTP server 75) Send password. The POS server 3 performs authentication processing (device authentication) of the printing apparatus 34 based on the received ID and password of the printing apparatus 34 (S11, details will be described later). After the device authentication is completed, the printing apparatus 34 (HTTP client 76) transmits a device control information request as an HTTP request to the POS server 3 (HTTP server 21) (S12, device control information request transmitting means).

POSサーバ3は、デバイス制御情報要求を受信し(S13)、この要求に基づいて、当該印刷装置34用のキューに保存済みのデバイス制御情報(デバイスコマンド等)を取り出し、印刷対象である決済情報印刷データ(ここでは、XHTML−Print形式)と共に印刷装置34に送信する(S14)。印刷装置34は、デバイス制御情報および決済情報印刷データを受信し(S15)、XHTML−Print形式の決済情報印刷データを解釈すると共に、当該デバイス制御情報に基づいて印刷部73を動作させて印刷処理を行う(S16,動作手段)。その後、印刷装置34は、印刷処理の実行結果(成功/失敗等)および印刷装置34の状態に関する情報を第2応答データとして生成する(S17)。この第2応答データは、JSONP(JSON with Padding)によりJavaScript(登録商標)のコールバック関数として生成される。そして、印刷装置34は、当該第2応答データをホスト装置31に送信する(S18,動作結果送信手段)。   The POS server 3 receives the device control information request (S13), and based on this request, extracts the device control information (device command, etc.) stored in the queue for the printing device 34, and sets the payment information to be printed. The print data (here, XHTML-Print format) is transmitted to the printing apparatus 34 (S14). The printing device 34 receives the device control information and the payment information print data (S15), interprets the payment information print data in the XHTML-Print format, and operates the printing unit 73 based on the device control information to perform the printing process. (S16, operation means). Thereafter, the printing apparatus 34 generates information about the execution result (success / failure etc.) of the printing process and the state of the printing apparatus 34 as second response data (S17). The second response data is generated as a callback function of JavaScript (registered trademark) by JSONP (JSON with Padding). Then, the printing device 34 transmits the second response data to the host device 31 (S18, operation result transmission means).

第2応答データを受信したホスト装置31は(S19,動作結果受信手段)、当該第2応答データに基づき、印刷装置34の動作結果を判別する(S20)。具体的には、ホスト装置31は、第2応答データのJavaScript(登録商標)を実行し、コールバック関数を呼び出すことで、印刷装置34の動作結果を取得し、判別する。印刷処理が正常に終了した場合(S21:Yes)、ホスト装置31は、印刷装置34での印刷処理が正常終了した旨をPOSサーバ3に通知し(S22)、POSサーバ3は、その通知を受信する(S23)。一方、印刷処理が正常終了しなかった場合(S21:No)、ホスト装置31は、印刷装置34に、再度、印刷装置起動要求を送信したり、あるいは印刷装置34の状態に基づいたエラー処理を行う(S24)。   The host device 31 that has received the second response data (S19, operation result receiving means) determines the operation result of the printing device 34 based on the second response data (S20). Specifically, the host device 31 executes the JavaScript (registered trademark) of the second response data and calls the callback function to acquire and determine the operation result of the printing device 34. When the printing process is normally completed (S21: Yes), the host apparatus 31 notifies the POS server 3 that the printing process in the printing apparatus 34 is normally completed (S22), and the POS server 3 notifies the notification. Receive (S23). On the other hand, if the printing process has not ended normally (S21: No), the host apparatus 31 transmits a printing apparatus activation request to the printing apparatus 34 again, or performs error processing based on the state of the printing apparatus 34. Perform (S24).

次に、図6を参照して、ホスト装置31を使用するユーザの認証の手順について説明する。まず、ホスト装置31は、ユーザによりユーザIDおよびパスワード(以下、ユーザ認証情報)が入力されると(S31)、当該ユーザ認証情報をPOSサーバ3に送信する(S32)。ユーザ認証情報を受信したPOSサーバ3は、ユーザ認証用データベース(図示省略)を参照し、当該ユーザIDに対するパスワードが登録されたものと一致するか認証を行う(S33,ユーザ認証手段)。認証が成功した場合(S34:Yes)、POSサーバ3は、当該ユーザ(ホスト装置31)にPOSアプリケーション22の使用を許可する(S35)。一方、認証が失敗した場合(S34:No)、POSサーバ3は、ホスト装置31(ユーザ)に対してその旨を通知し(例えば、ユーザ認証情報の入力画面を再表示する等)、ホスト装置31(ユーザ)は、再度ユーザIDおよびパスワードを入力し(S36)、再入力したユーザIDおよびパスワードをPOSサーバ3に送信する(S32)。なお、パスワードを連続して所定回数間違って入力した場合、POSサーバ3への接続を切断したり、あるいは、当該ユーザIDを無効にする等の処理をすることが好ましい。   Next, a procedure for authenticating a user who uses the host device 31 will be described with reference to FIG. First, when a user ID and a password (hereinafter referred to as user authentication information) are input by the user (S31), the host device 31 transmits the user authentication information to the POS server 3 (S32). The POS server 3 that has received the user authentication information refers to a user authentication database (not shown), and authenticates whether the password for the user ID matches that registered (S33, user authentication means). When the authentication is successful (S34: Yes), the POS server 3 permits the user (host device 31) to use the POS application 22 (S35). On the other hand, when the authentication fails (S34: No), the POS server 3 notifies the host device 31 (user) to that effect (for example, redisplays the user authentication information input screen), and the host device. 31 (user) inputs the user ID and password again (S36), and transmits the re-input user ID and password to the POS server 3 (S32). Note that when the password is erroneously input a predetermined number of times, it is preferable to perform processing such as disconnecting the connection to the POS server 3 or invalidating the user ID.

次に、図7を参照して、POSサーバ3にアクセスするデバイス4(あるいは、デバイスアダプタ33)の認証の手順について説明する。まず、デバイス4は、デバイスIDおよびパスワード(以下、デバイス認証情報)をPOSサーバ3に送信する(S41)。当該デバイス認証情報を受信したPOSサーバ3は、デバイス認証用データベース(図示省略)を参照し、当該デバイスIDに対するパスワードが登録されたものと一致するか認証を行う(S42,デバイス認証手段)。認証が成功した場合(S43:Yes)、POSサーバ3は、当該デバイス4に自身(POSサーバ3)へのアクセスを許可する(S44)。一方、認証が失敗した場合(S43:No)、POSサーバ3は、デバイス4に対してその旨を通知する。認証失敗の通知を受けたデバイス4は(S45)、ホスト装置31に対して、認証が失敗してPOSサーバ3にアクセスできない旨を通知し(S46)、ホスト装置31は、その通知に基づいてエラー処理を行う(S47)。   Next, an authentication procedure for the device 4 (or the device adapter 33) accessing the POS server 3 will be described with reference to FIG. First, the device 4 transmits a device ID and a password (hereinafter, device authentication information) to the POS server 3 (S41). The POS server 3 that has received the device authentication information refers to a device authentication database (not shown) and authenticates whether the password for the device ID matches that registered (S42, device authentication means). If the authentication is successful (S43: Yes), the POS server 3 permits the device 4 to access itself (POS server 3) (S44). On the other hand, when the authentication fails (S43: No), the POS server 3 notifies the device 4 to that effect. The device 4 that has received the notification of the authentication failure (S45) notifies the host device 31 that the authentication has failed and the POS server 3 cannot be accessed (S46), and the host device 31 is based on the notification. Error processing is performed (S47).

次に、図8を参照して、印刷装置34に障害が発生した場合の動作手順について説明する。まず、印刷装置34は、エラー(障害)を検出すると(S51)、印刷装置34は、自身の印刷動作を停止する(S52)。そして、印刷装置34は、自身のイベント情報やステータス情報(以下、デバイス情報)等をHTTPリクエストとしてPOSサーバ3に送信する(S53)。POSサーバ3は、デバイス情報を受信し(S54)、当該デバイス情報に基づいて、デバイス管理アプリケーション24により、当該印刷装置34の状態(ステータス)を変更する等の処理を行うと共に(S55)、デバイス情報を受信した旨の通知(受信完了通知)を印刷装置34に送信する(S56)。受信完了通知を受信した印刷装置34は、自身の動作を停止させたまま、ホスト装置31からのデバイス動作要求に対する応答データを、JSONP(JSON with Padding)によりJavaScript(登録商標)のコールバック関数として生成し(S57)、当該応答データをホスト装置31に送信する(S58,動作結果送信手段)。ホスト装置31は、印刷装置34からの応答データを受信すると(S59,動作結果受信手段)、コールバック関数を呼び出して印刷装置34の状態を判別し(S60)、その状態(エラー内容)に応じたエラー処理を行う(S61)。   Next, an operation procedure when a failure occurs in the printing apparatus 34 will be described with reference to FIG. First, when the printing apparatus 34 detects an error (failure) (S51), the printing apparatus 34 stops its own printing operation (S52). Then, the printing apparatus 34 transmits its own event information, status information (hereinafter, device information) and the like as an HTTP request to the POS server 3 (S53). The POS server 3 receives the device information (S54), and performs processing such as changing the status (status) of the printing apparatus 34 by the device management application 24 based on the device information (S55). A notification that the information has been received (reception completion notification) is transmitted to the printing apparatus 34 (S56). The printing apparatus 34 that has received the reception completion notification stops the operation of itself and returns response data to the device operation request from the host apparatus 31 as a callback function of JavaScript (registered trademark) by JSONP (JSON with Padding). The response data is generated (S57), and the response data is transmitted to the host device 31 (S58, operation result transmission means). When the host device 31 receives the response data from the printing device 34 (S59, operation result receiving means), the host device 31 calls the callback function to determine the state of the printing device 34 (S60), and according to the state (error content). Error processing is performed (S61).

次に、図9および図10を参照して、印刷装置34の印刷動作の一時停止動作、復旧動作、中止動作の動作手順について説明する。なお、これらの動作手順は、送受信するデータの内容が異なるだけで、基本的に同一であるため、ここでは、印刷装置34の一時停止動作について説明する。   Next, with reference to FIG. 9 and FIG. 10, the operation procedure of the pause operation, the recovery operation, and the stop operation of the printing operation of the printing apparatus 34 will be described. Since these operation procedures are basically the same except that the contents of data to be transmitted / received are different, here, the temporary stop operation of the printing apparatus 34 will be described.

まず、ホスト装置31は、ブラウザ51を介して、POSサーバ3(HTTPサーバ21)に対し、HTTPリクエストとして印刷動作一時停止要求(アプリケーション実行要求)を送信する(S71)。POSサーバ3は、印刷動作一時停止要求を受信し(S72,実行要求受信手段)、当該印刷動作一時停止要求に基づいて、デバイス管理アプリケーション24を実行してHTML形式(若しくはXML形式)の第1応答データ(ページ)を生成する(S73,第1応答データ生成手段)。この第1応答データには、印刷装置34の特定情報(IPアドレス等)、印刷装置34の一時停止に関する情報(一時停止用のAPI名等)、POSサーバ3の特定情報(IPアドレス等)、印刷装置34からのコールバックを受けるためのJavaScript(登録商標)の関数が埋め込まれている。そして、POSサーバ3は、ホスト装置31に対して当該第1応答データ(ページ)を送信する(S74,第1応答データ送信手段)。   First, the host device 31 transmits a print operation suspension request (application execution request) as an HTTP request to the POS server 3 (HTTP server 21) via the browser 51 (S71). The POS server 3 receives the printing operation suspension request (S72, execution request receiving means), and executes the device management application 24 based on the printing operation suspension request to execute the first HTML format (or XML format). Response data (page) is generated (S73, first response data generation means). The first response data includes specific information (such as an IP address) of the printing device 34, information related to suspension of the printing device 34 (such as an API name for suspension), specific information (such as an IP address) of the POS server 3, A JavaScript (registered trademark) function for receiving a callback from the printing apparatus 34 is embedded. Then, the POS server 3 transmits the first response data (page) to the host device 31 (S74, first response data transmission means).

ホスト装置31(ブラウザ51)は、第1応答データを受信し(S75)、当該第1応答データに基づいて、印刷装置34(HTTPサーバ75)に対してHTTPリクエストとして、POSサーバ3の特定情報(制御サーバ特定情報)を含む印刷装置一時停止要求(デバイス動作要求)送信する(S76,動作要求手段)。   The host device 31 (browser 51) receives the first response data (S75), and based on the first response data, the specific information of the POS server 3 as an HTTP request to the printing device 34 (HTTP server 75). A printer suspension request (device operation request) including (control server specifying information) is transmitted (S76, operation request means).

印刷装置34は、ホスト装置31からの印刷装置一時停止要求を受信すると(S77)、自身のイベント情報やステータス情報(以下、デバイス情報)等をHTTPリクエストとしてPOSサーバ3に送信する(S78)。POSサーバ3は、デバイス情報を受信し(S79)、当該デバイス情報に基づいて、デバイス管理アプリケーション24により、当該印刷装置34の状態(ステータス)を一時停止状態に変更する等の処理を行うと共に(S80)、一時停止用のデバイス制御情報(デバイスコマンド等)およびデバイス情報を受信した旨の通知(応答通知)を印刷装置34に送信する(S81)。応答通知を受信した印刷装置34は、自身の動作を一時停止させ(S82,動作手段)、一時停止処理の結果(成功/失敗等)および印刷装置34の状態(ステータス)に関する情報を第2応答データとして生成する(S83)。この第2応答データは、JSONP(JSON with Padding)によりJavaScript(登録商標)のコールバック関数として生成される。そして、印刷装置34は、当該第2応答データをホスト装置31に送信する(S84,動作結果送信手段)。   When the printing apparatus 34 receives the printing apparatus suspension request from the host apparatus 31 (S77), the printing apparatus 34 transmits its own event information, status information (hereinafter, device information) and the like to the POS server 3 as an HTTP request (S78). The POS server 3 receives the device information (S79), and performs processing such as changing the state (status) of the printing apparatus 34 to a paused state by the device management application 24 based on the device information ( S80), device control information (device command or the like) for suspension, and notification (response notification) that device information has been received are transmitted to the printing apparatus 34 (S81). Upon receiving the response notification, the printing apparatus 34 temporarily stops its own operation (S82, operation means), and the second response includes information on the result of the suspension process (success / failure etc.) and the status (status) of the printing apparatus 34. Data is generated (S83). The second response data is generated as a callback function of JavaScript (registered trademark) by JSONP (JSON with Padding). Then, the printing apparatus 34 transmits the second response data to the host apparatus 31 (S84, operation result transmission means).

第2応答データを受信したホスト装置31は(S85,動作結果受信手段)、当該第2応答データに基づき、印刷装置34の動作結果を判別する(S86)。具体的には、ホスト装置31は、第2応答データのJavaScript(登録商標)を実行し、コールバック関数を呼び出すことで、印刷装置34の動作結果を取得し、判別する。一時停止処理が正常に終了した場合(S87:Yes)、ホスト装置31は、印刷装置34の一時停止に係る処理を完了する(S88)。一方、一時停止処理が正常終了しなかった場合(S87:No)、ホスト装置31は、印刷装置34に、再度、印刷装置一時停止要求を送信したり、あるいは印刷装置34の状態に基づいたエラー処理を行う(S89)。なお、印刷動作を中止させる場合、印刷装置34およびPOSサーバ3は、上記の処理に合わせて、中止対象となる印刷動作の印刷ジョブ(印刷ジョブID)を削除する処理を行う。   The host device 31 that has received the second response data (S85, operation result receiving means) determines the operation result of the printing device 34 based on the second response data (S86). Specifically, the host device 31 executes the JavaScript (registered trademark) of the second response data and calls the callback function to acquire and determine the operation result of the printing device 34. When the temporary stop process is normally completed (S87: Yes), the host apparatus 31 completes the process related to the temporary stop of the printing apparatus 34 (S88). On the other hand, if the pause process has not been completed normally (S87: No), the host device 31 transmits a printing device pause request again to the printing device 34, or an error based on the state of the printing device 34. Processing is performed (S89). When canceling the printing operation, the printing apparatus 34 and the POS server 3 perform processing for deleting the print job (print job ID) of the printing operation to be canceled in accordance with the above processing.

以上のように、本実施形態によれば、ホスト装置31(クライアント端末)からデバイス4を動作させる場合、POSサーバ3により生成・保存(管理)された各デバイス4のデバイス制御情報に基づいてデバイス4を動作させることができるため、ホスト装置31にデバイスドライバをインストールすることなく、デバイス4を使用することができる。また、ホスト装置31にデバイスドライバが不要になるため、デバイス4の使用に係るホスト装置31の処理の負荷を軽減することができる。さらに、デバイスメーカにとっては、各ホスト装置31のOSの種類毎にデバイスドライバを作成する必要がなくなり、これに係る開発コストを削減できるといった効果がある。   As described above, according to the present embodiment, when the device 4 is operated from the host device 31 (client terminal), the device is based on the device control information of each device 4 generated and stored (managed) by the POS server 3. 4 can be operated, the device 4 can be used without installing a device driver in the host device 31. In addition, since a device driver is not required for the host device 31, the processing load of the host device 31 related to the use of the device 4 can be reduced. Further, for the device manufacturer, it is not necessary to create a device driver for each OS type of each host device 31, and the development cost related to this can be reduced.

また、各POS端末2(ホスト装置31)にPOSアプリケーション22やデバイスドライバをインストールする必要がないため、POS端末2(ホスト装置31)の低廉化を図ることができると共に、保守・管理に要する時間やコストを軽減できる。   Further, since it is not necessary to install the POS application 22 or device driver in each POS terminal 2 (host device 31), the POS terminal 2 (host device 31) can be reduced in cost and time required for maintenance and management. And cost can be reduced.

なお、図11に示すように、上述したPOSシステム1に、POSサーバ3が異常状態の場合にホスト装置31からの処理要求を代理実行する代理POSサーバ81(代理制御サーバ)を導入し、POSサーバ3、およびPOS端末2を同一LAN35上に、代理POSサーバ81をインターネット5上に設置するようにしてもよい。この場合、POSサーバ3と代理POSサーバ81との間で、ホスト装置31からの実行要求の処理状況、商品マスタ23の情報、ユーザ認証情報(ユーザIDやパスワード)、デバイス4からの要求に対する処理状況、デバイス管理データベース25の情報(デバイス制御情報や各種データ)、デバイス認証情報(デバイスIDやパスワード)等のデータの同期を所定間隔で取り、POSサーバ3が異常状態になり、代理POSサーバ81に処理が移行した場合においても、確実に処理が引き継がれるようにする。これにより、ホスト装置31は、POSサーバ3に実行要求した場合の実行結果と同一の実行結果を代理POSサーバ81から取得することができる。一方、デバイス4は、POSサーバ3にデバイス制御情報要求した場合の応答結果(デバイス制御情報や印刷データ等)と同一の応答結果を代理POSサーバ81から取得することができる。つまり、結果として、POSサーバ3が異常状態になった場合であっても、ホスト装置31から各デバイス4を確実に動作させることができる。   As shown in FIG. 11, a proxy POS server 81 (proxy control server) that executes a processing request from the host device 31 when the POS server 3 is in an abnormal state is installed in the POS system 1 described above. The server 3 and the POS terminal 2 may be installed on the same LAN 35 and the proxy POS server 81 may be installed on the Internet 5. In this case, between the POS server 3 and the proxy POS server 81, the processing status of the execution request from the host device 31, the information of the product master 23, the user authentication information (user ID and password), and the processing for the request from the device 4 The status, information in the device management database 25 (device control information and various data), data such as device authentication information (device ID and password) are synchronized at predetermined intervals, the POS server 3 becomes in an abnormal state, and the proxy POS server 81 Even when the process shifts to the above, it is ensured that the process is succeeded. As a result, the host device 31 can acquire the same execution result from the proxy POS server 81 when the execution request is made to the POS server 3. On the other hand, the device 4 can obtain from the proxy POS server 81 the same response result (device control information, print data, and the like) when the device control information is requested from the POS server 3. That is, as a result, each device 4 can be reliably operated from the host device 31 even when the POS server 3 is in an abnormal state.

また、代理POSサーバ81をPOSサーバ3のバックアップサーバとして使用することができるため、ホスト装置31はPOSサーバ3の不具合を意識することなく、アプリケーションの実行結果を取得することができると共に、確実にデバイス4を動作させることができる。なお、異常状態とは、正常状態でない状態であり、例えば、POSサーバ3のPOSアプリケーション22からの応答がない場合や、POSサーバ3が故障した場合をいう。また、POSサーバ3およびPOS端末2(ホスト装置31とデバイス4)を同一のLAN35に設置するため、POSサーバ3がインターネット5上に設置される場合と比べ、応答速度を早くすることができ、POSシステム1全体の処理効率を向上させることができる。   Further, since the proxy POS server 81 can be used as a backup server for the POS server 3, the host device 31 can acquire the execution result of the application without being aware of the malfunction of the POS server 3, and reliably. The device 4 can be operated. The abnormal state is a state that is not a normal state. For example, there is no response from the POS application 22 of the POS server 3 or a failure of the POS server 3. Further, since the POS server 3 and the POS terminal 2 (host device 31 and device 4) are installed on the same LAN 35, the response speed can be increased compared to the case where the POS server 3 is installed on the Internet 5, The processing efficiency of the entire POS system 1 can be improved.

また、本実施形態では、デバイス4として、カスタマディスプレイ32や印刷装置34(レシート印刷装置)を例に挙げて説明したが、これに限らず、家庭用プリンタ、イメージスキャナ、各種ストレージ等のコンシューマ向けデバイス、オフィス向けデバイスおよび業務用デバイスに適用することが可能である。
また、上述した実施例のPOSシステム1は一例であり、用途は限定されない。例えば、オフィスにおいてレーザプリンタとイメージスキャナを使用した帳票入出力システム等に、本発明は適用可能である。
In this embodiment, the customer display 32 and the printing device 34 (receipt printing device) have been described as examples of the device 4. However, the device 4 is not limited to this and is intended for consumers such as a home printer, an image scanner, and various storages. It can be applied to devices, office devices, and business devices.
Further, the POS system 1 of the above-described embodiment is an example, and the application is not limited. For example, the present invention can be applied to a form input / output system using a laser printer and an image scanner in an office.

また、上記の例に示した、POSシステム1の機能をプログラムとして提供することも可能である。また、そのプログラムを記憶媒体(図示省略)に格納して提供することも可能である。記録媒体としては、CD−ROM、フラッシュROM、メモリカード(コンパクトフラッシュ(登録商標)、スマートメディア、メモリースティック等)、コンパクトディスク、光磁気ディスク、デジタルバーサタイルディスクおよびフレキシブルディスク等を利用することができる。   It is also possible to provide the function of the POS system 1 shown in the above example as a program. It is also possible to provide the program stored in a storage medium (not shown). As the recording medium, a CD-ROM, a flash ROM, a memory card (compact flash (registered trademark), smart media, memory stick, etc.), a compact disk, a magneto-optical disk, a digital versatile disk, a flexible disk, and the like can be used.

また、上述した実施例によらず、POSシステム1の装置構成や処理工程等について、本発明の要旨を逸脱しない範囲で、適宜変更も可能である。   Further, regardless of the above-described embodiments, the apparatus configuration, processing steps, and the like of the POS system 1 can be appropriately changed without departing from the gist of the present invention.

本発明の一実施形態に係るPOSシステムのシステム構成図である。1 is a system configuration diagram of a POS system according to an embodiment of the present invention. POSシステムのブロック図である。It is a block diagram of a POS system. デバイスアダプタをソフトウェアで実現した場合のシステム構成図である。It is a system configuration diagram when a device adapter is realized by software. ホスト装置から印刷装置を動作させる手順について説明するフローチャートである。6 is a flowchart illustrating a procedure for operating a printing apparatus from a host apparatus. ホスト装置から印刷装置を動作させる手順について説明するフローチャートである。6 is a flowchart illustrating a procedure for operating a printing apparatus from a host apparatus. POSサーバとホスト装置との間の認証処理手順について説明するフローチャートである。It is a flowchart explaining the authentication processing procedure between a POS server and a host device. POSサーバとデバイスとの間の認証処理手順について説明するフローチャートである。It is a flowchart explaining the authentication processing procedure between a POS server and a device. 印刷装置でエラーが発生した場合の処理手順について説明するフローチャートである。6 is a flowchart illustrating a processing procedure when an error occurs in the printing apparatus. 印刷装置を一時停止させる場合の処理手順について説明するフローチャートである。6 is a flowchart for describing a processing procedure when the printing apparatus is temporarily stopped. 印刷装置を一時停止させる場合の処理手順について説明するフローチャートである。6 is a flowchart for describing a processing procedure when the printing apparatus is temporarily stopped. 代理POSサーバを導入した場合のシステム構成図である。It is a system block diagram at the time of introducing a proxy POS server.

符号の説明Explanation of symbols

1…POSシステム 2…POS端末 3…POSサーバ 4…デバイス 5…インターネット 21、65、75…HTTPサーバ 66、76…HTTPクライアント 31…ホスト装置 32…カスタマディスプレイ 33…デバイスアダプタ 34…印刷装置 35…LAN 51…ブラウザ 81…代理POSサーバ   DESCRIPTION OF SYMBOLS 1 ... POS system 2 ... POS terminal 3 ... POS server 4 ... Device 5 ... Internet 21, 65, 75 ... HTTP server 66, 76 ... HTTP client 31 ... Host apparatus 32 ... Customer display 33 ... Device adapter 34 ... Printing apparatus 35 ... LAN 51 ... Browser 81 ... Proxy POS server

Claims (15)

アプリケーションの実行を要求する1以上のクライアント端末と、当該クライアント端末の操作に伴って動作する1以上のデバイスと、前記アプリケーションを実行すると共に前記デバイスを制御する1以上の制御サーバと、を有し、少なくとも前記クライアント端末と前記制御サーバ、前記デバイスと前記制御サーバ、および前記クライアント端末と前記デバイス、がそれぞれネットワーク接続されたネットワークシステムであって、
前記制御サーバは、
前記クライアント端末から、デバイス動作を伴うアプリケーション実行要求を受信する実行要求受信手段と、
前記アプリケーション実行要求の受信に伴って前記デバイスを制御するためのデバイス制御情報を生成するデバイス制御情報生成手段と、
生成した前記デバイス制御情報をデバイス別のキューに保存するデバイス制御情報保存手段と、
前記デバイス制御情報の保存に伴って、前記アプリケーションの実行結果を含む第1応答データを生成する第1応答データ生成手段と、
前記第1応答データを前記クライアント端末に送信する第1応答データ送信手段と、を備え、
前記クライアント端末は、
前記制御サーバからの前記第1応答データの受信に伴って、前記デバイスに対しデバイス動作要求を送信する動作要求手段と、
前記デバイス動作要求に対する前記デバイスの動作結果を含む第2応答データを受信する動作結果受信手段と、を備え、
前記デバイスは、
前記クライアント端末からの前記デバイス動作要求の受信に伴って、前記制御サーバに対しデバイス制御情報要求を送信するデバイス制御情報要求送信手段と、
前記デバイス制御情報要求に対して前記制御サーバが前記デバイス別のキューから取り出した前記デバイス制御情報を受信し、当該デバイス制御情報に従って動作する動作手段と、
前記動作手段の動作結果を、前記第2応答データとして前記クライアント端末に送信する動作結果送信手段と、を備えたことを特徴とするネットワークシステム。
One or more client terminals that request execution of an application, one or more devices that operate in accordance with the operation of the client terminal, and one or more control servers that execute the application and control the devices A network system in which at least the client terminal and the control server, the device and the control server, and the client terminal and the device are network-connected, respectively.
The control server
Execution request receiving means for receiving an application execution request accompanied by a device operation from the client terminal;
Device control information generating means for generating device control information for controlling the device in accordance with reception of the application execution request;
Device control information storage means for storing the generated device control information in a queue for each device;
First response data generating means for generating first response data including an execution result of the application in association with storage of the device control information;
First response data transmitting means for transmitting the first response data to the client terminal,
The client terminal is
An operation requesting means for transmitting a device operation request to the device in accordance with reception of the first response data from the control server;
An operation result receiving means for receiving second response data including an operation result of the device in response to the device operation request;
The device is
Device control information request transmitting means for transmitting a device control information request to the control server in accordance with reception of the device operation request from the client terminal;
In response to the device control information request, the control server receives the device control information extracted from the device-specific queue, and operates according to the device control information.
An operation result transmitting means for transmitting the operation result of the operation means to the client terminal as the second response data.
前記制御サーバは、HTTPサーバを備え、
前記デバイスは、HTTPサーバおよびHTTPクライアントを備え、
前記クライアント端末は、プラグイン機能を有しない単機能ブラウザを備え、
前記制御サーバ、前記クライアント端末および前記デバイスは、ハイパーテキスト転送プロトコルに基づいて通信を行うことを特徴とする請求項1に記載のネットワークシステム。
The control server includes an HTTP server,
The device comprises an HTTP server and an HTTP client,
The client terminal includes a single function browser having no plug-in function,
The network system according to claim 1, wherein the control server, the client terminal, and the device communicate based on a hypertext transfer protocol.
前記第1応答データには、少なくとも前記デバイスを特定するデバイス特定情報および前記デバイスの動作を指定する動作情報を含むタグが挿入されており、
前記動作要求手段は、前記タグの情報に基づいて、前記デバイス動作要求を送信することを特徴とする請求項1または2に記載のネットワークシステム。
In the first response data, a tag including at least device specifying information for specifying the device and operation information for specifying an operation of the device is inserted,
The network system according to claim 1, wherein the operation request unit transmits the device operation request based on information on the tag.
前記動作要求手段は、受信した前記第1応答データに、少なくとも前記デバイスを特定するデバイス特定情報および前記デバイスの動作を指定する動作情報を含むタグを挿入し、当該タグの情報に基づいて、前記デバイス動作要求を送信することを特徴とする請求項1または2に記載のネットワークシステム。   The operation requesting unit inserts a tag including at least device specifying information for specifying the device and operation information for specifying the operation of the device into the received first response data, and based on the information on the tag, 3. The network system according to claim 1, wherein a device operation request is transmitted. 前記ネットワークには、複数の前記制御サーバが接続されており、
前記動作要求手段は、前記デバイスがアクセスする前記制御サーバを特定する制御サーバ特定情報を有し、
前記デバイス制御情報要求送信手段は、前記制御サーバ特定情報に基づいて、対象となる前記制御サーバに前記デバイス制御情報要求を送信することを特徴とする請求項1ないし4のいずれか1項に記載のネットワークシステム。
A plurality of the control servers are connected to the network,
The operation request means has control server specifying information for specifying the control server accessed by the device,
5. The device control information request transmission unit transmits the device control information request to the target control server based on the control server specifying information. 6. Network system.
前記制御サーバは、
前記クライアント端末を使用するユーザのアカウントを管理し、前記ユーザの認証を行うユーザ認証手段と、
前記デバイスのアカウントを管理し、前記デバイスの認証を行うデバイス認証手段と、を備えたことを特徴とする請求項1ないし5のいずれか1項に記載のネットワークシステム。
The control server
User authentication means for managing an account of a user who uses the client terminal and authenticating the user;
6. The network system according to claim 1, further comprising device authentication means for managing an account of the device and authenticating the device.
前記デバイスは、デバイス本体とデバイスアダプタと、で構成され、
前記デバイス本体は、前記デバイスアダプタを介して前記クライアント端末および前記制御サーバと接続され、
前記デバイスアダプタは、前記クライアント端末からの前記デバイス動作要求に基づき、前記制御サーバに対し前記デバイス制御情報要求を送信することを特徴とする請求項1ないし6のいずれか1項に記載のネットワークシステム。
The device is composed of a device body and a device adapter,
The device body is connected to the client terminal and the control server via the device adapter,
The network system according to claim 1, wherein the device adapter transmits the device control information request to the control server based on the device operation request from the client terminal. .
前記制御サーバと前記クライアント端末、前記制御サーバと前記デバイス、がそれぞれインターネット接続されていることを特徴とする請求項1ないし7のいずれか1項に記載のネットワークシステム。   The network system according to claim 1, wherein the control server and the client terminal, and the control server and the device are connected to the Internet. 前記制御サーバは、POSサーバとして機能し、
前記クライアント端末は、POS端末として機能することを特徴とする請求項1ないし8のいずれか1項に記載のネットワークシステム。
The control server functions as a POS server,
The network system according to claim 1, wherein the client terminal functions as a POS terminal.
前記制御サーバに接続されると共に、当該制御サーバと同様の処理を行う代理制御サーバを、さらに備え、
前記代理制御サーバは、
前記制御サーバが異常状態となった場合、前記制御サーバの処理を代理実行することを特徴とする請求項1ないし9のいずれか1項に記載のネットワークシステム。
A proxy control server that is connected to the control server and performs the same processing as the control server is further provided,
The proxy control server
The network system according to claim 1, wherein when the control server is in an abnormal state, the process of the control server is executed as a proxy.
前記制御サーバと前記代理制御サーバとの間で、前記アプリケーション実行要求に関する情報の同期を取ることを特徴とする請求項10に記載のネットワークシステム。   The network system according to claim 10, wherein information regarding the application execution request is synchronized between the control server and the proxy control server. 前記制御サーバと前記代理制御サーバと、がインターネット接続され、
前記制御サーバ、前記クライアント端末および前記デバイスは、LAN接続されていることを特徴とする請求項10または11に記載のネットワークシステム。
The control server and the proxy control server are connected to the Internet,
The network system according to claim 10 or 11, wherein the control server, the client terminal, and the device are LAN-connected.
前記デバイスは、当該デバイスの設定サービスを行うためのデバイス設定手段を備え、
前記クライアント端末は、前記デバイス設定手段による前記設定サービスを使用し、前記デバイスの設定を行うことを特徴とする請求項1ないし12のいずれか1項に記載のネットワークシステム。
The device includes device setting means for performing a setting service of the device,
The network system according to claim 1, wherein the client terminal uses the setting service provided by the device setting unit to set the device.
前記制御サーバは、制御対象となる前記デバイスの環境設定サービスを行うためのデバイス環境設定手段を備え、
前記クライアント端末は、前記デバイス環境設定手段による前記環境設定サービスを使用し、前記デバイスの環境設定を行うことを特徴とする請求項1ないし13のいずれか1項に記載のネットワークシステム。
The control server includes device environment setting means for performing an environment setting service for the device to be controlled,
The network system according to claim 1, wherein the client terminal uses the environment setting service provided by the device environment setting unit to perform environment setting of the device.
コンピュータを、請求項1ないし14のいずれか1項に記載のネットワークシステムにおける前記制御サーバの各手段として機能させるためのプログラム。   The program for functioning a computer as each means of the said control server in the network system of any one of Claims 1 thru | or 14.
JP2007179327A 2007-07-09 2007-07-09 Network system and program Active JP5040486B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007179327A JP5040486B2 (en) 2007-07-09 2007-07-09 Network system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007179327A JP5040486B2 (en) 2007-07-09 2007-07-09 Network system and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2012152192A Division JP5360269B2 (en) 2012-07-06 2012-07-06 Network system, network system control method and program

Publications (2)

Publication Number Publication Date
JP2009015750A true JP2009015750A (en) 2009-01-22
JP5040486B2 JP5040486B2 (en) 2012-10-03

Family

ID=40356556

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007179327A Active JP5040486B2 (en) 2007-07-09 2007-07-09 Network system and program

Country Status (1)

Country Link
JP (1) JP5040486B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011055075A (en) * 2009-08-31 2011-03-17 Kyocera Mita Corp Image forming system and image forming apparatus
WO2012114660A1 (en) * 2011-02-21 2012-08-30 セイコーエプソン株式会社 Network system, device server and network system control method
JP2013030195A (en) * 2012-10-24 2013-02-07 Cyber Station Kk Web system
CN103327205A (en) * 2012-03-22 2013-09-25 富士施乐株式会社 Information processing apparatus and information processing method
JP2015181005A (en) * 2015-04-09 2015-10-15 セイコーエプソン株式会社 Client terminal, control method of the same and image input controlling program
WO2016158908A1 (en) * 2015-03-30 2016-10-06 株式会社セキュアブレイン Network communication method and network communication system
US10019204B2 (en) 2012-03-30 2018-07-10 Seiko Epson Corporation Print control device, printing system, and print control method
JP2020113321A (en) * 2020-04-01 2020-07-27 株式会社ハイウェイテックジャパン Device control method by thin client system
US11057499B2 (en) 2015-03-25 2021-07-06 Sino-Japanese Engineering Corporation Device control method by thin client system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002229752A (en) * 2001-02-06 2002-08-16 Ricoh Co Ltd Web printer device
JP2004005348A (en) * 2002-03-25 2004-01-08 Ricoh Co Ltd Image forming device having web service function
JP2007140984A (en) * 2005-11-18 2007-06-07 Canon Inc Information processor, method, and computer program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002229752A (en) * 2001-02-06 2002-08-16 Ricoh Co Ltd Web printer device
JP2004005348A (en) * 2002-03-25 2004-01-08 Ricoh Co Ltd Image forming device having web service function
JP2007140984A (en) * 2005-11-18 2007-06-07 Canon Inc Information processor, method, and computer program

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011055075A (en) * 2009-08-31 2011-03-17 Kyocera Mita Corp Image forming system and image forming apparatus
US10063731B2 (en) 2011-02-21 2018-08-28 Seiko Epson Corporation Network system, device server, and network system control method
US9977639B2 (en) 2011-02-21 2018-05-22 Seiko Epson Corporation Network system, device server, and network system control method
CN105120125A (en) * 2011-02-21 2015-12-02 精工爱普生株式会社 Client terminal and control method thereof
EP2631808A1 (en) * 2011-02-21 2013-08-28 Seiko Epson Corporation Network system, device server and network system control method
CN103380419A (en) * 2011-02-21 2013-10-30 精工爱普生株式会社 Network system, device server and network system control method
EP2631808A4 (en) * 2011-02-21 2014-12-24 Seiko Epson Corp Network system, device server and network system control method
CN103380419B (en) * 2011-02-21 2015-09-16 精工爱普生株式会社 The control method of network system, device server and network system
US9398074B2 (en) 2011-02-21 2016-07-19 Seiko Epson Corporation Network system, device server, and network system control method
WO2012114660A1 (en) * 2011-02-21 2012-08-30 セイコーエプソン株式会社 Network system, device server and network system control method
JP2012173910A (en) * 2011-02-21 2012-09-10 Seiko Epson Corp Network system, device server, and control method for network system
CN103327205A (en) * 2012-03-22 2013-09-25 富士施乐株式会社 Information processing apparatus and information processing method
JP2013196548A (en) * 2012-03-22 2013-09-30 Fuji Xerox Co Ltd Information processing device and information processing program
CN103327205B (en) * 2012-03-22 2018-03-16 富士施乐株式会社 Message processing device and information processing method
US10019204B2 (en) 2012-03-30 2018-07-10 Seiko Epson Corporation Print control device, printing system, and print control method
US10459668B2 (en) 2012-03-30 2019-10-29 Seiko Epson Corporation Print control device, printing system, and print control method for generating image print commands from print data in markup language
JP2013030195A (en) * 2012-10-24 2013-02-07 Cyber Station Kk Web system
US11057499B2 (en) 2015-03-25 2021-07-06 Sino-Japanese Engineering Corporation Device control method by thin client system
WO2016158908A1 (en) * 2015-03-30 2016-10-06 株式会社セキュアブレイン Network communication method and network communication system
JPWO2016158908A1 (en) * 2015-03-30 2018-03-01 株式会社セキュアブレイン Network communication method and network communication system
EP3279800A4 (en) * 2015-03-30 2018-11-21 Securebrain Corporation Network communication method and network communication system
US10586034B2 (en) 2015-03-30 2020-03-10 Securebrain Corporation Network communication method and network communication system
JP2015181005A (en) * 2015-04-09 2015-10-15 セイコーエプソン株式会社 Client terminal, control method of the same and image input controlling program
JP2020113321A (en) * 2020-04-01 2020-07-27 株式会社ハイウェイテックジャパン Device control method by thin client system
JP6998987B2 (en) 2020-04-01 2022-01-18 株式会社ハイウェイテックジャパン Device control method by thin client method

Also Published As

Publication number Publication date
JP5040486B2 (en) 2012-10-03

Similar Documents

Publication Publication Date Title
JP5040486B2 (en) Network system and program
JP4900096B2 (en) Network system and program
US8520230B2 (en) Image processing system, image processing apparatus, image forming apparatus, image processing method, program, and recording medium with login management and authentication tickets
CN110149314B (en) Relay device and relay method
US8792111B2 (en) Image processing apparatus, information processing method, and storage medium
US20060244995A1 (en) Printing system having pull printing function
US10142501B2 (en) Image processing apparatus, method for controlling the same, and storage medium
US11140294B2 (en) Communication device, non-transitory computer-readable recording medium storing computer-readable instructions for communication device, and method executed by communication device
CN104871126A (en) Terminal apparatus, output system, and output method
US20150370650A1 (en) Image processing apparatus, image processing method, and non-transitory computer readable medium
JP4983445B2 (en) Network system and program
US10360549B2 (en) Printing system and printer
JP4488427B2 (en) Printing system, printing management server, printing control method, program, and computer-readable storage medium
JP5614475B2 (en) POS system
JP5299503B2 (en) Network system and program
JP5668816B2 (en) Printing apparatus control method and printing apparatus
JP5370528B2 (en) Network system, network system control method and program
JP5360269B2 (en) Network system, network system control method and program
JP5660174B2 (en) Display control method and device adapter
US11520543B2 (en) Image forming apparatus, printing system, control method, and storage medium
JP5817891B2 (en) POS system control method
US20200404004A1 (en) Browsing management server, browsing management method, and browsing management system
JP4364827B2 (en) Form processing system
JP2015055951A (en) Information processing system and information processing method
JP5533929B2 (en) Client terminal, client terminal control method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100607

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111014

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111018

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111219

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20111219

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120612

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120625

R150 Certificate of patent or registration of utility model

Ref document number: 5040486

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20150720

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350