JP5736021B2 - Image processing system, image processing apparatus, control method therefor, and program - Google Patents

Image processing system, image processing apparatus, control method therefor, and program Download PDF

Info

Publication number
JP5736021B2
JP5736021B2 JP2013217849A JP2013217849A JP5736021B2 JP 5736021 B2 JP5736021 B2 JP 5736021B2 JP 2013217849 A JP2013217849 A JP 2013217849A JP 2013217849 A JP2013217849 A JP 2013217849A JP 5736021 B2 JP5736021 B2 JP 5736021B2
Authority
JP
Japan
Prior art keywords
image processing
screen
processing apparatus
operation screen
web server
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.)
Active
Application number
JP2013217849A
Other languages
Japanese (ja)
Other versions
JP2014056586A (en
Inventor
律人 佐光
律人 佐光
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2013217849A priority Critical patent/JP5736021B2/en
Publication of JP2014056586A publication Critical patent/JP2014056586A/en
Application granted granted Critical
Publication of JP5736021B2 publication Critical patent/JP5736021B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Facsimiles In General (AREA)
  • User Interface Of Digital Computer (AREA)

Description

本発明は、画像処理システム、画像処理装置、それらの制御方法、及びプログラムに関するものである。
The present invention relates to an image processing system, an image processing apparatus, a control method thereof, and a program .

PCなどの情報処理装置がネットワーク上のWebサーバと接続され、Webサーバにより提供される操作画面を、情報処理装置が備えるWebブラウザ上に表示する技術が知られている。この場合、情報処理装置のWebブラウザがWebサーバに対して操作画面を要求し、Webサーバ上のWebアプリケーションが情報処理装置からの要求に応じて、Webブラウザに操作画面を表示させるためのHTMLファイルを情報処理装置に送信する。情報処理装置のWebブラウザは、受信したHTMLファイルを解析し、受信したHTMLファイルの記述に基づいた操作画面を表示する。さらに、Webブラウザに表示された操作画面を介してユーザが指示を入力すると、Webブラウザは、入力された指示をWebサーバに対して通知する。指示の通知を受けたWebサーバ上のWebアプリケーションは、入力された指示に従って処理を実行する。   A technique is known in which an information processing apparatus such as a PC is connected to a Web server on a network, and an operation screen provided by the Web server is displayed on a Web browser provided in the information processing apparatus. In this case, an HTML file for causing the Web browser of the information processing apparatus to request an operation screen from the Web server and causing the Web application on the Web server to display the operation screen on the Web browser in response to a request from the information processing apparatus. Is transmitted to the information processing apparatus. The Web browser of the information processing apparatus analyzes the received HTML file and displays an operation screen based on the description of the received HTML file. Further, when the user inputs an instruction via the operation screen displayed on the Web browser, the Web browser notifies the Web server of the input instruction. Upon receiving the instruction notification, the Web application on the Web server executes processing according to the input instruction.

ところで、最近ではスキャナやプリンタを備えたMFP(Multi Function Peripheral)の中にも、上述したようなWebブラウザを備えているものがある。このようなMFPは、上述した手順を用いてWebサーバにより提供される操作画面をMFPのWebブラウザに表示し、ユーザからの各種指示を受け付ける。例えば、特許文献1には、MFPが備える各機能を利用するための指示を入力する操作画面を、Webサーバが提供する技術が提案されている。具体的には、MFPのユーザは、Webブラウザ上に表示された操作画面を介して、MFPに対する指示を入力する。特許文献1に記載のMFPでは、入力された指示がMFPのWebブラウザによってWebサーバに通知される。通知を受けたWebサーバは、ユーザから入力された指示内容に従って、MFPに対して各種処理の実行を依頼する。この依頼を受けたMFPは、依頼された処理を実行する。これにより、MFPを操作するための全メニューデータをMFP内で保持しておく必要がなくなり、またメニューデータの変更もWebサーバ上で容易に行うことができる。   Incidentally, recently, some MFPs (Multi Function Peripherals) equipped with a scanner and a printer are equipped with a Web browser as described above. Such an MFP displays an operation screen provided by the Web server on the Web browser of the MFP using the above-described procedure, and accepts various instructions from the user. For example, Patent Document 1 proposes a technique in which a Web server provides an operation screen for inputting an instruction for using each function included in an MFP. Specifically, the MFP user inputs an instruction for the MFP via an operation screen displayed on the Web browser. In the MFP described in Patent Document 1, the input instruction is notified to the Web server by the Web browser of the MFP. Upon receiving the notification, the Web server requests the MFP to execute various processes in accordance with the instruction content input from the user. Upon receiving this request, the MFP executes the requested processing. Thus, it is not necessary to store all menu data for operating the MFP in the MFP, and the menu data can be easily changed on the Web server.

特開2007−230244号公報JP 2007-230244 A

しかしながら、上記従来技術には以下に記載する問題がある。上記従来技術による情報処理装置は一般的に多くの機能を有している。そのため、Webブラウザ上に表示される操作画面(以下では、Web画面と称する。)で全ての操作画面を実現するのではなく、一部の操作画面を情報処理装置が予め保持している操作画面(以下では、ネイティブ画面と称する。)で実現する構成が考えられている。このような構成にすることにより、Webアプリケーションを効率よく実現することができる。また、このような構成を実現するためには、Webアプリケーションが情報処理装置のUI上に表示される画面をWeb画面から別の画面(ネイティブ画面)に遷移させる必要がある。これを実現するために情報処理装置がUI画面を制御するWebサービスを提供し、Webアプリケーションが当該サービスを利用し画面遷移を行うシステムが考えられている。   However, the above prior art has the following problems. The information processing apparatus according to the prior art generally has many functions. Therefore, not all operation screens are realized by an operation screen (hereinafter referred to as a Web screen) displayed on the Web browser, but an operation screen in which a part of the operation screen is held in advance by the information processing apparatus. A configuration realized by (hereinafter referred to as a native screen) is considered. With such a configuration, a Web application can be efficiently realized. In order to realize such a configuration, it is necessary for the Web application to transition the screen displayed on the UI of the information processing apparatus from the Web screen to another screen (native screen). In order to realize this, a system is considered in which an information processing apparatus provides a Web service that controls a UI screen, and a Web application uses the service to perform screen transition.

しかし、このようなシステムにおいては、Web画面に対するユーザ操作に基づいてネイティブ画面へ遷移する間に、ユーザにより他の画面を表示する他の操作(デバイスのステータス表示画面やジョブ履歴画面の表示指示)が行われる可能性がある。このような場合、ユーザが意図的に他の操作を行ったにも関わらず、先に操作した内容に基づくネイティブ画面が表示されてしまうため、非常に操作性を低下させてしまう。   However, in such a system, other operations for displaying other screens by the user during the transition to the native screen based on the user operations on the Web screen (device status display screen or job history screen display instruction) May be performed. In such a case, although the user intentionally performs another operation, the native screen based on the previously operated content is displayed, which greatly reduces the operability.

本発明は、上述の問題に鑑みて成されたものであり、Webサーバから提供されるWeb画面を介して受け付けたユーザ操作が予め保持しているネイティブ画面の表示を示す場合に、状況に応じて当該ネイティブ画面を表示するか否かを判断する情報処理装置を提供することを目的とする。   The present invention has been made in view of the above-described problems. When a user operation received via a Web screen provided from a Web server indicates a display of a native screen held in advance, the present invention can be used depending on the situation. An object of the present invention is to provide an information processing apparatus that determines whether or not to display the native screen.

本発明は、例えば、Webサーバと画像処理装置を含む画像処理システムであって、前記画像処理装置は、前記Webサーバにより提供される操作画面を表示部に表示させる表示手段と、前記表示部に表示された操作画面上で行われた操作を、前記Webサーバに対して通知する通知手段と、を備え、前記Webサーバは、前記通知手段による通知を受けた場合に、前記画像処理装置の動作に関する指示を、前記画像処理装置に送信する送信手段を備え、前記画像処理装置は更に、前記送信手段により送信された指示を受信した場合に、前記操作画面が表示された状態であるか否かを判定する判定手段と、前記判定手段による判定の結果、前記操作画面が表示された状態であれば前記受信した指示に応じた動作を実行させ、前記操作画面が表示された状態でなければ前記受信した指示に応じた動作を実行させない制御手段と、を備えることを特徴とする画像処理システム。 The present invention is an image processing system including , for example, a Web server and an image processing device, and the image processing device includes a display unit for displaying an operation screen provided by the Web server on a display unit, and a display unit Notification means for notifying the Web server of an operation performed on the displayed operation screen, and the Web server operates when the notification is received from the notification means. Whether the operation screen is displayed when the image processing apparatus further receives the instruction transmitted by the transmission means. If the operation screen is displayed as a result of the determination by the determination unit, the operation according to the received instruction is executed, and the operation screen is displayed. An image processing system comprising: a control unit that does not execute an operation according to the received instruction unless it is in the indicated state.

本発明は、例えば、Webサーバから提供されるWeb画面を介して受け付けたユーザ操作が予め保持しているネイティブ画面の表示を示す場合に、状況に応じて当該ネイティブ画面を表示するか否かを判断する情報処理装置を提供できる。   In the present invention, for example, when a user operation received via a Web screen provided from a Web server indicates a display of a native screen held in advance, whether or not to display the native screen according to the situation is determined. An information processing apparatus for determination can be provided.

第1の実施形態に係る画像形成装置100のハードウェア構成を示すブロック図である。1 is a block diagram illustrating a hardware configuration of an image forming apparatus 100 according to a first embodiment. 第1の実施形態に係る画像形成装置100を使用した印刷システムの構成を示す図である。1 is a diagram illustrating a configuration of a printing system using an image forming apparatus 100 according to a first embodiment. 第1の実施形態に係る画像形成装置100とWebサーバ200との機能構成を示すブロック図である。2 is a block diagram illustrating functional configurations of an image forming apparatus 100 and a Web server 200 according to the first embodiment. FIG. 第1の実施形態に係る画像形成装置100及びWebサーバ200の画面制御を示すシーケンス図である。3 is a sequence diagram illustrating screen control of the image forming apparatus 100 and the Web server 200 according to the first embodiment. FIG. 第1の実施形態に係るWebブラウザ310に表示されるメニュー画面500の一例を示す図である。It is a figure which shows an example of the menu screen 500 displayed on the web browser 310 which concerns on 1st Embodiment. 第1の実施形態に係る画面遷移を行う際のWebアプリケーション313の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the Web application 313 at the time of performing the screen transition which concerns on 1st Embodiment. 第1の実施形態に係る画面遷移を行う際の画像形成装置100の処理手順を示すフローチャートである。4 is a flowchart illustrating a processing procedure of the image forming apparatus 100 when performing screen transition according to the first embodiment. 第2の実施形態に係る画面遷移を行う際の画像形成装置100の処理手順を示すフローチャートである。10 is a flowchart illustrating a processing procedure of the image forming apparatus 100 when performing screen transition according to the second embodiment.

以下に本発明の一実施形態を示す。以下で説明される個別の実施形態は、本発明の上位概念、中位概念及び下位概念など種々の概念を理解するために役立つであろう。また、本発明の技術的範囲は、特許請求の範囲によって確定されるのであって、以下の個別の実施形態によって限定されるわけではない。   An embodiment of the present invention is shown below. The individual embodiments described below will help to understand various concepts, such as superordinate concepts, intermediate concepts and subordinate concepts of the present invention. Further, the technical scope of the present invention is determined by the scope of the claims, and is not limited by the following individual embodiments.

<第1の実施形態>
<画像形成装置の構成>
以下では、図1乃至図7を参照して、本発明における第1の実施形態について説明する。まず、図1を参照して、本実施形態における画像形成装置100のハードウェア構成について説明する。以下では、図1に示すように、本発明に係る情報処理装置の一例として、MFP等の画像形成装置100を例に説明する。
<First Embodiment>
<Configuration of image forming apparatus>
The first embodiment of the present invention will be described below with reference to FIGS. First, the hardware configuration of the image forming apparatus 100 according to the present embodiment will be described with reference to FIG. In the following, as shown in FIG. 1, an image forming apparatus 100 such as an MFP will be described as an example of an information processing apparatus according to the present invention.

CPU101は、ROM102やHDD104に格納されているソフトウェアプログラムを実行し、装置全体の制御を行なう。ROM102は、リードオンリーメモリであり、装置のブートプログラムや固定パラメータ等が格納されている。RAM103は、ランダムアクセスメモリであり、CPU101が装置を制御する際に、一時的なデータの格納などに使用される。HDD104は、ハードディスクドライブであり、印刷データの格納など、様々なデータの格納に使用される。プリンタI/F制御部105は、プリンタ111を制御する装置である。NVRAM106は、不揮発性のメモリであり画像形成装置100の各種設定値が保存される。パネル制御部107は、表示部及び操作部を有する操作パネル110を制御し、各種情報の表示、使用者からの指示入力を制御する。ネットワークI/F制御部108は、LANネットワーク112とのデータの送受信を制御する。バス109には、CPU101、ROM102、RAM103、HDD104、プリンタI/F制御部105、NVRAM106、パネル制御部107、ネットワークI/F制御部108が接続される。また、バス109は、CPU101からの制御信号や各装置間のデータ信号が送受信されるシステムバスである。   The CPU 101 executes software programs stored in the ROM 102 and the HDD 104 to control the entire apparatus. A ROM 102 is a read-only memory, and stores a boot program of the apparatus, fixed parameters, and the like. A RAM 103 is a random access memory, and is used for temporary data storage when the CPU 101 controls the apparatus. The HDD 104 is a hard disk drive and is used for storing various data such as print data. The printer I / F control unit 105 is a device that controls the printer 111. The NVRAM 106 is a non-volatile memory and stores various setting values of the image forming apparatus 100. The panel control unit 107 controls the operation panel 110 having a display unit and an operation unit, and controls display of various information and instruction input from the user. The network I / F control unit 108 controls data transmission / reception with the LAN network 112. A CPU 101, ROM 102, RAM 103, HDD 104, printer I / F control unit 105, NVRAM 106, panel control unit 107, and network I / F control unit 108 are connected to the bus 109. A bus 109 is a system bus through which control signals from the CPU 101 and data signals between the devices are transmitted and received.

<印刷システムの構成>
次に、図2を参照して、本実施形態における画像形成装置100を使用した印刷システム10の構成について説明する。情報処理システムの一例である印刷システム10では、Webブラウザ機能を有する画像形成装置100と、Webサーバ機能を有するWebサーバ200とがLANネットワーク112を介して接続されている。画像形成装置100、及びWebサーバ200は、LANネットワーク112に接続され相互に通信可能である。WebアプリケーションはWebサーバ200上で動作する。Webブラウザは画像形成装置100上で動作し、Webサーバ200上のWebアプリケーションを実行する。本実施形態によれば、画像形成装置100は、Webサーバ200のWebアプリケーションから画像形成装置100の機能を実行するための操作画面を取得し、Webブラウザ上で表示する。以下では、Webブラウザ上で表示される画面をWeb画面と称する。また、画像形成装置100は、予め保持している画面を表示することもできる。以下では、予め保持している画面をネイティブ画面と称する。
<Configuration of printing system>
Next, the configuration of the printing system 10 using the image forming apparatus 100 according to the present embodiment will be described with reference to FIG. In a printing system 10 that is an example of an information processing system, an image forming apparatus 100 having a Web browser function and a Web server 200 having a Web server function are connected via a LAN network 112. The image forming apparatus 100 and the Web server 200 are connected to the LAN network 112 and can communicate with each other. The web application operates on the web server 200. The web browser runs on the image forming apparatus 100 and executes a web application on the web server 200. According to the present embodiment, the image forming apparatus 100 acquires an operation screen for executing the function of the image forming apparatus 100 from the Web application of the Web server 200 and displays it on the Web browser. Hereinafter, a screen displayed on the Web browser is referred to as a Web screen. The image forming apparatus 100 can also display a screen that is held in advance. Hereinafter, the screen that is held in advance is referred to as a native screen.

<機能構成>
次に、図3を参照して、画像形成装置100及びWebサーバ200の機能構成について説明する。なお、以下では、本発明を実施する上で主に重要な機能構成についてのみ説明している。したがって、本発明における画像形成装置及び情報処理装置は、他の機能構成を含んで実現されてもよい。
<Functional configuration>
Next, functional configurations of the image forming apparatus 100 and the Web server 200 will be described with reference to FIG. In the following, only the functional configuration that is mainly important for carrying out the present invention will be described. Therefore, the image forming apparatus and the information processing apparatus according to the present invention may be realized including other functional configurations.

画像形成装置100は、画面情報管理部301、画面遷移判断部302、画面遷移部303、画面遷移Webサービス309、Webブラウザ310、及び操作パネル入力管理部314を備える。画面遷移Webサービス309は通信部304と解析部305から構成される。また、Webブラウザ310は、通信部306、解析部307、及び画面表示部308を備える。また、画面遷移Webサービス309は、通信部304及び解析部305を備える。Webサーバ200は、Webアプリケーション313を備える。また、Webアプリケーション313は、ロジック部311及びプレゼンテーション部312を備える。   The image forming apparatus 100 includes a screen information management unit 301, a screen transition determination unit 302, a screen transition unit 303, a screen transition Web service 309, a Web browser 310, and an operation panel input management unit 314. The screen transition web service 309 includes a communication unit 304 and an analysis unit 305. The web browser 310 includes a communication unit 306, an analysis unit 307, and a screen display unit 308. The screen transition Web service 309 includes a communication unit 304 and an analysis unit 305. The web server 200 includes a web application 313. The web application 313 includes a logic unit 311 and a presentation unit 312.

Webブラウザ310の通信部306は、プレゼンテーション部312が提供するHTMLコンテンツを受信する。解析部307は、受信したHTMLコンテンツを解析し、操作パネル110に表示するための画面データを生成する。画面表示部308は、表示制御手段として機能し、解析部307が生成した画面データを実際に操作パネル110上に表示する。本実施形態によれば、画面表示部308は、Webサーバ200から提供される画面情報に基づいて生成されるWeb画面、又は、ROM102やHDD104等に予め保持されている画面情報に基づいて生成されるネイティブ画面を表示する。   The communication unit 306 of the Web browser 310 receives the HTML content provided by the presentation unit 312. The analysis unit 307 analyzes the received HTML content and generates screen data to be displayed on the operation panel 110. The screen display unit 308 functions as a display control unit, and actually displays the screen data generated by the analysis unit 307 on the operation panel 110. According to the present embodiment, the screen display unit 308 is generated based on a Web screen generated based on screen information provided from the Web server 200, or screen information stored in advance in the ROM 102, the HDD 104, or the like. Display the native screen.

操作パネル入力管理部314は、ユーザがパネル操作したときの入力処理を管理する。例えばユーザによりWebブラウザ310を操作された場合、操作パネル入力管理部314は、解析部307に操作内容を通知する。解析部307は、入力内容を解析し、通信部306を経由してプレゼンテーション部312にHTTPリクエストを送信する。   The operation panel input management unit 314 manages input processing when the user performs a panel operation. For example, when the user operates the Web browser 310, the operation panel input management unit 314 notifies the analysis content to the analysis unit 307. The analysis unit 307 analyzes the input content and transmits an HTTP request to the presentation unit 312 via the communication unit 306.

プレゼンテーション部312は、受信したHTTPリクエストをロジック部311に渡す。ロジック部311は、渡されたHTTPリクエストを解析する。送信されたHTTPリクエストを解析した結果、Web画面以外への画面遷移が必要である場合、ロジック部311は、画面遷移Webサービス309の通信部304に画面遷移を指示するHTTPリクエストを送信する。通信部304は、受信したHTTPリクエストを解析部305に渡し処理を解析する。   The presentation unit 312 passes the received HTTP request to the logic unit 311. The logic unit 311 analyzes the passed HTTP request. As a result of analyzing the transmitted HTTP request, when the screen transition to other than the Web screen is necessary, the logic unit 311 transmits an HTTP request for instructing the screen transition to the communication unit 304 of the screen transition Web service 309. The communication unit 304 passes the received HTTP request to the analysis unit 305 and analyzes the processing.

解析部305による解析結果に基づき、画面遷移判断部302は、画面遷移部303に画面遷移処理を行わせるか否かを判断する。画面遷移判断部302は、画面情報管理部301が管理している現在の画面情報と、画面遷移部303から通知された画面遷移依頼元の情報とに基づき、画面遷移可能か否かを判断する。画面遷移部303は、画面切替手段及び応答手段として機能し、画面遷移判断部302の判断に従って画面遷移処理を実行するとともに、画面遷移を行ったかどうかの結果を応答として画面遷移Webサービス309に通知する。また、操作パネル入力管理部314は、Web画面以外の画面に遷移するユーザ操作を検知した場合、画面遷移部303に画面遷移の指示を行う。   Based on the analysis result by the analysis unit 305, the screen transition determination unit 302 determines whether or not to cause the screen transition unit 303 to perform screen transition processing. The screen transition determination unit 302 determines whether screen transition is possible based on the current screen information managed by the screen information management unit 301 and the information of the screen transition request source notified from the screen transition unit 303. . The screen transition unit 303 functions as a screen switching unit and a response unit, executes screen transition processing according to the determination of the screen transition determination unit 302, and notifies the screen transition Web service 309 as a response of whether or not the screen transition has been performed. To do. In addition, when the operation panel input management unit 314 detects a user operation to transition to a screen other than the Web screen, the operation panel input management unit 314 instructs the screen transition unit 303 to perform screen transition.

<画面制御>
次に、図4を参照して、画像形成装置100及びWebサーバ200における画面制御の処理手順について説明する。ここでは、Webアプリケーション313によって提供される機能の1つであるコピー機能を、画像形成装置100が予め保持している操作画面(ネイティブ画面)を用いて実行する場合の画面制御について説明する。なお、以下に記載するSに続く番号は、シーケンス図又はフローチャートにおけるステップ番号を示す。
<Screen control>
Next, a screen control processing procedure in the image forming apparatus 100 and the Web server 200 will be described with reference to FIG. Here, screen control when a copy function, which is one of the functions provided by the Web application 313, is executed using an operation screen (native screen) held in advance by the image forming apparatus 100 will be described. The numbers following S described below indicate step numbers in the sequence diagram or flowchart.

まず、S400において、Webブラウザ310は、Webアプリケーション313にメニュー画面を要求する。S401において、Webアプリケーション313は、Webブラウザ310にメニュー画面を応答する。S402において、Webブラウザ310は、表示したメニュー画面からユーザ操作による機能の選択を受け付ける。なお、ここでは、ネイティブ画面を利用して実現されているコピー機能がユーザに選択された場合を想定する。S403において、Webブラウザ310は、ユーザ操作により選択された機能に従って、Webアプリケーション313にコピー機能画面を要求する。   First, in S400, the Web browser 310 requests a menu screen from the Web application 313. In step S <b> 401, the web application 313 returns a menu screen to the web browser 310. In S402, the Web browser 310 accepts selection of a function by a user operation from the displayed menu screen. Here, it is assumed that the user has selected a copy function implemented using a native screen. In step S403, the web browser 310 requests the copy function screen from the web application 313 according to the function selected by the user operation.

S404において、Webアプリケーション313は、コピー機能が画像形成装置100の操作画面を利用して実現されているため、画面遷移Webサービス309にコピー画面の表示指示を通知する。S405において、画面遷移Webサービス309は、表示指示を受信すると画面遷移部303にコピー画面の遷移指示を通知する。   In step S <b> 404, since the copy function is realized using the operation screen of the image forming apparatus 100, the web application 313 notifies the screen transition web service 309 of a copy screen display instruction. In step S <b> 405, when the screen transition Web service 309 receives a display instruction, the screen transition Web service 309 notifies the screen transition unit 303 of a copy screen transition instruction.

S406において、画面遷移部303は、画面遷移判断部302にコピー画面の遷移可否を問い合わせる。S407において、画面遷移判断部302は、コピー画面の遷移可否を判断し、S408において画面遷移部303にコピー画面の遷移可否の応答(判断結果)を送信する。続いて、S409において、画面遷移部303は、判断結果が遷移可能であれば画面遷移を実行する。さらに、S410において、画面遷移部303は、画面遷移Webサービス309に遷移結果を通知する。S411において、画面遷移Webサービス309は、Webアプリケーション313にコピー画面の表示指示に対する実行結果を通知する。   In step S <b> 406, the screen transition unit 303 inquires of the screen transition determination unit 302 whether the copy screen can be transitioned. In step S <b> 407, the screen transition determination unit 302 determines whether or not the copy screen can be transitioned. Subsequently, in S409, the screen transition unit 303 executes screen transition if the determination result can be transitioned. Further, in S410, the screen transition unit 303 notifies the screen transition Web service 309 of the transition result. In step S <b> 411, the screen transition web service 309 notifies the execution result for the copy screen display instruction to the web application 313.

<メニュー画面>
次に、図5を参照して、S401によりWebブラウザ310に表示されるメニュー画面500の一例について説明する。メニュー画面500には、画像形成装置100の何れの機能を利用するかを選択するための選択ボタン501、502、503、504が含まれる。選択ボタン501が押下されるとスキャン機能が選択される。選択ボタン502が押下されるとコピー機能が選択される。選択ボタン503が押下されるとFAX機能が選択される。選択ボタン504が押下されると印刷機能が選択される。
<Menu screen>
Next, an example of the menu screen 500 displayed on the Web browser 310 in S401 will be described with reference to FIG. Menu screen 500 includes selection buttons 501, 502, 503, and 504 for selecting which function of image forming apparatus 100 is to be used. When the selection button 501 is pressed, the scan function is selected. When the selection button 502 is pressed, the copy function is selected. When the selection button 503 is pressed, the FAX function is selected. When the selection button 504 is pressed, the printing function is selected.

ユーザ操作によって選択ボタン501〜504の何れかのボタンが押下されると、Webブラウザ310は、図4のS402において、何れの機能を利用するかを決定する。ユーザにより実行する機能が選択されると、Webブラウザ310は、S403において、Webアプリケーション313に対して、押下されたボタンに対応する機能画面を要求する。   When any of the selection buttons 501 to 504 is pressed by a user operation, the Web browser 310 determines which function is used in S402 of FIG. When a function to be executed is selected by the user, the Web browser 310 requests a function screen corresponding to the pressed button to the Web application 313 in S403.

<画面遷移の際の処理手順>
次に、図6を参照して、画面遷移を行う際のWebアプリケーション313の処理手順について説明する。まず、S601において、Webアプリケーション313は、Webブラウザ310からHTTPリクエストを受信する。続いて、S602において、Webアプリケーション313は、遷移先画面がネイティブ画面であるか否かを判定する。ここで、遷移先画面がネイティブ画面でない場合はS606に進み、Webアプリケーション313は、遷移先画面であるHTMLコンテンツ(Web画面の画面情報)を、Webブラウザ310に送信して処理を終了する。
<Processing procedure for screen transition>
Next, a processing procedure of the Web application 313 when performing screen transition will be described with reference to FIG. First, in step S <b> 601, the web application 313 receives an HTTP request from the web browser 310. In step S602, the Web application 313 determines whether the transition destination screen is a native screen. If the transition destination screen is not a native screen, the process advances to step S606, and the web application 313 transmits the HTML content (screen information of the web screen) that is the transition destination screen to the web browser 310 and ends the process.

一方、遷移先画面がネイティブ画面である場合はS603に進み、Webアプリケーション313は、画面遷移Webサービス309に画面遷移の指示、即ち、ネイティブ画面の表示の指示を送信する。続いて、S604において、Webアプリケーション313は、画面遷移が成功したか否かを判定する。この判定は、画面遷移Webサービス309からの応答として通知される結果に基づいて行われる。ここで、画面遷移が成功した場合は処理を終了し、失敗した場合はS605に進む。S605において、Webアプリケーション313は、リピート手段として機能し、失敗回数が所定回数であるN回に到達したか否かを判定する。N回に到達した場合は処理を終了し、失敗回数がN回に到達していない場合はS603に戻り、再度、画面遷移の指示を送信する。   On the other hand, if the transition destination screen is a native screen, the process advances to step S <b> 603, and the web application 313 transmits a screen transition instruction, that is, a native screen display instruction to the screen transition web service 309. Subsequently, in S604, the Web application 313 determines whether the screen transition is successful. This determination is made based on a result notified as a response from the screen transition Web service 309. If the screen transition is successful, the process ends. If the screen transition fails, the process proceeds to S605. In step S <b> 605, the web application 313 functions as a repeat unit and determines whether the number of failures has reached a predetermined number N times. If N times has been reached, the process is terminated. If the number of failures has not reached N times, the process returns to S603, and the screen transition instruction is transmitted again.

次に、図7を参照して、画面遷移を行う際の画像形成装置100の処理手順について説明する。まず、S701において、画面遷移Webサービス309は、Webアプリケーション313から画面遷移の指示を受信する。S702において、画面遷移Webサービス309は、画面遷移判断部302によって現在の表示画面がWeb画面か否かを判定する。Web画面である場合はS703に進む。S703において、画面遷移Webサービス309は、ユーザがWebブラウザ310経由でWebアプリケーション313を操作中であると判断し、画面遷移部303によって画面遷移を実行し、画面遷移成功をWebアプリケーション313に通知する。一方、現在の表示画面がWeb画面でない場合はS704に進む。S704において、画面遷移Webサービス309は、ユーザがWebアプリケーション以外の他のアプリケーションの操作を行っていると判断し、現在の表示画面を維持し、画面遷移の失敗をWebアプリケーション313に通知する。   Next, a processing procedure of the image forming apparatus 100 when performing screen transition will be described with reference to FIG. First, in step S <b> 701, the screen transition web service 309 receives a screen transition instruction from the web application 313. In step S <b> 702, the screen transition Web service 309 determines whether the current display screen is a Web screen by the screen transition determination unit 302. If it is a Web screen, the process proceeds to S703. In step S <b> 703, the screen transition web service 309 determines that the user is operating the web application 313 via the web browser 310, executes the screen transition by the screen transition unit 303, and notifies the web application 313 of the screen transition success. . On the other hand, if the current display screen is not a Web screen, the process proceeds to S704. In step S <b> 704, the screen transition web service 309 determines that the user is operating an application other than the web application, maintains the current display screen, and notifies the web application 313 of screen transition failure.

以上説明したように、本実施形態に係る情報処理装置は、Web画面を介して行われるユーザ操作がネイティブ画面の表示を示す場合に、Webサーバから当該ネイティブ画面の表示を指示されると、現在の表示がWeb画面であるか否かを判定する。さらに、本情報処理装置は、現在の表示がWeb画面である場合には、当該現在の表示を指示されたネイティブ画面に切り替え、現在の表示がWeb画面でない場合には、当該現在の表示を維持する。これにより、本情報処理装置は、WebアプリケーションのWeb画面を介したユーザ操作に基づき、Web画面からネイティブ画面へ遷移している間に他のアプリケーションに関するユーザ操作が行われた場合であっても、好適に画面を切り替えることができる。具体的には、本情報処理装置は、ネイティブ画面への遷移の際に、現在の表示がWeb画面以外の画面であれば、ユーザが意図的に他の操作を行ったと判断し、上記ネイティブ画面への遷移を行わない。このように、本情報処理装置は、ユーザフレンドリな操作体系を提供することができる。   As described above, when the user operation performed via the Web screen indicates the display of the native screen, the information processing apparatus according to the present embodiment presents the current screen when instructed to display the native screen. It is determined whether or not the display is a Web screen. Further, when the current display is a Web screen, the information processing apparatus switches the current display to the instructed native screen, and when the current display is not a Web screen, the information processing apparatus maintains the current display. To do. Thereby, this information processing apparatus is based on the user operation via the Web screen of the Web application, even when a user operation related to another application is performed during the transition from the Web screen to the native screen, The screen can be suitably switched. Specifically, when the current display is a screen other than the Web screen at the time of transition to the native screen, the information processing apparatus determines that the user has intentionally performed another operation, and the native screen The transition to is not performed. Thus, the information processing apparatus can provide a user-friendly operation system.

<第2の実施形態>
次に、図8を参照して、第2の実施形態について説明する。上記実施形態におけるS704において画面遷移を行わない場合に、画面遷移失敗をWebアプリケーション313に通知し処理を終了していた。しかし、本実施形態では、画面遷移を行わない場合は、所定時間待機して、再度、表示画面の確認を行う。図8は、図7のフローチャートの変形例を示す。なお、S801、S802、S803の処理は、図7のS701、S702、S703の処理とそれぞれ同様であるため説明を省略する。
<Second Embodiment>
Next, a second embodiment will be described with reference to FIG. When the screen transition is not performed in S704 in the above embodiment, the screen transition failure is notified to the Web application 313 and the process is terminated. However, in this embodiment, when the screen transition is not performed, the display screen is confirmed again after waiting for a predetermined time. FIG. 8 shows a modification of the flowchart of FIG. Note that the processing in S801, S802, and S803 is the same as the processing in S701, S702, and S703 in FIG.

S802で表示画面にネイティブ画面が表示されていると判定されると、S804において、画面遷移Webサービス309は、1秒ウェイトする。続いて、S805において、画面遷移Webサービス309は、ウェイト回数がN回に到達したか否かを判定する。到達した場合はS806に進み、画面遷移Webサービス309は、画面遷移の失敗をWebアプリケーション313に応答する。つまり、本実施形態に係る画面遷移Webサービス309は、表示画面にネイティブ画面が表示されていると判定すると、S802の判定を定期的に繰り返し、所定時間の間、表示画面がネイティブ画面のままであれば、応答として画面遷移の失敗を通知する。一方、ウェイト回数がN回に到達していない場合は、S802に戻り、再度、表示画面の確認を行う。   If it is determined in S802 that the native screen is displayed on the display screen, the screen transition Web service 309 waits for 1 second in S804. Subsequently, in step S805, the screen transition web service 309 determines whether the number of waits has reached N times. If it has reached, the process advances to step S806, and the screen transition web service 309 responds to the web application 313 with a screen transition failure. That is, if the screen transition Web service 309 according to the present embodiment determines that the native screen is displayed on the display screen, the determination in S802 is repeated periodically, and the display screen remains the native screen for a predetermined time. If there is, the failure of screen transition is notified as a response. On the other hand, if the number of waits has not reached N, the process returns to S802 and the display screen is confirmed again.

また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)がプログラムを読み出して実行する処理である。   The present invention can also be realized by executing the following processing. That is, software (program) that realizes the functions of the above-described embodiments is supplied to a system or apparatus via a network or various storage media, and a computer (or CPU, MPU, or the like) of the system or apparatus reads the program. It is a process to be executed.

