JP2012156758A - Image forming apparatus, program management method, program management program, and record medium - Google Patents

Image forming apparatus, program management method, program management program, and record medium Download PDF

Info

Publication number
JP2012156758A
JP2012156758A JP2011013730A JP2011013730A JP2012156758A JP 2012156758 A JP2012156758 A JP 2012156758A JP 2011013730 A JP2011013730 A JP 2011013730A JP 2011013730 A JP2011013730 A JP 2011013730A JP 2012156758 A JP2012156758 A JP 2012156758A
Authority
JP
Japan
Prior art keywords
state
application
setting
program
image forming
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
JP2011013730A
Other languages
Japanese (ja)
Other versions
JP5793872B2 (en
Inventor
Yuki Otaka
悠毅 大▲高▼
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2011013730A priority Critical patent/JP5793872B2/en
Publication of JP2012156758A publication Critical patent/JP2012156758A/en
Application granted granted Critical
Publication of JP5793872B2 publication Critical patent/JP5793872B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Control Or Security For Electrophotography (AREA)
  • Facsimiles In General (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce a burden of program management.SOLUTION: An image forming apparatus to which a program can be installed comprises: first acquisition means which acquires expected values with respect to setting items of the image forming apparatus from the program; second acquisition means which acquires set values with respect to the setting items from the image forming apparatus: and output means which correlates an expected value and a set value for each setting item and outputs the result.

Description

本発明は、画像形成装置、プログラム管理方法、プログラム管理プログラム、及び記録媒体に関する。   The present invention relates to an image forming apparatus, a program management method, a program management program, and a recording medium.

従来、その出荷後にアプリケーションプログラム(以下、単に「アプリケーション」という。)等をプラグインとして追加可能な画像形成装置が存在する。各アプリケーションの状態は、それぞれ他のアプリケーションから独立して遷移しうる。具体的には、アプリケーションごとに起動制御や停止制御等を行うことができる。起動されたアプリケーションは、起動状態となるが、起動状態において、アプリケーションの状態は更に詳細に分類されうる。同様に、停止されたアプリケーションは、停止状態となるが、停止状態において、アプリケーションの状態は更に分類されうる。   Conventionally, there is an image forming apparatus that can add an application program (hereinafter simply referred to as “application”) or the like as a plug-in after the shipment. The state of each application can transition independently from other applications. Specifically, start control, stop control, and the like can be performed for each application. The activated application enters an activated state. In the activated state, the application state can be further classified. Similarly, a stopped application enters a stopped state, but in the stopped state, the application state can be further classified.

或るアプリケーションが動作不正等の異常状態となった場合、その原因は、必ずしも当該アプリケーションの内部要因に限定されない。アプリケーションの外部要因によっても、アプリケーションは異常状態となる可能性がある。アプリケーションの内部要因とは、例えば、当該アプリケーションに関する設定情報の設定ミス等、基本的に影響範囲が当該アプリケーションに限定される要因である。一方、アプリケーションの外部要因とは、アプリケーションの動作環境に対する設定情報等、その影響範囲が複数のアプリケーションに及ぶ要因である。外部要因の一例としては、例えば、画像形成装置における有効な通信プロトコルの設定や、DNS(Domain Name System)の設定等が挙げられる。   When an application enters an abnormal state such as an operation error, the cause is not necessarily limited to an internal factor of the application. The application may become abnormal due to external factors of the application. An internal factor of an application is a factor whose influence range is basically limited to the application, such as a setting error of setting information related to the application. On the other hand, an external factor of an application is a factor whose influence range covers a plurality of applications, such as setting information for the operating environment of the application. As an example of the external factor, for example, an effective communication protocol setting in the image forming apparatus, a DNS (Domain Name System) setting, and the like can be cited.

しかしながら、或るアプリケーションが異常状態となった場合、当該異常状態が、当該アプリケーションの内部要因によるものなのか、或いは外部要因によるものなのかを判断するのは、困難な場合がある。異常状態の原因解析のため、ログを出力するアプリケーションも存在するが、ログの内容は、当該アプリケーションの開発者でなければ解読が困難な場合が多い。   However, when an application enters an abnormal state, it may be difficult to determine whether the abnormal state is due to an internal factor of the application or an external factor. There are applications that output a log for analyzing the cause of an abnormal state, but the log contents are often difficult to decipher unless the developer of the application.

特に、外部要因に関しては、外部要因としての設定項目に対する設定値が不正であるとは限らない。設定値としては、設定可能な値が設定されているが、当該値が、異常状態の特定のアプリケーションが期待している値と異なることが原因である場合もある。このような、外部要因としての設定項目に対する設定値と、アプリケーションの期待値との不整合は、当該設定値を期待値に修正することにより容易に解消することができる。それにも拘わらず、当該不整合がアプリケーションの異常状態の原因であることを突き止めること自体が困難であるため、ユーザ又はサービスマン等には、異常状態の解消のために必要以上の作業負担が課せられるという問題がある。   In particular, regarding external factors, the setting values for setting items as external factors are not necessarily incorrect. Although a settable value is set as the set value, the value may be different from a value expected by a specific application in an abnormal state. Such a mismatch between the setting value for the setting item as an external factor and the expected value of the application can be easily eliminated by correcting the setting value to the expected value. Nevertheless, it is difficult to find out that the inconsistency is the cause of the abnormal state of the application. Therefore, the user or service person is burdened with more work than necessary to resolve the abnormal state. There is a problem that is.

本発明は、上記の点に鑑みてなされたものであって、プログラムの管理負担を軽減させることのできる画像形成装置、プログラム管理方法、プログラム管理プログラム、及び記録媒体の提供を目的とする。   SUMMARY An advantage of some aspects of the invention is that it provides an image forming apparatus, a program management method, a program management program, and a recording medium that can reduce a management burden of a program.

そこで上記課題を解決するため、本発明は、プログラムをインストール可能な画像形成装置であって、前記プログラムより当該画像形成装置の設定項目に対する期待値を取得する第一の取得手段と、前記設定項目に対する設定値を当該画像形成装置より取得する第二の取得手段と、前記設定項目ごとに前記期待値と前記設定値とを関連付けて出力する出力手段とを有する。   Accordingly, in order to solve the above-described problem, the present invention provides an image forming apparatus in which a program can be installed, a first acquisition unit that acquires an expected value for a setting item of the image forming apparatus from the program, and the setting item A second obtaining unit that obtains a set value for the image from the image forming apparatus, and an output unit that associates and outputs the expected value and the set value for each setting item.

このような画像形成装置では、プログラムの管理負担を軽減させることができる。   In such an image forming apparatus, the management burden of the program can be reduced.

本発明によれば、プログラムの管理負担を軽減させることができる。   According to the present invention, the management burden of a program can be reduced.

本発明の実施の形態における機器管理システムの構成例を示す図である。It is a figure which shows the structural example of the apparatus management system in embodiment of this invention. 本発明の実施の形態における機器管理サーバのハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the apparatus management server in embodiment of this invention. 本発明の実施の形態における画像形成装置のハードウェア構成例を示す図である。1 is a diagram illustrating an example of a hardware configuration of an image forming apparatus according to an embodiment of the present invention. 本発明の実施の形態における画像形成装置のソフトウェア構成例を示す図である。FIG. 3 is a diagram illustrating a software configuration example of an image forming apparatus according to an embodiment of the present invention. SDKアプリ及びSDKプラットフォームの機能構成例を示す図である。It is a figure which shows the function structural example of an SDK application and an SDK platform. SDKアプリとシステム設定との関係の一例を説明するための図である。It is a figure for demonstrating an example of the relationship between an SDK application and a system setting. SDKアプリが有する状態の例を説明するための図である。It is a figure for demonstrating the example of the state which an SDK application has. 本実施の形態の画像形成装置が実行する処理手順の一例を説明するためのシーケンス図である。FIG. 10 is a sequence diagram for explaining an example of a processing procedure executed by the image forming apparatus according to the present embodiment. 監視対象記憶部の構成例を示す図である。It is a figure which shows the structural example of the monitoring object memory | storage part. 外部状態情報の応答の構成例を示す図である。It is a figure which shows the structural example of the response of external state information. 内部状態情報の構成例を示す図である。It is a figure which shows the structural example of internal state information. 状態取得結果データの一例を示す図である。It is a figure which shows an example of state acquisition result data. 本実施の形態の画像形成装置が実行する処理手順の一例を説明するための第二のシーケンス図である。FIG. 10 is a second sequence diagram for explaining an example of a processing procedure executed by the image forming apparatus of the present embodiment. アプリ状態管理部がSDKプラットフォームの一部として実装される例を示す図である。It is a figure which shows the example by which an application state management part is mounted as a part of SDK platform.

以下、図面に基づいて本発明の実施の形態を説明する。図1は、本発明の実施の形態における機器管理システムの構成例を示す図である。同図の機器管理システム1において、一以上の画像形成装置10、機器管理サーバ20、及びユーザ端末30等は、LAN(Local Area Network)又はインターネット等のネットワーク40(有線又は無線の別は問わない)を介して通信可能に接続されている。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a diagram illustrating a configuration example of a device management system according to an embodiment of the present invention. In the device management system 1 in FIG. 1, one or more image forming apparatuses 10, a device management server 20, a user terminal 30, and the like may be a LAN (Local Area Network) or a network 40 such as the Internet (whether wired or wireless). ) To enable communication.

画像形成装置10は、印刷、スキャン、コピー、及びFAX送受信等の機能を一台の筐体によって実現する複合機である。但し、いずれか一つの機能を単体で有する機器が画像形成装置10として用いられてもよい。画像形成装置10には、機能拡張等を目的としてプログラム(後述されるSDKアプリ152)のインストール又はアンインストール等が可能である。   The image forming apparatus 10 is a multifunction machine that implements functions such as printing, scanning, copying, and FAX transmission / reception with a single casing. However, a device having any one function alone may be used as the image forming apparatus 10. The image forming apparatus 10 can install or uninstall a program (SDK application 152 described later) for the purpose of function expansion or the like.

機器管理サーバ20は、ユーザ端末30より転送される要求に応じ、画像形成装置10を遠隔的に管理又は操作するコンピュータである。機器管理サーバ20は、例えば、画像形成装置10の状態や、画像形成装置10にインストールされているプログラムの状態等を監視する。   The device management server 20 is a computer that remotely manages or operates the image forming apparatus 10 in response to a request transferred from the user terminal 30. For example, the device management server 20 monitors the state of the image forming apparatus 10 and the state of a program installed in the image forming apparatus 10.

ユーザ端末30は、マウス及びキーボード等の入力手段、並びに液晶ディスプレイ等の表示手段等を備え、機器管理システム1のユーザインタフェースとして機能するコンピュータである。例えば、ユーザ端末30は、機器管理サーバ20に対する要求をユーザに入力させ、当該要求に応じて機器管理サーバ20より返信される情報を表示する。   The user terminal 30 is a computer that includes input means such as a mouse and a keyboard and display means such as a liquid crystal display and functions as a user interface of the device management system 1. For example, the user terminal 30 causes the user to input a request for the device management server 20 and displays information returned from the device management server 20 in response to the request.

図2は、本発明の実施の形態における機器管理サーバのハードウェア構成例を示す図である。図2の機器管理サーバ20は、それぞれバスBで相互に接続されているドライブ装置200と、補助記憶装置202と、メモリ装置203と、CPU204と、インタフェース装置205とを有する。   FIG. 2 is a diagram illustrating a hardware configuration example of the device management server according to the embodiment of the present invention. The device management server 20 in FIG. 2 includes a drive device 200, an auxiliary storage device 202, a memory device 203, a CPU 204, and an interface device 205, which are mutually connected via a bus B.

機器管理サーバ20での処理を実現するプログラムは、CD−ROM等の記録媒体201によって提供される。プログラムを記録した記録媒体201がドライブ装置200にセットされると、プログラムが記録媒体201からドライブ装置200を介して補助記憶装置202にインストールされる。但し、プログラムのインストールは必ずしも記録媒体201より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置202は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。   A program for realizing processing in the device management server 20 is provided by a recording medium 201 such as a CD-ROM. When the recording medium 201 on which the program is recorded is set in the drive device 200, the program is installed from the recording medium 201 to the auxiliary storage device 202 via the drive device 200. However, it is not always necessary to install the program from the recording medium 201, and the program may be downloaded from another computer via a network. The auxiliary storage device 202 stores the installed program and stores necessary files and data.

メモリ装置203は、プログラムの起動指示があった場合に、補助記憶装置202からプログラムを読み出して格納する。CPU204は、メモリ装置203に格納されたプログラムに従って機器管理サーバ20に係る機能を実行する。インタフェース装置205は、ネットワークに接続するためのインタフェースとして用いられる。   The memory device 203 reads the program from the auxiliary storage device 202 and stores it when there is an instruction to start the program. The CPU 204 executes functions related to the device management server 20 in accordance with a program stored in the memory device 203. The interface device 205 is used as an interface for connecting to a network.

なお、機器管理サーバ20が直接的にユーザによって操作されてもよい。その場合、機器管理サーバ20は、入力手段及び表示手段等を備えていればよい。   Note that the device management server 20 may be directly operated by the user. In this case, the device management server 20 only needs to include an input unit and a display unit.

図3は、本発明の実施の形態における画像形成装置のハードウェア構成例を示す図である。同図において、画像形成装置10は、コントローラ11、スキャナ12、プリンタ13、モデム14、操作パネル15、ネットワークインタフェース16、及びSDカードスロット17等のハードウェアを有する。   FIG. 3 is a diagram illustrating a hardware configuration example of the image forming apparatus according to the embodiment of the present invention. In FIG. 1, the image forming apparatus 10 includes hardware such as a controller 11, a scanner 12, a printer 13, a modem 14, an operation panel 15, a network interface 16, and an SD card slot 17.

コントローラ11は、CPU111、RAM112、ROM113、HDD114、及びNVRAM115等を有する。ROM113には、各種のプログラムやプログラムによって利用されるデータ等が記録されている。RAM112は、プログラムをロードするための記憶領域や、ロードされたプログラムのワーク領域等として用いられる。CPU111は、RAM112にロードされたプログラムを処理することにより、各種の機能を実現する。HDD114には、プログラムやプログラムが利用する各種のデータ等が記録される。NVRAM115には、各種の設定情報等が記録される。   The controller 11 includes a CPU 111, a RAM 112, a ROM 113, an HDD 114, an NVRAM 115, and the like. The ROM 113 stores various programs and data used by the programs. The RAM 112 is used as a storage area for loading a program, a work area for the loaded program, and the like. The CPU 111 realizes various functions by processing a program loaded in the RAM 112. The HDD 114 records programs and various data used by the programs. In the NVRAM 115, various setting information and the like are recorded.

スキャナ12は、原稿より画像データを読み取るためのハードウェア(画像読取手段)である。プリンタ13は、印刷データを印刷用紙に印刷するためのハードウェア(印刷手段)である。モデム14は、電話回線に接続するためのハードウェアであり、FAX通信による画像データの送受信を実行するために用いられる。操作パネル15は、ユーザからの入力の受け付けを行うためのボタン等の入力手段や、液晶パネル等の表示手段等を備えたハードウェアである。ネットワークインタフェース16は、LAN等のネットワーク(有線又は無線の別は問わない。)に接続するためのハードウェアである。SDカードスロット17は、SDカード80に記録されたプログラムを読み取るために利用される。すなわち、画像形成装置10では、ROM113に記録されたプログラムだけでなく、SDカード80に記録されたプログラムもRAM112にロードされ、実行されうる。なお、他の記録媒体(例えば、CD−ROM又はUSB(Universal Serial Bus)メモリ等)によってSDカード80が代替されてもよい。すなわち、SDカード80の位置付けに相当する記録媒体の種類は、所定のものに限定されない。この場合、SDカードスロット17は、記録媒体の種類に応じたハードウェアによって代替されればよい。   The scanner 12 is hardware (image reading means) for reading image data from a document. The printer 13 is hardware (printing means) for printing print data on printing paper. The modem 14 is hardware for connecting to a telephone line, and is used to execute transmission / reception of image data by FAX communication. The operation panel 15 is hardware including input means such as buttons for accepting input from the user, display means such as a liquid crystal panel, and the like. The network interface 16 is hardware for connecting to a network such as a LAN (whether wired or wireless). The SD card slot 17 is used for reading a program recorded on the SD card 80. That is, in the image forming apparatus 10, not only the program recorded in the ROM 113 but also the program recorded in the SD card 80 can be loaded into the RAM 112 and executed. The SD card 80 may be replaced by another recording medium (for example, a CD-ROM or a USB (Universal Serial Bus) memory). That is, the type of recording medium corresponding to the positioning of the SD card 80 is not limited to a predetermined one. In this case, the SD card slot 17 may be replaced by hardware corresponding to the type of recording medium.

図4は、本発明の実施の形態における画像形成装置のソフトウェア構成例を示す図である。同図において、画像形成装置10は、標準アプリ151、SDKアプリ152、SDKプラットフォーム153、コントロールサービス154、及びOS155等を有する。   FIG. 4 is a diagram illustrating a software configuration example of the image forming apparatus according to the embodiment of the present invention. In FIG. 1, the image forming apparatus 10 includes a standard application 151, an SDK application 152, an SDK platform 153, a control service 154, an OS 155, and the like.

標準アプリ151は、画像形成装置10に標準的に(出荷時に予め)実装されているアプリケーションの集合である。同図では、スキャンアプリ1511、印刷アプリ1512、コピーアプリ1513、及びFAXアプリ1514が例示されている。スキャンアプリ1511は、スキャンジョブを実行する。印刷アプリ1512は印刷ジョブを実行する。コピーアプリ1513は、コピージョブを実行する。FAXアプリ1514は、FAXの送信ジョブ又は受信ジョブを実行する。   The standard application 151 is a set of applications that are mounted on the image forming apparatus 10 in a standard manner (in advance at the time of shipment). In the figure, a scan application 1511, a print application 1512, a copy application 1513, and a FAX application 1514 are illustrated. The scan application 1511 executes a scan job. The print application 1512 executes a print job. The copy application 1513 executes a copy job. The FAX application 1514 executes a FAX transmission job or reception job.

コントロールサービス154は、各種のハードウェアリソース等を制御するための機能を上位アプリケーション等に対して提供したり、画像形成装置10の基盤的な機能等を実行したりするソフトウェアモジュール群である。   The control service 154 is a software module group that provides functions for controlling various hardware resources and the like to higher-level applications and the like, and executes basic functions and the like of the image forming apparatus 10.

SDKアプリ152は、画像形成装置10の出荷後において、画像形成装置10の機能拡張等を図るためのプラグインとして追加的にインストールされるアプリケーションプログラムである。したがって、SDKアプリ152の機能は、所定のものに限定されない。例えば、SDKアプリ152は、SDカード80から又はネットワークを介して画像形成装置10にインストールされる。   The SDK application 152 is an application program that is additionally installed as a plug-in for expanding functions of the image forming apparatus 10 after the image forming apparatus 10 is shipped. Therefore, the function of the SDK application 152 is not limited to a predetermined one. For example, the SDK application 152 is installed in the image forming apparatus 10 from the SD card 80 or via a network.

SDKプラットフォーム153は、SDKアプリ152の実行環境を実現する。各SDKアプリ152は、SDKプラットフォーム153が提供するAPI(Application Program Interface)を利用して開発される。例えば、SDKプラットフォーム153は、スキャン機能を利用させるためのインタフェース、印刷機能を利用させるためのインタフェース、コピー機能を利用させるためのインタフェース等をSDKアプリ152に提供する。なお、SDKプラットフォーム153のAPIは公開されており、サードベンダ等によってもSDKアプリ152は開発されうる。また、当該APIは、異機種間において平滑化されている。したがって、SDKアプリ152に関して、機種に応じて異なる実装が行われる必要性は低い。   The SDK platform 153 implements an execution environment for the SDK application 152. Each SDK application 152 is developed using an API (Application Program Interface) provided by the SDK platform 153. For example, the SDK platform 153 provides the SDK application 152 with an interface for using a scan function, an interface for using a print function, an interface for using a copy function, and the like. The API of the SDK platform 153 is open to the public, and the SDK application 152 can be developed by a third vendor or the like. The API is smoothed between different models. Therefore, it is not necessary for the SDK application 152 to be implemented differently depending on the model.

OS155は、いわゆるOS(Operating System)である。画像形成装置10上の各ソフトウェアは、OS155上においてプロセス又はスレッドとして動作する。   The OS 155 is a so-called OS (Operating System). Each software on the image forming apparatus 10 operates as a process or thread on the OS 155.

SDKアプリ152及びSDKプラットフォーム153について、更に詳しく説明する。図5は、SDKアプリ及びSDKプラットフォームの機能構成例を示す図である。   The SDK application 152 and the SDK platform 153 will be described in more detail. FIG. 5 is a diagram illustrating a functional configuration example of the SDK application and the SDK platform.

同図には、SDKアプリ152として、SDKアプリ152aと、それ以外のDKアプリ152とが例示されている。SDKアプリ152aは、本実施の形態においてアプリ状態管理部152aとして機能するSDKアプリ152である。以降では、他のSDKアプリ152との混同を避けるため、SDKアプリ152aを、「アプリ状態管理部152a」と呼ぶ。   In the figure, as the SDK application 152, an SDK application 152a and other DK applications 152 are illustrated. The SDK application 152a is the SDK application 152 that functions as the application state management unit 152a in the present embodiment. Hereinafter, in order to avoid confusion with other SDK applications 152, the SDK application 152a is referred to as an “application state management unit 152a”.

アプリ状態管理部152aは、自分(アプリ状態管理部152a)以外のSDKアプリ152の状態の監視等に利用される。同図において、アプリ状態管理部152aは、通信制御部161、アプリ状態提供部162、アプリ状態取得部163、システム設定取得部164、システム設定更新部165、及び監視対象記憶部166等を有する。   The application state management unit 152a is used for monitoring the state of the SDK application 152 other than itself (the application state management unit 152a). In the figure, the application state management unit 152a includes a communication control unit 161, an application state providing unit 162, an application state acquisition unit 163, a system setting acquisition unit 164, a system setting update unit 165, a monitoring target storage unit 166, and the like.

監視対象記憶部166は、例えば、NVRAM115を用いて、状態の監視対象とするSDKアプリ152の識別情報を記憶する。   The monitoring target storage unit 166 stores, for example, the identification information of the SDK application 152 whose state is to be monitored using the NVRAM 115.

アプリ状態提供部162は、ネットワークを介して受信される、SDKアプリ152の状態を示す情報(状態情報)の取得要求に応じ、監視対象記憶部166において監視対象として指定されているSDKアプリ152の状態情報等を、取得要求元に返信する。本実施の形態において、状態情報の取得要求元は、機器管理サーバ20である。   In response to a request for acquiring information (status information) indicating the status of the SDK application 152 received via the network, the application status providing unit 162 of the SDK application 152 designated as the monitoring target in the monitoring target storage unit 166. Status information and the like are returned to the acquisition request source. In the present embodiment, the state information acquisition request source is the device management server 20.

アプリ状態取得部163は、各SDKアプリ152より、当該SDKアプリ152の状態情報を取得する。   The application status acquisition unit 163 acquires status information of the SDK application 152 from each SDK application 152.

システム設定取得部164は、画像形成装置10の設定情報を構成する各項目(設定項目又は設定パラメータ)の現在の設定値(現在値)を、コントロールサービス154より取得する。画像形成装置10の設定情報とは、画像形成装置10単位に設定される設定情報をいう。画像形成装置10単位であるから、SDKアプリ152ごとに設定される設定情報は、画像形成装置10の設定情報ではない。本実施の形態において、画像形成装置10の設定情報を、「システム設定」という。システム設定は、複数のSDKアプリ152から共用又は参照されうる。したがって、システム設定は、複数のSDKアプリ152の振る舞い又は動作に影響を与えうる。   The system setting acquisition unit 164 acquires the current setting value (current value) of each item (setting item or setting parameter) constituting the setting information of the image forming apparatus 10 from the control service 154. The setting information of the image forming apparatus 10 refers to setting information set for each image forming apparatus 10. Since the unit is the image forming apparatus 10, the setting information set for each SDK application 152 is not the setting information of the image forming apparatus 10. In the present embodiment, the setting information of the image forming apparatus 10 is referred to as “system setting”. The system setting can be shared or referenced from a plurality of SDK applications 152. Accordingly, the system setting can affect the behavior or operation of the plurality of SDK applications 152.

システム設定更新部165は、システム設定の設定値を更新する。   The system setting update unit 165 updates the setting value of the system setting.

通信制御部161は、機器管理サーバ20からの状態情報の取得要求を受信したり、各SDKアプリ152より取得された状態情報を機器管理サーバ20に送信したりする。   The communication control unit 161 receives a status information acquisition request from the device management server 20 and transmits the status information acquired from each SDK application 152 to the device management server 20.

アプリ状態管理部152a以外の各SDKアプリ152は、自アプリ状態通知部171、自アプリ状態保存部172、及び自アプリ状態記憶部173等を有する。   Each SDK application 152 other than the application state management unit 152a includes a self application state notification unit 171, a self application state storage unit 172, a self application state storage unit 173, and the like.

自アプリ状態通知部171は、例えば、RAM112を用いて、当該SDKアプリ152の現在の状態を把握している。すなわち、自アプリ状態通知部171は、当該SDKアプリ152の現在の状態を示す状態情報をRAM112に記憶させている。自アプリ状態通知部171は、アプリ状態取得部163からの状態情報の取得要求応じ、RAM112に記憶させている状態情報を応答する。   For example, the own application state notification unit 171 uses the RAM 112 to grasp the current state of the SDK application 152. That is, the own application state notification unit 171 stores state information indicating the current state of the SDK application 152 in the RAM 112. The own application status notification unit 171 responds with the status information stored in the RAM 112 in response to the status information acquisition request from the application status acquisition unit 163.

自アプリ状態保存部172は、当該SDKアプリ152が停止状態に移行する際に、自アプリ状態通知部171より状態情報を取得し、当該状態情報を自アプリ状態記憶部173に書き込む(保存する)。   The own application state storage unit 172 acquires state information from the own application state notification unit 171 and writes (saves) the state information in the own application state storage unit 173 when the SDK application 152 shifts to the stop state. .

自アプリ状態記憶部173は、例えば、NVRAM115等を用いて状態情報を記憶する。すなわち、NVRAM115中において、当該SDKアプリ152に関連付けられている記憶領域に当該SDKアプリ152の状態情報が記録される。   The own application state storage unit 173 stores state information using, for example, the NVRAM 115 or the like. That is, in the NVRAM 115, the status information of the SDK application 152 is recorded in a storage area associated with the SDK application 152.

一方、SDKプラットフォーム153は、複合機クラスライブラリ181、仮想マシン182、ネイティブプログラムインタフェース183、及びアプリ管理部184等を有する。   On the other hand, the SDK platform 153 includes a multifunction machine class library 181, a virtual machine 182, a native program interface 183, an application management unit 184, and the like.

複合機クラスライブラリ181は、SDKプラットフォーム153のAPIを提供する、Java(登録商標)のクラスライブラリである。当該APIを介した要求は、必要に応じてコントロールサービス154に伝達される。コントロールサービス154による処理結果は、複合機クラスライブラリ181に返却される。複合機クラスライブラリ181は、当該処理結果を、上記APIに即した形式に変換し、SDKアプリ152に返却する。   The multifunction device class library 181 is a Java (registered trademark) class library that provides an API of the SDK platform 153. The request via the API is transmitted to the control service 154 as necessary. The processing result by the control service 154 is returned to the multifunction machine class library 181. The multifunction device class library 181 converts the processing result into a format conforming to the API and returns it to the SDK application 152.

ネイティブプログラムインタフェース183は、複合機クラスライブラリ181からコントロールサービス154への要求の伝達等を、JNI(Java(登録商標) Native Interface)の機構を用いて実現する。すなわち、コントロールサービス154は、ネイティブコードによって実装されているため、ネイティブプログラムインタフェース183が必要とされる。   The native program interface 183 realizes transmission of a request from the multifunction machine class library 181 to the control service 154 using a mechanism of JNI (Java (registered trademark) Native Interface). That is, since the control service 154 is implemented by native code, the native program interface 183 is required.

仮想マシン182は、Java(登録商標)のバイトコードによる命令の解釈及び実行を行う、いわゆるJava(登録商標)仮想マシンである。各SDKアプリ152は、仮想マシン182によってスレッドとして起動される。   The virtual machine 182 is a so-called Java (registered trademark) virtual machine that interprets and executes instructions using Java (registered trademark) byte codes. Each SDK application 152 is activated as a thread by the virtual machine 182.

アプリ管理部184は、主としてSDKアプリ152のライフサイクルを管理する。具体的には、アプリ管理部184は、SDKアプリ152をユーザに操作させるための管理画面を表示させる。アプリ管理部184は、当該管理画面を介した入力に応じ、SDKアプリ152のインストール、起動、停止、又はアンインストール等を実行する。アプリ管理部184は、また、画像形成装置10にインストールされているSDKアプリ152の一覧情報を、例えば、NVRAM115を用いて管理する。   The application management unit 184 mainly manages the life cycle of the SDK application 152. Specifically, the application management unit 184 displays a management screen for causing the user to operate the SDK application 152. The application management unit 184 performs installation, activation, stop, uninstallation, or the like of the SDK application 152 in response to an input via the management screen. The application management unit 184 also manages the list information of the SDK applications 152 installed in the image forming apparatus 10 using, for example, the NVRAM 115.

なお、SDKプラットフォーム153は、それ自身、画像形成装置10にインストールされるアプリケーションの一種である。例えば、SDKプラットフォーム153は、SDカード80から又はネットワークを介して画像形成装置10にインストールされる。但し、SDKプラットフォーム153は、SDKアプリ152とは異なり、OS155上で一つのプロセスとして動作する。   The SDK platform 153 is a kind of application installed in the image forming apparatus 10 itself. For example, the SDK platform 153 is installed in the image forming apparatus 10 from the SD card 80 or via a network. However, unlike the SDK application 152, the SDK platform 153 operates as a single process on the OS 155.

コントロールサービス154は、各種のシステム設定の管理部を有する。同図には、認証設定管理部1541、ネットワーク設定管理部1542、印刷設定管理部1543、セキュリティ設定管理部1544、及び省電力設定管理部1545等が例示されている。   The control service 154 includes a management unit for various system settings. In the figure, an authentication setting management unit 1541, a network setting management unit 1542, a print setting management unit 1543, a security setting management unit 1544, a power saving setting management unit 1545, and the like are illustrated.

認証設定管理部1541は、システム設定の一部である認証設定を管理する。認証設定とは、ユーザの認証に関する設定情報や課金に関する設定情報である。認証設定の一例として、ユーザ情報(ユーザ名、パスワード等)、認証方式、外部の認証サーバの識別情報、及び課金のタイミングに関する設定等が挙げられる。   The authentication setting management unit 1541 manages authentication settings that are part of the system settings. The authentication setting is setting information related to user authentication and setting information related to charging. Examples of authentication settings include user information (user name, password, etc.), authentication method, external authentication server identification information, and charging timing settings.

ネットワーク設定管理部1542は、システム設定の一部であるネットワーク設定を管理する。ネットワーク設定とは、ネットワーク通信に関する設定情報である。ネットワーク設定の一例として、有効なプロトコルやDNS(Domain Name System)に関する設定が挙げられる。   The network setting management unit 1542 manages network settings that are part of the system settings. The network setting is setting information related to network communication. As an example of the network settings, there are settings related to effective protocols and DNS (Domain Name System).

印刷設定管理部1543は、システム設定の一部である印刷設定を管理する。印刷設定とは、印刷ジョブ又は印刷アプリ1512に関する設定情報である。印刷設定の一例として、有効なプリンタ言語の設定が挙げられる。   The print setting management unit 1543 manages print settings that are part of the system settings. The print setting is setting information regarding the print job or the print application 1512. An example of the print setting is a valid printer language setting.

セキュリティ設定管理部1544は、システム設定の一部であるセキュリティ設定を管理する。セキュリティ設定とは、セキュリティに関する設定情報である。   The security setting management unit 1544 manages security settings that are part of the system settings. The security setting is setting information related to security.

省電力設定管理部1545は、システム設定の一部である省電力設定を管理する。省電力設定とは、省電力モードに関する設定情報である。省電力設定の一例として、省電力状態へ移行するタイミングに関する設定が挙げられる。   The power saving setting management unit 1545 manages the power saving setting which is a part of the system setting. The power saving setting is setting information related to the power saving mode. As an example of the power saving setting, there is a setting related to the timing for shifting to the power saving state.

図6は、SDKアプリとシステム設定との関係の一例を説明するための図である。同図には、実装されている機能に応じて、依存するシステム設定の例が示されている。依存するシステム設定とは、SDKアプリ152の動作に影響を与えるシステム設定をいう。   FIG. 6 is a diagram for explaining an example of the relationship between the SDK application and the system setting. The figure shows an example of a system setting that depends on the functions that are implemented. The dependent system setting refers to a system setting that affects the operation of the SDK application 152.

例えば、認証系機能が実装されているSDKアプリ152は、認証設定の影響を受ける。認証系機能とは、例えば、ユーザ認証機能、課金機能等である。印刷系機能が実装されているSDKアプリ152は、印刷設定の影響を受ける。印刷系機能には、印刷機能以外に、コピー機能等も含まれる。画像形成装置10において、コピーは、スキャンと印刷との組み合わせとして扱われるからである。通信系機能が実装されているSDKアプリ152は、ネットワーク設定の影響を受ける。通信系機能とは、例えば、ファイル配信機能、ネットワーク認証機能等である。   For example, the SDK application 152 in which the authentication function is mounted is affected by the authentication setting. Examples of the authentication function include a user authentication function and a billing function. The SDK application 152 in which the printing function is installed is affected by the print setting. In addition to the print function, the print function includes a copy function and the like. This is because copying is handled as a combination of scanning and printing in the image forming apparatus 10. The SDK application 152 in which the communication function is installed is affected by the network setting. Examples of the communication function include a file distribution function and a network authentication function.

このように、SDKアプリ152とシステム設定とは、密接な関係を有する。例えば、システム設定の現在値が、或るSDKアプリ152の期待又は予定している値に一致しない場合、当該SDKアプリ152は、正常に動作しない可能性がある。   Thus, the SDK application 152 and the system setting have a close relationship. For example, if the current value of the system setting does not match the expected or planned value of a certain SDK application 152, the SDK application 152 may not operate normally.

続いて、本実施の形態におけるSDKアプリ152が有する状態について説明する。図7は、SDKアプリが有する状態の例を説明するための図である。   Next, the state of the SDK application 152 in the present embodiment will be described. FIG. 7 is a diagram for explaining an example of the state of the SDK application.

本実施の形態において、SDKアプリ152の状態は、二種類有る。一つは外部状態であり、もう一つは内部状態である。外部状態とは、SDKアプリ152の外部(本実施の形態では、アプリ管理部184)が把握している状態である。すなわち、外部状態は、アプリ管理部184が管理する、SDKアプリ152のライフサイクルとほぼ同義である。したがって、外部状態の分類は、各SDKアプリ152に対して共通である。   In the present embodiment, there are two types of states of the SDK application 152. One is an external state and the other is an internal state. The external state is a state that is recognized by the outside of the SDK application 152 (in this embodiment, the application management unit 184). That is, the external state is almost synonymous with the life cycle of the SDK application 152 managed by the application management unit 184. Therefore, the classification of the external state is common to each SDK application 152.

一方、内部状態は、各SDKアプリ152の内部において管理されている状態である。すなわち、内部状態は、各SDKアプリ152に固有の仕様に基づいて、SDKアプリ152ごとに定義された状態である。したがって、内部状態の分類は、SDKアプリ152ごとに異なりうる。各SDKアプリ152の自アプリ状態通知部171、自アプリ状態保存部172、及び自アプリ状態記憶部173が扱う状態情報は、内部状態に関する状態情報である。   On the other hand, the internal state is a state managed within each SDK application 152. That is, the internal state is a state defined for each SDK application 152 based on specifications specific to each SDK application 152. Therefore, the classification of the internal state can be different for each SDK application 152. The state information handled by the own application state notification unit 171, the own application state storage unit 172, and the own application state storage unit 173 of each SDK application 152 is state information regarding the internal state.

本実施の形態において、外部状態は、起動状態、停止状態、及び未インストール状態に分類される。未インストール状態は、画像形成装置10にインストールされていない状態である。起動状態は、インストール済みのSDKアプリ152がRAM112にロードされ、起動されている(例えば、スレッドとして起動されている)状態である。停止状態は、インストール済みのSDKアプリ152が停止している状態である。   In the present embodiment, the external state is classified into a start state, a stop state, and an uninstalled state. The uninstalled state is a state where the image forming apparatus 10 is not installed. The activated state is a state in which the installed SDK application 152 is loaded in the RAM 112 and activated (for example, activated as a thread). The stopped state is a state in which the installed SDK application 152 is stopped.

内部状態の分類として、同図には、正常状態、処理中状態、警告状態、及びエラー状態が例示されている。上記したように、内部状態の分類は、SDKアプリ152に依存する。したがって、当該分類は、一例に過ぎない。   As a classification of the internal state, the figure illustrates a normal state, a processing state, a warning state, and an error state. As described above, the classification of the internal state depends on the SDK application 152. Therefore, the classification is only an example.

正常状態は、SDKアプリ152が起動していて、処理を正常に実行可能な状態である。処理中状態は、SDKアプリ152が起動していて、処理中の状態である。警告状態は、SDKアプリは起動しているが、軽微な異常が発生又は異常の発生の可能性が予期される状態である。軽微な異常とは、例えば、動作の継続は可能であるが、一部の機能に関して支障が生じる可能性の有る異常である。エラー状態は、SDKアプリ152は起動しているが、重大な異常が発生している状態である。重大な異常とは、例えば、動作の継続が不可能な異常である。   The normal state is a state in which the SDK application 152 is activated and processing can be normally executed. The in-process state is a state in which the SDK application 152 is activated and in process. The warning state is a state in which the SDK application is activated but a minor abnormality occurs or a possibility of occurrence of the abnormality is expected. A minor abnormality is, for example, an abnormality that can continue operation but may cause a problem with some functions. The error state is a state in which the SDK application 152 is activated but a serious abnormality has occurred. A serious abnormality is, for example, an abnormality in which the operation cannot be continued.

なお、外部状態と内部状態とは、階層構造を形成する。すなわち、内部状態における各状態は、外部状態におけるいずれかの状態に属する。同図では、外部状態が起動状態である場合に、正常状態、処理中状態、警告状態、又はエラー状態のいずれかの内部状態が発生することが示されている。   Note that the external state and the internal state form a hierarchical structure. That is, each state in the internal state belongs to any state in the external state. In the figure, it is shown that when the external state is the activated state, any one of the normal state, the processing state, the warning state, or the error state occurs.

停止状態に属する内部状態は、便宜上、省略されている。上記したように、SDKアプリ152が停止状態に移行する際、停止状態へ移行する直前の内部状態が、自アプリ状態保存部172によって自アプリ状態記憶部173に記録される。したがって、本実施の形態では、停止状態に属する内部状態は、起動状態に属する内部状態とほぼ同様である。   The internal state belonging to the stopped state is omitted for convenience. As described above, when the SDK application 152 shifts to the stopped state, the internal state immediately before shifting to the stopped state is recorded in the own application state storage unit 173 by the own application state storage unit 172. Therefore, in the present embodiment, the internal state belonging to the stopped state is substantially the same as the internal state belonging to the activated state.

未インストール状態に関しては、内部状態は無い。インストールされていなければ、内部状態は発生し得ないからである。   There is no internal state for the uninstalled state. This is because an internal state cannot occur unless it is installed.

以下、画像形成装置10の処理手順について説明する。図8は、本実施の形態の画像形成装置が実行する処理手順の一例を説明するためのシーケンス図である。   Hereinafter, a processing procedure of the image forming apparatus 10 will be described. FIG. 8 is a sequence diagram for explaining an example of a processing procedure executed by the image forming apparatus according to the present embodiment.

ステップS101において、機器管理サーバ20は、ユーザ端末30からの要求に応じ、SDKアプリ152の状態情報の取得要求を画像形成装置10に送信する。当該取得要求の送信先となる画像形成装置10は、例えば、機器管理サーバ20に予め識別情報(IPアドレス等)が登録されている一以上の画像形成装置10であってもよいし、ユーザ端末30からの要求において指定されている一以上の画像形成装置10であってもよい。   In step S <b> 101, the device management server 20 transmits an acquisition request for the status information of the SDK application 152 to the image forming apparatus 10 in response to a request from the user terminal 30. The image forming apparatus 10 that is the transmission destination of the acquisition request may be, for example, one or more image forming apparatuses 10 in which identification information (IP address or the like) is registered in advance in the device management server 20, or a user terminal One or more image forming apparatuses 10 specified in the request from 30 may be used.

画像形成装置10のアプリ状態管理部152aの通信制御部161は、当該取得要求を受信すると、アプリ状態提供部162に状態情報の取得要求を入力する(S102)。アプリ状態提供部162は、当該取得要求の入力に応じ、監視対象記憶部166に記憶されている情報を取得する(S103)。   When receiving the acquisition request, the communication control unit 161 of the application state management unit 152a of the image forming apparatus 10 inputs the acquisition request for the state information to the application state providing unit 162 (S102). The application state providing unit 162 acquires information stored in the monitoring target storage unit 166 in response to the input of the acquisition request (S103).

図9は、監視対象記憶部の構成例を示す図である。同図に示されるように、監視対象記憶部166は、状態の監視対象とするSDKアプリ152のプロダクトIDの一覧を記憶する。プロダクトIDとは、本実施の形態において、各SDKアプリ152の識別情報である。同図では、プロダクトIDが、「119036489」、「204752189」、「485408163」、又は「636491000」である4つのSDKアプリ152が監視対象として指定されている例が示されている。なお、監視対象記憶部166の内容が空である場合、画像形成装置10にインストールされている全てのSDKアプリ152が監視対象とされてもよい。   FIG. 9 is a diagram illustrating a configuration example of the monitoring target storage unit. As shown in the figure, the monitoring target storage unit 166 stores a list of product IDs of the SDK application 152 whose status is to be monitored. The product ID is identification information of each SDK application 152 in the present embodiment. In the figure, an example is shown in which four SDK applications 152 whose product IDs are “119036489”, “204752189”, “485408163”, or “636491000” are designated as monitoring targets. When the contents of the monitoring target storage unit 166 are empty, all the SDK applications 152 installed in the image forming apparatus 10 may be monitored.

続いて、アプリ状態提供部162は、監視対象記憶部166より取得されたプロダクトID群を指定して、状態情報の取得要求をアプリ状態取得部163に入力する(S104)。アプリ状態取得部163は、状態情報の取得要求に応じ、当該取得要求に指定されたプロダクトID群を指定して、外部状態の取得をアプリ管理部184に対して要求する(S105)。   Subsequently, the application state providing unit 162 designates the product ID group acquired from the monitoring target storage unit 166, and inputs a state information acquisition request to the application state acquisition unit 163 (S104). In response to the state information acquisition request, the application state acquisition unit 163 specifies the product ID group specified in the acquisition request and requests the application management unit 184 to acquire the external state (S105).

アプリ管理部184は、指定されたプロダクトID群に係る各SDKアプリ152の外部状態を示す状態情報(外部状態情報)をプロダクトIDに関連付けてアプリ状態取得部163に応答する(S106)。   The application management unit 184 associates state information (external state information) indicating the external state of each SDK application 152 related to the designated product ID group with the product ID, and responds to the application state acquisition unit 163 (S106).

図10は、外部状態情報の応答の構成例を示す図である。同図に示されるように、アプリ管理部184は、プロダクトIDごとに、当該プロダクトIDに係るSDKアプリ152の外部状態情報を応答する。   FIG. 10 is a diagram illustrating a configuration example of the response of the external state information. As shown in the figure, for each product ID, the application management unit 184 responds with the external state information of the SDK application 152 related to the product ID.

なお、SDKアプリ152のインストール処理、起動処理、又は停止処理等を実行するのはアプリ管理部184である。したがって、アプリ管理部184は、各SDKアプリ152が、起動状態であるか又は停止状態であるかを示す状態情報を、例えば、NVRAM115を用いて管理している。したがって、ステップS106では、NVRAM115に記録されている状態情報が応答される。   Note that the application management unit 184 executes the installation process, activation process, or stop process of the SDK application 152. Therefore, the application management unit 184 manages state information indicating whether each SDK application 152 is in a start state or a stop state using, for example, the NVRAM 115. Therefore, in step S106, the status information recorded in the NVRAM 115 is returned.

続いて、アプリ状態取得部163は、ステップS104において入力された状態情報の取得要求に指定されたプロダクトID群に係る各SDKアプリ152に対して、内部状態の問い合わせ(内部状態を示す状態情報の取得要求)を行う。具体的には、起動状態のSDKアプリ152については、アプリ状態取得部163は、当該SDKアプリ152の自アプリ状態通知部171に対して、内部状態の問い合わせを行う(S107)。当該自アプリ状態通知部171は、問い合わせに応じ、当該SDKアプリ152の内部状態を示す状態情報(内部状態情報)をアプリ状態取得部163に応答する(S108)。また、停止状態のSDKアプリ152については、アプリ状態取得部163は、当該SDKアプリ152の自アプリ状態記憶部173より、当該SDK152の内部状態情報を取得する(S109、S110)。自アプリ状態記憶部173より取得される内部状態情報は、当該SDKアプリ152が停止状態に移行する際に、自アプリ状態保存部172によって自アプリ状態記憶部173に書き込まれた(記録された)内部状態情報である。   Subsequently, the application state acquisition unit 163 sends an inquiry about the internal state (the state information indicating the internal state) to each SDK application 152 related to the product ID group specified in the state information acquisition request input in step S104. Acquisition request). Specifically, for the SDK application 152 in the activated state, the application state acquisition unit 163 makes an inquiry about the internal state to the own application state notification unit 171 of the SDK application 152 (S107). In response to the inquiry, the own application state notification unit 171 responds to the application state acquisition unit 163 with state information (internal state information) indicating the internal state of the SDK application 152 (S108). For the SDK application 152 in the stopped state, the application state acquisition unit 163 acquires the internal state information of the SDK 152 from the own application state storage unit 173 of the SDK application 152 (S109, S110). The internal state information acquired from the own application state storage unit 173 was written (recorded) in the own application state storage unit 173 by the own application state storage unit 172 when the SDK application 152 shifts to the stopped state. Internal state information.

