JP2017094498A - Image formation apparatus, browser start method and browser start program - Google Patents

Image formation apparatus, browser start method and browser start program Download PDF

Info

Publication number
JP2017094498A
JP2017094498A JP2015225617A JP2015225617A JP2017094498A JP 2017094498 A JP2017094498 A JP 2017094498A JP 2015225617 A JP2015225617 A JP 2015225617A JP 2015225617 A JP2015225617 A JP 2015225617A JP 2017094498 A JP2017094498 A JP 2017094498A
Authority
JP
Japan
Prior art keywords
unit
browsing
mode
image processing
image
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
JP2015225617A
Other languages
Japanese (ja)
Other versions
JP6776522B2 (en
Inventor
伊藤 歩
Ayumi Ito
歩 伊藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Konica Minolta Inc
Original Assignee
Konica Minolta Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2015225617A priority Critical patent/JP6776522B2/en
Publication of JP2017094498A publication Critical patent/JP2017094498A/en
Application granted granted Critical
Publication of JP6776522B2 publication Critical patent/JP6776522B2/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)

Abstract

PROBLEM TO BE SOLVED: To provide an image formation apparatus which can make operations different between a case of being controlled by a device outputting page data and a case of being not controlled.SOLUTION: An image formation apparatus includes: an image processing control part 59 which controls a hardware resource; a start part 51 which starts any of a first browsing part 51 started in a first mode where a control command is not output to the image processing control part 59 and a second browsing part 55 started in a second mode where the control command is output to the image processing control part 59; an intermediate control part 57 which receives an instruction for controlling the hardware resource from the device outputting the page data displayed by the first browsing part 51 and outputs the control command to the image processing control part 59 on the basis of the instruction; and an initialization part 65 which sets, in the image processing control part 59, a first initial value when started in the first mode and a second initial value when started in the second mode.SELECTED DRAWING: Figure 4

Description

この発明は、画像形成装置、ブラウザ起動方法およびブラウザ起動プログラムに関し、特に、ブラウジングプログラムを実行する画像形成装置、その画像形成装置で実行されるブラウザ起動方法およびブラウザ起動プログラムに関する。   The present invention relates to an image forming apparatus, a browser activation method, and a browser activation program. More particularly, the present invention relates to an image forming apparatus that executes a browsing program, a browser activation method and a browser activation program that are executed by the image forming apparatus.

複合機(以下「MFP」という)で代表される情報処理装置は、記述言語で記述されたWebページを表示するブラウジングプログラムがインストールされているものがある。このため、インターネットに接続されたWebサーバーから受信されるWebページを表示させることができる。また、API(Application Programming Interface)等のMFPを制御するために公開されたコマンドを用いて、WebサーバーからMFPを制御する技術が知られている。例えば、特開2015−176308号公報には、ネットワークを介して表示データを取得し、前記表示データに基づいて画面を表示する表示制御部を有し、前記表示制御部は、当該情報処理装置にインストールされたプログラムのうち、前記表示データによって指定される識別情報に係る第一のプログラムに、前記表示データにおいて指定されているデータを入力する情報処理装置が記載されている。   Some information processing apparatuses represented by multifunction peripherals (hereinafter referred to as “MFPs”) have installed a browsing program for displaying Web pages described in a description language. For this reason, a Web page received from a Web server connected to the Internet can be displayed. Also, a technique for controlling an MFP from a Web server using a command published for controlling the MFP such as an API (Application Programming Interface) is known. For example, Japanese Unexamined Patent Application Publication No. 2015-176308 has a display control unit that acquires display data via a network and displays a screen based on the display data. The display control unit is connected to the information processing apparatus. Among the installed programs, there is described an information processing apparatus that inputs data specified in the display data to a first program related to identification information specified by the display data.

特開2015−176308号公報に記載の技術を用いれば、MFPを操作することによってWebサーバーとMFPとに処理を実行されるので、WebサーバーとMFPとを連携させて処理を実行させることができる。   If the technology described in Japanese Patent Application Laid-Open No. 2015-176308 is used, the processing is executed by the Web server and the MFP by operating the MFP. Therefore, the processing can be executed in cooperation with the Web server and the MFP. .

一方、MFP側でWebサーバーと連携して処理を実行する場合と、そうでない場合とで、MFPにおいて、動作を異ならせたい場合がある。例えば、一方で課金するが、他方で課金しない場合、また、双方で課金の単価が異なる場合等である。   On the other hand, there are cases where it is desired to make the operation different in the MFP depending on whether the processing is executed in cooperation with the Web server on the MFP side or not. For example, charging is performed on the one hand, but charging is not performed on the other, or the charging unit price is different between the two.

しかしながら、WebサーバーがMFPと連携して処理を実行する装置であるか否かは、そのWebサーバーからダウンロードされるWebページによって定まる。また、ブラウジングプログラムは起動後に、ダウンロードするWebページを自由に変更することができる。また、ブラウジングプログラムは汎用的なプログラムなので、MFPを制御するための機能を追加するなどして専用のプログラムに改変するには適していない。このため、ブラウジングプログラムが起動された後に、Webサーバーと連携するか否かによってMFPの動作を異ならせるのは困難であるといった問題がある。
特開2015−176308号公報
However, whether or not the Web server is a device that executes processing in cooperation with the MFP is determined by the Web page downloaded from the Web server. In addition, after the browsing program is started, the Web page to be downloaded can be freely changed. Further, since the browsing program is a general-purpose program, it is not suitable for changing to a dedicated program by adding a function for controlling the MFP. For this reason, there is a problem that it is difficult to make the operation of the MFP different depending on whether or not to cooperate with the Web server after the browsing program is started.
JP 2015-176308 A

この発明は上述した問題点を解決するためになされたもので、この発明の目的の一つは、プラウジングプログラムを実行してページデータを出力する装置により制御される場合とページデータを出力する装置により制御されない場合とで動作を異ならせることが可能な画像形成装置を提供することである。   The present invention has been made to solve the above-described problems, and one of the objects of the present invention is to output a page data when controlled by a device that outputs a page data by executing a browsing program. An object of the present invention is to provide an image forming apparatus that can be operated differently when it is not controlled by the apparatus.

この発明の他の目的は、プラウジングプログラムを実行してページデータを出力する装置により制御される場合とページデータを出力する装置により制御されない場合とで画像形成装置の動作を異ならせることが可能なブラウザ起動方法を提供することである。   Another object of the present invention is to make the operation of the image forming apparatus different depending on whether it is controlled by a device that outputs a page data by executing a browsing program or not controlled by a device that outputs page data. Is to provide a simple browser startup method.

この発明のさらに他の目的は、プラウジングプログラムを実行してページデータを出力する装置により制御される場合とページデータを出力する装置により制御されない場合とで画像形成装置の動作を異ならせることが可能なブラウザ起動プログラムを提供することである。   Still another object of the present invention is to make the operation of the image forming apparatus different depending on whether it is controlled by an apparatus that outputs a page data by executing a browsing program or not controlled by an apparatus that outputs page data. It is to provide a possible browser launch program.

上述した目的を達成するためにこの発明のある局面によれば、画像形成装置は、ユーザーによる操作を受け付ける操作受付手段と、制御コマンドが入力されることに応じて、画像を処理するハードウェア資源を制御コマンドに従って制御する画像処理制御手段と、記述言語で記述されたページデータを表示するブラウジング手段と、操作受付手段によって受け付けられた操作に基づいて制御コマンドを画像処理制御手段に出力しない第1のモードと、操作受付手段によって受け付けられた操作に基づいて制御コマンドを画像処理制御手段に出力する第2のモードとのいずれかで、ブラウジング手段を起動する起動手段と、ブラウジング手段が第1のモードで起動される場合に、ハードウェア資源を制御するための指示を、第1のモードで起動するブラウジング手段が表示するページデータを出力する装置から受け付け、受け付けられた指示に基づいて制御コマンドを画像処理制御手段に出力する中間制御手段と、ブラウジング手段が第1のモードで起動する場合に画像処理制御手段に第1の初期値を設定し、ブラウジング手段が第2のモードで起動する場合に画像処理制御手段に第1の初期値と異なる第2の初期値を設定する初期化手段と、を備える。   In order to achieve the above object, according to one aspect of the present invention, an image forming apparatus includes an operation receiving unit that receives an operation by a user, and a hardware resource that processes an image in response to input of a control command. The image processing control means for controlling the image data according to the control command, the browsing means for displaying the page data described in the description language, and the first that does not output the control command to the image processing control means based on the operation received by the operation receiving means. In either of the first mode and the second mode in which the control command is output to the image processing control unit based on the operation received by the operation receiving unit, the starting unit for starting the browsing unit and the browsing unit are the first ones. Instructions for controlling hardware resources are activated in the first mode when activated in the mode An intermediate control unit that receives the page data displayed by the browsing unit and outputs a control command to the image processing control unit based on the received instruction, and an image when the browsing unit is activated in the first mode. Initializing means for setting a first initial value in the processing control means and setting a second initial value different from the first initial value in the image processing control means when the browsing means is activated in the second mode; Is provided.

この局面に従えば、ユーザーによる操作に基づいて制御コマンドを画像処理制御手段に出力しない第1のモードと、ユーザーによる操作に基づいて制御コマンドを画像処理制御手段に出力する第2のモードとのいずれかで、ブラウジング手段を起動し、ブラウジング手段が第1のモードで起動される場合に、ハードウェア資源を制御するための指示を、第1のモードで起動するブラウジング手段がページデータを出力する装置から受け付け、受け付けられた指示に基づいて制御コマンドを画像処理制御手段に出力し、ブラウジング手段が第1のモードで起動する場合に画像処理制御手段に第1の初期値を設定し、ブラウジング手段が第2のモードで起動する場合に画像処理制御手段に第2の初期値を設定する。このため、画像を処理するハードウェア資源を制御するための値の初期値を、ページデータを出力する装置により制御される場合とページデータを出力する装置により制御されない場合とで異ならせる。その結果、プラウジングプログラムを実行してページデータを出力する装置により制御される場合とページデータを出力する装置により制御されない場合とで動作を異ならせることが可能な画像形成装置を提供することができる。   According to this aspect, a first mode in which a control command is not output to the image processing control unit based on an operation by the user, and a second mode in which the control command is output to the image processing control unit based on an operation by the user. In any case, when the browsing means is activated and the browsing means is activated in the first mode, the browsing means activated in the first mode outputs an instruction for controlling the hardware resource, and outputs page data. A control command is received from the apparatus, a control command is output to the image processing control means based on the received instruction, and when the browsing means is activated in the first mode, a first initial value is set in the image processing control means, and the browsing means Is activated in the second mode, a second initial value is set in the image processing control means. For this reason, the initial value of the value for controlling the hardware resource for processing the image is different depending on whether it is controlled by a device that outputs page data or not controlled by a device that outputs page data. As a result, it is possible to provide an image forming apparatus capable of operating differently when controlled by a device that executes a browsing program and outputs page data and when not controlled by a device that outputs page data. it can.

好ましくは、ブラウジング手段は、第1のモードで起動する場合は、ページデータを表示する領域とユーザーによる操作を受け付ける領域とのうちページデータを表示する領域のみを含む画像を表示し、第2のモードで起動する場合は、ページデータに関係なく、ページデータを表示する領域とユーザーによる操作を受け付ける領域とを含む画像を表示する。   Preferably, when the browsing means is activated in the first mode, the browsing means displays an image including only the area for displaying the page data among the area for displaying the page data and the area for accepting an operation by the user. When activated in the mode, an image including an area for displaying the page data and an area for accepting an operation by the user is displayed regardless of the page data.

この局面に従えば、第1のモードで起動する場合は、ページデータを表示する領域のみを含む画像を表示し、第2のモードで起動する場合は、ページデータに関係なく、ページデータを表示する領域とユーザーによる操作を受け付ける領域とを含む画像を表示する。このため、第1のモードで起動する場合は、ページデータを表示する領域のみを含む画像を表示するので、ページデータを出力する装置を制御することができる。   According to this aspect, when starting in the first mode, an image including only an area for displaying the page data is displayed, and when starting in the second mode, the page data is displayed regardless of the page data. An image including a region to be operated and a region for receiving an operation by the user is displayed. For this reason, when starting in the first mode, an image including only the area for displaying the page data is displayed, so that the apparatus for outputting the page data can be controlled.

好ましくは、ユーザーに所定の操作を要求する操作要求手段を、さらに備え、起動手段は、操作要求手段による要求に対する所定の操作を検出することを条件に、ブラウジング手段を第2のモードで起動する。   Preferably, the apparatus further includes operation requesting means for requesting a predetermined operation from the user, and the activation means activates the browsing means in the second mode on condition that the predetermined operation for the request by the operation requesting means is detected. .

この局面に従えば、ユーザーによる所定の操作を検出することを条件に、ブラウジング手段を第2のモードで起動するので、第2のモードでの起動を制限することができる。   According to this aspect, since the browsing means is activated in the second mode on condition that a predetermined operation by the user is detected, activation in the second mode can be restricted.

好ましくは、中間制御手段は、第1のモードで起動するブラウジング手段が表示するページデータを送信する外部の装置から受信される指示を受け付ける外部制御手段を含む。   Preferably, the intermediate control unit includes an external control unit that receives an instruction received from an external device that transmits page data displayed by the browsing unit that is activated in the first mode.

この局面に従えば、外部の装置により制御される場合と外部の装置により制御されない場合とで動作を異ならせることができる。   According to this aspect, the operation can be made different depending on whether it is controlled by an external device or not.

好ましくは、中間制御手段は、第1のモードで起動するブラウジング手段にページデータを出力し、第1のモードで起動するブラウジング手段が出力されたページデータに応じて出力する指示を受け付ける内部制御手段を含む。   Preferably, the intermediate control means outputs the page data to the browsing means activated in the first mode, and the internal control means accepts an instruction to output in accordance with the page data outputted by the browsing means activated in the first mode. including.

この局面に従えば、ページデータを出力する装置を自装置とすることができる。   If this aspect is followed, the apparatus which outputs page data can be made into an own apparatus.

この発明の他の局面に従えば、ブラウザ起動方法は、画像形成装置で実行されるブラウザ起動方法であって、画像形成装置は、ユーザーによる操作を受け付ける操作受付手段と、制御コマンドが入力されることに応じて、制御コマンドに従ってハードウェア資源を制御する画像処理制御手段と、を備え、操作受付手段によって受け付けられた操作に基づいて制御コマンドを画像処理制御手段に出力しない第1のモードでブラウジングプログラムを実行する第1のタスクを起動する第1起動ステップと、操作受付手段によって受け付けられた操作に基づいて制御コマンドを画像処理制御手段に出力する第2のモードでブラウジングプログラムを実行する第2のタスクを起動する第2起動ステップと、第1のタスクが起動される場合に、ハードウェア資源を制御するための指示を、第1のモードで起動する第1のタスクが表示するページデータを出力する装置から受け付け、受け付けられた指示に基づいて制御コマンドを画像処理制御手段に出力する中間制御ステップと、第1のタスクが起動される場合に、画像処理制御手段に第1の初期値を設定し、第2のタスクが起動される場合に、画像処理制御手段に第1の初期値と異なる第2の初期値を設定する初期化ステップと、を含む。   According to another aspect of the present invention, the browser activation method is a browser activation method executed by the image forming apparatus, and the image forming apparatus receives an operation receiving means for receiving an operation by a user, and a control command is input. Accordingly, the image processing control means for controlling the hardware resources in accordance with the control command, and browsing in the first mode in which the control command is not output to the image processing control means based on the operation received by the operation receiving means A first activation step for activating a first task for executing the program, and a second mode for executing the browsing program in a second mode for outputting a control command to the image processing control unit based on an operation received by the operation reception unit. A second activation step for activating the task, and the hardware when the first task is activated. An instruction for controlling the resource is received from a device that outputs page data displayed by the first task activated in the first mode, and a control command is output to the image processing control means based on the received instruction. When the intermediate control step and the first task are activated, the first initial value is set in the image processing control means, and when the second task is activated, the first initial value is set in the image processing control means. And an initialization step for setting a second initial value different from the value.

