JP2020040301A - Printer, information processing system, information processing method and program - Google Patents

Printer, information processing system, information processing method and program Download PDF

Info

Publication number
JP2020040301A
JP2020040301A JP2018169676A JP2018169676A JP2020040301A JP 2020040301 A JP2020040301 A JP 2020040301A JP 2018169676 A JP2018169676 A JP 2018169676A JP 2018169676 A JP2018169676 A JP 2018169676A JP 2020040301 A JP2020040301 A JP 2020040301A
Authority
JP
Japan
Prior art keywords
printer
communication method
management server
communication
information processing
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
JP2018169676A
Other languages
Japanese (ja)
Other versions
JP7161351B2 (en
Inventor
斉藤 浩一
Koichi Saito
浩一 斉藤
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.)
Sato Holdings Corp
Original Assignee
Sato Holdings 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 Sato Holdings Corp filed Critical Sato Holdings Corp
Priority to JP2018169676A priority Critical patent/JP7161351B2/en
Publication of JP2020040301A publication Critical patent/JP2020040301A/en
Application granted granted Critical
Publication of JP7161351B2 publication Critical patent/JP7161351B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Computer And Data Communications (AREA)

Abstract

To allow a message to be communicated by switching a communication method, even if a specific port is blocked by a fire wall and the like.SOLUTION: The printer, which is connected to a prescribed network, comprises a communication part that can switch between a first communication method and a second communication method whose communication methods are different from each other. The communication part, when access from external equipment outside the prescribed network to the printer is set to be blocked, transmits data by the first communication method to a management server provided outside the prescribed network, and receives data from the management server by the second communication method.SELECTED DRAWING: Figure 14

Description

本発明は、プリンタ、情報処理システム、情報処理方法、および、プログラムに関する。   The present invention relates to a printer, an information processing system, an information processing method, and a program.

従来、MQTT(Message Queuing Telemetry Transport)通信は、TCP/IPによるPub/Sub型データ配信モデルの軽量なメッセージキュープロトコルであり、ポート番号「8883」が使用されることが規定されている。また、ウェブブラウザでMQTT通信を実現するため、ポート番号「443」を使用するMQTT over WebSocketが知られている(例えば、特許文献1)。   Conventionally, MQTT (Message Queuing Telemetry Transport) communication is a lightweight message queue protocol of a Pub / Sub type data distribution model based on TCP / IP, and specifies that a port number “8883” is used. Also, an MQTT over WebSocket that uses a port number “443” to realize MQTT communication with a web browser is known (for example, Patent Document 1).

特開2017−225262号公報JP 2017-225262 A

ところで、例えばMQTT通信は、IoT(Internet of Things)等の軽量なメッセージの送受信に適しており、プロキシサーバ経由の通信がサポートされていないことから、企業のファイアウォールにおいて特定ポートが遮断されている場合がある。その場合には、MQTT通信等によりメッセージを疎通できないという問題が生ずる。   By the way, for example, MQTT communication is suitable for transmitting and receiving lightweight messages such as the Internet of Things (IoT), and communication via a proxy server is not supported. There is. In this case, there is a problem that the message cannot be communicated by the MQTT communication or the like.

そこで、本発明は、ファイアウォール等により特定のポートが遮断されている場合であっても通信方法の切り替えによりメッセージを疎通できるようにすることを目的とする。   Therefore, an object of the present invention is to enable communication of messages by switching communication methods even when a specific port is blocked by a firewall or the like.

本発明のある態様は、所定のネットワークに接続されているプリンタであって、通信方法が異なる第1の通信方法と第2の通信方法とを切り替え可能な通信部を備え、前記通信部は、前記所定のネットワークの外部にある外部機器からの前記プリンタへのアクセスが遮断されるように設定されている場合に、前記所定のネットワークの外部に設けられた管理サーバに対して、前記第1の通信方法でデータを送信し、前記第2の通信方法で前記管理サーバからデータを受信する、プリンタである。   One aspect of the present invention is a printer connected to a predetermined network, comprising a communication unit capable of switching between a first communication method and a second communication method having different communication methods, wherein the communication unit includes: In a case where access to the printer from an external device outside the predetermined network is set to be blocked, the first server is provided to a management server provided outside the predetermined network. A printer that transmits data by a communication method and receives data from the management server by the second communication method.

本発明のある態様によれば、ファイアウォール等により特定のポートが遮断されている場合であっても通信方法の切り替えによりメッセージを疎通できる。   According to an embodiment of the present invention, even when a specific port is blocked by a firewall or the like, messages can be communicated by switching communication methods.

実施形態の情報処理システムのシステム構成を示す図である。FIG. 1 is a diagram illustrating a system configuration of an information processing system according to an embodiment. 図2A、図2B、図2C、および図2Dは、それぞれ、本実施形態の情報処理システムのプリンタ、ユーザ端末、管理サーバ、および、ヘルプデスク端末のブロック図である。2A, 2B, 2C, and 2D are block diagrams of a printer, a user terminal, a management server, and a help desk terminal of the information processing system according to the present embodiment, respectively. プリンタにおけるMQTT通信方式の切り替え操作方法を示す図である。FIG. 4 is a diagram illustrating a switching operation method of an MQTT communication method in a printer. 実施形態の情報処理システムにおいてプリンタの8883ポートが開放されている場合に、プリンタがステータス通知を行うときのシーケンスチャートである。9 is a sequence chart when the printer issues a status notification when the 8883 port of the printer is open in the information processing system of the embodiment. 実施形態の情報処理システムにおいてプリンタの8883ポートが開放されている場合に、プリンタがステータス通知を行うときの通信状態を模式的に示す図である。FIG. 7 is a diagram schematically illustrating a communication state when the printer issues a status notification when the 8883 port of the printer is open in the information processing system of the embodiment. 実施形態の情報処理システムにおいてプリンタの8883ポートが遮断されている場合に、プリンタがステータス通知を行うときのシーケンスチャートである。9 is a sequence chart when the printer issues a status notification when the 8883 port of the printer is blocked in the information processing system of the embodiment. 実施形態の情報処理システムにおいてプリンタの8883ポートが遮断されている場合に、プリンタがステータス通知を行うときの通信状態を模式的に示す図である。FIG. 9 is a diagram schematically illustrating a communication state when the printer issues a status notification when the 8883 port of the printer is blocked in the information processing system of the embodiment. 実施形態の情報処理システムにおいてプリンタの8883ポートが開放されている場合に、プリンタに対して外部からリモートコントロールを行うときのシーケンスチャートである。9 is a sequence chart when remote control of the printer is performed externally when the 8883 port of the printer is opened in the information processing system of the embodiment. 実施形態の情報処理システムにおいてプリンタの8883ポートが開放されている場合に、プリンタに対して外部からリモートコントロールを行うときの通信状態を模式的に示す図である。FIG. 7 is a diagram schematically illustrating a communication state when externally controlling the printer externally when the 8883 port of the printer is opened in the information processing system of the embodiment. 実施形態の情報処理システムにおいてプリンタの8883ポートが遮断されている場合に、プリンタに対して外部からリモートコントロールを行うときのシーケンスチャートである。FIG. 9 is a sequence chart when externally controlling the printer externally when the 8883 port of the printer is blocked in the information processing system of the embodiment. FIG. 実施形態の情報処理システムにおいてプリンタの8883ポートが遮断されている場合に、プリンタに対して外部からリモートコントロールを行うときの通信状態を模式的に示す図である。FIG. 8 is a diagram schematically illustrating a communication state when externally performing remote control on the printer when the 8883 port of the printer is blocked in the information processing system of the embodiment. 実施形態の情報処理システムにおいてプリンタにエラーが生じた場合のシーケンスチャートである。5 is a sequence chart when an error occurs in a printer in the information processing system of the embodiment. 実施形態の情報処理システムにおいてプリンタにエラーが生じた場合に、プリンタの通信方式の切り替え前の通信状態を模式的に示す図である。FIG. 4 is a diagram schematically illustrating a communication state before switching of a communication method of the printer when an error occurs in the printer in the information processing system of the embodiment. 実施形態の情報処理システムにおいてプリンタにエラーが生じた場合に、プリンタの通信方式の切り替え後の通信状態を模式的に示す図である。FIG. 4 is a diagram schematically illustrating a communication state after switching of a communication method of the printer when an error occurs in the printer in the information processing system of the embodiment.

以下、本発明の情報処理システムおよび情報処理方法の一実施形態について、図面を参照しながら説明する。   Hereinafter, an information processing system and an information processing method according to an embodiment of the present invention will be described with reference to the drawings.

(1)情報処理システム1の概要
本実施形態の情報処理システム1について、図1を参照して説明する。図1は、本実施形態の情報処理システム1のシステム構成を示す図である。情報処理システム1は、例えば、複数のプリンタ2A,2B,…、ヘルプデスク端末3、ユーザ端末4、管理サーバ5、プロキシサーバ6、及びMQTTブローカ7を備える。
(1) Outline of Information Processing System 1 An information processing system 1 of the present embodiment will be described with reference to FIG. FIG. 1 is a diagram illustrating a system configuration of an information processing system 1 according to the present embodiment. The information processing system 1 includes, for example, a plurality of printers 2A, 2B,..., A help desk terminal 3, a user terminal 4, a management server 5, a proxy server 6, and an MQTT broker 7.