Claims (13)

Webサーバと画像処理装置を含む画像処理システムであって、An image processing system including a Web server and an image processing device,
前記画像処理装置は、  The image processing apparatus includes:
前記Webサーバにより提供される操作画面を表示部に表示させる表示手段と、  Display means for displaying an operation screen provided by the Web server on a display unit;
前記表示部に表示された操作画面上で行われた操作を、前記Webサーバに対して通知する通知手段と、を備え、  Notification means for notifying the web server of operations performed on the operation screen displayed on the display unit,
前記Webサーバは、  The web server
前記通知手段による通知を受けた場合に、前記画像処理装置の動作に関する指示を、前記画像処理装置に送信する送信手段を備え、  A transmission unit that transmits an instruction related to the operation of the image processing apparatus to the image processing apparatus when receiving a notification by the notification unit;
前記画像処理装置は更に、  The image processing apparatus further includes:
前記送信手段により送信された指示を受信した場合に、前記操作画面が表示された状態であるか否かを判定する判定手段と、  A determination unit that determines whether or not the operation screen is displayed when the instruction transmitted by the transmission unit is received;
前記判定手段による判定の結果、前記操作画面が表示された状態であれば前記受信した指示に応じた動作を実行させ、前記操作画面が表示された状態でなければ前記受信した指示に応じた動作を実行させない制御手段と、  If the result of determination by the determination means is that the operation screen is displayed, the operation corresponding to the received instruction is executed, and if the operation screen is not displayed, the operation corresponding to the received instruction is performed. Control means not to execute,
を備えることを特徴とする画像処理システム。  An image processing system comprising:
前記画像処理装置は、前記送信手段により送信された指示を、Webサービスを用いて受信することを特徴とする請求項1に記載の画像処理システム。The image processing system according to claim 1, wherein the image processing apparatus receives an instruction transmitted by the transmission unit using a Web service. 前記操作画面は、画像処理に関する機能を選択するための画面であることを特徴とする請求項1または2に記載の画像処理システム。The image processing system according to claim 1, wherein the operation screen is a screen for selecting a function related to image processing. 前記画像処理に関する機能は、スキャン、コピー、FAX、及び印刷の少なくとも1つを含むことを特徴とする請求項3に記載の画像処理システム。The image processing system according to claim 3, wherein the function related to the image processing includes at least one of scanning, copying, FAX, and printing. 前記通知手段は、前記操作画面上で特定の機能が選択された場合に前記通知を行うことを特徴とする請求項3または4に記載の画像処理システム。The image processing system according to claim 3, wherein the notification unit performs the notification when a specific function is selected on the operation screen. Webサーバと通信可能な画像処理装置であって、An image processing apparatus capable of communicating with a Web server,
前記Webサーバにより提供される操作画面を表示部に表示させる表示手段と、  Display means for displaying an operation screen provided by the Web server on a display unit;
前記表示部に表示された操作画面上で行われた操作を、前記Webサーバに対して通知する通知手段と、  Notification means for notifying the web server of operations performed on the operation screen displayed on the display unit;
前記通知手段による通知を受けた前記Webサーバから、前記画像処理装置の動作に関する指示を受信した場合に、前記操作画面が表示された状態であるか否かを判定する判定手段と、  A determination unit that determines whether or not the operation screen is displayed when an instruction regarding the operation of the image processing apparatus is received from the Web server that has received the notification by the notification unit;
前記判定手段による判定の結果、前記操作画面が表示された状態であれば前記受信した指示に応じた動作を実行させ、前記操作画面が表示された状態でなければ前記受信した指示に応じた動作を実行させない制御手段と、  If the result of determination by the determination means is that the operation screen is displayed, the operation corresponding to the received instruction is executed, and if the operation screen is not displayed, the operation corresponding to the received instruction is performed. Control means not to execute,
を備えることを特徴とする画像処理装置。  An image processing apparatus comprising:
前記Webサーバからの要求を、Webサービスを用いて受信することを特徴とする請求項6に記載の画像処理装置。The image processing apparatus according to claim 6, wherein a request from the Web server is received using a Web service. 前記操作画面は、画像処理に関する機能を選択するための画面であることを特徴とする請求項6または7に記載の画像処理装置。The image processing apparatus according to claim 6, wherein the operation screen is a screen for selecting a function related to image processing. 前記画像処理に関する機能は、スキャン、コピー、FAX、及び印刷の少なくとも1つを含むことを特徴とする請求項8に記載の画像処理装置。The image processing apparatus according to claim 8, wherein the function related to the image processing includes at least one of scanning, copying, FAX, and printing. 前記通知手段は、前記操作画面上で特定の機能が選択された場合に前記通知を行うことを特徴とする請求項8または9に記載の画像処理装置。The image processing apparatus according to claim 8, wherein the notification unit performs the notification when a specific function is selected on the operation screen. Webサーバと画像処理装置を含む画像処理システムにおける動作制御方法であって、An operation control method in an image processing system including a Web server and an image processing device,
前記画像処理装置において、前記Webサーバにより提供される操作画面を表示部に表示させる表示工程と、  A display step of displaying an operation screen provided by the Web server on a display unit in the image processing apparatus;
前記画像処理装置において、前記表示部に表示された操作画面上で行われた操作を、前記Webサーバに対して通知する通知工程と、  A notification step of notifying the Web server of an operation performed on the operation screen displayed on the display unit in the image processing apparatus;
前記Webサーバにおいて、前記通知工程による通知を受けた場合に、前記画像処理装置の動作に関する指示を、前記画像処理装置に送信する送信工程と、  A transmission step of transmitting, to the image processing device, an instruction regarding the operation of the image processing device when the Web server receives the notification in the notification step;
前記画像処理装置において、前記送信工程で送信された指示を受信した場合に、前記操作画面が表示された状態であるか否かを判定する判定工程と、  In the image processing device, when receiving the instruction transmitted in the transmission step, a determination step of determining whether or not the operation screen is displayed;
前記画像処理装置において、前記判定工程における判定の結果、前記操作画面が表示された状態であれば前記受信した指示に応じた動作を実行させ、前記操作画面が表示された状態でなければ前記受信した指示に応じた動作を実行させない制御工程と、  In the image processing apparatus, if the operation screen is displayed as a result of the determination in the determination step, an operation corresponding to the received instruction is executed. If the operation screen is not displayed, the reception is performed. A control process that does not execute the operation according to the designated instruction;
を備えることを特徴とする動作制御方法。  An operation control method comprising:
Webサーバと通信可能な画像処理装置の制御方法であって、An image processing apparatus control method capable of communicating with a Web server,
前記Webサーバにより提供される操作画面を表示部に表示させる表示工程と、  A display step of displaying an operation screen provided by the Web server on a display unit;
前記表示部に表示された操作画面上で行われた操作を、前記Webサーバに対して通知する通知工程と、  A notification step of notifying the Web server of an operation performed on the operation screen displayed on the display unit;
前記通知工程による通知を受けた前記Webサーバから、前記画像処理装置の動作に関する指示を受信した場合に、前記操作画面が表示された状態であるか否かを判定する判定工程と、  A determination step of determining whether or not the operation screen is displayed when an instruction regarding the operation of the image processing apparatus is received from the Web server that has received the notification in the notification step;
前記判定工程における判定の結果、前記操作画面が表示された状態であれば前記受信した指示に応じた動作を実行させ、前記操作画面が表示された状態でなければ前記受信した指示に応じた動作を実行させない制御工程と、  If the result of determination in the determination step is that the operation screen is displayed, the operation corresponding to the received instruction is executed, and if the operation screen is not displayed, the operation corresponding to the received instruction is performed. A control process that does not execute
を備えることを特徴とする制御方法。  A control method comprising:
コンピュータを請求項6乃至10のいずれか1項に記載の画像処理装置の各手段として機能させるためのプログラム。The program for functioning a computer as each means of the image processing apparatus of any one of Claims 6 thru | or 10.
JP2013217849A 2013-10-18 2013-10-18 Image processing system, image processing apparatus, control method therefor, and program Active JP5736021B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013217849A JP5736021B2 (en) 2013-10-18 2013-10-18 Image processing system, image processing apparatus, control method therefor, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013217849A JP5736021B2 (en) 2013-10-18 2013-10-18 Image processing system, image processing apparatus, control method therefor, and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2009209814A Division JP5395578B2 (en) 2009-09-10 2009-09-10 Image forming system, image forming apparatus, screen display method, control method, and program