各SDKアプリ152から取得される内部状態を情報は、例えば、図11に示されるような構成を有する。   The internal state information acquired from each SDK application 152 has a configuration as shown in FIG. 11, for example.

図11は、内部状態情報の構成例を示す図である。同図には、問い合わせ先のSDKアプリ152の内部状態に応じた状内部態情報の具体例(1)、(2)、及び(3)が示されている。(1)、(2)、及び(3)は、内部状態及び拡張情報の項目から構成される点において共通する。   FIG. 11 is a diagram illustrating a configuration example of the internal state information. In the figure, specific examples (1), (2), and (3) of the state internal state information corresponding to the internal state of the SDK application 152 that is the inquiry destination are shown. (1), (2), and (3) are common in that they are composed of items of internal state and extended information.

(1)は、正常状態のSDKアプリ152より取得される内部状態情報の具体例である。正常状態のSDKアプリ152からは、内部状態の項目に正常状態を示す値が記録された内部状態情報が取得される。   (1) is a specific example of internal state information acquired from the SDK application 152 in a normal state. From the SDK application 152 in the normal state, internal state information in which a value indicating the normal state is recorded in the internal state item is acquired.

(2)は、警告状態のSDKアプリ152より取得される内部状態情報の具体例である。警告状態のSDKアプリ152からは、内部状態の項目に警告状態を示す値が記録され、拡張情報の項目に、警告状態の原因ごとに、詳細メッセージ及び状態コードが記録された内部状態情報が取得される。詳細メッセージとは、警告状態の原因の内容を示すメッセージである。状態コードは、警告状態の原因を識別するための番号(識別子)である。例えば、状態コードは、SDKアプリ152の開発者等が理解可能な情報である。   (2) is a specific example of the internal state information acquired from the SDK application 152 in the warning state. From the warning state SDK application 152, a value indicating a warning state is recorded in the internal state item, and internal state information in which a detailed message and a state code are recorded for each cause of the warning state is acquired in the extended information item. Is done. The detailed message is a message indicating the content of the cause of the warning state. The status code is a number (identifier) for identifying the cause of the warning condition. For example, the status code is information that a developer of the SDK application 152 can understand.