図1に示す情報処理システム1において、プリンタ2A,2B,…は、LAN(Local Area Network)10に接続され、例えばラベルに情報を印字して発行するプリンタである。プリンタ2A,2B,…を含むLAN10内の機器は、LAN10より外側のネットワークに接続された機器との間で通信を行う。ルータ(図示せず)またはプロキシサーバ6には、ファイアウォールが設定されており、LAN10の外部からのLAN10に接続された機器に対するMQTT(port:8883)によるアクセスが遮断されている。プロキシサーバ6は、例えば、LAN10とインターネットの間を中継するサーバである。
本実施形態の情報処理システム1において、管理サーバ5はいわゆるクラウドサーバであり、LAN10に接続されたプリンタ2A,2B,…から定期的に、あるいは不定期にメッセージを受信することで、各プリンタの稼動状態を管理している。
なお、以下の説明では、LAN10に接続された複数のプリンタ2A,2B,…に対して共通した事項を言及するときには、総称して「プリンタ2」と表記する。
In the information processing system 1 shown in FIG. 1, printers 2A, 2B,... Are connected to a LAN (Local Area Network) 10 and print information on labels, for example, and issue them. Devices in the LAN 10 including the printers 2A, 2B,... Communicate with devices connected to a network outside the LAN 10. A firewall is set in the router (not shown) or the proxy server 6, and an MQTT (port: 8883) from outside the LAN 10 to a device connected to the LAN 10 is blocked. The proxy server 6 is a server that relays between the LAN 10 and the Internet, for example.
In the information processing system 1 of the present embodiment, the management server 5 is a so-called cloud server, and receives messages from the printers 2A, 2B,. The operating status is managed.
In the following description, when referring to items common to a plurality of printers 2A, 2B,... Connected to the LAN 10, they are collectively referred to as "printer 2".

プリンタ2は、例えば、MQTT(port:8883)、やMQTT over WebSocket(port: 443)により管理サーバ5と通信を行うことが可能である。MQTT(Message Queuing Telemetry Transport)通信は、TCP/IPによるPub/Sub型データ配信モデルの軽量なメッセージキュープロトコルである。MQTT over WebSocketは、ウェブブラウザでMQTT通信を実現するためにポート番号「443」を使用する。
プリンタ2が、例えばMQTT(port:8883)によって通信を行う場合には、プロキシサーバ6を通さず、MQTTブローカ7を介して管理サーバ5と通信を行う。MQTTブローカ7は、例えば、MQTTプロトコルにおいて発行者(publisher)からのメッセージを購読者(subscriber)に配信する。
プリンタ2がMQTT over WebSocket(port: 443)により通信を行う場合には、プロキシサーバ6を経由して管理サーバ5と通信を行う。
The printer 2 can communicate with the management server 5 by using, for example, MQTT (port: 8883) or MQTT over WebSocket (port: 443). MQTT (Message Queuing Telemetry Transport) communication is a lightweight message queue protocol of a Pub / Sub type data distribution model based on TCP / IP. MQTT over WebSocket uses a port number “443” to realize MQTT communication with a web browser.
When the printer 2 performs communication by, for example, MQTT (port: 8883), the printer 2 communicates with the management server 5 via the MQTT broker 7 without passing through the proxy server 6. The MQTT broker 7 distributes a message from a publisher to a subscriber in the MQTT protocol, for example.
When the printer 2 performs communication using MQTT over WebSocket (port: 443), the printer 2 performs communication with the management server 5 via the proxy server 6.

図1において、ヘルプデスク端末3は、例えばプリンタ2とは遠隔の位置にある装置であり、例えば、通信機能を備えたデスクトップコンピュータ、ラップトップ型若しくはタブレット型コンピュータ装置等である。本実施形態の情報処理システム1では、ヘルプデスク端末3は、例えば、LAN10に接続されたプリンタ2で生じたエラー等の問題の解決を支援するために設けられている。   In FIG. 1, the help desk terminal 3 is a device remote from the printer 2, for example, and is, for example, a desktop computer, a laptop or a tablet computer having a communication function. In the information processing system 1 of the present embodiment, the help desk terminal 3 is provided to assist in solving a problem such as an error that has occurred in the printer 2 connected to the LAN 10, for example.

図1において、ユーザ端末4は、LAN10に接続されており、複数のプリンタ2A,2B,…の状態を管理する。例えば、LAN10が特定の会社の社内LANである場合、複数のプリンタ2A,2B,…が工場や倉庫等の現場に配置され、ユーザ端末4が現場から離れた事務所に配置される。ユーザ端末4は、例えば、ユーザがLAN10に接続された複数のプリンタ2A,2B,…の状態を管理するために使用する端末である。   In FIG. 1, a user terminal 4 is connected to a LAN 10 and manages states of a plurality of printers 2A, 2B,. For example, when the LAN 10 is an in-house LAN of a specific company, a plurality of printers 2A, 2B,... Are arranged at a site such as a factory or a warehouse, and the user terminal 4 is arranged at an office remote from the site. The user terminal 4 is, for example, a terminal used by the user to manage the status of the plurality of printers 2A, 2B,.

本実施形態のプリンタ2は、MQTT通信方式を採る場合に、例えば、MQTT(port:8883)(第1の通信方法の例)と、MQTT over WebSocket(port: 443)(第2の通信方法の例)を切り替え可能に構成されている。そのため、例えば8883ポートが遮断されている場合であっても、プリンタ2においてMQTT over WebSocket(port: 443)に切り替えてプロキシサーバ6経由でMQTT通信によるメッセージを疎通できるように構成されている。   When the MQTT communication method is adopted, the printer 2 according to the present embodiment includes, for example, MQTT (port: 8883) (an example of the first communication method) and MQTT over WebSocket (port: 443) (the second communication method). Example) can be switched. Therefore, for example, even if the 8883 port is blocked, the printer 2 is configured to switch to MQTT over WebSocket (port: 443) so that messages through MQTT communication can be communicated via the proxy server 6.

(2)情報処理システム1の各装置のブロック構成
次に、本実施形態の情報処理システム1の各装置の内部構成について、図2A〜図2Dおよび図3を参照して説明する。図2A〜図2Dは、それぞれ、本実施形態の情報処理システム1のプリンタ2、ユーザ端末4、管理サーバ5、および、ヘルプデスク端末3のブロック図である。図3は、本実施形態のプリンタ2におけるMQTT通信方式の切り替え操作方法を示す図である。
(2) Block Configuration of Each Device of Information Processing System 1 Next, an internal configuration of each device of the information processing system 1 of the present embodiment will be described with reference to FIGS. 2A to 2D and FIG. 2A to 2D are block diagrams of the printer 2, the user terminal 4, the management server 5, and the help desk terminal 3 of the information processing system 1 according to the present embodiment, respectively. FIG. 3 is a diagram illustrating a switching operation method of the MQTT communication method in the printer 2 of the present embodiment.

(2−1)プリンタ2
図2Aに示すように、プリンタ2は、例えば、制御部21、ストレージ22、操作入力部23、表示部24、印字部25、および、通信部26を備える。
(2-1) Printer 2
As illustrated in FIG. 2A, the printer 2 includes, for example, a control unit 21, a storage 22, an operation input unit 23, a display unit 24, a printing unit 25, and a communication unit 26.

制御部21は、マイクロコンピュータおよびメモリ(RAM(Random Access Memory),ROM(Read Only Memory))を含み、プリンタ2の動作を制御する。マイクロコンピュータは、プリンタ2の起動時にROMに記憶されているファームウェアを読み出して実行する。ファームウェアを実行することで実現される機能には、印字部25に供給する印字データを生成すること、操作入力部23からの入力信号に基づいて表示部24の画面を遷移させること等が含まれる。   The control unit 21 includes a microcomputer and a memory (RAM (Random Access Memory), ROM (Read Only Memory)), and controls the operation of the printer 2. The microcomputer reads out and executes the firmware stored in the ROM when the printer 2 is started. The functions realized by executing the firmware include generating print data to be supplied to the printing unit 25, transitioning the screen of the display unit 24 based on an input signal from the operation input unit 23, and the like. .

ストレージ22は、HDD(Hard Disk Drive)あるいはSSD(Solid State Drive)等の記憶装置である。
操作入力部23は、プリンタ2に対する操作入力(タッチパネル入力を含む)を受け付けるボタンと、操作入力を電気信号に変換するインタフェース回路とを含む。
表示部24は、表示パネルと、表示パネルに画像を表示する駆動回路とを含み、プリンタ2の稼動状態、メニュー画面、エラーメッセージ等の各種メッセージ等を表示する。
The storage 22 is a storage device such as a hard disk drive (HDD) or a solid state drive (SSD).
The operation input unit 23 includes a button for receiving an operation input (including a touch panel input) to the printer 2 and an interface circuit for converting the operation input into an electric signal.
The display unit 24 includes a display panel and a drive circuit that displays an image on the display panel, and displays an operating state of the printer 2, a menu screen, various messages such as an error message, and the like.