この局面に従えば、プラウジングプログラムを実行してページデータを出力する装置により制御される場合とページデータを出力する装置により制御されない場合とで画像形成装置の動作を異ならせることが可能なブラウザ起動方法を提供することができる。   According to this aspect, a browser capable of differentiating the operation of the image forming apparatus depending on whether it is controlled by a device that outputs a page data by executing a browsing program or not controlled by a device that outputs page data An activation method can be provided.

好ましくは、第1のタスクは、ページデータを表示する領域とユーザーによる操作を受け付ける領域とのうちページデータを表示する領域のみを含む画像を表示し、第第2のタスクは、ページデータを表示する領域とユーザーによる操作を受け付ける領域とを含む画像を表示する。   Preferably, the first task displays an image including only an area for displaying page data among an area for displaying page data and an area for accepting an operation by a user, and the second task displays page data. An image including a region to be operated and a region for receiving an operation by the user is displayed.

好ましくは、ユーザーに所定の操作を要求する操作要求ステップを、さらに含み、第2起動ステップは、操作要求ステップにおける要求に対する所定の操作を検出することを条件に、第2のタスクを起動するステップを含む。   Preferably, the method further includes an operation requesting step for requesting a predetermined operation from the user, and the second starting step starts the second task on condition that a predetermined operation corresponding to the request in the operation requesting step is detected. including.

好ましくは、中間制御ステップは、第1のタスクがページデータを受信する外部の装置から受信される指示を受け付ける外部制御ステップを含む。   Preferably, the intermediate control step includes an external control step of accepting an instruction received from an external device from which the first task receives page data.

好ましくは、中間制御ステップは、第1のタスクにページデータを出力し、出力されたページデータに応じて第1のタスクが出力する指示を受け付ける内部制御ステップを含む。   Preferably, the intermediate control step includes an internal control step of outputting page data to the first task and receiving an instruction output by the first task according to the output page data.

この発明のさらに他の局面に従えば、ブラウザ起動プログラムは、画像形成装置を制御するコンピューターで実行されるブラウザ起動方法であって、画像形成装置は、ユーザーによる操作を受け付ける操作受付手段と、制御コマンドが入力されることに応じて、制御コマンドに従ってハードウェア資源を制御する画像処理制御手段と、を備え、操作受付手段によって受け付けられた操作に基づいて制御コマンドを画像処理制御手段に出力しない第1のモードでブラウジングプログラムを実行する第1のタスクを起動する第1起動ステップと、操作受付手段によって受け付けられた操作に基づいて制御コマンドを画像処理制御手段に出力する第2のモードでブラウジングプログラムを実行する第2のタスクを起動する第2起動ステップと、第1のタスクが起動される場合に、ハードウェア資源を制御するための指示を、第1のモードで起動する第1のタスクが表示するページデータを出力する装置から受け付け、受け付けられた指示に基づいて制御コマンドを画像処理制御手段に出力する中間制御ステップと、第1のタスクが起動される場合に、画像処理制御手段に第1の初期値を設定し、第2のタスクが起動される場合に、画像処理制御手段に第1の初期値と異なる第2の初期値を設定する初期化ステップと、をコンピューターに実行させる。   According to still another aspect of the present invention, the browser activation program is a browser activation method executed by a computer that controls the image forming apparatus, the image forming apparatus including an operation receiving unit that receives an operation by a user, and a control Image processing control means for controlling hardware resources according to the control command in response to the input of the command, and the control command is not output to the image processing control means based on the operation received by the operation receiving means. A first activation step for activating a first task for executing a browsing program in one mode, and a second mode for outputting a control command to the image processing control means based on an operation accepted by the operation accepting means A second activation step of activating a second task for executing When a task is activated, an instruction to control hardware resources is received from a device that outputs page data displayed by the first task activated in the first mode, and control is performed based on the received instruction. When an intermediate control step for outputting a command to the image processing control unit and the first task is activated, a first initial value is set in the image processing control unit, and when the second task is activated, Causing the computer to execute an initialization step of setting a second initial value different from the first initial value in the image processing control means;

この局面に従えば、プラウジングプログラムを実行してページデータを出力する装置により制御される場合とページデータを出力する装置により制御されない場合とで画像形成装置の動作を異ならせることが可能なブラウザ起動プログラムを提供することができる。   According to this aspect, a browser capable of differentiating the operation of the image forming apparatus depending on whether it is controlled by a device that outputs a page data by executing a browsing program or not controlled by a device that outputs page data An activation program can be provided.

本発明の実施の形態の1つにおける画像形成システムの全体概要の一例を示す図である。1 is a diagram illustrating an example of an overall outline of an image forming system according to one embodiment of the present invention. 本実施の形態の1つにおけるMFPの外観を示す斜視図である。1 is a perspective view showing an appearance of an MFP according to one embodiment. 本実施の形態におけるMFPのハードウェア構成の概要を示すブロック図である。2 is a block diagram showing an outline of a hardware configuration of an MFP according to the present embodiment. FIG. 本実施の形態におけるMFPが備えるCPUが有する機能の一例を示すブロック図である。3 is a block diagram illustrating an example of functions of a CPU included in an MFP according to the present embodiment. FIG. 第1のモードで表示される画像の一例を示す図である。It is a figure which shows an example of the image displayed in a 1st mode. 第2のモードで表示される画像の一例を示す第1の図である。It is a 1st figure which shows an example of the image displayed in a 2nd mode. 第2のモードで表示される画像の一例を示す第2の図である。It is a 2nd figure which shows an example of the image displayed in a 2nd mode. 本実施の形態における操作受付処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of the operation reception process in this Embodiment. 本実施の形態におけるブラウザ起動処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of the browser starting process in this Embodiment. 変形例におけるMFPが備えるCPUが有する機能の一例を示すブロック図である。FIG. 10 is a block diagram illustrating an example of functions of a CPU included in an MFP according to a modification. 変形例におけるブラウザ起動処理の流れの一例を示す第1のフローチャートである。It is a 1st flowchart which shows an example of the flow of the browser starting process in a modification. 変形例におけるブラウザ起動処理の流れの一例を示す第2のフローチャートである。It is a 2nd flowchart which shows an example of the flow of the browser starting process in a modification.

以下、本発明の実施の形態について図面を参照して説明する。以下の説明では同一の部品には同一の符号を付してある。それらの名称および機能も同じである。したがってそれらについての詳細な説明は繰返さない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following description, the same parts are denoted by the same reference numerals. Their names and functions are also the same. Therefore, detailed description thereof will not be repeated.

図1は、本発明の実施の形態の1つにおける画像形成システムの全体概要の一例を示す図である。図1を参照して、画像形成システム1は、サーバー300,300Aと、ゲートウェイ(G/W)装置200と、複合機であるMFP(Multi Function Peripheral)100,100A,100Bと、を含む。サーバー300,300Aおよびゲートウェイ装置(G/W)200それぞれは、インターネット5に接続されており、インターネット5を介して互いに通信可能である。さらに、サーバー300,300A、およびゲートウェイ装置200それぞれは、インターネット5に接続された他のコンピューターと通信可能である。   FIG. 1 is a diagram showing an example of an overall outline of an image forming system according to one embodiment of the present invention. Referring to FIG. 1, an image forming system 1 includes servers 300 and 300A, a gateway (G / W) device 200, and MFPs (Multi Function Peripherals) 100, 100A, and 100B. Each of the servers 300 and 300A and the gateway device (G / W) 200 is connected to the Internet 5 and can communicate with each other via the Internet 5. Further, each of the servers 300 and 300 </ b> A and the gateway device 200 can communicate with other computers connected to the Internet 5.

ゲートウェイ装置200は、さらに、ローカルエリアネットワーク(LAN)3と接続されており、そのLAN3に、MFP100,100A,100Bが接続されている。ゲートウェイ装置200は、LAN3に接続されたMFP100,100A,100Bと通信可能である。さらに、ゲートウェイ装置200およびMFP100,100A,100Bそれぞれは、LAN3に接続された他のコンピューターと通信可能である。   The gateway device 200 is further connected to a local area network (LAN) 3, and MFPs 100, 100 A, and 100 B are connected to the LAN 3. The gateway device 200 can communicate with MFPs 100, 100A, and 100B connected to the LAN 3. Furthermore, each of gateway apparatus 200 and MFPs 100, 100 </ b> A, and 100 </ b> B can communicate with other computers connected to LAN 3.

ゲートウェイ装置200は、LAN3と、インターネット5とを接続する。このため、サーバー300,300Aは、MFP100,100A,100Bとのいずれかと通信が可能である。   The gateway device 200 connects the LAN 3 and the Internet 5. Therefore, servers 300 and 300A can communicate with any of MFPs 100, 100A, and 100B.

ゲートウェイ装置200、サーバー300,300Aのハードウェア構成および機能は周知なので、ここでは説明を繰り返さない。サーバー300,300Aは、Webサーバーとして機能する。   Since the hardware configurations and functions of gateway device 200 and servers 300 and 300A are well known, description thereof will not be repeated here. Servers 300 and 300A function as Web servers.

MFP100,100A,100Bのハードウェア構成および機能は、基本的に同じである。したがって、以下の説明では特に言及しない限りMFP100を例に説明する。   The hardware configurations and functions of MFPs 100, 100A, and 100B are basically the same. Therefore, in the following description, MFP 100 will be described as an example unless otherwise specified.

図2は、本実施の形態の1つにおけるMFPの外観を示す斜視図である。図3は、本実施の形態におけるMFPのハードウェア構成の概要を示すブロック図である。図2および図3を参照して、画像形成装置として機能するMFP100は、メイン回路110と、原稿を読み取るための原稿読取部130と、原稿を原稿読取部130に搬送するための自動原稿搬送装置120と、原稿読取部130が原稿を読み取って出力する画像データに基づいて用紙等に画像を形成するための画像形成部140と、画像形成部140に用紙を供給するための給紙部150と、ユーザーインターフェースとしての操作パネル160とを含む。また、MFP100は、コインベンダ180と接続されている。   FIG. 2 is a perspective view showing the external appearance of the MFP according to one embodiment. FIG. 3 is a block diagram showing an outline of the hardware configuration of the MFP according to the present embodiment. 2 and 3, MFP 100 functioning as an image forming apparatus includes a main circuit 110, a document reading unit 130 for reading a document, and an automatic document transport device for transporting a document to document reading unit 130. 120, an image forming unit 140 for forming an image on a sheet or the like based on image data output by the document reading unit 130 reading the document, and a paper feeding unit 150 for supplying the image forming unit 140 with a sheet. And an operation panel 160 as a user interface. The MFP 100 is connected to a coin vendor 180.

自動原稿搬送装置120は、原稿トレイ125上にセットされた複数枚の原稿を1枚ずつ自動的に原稿読取部130のプラテンガラス上に設定された所定の原稿読み取り位置まで搬送し、原稿読取部130により原稿に形成された画像が読み取られた原稿を原稿排紙トレイ127上に排出する。原稿読取部130は、原稿読取位置に搬送されてきた原稿に光を照射する光源と、原稿で反射した光を受光する光電変換素子とを含み、原稿のサイズに応じた原稿画像を走査する。光電変換素子は、受光した光を電気信号である画像データに変換して、画像形成部140に出力する。給紙部150は、給紙トレイに収納された用紙を画像形成部140に搬送する。   The automatic document feeder 120 automatically conveys a plurality of documents set on the document tray 125 one by one to a predetermined document reading position set on the platen glass of the document reading unit 130, and the document reading unit The document on which the image formed on the document is read by 130 is discharged onto the document discharge tray 127. The document reading unit 130 includes a light source that irradiates light to the document conveyed to the document reading position and a photoelectric conversion element that receives light reflected from the document, and scans a document image corresponding to the size of the document. The photoelectric conversion element converts the received light into image data that is an electrical signal and outputs the image data to the image forming unit 140. The paper feed unit 150 conveys the paper stored in the paper feed tray to the image forming unit 140.

画像形成部140は、周知の電子写真方式により画像を形成するものであって、原稿読取部130から入力される画像データにシェーディング補正などの各種のデータ処理を施した、データ処理後の画像データまたは、外部から受信された画像データに基づいて、給紙部150により搬送される用紙に画像を形成し、画像を形成した用紙を排紙トレイ155に排出する。   The image forming unit 140 forms an image by a well-known electrophotographic method, and the image data after data processing is obtained by performing various data processing such as shading correction on the image data input from the document reading unit 130. Alternatively, based on image data received from the outside, an image is formed on a sheet conveyed by the sheet feeding unit 150, and the sheet on which the image is formed is discharged to a sheet discharge tray 155.

メイン回路110は、MFP100の全体を制御するCPU111と、通信インターフェース(I/F)部112と、ROM113と、RAM114と、大容量記憶装置としてのハードディスクドライブ(HDD)115と、ファクシミリ部116と、外部記憶装置117と、を含む。CPU111は、自動原稿搬送装置120、原稿読取部130、画像形成部140、給紙部150、操作パネル160およびコインベンダー180と接続され、MFP100の全体を制御する。   The main circuit 110 includes a CPU 111 that controls the entire MFP 100, a communication interface (I / F) unit 112, a ROM 113, a RAM 114, a hard disk drive (HDD) 115 as a mass storage device, a facsimile unit 116, An external storage device 117. CPU 111 is connected to automatic document feeder 120, document reading unit 130, image forming unit 140, sheet feeding unit 150, operation panel 160, and coin vendor 180, and controls the entire MFP 100.

ファクシミリ部116は、公衆交換電話網(PSTN)に接続され、PSTNにファクシミリデータを送信する、またはPSTNからファクシミリデータを受信する。ファクシミリ部116は、受信したファクシミリデータを、HDD115に記憶するとともに、画像形成部140でプリント可能なプリントデータに変換して、画像形成部140に出力する。これにより、画像形成部140は、ファクシミリ部116により受信されたファクシミリデータを用紙に画像を形成する。また、ファクシミリ部116は、HDD115に記憶されたデータをファクシミリデータに変換して、PSTNに接続されたファクシミリ装置に送信する。   The facsimile unit 116 is connected to the public switched telephone network (PSTN) and transmits facsimile data to the PSTN or receives facsimile data from the PSTN. The facsimile unit 116 stores the received facsimile data in the HDD 115, converts it into print data that can be printed by the image forming unit 140, and outputs the print data to the image forming unit 140. As a result, the image forming unit 140 forms an image on a sheet of facsimile data received by the facsimile unit 116. Further, the facsimile unit 116 converts the data stored in the HDD 115 into facsimile data, and transmits the facsimile data to a facsimile machine connected to the PSTN.