(3)は、エラー状態のSDKアプリ152より取得される内部状態情報の具体例である。エラー状態のSDKアプリ152からは、内部状態の項目にエラー状態を示す値が記録され、拡張情報の項目に、エラー状態の原因ごとに、詳細メッセージ、状態コード、システム設定の期待値が記録された内部状態情報が取得される。詳細メッセージ及び状態コードについては、(2)における説明より自明であるため、その説明は省略する。システム設定の期待値は、エラー状態の原因に関連するシステム設定の設定項目に関して、当該SDKアプリ152が期待している(又は正常動作の前提として予定している)設定値である。例えば、同図では、「認証サーバに接続できません」というエラー状態の原因に関して、設定項目「IPv4」に対する期待値は「有効」であることが示されている。このことは、「IPv4」に対する設定値が「有効」になっていることが、認証サーバに接続可能な前提であることを示す。すなわち、このことは、「IPv4」に対する設定値が、「有効」になっていることの確認を要求するメッセージであるともいえる。   (3) is a specific example of internal state information acquired from the SDK application 152 in an error state. From the error state SDK application 152, a value indicating an error state is recorded in the internal state item, and a detailed message, a status code, and an expected value of the system setting are recorded in the extended information item for each cause of the error state. Internal state information is acquired. Since the detailed message and the status code are obvious from the description in (2), the description is omitted. The expected value of the system setting is a setting value expected by the SDK application 152 (or scheduled as a premise of normal operation) regarding the setting item of the system setting related to the cause of the error state. For example, in the figure, regarding the cause of the error state “cannot connect to the authentication server”, the expected value for the setting item “IPv4” is “valid”. This indicates that the setting value for “IPv4” is “valid” is a premise that the authentication server can be connected. That is, this can be said to be a message requesting confirmation that the setting value for “IPv4” is “valid”.