印字部25は、インクリボン、複数の発熱素子を有するサーマルヘッド、および、プラテンローラを回転駆動するステッピングモータ(いずれも不図示)を含み、印字媒体であるラベルに情報を印字する。印字部25は、印字データに基づき、サーマルヘッドの各発熱素子に選択的に電流を流す。電流により発熱した発熱素子がプラテンローラによって搬送されたラベルにインクリボンを介して押し当てられると、発熱素子に押し当てられたラベルの部分が発色することでラベルに情報が印字される。   The printing unit 25 includes an ink ribbon, a thermal head having a plurality of heating elements, and a stepping motor (all not shown) for driving a platen roller to rotate, and prints information on a label as a printing medium. The printing unit 25 selectively supplies a current to each heating element of the thermal head based on the printing data. When the heating element that has generated heat by the current is pressed against the label conveyed by the platen roller via the ink ribbon, information is printed on the label because the label pressed against the heating element develops color.

通信部26は、例えば、MQTT(port:8883)やMQTT over WebSocket(port: 443)により外部の機器と通信を行う。MQTT(port:8883)によって通信を行う場合には、MQTTブローカ7を介して管理サーバ5と通信を行う。MQTT over WebSocket(port: 443)によって通信を行う場合には、プロキシサーバ6を介して管理サーバ5と通信を行う。   The communication unit 26 communicates with an external device by using, for example, MQTT (port: 8883) or MQTT over WebSocket (port: 443). When communication is performed by MQTT (port: 8883), communication is performed with the management server 5 via the MQTT broker 7. When communication is performed by MQTT over WebSocket (port: 443), communication is performed with the management server 5 via the proxy server 6.

本実施形態のプリンタ2は、例えば、MQTT通信方式として、例えば、MQTT(port:8883)かMQTT over WebSocket(port: 443)の選択入力を受け付けるように構成されている。図3は、プリンタ2の表示パネルに表示される画面の遷移を示している。
図3の画面G1に示すように、プリンタ2の表示パネルにおいてファームウェアによって提供されるメニューには、「MQTT通信方式」の項目が含まれる。この項目を選択操作することで画面G2に示すように画面が遷移し、「MQTT」または「MQTT over WebSocket」のいずれかを選択可能な画面に切り替わる。ここで、「MQTT」か「MQTT over WebSocket」の選択操作することによって、MQTT通信方式を切り替えることが可能となる。
なお、初期設定はMQTT(port:8883)となっている。
The printer 2 of the present embodiment is configured to receive, for example, a selection input of MQTT (port: 8883) or MQTT over WebSocket (port: 443) as an MQTT communication method. FIG. 3 shows a transition of a screen displayed on the display panel of the printer 2.
As shown in the screen G1 in FIG. 3, the menu provided by the firmware on the display panel of the printer 2 includes an item of “MQTT communication method”. By selecting and operating this item, the screen changes as shown in a screen G2, and the screen is switched to a screen in which either “MQTT” or “MQTT over WebSocket” can be selected. Here, by selecting and operating “MQTT” or “MQTT over WebSocket”, it is possible to switch the MQTT communication method.
Note that the initial setting is MQTT (port: 8883).

(2−2)ユーザ端末4
図2Bに示すように、ユーザ端末4は、例えば、制御部41、ストレージ42、操作入力部43、表示部44、および、通信部45を備える。
制御部41は、マイクロコンピュータおよびメモリ(RAM,ROM)を含み、ユーザ端末4の動作を制御する。ユーザ端末4には、ウェブブラウザ上で使用するプリンタ管理用ウェブアプリケーション(以下、単に「ウェブアプリケーション」という。)がインストールされている。ユーザ端末4のウェブブラウザは、管理サーバ5から取得するプリンタ2のデータを表示部44に表示する。
(2-2) User terminal 4
As shown in FIG. 2B, the user terminal 4 includes, for example, a control unit 41, a storage 42, an operation input unit 43, a display unit 44, and a communication unit 45.
The control unit 41 includes a microcomputer and memories (RAM, ROM) and controls the operation of the user terminal 4. In the user terminal 4, a printer management web application (hereinafter simply referred to as “web application”) used on a web browser is installed. The web browser of the user terminal 4 displays the data of the printer 2 acquired from the management server 5 on the display unit 44.

ストレージ42は、例えばSSD等の記憶装置であり、ウェブブラウザおよびウェブアプリケーションが格納されている。
操作入力部43は、ユーザの操作入力を受け付ける入力インタフェースである。例えば、ユーザ端末4を起動するボタン操作や、ウェブブラウザ、ウェブアプリケーションを実行する操作等の操作入力を受け付ける。表示部44は、例えば液晶表示パネルと表示駆動回路を有する。
通信部45は、LAN10内のプリンタ2と通信を行うほか、管理サーバ5との間でプロキシサーバ6を介したHTTPS(port: 443)による通信を行う。
なお、通信部45は、電子メールの送受信機能を備える。
The storage 42 is a storage device such as an SSD, and stores a web browser and a web application.
The operation input unit 43 is an input interface that receives an operation input by a user. For example, an operation input such as a button operation for starting the user terminal 4 or an operation for executing a web browser or a web application is received. The display unit 44 has, for example, a liquid crystal display panel and a display drive circuit.
The communication unit 45 communicates with the printer 2 in the LAN 10 and also communicates with the management server 5 using HTTPS (port: 443) via the proxy server 6.
The communication unit 45 has an e-mail transmission / reception function.

(2−3)管理サーバ5
図2Cに示すように、管理サーバ5は、例えば、制御部51、ストレージ52、および、通信部53を備えるクラウドサーバである。
制御部51は、マイクロコンピュータおよびメモリ(RAM,ROM)を含み、管理サーバ5の動作を制御する。ストレージ52は、例えばHDD(Hard Disk Drive)等の大容量記憶装置であり、各種データベースが格納されている。各種データベースには、管理対象となる複数のプリンタ、すなわち、LAN10に接続された複数のプリンタ2A,2B,…の機器名、モデル名、ステータス、設置場所、および稼動状態のデータ、設定値のデータ等を含むデータベースが含まれる。
制御部51は、プリンタ2のステータスおよび稼動状態のデータをプリンタ2から定期的に、あるいは不定期に受信し、都度、ストレージ52内のデータベースを更新する。
(2-3) Management server 5
As illustrated in FIG. 2C, the management server 5 is, for example, a cloud server including a control unit 51, a storage 52, and a communication unit 53.
The control unit 51 includes a microcomputer and memories (RAM, ROM), and controls the operation of the management server 5. The storage 52 is a large-capacity storage device such as a hard disk drive (HDD), and stores various databases. In the various databases, the device names, model names, statuses, installation locations, operating state data, and setting value data of a plurality of printers to be managed, that is, a plurality of printers 2A, 2B,. Etc. are included.
The control unit 51 receives status and operation status data of the printer 2 from the printer 2 periodically or irregularly, and updates the database in the storage 52 each time.

通信部53は、プリンタ2との間で、例えば、プロキシサーバ6を介してMQTT over WebSocket(port: 443)による通信を行うか、MQTTブローカ7を介してMQTT(port: 8883)による通信を行う。また、通信部53は、ヘルプデスク端末3との間で、例えば、HTTPS(port: 443)による通信を行う。   The communication unit 53 communicates with the printer 2 by, for example, MQTT over WebSocket (port: 443) via the proxy server 6 or by MQTT (port: 8883) via the MQTT broker 7. . The communication unit 53 communicates with the help desk terminal 3 by using, for example, HTTPS (port: 443).

制御部51は、プリンタ2からアップロードされる画面データをストレージ52に記録し、ヘルプデスク端末3からのデータ表示要求に応じて、ストレージ52に格納されるプリンタ2のデータをヘルプデスク端末3に送信する。   The control unit 51 records the screen data uploaded from the printer 2 in the storage 52, and transmits the data of the printer 2 stored in the storage 52 to the help desk terminal 3 in response to the data display request from the help desk terminal 3. I do.

(2−4)ヘルプデスク端末3
図2Dに示すように、ヘルプデスク端末3は、例えば、制御部31、ストレージ32、操作入力部33、表示部34、および、通信部35を備える。
制御部31は、マイクロコンピュータおよびメモリ(RAM,ROM)を含み、ヘルプデスク端末3の動作を制御する。ヘルプデスク端末3には、ユーザ端末4にインストールされているウェブアプリケーションと同一のウェブアプリケーションがインストールされている。ヘルプデスク端末3のウェブブラウザは、管理サーバ5から取得するプリンタ2のデータを表示部34に表示する。
(2-4) Help desk terminal 3
As shown in FIG. 2D, the help desk terminal 3 includes, for example, a control unit 31, a storage 32, an operation input unit 33, a display unit 34, and a communication unit 35.
The control unit 31 includes a microcomputer and memories (RAM, ROM) and controls the operation of the help desk terminal 3. The same web application as the web application installed in the user terminal 4 is installed in the help desk terminal 3. The web browser of the help desk terminal 3 displays the data of the printer 2 acquired from the management server 5 on the display unit 34.