通信I/F部112は、LAN3にMFP100を接続するためのインターフェースである。通信I/F部112は、TCP(Transmission Control Protocol)またはFTP(File Transfer Protocol)等の通信プロトコルで、LAN3に接続された他のMFP100A,100B、または、G/W装置200を介して、サーバー300,300Aと通信する。なお、通信I/F部112が接続されるネットワークは、LAN3に限らず、ワイドエリアネットワーク(WAN)、公衆交換電話網(PSTN)、インターネット5等であってもよい。   Communication I / F unit 112 is an interface for connecting MFP 100 to LAN 3. The communication I / F unit 112 is a server via a communication protocol such as TCP (Transmission Control Protocol) or FTP (File Transfer Protocol), or another MFP 100A or 100B connected to the LAN 3 or the G / W device 200. Communicate with 300, 300A. The network to which the communication I / F unit 112 is connected is not limited to the LAN 3, but may be a wide area network (WAN), a public switched telephone network (PSTN), the Internet 5, or the like.

ROM113は、CPU111が実行するプログラム、またはそのプログラムを実行するために必要なデータを記憶する。RAM114は、CPU111がプログラムを実行する際の作業領域として用いられる。また、RAM114は、原稿読取部130から連続的に送られてくる画像データを一時的に記憶する。   The ROM 113 stores a program executed by the CPU 111 or data necessary for executing the program. The RAM 114 is used as a work area when the CPU 111 executes a program. The RAM 114 temporarily stores image data continuously sent from the document reading unit 130.

操作パネル160は、MFP100の上面に設けられる。操作パネル160は、表示部161と操作部163とを含む。表示部161は、例えば、液晶表示装置(LCD)であり、ユーザーに対する指示メニューや取得した画像データに関する情報等を表示する。なお、LCD165に代えて、画像を表示する装置であれば、例えば、有機EL(electroluminescence)ディスプレイを用いることができる。   Operation panel 160 is provided on the upper surface of MFP 100. Operation panel 160 includes a display unit 161 and an operation unit 163. The display unit 161 is, for example, a liquid crystal display device (LCD), and displays an instruction menu for a user, information about acquired image data, and the like. Instead of the LCD 165, for example, an organic EL (electroluminescence) display can be used as long as the device displays an image.

操作部163は、タッチパネル165と、ハードキー部167とを含む。タッチパネル165は、静電容量方式である。なお、タッチパネル165は、静電容量方式に限らず、例えば、抵抗膜方式、表面弾性波方式、赤外線方式、電磁誘導方式等の他の方式を用いることができる。   The operation unit 163 includes a touch panel 165 and a hard key unit 167. The touch panel 165 is a capacitive type. Note that the touch panel 165 is not limited to the capacitance method, and other methods such as a resistance film method, a surface acoustic wave method, an infrared method, and an electromagnetic induction method can be used.

タッチパネル165は、その検出面が表示部161の上面または下面に表示部161に重畳して設けられる。ここでは、タッチパネル165の検出面のサイズと、表示部161の表示面のサイズとを同じにしている。このため、表示面の座標系と検出面の座標系は同じである。タッチパネル165は、ユーザーが、表示部161の表示面を指示する位置を検出面で検出し、検出した位置の座標をCPU111に出力する。表示面の座標系と検出面の座標系は同じなので、タッチパネル165が出力する座標を、表示面の座標に置き換えることができる。以下、ユーザーが表示部161の表示面を指示することによりタッチパネル165が検出面で検出して出力する座標を、表示面の座標ともいう。   The touch panel 165 is provided with its detection surface superimposed on the display unit 161 on the upper or lower surface of the display unit 161. Here, the size of the detection surface of the touch panel 165 and the size of the display surface of the display unit 161 are the same. For this reason, the coordinate system of the display surface and the coordinate system of the detection surface are the same. The touch panel 165 detects the position where the user points the display surface of the display unit 161 on the detection surface, and outputs the coordinates of the detected position to the CPU 111. Since the coordinate system of the display surface and the coordinate system of the detection surface are the same, the coordinates output from the touch panel 165 can be replaced with the coordinates of the display surface. Hereinafter, the coordinates that the touch panel 165 detects and outputs on the detection surface when the user instructs the display surface of the display unit 161 are also referred to as the coordinates of the display surface.

ハードキー部167は、複数のハードキーを含む。ハードキーは、例えば接点スイッチである。ユーザーがMFP100を操作する場合は直立した姿勢となる場合が多いので、表示部161の表示面、タッチパネル165の検出面およびハードキー部167は、上方を向いて配置される。ユーザーが表示部161の表示面を容易に視認することができ、ユーザーが指で操作部163を容易に指示することができるようにするためである。   Hard key portion 167 includes a plurality of hard keys. The hard key is, for example, a contact switch. When the user operates the MFP 100, the user often takes an upright posture. Therefore, the display surface of the display unit 161, the detection surface of the touch panel 165, and the hard key unit 167 are arranged facing upward. This is because the user can easily visually recognize the display surface of the display unit 161 and the user can easily instruct the operation unit 163 with a finger.

外部記憶装置117は、CPU111により制御され、CD−ROM(Compact Disk Read Only Memory)118、または半導体メモリが装着される。本実施の形態においては、CPU111は、ROM113に記憶されたプログラムを実行する例を説明するが、CPU111は、外部記憶装置117を制御して、CD−ROM118からCPU111が実行するためのプログラムを読出し、読み出したプログラムをRAM102に記憶し、実行するようにしてもよい。   The external storage device 117 is controlled by the CPU 111, and a CD-ROM (Compact Disk Read Only Memory) 118 or a semiconductor memory is mounted. In this embodiment, an example in which the CPU 111 executes a program stored in the ROM 113 will be described. However, the CPU 111 controls the external storage device 117 to read a program to be executed by the CPU 111 from the CD-ROM 118. The read program may be stored in the RAM 102 and executed.

なお、CPU111が実行するためのプログラムを記憶する記録媒体としては、CD−ROM118に限られず、フレキシブルディスク、カセットテープ、光ディスク(MO(Magnetic Optical Disc)/MD(Mini Disc)/DVD(Digital Versatile Disc))、ICカード、光カード、マスクROM、EPROM(Erasable Programmable ROM)、EEPROM(Electrically EPROM)などの半導体メモリ等の媒体でもよい。さらに、CPU111がネットワークに接続されたコンピューターからプログラムをダウンロードしてHDD115に記憶する、または、ネットワークに接続されたコンピューターがプログラムをHDD115に書込みするようにして、HDD115に記憶されたプログラムをRAM114にロードしてCPU111で実行するようにしてもよい。ここでいうプログラムは、CPU111により直接実行可能なプログラムだけでなく、ソースプログラム、圧縮処理されたプログラム、暗号化されたプログラム等を含む。   The recording medium for storing a program to be executed by the CPU 111 is not limited to the CD-ROM 118, but is a flexible disk, a cassette tape, an optical disk (MO (Magnetic Optical Disc) / MD (Mini Disc) / DVD (Digital Versatile Disc). )), A semiconductor memory medium such as an IC card, an optical card, a mask ROM, an EPROM (Erasable Programmable ROM), and an EEPROM (Electrically EPROM). Further, the CPU 111 downloads a program from a computer connected to the network and stores it in the HDD 115, or loads the program stored in the HDD 115 into the RAM 114 so that the computer connected to the network writes the program to the HDD 115. Then, it may be executed by the CPU 111. The program here includes not only a program directly executable by the CPU 111 but also a source program, a compressed program, an encrypted program, and the like.

コインベンダ180は、コイン投入口181と返却ボタン183と、表示部185と、コイン返却口187とを含む。コインベンダ180は、コイン投入口181に投入されるコインを受け付け、投入されるコインで定まる額を残金に加算し、残金を更新する。また、コインベンダ180は、MFP100により制御され、MFP100から料金の徴収指示を受信すると、徴収指示により定まる額を残金から減算し、残金を更新する。コインベンダ180は、表示部185に残金を表示するとともに、MFP100に残金を通知する。また、コインベンダ180は、残金が残っている段階で、返却ボタン183が押下されると、残金に相当する枚数のコインをコイン返却口187に排出する。   The coin vendor 180 includes a coin insertion slot 181, a return button 183, a display unit 185, and a coin return slot 187. The coin vendor 180 accepts coins inserted into the coin insertion slot 181, adds the amount determined by the inserted coins to the balance, and updates the balance. Further, when the coin vendor 180 is controlled by the MFP 100 and receives a fee collection instruction from the MFP 100, the coin vendor 180 subtracts the amount determined by the collection instruction from the balance and updates the balance. Coin vendor 180 displays the balance on display unit 185 and notifies MFP 100 of the balance. In addition, when the return button 183 is pressed while the balance is remaining, the coin vendor 180 discharges the number of coins corresponding to the balance to the coin return slot 187.

図4は、本実施の形態におけるMFPが備えるCPUが有する機能の一例を示すブロック図である。図4に示す機能は、MFP100が備えるCPU111が、ROM113、HDD115またはCD−ROM118に記憶されたブラウザ起動プログラムおよびブラウジングプログラムを実行することにより、CPU111に形成される機能である。図4を参照して、MFP100が備えるCPU111は、起動部51と、第1ブラウジング部53と、第2ブラウジング部55と、中間制御部57と、画像処理制御部59と、広告表示部71と、操作要求部73と、課金部75と、を含む。   FIG. 4 is a block diagram illustrating an example of functions of the CPU provided in the MFP according to the present embodiment. The functions shown in FIG. 4 are functions formed in CPU 111 when CPU 111 provided in MFP 100 executes a browser activation program and a browsing program stored in ROM 113, HDD 115, or CD-ROM 118. Referring to FIG. 4, CPU 111 provided in MFP 100 includes activation unit 51, first browsing unit 53, second browsing unit 55, intermediate control unit 57, image processing control unit 59, and advertisement display unit 71. , An operation requesting unit 73 and a charging unit 75.

画像処理制御部59は、コマンドが入力されることに応じて、画像を処理するハードウェア資源を制御する。画像を処理するためのハードウェア資源は、原稿読取部130、画像形成部140およびファクシミリ部116を、少なくとも含む。また、画像を処理するハードウェア資源は、原稿読取部130またはファクシミリ部116とともに制御される場合のある自動原稿搬送装置120と、画像形成部140またはファクシミリ部116とともに制御される場合がある給紙部150と、を含む。   The image processing control unit 59 controls hardware resources for processing an image in response to input of a command. The hardware resources for processing the image include at least the document reading unit 130, the image forming unit 140, and the facsimile unit 116. Also, the hardware resources for processing the image are the automatic document feeder 120 that may be controlled together with the document reading unit 130 or the facsimile unit 116, and the paper feed that may be controlled together with the image forming unit 140 or the facsimile unit 116. Part 150.

第1ブラウジング部53および第2ブラウジング部55は、CPU111がブラウジングプログラムを実行するタスクである。第1ブラウジング部53および第2ブラウジング部55は、同時に存在することなく、いずれか一方が存在する。なお、第1ブラウジング部53および第2ブラウジング部55は、同時に存在するようにしてもよいが、この場合には、第1ブラウジング部53および第2ブラウジング部55のいずれか一方が、表示部161に画像を表示可能で、かつ、ユーザーによる操作を受け付け可能なカレント状態となる。   The first browsing unit 53 and the second browsing unit 55 are tasks for the CPU 111 to execute a browsing program. The first browsing part 53 and the second browsing part 55 do not exist at the same time, and either one exists. The first browsing unit 53 and the second browsing unit 55 may exist at the same time. In this case, one of the first browsing unit 53 and the second browsing unit 55 is displayed on the display unit 161. The current state is such that an image can be displayed on the screen and an operation by the user can be accepted.

起動部51は、ユーザーによる指示を受け付けることに応じて、ブラウジングプログラムを第1のモードまたは第2のモードで起動する。表示部161に、第1のモードでブラウジングプログラムの起動を指示するための第1ボタンを表示し、操作部163がユーザーによる第1ボタンを指示する操作を受け付けると、ブラウジングプログラムを第1のモードで起動する。起動部51がブラウジングプログラムを第1のモードで起動する場合、CPU111は、ROM113、HDD115またはCD−ROM118に記憶されたブラウジングプログラムをRAM114にロードして第2のモードで実行する。こにより、第1ブラウジング部53がCPU111に形成される。換言すれば、第1ブラウジング部53は、CPU111がブラウジングプログラムを第1のモードで実行するタスクである。   The activation unit 51 activates the browsing program in the first mode or the second mode in response to receiving an instruction from the user. When the display unit 161 displays a first button for instructing activation of the browsing program in the first mode, and the operation unit 163 receives an operation for instructing the first button by the user, the browsing program is displayed in the first mode. Start with. When the activation unit 51 activates the browsing program in the first mode, the CPU 111 loads the browsing program stored in the ROM 113, HDD 115, or CD-ROM 118 into the RAM 114 and executes it in the second mode. As a result, the first browsing unit 53 is formed in the CPU 111. In other words, the first browsing unit 53 is a task in which the CPU 111 executes the browsing program in the first mode.

また、起動部51は、表示部161に、第2のモードでブラウジングプログラムの起動を指示するための第2ボタンを表示し、操作部163がユーザーによる第2ボタンを指示する操作を受け付けると、ブラウジングプログラムを第2のモードで起動する。起動部51がブラウジングプログラムを第2のモードで起動する場合、CPU111は、ROM113、HDD115またはCD−ROM118に記憶されたブラウジングプログラムをRAM114にロードして第2のモードで実行する。こにより、第2ブラウジング部55がCPU111に形成される。換言すれば、第2ブラウジング部55は、CPU111がブラウジングプログラムを第2のモードで実行するタスクである。   In addition, the activation unit 51 displays a second button for instructing activation of the browsing program in the second mode on the display unit 161, and when the operation unit 163 receives an operation for instructing the second button by the user, Start the browsing program in the second mode. When the activation unit 51 activates the browsing program in the second mode, the CPU 111 loads the browsing program stored in the ROM 113, HDD 115, or CD-ROM 118 into the RAM 114 and executes the browsing program in the second mode. Thereby, the second browsing unit 55 is formed in the CPU 111. In other words, the second browsing unit 55 is a task for the CPU 111 to execute the browsing program in the second mode.

第1ブラウジング部53は、予め定められたWebサーバーに接続可能である。第1ブラウジング部53が接続可能なWebサーバーは、予め定められた処理を実行するサービスを提供するサーバーとして、管理者によってMFP100に予め登録されたサーバーである。ここでは、第1ブラウジング部53が接続可能なWebサーバーとしてWebサーバー300が登録されている場合を例に説明する。Webサーバー300が提供するサービスは、限定するものではないが、例えば、文字を認識する文字認識処理を実行するサービス、画像を先鋭化する処理、スムージング処理等の画像処理を実行するサービス、文字を翻訳する処理を実行するサービス、を含む。   The first browsing unit 53 can be connected to a predetermined Web server. The web server to which the first browsing unit 53 is connectable is a server registered in advance in the MFP 100 by the administrator as a server that provides a service for executing a predetermined process. Here, a case where the Web server 300 is registered as a Web server to which the first browsing unit 53 can be connected will be described as an example. The service provided by the Web server 300 is not limited. For example, a service for executing character recognition processing for recognizing characters, a processing for sharpening an image, a service for executing image processing such as smoothing, Including a service for executing a process of translating.