「拡張外部課金設定1」又は「拡張外部課金設定2」に関しても同様である。   The same applies to “extended external charging setting 1” or “extended external charging setting 2”.

なお、内部状態情報に含まれている、システム設定の期待値に関する情報は、該当する設定項目に対する現在の設定値(現在値)が、期待値と異なることについてまでは言及していない。本実施の形態において、アプリ状態管理部152aを除く各SDKアプリ152には、システム設定の現在値を取得するための所定のAPIを呼び出すことができず、現在値を知る術がないからである。各SDKアプリ152が、当該APIを呼び出すことができないのは、当該APIが、例えば、セキュリティ上の観点から画像形成装置10のメーカ以外には公開されていないからである。本実施の形態では、アプリ状態管理部152aは、画像形成装置10のメーカによって開発されたものであり、他のSDKアプリ152は、サードベンダによって開発されたものである。   The information about the expected value of the system setting included in the internal state information does not mention that the current setting value (current value) for the corresponding setting item is different from the expected value. This is because, in the present embodiment, each SDK application 152 except for the application state management unit 152a cannot call a predetermined API for acquiring the current value of the system setting and has no way of knowing the current value. . The reason why each SDK application 152 cannot call the API is that the API is not disclosed to anyone other than the manufacturer of the image forming apparatus 10 from the viewpoint of security, for example. In the present embodiment, the application state management unit 152a is developed by the manufacturer of the image forming apparatus 10, and the other SDK applications 152 are developed by a third vendor.