ストレージ32は、例えばSSD等の記憶装置であり、ウェブブラウザおよびウェブアプリケーションが格納されている。
操作入力部33は、ユーザの操作入力を受け付ける入力インタフェースである。例えば、ヘルプデスク端末3を起動するボタン操作や、ウェブブラウザ、ウェブアプリケーションを実行する操作等の操作入力を受け付ける。表示部34は、例えば液晶表示パネルと表示駆動回路を有する。
通信部35は、管理サーバ5との間で、例えば、HTTPS(port: 443)による通信を行う。
なお、通信部35は、電子メールの送受信機能を備える。
The storage 32 is a storage device such as an SSD, and stores a web browser and a web application.
The operation input unit 33 is an input interface that receives an operation input by a user. For example, an operation input such as a button operation for starting the help desk terminal 3 or an operation for executing a web browser or a web application is received. The display unit 34 has, for example, a liquid crystal display panel and a display drive circuit.
The communication unit 35 communicates with the management server 5 using, for example, HTTPS (port: 443).
The communication unit 35 has an e-mail transmission / reception function.

(3)情報処理システムの動作
次に、図4〜図14を参照して、本実施形態の情報処理システム1の動作について場合を分けて説明する。なお、各図では、LAN10に接続された複数のプリンタ2A、2B…のうちプリンタ2Aがステータス通知を行う場合、あるいは、リモートコントロールの対象としてプリンタ2Aが選択された場合を例示している。
(3) Operation of Information Processing System Next, the operation of the information processing system 1 according to the present embodiment will be described with reference to FIGS. Each of the figures illustrates a case where the printer 2A among the plurality of printers 2A, 2B,... Connected to the LAN 10 performs status notification, or a case where the printer 2A is selected as a target of remote control.

(3−1)8883ポートが開放した状態でプリンタ2がステータス通知を行う場合(図4、図5を参照)
図4は、8883ポートが開放した状態でプリンタ2がステータス通知を行う場合のシーケンスチャートであり、図5はその場合の通信状態を模式的に示す図である。
(3-1) When the printer 2 issues a status notification while the 8883 port is open (see FIGS. 4 and 5)
FIG. 4 is a sequence chart when the printer 2 issues a status notification with the 8883 port open, and FIG. 5 is a diagram schematically showing a communication state in that case.

プリンタ2AのMQTT通信方式の初期設定は、例えばMQTT(port:8883)となっている。その設定でステータス通知を行う場合には、プリンタ2Aは、MQTTブローカ7経由でステータス通知を管理サーバ5に送信する(ステップS10,S11)。このステータス通知はプロキシサーバ6を経由しないため、プロキシサーバ6の負荷が軽減される。
ステータス通知は、プリンタ2Aから管理サーバ5に定期的(例えば、10〜20分ごと)に送信され、管理サーバ5では、ステータス通知に基づいてデータベースを更新する。
The initial setting of the MQTT communication method of the printer 2A is, for example, MQTT (port: 8883). When the status notification is to be performed with the setting, the printer 2A transmits the status notification to the management server 5 via the MQTT broker 7 (Steps S10 and S11). Since this status notification does not pass through the proxy server 6, the load on the proxy server 6 is reduced.
The status notification is transmitted from the printer 2A to the management server 5 periodically (for example, every 10 to 20 minutes), and the management server 5 updates the database based on the status notification.

ヘルプデスク端末3のウェブブラウザが、更新されたデータベース上のプリンタ2Aのデータを表示する場合、管理サーバ5に対して、例えばHTTPS(port:443)によりデータ表示要求を送信する(ステップS12)。データ表示要求に応じて管理サーバ5は、データベースを参照して、例えばHTTPS(port:443)によってプリンタ2Aのデータをヘルプデスク端末3に返す(ステップS13)。それによって、ヘルプデスク端末3のウェブブラウザがプリンタ2Aのデータを表示する。   When the web browser of the help desk terminal 3 displays the updated data of the printer 2A on the database, the web browser of the help desk terminal 3 transmits a data display request to the management server 5 by, for example, HTTPS (port: 443) (step S12). In response to the data display request, the management server 5 refers to the database and returns the data of the printer 2A to the help desk terminal 3 by, for example, HTTPS (port: 443) (step S13). Thereby, the web browser of the help desk terminal 3 displays the data of the printer 2A.

ユーザ端末4のウェブブラウザが、更新されたデータベース上のプリンタ2Aのデータを表示する場合、管理サーバ5に対して、例えばHTTPS(port:443)によりプロキシサーバ6経由でデータ表示要求を送信する(ステップS14,S15)。データ表示要求に応じて管理サーバ5は、例えばHTTPS(port:443)によってプリンタ2Aのデータをプロキシサーバ6経由でユーザ端末4に返す(ステップS16,S17)。それによって、ユーザ端末4のウェブブラウザがプリンタ2Aのデータを表示する。   When the web browser of the user terminal 4 displays the updated data of the printer 2A on the database, the web browser of the user terminal 4 transmits a data display request to the management server 5 via the proxy server 6 using, for example, HTTPS (port: 443) ( Steps S14 and S15). In response to the data display request, the management server 5 returns the data of the printer 2A to the user terminal 4 via the proxy server 6 by, for example, HTTPS (port: 443) (steps S16 and S17). Thereby, the web browser of the user terminal 4 displays the data of the printer 2A.

(3−2)8883ポートが遮断した状態でプリンタ2がステータス通知を行う場合(図6、図7を参照)
図6は、8883ポートが遮断した状態でプリンタ2がステータス通知を行う場合のシーケンスチャートであり、図7はその場合の通信状態を模式的に示す図である。
(3-2) When the printer 2 performs status notification with the 8883 port blocked (see FIGS. 6 and 7)
FIG. 6 is a sequence chart in the case where the printer 2 issues a status notification with the 8883 port blocked, and FIG. 7 is a diagram schematically showing a communication state in that case.

プリンタ2AのMQTT通信方式が、例えばMQTT over WebSocket(port: 443)の設定でステータス通知を行う場合には、プリンタ2Aは、プロキシサーバ6およびMQTTブローカ7経由でステータス通知を管理サーバ5に送信する(ステップS20,S21,S22)。したがって、例えば8883ポートが遮断されている場合であっても、上述したWebSocketによりプロキシサーバ6経由でMQTTメッセージを疎通させることができる。
ステータス通知は、プリンタ2Aから管理サーバ5に定期的に送信され、管理サーバ5では、ステータス通知に基づいてデータベースを更新する。
When the MQTT communication method of the printer 2A performs the status notification by setting, for example, MQTT over WebSocket (port: 443), the printer 2A transmits the status notification to the management server 5 via the proxy server 6 and the MQTT broker 7. (Steps S20, S21, S22). Therefore, for example, even when the 8883 port is blocked, the MQTT message can be transmitted via the proxy server 6 by the WebSocket described above.
The status notification is periodically transmitted from the printer 2A to the management server 5, and the management server 5 updates the database based on the status notification.

ヘルプデスク端末3のウェブブラウザが、更新されたデータベース上のプリンタ2Aのデータを表示する場合、(3−1)の場合と同様の処理となる。
すなわち、管理サーバ5に対して、例えばHTTPS(port:443)によりデータ表示要求を送信する(ステップS24)。データ表示要求に応じて管理サーバ5は、データベースを参照して、例えばHTTPS(port:443)によってプリンタ2Aのデータをヘルプデスク端末3に返す(ステップS25)。それによって、ヘルプデスク端末3のウェブブラウザがプリンタ2Aのデータを表示する。
When the web browser of the help desk terminal 3 displays the updated data of the printer 2A on the database, the same processing as in (3-1) is performed.
That is, a data display request is transmitted to the management server 5 using, for example, HTTPS (port: 443) (step S24). In response to the data display request, the management server 5 refers to the database and returns the data of the printer 2A to the help desk terminal 3 by, for example, HTTPS (port: 443) (Step S25). Thereby, the web browser of the help desk terminal 3 displays the data of the printer 2A.

ユーザ端末4のウェブブラウザが、更新されたデータベース上のプリンタ2Aのデータを表示する場合も、(3−1)の場合と同様の処理となる。
すなわち、管理サーバ5に対して、例えばHTTPS(port:443)によりプロキシサーバ6経由でデータ表示要求を送信する(ステップS26,S27)。データ表示要求に応じて管理サーバ5は、例えばHTTPS(port:443)によってプリンタ2Aのデータをプロキシサーバ6経由でユーザ端末4に返す(ステップS28,S29)。それによって、ユーザ端末4のウェブブラウザがプリンタ2Aのデータを表示する。
When the web browser of the user terminal 4 displays the updated data of the printer 2A on the database, the same processing as in the case of (3-1) is performed.
That is, a data display request is transmitted to the management server 5 via the proxy server 6 using, for example, HTTPS (port: 443) (steps S26 and S27). In response to the data display request, the management server 5 returns the data of the printer 2A to the user terminal 4 via the proxy server 6 using, for example, HTTPS (port: 443) (steps S28 and S29). Thereby, the web browser of the user terminal 4 displays the data of the printer 2A.