第1ブラウジング部53は、起動部51によって起動される場合に、接続先のWebサーバー300に記憶されたWebページのURLが渡される。URLは、引数として起動部51から受け取るようにしてもよいし、RAM114またはHDD115の予め定められた領域に起動部51が書き込んだURLを読み出すようにしてもよい。第1ブラウジング部53は、起動部51から第1のボタンに関連付けられたURLが引き渡される場合、通信I/F部112を制御して、URLで特定されるWebサーバー300にURLで特定されるWebページを要求し、通信I/F部112がWebサーバー300により返信されるWebページを受信すると、受信されたWebページを解析して画像を生成し、生成された画像を表示部161に表示する。さらに、第1ブラウジング部53は、表示部161にWebページが表示された状態で、ユーザーが操作部163に入力する操作を受け付ける場合、操作に対応してWebページで定められたコマンドを通信I/F部112を介してWebサーバー300に送信する。   When the first browsing unit 53 is activated by the activation unit 51, the URL of the Web page stored in the Web server 300 to which the first browsing unit 53 is connected is passed. The URL may be received from the activation unit 51 as an argument, or the URL written by the activation unit 51 in a predetermined area of the RAM 114 or the HDD 115 may be read. When the URL associated with the first button is delivered from the activation unit 51, the first browsing unit 53 controls the communication I / F unit 112 to specify the URL to the Web server 300 specified by the URL. When a web page is requested and the communication I / F unit 112 receives a web page returned from the web server 300, the received web page is analyzed to generate an image, and the generated image is displayed on the display unit 161. To do. Further, when the first browsing unit 53 accepts an operation input by the user to the operation unit 163 in a state where the Web page is displayed on the display unit 161, the first browsing unit 53 communicates a command defined on the Web page corresponding to the operation. The data is transmitted to the Web server 300 via the / F unit 112.

第1ブラウジング部53がWebサーバー300と接続する場合に、表示部161に表示するWebページは、Webサーバー300から取得されるWebページのみであり、表示部161に表示されたWebページで定められたコマンドを出力する先は、Webサーバー300のみである。換言すれば、第1ブラウジング部53がWebサーバー300と接続する場合に、第1ブラウジング部53が表示部161に表示するWebページは、Webサーバー300を制御するためのWebページであり、そのWebページは、Webサーバー300に出力されるコマンドを含む。なお、ここでの、Webサーバー300は、Webサーバー300が送信するWebページが別のWebサーバーのWebページへのリンクを含む場合は、別のWebサーバーをWebサーバー300と同一として取り扱っている。   When the first browsing unit 53 is connected to the Web server 300, the Web page displayed on the display unit 161 is only the Web page acquired from the Web server 300 and is determined by the Web page displayed on the display unit 161. Only the Web server 300 outputs the command. In other words, when the first browsing unit 53 is connected to the Web server 300, the Web page displayed on the display unit 161 by the first browsing unit 53 is a Web page for controlling the Web server 300. The page includes a command output to the Web server 300. Here, when the Web page transmitted from the Web server 300 includes a link to the Web page of another Web server, the Web server 300 treats the other Web server as the same as the Web server 300.

第1ブラウジング部53は、Webサーバー300から取得されるWebページを解析して生成する画像を表示部161に表示し、Webページの表示に関する操作を受け付けるための画像を表示部161に表示しない。換言すれば、第1ブラウジング部53が表示部161に表示する画像は、Webサーバー300から受信するWebページの画像を含むページ部分のみを含み、Webサーバー300に対する操作のみを受け付け可能な画像である。Webページの表示に関する操作は、例えば、別のWebページのURLを入力する操作、現在表示しているWebページの前または後に表示されていたWebページを表示させる操作、予め登録された1以上のURLを選択する操作、過去に表示されたWebページのURLを選択する操作、現在表示されているWebページをプリントさせる操作、新たなタブまたはウィンドウで別のWebページを表示させる操作、Webページの文字のサイズまたはフォントを変更する操作等を含む。   The first browsing unit 53 displays an image generated by analyzing the Web page acquired from the Web server 300 on the display unit 161, and does not display an image for accepting an operation related to the display of the Web page on the display unit 161. In other words, the image displayed on the display unit 161 by the first browsing unit 53 includes only a page portion including the image of the Web page received from the Web server 300, and is an image that can accept only operations on the Web server 300. . The operation related to the display of the Web page includes, for example, an operation of inputting a URL of another Web page, an operation of displaying a Web page displayed before or after the currently displayed Web page, and one or more pre-registered operations An operation for selecting a URL, an operation for selecting a URL of a Web page displayed in the past, an operation for printing a currently displayed Web page, an operation for displaying another Web page in a new tab or window, a Web page This includes operations such as changing the font size or font.

Webサーバー300は、MFP100から受信するコマンドに基づいて処理を実行した結果得られるデータに対して、MFP100に画像処理を実行させるために、APIコマンドをMFP100に送信する場合がある。Webサーバー300がMFP100に送信するAPIコマンドは、MFP100を製造するメーカーにより予め定められたAPIコマンドのうち公開されたAPIコマンドである。   Web server 300 may transmit an API command to MFP 100 in order to cause MFP 100 to perform image processing on data obtained as a result of executing processing based on a command received from MFP 100. The API command that the Web server 300 transmits to the MFP 100 is an API command that is public among API commands predetermined by the manufacturer that manufactures the MFP 100.

中間制御部57は、画像処理制御部59にAPIコマンドを出力し、画像を処理するハードウェア資源を画像処理制御部59に制御させる。中間制御部57は、外部制御部63を含む。外部制御部63は、通信I/F部112が外部の装置、例えばWebサーバー300からAPIコマンドを受信する場合、受信されたAPIコマンドを画像処理制御部59に出力する。   The intermediate control unit 57 outputs an API command to the image processing control unit 59 and causes the image processing control unit 59 to control hardware resources for processing the image. The intermediate control unit 57 includes an external control unit 63. When the communication I / F unit 112 receives an API command from an external device such as the Web server 300, the external control unit 63 outputs the received API command to the image processing control unit 59.

第2ブラウジング部55は、任意のWebサーバーに接続可能である。第2ブラウジング部55は、起動部51によって起動される場合に、ユーザーにより指定されたURLで特定されるWebページを要求するコマンドを、URLで特定される外部のWebサーバーに通信I/F部112を介して送信する。第2ブラウジング部55は、Webページの要求に応じて通信I/F部112がWebサーバーから受信するWebページを取得し、取得されるWebページを解析して画像を生成し、生成された画像を表示部161に表示する。第2ブラウジング部55がWebページを要求するWebサーバーは、ユーザーにより指定されたURLで特定される。ここでは、ここでは、Webサーバー300Aが、ユーザーにより指定されたURLで特定される場合を例に説明する。   The second browsing unit 55 can be connected to an arbitrary Web server. When the second browsing unit 55 is activated by the activation unit 51, the second browsing unit 55 sends a command for requesting a Web page specified by the URL specified by the user to an external Web server specified by the URL. 112 to transmit. The second browsing unit 55 acquires a Web page that the communication I / F unit 112 receives from the Web server in response to a request for the Web page, analyzes the acquired Web page, generates an image, and generates the generated image Is displayed on the display unit 161. The Web server from which the second browsing unit 55 requests a Web page is specified by a URL specified by the user. Here, a case will be described as an example where the Web server 300A is specified by a URL specified by the user.

第2ブラウジング部55がWebページを要求するWebサーバー300Aは、APIコマンドをMFP100に送信しない。第2ブラウジング部55は、Webサーバー300Aから取得されるWebページを解析して生成する画像を表示部161に表示するとともに、表示されたWebページの表示に関する操作を受け付けるための画像を表示部161に表示する。換言すれば、第2のブラウジング部55が表示部161に表示する画像は、Webサーバー300Aから受信するWebページの画像を含むページ部分と、Webページの表示に関する操作を受け付ける画像を含む操作部分と、を含む。このため、第2ブラウジング部55は、表示部161に表示された画像中の操作部分で、例えば、現在表示されているWebページをプリントさせる操作を受け付ける場合、画像処理制御部59に現在表示されているWebページのプリントを指示するコマンドを出力する。このコマンドは、ブラウジングプログラムによって予め定められたコマンドであり、APIコマンドであってもよい。   Web server 300 </ b> A from which second browsing unit 55 requests a Web page does not transmit an API command to MFP 100. The second browsing unit 55 displays an image generated by analyzing the Web page acquired from the Web server 300A on the display unit 161, and displays an image for accepting an operation related to display of the displayed Web page. To display. In other words, the image displayed on the display unit 161 by the second browsing unit 55 includes a page part including a Web page image received from the Web server 300A, and an operation part including an image that receives an operation related to the display of the Web page. ,including. For this reason, the second browsing unit 55 is currently displayed on the image processing control unit 59 when receiving an operation for printing a currently displayed Web page at the operation part in the image displayed on the display unit 161. A command for instructing printing of the current Web page is output. This command is a command predetermined by the browsing program, and may be an API command.

起動部51は、初期化部61を含む。初期化部61は、第1のモードでブラウジングプログラムを起動する場合に画像処理制御部59を第1の設定値で初期化し、第2のモードでブラウジングプログラムを起動する場合に画像処理制御部59を第2の設定値で初期化する。第1の設定値と第2の設定値とは異なる。例えば、印刷レイアウトの設定値を初期化する場合、第1の設定値は複数ページの画像を1枚の用紙に形成する「Nin1」(Nは2以上の偶数)であり、第2の設定値を1ページの画像を1枚の用紙に形成する「1in1」である。また、画像を形成する色数の設定値を初期化する場合、第1の設定値は単色であり、第2の設定値は複数色である。   The activation unit 51 includes an initialization unit 61. The initialization unit 61 initializes the image processing control unit 59 with the first setting value when starting the browsing program in the first mode, and the image processing control unit 59 when starting the browsing program in the second mode. Is initialized with the second set value. The first set value is different from the second set value. For example, when the setting value of the print layout is initialized, the first setting value is “Nin1” (N is an even number of 2 or more) for forming an image of a plurality of pages on one sheet, and the second setting value “1 in 1” for forming an image of one page on one sheet of paper. Further, when initializing the setting value of the number of colors forming the image, the first setting value is a single color and the second setting value is a plurality of colors.

起動部51は、第2のモードでブラウジングプログラムを起動する前の段階で、操作要求部73に要求指示を出力する。操作要求部73は、起動部51から要求指示が入力されることに応じて、MFP100を操作するユーザーに所定の操作を要求する。所定の操作は、第2のモードでブラウジングプログラムを起動する場合に対応して予め定められた操作である。ここでは、第2ブラウジング部55は、課金または課金に代わる広告の閲覧を条件に、機能する。このため、操作要求部73は、ユーザーに料金を投入する操作、または広告を閲覧する操作を要求する。操作の要求は、メッセージでユーザーに通知するようにしてもよいし、音声で通知するようにしてもよい。   The starting unit 51 outputs a request instruction to the operation requesting unit 73 at a stage before starting the browsing program in the second mode. Operation request unit 73 requests a user who operates MFP 100 to perform a predetermined operation in response to a request instruction input from activation unit 51. The predetermined operation is a predetermined operation corresponding to the case where the browsing program is activated in the second mode. Here, the second browsing unit 55 functions on the condition that billing or browsing of advertisements instead of billing is performed. For this reason, the operation request unit 73 requests the user to perform an operation of inputting a fee or an operation of browsing an advertisement. The operation request may be notified to the user by a message or may be notified by voice.

操作要求部73は、第2ブラウジング部55が課金を条件に機能するように設定されている場合、課金部75に課金指示を出力する。課金部75は、課金指示が入力されることに応じて、コインベンダ180を制御して、残高を取得し、取得した残金が予め定められた額以上の場合に起動部51に許可信号を出力するが、取得した残金が予め定められた額より小さい場合に起動部51に不許可信号を出力する。起動部51は、操作要求部73に要求指示を出力した後に、課金部75から許可信号が入力されることを条件に、第2のモードでブラウジングプログラムを起動し、その後、課金部74から不許可信号が入力されると、第2ブラウジング部55に終了指示を出力する。第2ブラウジング部55は、起動部51に起動された後に、起動部から終了指示が入力されることに応じて、機能を停止し、Webページの表示を終了する。   The operation requesting unit 73 outputs a charging instruction to the charging unit 75 when the second browsing unit 55 is set to function on the condition of charging. The charging unit 75 controls the coin vendor 180 in response to the input of the charging instruction, acquires the balance, and outputs a permission signal to the activation unit 51 when the acquired balance is equal to or more than a predetermined amount. However, if the acquired balance is smaller than a predetermined amount, a non-permission signal is output to the activation unit 51. The activation unit 51 activates the browsing program in the second mode on the condition that a permission signal is input from the accounting unit 75 after outputting a request instruction to the operation requesting unit 73, and then the When the permission signal is input, an end instruction is output to the second browsing unit 55. After the second browsing unit 55 is activated by the activation unit 51, the second browsing unit 55 stops the function and terminates the display of the web page in response to an end instruction input from the activation unit.

また、操作要求部73は、第2ブラウジング部55が課金を条件に機能するように設定されている場合、コインベンダ180から取得された残高を、表示部161に表示する。これにより、残高が不足しているか否かをユーザーに通知することができる。また、操作要求部73は、残高に対してWebページを閲覧するために残された時間を表示する。これにより、ユーザーに閲覧可能な時間を通知することができる。ユーザーは、必要に応じてコインベンダ180にコインを投入すればよい。さらに、課金部75が、プリント処理に対して課金する場合には、操作要求部73は、残高に対してプリント可能な枚数を算出し、算出された枚数を、プリント可能枚数として表示部161に表示する。これにより、ユーザーに、プリント可能なWebページのページ数を通知することができる。   In addition, the operation request unit 73 displays the balance acquired from the coin vendor 180 on the display unit 161 when the second browsing unit 55 is set to function on the basis of billing. Thereby, it is possible to notify the user whether or not the balance is insufficient. In addition, the operation request unit 73 displays the remaining time for browsing the Web page with respect to the balance. Thereby, it is possible to notify the user of a viewable time. The user may insert coins into the coin vendor 180 as necessary. Further, when the charging unit 75 charges for the print processing, the operation requesting unit 73 calculates the number of printable sheets for the balance, and the calculated number is displayed on the display unit 161 as the printable number of sheets. indicate. Thereby, it is possible to notify the user of the number of printable Web pages.

操作要求部73は、第2ブラウジング部55が広告の閲覧を条件に機能するように設定されている場合、広告表示部71に広告表示指示を出力する。広告表示部71は、広告表示指示が入力されることに応じて、広告のための画像を取得し、表示部161に取得された画像を表示する。広告のための画像は、HDD115に記憶された画像であってもよいし、インターネット5に接続されたコンピューターからダウンロードした画像またはストリーミング配信される画像であってもよい。画像は、動画像の他、静止画像を含む。広告表示部71は、動画像の再生が終了する場合、または静止画像が予め定められた時間表示される場合に起動部51に許可信号を出力する。起動部51は、操作要求部73に要求指示を出力した後に、広告表示部71から許可信号が入力されることを条件に、第2のモードでブラウジングプログラムを起動する。   The operation request unit 73 outputs an advertisement display instruction to the advertisement display unit 71 when the second browsing unit 55 is set to function on the condition of browsing advertisements. The advertisement display unit 71 acquires an image for advertisement in response to the input of an advertisement display instruction, and displays the acquired image on the display unit 161. The image for advertisement may be an image stored in the HDD 115, an image downloaded from a computer connected to the Internet 5, or an image that is streamed. An image includes a still image in addition to a moving image. The advertisement display unit 71 outputs a permission signal to the activation unit 51 when the reproduction of the moving image ends or when the still image is displayed for a predetermined time. The activation unit 51 activates the browsing program in the second mode on condition that a permission signal is input from the advertisement display unit 71 after outputting a request instruction to the operation request unit 73.

図5は、第1のモードで表示される画像の一例を示す図である。図5を参照して、画像500は、Webサーバー300から受信されるWebページに基づいて生成される画像であるページ部分501のみを含む。   FIG. 5 is a diagram illustrating an example of an image displayed in the first mode. Referring to FIG. 5, an image 500 includes only a page portion 501 that is an image generated based on a web page received from the web server 300.