但し、プログラムロジックにおいて、当該APIの呼び出し元がアプリ状態管理部152aに限定されるようにしてもよい。例えば、アプリ状態管理部152aに係るプロダクトIDを有するSDKアプリ152から当該APIが呼び出されたときは、当該APIの実装内容が実行され、それ以外の場合は、当該APIの実装内容の実行が拒否されるようにしてもよい。   However, in the program logic, the caller of the API may be limited to the application state management unit 152a. For example, when the API is called from the SDK application 152 having the product ID related to the application state management unit 152a, the implementation content of the API is executed, and otherwise, the execution of the implementation content of the API is rejected. You may be made to do.

なお、図11に示される構成は、一例である。内部状態情報には、更に詳細な情報が含まれていてもよいし、状態コードは含まれていなくてもよい。すなわち、内部状態情報の内容は、SDKアプリ152の開発者に依存する。但し、各SDKアプリ152の内部状態情報は、アプリ状態管理部152aが解読可能な形式である必要がある。   Note that the configuration shown in FIG. 11 is an example. The internal state information may include more detailed information or may not include the state code. That is, the content of the internal state information depends on the developer of the SDK application 152. However, the internal state information of each SDK application 152 needs to be in a format that can be decoded by the application state management unit 152a.

続いて、アプリ状態取得部163は、各SDKアプリ152より取得された外部状態情報及び内部状態情報をアプリ状態提供部162に応答する(S111)。なお、各内部状態情報には、当該内部状態情報の取得先のSDKアプリ152のプロダクトIDが関連付けられて、アプリ状態提供部162に応答される。   Subsequently, the application state acquisition unit 163 returns the external state information and the internal state information acquired from each SDK application 152 to the application state providing unit 162 (S111). Each internal state information is associated with the product ID of the SDK application 152 from which the internal state information is acquired, and is returned to the application state providing unit 162.