Publications (2)

Publication Number Publication Date
JP2014056586A JP2014056586A (en) 2014-03-27
JP5736021B2 true JP5736021B2 (en) 2015-06-17

Family

ID=50613798

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013217849A Active JP5736021B2 (en) 2013-10-18 2013-10-18 Image processing system, image processing apparatus, control method therefor, and program

Country Status (1)

Country Link
JP (1) JP5736021B2 (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006053905A (en) * 2004-07-15 2006-02-23 Canon Inc Image forming device and image forming method, and program for controlling image forming device
JP4868955B2 (en) * 2006-06-22 2012-02-01 株式会社リコー Image processing apparatus, information processing apparatus, server apparatus, display control system, and display control method
US20080091800A1 (en) * 2006-10-13 2008-04-17 Xerox Corporation Local user interface support of remote services
JP2008139981A (en) * 2006-11-30 2008-06-19 Sharp Corp Controller, terminal equipment, display system, display method, program, and its recording medium
JP5289041B2 (en) * 2008-12-26 2013-09-11 キヤノン株式会社 Data processing apparatus, data processing method, and computer program
JP5395578B2 (en) * 2009-09-10 2014-01-22 キヤノン株式会社 Image forming system, image forming apparatus, screen display method, control method, and program

Also Published As

Publication number Publication date
JP2014056586A (en) 2014-03-27

Similar Documents

Publication Publication Date Title
JP5395578B2 (en) Image forming system, image forming apparatus, screen display method, control method, and program
JP5599038B2 (en) Information processing apparatus and method, and program
JP5436187B2 (en) Image processing apparatus, control method therefor, and program
JP6410584B2 (en) Image processing apparatus, image processing apparatus control method, and program
US8982388B2 (en) Information processing apparatus that displays operation screen and control method therefor
JP5371726B2 (en) Information processing apparatus, information processing apparatus control method, and program
US8610912B2 (en) Image processing apparatus, information processing apparatus, methods for controlling the apparatuses, and storage medium storing program allowing the instruction of the processing to be executed next without waiting for the completion of cooperative processing and allows checking of the processing status of cooperative processing being executed
JP5711518B2 (en) Information processing apparatus, control method thereof, and program
JP5761934B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP2011035849A (en) Information processing system, control method therefor, and program
JP5669460B2 (en) Information processing apparatus, information processing system, information processing apparatus control method, and program
US20110279845A1 (en) Information processing apparatus, and control method and storage medium therefor
KR101395488B1 (en) Image processing apparatus, method of controlling same and storage medium storing program for same
JP2011197853A (en) Function providing device and program
JP2011198195A (en) Display screen control device, display screen control method, and program
JP5645621B2 (en) Information processing apparatus, image processing apparatus, information processing apparatus control method, image processing apparatus control method, and program
JP5736021B2 (en) Image processing system, image processing apparatus, control method therefor, and program
JP5767454B2 (en) Image processing apparatus, control method thereof, and program
US8527875B2 (en) Information processing apparatus and method of controlling the same
JP5619245B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP6341016B2 (en) Image forming system, image forming apparatus, and program
JP2013105357A (en) Server device, information processing device, control method of server device and program
JP2011227790A (en) Display screen control device, display screen control method and program
JP5698827B2 (en) Image processing apparatus, control method therefor, and program
JP2010093790A (en) Image forming device, method of controlling the same, and program

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140929

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150417

R151 Written notification of patent or utility model registration

Ref document number: 5736021

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151