図6は、第2のモードで表示される画像の一例を示す第1の図である。図6を参照して、画像510は、Webページの表示に関する操作を受け付ける画像を含む操作部分511と、Webサーバー300から受信されるWebページに基づいて生成される画像であるページ部分513と、を含む。   FIG. 6 is a first diagram illustrating an example of an image displayed in the second mode. Referring to FIG. 6, an image 510 includes an operation part 511 including an image for accepting an operation related to display of a Web page, a page part 513 that is an image generated based on a Web page received from the Web server 300, including.

図7は、第2のモードで表示される画像の一例を示す第2の図である。図7を参照して、画像520は、図6に示した画像510に、料金に関する情報を表示する領域531が重畳して表示した画像である。領域531は「残時間300秒(サービス印刷モノクロ1枚) 額50円(60秒/10円)」の文字列からなるメッセージを含む。これにより、残金が50円であること、60秒間閲覧するための単価が10円であること、閲覧するために残された時間が300秒であり、モノクロで印刷可能な枚数が1枚であることを、ユーザーに通知することができる。   FIG. 7 is a second diagram illustrating an example of an image displayed in the second mode. Referring to FIG. 7, an image 520 is an image displayed by superimposing an area 531 for displaying information on charges on the image 510 shown in FIG. 6. An area 531 includes a message composed of a character string of “remaining time 300 seconds (service printing monochrome 1 sheet) amount 50 yen (60 seconds / 10 yen)”. Accordingly, the balance is 50 yen, the unit price for browsing for 60 seconds is 10 yen, the time remaining for browsing is 300 seconds, and the number of sheets that can be printed in monochrome is one. Can be notified to the user.

図8は、本実施の形態における操作受付処理の流れの一例を示すフローチャートである。操作受付処理は、MFP100が備えるCPU111が、ROM113、HDD115またはCD−ROM118に記憶された操作受付プログラムを実行することにより、CPU111により実行される処理である。図8を参照して、MFP100が備えるCPU111は、表示部161に操作画面を表示する(ステップS01)。操作画面は、HDD115に予め記憶された画面である。これにより、ユーザーは、操作部163に操作を入力することが可能となる。次のステップS02においては、操作を受け付けたか否かを判断する。操作部163が操作を受け付けるまで待機状態となり(ステップS02でNO)、操作部163が操作を受け付けたならば処理をステップS03に進める(ステップS03)。ここで受け付けるユーザーによる操作は、操作画面中を指示する操作である。ステップS03において、ステップS02において受け付けられた操作が、操作画面中の第1のボタンまたは第2のボタンを指示する操作か否かを判断する。第1のボタンまたは第2のボタンを指示する操作を受け付けたならば処理をステップS04に進めるが、そうでなければ処理をステップS05に進める。ステップS04においては、ブラウザ起動処理を実行し、処理をステップS01に戻す。   FIG. 8 is a flowchart illustrating an example of the flow of the operation reception process in the present embodiment. The operation reception process is a process executed by CPU 111 when CPU 111 provided in MFP 100 executes an operation reception program stored in ROM 113, HDD 115, or CD-ROM 118. Referring to FIG. 8, CPU 111 provided in MFP 100 displays an operation screen on display unit 161 (step S01). The operation screen is a screen stored in advance in the HDD 115. As a result, the user can input an operation to the operation unit 163. In the next step S02, it is determined whether or not an operation has been accepted. The operation unit 163 is in a standby state until accepting an operation (NO in step S02). If the operation unit 163 accepts an operation, the process proceeds to step S03 (step S03). The user operation accepted here is an operation for instructing the operation screen. In step S03, it is determined whether or not the operation accepted in step S02 is an operation instructing the first button or the second button in the operation screen. If an operation to instruct the first button or the second button is accepted, the process proceeds to step S04. If not, the process proceeds to step S05. In step S04, a browser activation process is executed, and the process returns to step S01.

ステップS05においては、ステップS02において受け付けられた操作に対応する処理を実行し、処理をステップS01に戻す。ステップS02において受け付ける操作は、設定値を設定する設定操作、操作画面を別の操作画面に切り換える画面遷移操作、処理の実行を指示する実行指示操作としている。なお、ユーザーによる操作は、これらに限定することなく、別の操作を受け付けるようにしてもよい。設定操作を受け付ける場合は、設定値を設定し、処理をステップS01に戻す。画面遷移操作を受け付ける場合は、画面遷移操作で特定される操作画面をHDD115から読み出し、処理をステップS01に戻す。実行指示操作を受け付ける場合は、実行指示操作で特定される処理を、その時点で設定されている設定値に従って実行し、処理をステップS01に戻す。   In step S05, a process corresponding to the operation accepted in step S02 is executed, and the process returns to step S01. The operations accepted in step S02 are a setting operation for setting a setting value, a screen transition operation for switching the operation screen to another operation screen, and an execution instruction operation for instructing execution of the process. The operation by the user is not limited to these, and another operation may be accepted. When accepting a setting operation, a setting value is set, and the process returns to step S01. When accepting the screen transition operation, the operation screen specified by the screen transition operation is read from the HDD 115, and the process returns to step S01. When the execution instruction operation is accepted, the process specified by the execution instruction operation is executed according to the set value set at that time, and the process returns to step S01.

図9は、本実施の形態におけるブラウザ起動処理の流れの一例を示すフローチャートである。ブラウザ起動処理は、図8のステップS04において実行される処理であり、MFP100が備えるCPU111が、ROM113、HDD115またはCD−ROM118に記憶されたブラウザ起動プログラムを実行することにより、CPU111により実行される処理である。図9を参照して、MFP100が備えるCPU111は、ユーザーにより入力された操作が、第1のボタンを指示する操作か否かを判断する(ステップS11)。第1のボタンを指示する操作ならば処理をステップS12に進めるが、そうでなければ処理をステップS16に進める。ステップS16においては、ユーザーにより入力された操作が、第2のボタンを指示する操作か否かを判断する。第2のボタンを指示する操作ならば処理をステップS17に進めるが、そうでなければ処理を操作受付処理に戻す。   FIG. 9 is a flowchart showing an example of the flow of browser activation processing in the present embodiment. The browser activation process is a process executed in step S04 in FIG. 8, and the process executed by the CPU 111 when the CPU 111 provided in the MFP 100 executes the browser activation program stored in the ROM 113, HDD 115, or CD-ROM 118. It is. Referring to FIG. 9, CPU 111 provided in MFP 100 determines whether or not the operation input by the user is an operation for instructing the first button (step S11). If it is an operation to instruct the first button, the process proceeds to step S12; otherwise, the process proceeds to step S16. In step S16, it is determined whether or not the operation input by the user is an operation for instructing the second button. If it is an operation to instruct the second button, the process proceeds to step S17. If not, the process returns to the operation reception process.

ステップS12においては、ブラウジングプログラムに渡す引数に、第1のボタンに割り当てられたURLを設定し、処理をステップS13に進める。そして、ステップS13においては、第1の設定値を設定し、処理をステップS14に進める。第1の設定値は、画像処理を実行するための設定値として、第1のモードに対して予め定められた値である。   In step S12, the URL assigned to the first button is set as an argument to be passed to the browsing program, and the process proceeds to step S13. In step S13, the first set value is set, and the process proceeds to step S14. The first set value is a value predetermined for the first mode as a set value for executing image processing.

ステップS14においては、第1のモードでブラウジングプログラムを起動し、処理をステップS15に進める。具体的には、ROM113、HDD115またはCD−ROM118に記憶されたブラウジングプログラムを、第1のモードで実行する。CPU111が第1のモードで、ブラウジングプログラムを実行する場合、表示部161に表示される画像は、ステップS12において設定されたURLで特定されるWebサーバーから受信するWebページの画像を含むページ部分のみを含み、Webページの表示に関する操作を受け付ける画像を含む操作部分を含まない。このため、第1のモードでブラウジングプログラムを実行した後は、ユーザーが操作部163に入力する操作は、CPU111がブラウジングプログラムを実行するタスクが、ステップS12において設定されたURLで特定されるWebサーバーに送信するので、CPU111は、ユーザーが操作部163に入力する操作をWebサーバーに対する操作として取り扱い、MFP100に対する操作としては受け付けない。   In step S14, the browsing program is activated in the first mode, and the process proceeds to step S15. Specifically, the browsing program stored in the ROM 113, HDD 115, or CD-ROM 118 is executed in the first mode. When the CPU 111 executes the browsing program in the first mode, the image displayed on the display unit 161 is only the page portion including the image of the Web page received from the Web server specified by the URL set in Step S12. And does not include an operation part including an image for accepting an operation related to display of a Web page. For this reason, after the browsing program is executed in the first mode, an operation that the user inputs to the operation unit 163 is a Web server in which the task for the CPU 111 to execute the browsing program is specified by the URL set in step S12. Therefore, the CPU 111 treats an operation input by the user to the operation unit 163 as an operation for the Web server and does not accept it as an operation for the MFP 100.

次のステップS15においては、第1のモードで起動したブラウジングプログラムが終了したか否かを判断する。CPU111がブラウジングプログラムを実行するタスクの状態を監視しておき、そのタスクが終了した場合に、第1のモードで起動したブラウジングプログラムが終了したと判断する。第1のモードで起動したブラウジングプログラムが終了する場合は、例えば、通信I/F部112がWebサーバーとの間の通信を終了する場合、また、第1のモードで起動したブラウジングプログラムがWebサーバーから終了のための信号を受信する場合、また、WebサーバーからAPIコマンドを受信する場合である。第1のモードで起動したブラウジングプログラムが終了するまで待機状態となり(ステップS15でNO)、第1のモードで起動したブラウジングプログラムが終了したならば(ステップS15でYES)、処理を操作受付処理に戻す。   In the next step S15, it is determined whether or not the browsing program started in the first mode has ended. The CPU 111 monitors the state of the task that executes the browsing program, and determines that the browsing program started in the first mode has ended when the task ends. When the browsing program activated in the first mode is terminated, for example, when the communication I / F unit 112 terminates communication with the web server, or when the browsing program activated in the first mode is the web server. This is a case where a signal for termination is received from, and an API command is received from a Web server. The process waits until the browsing program activated in the first mode is completed (NO in step S15). If the browsing program activated in the first mode is completed (YES in step S15), the process is changed to an operation reception process. return.

一方、第2のボタンを指示する操作を受け付ける場合、処理はステップS17に進む。ステップS17においては、ブラウジングプログラムに渡す引数に、デフォルトとして定められたURLを設定し、処理をステップS18に進める。   On the other hand, when accepting an operation to instruct the second button, the process proceeds to step S17. In step S17, a URL defined as a default is set as an argument to be passed to the browsing program, and the process proceeds to step S18.

ステップS18においては、課金設定がされているか否かを判断する。課金設定は、所定の料金が支払われることを条件に、第2のモードでブラウジングプログラムを起動する設定である。課金設定がされているならば処理をステップS19に進めるが、そうでなければ処理をステップS28に進める。ステップS19においては、ユーザーに操作を要求する。ここでは、料金の投入をユーザーに要求する。例えば、表示部161にコインベンダ180に料金の投入を促すメッセージを表示する。次のステップS20においては、コインベンダ180の残高がしきい値TH以上か否かを判断する。コインベンダ180の残高がしきい値TH以上ならば処理をステップS21に進めるが、そうでなければ処理を操作受付処理に戻す。   In step S18, it is determined whether or not billing is set. The billing setting is a setting for starting the browsing program in the second mode on condition that a predetermined fee is paid. If charging is set, the process proceeds to step S19; otherwise, the process proceeds to step S28. In step S19, the user is requested to perform an operation. Here, the user is requested to input a fee. For example, a message prompting the coin vendor 180 to input a charge is displayed on the display unit 161. In the next step S20, it is determined whether or not the balance of the coin vendor 180 is greater than or equal to a threshold value TH. If the balance of coin vendor 180 is equal to or greater than threshold value TH, the process proceeds to step S21; otherwise, the process returns to the operation acceptance process.

ステップS21においては、第2の設定値を設定し、処理をステップS22に進める。第2の設定値は、画像処理を実行するための設定値として、第2のモードに対して予め定められた値である。ステップS22においては、第2のモードでブラウジングプログラムを起動し、処理をステップS23に進める。具体的には、ROM113、HDD115またはCD−ROM118に記憶されたブラウジングプログラムを、第2のモードで実行する。CPU111が第2のモードで、ブラウジングプログラムを実行する場合、表示部161に表示される画像は、Webサーバーから受信するWebページの画像を含むページ部分と、Webページの表示に関する操作を受け付ける画像を含む操作部分とを含む。このため、ユーザーが操作部163に入力する操作は、ページ部分に対応する操作と、操作部分に対応する操作と、を含む。   In step S21, a second set value is set, and the process proceeds to step S22. The second set value is a value predetermined for the second mode as a set value for executing image processing. In step S22, the browsing program is activated in the second mode, and the process proceeds to step S23. Specifically, the browsing program stored in the ROM 113, HDD 115 or CD-ROM 118 is executed in the second mode. When the CPU 111 executes the browsing program in the second mode, the image displayed on the display unit 161 includes a page portion including an image of the Web page received from the Web server and an image that receives an operation related to the display of the Web page. Including an operation part. For this reason, the operation input to the operation unit 163 by the user includes an operation corresponding to the page portion and an operation corresponding to the operation portion.

CPU111は、第2のモードでブラウジングプログラムを実行した後は、ページ部分に対応する操作を受け付ける場合は、CPU111がブラウジングプログラムを実行するタスクが、Webページを送信してきたWebサーバーに送信するので、CPU111は、ユーザーが操作部163に入力する操作をWebサーバーに対する操作として取り扱い、MFP100に対する操作としては受け付けない。   After the CPU 111 executes the browsing program in the second mode, if the CPU 111 accepts an operation corresponding to the page portion, the task for the CPU 111 to execute the browsing program is transmitted to the Web server that has transmitted the Web page. CPU 111 treats an operation that the user inputs to operation unit 163 as an operation for the Web server, and does not accept it as an operation for MFP 100.