アプリ状態提供部162は、各内部状態情報を確認し、システム設定の期待値が含まれている場合、当該システム設定の設定項目の識別名(設定項目名)を指定して、システム設定の現在値の取得をシステム設定取得部164に要求する(S112)。図11の(3)に示される内部状態情報に関する場合、「IPv4」、「拡張外部課金設定1」、及び「拡張外部課金設定2」の設定項目名が指定されて、現在値の取得が要求される。   The application state providing unit 162 checks each internal state information, and if the expected value of the system setting is included, specifies the identification name (setting item name) of the setting item of the system setting, The system setting acquisition unit 164 is requested to acquire a value (S112). In the case of the internal state information shown in (3) of FIG. 11, the setting item names “IPv4”, “Extended External Billing Setting 1”, and “Extended External Billing Setting 2” are designated, and the acquisition of the current value is requested. Is done.

システム設定取得部164は、指定された各設定項目名に対する現在値の取得を、コントロールサービス154に要求する(S113)。当該要求は、厳密には、SDKプラットフォーム153の複合機クラスライブラリ181の所定のAPI(図11の説明の説明において言及したAPI)を呼び出すことによって行われる。複合機クラスライブラリ181は、ネイティブプログラムインタフェース183を介して、コントロールサービス154に対して、現在値の取得を要求する。現在値の取得要求先は、現在値の取得対象の設定項目を管理する各管理部である。例えば、「IPv4」については、ネットワーク設定管理部1542が、「拡張外部課金設定1」、及び「拡張外部課金設定2」については、認証設定管理部1541が、現在値の取得要求先となる。システム設定取得部164は、各設定項目の管理先がいずれかであるのかを知っている。斯かる知識は、予めシステム設定取得部164のロジックとして実装されていてもよいし、外部ファイル等に記録されていてもよい。外部ファイルには、設定項目名と管理先の識別情報との対応情報が記録されていればよい。   The system setting acquisition unit 164 requests the control service 154 to acquire a current value for each specified setting item name (S113). Strictly speaking, the request is made by calling a predetermined API (API referred to in the description of FIG. 11) of the MFP class library 181 of the SDK platform 153. The multi-function device class library 181 requests the control service 154 to acquire the current value via the native program interface 183. The current value acquisition request destination is each management unit that manages the setting item for which the current value is to be acquired. For example, for “IPv4”, the network setting management unit 1542 becomes an acquisition request destination of the current value for the “extended external charging setting 1” and “extended external charging setting 2”. The system setting acquisition unit 164 knows which is the management destination of each setting item. Such knowledge may be implemented in advance as the logic of the system setting acquisition unit 164, or may be recorded in an external file or the like. Correspondence information between the setting item name and the management destination identification information only needs to be recorded in the external file.

設定項目の現在値の取得を要求された管理部(例えば、ネットワーク設定管理部1542、認証設定管理部1541)は、指定された設定項目の現在値を、例えば、NVRAM115より取得し、取得された現在値をシステム設定取得部164に応答する(S114)。当該応答は、ネイティブプログラムインタフェース183及び複合機クラスライブラリ181を介して行われる。   The management unit (for example, the network setting management unit 1542 and the authentication setting management unit 1541) requested to acquire the current value of the setting item acquires the current value of the specified setting item from the NVRAM 115, for example. The current value is returned to the system setting acquisition unit 164 (S114). This response is made via the native program interface 183 and the multifunction device class library 181.

システム設定取得部164は、取得された各設定項目の現在値を、アプリ状態提供部162に応答する(S115)。続いて、アプリ状態提供部162は、ステップS111において取得された外部状態情報及び内部状態情報と、ステップS115において取得されたシステム設定の現在値とを相互に関連付けて(統合して)、状態情報の取得結果を示すデータ(状態取得結果データ)を生成する(S116)。   The system setting acquisition unit 164 responds to the application state providing unit 162 with the acquired current value of each setting item (S115). Subsequently, the application state providing unit 162 associates (integrates) the external state information and the internal state information acquired in step S111 with the current value of the system setting acquired in step S115, and stores the state information. The data indicating the acquisition result (state acquisition result data) is generated (S116).

図12は、状態取得結果データの一例を示す図である。同図に示されるように、状態取得結果データは、プロダクトIDごと(監視対象のSDKアプリ152ごと)に、外部状態情報及び内部状態情報を含む。また、内部状態が警告状態又はエラー状態であるSDKアプリ152に関しては、拡張情報として、詳細情報及び状態コードを含む。更に、内部状態がエラー状態であるSDKアプリ152に関しては、拡張情報の一部として、エラー状態の原因に関連するシステム設定の設定項目ごとに、期待値及び現在値を含む。すなわち、期待値と現在値とは対比可能なように関連付けられて状態取得結果データに含められる。   FIG. 12 is a diagram illustrating an example of state acquisition result data. As shown in the figure, the status acquisition result data includes external status information and internal status information for each product ID (for each monitored SDK application 152). Further, regarding the SDK application 152 whose internal state is a warning state or an error state, detailed information and a state code are included as extended information. Further, regarding the SDK application 152 whose internal state is an error state, an expected value and a current value are included as part of the extended information for each setting item of the system setting related to the cause of the error state. That is, the expected value and the current value are associated with each other so as to be comparable and are included in the state acquisition result data.

同図の例によれば、例えば、プロダクトIDが「636491000」であるSDKアプリ152が、起動状態においてエラー状態であることが分かる。また、当該SDKアプリ152は、システム設定の設定項目「IPv4」に関して、「有効」を期待値とするのに対し、現在値は「無効」であることが分かる。一方、「拡張外部課金設定1」及び「拡張外部課金設定2」については、現在値は、期待値に一致していることが分かる。   According to the example shown in the figure, for example, it can be seen that the SDK application 152 whose product ID is “636491000” is in an error state in the activated state. Further, it is understood that the SDK application 152 sets “valid” as an expected value for the setting item “IPv4” of the system setting, while the current value is “invalid”. On the other hand, for “extended external billing setting 1” and “extended external billing setting 2”, it can be seen that the current value matches the expected value.

なお、同図では、「有効」又は「無効」が設定可能な設定項目が例示されているが、文字列や数値等が設定可能な設定項目に関しても、本実施の形態は有効である。   In the figure, setting items that can be set to “valid” or “invalid” are illustrated, but the present embodiment is also effective for setting items that can be set with character strings, numerical values, and the like.

続いて、アプリ状態提供部162は、生成された状態取得結果データを通信制御部161に応答(出力)する(S117)。なお、状態取得結果データの出力先は、例えば、HDD114であってもよいし、印刷用紙であってもよい。すなわち、アプリ状態提供部162は、印刷アプリ1512に対して状態取得結果データの印刷を要求する。印刷アプリ1512は、要求に応じ、状態取得結果データの印刷を、プリンタ13に実行させる。   Subsequently, the application state providing unit 162 responds (outputs) the generated state acquisition result data to the communication control unit 161 (S117). Note that the output destination of the status acquisition result data may be, for example, the HDD 114 or printing paper. That is, the application state providing unit 162 requests the print application 1512 to print the state acquisition result data. The print application 1512 causes the printer 13 to print the status acquisition result data in response to the request.

続いて、通信制御部161は、当該状態取得結果データを、ステップS101における状態情報の取得要求に対する応答として返信する(S118)。当該状態取得結果データを受信した機器管理サーバ20は、例えば、当該状態取得結果データを含む画面をユーザ端末30に表示させる。当該画面は、例えば、Webページであってもよい。または、機器管理サーバ20は、当該状態取得結果データを含む電子メールをユーザ端末30に送信してもよい。   Subsequently, the communication control unit 161 returns the status acquisition result data as a response to the status information acquisition request in step S101 (S118). The device management server 20 that has received the status acquisition result data causes the user terminal 30 to display a screen including the status acquisition result data, for example. The screen may be a web page, for example. Alternatively, the device management server 20 may transmit an email including the state acquisition result data to the user terminal 30.