(3−3)プリンタ2の8883ポートが開放した状態で、プリンタ2に対して外部からリモートコントロールを行う場合(図8、図9を参照)
図8は、プリンタ2の8883ポートが開放した状態で、プリンタ2に対して外部からリモートコントロールを行う場合のシーケンスチャートであり、図9はその場合の通信状態を模式的に示す図である。
図8に示すリモートコントロールは、ユーザ端末4が、プリンタ2Aの設定値(例えば印字速度等)を遠隔で変更する場合の例である。
(3-3) Remote control of the printer 2 from outside with the 8883 port of the printer 2 opened (see FIGS. 8 and 9)
FIG. 8 is a sequence chart in the case where the 8883 port of the printer 2 is opened and the printer 2 is remotely controlled from the outside, and FIG. 9 is a diagram schematically showing a communication state in that case.
The remote control shown in FIG. 8 is an example in which the user terminal 4 remotely changes a setting value (for example, a printing speed or the like) of the printer 2A.

ユーザ端末4のユーザは、例えばウェブアプリケーション上でプリンタ2Aを選択した上で所定の設定値の変更を指示する。それによって、ユーザ端末4のウェブブラウザは、プリンタ2Aの設定値変更要求を、管理サーバ5に対して、例えばHTTPS(port:443)によりプロキシサーバ6経由で送信する(ステップS30)。次いで管理サーバ5は、設定値変更要求を、例えばMQTT(port:8883)によりMQTTブローカ7経由でプリンタ2Aに送信する(ステップS31,S32)。このとき、MQTTメッセージはプロキシサーバ6を経由しないため、プロキシサーバ6の負荷が軽減される。   The user of the user terminal 4 selects a printer 2A on, for example, a web application and instructs to change a predetermined setting value. Accordingly, the web browser of the user terminal 4 transmits a setting value change request of the printer 2A to the management server 5 via the proxy server 6 using, for example, HTTPS (port: 443) (step S30). Next, the management server 5 transmits a setting value change request to the printer 2A via the MQTT broker 7 by, for example, MQTT (port: 8883) (steps S31 and S32). At this time, since the MQTT message does not pass through the proxy server 6, the load on the proxy server 6 is reduced.

設定値変更要求を受信すると、プリンタ2Aのファームウェアは、要求に係る設定値を変更する。次いでプリンタ2Aは、設定値変更要求に対する応答を、例えばMQTT(port:8883)によりMQTTブローカ7経由で管理サーバ5に返す(ステップS33,S34)。
当該応答を受信した管理サーバ5は、プリンタ2Aの設定値の変更が反映されるようにデータベースを更新する。
Upon receiving the setting value change request, the firmware of the printer 2A changes the setting value according to the request. Next, the printer 2A returns a response to the setting value change request to the management server 5 via the MQTT broker 7 by, for example, MQTT (port: 8883) (steps S33, S34).
The management server 5 receiving the response updates the database so that the change in the setting value of the printer 2A is reflected.

ヘルプデスク端末3のウェブブラウザが、更新されたデータベース上のプリンタ2Aの設定値のデータを表示する場合、管理サーバ5に対して、例えばHTTPS(port:443)により、特定の設定値を指定したデータ表示要求を送信する(ステップS35)。データ表示要求に応じて管理サーバ5は、例えばHTTPS(port:443)によってプリンタ2Aの設定値のデータをヘルプデスク端末3に返す(ステップS36)。それによって、ヘルプデスク端末3のウェブブラウザがプリンタ2Aの設定値のデータを表示する。   When the web browser of the help desk terminal 3 displays the data of the setting value of the printer 2A on the updated database, a specific setting value is specified to the management server 5 by, for example, HTTPS (port: 443). A data display request is transmitted (step S35). In response to the data display request, the management server 5 returns the data of the setting value of the printer 2A to the help desk terminal 3 by, for example, HTTPS (port: 443) (Step S36). Thereby, the web browser of the help desk terminal 3 displays the data of the set value of the printer 2A.

ユーザ端末4のウェブブラウザが、更新されたデータベース上のプリンタ2Aの設定値のデータを表示する場合、管理サーバ5に対して、例えばHTTPS(port:443)により、特定の設定値を指定したデータ表示要求を送信する(ステップS37)。データ表示要求に応じて管理サーバ5は、例えばHTTPS(port:443)によってプリンタ2Aの設定値のデータをユーザ端末4に返す(ステップS38)。それによって、ユーザ端末4のウェブブラウザがプリンタ2Aの設定値のデータを表示する。   When the web browser of the user terminal 4 displays the data of the setting value of the printer 2A on the updated database, the data specifying the specific setting value is transmitted to the management server 5 by, for example, HTTPS (port: 443). A display request is transmitted (step S37). In response to the data display request, the management server 5 returns the data of the setting value of the printer 2A to the user terminal 4 by, for example, HTTPS (port: 443) (Step S38). Thereby, the web browser of the user terminal 4 displays the data of the setting value of the printer 2A.

(3−4)プリンタ2の8883ポートが遮断した状態で、プリンタ2に対して外部からリモートコントロールを行う場合(図10、図11を参照)
図10は、プリンタ2の8883ポートが遮断した状態で、プリンタ2に対して外部からリモートコントロールを行う場合のシーケンスチャートであり、図11はその場合の通信状態を模式的に示す図である。
(3-4) Remote control of the printer 2 from outside with the 8883 port of the printer 2 shut off (see FIGS. 10 and 11)
FIG. 10 is a sequence chart in a case where the printer 2 is externally remote-controlled in a state where the 8883 port of the printer 2 is shut off, and FIG. 11 is a diagram schematically showing a communication state in that case.

この場合も先ず、ユーザ端末4のユーザは、例えばウェブアプリケーション上でプリンタ2Aを選択した上で所定の設定値の変更を指示する。それによって、ユーザ端末4のウェブブラウザは、プリンタ2Aの設定値変更要求を、管理サーバ5に対して、例えばHTTPS(port:443)によりプロキシサーバ6経由で送信する(ステップS40)。次いで管理サーバ5は、MQTTブローカ7およびプロキシサーバ6経由で設定値変更要求をプリンタ2Aに送信する(ステップS41,S42,S43)。したがって、例えば8883ポートが遮断されている場合であっても、上述したWebSocketによりプロキシサーバ6経由でMQTTメッセージを疎通させることができる。   In this case as well, first, the user of the user terminal 4 selects the printer 2A on, for example, a web application and instructs to change a predetermined setting value. Accordingly, the web browser of the user terminal 4 transmits a setting value change request of the printer 2A to the management server 5 via the proxy server 6 using, for example, HTTPS (port: 443) (step S40). Next, the management server 5 transmits a setting value change request to the printer 2A via the MQTT broker 7 and the proxy server 6 (Steps S41, S42, S43). Therefore, for example, even when the 8883 port is blocked, the MQTT message can be transmitted via the proxy server 6 by the WebSocket described above.

設定値変更要求を受信すると、プリンタ2Aのファームウェアは、要求に係る設定値を変更する。次いでプリンタ2Aは、設定値変更要求に対する応答を、例えばMQTT over WebSocket(port: 443)によりプロキシサーバ6およびMQTTブローカ7経由で管理サーバ5に返す(ステップS44,S45,S46)。
当該応答を受信した管理サーバ5は、プリンタ2Aの設定値の変更が反映されるようにデータベースを更新する。
Upon receiving the setting value change request, the firmware of the printer 2A changes the setting value according to the request. Next, the printer 2A returns a response to the setting value change request to the management server 5 via the proxy server 6 and the MQTT broker 7 using, for example, an MQTT over WebSocket (port: 443) (steps S44, S45, S46).
The management server 5 receiving the response updates the database so that the change in the setting value of the printer 2A is reflected.

ヘルプデスク端末3のウェブブラウザが、更新されたデータベース上のプリンタ2Aの設定値のデータを表示する場合、(3−3)の場合と同様の処理となる。
すなわち、ヘルプデスク端末3のウェブブラウザが、更新されたデータベース上のプリンタ2Aの設定値のデータを表示する場合、管理サーバ5に対して、例えばHTTPS(port:443)により、特定の設定値を指定したデータ表示要求を送信する(ステップS47)。データ表示要求に応じて管理サーバ5は、例えばHTTPS(port:443)によってプリンタ2Aの設定値のデータをヘルプデスク端末3に返す(ステップS48)。それによって、ヘルプデスク端末3のウェブブラウザがプリンタ2Aの設定値のデータを表示する。
When the web browser of the help desk terminal 3 displays the data of the set value of the printer 2A on the updated database, the same processing as in (3-3) is performed.
That is, when the web browser of the help desk terminal 3 displays the data of the setting value of the printer 2A on the updated database, the specific setting value is transmitted to the management server 5 by, for example, HTTPS (port: 443). The designated data display request is transmitted (step S47). In response to the data display request, the management server 5 returns the data of the setting value of the printer 2A to the help desk terminal 3 by, for example, HTTPS (port: 443) (Step S48). Thereby, the web browser of the help desk terminal 3 displays the data of the set value of the printer 2A.