また、CPU111は、第2のモードでブラウジングプログラムを実行した後は、操作部分に対応する操作を受け付ける場合は、CPU111がブラウジングプログラムを実行するタスクが、Webページの表示に関する操作として受け付け、受け付けられた操作に従った処理を実行する。例えば、Webページの表示に関する操作として、別のWebページのURLを入力する操作を受け付ける場合には、受け付けられたURLで特定されるWebページを取得して、Webページに基づいて画像を生成し、生成された画像を表示部161に表示する。また、現在表示しているWebページの前または後に表示されていたWebページを表示させる操作を受け付ける場合には、現在表示しているWebページの前または後に表示されていたWebページを表示部161に表示する。予め登録された1以上のURLを選択する操作、または過去に表示されたWebページのURLを選択する操作を受け付ける場合には、選択されたURLで特定されるWebページを取得して、Webページに基づいて画像を生成し、生成された画像を表示部161に表示する。また、現在表示されているWebページをプリントさせる操作を受け付ける場合には、Webページの画像を形成するためのプリントコマンドを生成し、出力する。これにより、CPU111がハードウェア資源を制御するためのプログラムを実行するタスクが、プリントコマンドに従って、Webページの画像を形成する処理を実行する。さらに、新たなタブまたはウィンドウで別のWebページを表示させる操作を受け付ける場合には、新たなタブまたはウィンドウを生成し、表示部161に表示する。さらに、Webページの文字のサイズ等の表示フォーマットを変更する操作を受け付ける場合には、Webページに基づいて新たな文字のサイズで生成した画像を表示部161に表示する。   In addition, after executing the browsing program in the second mode, when the CPU 111 accepts an operation corresponding to the operation part, the task for the CPU 111 to execute the browsing program is accepted and accepted as an operation related to the display of the Web page. Execute the process according to the operation. For example, when an operation for inputting the URL of another Web page is received as an operation related to the display of the Web page, a Web page specified by the received URL is acquired, and an image is generated based on the Web page. The generated image is displayed on the display unit 161. Further, when accepting an operation for displaying a web page displayed before or after the currently displayed web page, the display unit 161 displays the web page displayed before or after the currently displayed web page. To display. When receiving an operation for selecting one or more URLs registered in advance or an operation for selecting a URL of a Web page displayed in the past, the Web page specified by the selected URL is acquired, and the Web page is acquired. An image is generated on the basis of, and the generated image is displayed on the display unit 161. When an operation for printing the currently displayed Web page is received, a print command for forming an image of the Web page is generated and output. As a result, the task for the CPU 111 to execute a program for controlling hardware resources executes processing for forming an image of a Web page in accordance with the print command. Furthermore, when accepting an operation for displaying another Web page in a new tab or window, a new tab or window is generated and displayed on the display unit 161. Further, when an operation for changing the display format such as the character size of the Web page is received, an image generated with a new character size based on the Web page is displayed on the display unit 161.

ステップS23においては、所定時間経過したか否かを判断する。ここでは、所定時間ごとに課金するようにしているので、第2のモードでブラウジングプログラムを起動してから、または、課金してから所定時間経過したか否かを判断する。所定時間経過したならば処理をステップS24に進めるが、そうでなければ処理をステップS26に進める。ステップS26においては、第2のモードで起動したブラウジングプログラムを実行するタスクが終了したか否かを判断する。例えば、ユーザーがブラウジングを終了する操作を操作部分に入力する場合に、第2のモードで起動したブラウジングプログラムを実行するタスクが終了したと判断する。第2のモードで起動したブラウジングプログラムを実行するタスクが終了したならば処理を操作受付処理に戻すが、そうでなければ処理をステップS23に戻す。   In step S23, it is determined whether a predetermined time has elapsed. Here, since charging is performed every predetermined time, it is determined whether or not a predetermined time has elapsed since the browsing program was started in the second mode or after charging. If the predetermined time has elapsed, the process proceeds to step S24; otherwise, the process proceeds to step S26. In step S26, it is determined whether or not the task for executing the browsing program started in the second mode has ended. For example, when the user inputs an operation for ending browsing to the operation part, it is determined that the task for executing the browsing program started in the second mode has ended. If the task that executes the browsing program started in the second mode is completed, the process returns to the operation reception process. If not, the process returns to step S23.

ステップS24においては、所定の時間に対して予め定められた金額を課金し、処理をステップS25に進める。これにより、コインベンダ180の残高が予め定められた金額だけ減額した値に更新される。次のステップS25においては、コインベンダ180の残高がしきい値TH以上か否かを判断する。コインベンダ180の残高がしきい値TH以上ならば処理をステップS23に戻すが、そうでなければ処理をステップS27に進める。ステップS27においては、第2のモードで起動したブラウジングプログラムを実行するタスクを終了させ、処理を操作受付処理に戻す。   In step S24, a predetermined amount is charged for a predetermined time, and the process proceeds to step S25. As a result, the balance of the coin vendor 180 is updated to a value reduced by a predetermined amount. In the next step S25, it is determined whether or not the balance of the coin vendor 180 is equal to or greater than a threshold value TH. If the balance of coin vendor 180 is equal to or greater than threshold value TH, the process returns to step S23; otherwise, the process proceeds to step S27. In step S27, the task for executing the browsing program started in the second mode is terminated, and the process returns to the operation reception process.

ステップS18において、課金設定がされていない場合は、HDD115に記憶された広告用の動画を表示部161に表示し(ステップS28)、処理をステップS29に進める。ステップS29においては、広告用の動画の再生が終了したか否かを判断する。終了するまで待機状態となり(ステップS28でNO)、広告用の動画の再生が終了したならば処理をステップS30に進める。ステップS30においては、ステップS21と同様に、第2の設定値を設定し、処理をステップS31に進める。ステップS31においては、ステップS22と同様に、第2のモードでブラウジングプログラムを起動し、処理をステップS32に進める。ステップS32においては、ステップS26と同様に、第2のモードで起動したブラウジングプログラムを実行するタスクが終了したか否かを判断する。第2のモードで起動したブラウジングプログラムを実行するタスクが終了するまで待機状態となり(ステップS32でNO)、第2のモードで起動したブラウジングプログラムを実行するタスクが終了したならば(ステップS32でYES)、処理を操作受付処理に戻す。   If the billing setting is not made in step S18, the advertising moving image stored in the HDD 115 is displayed on the display unit 161 (step S28), and the process proceeds to step S29. In step S29, it is determined whether or not the reproduction of the advertising moving image has been completed. The process waits until the process ends (NO in step S28). When the reproduction of the moving image for advertisement ends, the process proceeds to step S30. In step S30, as in step S21, the second set value is set, and the process proceeds to step S31. In step S31, similarly to step S22, the browsing program is activated in the second mode, and the process proceeds to step S32. In step S32, as in step S26, it is determined whether or not the task for executing the browsing program activated in the second mode has ended. If the task that executes the browsing program started in the second mode is finished (NO in step S32), and if the task that executes the browsing program started in the second mode ends (YES in step S32). ), The process is returned to the operation reception process.

以上説明したように、本実施の形態におけるMFP100は、画像形成装置として機能し、ユーザーによる操作に基づいて制御コマンドを画像処理制御部59に出力しない第1のモードと、ユーザーによる操作に基づいて制御コマンドを画像処理制御部59に出力する第2のモードとのいずれかで、ブラウジングプログラムを実行し、第1のモードでブラウジングプログラムを実行するタスクである第1ブラウジング部53が、ハードウェア資源を制御するための指示を第1ブラウジング部53がWebページを受信する外部の装置、例えば、Webサーバー300から受信し、受信された指示に基づいて制御コマンドを画像処理制御部59に出力し、第1のモードでブラウジングプログラムを実行する場合に画像処理制御部59に第1の初期値を設定し、第2のモードでブラウジングプログラムを実行する場合に画像処理制御部59に第2の初期値を設定する。このため、画像を処理するハードウェア資源を制御するための値の初期値を、Webサーバー300により制御される場合とWebサーバー300により制御されない場合とで異ならせる。したがって、プラウジングプログラムを実行してWebサーバー300により制御される場合とWebサーバー300により制御されない場合とで画像処理制御部59の動作を異ならせることができる。   As described above, MFP 100 according to the present embodiment functions as an image forming apparatus and is based on the first mode in which a control command is not output to image processing control unit 59 based on an operation by the user and an operation by the user. The first browsing unit 53, which is a task for executing a browsing program in one of the second modes for outputting a control command to the image processing control unit 59 and executing the browsing program in the first mode, is a hardware resource. The first browsing unit 53 receives an instruction for controlling the web page from an external device that receives the web page, for example, the web server 300, and outputs a control command to the image processing control unit 59 based on the received instruction. When the browsing program is executed in the first mode, the image processing control unit 59 receives the first initial Set the value, sets a second initial value to the image processing control unit 59 when executing a browsing program in the second mode. For this reason, the initial value of the value for controlling the hardware resource for processing the image is made different between the case where it is controlled by the Web server 300 and the case where it is not controlled by the Web server 300. Therefore, the operation of the image processing control unit 59 can be made different between when the browsing program is executed and controlled by the Web server 300 and when not controlled by the Web server 300.

また、第1のモードでブラウジングプログラムを実行する場合は、Webページを表示する領域であるページ部分のみを含む画像を表示し、第2のモードでブラウジングプログラムを実行する場合は、Webページに関係なく、ページ部分とユーザーによる操作を受け付ける領域である操作部分とを含む画像を表示する。このため、第1のモードでブラウジングプログラムを実行する場合は、ページ部分のみを含む画像を表示するので、Webサーバー300を制御することができる。   Further, when the browsing program is executed in the first mode, an image including only the page portion, which is an area for displaying the Web page, is displayed, and when the browsing program is executed in the second mode, the Web page is related. Instead, an image including a page portion and an operation portion that is an area for receiving an operation by the user is displayed. For this reason, when the browsing program is executed in the first mode, an image including only the page portion is displayed, so that the Web server 300 can be controlled.

また、課金設定がされている場合には、ユーザーに料金の投入を要求し、要求に対してユーザーがコインベンダ180に投入した料金の残高がしきい値TH以上の場合に、第2のモードでブラウジングプログラムを実行するので、第1のモードでのブラウジングプログラムの実行を制限することができる。   Further, when the billing setting is made, the second mode is requested when the user is requested to input a fee, and the balance of the fee charged by the user to the coin vendor 180 in response to the request is equal to or greater than the threshold value TH. Since the browsing program is executed in step 1, the execution of the browsing program in the first mode can be restricted.

また、第1のモードでブラウジングプログラムを実行するタスクである第1ブラウジング部53が表示するWebページを送信するWebサーバー300から受信される指示を受け付ける外部制御部63を含むので、Webサーバー300により制御される場合とWebサーバー300により制御されない場合とで動作を異ならせることができる。

<変形例>
変形例における画像形成システム1は、MFP100がIWS(Internal Web Server)機能を有するようにしたものである。以下、変形例における画像形成システム1について、上述した画像形成システムと異なる点を主に説明する。
In addition, since it includes an external control unit 63 that receives an instruction received from the Web server 300 that transmits the Web page displayed by the first browsing unit 53, which is a task for executing the browsing program in the first mode, the Web server 300 The operation can be made different between the case of being controlled and the case of being not controlled by the Web server 300.

<Modification>
An image forming system 1 according to the modification is configured such that the MFP 100 has an IWS (Internal Web Server) function. Hereinafter, the image forming system 1 according to the modification will be described mainly with respect to differences from the image forming system described above.

図10は、変形例におけるMFPが備えるCPUが有する機能の一例を示すブロック図である。図10を参照して、図4に示す機能と異なる点は、中間制御部57が中間制御部57Aに変更された点である。中間制御部57Aは、外部制御部63に加えて、内部制御部65を含む。さらに、内部制御部65が起動部51を含む。   FIG. 10 is a block diagram illustrating an example of functions of a CPU included in an MFP according to a modification. Referring to FIG. 10, the difference from the function shown in FIG. 4 is that intermediate control unit 57 is changed to intermediate control unit 57A. The intermediate control unit 57A includes an internal control unit 65 in addition to the external control unit 63. Further, the internal control unit 65 includes an activation unit 51.

内部制御部65は、IWSであり、MFP100の内部のWebサーバーとして機能する。具体的には、内部制御部65は、Webページを出力する機能と、出力されたWebページに応じたコマンドを受け付ける機能、受け付けられたコマンドに基づいてAPIコマンドを生成する機能を有する。内部制御部65が出力するWebページは、MFP100を操作するための操作画面を表示するためのWebページである。HDD115に複数の操作画面にそれぞれ対応する複数のWebページが予め記憶されており、内部制御部65は、HDD115に記憶された複数のWebページのうちから1つを読み出して、出力する。内部制御部65は、それが出力するWebページに応じて受け付けるコマンドは、先に出力したWebページに埋め込まれており、操作画面を別の操作画面に切り換えを指示する画面遷移コマンド、画像処理に関する設定値の設定を指示する設定コマンド、画像処理の実行を指示する実行指示コマンドと、を含む。内部制御部65は、画面遷移コマンドを受け付ける場合、画面遷移コマンドによって定める操作画面のWebページをHDD115から読み出して、読み出されたWebページを出力する。内部制御部65は、設定コマンドを受け付ける場合、設定コマンドに従って設定値を設定するためのAPIコマンドを生成し、画像処理制御部59に出力する。画像処理制御部59は、内部制御部65から入力されるAPIコマンドにより定まる設定値を設定する。また、内部制御部65は、実行指示コマンドを受け付ける場合、実行指示コマンドに従って画像処理を実行するためのAPIコマンドを生成し、画像処理制御部59に出力する。画像処理制御部59は、内部制御部65から入力されるAPIコマンドにより定まる画像処理を実行する。   The internal control unit 65 is an IWS and functions as a Web server inside the MFP 100. Specifically, the internal control unit 65 has a function of outputting a Web page, a function of receiving a command corresponding to the output Web page, and a function of generating an API command based on the received command. The web page output by internal control unit 65 is a web page for displaying an operation screen for operating MFP 100. A plurality of Web pages respectively corresponding to a plurality of operation screens are stored in the HDD 115 in advance, and the internal control unit 65 reads one of the plurality of Web pages stored in the HDD 115 and outputs it. The internal control unit 65 receives a command that is accepted according to the Web page that it outputs, is embedded in the previously output Web page, and is related to a screen transition command that instructs switching to another operation screen, and image processing A setting command for instructing setting of a setting value, and an execution instruction command for instructing execution of image processing. When receiving the screen transition command, the internal control unit 65 reads the web page of the operation screen determined by the screen transition command from the HDD 115 and outputs the read web page. When receiving the setting command, the internal control unit 65 generates an API command for setting a setting value according to the setting command and outputs the API command to the image processing control unit 59. The image processing control unit 59 sets a setting value determined by an API command input from the internal control unit 65. Further, when receiving an execution instruction command, the internal control unit 65 generates an API command for executing image processing according to the execution instruction command and outputs the API command to the image processing control unit 59. The image processing control unit 59 executes image processing determined by an API command input from the internal control unit 65.

第1ブラウジング部53は、起動部51から内部制御部65のためにHDD115に記憶されたWebページのURLが引き渡される。第1ブラウジング部53は、内部制御部65に起動部51から引き渡されたURLで特定されるWebページを要求し、内部制御部65が出力するWebページを取得し、取得されるWebページを解析して画像を生成し、生成された画像を表示部161に表示する。さらに、第1ブラウジング部53は、表示部161にWebページが表示された状態で、ユーザーが操作部163に入力する操作を受け付ける場合、操作に対応してWebページで定められたコマンドを内部制御部65に出力する。   The first browsing unit 53 receives the URL of the Web page stored in the HDD 115 for the internal control unit 65 from the activation unit 51. The first browsing unit 53 requests the internal control unit 65 for the Web page specified by the URL delivered from the activation unit 51, acquires the Web page output by the internal control unit 65, and analyzes the acquired Web page Then, an image is generated, and the generated image is displayed on the display unit 161. Furthermore, when the first browsing unit 53 accepts an operation input by the user to the operation unit 163 in a state where the Web page is displayed on the display unit 161, the first browsing unit 53 internally controls a command defined on the Web page corresponding to the operation. To the unit 65.