ユーザは、ユーザ端末30において表示される状態取得結果データを参照して、プロダクトIDが「636491000」であるSDKアプリ152が、エラー状態であること等を知ることができる。また、ユーザは、当該エラー状態は、システム設定の設定項目「IPv4」の現在値が「無効」であることが原因である可能性を知ることができる。そこで、ユーザは、画像形成装置10の「IPv4」の設定値を「有効」に更新させることにより、当該エラー状態を解消することができる。   The user can know that the SDK application 152 whose product ID is “636491000” is in an error state by referring to the state acquisition result data displayed on the user terminal 30. Further, the user can know that the error state may be caused by the fact that the current value of the setting item “IPv4” of the system setting is “invalid”. Therefore, the user can eliminate the error state by updating the set value of “IPv4” of the image forming apparatus 10 to “valid”.

なお、現在値と期待値とが一致しない場合に、現在値の更新が自動的に実行されてもよい。この場合の処理手順について説明する。   Note that, when the current value does not match the expected value, the current value may be automatically updated. A processing procedure in this case will be described.

図13は、本実施の形態の画像形成装置が実行する処理手順の一例を説明するための第二のシーケンス図である。図13中、図8と同一ステップには同一ステップ番号を付し、その説明は省略する。   FIG. 13 is a second sequence diagram for explaining an example of a processing procedure executed by the image forming apparatus according to the present embodiment. In FIG. 13, the same steps as those in FIG. 8 are denoted by the same step numbers, and the description thereof is omitted.

図13では、ステップS121以降の処理手順が、図8と異なる。ステップS121において、アプリ状態提供部162は、状態取得結果データにおいて、現在値と期待値とが一致しない設定項目(図11の例では、「IPv4」)に関して、設定項目名と当該期待値とを指定してシステム設定の更新をシステム設定更新部165に要求する(S121)。システム設定更新部165は、更新対象の設定項目(IPv4)について、指定された期待値への更新をコントロールサービス154(ネットワーク設定管理部1542)に要求する(S122)。当該要求が、複合機クラスライブラリ181及びネイティブプログラムインタフェース183を介して行われるのは、ステップS113と同様である。また、システム設定更新部165は、各設定項目の管理先がいずれかであるのかを知っているのは、システム設定取得部164と同様である。   In FIG. 13, the processing procedure after step S121 is different from FIG. In step S121, the application state providing unit 162 displays the setting item name and the expected value for the setting item (in the example of FIG. 11, “IPv4”) in which the current value does not match the expected value in the state acquisition result data. The system setting update unit 165 is requested to update the system setting by designating (S121). The system setting update unit 165 requests the control service 154 (network setting management unit 1542) to update the setting item (IPv4) to be updated to the specified expected value (S122). The request is made through the multi-function device class library 181 and the native program interface 183 as in step S113. Further, the system setting update unit 165 knows which of the management destinations of each setting item is the same as the system setting acquisition unit 164.

なお、システム設定更新部165は、コントロールサービス154にシステム設定の更新を要求する前に、各SDKアプリ152に対して、更新対象の設定項目名及びこれから設定しようとしている値(期待値)を指定して、更新の許否を問い合わせてもよい。すなわち、これから行おうとする更新によって、悪影響を受けるSDKアプリ152が発生する可能性があるからである。問い合わせを行った全てのSDKアプリ152より更新の許可が得られた場合に、コントロールサービス154に対してシステム設定の更新が要求されるようにしてもよい。   The system setting update unit 165 designates the setting item name to be updated and the value (expected value) to be set for each SDK application 152 before requesting the control service 154 to update the system setting. Then, it may be inquired whether the update is permitted or not. That is, there is a possibility that the SDK application 152 that is adversely affected by the update to be performed in the future. When the update permission is obtained from all of the SDK applications 152 that have inquired, the control service 154 may be requested to update the system setting.

設定項目の現在値の更新を要求されたコントロールサービス(ネットワーク管理部)は、更新対象の設定項目の現在値を、指定された期待値によって更新し、更新結果(更新の成否)をシステム設定更新部165に応答する(S123)。システム設定部は、当該更新結果をアプリ状態提供部162に応答する(S124)。   The control service (network management unit) requested to update the current value of the setting item updates the current value of the setting item to be updated with the specified expected value, and updates the update result (success / failure of the update) to the system settings. It responds to the part 165 (S123). The system setting unit returns the update result to the application state providing unit 162 (S124).

アプリ状態提供部162は、必要に応じて状態取得結果データを更新し、当該状態取得結果データを、通信制御部161に応答する(S125)。例えば、更新に成功した場合、更新された設定項目に関して、更新されたことを示す情報が状態取得結果データに追加されてもよい。ステップS126は、ステップS118(図8)と同様である。   The application state providing unit 162 updates the state acquisition result data as necessary, and responds to the communication control unit 161 with the state acquisition result data (S125). For example, when the update is successful, information indicating that the updated setting item has been updated may be added to the state acquisition result data. Step S126 is the same as step S118 (FIG. 8).

上述したように、本実施の形態によれば、異常状態(エラー状態)のSDKアプリ152が存在する場合に、当該SDKアプリ152がシステム設定の設定項目に関して期待する設定値(期待値)と、当該設定項目に現在設定されている値(現在値)とが対比可能なように関連付けられて出力される。したがって、ユーザ等は、当該異常状態の原因を、容易に把握することができる。   As described above, according to the present embodiment, when the SDK application 152 in an abnormal state (error state) exists, the setting value (expected value) that the SDK application 152 expects regarding the setting items of the system setting, A value (current value) currently set for the setting item is output in association with the setting item so as to be comparable. Therefore, the user or the like can easily grasp the cause of the abnormal state.

また、期待値と現在値とが一致しない設定項目について、自動的に期待値が設定されることにより、ユーザ等の作業負担を更に軽減することができる。   In addition, since the expected value is automatically set for the setting item in which the expected value and the current value do not match, the work burden on the user or the like can be further reduced.

なお、本実施の形態では、アプリ状態管理部152aが一つのSDKアプリ152aとして実装される例について説明した。このような実施形態は、既に市場に流通している画像形成装置10を用いて本実施の形態を実施する際に特に有効である。アプリ状態管理部152aとしてのSDKアプリ152aを斯かる画像形成装置10にインストールすればよいからである。   In the present embodiment, an example in which the application state management unit 152a is implemented as one SDK application 152a has been described. Such an embodiment is particularly effective when the present embodiment is implemented using the image forming apparatus 10 that is already distributed in the market. This is because the SDK application 152 a as the application state management unit 152 a may be installed in the image forming apparatus 10.

すなわち、本実施の形態において、アプリ状態管理部152aが一つのSDKアプリ152aとして構成される例を説明したのは、既に市場に流通している画像形成装置10の利便性を考慮したためであり、技術的な制約に基づくものではない。したがって、アプリ状態管理部152aは、例えば、SDKプラットフォーム153内に実装されてもよい。   That is, in the present embodiment, the example in which the application state management unit 152a is configured as one SDK application 152a is described in consideration of the convenience of the image forming apparatuses 10 that are already distributed in the market. It is not based on technical constraints. Therefore, the application state management unit 152a may be implemented in the SDK platform 153, for example.

図14は、アプリ状態管理部がSDKプラットフォームの一部として実装される例を示す図である。図14中、図5と同一部分には同一符号を付し、その説明は省略する。   FIG. 14 is a diagram illustrating an example in which the application state management unit is implemented as part of the SDK platform. In FIG. 14, the same parts as those in FIG.

同図において、アプリ状態管理部152aは、SDKプラットフォーム153に含まれている。このような構成によれば、アプリ状態管理部152aとしてのSDKアプリ152aをインストールしなくとも、本実施の形態を実施することができる。但し、既に市場に流通している画像形成装置10に関しては、SDKプラットフォーム153のバージョンアップ等が必要とされる。   In the figure, an application state management unit 152 a is included in the SDK platform 153. According to such a configuration, the present embodiment can be implemented without installing the SDK application 152a as the application state management unit 152a. However, for the image forming apparatus 10 already on the market, the SDK platform 153 needs to be upgraded.

以上、本発明の実施例について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   As mentioned above, although the Example of this invention was explained in full detail, this invention is not limited to such specific embodiment, In the range of the summary of this invention described in the claim, various deformation | transformation・ Change is possible.

1 機器管理システム
10 画像形成装置
11 コントローラ
12 スキャナ
13 プリンタ
14 モデム
15 操作パネル
16 ネットワークインタフェース
17 SDカードスロット
20 機器管理サーバ
30 ユーザ端末
40 ネットワーク
80 SDカード
111 CPU
112 RAM
113 ROM
114 HDD
115 NVRAM
151 標準アプリ
152 SDKアプリ
152a アプリ状態管理部
153 SDKプラットフォーム
154 コントロールサービス
155 OS
161 通信制御部
162 アプリ状態提供部
163 アプリ状態取得部
164 システム設定取得部
165 システム設定更新部
166 監視対象記憶部
171 自アプリ状態通知部
172 自アプリ状態保存部
173 自アプリ状態記憶部
181 複合機クラスライブラリ
182 仮想マシン
183 ネイティブプログラムインタフェース
184 アプリ管理部
200 ドライブ装置
201 記録媒体
202 補助記憶装置
203 メモリ装置
204 CPU
205 インタフェース装置
1511 スキャンアプリ
1512 印刷アプリ
1513 コピーアプリ
1514 FAXアプリ
1541 認証設定管理部
1542 ネットワーク設定管理部
1543 印刷設定管理部
1544 セキュリティ設定管理部
1545 省電力設定管理部
B バス
DESCRIPTION OF SYMBOLS 1 Device management system 10 Image forming apparatus 11 Controller 12 Scanner 13 Printer 14 Modem 15 Operation panel 16 Network interface 17 SD card slot 20 Device management server 30 User terminal 40 Network 80 SD card 111 CPU
112 RAM
113 ROM
114 HDD
115 NVRAM
151 Standard application 152 SDK application 152a Application state management unit 153 SDK platform 154 Control service 155 OS
161 Communication control unit 162 Application state providing unit 163 Application state obtaining unit 164 System setting obtaining unit 165 System setting updating unit 166 Monitoring target storage unit 171 Own application state notifying unit 172 Own application state storing unit 173 Own application state storing unit 181 Multifunction device Class library 182 Virtual machine 183 Native program interface 184 Application management unit 200 Drive device 201 Recording medium 202 Auxiliary storage device 203 Memory device 204 CPU
205 Interface device 1511 Scan application 1512 Print application 1513 Copy application 1514 FAX application 1541 Authentication setting management unit 1542 Network setting management unit 1543 Print setting management unit 1544 Security setting management unit 1545 Power saving setting management unit B bus