ユーザ端末4のウェブブラウザが、更新されたデータベース上のプリンタ2Aの設定値のデータを表示する場合も、(3−3)の場合と同様の処理となる。
すなわち、ユーザ端末4のウェブブラウザが、更新されたデータベース上のプリンタ2Aの設定値のデータを表示する場合、管理サーバ5に対して、例えばHTTPS(port:443)により、特定の設定値を指定したデータ表示要求を送信する(ステップS49)。データ表示要求に応じて管理サーバ5は、例えばHTTPS(port:443)によってプリンタ2Aの設定値のデータをユーザ端末4に返す(ステップS50)。それによって、ユーザ端末4のウェブブラウザがプリンタ2Aの設定値のデータを表示する。
When the web browser of the user terminal 4 displays the data of the set value of the printer 2A on the updated database, the same processing as in (3-3) is performed.
That is, when the web browser of the user terminal 4 displays the data of the setting value of the printer 2A on the updated database, a specific setting value is specified to the management server 5 by, for example, HTTPS (port: 443). The requested data display request is transmitted (step S49). In response to the data display request, the management server 5 returns the data of the setting value of the printer 2A to the user terminal 4 by, for example, HTTPS (port: 443) (Step S50). Thereby, the web browser of the user terminal 4 displays the data of the setting value of the printer 2A.

(3−5)プリンタ2にエラーが生じた場合(図12〜図14を参照)
図12は、プリンタ2にエラーが生じた場合のシーケンスチャートである。図13は、プリンタ2にエラーが生じた場合に、プリンタ2の通信方式の切り替え前の通信状態を模式的に示す図である。図14は、プリンタ2にエラーが生じた場合に、プリンタ2の通信方式の切り替え後の通信状態を模式的に示す図である。
(3-5) When an error occurs in the printer 2 (see FIGS. 12 to 14)
FIG. 12 is a sequence chart when an error occurs in the printer 2. FIG. 13 is a diagram schematically illustrating a communication state before switching of the communication method of the printer 2 when an error occurs in the printer 2. FIG. 14 is a diagram schematically illustrating a communication state after the communication method of the printer 2 is switched when an error occurs in the printer 2.

図12に示す例では、プリンタ2Aにエラーが生じたときに、例えば、プリンタ2AのMQTT通信方式の初期設定がMQTT(port:8883)となっている場合(図13に示す通信状態)を想定している。
プリンタ2Aにエラーが生じた場合、プリンタ2Aは、MQTTブローカ7経由でコマンドエラー通知を管理サーバ5に送信する(ステップS60,S61)。
管理サーバ5はコマンドエラー通知を受信すると、エラー通知をユーザ端末4に対してメール送信する(ステップS62)。なお、LAN10に接続されたいずれかのプリンタにエラーが生じた場合に所定のメールをユーザ端末4に送信することは、予め管理サーバ5において設定されているものとする。
In the example shown in FIG. 12, it is assumed that when an error occurs in the printer 2A, for example, the initial setting of the MQTT communication method of the printer 2A is MQTT (port: 8883) (the communication state shown in FIG. 13). are doing.
When an error occurs in the printer 2A, the printer 2A transmits a command error notification to the management server 5 via the MQTT broker 7 (Steps S60 and S61).
When receiving the command error notification, the management server 5 sends an error notification to the user terminal 4 by e-mail (step S62). The transmission of a predetermined mail to the user terminal 4 when an error occurs in any of the printers connected to the LAN 10 is set in the management server 5 in advance.

メール受信によってプリンタ2Aにエラーが生じたことを認識したユーザ端末4のユーザが、ウェブアプリケーション上で所定の操作を行うことにより、ユーザ端末4と管理サーバ5の間でプリンタ2Aの状態を確認するためのデータ授受がプロキシサーバ6経由で行われる(ステップS63)。例えば、ユーザ端末4がプリンタ2Aのデータ表示要求をプロキシサーバ6経由で管理サーバ5に送信し、当該要求に応じて管理サーバ5がプロキシサーバ6経由でプリンタ2Aのデータ(稼動状態や設定値のデータ等)をユーザ端末4に返す処理が行われる。   The user of the user terminal 4 that recognizes that an error has occurred in the printer 2A by receiving the mail performs a predetermined operation on the web application, thereby confirming the state of the printer 2A between the user terminal 4 and the management server 5. Is transmitted and received via the proxy server 6 (step S63). For example, the user terminal 4 transmits a data display request of the printer 2A to the management server 5 via the proxy server 6, and in response to the request, the management server 5 transmits the data of the printer 2A (operation status and set values) via the proxy server 6. A process of returning data and the like to the user terminal 4 is performed.

ユーザ端末4のユーザが、管理サーバ5から取得したデータを確認した後もプリンタ2Aのエラー原因が分からない場合には、ヘルプデスク端末3の担当者に対してプリンタ2Aの状態確認の依頼を行う(ステップS64)。なお、この依頼は、ユーザ端末4からヘルプデスク端末3にメールを送信することによって行われてもよいし、ユーザ端末4のユーザがヘルプデスク端末3の担当者に電話することによって行われてもよい。   If the user of the user terminal 4 does not understand the cause of the error of the printer 2A even after confirming the data acquired from the management server 5, the user of the help desk terminal 3 requests the help desk terminal 3 to confirm the status of the printer 2A. (Step S64). This request may be made by sending an e-mail from the user terminal 4 to the help desk terminal 3, or may be made by the user of the user terminal 4 calling the person in charge of the help desk terminal 3. Good.

依頼を受けたヘルプデスク端末3の担当者が、ウェブアプリケーション上で所定の操作を行うことにより、ヘルプデスク端末3と管理サーバ5の間でプリンタ2Aの状態を確認するためのデータ授受が行われる(ステップS65)。
ヘルプデスク端末3の担当者が、管理サーバ5から取得したデータを確認した後もプリンタ2Aのエラー原因が分からない場合には、ユーザ端末4のユーザに対してプリンタ2Aの通信方式の変更の依頼を行う(ステップS66)。この依頼は、ヘルプデスク端末3からユーザ端末4にメールを送信することによって行われてもよいし、ヘルプデスク端末3の担当者がユーザ端末4のユーザに電話することによって行われてもよい。
The person in charge of the help desk terminal 3 receiving the request performs a predetermined operation on the web application, so that data transfer for checking the status of the printer 2A is performed between the help desk terminal 3 and the management server 5. (Step S65).
If the person in charge of the help desk terminal 3 does not know the cause of the error of the printer 2A even after confirming the data acquired from the management server 5, the user of the user terminal 4 requests the user of the user terminal 4 to change the communication method of the printer 2A. Is performed (step S66). This request may be made by sending an e-mail from the help desk terminal 3 to the user terminal 4, or may be made by a person in charge of the help desk terminal 3 calling the user of the user terminal 4.

依頼を受けたユーザ端末4のユーザがウェブアプリケーション上で所定の操作を行うことで、ユーザ端末4は、例えばHTTPS(port:443)によりプリンタ2AのMQTT通信方式の設定変更のリモートコントロールを行う。すなわち、プリンタ2AのMQTT通信方式をMQTT(port:8883)からMQTT over WebSocket(port: 443)に変更するリモートコントロールが行われる(ステップS67,S68)。このとき、ウェブアプリケーション上で、LAN10に接続された複数のプリンタ2A,2B,…の中からプリンタ2Aが選択され、選択されたプリンタ2Aの通信方式のみが切り替えられる。
なお、リモートコントロールではなく、図3に示したように、ユーザ端末4のユーザがプリンタ2Aを直接操作することによってMQTT通信方式を切り替えてもよい。
When the user of the user terminal 4 that has received the request performs a predetermined operation on the web application, the user terminal 4 performs remote control for changing the setting of the MQTT communication method of the printer 2A using, for example, HTTPS (port: 443). That is, remote control for changing the MQTT communication method of the printer 2A from MQTT (port: 8883) to MQTT over WebSocket (port: 443) is performed (steps S67 and S68). At this time, the printer 2A is selected from the plurality of printers 2A, 2B,... Connected to the LAN 10 on the web application, and only the communication method of the selected printer 2A is switched.
Instead of the remote control, as shown in FIG. 3, the user of the user terminal 4 may directly switch the MQTT communication system by directly operating the printer 2A.

MQTT通信方式が変更されると、プリンタ2A、プロキシサーバ6、および、MQTTブローカ7の間で、MQTT over WebSocket(port: 443)の通信が確立される(ステップS69)。それ以降、図14に示す通信状態で通信が行われる。   When the MQTT communication method is changed, communication of MQTT over WebSocket (port: 443) is established between the printer 2A, the proxy server 6, and the MQTT broker 7 (step S69). Thereafter, communication is performed in the communication state shown in FIG.

ヘルプデスク端末3のウェブブラウザは、エラー原因の解析のために、例えば16進ダンプ(例えば、プリンタ2Aのコマンド実行に関する情報)の取得要求をMQTT(port:8883)により管理サーバ5に送信する(ステップS70)。管理サーバ5は、プリンタ2Aに対して16進ダンプの取得要求を、MQTTブローカ7およびプロキシサーバ6経由で、例えばMQTT over WebSocket(port: 443)により送信する(ステップS71,S72,S73)。
16進ダンプの取得要求を受信したプリンタ2Aは、例えば16進ダンプのデータをMQTTブローカ7およびプロキシサーバ6経由で管理サーバ5に返す(ステップS74,S75,S76)。管理サーバ5は、例えば16進ダンプのデータをMQTT(port:8883)によりヘルプデスク端末3に送信する(ステップS77)。
ヘルプデスク端末3の担当者は、例えば16進ダンプのデータを解析することでプリンタ2Aのエラー原因が判明した場合には、エラー原因をユーザ端末4に対してメール送信する(ステップS78)。
The web browser of the help desk terminal 3 transmits an acquisition request of, for example, a hexadecimal dump (for example, information on command execution of the printer 2A) to the management server 5 by MQTT (port: 8883) to analyze the cause of the error ( Step S70). The management server 5 transmits a request for obtaining a hexadecimal dump to the printer 2A via the MQTT broker 7 and the proxy server 6, for example, by using an MQTT over WebSocket (port: 443) (Steps S71, S72, and S73).
The printer 2A that has received the hexadecimal dump acquisition request returns, for example, hexadecimal dump data to the management server 5 via the MQTT broker 7 and the proxy server 6 (steps S74, S75, S76). The management server 5 transmits, for example, hexadecimal dump data to the help desk terminal 3 by MQTT (port: 8883) (step S77).
When the cause of the error of the printer 2A is found by analyzing the data of the hexadecimal dump, for example, the person in charge of the help desk terminal 3 sends the cause of the error to the user terminal 4 by e-mail (step S78).

以上説明したように、本実施形態の情報処理システム1によれば、プリンタ2は、MQTT通信方式を採る場合に、例えばMQTT(port:8883)かMQTT over WebSocket(port: 443)に切り替え可能に構成されている。そのため、例えば8883ポートが遮断されている場合であっても、プリンタ2において、例えばMQTT over WebSocket(port: 443)に切り替えてプロキシサーバ6経由でMQTT通信によるメッセージを疎通することができる。   As described above, according to the information processing system 1 of the present embodiment, the printer 2 can switch to, for example, MQTT (port: 8883) or MQTT over WebSocket (port: 443) when employing the MQTT communication method. It is configured. Therefore, for example, even if the 8883 port is blocked, the printer 2 can switch to, for example, MQTT over WebSocket (port: 443) and communicate a message by MQTT communication via the proxy server 6.

また、ステータス通知の送信等、プリンタ2から頻繁に送信されるデータについてはファイアウォールが外部に向けた通信を制限しないMQTT(port:8883)による通信が行われる。外部からプリンタ2をコントロールする場合には、例えばMQTT over WebSocket(port: 443)を用い、ファイアウォールが許可する443ポートにより通信を行われる。このように2つの異なる通信方式を併用することで、プロキシサーバ6経由で通信を行うプリンタの台数を抑制し、プロキシサーバ6の処理負荷を軽減できる利点がある。   For data that is frequently transmitted from the printer 2, such as transmission of a status notification, communication is performed by MQTT (port: 8883) in which the firewall does not restrict communication to the outside. When the printer 2 is controlled from the outside, communication is performed using, for example, MQTT over WebSocket (port: 443) through the 443 port permitted by the firewall. By using two different communication methods in this way, there is an advantage that the number of printers communicating via the proxy server 6 can be reduced and the processing load on the proxy server 6 can be reduced.

以上、本発明の情報処理システムおよび情報処理方法の実施形態について詳細に説明したが、本発明の範囲は上記の実施形態に限定されない。また、上記の実施形態は、本発明の主旨を逸脱しない範囲において、種々の改良や変更が可能である。
上述した実施形態では、プロキシサーバ6を設ける場合を例にして説明したが、その限りではなく、プロキシサーバ6は必須でない。上述したように、プロキシサーバ6を有する上述のシステム構成では、プリンタ2がステータス通知を管理サーバ5に、プロキシサーバ6を経由しないMQTT(port:8883)により送信するため、プロキシサーバ6の処理負荷が軽減されるという利点がある。
Although the embodiments of the information processing system and the information processing method of the present invention have been described in detail, the scope of the present invention is not limited to the above embodiments. Further, the above-described embodiment can be variously improved or changed without departing from the gist of the present invention.
In the above-described embodiment, the case where the proxy server 6 is provided has been described as an example. However, the present invention is not limited thereto, and the proxy server 6 is not essential. As described above, in the above-described system configuration having the proxy server 6, since the printer 2 transmits the status notification to the management server 5 by MQTT (port: 8883) that does not pass through the proxy server 6, the processing load of the proxy server 6 This has the advantage of being reduced.

1…情報処理システム
2(2A,2B)…プリンタ
21…制御部
22…ストレージ
23…操作入力部
24…表示部
25…印字部
26…通信部
3…ヘルプデスク端末
31…制御部
32…ストレージ
33…操作入力部
34…表示部
35…通信部
4…ユーザ端末
41…制御部
42…ストレージ
43…操作入力部
44…表示部
45…通信部
5…管理サーバ
51…制御部
52…ストレージ
53…通信部
6…プロキシサーバ
7…MQTTブローカ
10…LAN
DESCRIPTION OF SYMBOLS 1 ... Information processing system 2 (2A, 2B) ... Printer 21 ... Control part 22 ... Storage 23 ... Operation input part 24 ... Display part 25 ... Printing part 26 ... Communication part 3 ... Help desk terminal 31 ... Control part 32 ... Storage 33 ... operation input unit 34 ... display unit 35 ... communication unit 4 ... user terminal 41 ... control unit 42 ... storage 43 ... operation input unit 44 ... display unit 45 ... communication unit 5 ... management server 51 ... control unit 52 ... storage 53 ... communication Unit 6 proxy server 7 MQTT broker 10 LAN

Claims (7)

所定のネットワークに接続されているプリンタであって、
通信方法が異なる第1の通信方法と第2の通信方法とを切り替え可能な通信部を備え、
前記通信部は、前記所定のネットワークの外部にある外部機器からの前記プリンタへのアクセスが遮断されるように設定されている場合に、前記所定のネットワークの外部に設けられた管理サーバに対して、前記第1の通信方法でデータを送信し、前記第2の通信方法で前記管理サーバからデータを受信する、プリンタ。
A printer connected to a predetermined network,
A communication unit capable of switching between a first communication method and a second communication method having different communication methods,
The communication unit, when set to block access to the printer from an external device outside the predetermined network, a management server provided outside the predetermined network A printer that transmits data by the first communication method and receives data from the management server by the second communication method.
前記第1の通信方法または前記第2の通信方法のいずれかを選択する操作入力を受け付ける操作入力部を備える、
請求項1に記載されたプリンタ。
An operation input unit that receives an operation input for selecting one of the first communication method and the second communication method;
The printer according to claim 1.
前記第1の通信方法は、メッセージキュープロトコルにより実現する通信方法であり、
前記第2の通信方法は、ウェブブラウザでメッセージキュープロトコルを実現する通信方法である、請求項1又は2に記載されたプリンタ。
The first communication method is a communication method realized by a message queue protocol,
The printer according to claim 1, wherein the second communication method is a communication method that implements a message queue protocol on a web browser.
所定のネットワークに接続されている複数のプリンタと、前記所定のネットワークの外部にある管理サーバと、を含む情報処理システムであって、
前記複数のプリンタの各々は、通信方法が異なる第1の通信方法と第2の通信方法とを切り替え可能な通信部を備え、
前記通信部は、前記所定のネットワークの外部にある外部機器からの前記プリンタへのアクセスが遮断されるように設定されている場合に、前記複数のプリンタのうち少なくとも一部のプリンタの通信部が、前記管理サーバに対して前記第1の通信方法でデータを送信し、前記第2の通信方法で前記管理サーバからデータを受信する、情報処理システム。
An information processing system including a plurality of printers connected to a predetermined network, and a management server outside the predetermined network,
Each of the plurality of printers includes a communication unit that is capable of switching between a first communication method and a second communication method having different communication methods,
The communication unit is configured such that, when access to the printer from an external device outside the predetermined network is set to be blocked, the communication unit of at least some of the plurality of printers An information processing system that transmits data to the management server by the first communication method and receives data from the management server by the second communication method.
所定のネットワークに接続されているプリンタが、前記所定のネットワークの外部にある管理サーバとの間で行う情報処理方法であって、
前記プリンタは、通信方法が異なる第1の通信方法と第2の通信方法とを切り替え可能であり、
前記情報処理方法は、
前記所定のネットワークの外部にある外部機器からの前記プリンタへのアクセスが遮断されるように設定されている場合に、
前記管理サーバに対して前記第1の通信方法でデータを送信し、
前記第1の通信方法から前記第2の通信方法に切り替え、
前記第2の通信方法で前記管理サーバからデータを受信する、
情報処理方法。
An information processing method performed by a printer connected to a predetermined network with a management server outside the predetermined network,
The printer can switch between a first communication method and a second communication method having different communication methods,
The information processing method includes:
When set to block access to the printer from external devices outside the predetermined network,
Transmitting data to the management server by the first communication method;
Switching from the first communication method to the second communication method,
Receiving data from the management server by the second communication method;
Information processing method.
所定のネットワークに接続されている複数のプリンタと、前記所定のネットワークの外部にある管理サーバと、の間の情報処理方法であって、
前記複数のプリンタの各々は、通信方法が異なる第1の通信方法と第2の通信方法とを切り替え可能であって、
前記情報処理方法は、
前記所定のネットワークの外部にある外部機器からの前記複数のプリンタの各々へのアクセスが遮断されるように設定されている場合に、
各プリンタが、前記管理サーバに対して前記第1の通信方法でデータを送信し、
前記複数のプリンタのうち少なくとも一部のプリンタが、前記管理サーバからデータを受信するときに、前記第1の通信方法から前記第2の通信方法に切り替え、
前記少なくとも一部のプリンタが、前記第2の通信方法で前記管理サーバからデータを受信する、
情報処理方法。
An information processing method between a plurality of printers connected to a predetermined network, and a management server outside the predetermined network,
Each of the plurality of printers is capable of switching between a first communication method and a second communication method having different communication methods,
The information processing method includes:
When configured to block access to each of the plurality of printers from external devices outside the predetermined network,
Each printer transmits data to the management server by the first communication method,
When at least some of the plurality of printers receive data from the management server, switch from the first communication method to the second communication method,
The at least some printers receive data from the management server by the second communication method;
Information processing method.
所定のネットワークに接続されているプリンタと、前記所定のネットワークの外部にある管理サーバと、の間の情報処理を行うためのプログラムであって、
前記プリンタは、通信方法が異なる第1の通信方法と第2の通信方法とを切り替え可能であり、
前記プログラムは、コンピュータに、
前記所定のネットワークの外部にある外部機器からの前記プリンタへのアクセスが遮断されるように設定されている場合に、
前記管理サーバに対して第1の通信方法でデータを送信する手順、
前記管理サーバからデータを受信するときに、前記第1の通信方法から前記第2の通信方法に切り替える手順、および、
前記第2の通信方法で前記管理サーバからデータを受信する手順、
を実行させるためのプログラム。
A program for performing information processing between a printer connected to a predetermined network and a management server outside the predetermined network,
The printer can switch between a first communication method and a second communication method having different communication methods,
The program is stored in a computer,
When set to block access to the printer from external devices outside the predetermined network,
Transmitting data to the management server by a first communication method;
A step of switching from the first communication method to the second communication method when receiving data from the management server; and
Receiving data from the management server by the second communication method;
A program for executing
JP2018169676A 2018-09-11 2018-09-11 Printer, information processing system, information processing method, and program Active JP7161351B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018169676A JP7161351B2 (en) 2018-09-11 2018-09-11 Printer, information processing system, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018169676A JP7161351B2 (en) 2018-09-11 2018-09-11 Printer, information processing system, information processing method, and program

Publications (2)

Publication Number Publication Date
JP2020040301A true JP2020040301A (en) 2020-03-19
JP7161351B2 JP7161351B2 (en) 2022-10-26

Family

ID=69797193

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018169676A Active JP7161351B2 (en) 2018-09-11 2018-09-11 Printer, information processing system, information processing method, and program

Country Status (1)

Country Link
JP (1) JP7161351B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7554592B2 (en) 2020-07-29 2024-09-20 キヤノン株式会社 Image processing device, control method, and program

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6931447B1 (en) * 2000-09-27 2005-08-16 Hewlett-Packard Development Company, L.P. Remote hard copy apparatus control including firewall penetrating protocols
JP2006277380A (en) * 2005-03-29 2006-10-12 Seiko Epson Corp Monitoring control of device connected to network
JP2007080227A (en) * 2005-09-16 2007-03-29 Ricoh Co Ltd Data conversion apparatus, data conversion system, control method for data conversion apparatus, method for adding data conversion function, program, and recording medium
JP2007328558A (en) * 2006-06-08 2007-12-20 Ricoh Co Ltd Data processor, data processing system, control method of data processor, method for adding data conversion function, program and recording medium
JP2012037944A (en) * 2010-08-03 2012-02-23 Canon Inc Image forming device, substitute operation system, image forming device control method, and program
JP2013211842A (en) * 2012-03-02 2013-10-10 Canon Inc Communication system, client device, server device, communication method and program
JP2013218452A (en) * 2012-04-06 2013-10-24 Canon Inc Management device, management system, and control method
JP2015032224A (en) * 2013-08-05 2015-02-16 キヤノン株式会社 Communication system, information processing device, and control method therefor
JP2017134536A (en) * 2016-01-26 2017-08-03 キヤノン株式会社 Communication system, information processing unit, print control unit, control method thereof, and program
JP2017225262A (en) * 2016-06-16 2017-12-21 人吉アサノ電機株式会社 Power demand remote management system, demand controller, demand controller master unit, and power demand remote management method
US20180115523A1 (en) * 2016-10-26 2018-04-26 Elastic Beam, Inc. Methods and systems for api deception environment and api traffic control and security
JP2018112895A (en) * 2017-01-11 2018-07-19 キヤノン株式会社 Information processing device, control method thereof, program, and information processing system

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6931447B1 (en) * 2000-09-27 2005-08-16 Hewlett-Packard Development Company, L.P. Remote hard copy apparatus control including firewall penetrating protocols
JP2006277380A (en) * 2005-03-29 2006-10-12 Seiko Epson Corp Monitoring control of device connected to network
JP2007080227A (en) * 2005-09-16 2007-03-29 Ricoh Co Ltd Data conversion apparatus, data conversion system, control method for data conversion apparatus, method for adding data conversion function, program, and recording medium
JP2007328558A (en) * 2006-06-08 2007-12-20 Ricoh Co Ltd Data processor, data processing system, control method of data processor, method for adding data conversion function, program and recording medium
JP2012037944A (en) * 2010-08-03 2012-02-23 Canon Inc Image forming device, substitute operation system, image forming device control method, and program
JP2013211842A (en) * 2012-03-02 2013-10-10 Canon Inc Communication system, client device, server device, communication method and program
JP2013218452A (en) * 2012-04-06 2013-10-24 Canon Inc Management device, management system, and control method
JP2015032224A (en) * 2013-08-05 2015-02-16 キヤノン株式会社 Communication system, information processing device, and control method therefor
JP2017134536A (en) * 2016-01-26 2017-08-03 キヤノン株式会社 Communication system, information processing unit, print control unit, control method thereof, and program
JP2017225262A (en) * 2016-06-16 2017-12-21 人吉アサノ電機株式会社 Power demand remote management system, demand controller, demand controller master unit, and power demand remote management method
US20180115523A1 (en) * 2016-10-26 2018-04-26 Elastic Beam, Inc. Methods and systems for api deception environment and api traffic control and security
JP2018112895A (en) * 2017-01-11 2018-07-19 キヤノン株式会社 Information processing device, control method thereof, program, and information processing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7554592B2 (en) 2020-07-29 2024-09-20 キヤノン株式会社 Image processing device, control method, and program

Also Published As

Publication number Publication date
JP7161351B2 (en) 2022-10-26

Similar Documents

Publication Publication Date Title
KR100750735B1 (en) Apparatus and method for controlling device in home network and system employing the same
JP5721659B2 (en) Management device, management system, and control method
US20130073719A1 (en) Information processing system, information processing apparatus, and information processing method
JP4962099B2 (en) Information processing apparatus and information processing program
US8948047B2 (en) Device managing apparatus and program thereof
US8982388B2 (en) Information processing apparatus that displays operation screen and control method therefor
WO2020054565A1 (en) Information processing terminal, information processing method, and program
JP4541028B2 (en) Remote operation control program using Web server
US20050015446A1 (en) Method and apparatus to remotely control electronic apparatuses over a network
JP7161351B2 (en) Printer, information processing system, information processing method, and program
US20050228891A1 (en) Parameter processing apparatus and parameter setting method for same
JP2008210060A (en) Device specification system, login history management device, terminal device, device specification method and device specification program
JP7452198B2 (en) Function execution device and computer program for the function execution device
JP5434169B2 (en) Information processing apparatus, information processing method, and program
JP2018101209A (en) Information processing apparatus, data sharing method and data sharing program
JP2021164033A (en) Information processing system, information processing method, and program
US7039761B2 (en) Methodology for performing caching procedures in an electronic network
JP2004195846A (en) Printer
JP5939264B2 (en) Operation processing apparatus, information device control method, and computer program
JP2013105394A (en) System control device, system control method, and program
WO2021201870A1 (en) Configuring a publisher device of a publish-subscribe system
JP6127586B2 (en) Information processing system and information processing method
JP4461677B2 (en) Communication terminal and communication program
JP4732698B2 (en) Network equipment
CN110989946A (en) Thermal transfer printing terminal, cloud server, user terminal and system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210308

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220125

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220201

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220325

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220614

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220808

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221014

R150 Certificate of patent or registration of utility model

Ref document number: 7161351

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150