第2のモードでブラウジングプログラムの起動を指示するための第2のボタンは、第1のモードで起動した第1ブラウジング部53が内部制御部65から取得するWebページから生成される操作画面に含まれている。例えば、起動部51は、MFP100に電源が投入した時点で、ブラウジングプログラムを第1のモードで起動し、第1ブラウジング部53に、第2のボタンを含む操作画面のWebページを出力する場合である。第1ブラウジング部53は第2のボタンを指示する操作がユーザーにより受け付けられると、第2のボタンに割り当てられたコマンドを内部制御部65に出力する。内部制御部65が有する起動部51は、第1ブラウジング部53から第2のボタンに割り当てられたコマンドが入力されることに応じて、ブラウジングプログラムを第2のモードで起動する。   The second button for instructing the activation of the browsing program in the second mode is included in the operation screen generated from the Web page acquired from the internal control unit 65 by the first browsing unit 53 activated in the first mode. It is. For example, the activation unit 51 activates the browsing program in the first mode when the MFP 100 is turned on, and outputs a web page of the operation screen including the second button to the first browsing unit 53. is there. The first browsing unit 53 outputs a command assigned to the second button to the internal control unit 65 when an operation for instructing the second button is accepted by the user. The activation unit 51 included in the internal control unit 65 activates the browsing program in the second mode in response to input of a command assigned to the second button from the first browsing unit 53.

第1ブラウジング部53が内部制御部65と接続する場合に、表示部161に表示するWebページは、内部制御部65を制御するためのWebページであり、そのWebページは、内部制御部65に出力されるコマンドを含む。このため、第1ブラウジング部53が内部制御部65と接続する場合に、第1ブラウジング部53が表示部161に表示する画像は、内部制御部65から入力されるWebページの画像を含むページ部分のみを含み、Webページの表示に関する操作を受け付ける画像を含む操作部分を含まない。   When the first browsing unit 53 is connected to the internal control unit 65, the Web page displayed on the display unit 161 is a Web page for controlling the internal control unit 65, and the Web page is sent to the internal control unit 65. Contains the output command. For this reason, when the first browsing unit 53 is connected to the internal control unit 65, the image displayed on the display unit 161 by the first browsing unit 53 is a page portion including the image of the Web page input from the internal control unit 65. Only, and does not include an operation part including an image for accepting an operation related to display of a Web page.

図11および図12は、変形例におけるブラウザ起動処理の流れの一例を示すフローチャートである。変形例におけるブラウザ起動処理は、MFP100が備えるCPU111が、ROM113、HDD115またはCD−ROM118に記憶された変形例におけるブラウザ起動プログラムを実行することにより、CPU111により実行される処理である。図11および図12を参照して、図9に示したブラウザ起動処理と異なる点は、ステップS11の前に、ステップS51〜ステップS57が追加された点、ステップS15、ステップS26、ステップS27およびステップS32において処理を操作受付処理に戻すことなく、処理をステップS51に戻す点である。その他の処理は、図9に示した処理と同じなのでここでは説明を繰り返さない。   FIG. 11 and FIG. 12 are flowcharts showing an example of the flow of browser activation processing in the modification. The browser activation process in the modification is a process executed by the CPU 111 when the CPU 111 provided in the MFP 100 executes the browser activation program in the modification stored in the ROM 113, the HDD 115, or the CD-ROM 118. Referring to FIG. 11 and FIG. 12, the difference from the browser activation process shown in FIG. 9 is that steps S51 to S57 are added before step S11, steps S15, S26, S27 and steps. The point is that the process returns to step S51 without returning the process to the operation acceptance process in S32. Other processing is the same as the processing shown in FIG. 9, and therefore description thereof will not be repeated here.

CPU111は、接続先のURLを内部サーバーに設定する。具体的には、HDD115に記憶されたWebページのうち、最初に表示する操作画面に予め設定された操作画面に対応するWebページのURLを設定する。このURLは、MFP100のIWSとして機能する内部制御部65を特定する情報を含む。   The CPU 111 sets the connection destination URL in the internal server. Specifically, the URL of the Web page corresponding to the operation screen preset in the operation screen displayed first among the Web pages stored in HDD 115 is set. This URL includes information that identifies internal control unit 65 that functions as IWS of MFP 100.

ステップS52においては、第1の設定値を設定し、処理をステップS53に進める。第1の設定値は、画像処理を実行するための設定値として、第1のモードに対して予め定められた値である。   In step S52, a first set value is set, and the process proceeds to step S53. The first set value is a value predetermined for the first mode as a set value for executing image processing.

ステップS53においては、第1のモードでブラウジングプログラムを起動し、処理をステップS54に進める。具体的には、ROM113、HDD115またはCD−ROM118に記憶されたブラウジングプログラムを、第1のモードで実行する。CPU111が第1のモードで、ブラウジングプログラムを実行する場合、ブラウジングプログラムを実行するタスクは、ステップS51において設定されたURLで特定されるWebページを要求してくるので、その要求に応じて、ブラウジングプログラムを実行するタスクに、ステップS51において設定されたURLで特定されるWebページを出力する。これにより、ブラウジングプログラムを実行するタスクによって、Webページの画像を含むページ部分のみを含み、Webページの表示に関する操作を受け付ける画像を含む操作部分を含まない画像が表示部161に表示される。このため、第1のモードでブラウジングプログラムを実行した後は、ユーザーが操作部163に入力する操作は、CPU111がブラウジングプログラムを実行するタスクが、ステップS51において設定されたURLで特定される内部制御部65に出力するので、CPU111は、ユーザーが操作部163に入力する操作を内部制御部65に対する操作として取り扱い、画像処理制御部59に対する操作としては受け付けない。   In step S53, the browsing program is activated in the first mode, and the process proceeds to step S54. Specifically, the browsing program stored in the ROM 113, HDD 115, or CD-ROM 118 is executed in the first mode. When the CPU 111 executes the browsing program in the first mode, the task that executes the browsing program requests the Web page specified by the URL set in step S51, so that the browsing is performed according to the request. The Web page specified by the URL set in step S51 is output to the task for executing the program. As a result, a task that executes the browsing program causes the display unit 161 to display an image that includes only the page portion including the image of the Web page and does not include the operation portion including the image that receives an operation related to the display of the Web page. For this reason, after the browsing program is executed in the first mode, an operation that the user inputs to the operation unit 163 is an internal control in which the task for the CPU 111 to execute the browsing program is specified by the URL set in step S51. Since the data is output to the unit 65, the CPU 111 treats an operation input by the user to the operation unit 163 as an operation for the internal control unit 65 and does not accept an operation for the image processing control unit 59.

ステップS55においては、ブラウジングプログラムを実行するタスクからコマンドを受け付けたか否かを判断する。内部制御部65がブラウジングプログラムを実行するタスクからコマンドを受け付けるまで待機状態となり(ステップS55でNO)、コマンドを受け付けたならば(ステップS55でYES)、処理をステップS56に進める。コマンドにより特定される操作は、第1のボタンまたは第2のボタンを指示する操作、操作画面を別の操作画面に切り換える画面遷移操作、設定値を設定する設定操作、処理の実行を指示する実行指示操作としている。   In step S55, it is determined whether a command has been received from a task that executes the browsing program. The internal control unit 65 is in a standby state until a command is received from the task that executes the browsing program (NO in step S55). If the command is received (YES in step S55), the process proceeds to step S56. The operation specified by the command includes an operation for instructing the first button or the second button, a screen transition operation for switching the operation screen to another operation screen, a setting operation for setting a setting value, and an execution for instructing execution of the process. Instruction operation.

次のステップS56においては、コマンドで特定される操作が、ステップS54においてブラウジングプログラムを実行するタスクに出力したWebページに対応する操作画面中の第1のボタンまたは第2のボタンを指示する操作か否かを判断する。第1のボタンまたは第2のボタンを指示する操作ならば処理をステップS11に進めるが、そうでなければ処理をステップS57に進める。   In the next step S56, whether the operation specified by the command is an operation instructing the first button or the second button in the operation screen corresponding to the Web page output to the task that executes the browsing program in step S54. Judge whether or not. If it is an operation to instruct the first button or the second button, the process proceeds to step S11. If not, the process proceeds to step S57.

ステップS57においては、コマンドで特定される操作が画面遷移操作か否かを判断する。画面遷移操作が特定されるならば処理をステップS58に進めるが、そうでなければ処理をステップS59に進める。ステップS58においては、画面遷移操作により特定される操作画面に対応するWebページをHDD115から読み出し、ブラウジングプログラムを実行するタスクに出力し、処理をステップS55に戻す。   In step S57, it is determined whether the operation specified by the command is a screen transition operation. If a screen transition operation is specified, the process proceeds to step S58; otherwise, the process proceeds to step S59. In step S58, the Web page corresponding to the operation screen specified by the screen transition operation is read from HDD 115, output to the task that executes the browsing program, and the process returns to step S55.

ステップS59においては、受け付けられたコマンドにより特定される操作に対応するAPIコマンドを生成し、画像処理制御部59に出力し、処理をステップS55に戻す。コマンドにより設定操作が特定される場合は、設定値を設定するAPIコマンド生成し、APIコマンドを画像処理制御部59に出力する。コマンドにより実行指示操作が特定される場合は、実行指示操作で特定される画像処理を実行させるAPIコマンドを生成し、APIコマンドを画像処理制御部59に出力する。   In step S59, an API command corresponding to the operation specified by the accepted command is generated and output to the image processing control unit 59, and the process returns to step S55. When the setting operation is specified by the command, an API command for setting the setting value is generated, and the API command is output to the image processing control unit 59. When the execution instruction operation is specified by the command, an API command for executing the image processing specified by the execution instruction operation is generated, and the API command is output to the image processing control unit 59.

変形例におけるMFP100は、第1のモードでブラウジングプログラムを実行するタスクである第1ブラウジング部53にWebページを出力し、第1ブラウジング部53がWebページに応じて出力する指示を受け付ける内部制御部65を含むので、第1のモードでブラウジングプログラムを実行する場合に、画像処理制御部59を制御することができる。   The MFP 100 according to the modified example outputs a web page to the first browsing unit 53 which is a task for executing the browsing program in the first mode, and receives an instruction for the first browsing unit 53 to output in accordance with the web page. 65, the image processing control unit 59 can be controlled when the browsing program is executed in the first mode.

なお、上述した実施の形態においては、画像形成装置の一例としてMFP100について説明したが、図9、または図11および図12に示したブラウザ起動処理をMFP100に実行させるブラウザ起動方法、または、そのブラウザ起動方法を、MFP100を制御するCPU111に実行させるブラウザ起動プログラムとして発明を捉えることができるのは言うまでもない。   In the above-described embodiment, the MFP 100 has been described as an example of the image forming apparatus. However, the browser activation method that causes the MFP 100 to execute the browser activation process illustrated in FIG. 9 or FIG. 11 and FIG. It goes without saying that the invention can be understood as a browser activation program that causes the CPU 111 that controls the MFP 100 to execute the activation method.

また、ブラウジングプログラムを第2のモードで起動する場合に課金し、第1のモードで起動する場合に課金しない場合を例に説明したが、ブラウジングプログラムを第2のモードで起動する場合に課金することなく、第1のモードで起動する場合に課金するようにしてもよし、ブラウジングプログラムを第2のモードで起動する場合およびにブラウジングプログラムを第1のモードで起動する場合の課金しつつ単価を異ならせるようにしてもよい。   Further, although an example has been described in which charging is performed when the browsing program is started in the second mode and charging is not performed when the browsing program is started in the first mode, charging is performed when the browsing program is started in the second mode. Without charging, the user may be charged when starting in the first mode, or the unit price while charging when the browsing program is started in the second mode and when the browsing program is started in the first mode. You may make it differ.

今回開示された実施の形態はすべての点で例示であって制限的なものではないと考えられるべきである。本発明の範囲は上記した説明ではなくて特許請求の範囲によって示され、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。   The embodiment disclosed this time should be considered as illustrative in all points and not restrictive. The scope of the present invention is defined by the terms of the claims, rather than the description above, and is intended to include any modifications within the scope and meaning equivalent to the terms of the claims.

<付記>
(1)前記ブラウジング手段が前記第2のモードで起動する場合に、課金する課金手段を、さらに備え、
前記起動手段は、前記課金手段による課金が完了することに応じて、前記所定の操作を検出する、請求項3に記載の画像形成装置。
<Appendix>
(1) charging means for charging when the browsing means is activated in the second mode;
The image forming apparatus according to claim 3, wherein the activation unit detects the predetermined operation in response to completion of charging by the charging unit.

(2)金銭の投入を受け付けるベンダーを、さらに備え、
前記課金手段は、前記ベンダーに投入された金額に基づいて、課金の完了を判断する、(1)に記載の画像形成装置。
(2) A vendor that accepts money is further provided.
The image forming apparatus according to (1), wherein the charging unit determines completion of charging based on an amount of money input to the vendor.

(3)前記ベンダーは、投入された金銭の残金を表示する残金表示手段を含む、(2)に記載の画像形成装置。   (3) The image forming apparatus according to (2), wherein the vendor includes a balance display unit that displays a balance of the inserted money.

(4)宣伝または広告の画像を表示する広告表示手段を、さらに備え、
前記起動手段は、前記広告表示手段により前記画像の表示が終了することに応じて、前記所定の動作を検出する、請求項3に記載の画像形成装置。
(4) An advertisement display means for displaying an advertisement or advertisement image is further provided.
The image forming apparatus according to claim 3, wherein the activation unit detects the predetermined operation in response to completion of display of the image by the advertisement display unit.

(5)前記第2のタスクが起動される場合に、課金する課金ステップを、さらに含み、
前記起動ステップは、前記課金ステップにおいて課金が完了することに応じて、前記所定の操作を検出するステップを含む、請求項8に記載のブラウザ起動方法。
(5) further includes a billing step of billing when the second task is activated;
The browser activation method according to claim 8, wherein the activation step includes a step of detecting the predetermined operation in response to completion of the accounting in the accounting step.

(6)前記画像形成装置は、金銭の投入を受け付けるベンダーを、さらに備え、
前記課金ステップは、前記ベンダーに投入された金額に基づいて、課金の完了を判断するステップを含む、(5)に記載のブラウザ起動方法。
(6) The image forming apparatus further includes a vendor that accepts money,
The browser activation method according to (5), wherein the accounting step includes a step of determining completion of accounting based on an amount of money input to the vendor.

(7)前記ベンダーは、投入された金銭の残金を表示する残金表示手段を含む、(6)に記載の画像形成装置。   (7) The image forming apparatus according to (6), wherein the vendor includes a balance display unit that displays a balance of the inserted money.

(8)宣伝または広告の画像を表示する表示制御ステップを、さらに含み、
前記起動ステップは、前記表示制御ステップにおいて前記画像の表示が終了することに応じて、前記所定の動作を検出するステップを含む、請求項8に記載のブラウザ起動方法。
(8) further includes a display control step of displaying an advertisement or advertisement image;
The browser activation method according to claim 8, wherein the activation step includes a step of detecting the predetermined operation in response to completion of display of the image in the display control step.

1 画像形成システム、3 LAN、100,100A,100B MFP、200 ゲートウェイ装置、300,300A サーバー、5 インターネット、110 メイン回路、111 CPU、112 通信I/F部、113 ROM、114 RAM、115 HDD、116 ファクシミリ部、117 外部記憶装置、118 CD−ROM、120 自動原稿搬送装置、130 原稿読取部、140 画像形成部、150 給紙部、160 操作パネル、161 表示部、163 操作部、165 タッチパネル、167 ハードキー部、180 コインベンダ、181 コイン投入口、183 返却ボタン、185 表示部、187 コイン返却口、51 起動部、53 第1ブラウジング部、55 第2ブラウジング部、57,57A 中間制御部、59 画像処理制御部、61 初期化部、63 外部制御部、65 内部制御部、71 広告表示部、73 操作要求部、75 課金部、77 ベンダー制御部。

1 Image forming system, 3 LAN, 100, 100A, 100B MFP, 200 gateway device, 300, 300A server, 5 Internet, 110 main circuit, 111 CPU, 112 communication I / F unit, 113 ROM, 114 RAM, 115 HDD, 116 facsimile unit, 117 external storage device, 118 CD-ROM, 120 automatic document feeder, 130 document reading unit, 140 image forming unit, 150 sheet feeding unit, 160 operation panel, 161 display unit, 163 operation unit, 165 touch panel, 167 Hard key section, 180 coin vendor, 181 coin insertion slot, 183 return button, 185 display section, 187 coin return slot, 51 activation section, 53 first browsing section, 55 second browsing section, 57, 57A intermediate control section, 59 Image processing control unit, 61 initialization unit, 63 external control unit, 65 internal control unit, 71 advertisement display unit, 73 operation request unit, 75 billing unit, 77 vendor control unit.

Claims (11)

ユーザーによる操作を受け付ける操作受付手段と、
制御コマンドが入力されることに応じて、画像を処理するハードウェア資源を前記制御コマンドに従って制御する画像処理制御手段と、
記述言語で記述されたページデータを表示するブラウジング手段と、
前記操作受付手段によって受け付けられた操作に基づいて前記制御コマンドを前記画像処理制御手段に出力しない第1のモードと、前記操作受付手段によって受け付けられた操作に基づいて前記制御コマンドを前記画像処理制御手段に出力する第2のモードとのいずれかで、前記ブラウジング手段を起動する起動手段と、
前記ブラウジング手段が前記第1のモードで起動される場合に、前記ハードウェア資源を制御するための指示を、前記第1のモードで起動する前記ブラウジング手段が表示するページデータを出力する装置から受け付け、前記受け付けられた指示に基づいて前記制御コマンドを前記画像処理制御手段に出力する中間制御手段と、
前記ブラウジング手段が前記第1のモードで起動する場合に前記画像処理制御手段に第1の初期値を設定し、前記ブラウジング手段が前記第2のモードで起動する場合に前記画像処理制御手段に前記第1の初期値と異なる第2の初期値を設定する初期化手段と、を備えた画像形成装置。
An operation accepting means for accepting an operation by a user;
Image processing control means for controlling hardware resources for processing an image according to the control command in response to input of a control command;
Browsing means for displaying page data described in a description language;
A first mode in which the control command is not output to the image processing control unit based on an operation received by the operation receiving unit, and the control command is transmitted to the image processing control unit based on an operation received by the operation receiving unit. Activation means for activating the browsing means in any of the second modes output to the means;
When the browsing means is activated in the first mode, an instruction to control the hardware resource is received from a device that outputs page data displayed by the browsing means activated in the first mode. Intermediate control means for outputting the control command to the image processing control means based on the accepted instruction;
A first initial value is set in the image processing control means when the browsing means is activated in the first mode, and the image processing control means is set in the image processing control means when the browsing means is activated in the second mode. An image forming apparatus comprising: an initialization unit that sets a second initial value different from the first initial value.
前記ブラウジング手段は、前記第1のモードで起動する場合は、ページデータを表示する領域とユーザーによる操作を受け付ける領域とのうちページデータを表示する領域のみを含む画像を表示し、前記第2のモードで起動する場合は、ページデータに関係なく、ページデータを表示する領域とユーザーによる操作を受け付ける領域とを含む画像を表示する、請求項1に記載の画像形成装置。   When the browsing means is activated in the first mode, the browsing means displays an image including only an area for displaying page data among an area for displaying page data and an area for receiving an operation by a user, and the second mode The image forming apparatus according to claim 1, wherein when the image forming apparatus is activated in the mode, an image including an area for displaying page data and an area for accepting an operation by a user is displayed regardless of page data. ユーザーに所定の操作を要求する操作要求手段を、さらに備え、
前記起動手段は、前記操作要求手段による要求に対する前記所定の操作を検出することを条件に、前記ブラウジング手段を前記第2のモードで起動する、請求項1または2に記載の画像形成装置。
An operation requesting means for requesting a user to perform a predetermined operation;
The image forming apparatus according to claim 1, wherein the activation unit activates the browsing unit in the second mode on condition that the predetermined operation in response to the request by the operation request unit is detected.
前記中間制御手段は、前記第1のモードで起動する前記ブラウジング手段が表示するページデータを送信する外部の装置から受信される指示を受け付ける外部制御手段を含む、請求項1〜3のいずれかに記載の画像形成装置。   The intermediate control unit includes an external control unit that receives an instruction received from an external device that transmits page data displayed by the browsing unit that is activated in the first mode. The image forming apparatus described. 前記中間制御手段は、前記第1のモードで起動する前記ブラウジング手段にページデータを出力し、前記第1のモードで起動する前記ブラウジング手段が前記出力されたページデータに応じて出力する指示を受け付ける内部制御手段を含む、請求項1〜4のいずれかに記載の画像形成装置。   The intermediate control means outputs page data to the browsing means activated in the first mode, and receives an instruction for the browsing means activated in the first mode to output in accordance with the output page data. The image forming apparatus according to claim 1, comprising an internal control unit. 画像形成装置で実行されるブラウザ起動方法であって、
前記画像形成装置は、
ユーザーによる操作を受け付ける操作受付手段と、
制御コマンドが入力されることに応じて、前記制御コマンドに従ってハードウェア資源を制御する画像処理制御手段と、を備え、
前記操作受付手段によって受け付けられた操作に基づいて前記制御コマンドを前記画像処理制御手段に出力しない第1のモードでブラウジングプログラムを実行する第1のタスクを起動する第1起動ステップと、
前記操作受付手段によって受け付けられた操作に基づいて前記制御コマンドを前記画像処理制御手段に出力する第2のモードでブラウジングプログラムを実行する第2のタスクを起動する第2起動ステップと、
前記第1のタスクが起動される場合に、前記ハードウェア資源を制御するための指示を、前記第1のモードで起動する前記第1のタスクが表示するページデータを出力する装置から受け付け、前記受け付けられた指示に基づいて前記制御コマンドを前記画像処理制御手段に出力する中間制御ステップと、
前記第1のタスクが起動される場合に、前記画像処理制御手段に第1の初期値を設定し、前記第2のタスクが起動される場合に、前記画像処理制御手段に前記第1の初期値と異なる第2の初期値を設定する初期化ステップと、を含むブラウザ起動方法。
A browser activation method executed by an image forming apparatus,
The image forming apparatus includes:
An operation accepting means for accepting an operation by a user;
Image processing control means for controlling hardware resources according to the control command in response to a control command being input,
A first activation step of activating a first task for executing a browsing program in a first mode in which the control command is not output to the image processing control unit based on an operation received by the operation reception unit;
A second activation step of activating a second task for executing a browsing program in a second mode for outputting the control command to the image processing control unit based on an operation received by the operation reception unit;
When the first task is activated, an instruction for controlling the hardware resource is received from a device that outputs page data displayed by the first task activated in the first mode, and An intermediate control step for outputting the control command to the image processing control means based on an accepted instruction;
When the first task is activated, a first initial value is set in the image processing control means, and when the second task is activated, the first initial value is set in the image processing control means. An initialization step of setting a second initial value different from the value.
前記第1のタスクは、ページデータを表示する領域とユーザーによる操作を受け付ける領域とのうちページデータを表示する領域のみを含む画像を表示し、前記第第2のタスクは、ページデータを表示する領域とユーザーによる操作を受け付ける領域とを含む画像を表示する、請求項6に記載のブラウザ起動方法。   The first task displays an image including only an area for displaying page data among an area for displaying page data and an area for accepting an operation by a user, and the second task displays page data. The browser activation method according to claim 6, wherein an image including an area and an area for receiving a user operation is displayed. ユーザーに所定の操作を要求する操作要求ステップを、さらに含み、
前記第2起動ステップは、前記操作要求ステップにおける要求に対する前記所定の操作を検出することを条件に、前記第2のタスクを起動するステップを含む、請求項6または7に記載のブラウザ起動方法。
An operation requesting step for requesting a predetermined operation from the user;
The browser activation method according to claim 6 or 7, wherein the second activation step includes a step of activating the second task on condition that the predetermined operation with respect to the request in the operation request step is detected.
前記中間制御ステップは、前記第1のタスクがページデータを受信する外部の装置から受信される指示を受け付ける外部制御ステップを含む、請求項6〜8のいずれかに記載のブラウザ起動方法。   The browser activation method according to claim 6, wherein the intermediate control step includes an external control step of accepting an instruction received from an external device from which the first task receives page data. 前記中間制御ステップは、前記第1のタスクにページデータを出力し、前記出力されたページデータに応じて前記第1のタスクが出力する指示を受け付ける内部制御ステップを含む、請求項6〜9のいずれかに記載のブラウザ起動方法。   The intermediate control step includes an internal control step of outputting page data to the first task and receiving an instruction to be output by the first task according to the output page data. The browser activation method described in any one. 画像形成装置を制御するコンピューターで実行されるブラウザ起動方法であって、
前記画像形成装置は、
ユーザーによる操作を受け付ける操作受付手段と、
制御コマンドが入力されることに応じて、前記制御コマンドに従ってハードウェア資源を制御する画像処理制御手段と、を備え、
前記操作受付手段によって受け付けられた操作に基づいて前記制御コマンドを前記画像処理制御手段に出力しない第1のモードでブラウジングプログラムを実行する第1のタスクを起動する第1起動ステップと、
前記操作受付手段によって受け付けられた操作に基づいて前記制御コマンドを前記画像処理制御手段に出力する第2のモードでブラウジングプログラムを実行する第2のタスクを起動する第2起動ステップと、
前記第1のタスクが起動される場合に、前記ハードウェア資源を制御するための指示を、前記第1のモードで起動する前記第1のタスクが表示するページデータを出力する装置から受け付け、前記受け付けられた指示に基づいて前記制御コマンドを前記画像処理制御手段に出力する中間制御ステップと、
前記第1のタスクが起動される場合に、前記画像処理制御手段に第1の初期値を設定し、前記第2のタスクが起動される場合に、前記画像処理制御手段に前記第1の初期値と異なる第2の初期値を設定する初期化ステップと、を前記コンピューターに実行させるブラウザ起動プログラム。




A browser activation method executed by a computer that controls the image forming apparatus,
The image forming apparatus includes:
An operation accepting means for accepting an operation by a user;
Image processing control means for controlling hardware resources according to the control command in response to a control command being input,
A first activation step of activating a first task for executing a browsing program in a first mode in which the control command is not output to the image processing control unit based on an operation received by the operation reception unit;
A second activation step of activating a second task for executing a browsing program in a second mode for outputting the control command to the image processing control unit based on an operation received by the operation reception unit;
When the first task is activated, an instruction for controlling the hardware resource is received from a device that outputs page data displayed by the first task activated in the first mode, and An intermediate control step for outputting the control command to the image processing control means based on an accepted instruction;
When the first task is activated, a first initial value is set in the image processing control means, and when the second task is activated, the first initial value is set in the image processing control means. A browser activation program for causing the computer to execute an initialization step of setting a second initial value different from the value.




JP2015225617A 2015-11-18 2015-11-18 Image forming device, browser startup method and browser startup program Active JP6776522B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015225617A JP6776522B2 (en) 2015-11-18 2015-11-18 Image forming device, browser startup method and browser startup program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015225617A JP6776522B2 (en) 2015-11-18 2015-11-18 Image forming device, browser startup method and browser startup program

Publications (2)

Publication Number Publication Date
JP2017094498A true JP2017094498A (en) 2017-06-01
JP6776522B2 JP6776522B2 (en) 2020-10-28

Family

ID=58804678

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015225617A Active JP6776522B2 (en) 2015-11-18 2015-11-18 Image forming device, browser startup method and browser startup program

Country Status (1)

Country Link
JP (1) JP6776522B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020113987A1 (en) * 2001-02-22 2002-08-22 Akash Kohli User configurable control panel capable of displaying internet-derived information
JP2007156713A (en) * 2005-12-02 2007-06-21 Canon Inc Image processor and control method therefor
JP2010057135A (en) * 2008-08-29 2010-03-11 Konica Minolta Business Technologies Inc Image processing apparatus, and method and program for executing job in the same apparatus
JP2010282320A (en) * 2009-06-03 2010-12-16 Konica Minolta Business Technologies Inc Information processing apparatus and information processing program
JP2011124652A (en) * 2009-12-08 2011-06-23 Sharp Corp Multifunction machine, multifunction machine control system, program and recording medium
JP2015114934A (en) * 2013-12-13 2015-06-22 コニカミノルタ株式会社 Operation screen display system, server, client, operation screen display method, and computer program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020113987A1 (en) * 2001-02-22 2002-08-22 Akash Kohli User configurable control panel capable of displaying internet-derived information
JP2007156713A (en) * 2005-12-02 2007-06-21 Canon Inc Image processor and control method therefor
JP2010057135A (en) * 2008-08-29 2010-03-11 Konica Minolta Business Technologies Inc Image processing apparatus, and method and program for executing job in the same apparatus
JP2010282320A (en) * 2009-06-03 2010-12-16 Konica Minolta Business Technologies Inc Information processing apparatus and information processing program
JP2011124652A (en) * 2009-12-08 2011-06-23 Sharp Corp Multifunction machine, multifunction machine control system, program and recording medium
JP2015114934A (en) * 2013-12-13 2015-06-22 コニカミノルタ株式会社 Operation screen display system, server, client, operation screen display method, and computer program

Also Published As

Publication number Publication date
JP6776522B2 (en) 2020-10-28

Similar Documents

Publication Publication Date Title
JP4766667B2 (en) Display control apparatus, control method therefor, and program
KR102081475B1 (en) Image processing apparatus, display control method in the image processing apparatus, and storage medium
JP5672282B2 (en) Printing system, image forming apparatus, printing linkage method, and printing linkage program
US9557943B2 (en) Portable communication device, image forming system and method of controlling portable communication device
US9413918B2 (en) Image forming system, server, image forming apparatus, and image forming method that ensure simple execution of application
EP2306687A1 (en) Image forming apparatus, method of providing user interface contents thereof, and host apparatus
JP4710920B2 (en) Data processing apparatus, data processing program, data processing method, server, process execution instruction program, and process execution instruction method
US9207605B2 (en) Image forming apparatus, image forming system, application installation method, and non-transitory computer-readable recording medium encoded with application installation program
JP2009239362A (en) Information processing apparatus, image reading apparatus and program
JP2010003100A (en) Data processor, data processing method, and data processing program
JP2018005281A (en) Information processing apparatus, control method thereof, and program
JP5284322B2 (en) Display control apparatus, control method therefor, and program
JP2008236752A (en) Automatic detection of user preference for copy or scan setting
JP6776522B2 (en) Image forming device, browser startup method and browser startup program
US8988694B2 (en) Image forming apparatus, application executing method, and non-transitory computer-readable recording medium encoded with application executing program
JP2012198826A (en) Print system, image forming device, pull-print method, and pull-print program
JP4946912B2 (en) Image forming system, server, image forming support method, and image forming support program
JP5585603B2 (en) Image processing apparatus, image processing method, and image processing program
JP6753319B2 (en) Image processing equipment, image processing method and image processing program
JP6564684B2 (en) Information processing apparatus and image forming apparatus
JP2015225479A (en) Information processing system, information processing apparatus, information processing method and computer program
JP4710930B2 (en) Data processing apparatus, data processing method, and data processing program
JP5694495B2 (en) Compound machine
JP5442081B2 (en) Display control apparatus, control method therefor, and program
JP2021007011A (en) Program and portable terminal

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180719

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190320

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190417

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191105

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191211

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20200602

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200813

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20200821

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200921

R150 Certificate of patent or registration of utility model

Ref document number: 6776522

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150