特開2004−312711号公報JP 2004-312711 A

Claims (10)

プログラムをインストール可能な画像形成装置であって、
前記プログラムより当該画像形成装置の設定項目に対する期待値を取得する第一の取得手段と、
前記設定項目に対する設定値を当該画像形成装置より取得する第二の取得手段と、
前記設定項目ごとに前記期待値と前記設定値とを関連付けて出力する出力手段とを有する画像形成装置。
An image forming apparatus capable of installing a program,
First acquisition means for acquiring an expected value for a setting item of the image forming apparatus from the program;
Second acquisition means for acquiring a setting value for the setting item from the image forming apparatus;
An image forming apparatus comprising: an output unit that associates and outputs the expected value and the set value for each setting item.
前記第一の取得手段は、異常状態の前記プログラムより、当該異常状態に関連する前記設定項目に対する期待値を取得する請求項1記載の画像形成装置。   The image forming apparatus according to claim 1, wherein the first obtaining unit obtains an expected value for the setting item related to the abnormal state from the program in the abnormal state. 前記期待値と前記設定値とが異なる前記設定項目に、前記期待値を設定する更新手段を有する請求項1又は2記載の画像形成装置。   The image forming apparatus according to claim 1, further comprising an update unit configured to set the expected value in the setting item having the expected value different from the set value. プログラムをインストール可能な画像形成装置が、
前記プログラムより当該画像形成装置の設定項目に対する期待値を取得する第一の取得手順と、
前記設定項目に対する設定値を当該画像形成装置より取得する第二の取得手順と、
前記設定項目ごとに前記期待値と前記設定値とを関連付けて出力する出力手順とを実行するプログラム管理方法。
An image forming apparatus capable of installing a program is
A first acquisition procedure for acquiring an expected value for a setting item of the image forming apparatus from the program;
A second acquisition procedure for acquiring a setting value for the setting item from the image forming apparatus;
The program management method which performs the output procedure which links | relates and outputs the said expected value and the said setting value for every said setting item.
前記第一の取得手順は、異常状態の前記プログラムより、当該異常状態に関連する前記設定項目に対する期待値を取得する請求項4記載のプログラム管理方法。   The program management method according to claim 4, wherein the first acquisition procedure acquires an expected value for the setting item related to the abnormal state from the program in the abnormal state. 前記期待値と前記設定値とが異なる前記設定項目に、前記期待値を設定する更新手順を有する請求項4又は5記載のプログラム管理方法。   6. The program management method according to claim 4, further comprising an update procedure for setting the expected value in the setting item having the expected value different from the set value. プログラムをインストール可能な画像形成装置に、
前記プログラムより当該画像形成装置の設定項目に対する期待値を取得する第一の取得手順と、
前記設定項目に対する設定値を当該画像形成装置より取得する第二の取得手順と、
前記設定項目ごとに前記期待値と前記設定値とを関連付けて出力する出力手順とを実行させるプログラム管理プログラム。
In the image forming device that can install the program,
A first acquisition procedure for acquiring an expected value for a setting item of the image forming apparatus from the program;
A second acquisition procedure for acquiring a setting value for the setting item from the image forming apparatus;
The program management program which performs the output procedure which links | relates and outputs the said expected value and the said setting value for every said setting item.
前記第一の取得手順は、異常状態の前記プログラムより、当該異常状態に関連する前記設定項目に対する期待値を取得する請求項7記載のプログラム管理プログラム。   The program management program according to claim 7, wherein the first acquisition procedure acquires an expected value for the setting item related to the abnormal state from the program in the abnormal state. 前記期待値と前記設定値とが異なる前記設定項目に、前記期待値を設定する更新手順を有する請求項7又は8記載のプログラム管理プログラム。   9. The program management program according to claim 7, further comprising an update procedure for setting the expected value in the setting item having the expected value different from the set value. 請求項7乃至9いずれか一項記載のプログラム管理プログラムを記録したコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the program management program according to any one of claims 7 to 9 is recorded.
JP2011013730A 2011-01-26 2011-01-26 Image forming apparatus, program management method, program management program, and recording medium Expired - Fee Related JP5793872B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011013730A JP5793872B2 (en) 2011-01-26 2011-01-26 Image forming apparatus, program management method, program management program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011013730A JP5793872B2 (en) 2011-01-26 2011-01-26 Image forming apparatus, program management method, program management program, and recording medium

Publications (2)

Publication Number Publication Date
JP2012156758A true JP2012156758A (en) 2012-08-16
JP5793872B2 JP5793872B2 (en) 2015-10-14

Family

ID=46838038

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011013730A Expired - Fee Related JP5793872B2 (en) 2011-01-26 2011-01-26 Image forming apparatus, program management method, program management program, and recording medium

Country Status (1)

Country Link
JP (1) JP5793872B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014040059A (en) * 2012-08-23 2014-03-06 Konica Minolta Inc Image forming apparatus, image forming system, application installation method and application installation program
JP2017001210A (en) * 2015-06-05 2017-01-05 ブラザー工業株式会社 Image processing apparatus
US11579926B2 (en) * 2020-02-10 2023-02-14 EMC IP Holding Company LLC Processing rest API requests based on resource usage satisfying predetermined limits

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006236382A (en) * 2006-05-08 2006-09-07 Canon Inc Information processor and information processing method
JP2006268118A (en) * 2005-03-22 2006-10-05 Nec Corp Application environment checking device and method and program thereof
JP2007080171A (en) * 2005-09-16 2007-03-29 Ricoh Co Ltd Apparatus and method for managing device, program, and recording medium
JP2007257315A (en) * 2006-03-23 2007-10-04 Nec Corp Device for determining influence involved in program setting change and its method
JP2008152642A (en) * 2006-12-19 2008-07-03 Ricoh Co Ltd Image processing apparatus, method for registering initial setting mode, and program of the same
JP2010079348A (en) * 2008-09-24 2010-04-08 Kyocera Mita Corp Program installation device and computer program
JP2010166174A (en) * 2009-01-13 2010-07-29 Ricoh Co Ltd Image processing system, image processing apparatus, control program, recording medium and workflow management method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006268118A (en) * 2005-03-22 2006-10-05 Nec Corp Application environment checking device and method and program thereof
JP2007080171A (en) * 2005-09-16 2007-03-29 Ricoh Co Ltd Apparatus and method for managing device, program, and recording medium
JP2007257315A (en) * 2006-03-23 2007-10-04 Nec Corp Device for determining influence involved in program setting change and its method
JP2006236382A (en) * 2006-05-08 2006-09-07 Canon Inc Information processor and information processing method
JP2008152642A (en) * 2006-12-19 2008-07-03 Ricoh Co Ltd Image processing apparatus, method for registering initial setting mode, and program of the same
JP2010079348A (en) * 2008-09-24 2010-04-08 Kyocera Mita Corp Program installation device and computer program
JP2010166174A (en) * 2009-01-13 2010-07-29 Ricoh Co Ltd Image processing system, image processing apparatus, control program, recording medium and workflow management method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014040059A (en) * 2012-08-23 2014-03-06 Konica Minolta Inc Image forming apparatus, image forming system, application installation method and application installation program
US9207605B2 (en) 2012-08-23 2015-12-08 Konica Minolta, Inc. Image forming apparatus, image forming system, application installation method, and non-transitory computer-readable recording medium encoded with application installation program
JP2017001210A (en) * 2015-06-05 2017-01-05 ブラザー工業株式会社 Image processing apparatus
US11579926B2 (en) * 2020-02-10 2023-02-14 EMC IP Holding Company LLC Processing rest API requests based on resource usage satisfying predetermined limits

Also Published As

Publication number Publication date
JP5793872B2 (en) 2015-10-14

Similar Documents

Publication Publication Date Title
US8793369B2 (en) Management system, image forming apparatus, and method therefor
US8429727B2 (en) Authentication control apparatus and authentication control method
US9274775B2 (en) Apparatus, control method, and storage medium to instruct a framework to stop a target application based on a usage amount of a resource and a type of the target application
US9635207B2 (en) Management system and information processing apparatus managing installation and settings of an application
JP5699500B2 (en) Installation program, installation method, image forming apparatus, and recording medium
US9612818B2 (en) Information processing apparatus, program management method for information processing apparatus, and non-transitory computer-readable storage medium
US10298697B2 (en) Device management system and information processing apparatus, configured to obtain data from static server when data cannot be obtained from dynamic server
US8839250B2 (en) Image forming apparatus, storage medium, and program system determination
JP4969480B2 (en) Image forming apparatus, information processing method, and information processing program
JP4497195B2 (en) Information processing system and device
JP2011159232A (en) Image processing device, consumables ordering method and consumables ordering program
JP5793872B2 (en) Image forming apparatus, program management method, program management program, and recording medium
JP2004165734A (en) Image forming apparatus and firmware program
US20090249346A1 (en) Image forming apparatus, information processing apparatus and information processing method
JP6056355B2 (en) Equipment, remote management system and program
US20110010718A1 (en) Electronic device, information processing method, and computer program product having computer-readable information processing program
JP4809272B2 (en) Remote management system and management information acquisition control method
JP6066751B2 (en) Information processing system, control method therefor, and program
JP2012181690A (en) Image forming device, updating method, updating program and recording medium
JP2009137165A (en) Image formation device, information processing method and program
JP6089794B2 (en) Apparatus, information processing system, information processing method, and program
JP4962595B2 (en) Information processing program, information processing apparatus, and information processing system
JP5821217B2 (en) Image forming apparatus, management method, management program, and recording medium
JP2009043151A (en) Accounting management device and accounting management method
JP6330933B2 (en) Apparatus, information processing system, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20131202

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20141128

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20141209

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150204

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150727

R151 Written notification of patent or utility model registration

Ref document number: 5793872

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees