JP2005301685A - Information processing system, information processor and parameter writer - Google Patents
Information processing system, information processor and parameter writer Download PDFInfo
- Publication number
- JP2005301685A JP2005301685A JP2004117015A JP2004117015A JP2005301685A JP 2005301685 A JP2005301685 A JP 2005301685A JP 2004117015 A JP2004117015 A JP 2004117015A JP 2004117015 A JP2004117015 A JP 2004117015A JP 2005301685 A JP2005301685 A JP 2005301685A
- Authority
- JP
- Japan
- Prior art keywords
- parameter
- program
- data
- parameter data
- memory
- 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.)
- Pending
Links
Images
Landscapes
- Stored Programmes (AREA)
Abstract
Description
この発明は、起動時にパラメータデータを用いた初期処理が必要な情報処理装置に係り、特に新たな情報処理用のプログラムモジュールを設定するにあたり、当該プログラムモジュールに対応したパラメータデータを適切、且つ容易に設定することができる情報処理システム、情報処理装置及びプログラムモジュールに対応したパラメータを設定するパラメータ書き込み装置に関するものである。 The present invention relates to an information processing apparatus that requires initial processing using parameter data at startup, and in particular, when setting a new information processing program module, parameter data corresponding to the program module is appropriately and easily set. The present invention relates to an information processing system that can be set, an information processing apparatus, and a parameter writing apparatus that sets parameters corresponding to program modules.
起動時にパラメータデータを用いた初期処理が必要な情報処理装置としては、例えば電話帳などの機能を有する携帯電話や複数の生産設備を管理制御する管理装置などがある。上記携帯電話では、電話帳機能を持たせるためのプログラムにおける登録件数などのパラメータに初期データが起動時に設定される。また、上記管理装置では、複数の生産設備のハードウエアの違いをソフトウエアとパラメータを利用して統一管理している場合、起動時に各生産設備の制御量などのパラメータを管理制御プログラムに設定する必要がある。 Information processing apparatuses that require initial processing using parameter data at the time of startup include, for example, a mobile phone having a function such as a telephone directory and a management apparatus that manages and controls a plurality of production facilities. In the mobile phone, initial data is set at the time of activation in parameters such as the number of registrations in a program for providing a telephone directory function. Also, in the above management device, when the difference in hardware of multiple production facilities is unified and managed using software and parameters, parameters such as the control amount of each production facility are set in the management control program at the time of startup. There is a need.
上述したような従来の情報処理装置では、外部装置からのダウンロードなどにより既存の情報処理プログラムとは異なる最新の情報処理プログラムを搭載する場合、同時に当該最新のプログラムに対応した初期値パラメータも設定する必要がある。このパラメータが適切に設定されないと、情報処理装置が正常に動作しない。 In the conventional information processing apparatus as described above, when the latest information processing program different from the existing information processing program is installed by downloading from an external device, the initial value parameter corresponding to the latest program is also set at the same time. There is a need. If this parameter is not set appropriately, the information processing apparatus will not operate normally.
このような初期値パラメータの適切な設定を実現しようとする従来技術としては、例えば特許文献1に開示されるPOS(Point Of Sale)システムがある。このPOSシステムは、複数台のPOSターミナルと、各POSターミナルを集中管理するストアコントローラとを電気通信回線で接続して構成されている。
As a conventional technique for achieving such an appropriate setting of the initial value parameter, for example, there is a POS (Point Of Sale) system disclosed in
また、各POSターミナルの記憶部には、プロセッサを動作させるためのプログラムデータ、プログラムバージョン番号及びそのパラメータデータが格納されたプログラム領域と、回線接続される他のターミナルのプログラムバージョン番号を記憶する他装置領域が形成されている。 The storage unit of each POS terminal stores program data for operating the processor, a program version number and its parameter data, and program version numbers of other terminals connected to the line. A device region is formed.
システムの立ち上げに先立ち、各POSターミナルのプログラム領域にはストアコントローラから同一プログラムデータがダウンロードされる。特許文献1によるPOSターミナルでは、このダウンロード要求があると、記憶部におけるプログラム領域内のプログラムバージョン番号と他の装置領域内のプログラムバージョン番号とを照合する。
Prior to starting the system, the same program data is downloaded from the store controller to the program area of each POS terminal. In the POS terminal according to
これにより、両プログラムバージョン番号が一致していると、パラメータデータの変更なく当該プログラムをダウンロードし、不一致であれば、当該プログラム及びこれに対応したパラメータデータをダウンロードすることで、適切なパラメータデータを初期設定することができる。 As a result, if the program version numbers match, the program is downloaded without changing the parameter data, and if they do not match, the appropriate parameter data is obtained by downloading the program and the corresponding parameter data. Can be initialized.
この他の技術としては、例えば特許文献2に開示される画像形成装置がある。この画像形成装置は、新たな付加機能を接続して当該付加機能が十分に使いこなせないと判断すると、通信装置を介して新しい付加機能の識別コードと更新プログラムの送信要求を外部管理装置に送信する。
As another technique, for example, there is an image forming apparatus disclosed in
更新プログラムの送信要求を受けた外部管理装置は、付加機能の識別コード等からバージョン調整に必要な適切な更新プログラムをデータベースの中から選択し、通信装置を介して画像形成装置にデータを送信する。以降、画像形成装置は、新たに接続した付加機能に対応する設定キーを表示させてその更新プログラムに基づいて制御する。 Upon receiving the update program transmission request, the external management apparatus selects an appropriate update program required for version adjustment from the identification code of the additional function from the database, and transmits the data to the image forming apparatus via the communication apparatus. . Thereafter, the image forming apparatus displays a setting key corresponding to the newly connected additional function and performs control based on the update program.
従来では、プログラムのバージョンとパラメータのバージョンとを別個に管理し、プログラム更新時に一致するバージョンのパラメータであるか否かを確認する処理が必要である。例えば、新たなプログラムをダウンロードするにあたり、情報処理装置を使用するユーザが、新たなプログラムのバージョンを確認して適切に識別する必要があったり、アップロード側の外部装置でプログラムのバージョンを確認しなければならない場合がある。 Conventionally, it is necessary to separately manage the program version and the parameter version, and to check whether or not the parameters are of the same version when the program is updated. For example, when downloading a new program, the user of the information processing device must check the version of the new program and identify it properly, or check the version of the program on the external device on the upload side. It may be necessary.
このように、従来では、プログラムのバージョンとパラメータのバージョンとを常に意識して確認する必要があるため、新たなプログラムのダウンロードやバージョン管理でユーザが誤ったバージョンを選択してしまい、適切なパラメータ設定がなされない可能性があるという課題があった。 In this way, conventionally, it is necessary to always check the version of the program and the version of the parameter, so the user selects the wrong version when downloading a new program or managing the version, and the appropriate parameter is selected. There was a problem that the setting might not be made.
特許文献1では、プログラムとこれに対応する適切なパラメータやデータのバージョンを区別して管理している。このため、ダウンロードしたプログラムのバージョンを確認する処理が必要である。また、特許文献2では、外部管理装置側で付加機能と画像形成装置のバージョン情報とを確認して適切な更新プログラムを選択しなければならない。
In
この発明は、上記のような課題を解決するためになされたもので、プログラムやパラメータのバージョンを意識することなく、新たなプログラム及びそのパラメータデータを設定することができる情報処理システム、情報処理装置及びプログラムモジュールに対応したパラメータを設定するパラメータ書き込み装置を得ることを目的とする。 The present invention has been made to solve the above-described problems, and an information processing system and an information processing apparatus capable of setting a new program and its parameter data without being aware of the version of the program and parameters Another object of the present invention is to obtain a parameter writing device for setting parameters corresponding to program modules.
この発明に係る情報処理システムは、プログラムとその実行に必要なパラメータデータとが一体に構成されたプログラムモジュールをプログラムの実行に必要なパラメータデータが格納されるパラメータ用メモリと、このパラメータ用メモリのパラメータデータを更新するにあたり、更新パラメータデータが、パラメータ用メモリに格納されている既存のパラメータデータに対応させて書き込まれる作業用メモリとを有し、プログラムとその実行に必要なパラメータデータとが一体に構成されたプログラムモジュールから抽出してパラメータ用メモリに格納したパラメータデータを用いてプログラムモジュールのプログラムを実行し動作する情報処理装置と、電気通信回線を介して情報処理装置と通信接続して、作業用メモリに書き込まれた更新パラメータデータと既存のパラメータデータとの比較により変更分を抽出し、この変更分を用いてパラメータ用メモリのパラメータデータを更新するパラメータ書き込み装置とを備えるものである。 An information processing system according to the present invention includes a program module in which a program and parameter data necessary for executing the program are integrally configured, a parameter memory for storing parameter data required for executing the program, and a parameter memory for storing the parameter memory. When updating the parameter data, the update parameter data has a working memory in which the updated parameter data is written in correspondence with the existing parameter data stored in the parameter memory, and the program and the parameter data necessary for the execution are integrated. An information processing device that operates by executing the program of the program module using the parameter data extracted from the program module configured and stored in the parameter memory, and is connected to the information processing device via the telecommunication line, Written in working memory The alteration amount extracted by comparison with the new parameter data with existing parameter data, in which and a parameter writing device that updates the parameter data in the memory for the parameter by using the change amount.
この発明によれば、プログラムとその実行に必要なパラメータデータとが一体に構成されたプログラムモジュールをプログラムの実行に必要なパラメータデータが格納されるパラメータ用メモリと、このパラメータ用メモリのパラメータデータを更新するにあたり、更新パラメータデータが、パラメータ用メモリに格納されている既存のパラメータデータに対応させて書き込まれる作業用メモリとを有し、プログラムとその実行に必要なパラメータデータとが一体に構成されたプログラムモジュールから抽出してパラメータ用メモリに格納したパラメータデータを用いてプログラムモジュールのプログラムを実行し動作する情報処理装置と、電気通信回線を介して情報処理装置と通信接続して、作業用メモリに書き込まれた更新パラメータデータと既存のパラメータデータとの比較により変更分を抽出し、この変更分を用いてパラメータ用メモリのパラメータデータを更新するパラメータ書き込み装置とを備えるので、従来のようにプログラムとこれの実行に必要なバージョンのパラメータデータとの整合性を意識することがなく、両者を一元管理することができるという効果がある。また、プログラムとパラメータのバージョン設定の誤りなどによる不具合をなくすことができ、プログラムモジュールの更新などを容易に行うことができるという効果がある。 According to the present invention, the program module in which the program and the parameter data necessary for executing the program are integrally configured, the parameter memory for storing the parameter data required for executing the program, and the parameter data in the parameter memory are stored. When updating, the update parameter data has a working memory written in correspondence with the existing parameter data stored in the parameter memory, and the program and the parameter data necessary for the execution are integrally configured. An information processing device that executes and operates the program of the program module using parameter data extracted from the program module stored in the parameter memory, and is connected to the information processing device via an electric communication line, and the working memory Update parameter data written to And a parameter writing device that updates the parameter data in the parameter memory using this change and extracts the change by comparing the data with the existing parameter data. There is an effect that it is possible to centrally manage both without being conscious of consistency with parameter data of various versions. In addition, it is possible to eliminate problems caused by errors in program and parameter version settings, and to easily update program modules.
実施の形態1.
図1は、この発明の実施の形態1による情報処理システムの構成を示すブロック図である。本実施の形態1による情報処理システムは、プログラムモジュール1を管理しアップロードするプログラム書き込み装置2、プログラム書き込み装置2からプログラムモジュール1をダウンロードするダウンロード対象装置(情報処理装置)3、及びパラメータ12をダウンロード対象装置3のパラメータ用ROM33に設定するパラメータ書き込み装置4から構成される。
FIG. 1 is a block diagram showing a configuration of an information processing system according to
プログラム書き込み装置2は、プログラムモジュール1を内部のメモリに格納しており、図2に示すように、電気通信回線5を介してダウンロード対象装置3に接続してプログラムモジュール1をアップロードする。例えば、電気通信回線5としてシリアルケーブル(RS232C)で接続し、プログラムモジュール1をシリアル伝送することが考えられる。
The
また、プログラムモジュール1は、プログラム11のデータ部分に当該プログラムのバージョンに対応するパラメータ12を設定したもので、プログラム11とパラメータ12とが、いわゆる一体となって構成されている。このように構成することで、プログラム書き込み装置2では、プログラム11とパラメータ12とのバージョンを意識することなく、プログラムモジュール1を管理することができる。
The
プログラム11は、プログラムモジュール1における様々な機能モジュールを構成するプログラムである。また、パラメータ12は、プログラムモジュール1を実行する上で必要な初期処理における各演算のパラメータの初期値を規定するもので、以降、初期値パラメータと適宜称することとする。
The
ダウンロード対象装置3は、プログラム用ROM31、RAM32及びパラメータ用ROM33を有する。プログラム用ROM31は、ダウンロード対象装置3として機能するコンピュータのプロセッサに実行されるプログラムモジュールを格納するROMである。プログラム用ROM31には、プログラム書き込み装置2から電気通信回線5を介してダウンロードされたプログラムモジュール1が格納される。また、ダウンロード対象装置3は、起動時にプログラム用ROM31から読み出したプログラムモジュールにて動作する。
The
RAM(作業用メモリ)32は、電気通信回線6を介してパラメータ書き込み装置4によりランダムアクセスが可能なRAMである。RAM32には、ダウンロード対象装置3のプロセッサがプログラムモジュールを実行して発生するデータが適宜読み書きされる領域の他、起動時にプログラム用ROM31内のプログラムモジュール1中のパラメータやパラメータ用ROM33内のパラメータを読み書きする領域が形成されている。
A RAM (working memory) 32 is a RAM that can be randomly accessed by the parameter writing device 4 via the
パラメータ用ROM(パラメータ用メモリ)33は、プログラムモジュールの初期値パラメータなどが格納されるROMである。このパラメータ用ROM33におけるデータの書き込み処理では、一定バイト(容量)のデータを一括して書き込む、いわゆるページ書き込みを採用している。
The parameter ROM (parameter memory) 33 is a ROM that stores initial value parameters of the program module. The data writing process in the
ダウンロード対象装置3は、起動時にプログラム用ROM31から読み出したプログラムモジュールを実行するにあたり、パラメータ用ROM33から当該プログラムモジュールの初期値パラメータを読み出して、当該プログラムモジュールの実行に必要な初期化処理を実行する。つまり、パラメータ用ROM33に格納される初期値パラメータをプログラムモジュールに設定しないと、ダウンロード対象装置3は、起動時における動作を継続することができない。
When executing the program module read from the
パラメータ書き込み装置4は、電気通信回線6を介してダウンロード対象装置3のRAM32にアクセスしてRAM32に展開されたパラメータデータを読み出し、既存のパラメータデータからの変更分を、電気通信回線6を介してパラメータ用ROM33内の既存のパラメータデータに反映させる。パラメータ書き込み装置4とダウンロード対象装置3とを接続する電気通信回線6としては、例えばシリアルケーブル(RS232C)での接続が考えられる。
The parameter writing device 4 accesses the
次に動作について説明する。
図3は、図1中のダウンロード対象装置及びパラメータ書き込み装置の動作の流れを示すシーケンス図であり、この図に沿って説明する。先ず、ダウンロード対象装置3を実現するコンピュータのプロセッサは、電源投入の後、プログラム用ROM31から読み出したプログラムモジュール1を構成するプログラム11を実行する。
Next, the operation will be described.
FIG. 3 is a sequence diagram showing a flow of operations of the download target device and the parameter writing device in FIG. 1 and will be described with reference to this diagram. First, the processor of the computer that realizes the
このプログラムモジュール1における1つの機能モジュールとして、電源投入による起動時にパラメータ用ROM33の内容をRAM32にコピー(展開)するモジュールを設けておく。この機能モジュールは、プログラム書き込み装置2からダウンロード対象装置3にダウンロードされるプログラムモジュール1の一般的な機能の一つを実現するモジュールとして搭載する。
As one functional module in the
上述したプログラムモジュール1の機能モジュールに係るプログラム11をダウンロード対象装置3のプロセッサが実行することにより、パラメータ用ROM33にページ書き込みされていた既存のパラメータデータが全てそのままRAM32にコピーされる。例えば、パラメータ用ROM33における記憶形式であるページデータごとのデータが全てRAM32に書き写される。
When the
また、プログラムモジュール1におけるもう1つの必須の機能モジュールとして、起動時に電気通信回線5,6を介した通信を実行する通信用モジュールを設けておく。この機能モジュールも、上述したパラメータデータをRAMに展開する機能モジュールと同様に、プログラム書き込み装置2からダウンロード対象装置3にダウンロードされるプログラムモジュール1の一般的な機能の一つを実現するモジュールとして搭載するようにしてもよい。
In addition, as another essential function module in the
この通信用モジュールに係るプログラム11をダウンロード対象装置3のプロセッサが実行することにより、ダウンロード対象装置3とプログラム書き込み装置2やパラメータ書き込み装置4との電気通信回線5,6を介した通信を実行することが可能になる。特に、この通信用モジュールをプロセッサが実行することで、電気通信回線6を介してパラメータ書き込み装置4とダウンロード対象装置3内のRAM32やパラメータ用ROM33とのデータ通信が確立する。
When the processor of the
上述のようにしてダウンロード対象装置3の通信用のソフトウエア機能が起動すると、パラメータ書き込み装置4は、パラメータ用ROM33に記憶されているデータの破壊検出のため、パラメータ用ROM33に既に記憶されているデータの固定文字列及びこれを特定する情報を、パラメータ用ROM書き込み要求としてダウンロード対象装置3に送信する。この書き込み要求としては、例えばパラメータ用ROM33の先頭の固定文字列データやこれを特定するアドレスやそのサイズに関する情報が送信される。
When the communication software function of the
ダウンロード対象装置3では、パラメータ用ROM書き込み要求で特定されるパラメータ用ROM33の固定文字列が、RAM32に展開したデータの対応する固定文字列と一致するか否かを判定する。なお、この判定機能もプログラムモジュール1の一つの機能モジュールで実現する。
In the
このとき、固定文字列が一致すれば、ダウンロード対象装置3は、パラメータ用ROM33のデータに破損がなく、正常である旨を、パラメータ用ROM書き込み応答としてパラメータ書き込み装置4に送信する。一方、固定文字列が一致しなければ、ダウンロード対象装置3は、パラメータ用ROM33のデータに破損があり、異常である旨を、パラメータ用ROM書き込み応答としてパラメータ書き込み装置4に送信する。
At this time, if the fixed character strings match, the
パラメータ書き込み装置4は、上記書き込み要求の応答を受信すると、ダウンロード対象装置3に対してリセット要求を送信する。ダウンロード対象装置3では、当該リセット要求を受けると再起動を実行する。
When the parameter writing device 4 receives the response to the write request, the parameter writing device 4 transmits a reset request to the
再起動後、ダウンロード対象装置3のプロセッサは、プログラム用ROM31から読み出したプログラムモジュール1を構成するプログラム11を実行する。このとき、プログラムモジュール1における1つの機能モジュールとして、再起動後にプログラム用ROM31の内容をRAM32にコピー(展開)するものを設けておく。この機能モジュールは、プログラム書き込み装置2からダウンロード対象装置3にダウンロードされるプログラムモジュール1の一般的な機能の一つを実現するモジュールとして搭載する。
After the restart, the processor of the
ここでいう、プログラム用ROM31の内容のRAM32へのコピーとは、プログラム用ROM31に記憶されているプログラムモジュール1のプログラム11のデータ部分として設定されている全てのパラメータ12を抽出して、パラメータ用ROM33と同様の記憶形式でページデータごとにRAM32にコピーすることをいう。
Here, the copying of the contents of the
これにより、プログラム用ROM31に記憶されているプログラムモジュール1のパラメータ12が、パラメータ用ROM33に格納されている既存のパラメータの各ページデータに対応してRAM32に書き込まれることになる。
As a result, the
このとき、図2を用いて説明したように、ダウンロード対象装置3が、プログラム書き込み装置2から最新のプログラムモジュール1をダウンロードしていれば、図4に示すように、当該最新のプログラムモジュール1におけるプログラム11のバージョンに対応するパラメータ12がRAM32にコピーされることになる。
At this time, as described with reference to FIG. 2, if the
本発明では、プログラム用ROM31に記憶されているプログラムモジュール1のパラメータ12に更新がある場合、RAM32に書き込まれたパラメータ12と上記既存のパラメータとを比較して更新による変更分を抽出し、この変更分を用いてパラメータの更新処理を実行する。
In the present invention, when the
図5は、図1中のプログラム用ROMの内容のRAMへのコピーを説明する図である。パラメータ用ROM33では、図に示すように、パラメータ用ROM33内のアドレスで特定されるページデータとしてパラメータデータが書き込まれている。一方、RAM32においても、上記再起動時の処理にて、プログラム用ROM31から最新のプログラムモジュール1に対応するパラメータデータがパラメータ用ROM33と同様の記憶形式で書き込まれる。
FIG. 5 is a diagram for explaining copying of the contents of the program ROM in FIG. 1 to the RAM. In the
これにより、パラメータ用ROM33に記憶されている既存のパラメータデータから更新(変更)がある場合、RAM32には、更新したいデータのみが異なり他の部分は既存のデータと同一のデータが書き込まれることになる。図示の例では、パラメータ用ROM33における2ページ目のページデータに更新があり、RAM32における該当箇所に更新したいデータが書き込まれている。
Thus, when there is an update (change) from the existing parameter data stored in the
このようにすることで、プログラム用ROM31内でのパラメータデータのデータ形態に関わらず、パラメータ用ROM33でのアドレスに対応した内容でパラメータデータが特定される。例えば、パラメータ12に関するデータの一部が、プログラム用ROM31内で圧縮されていても、当該データが、パラメータ用ROM33でのアドレスによってどのページのデータであるのかがわかれば、その更新をパラメータ用ROM33のデータに反映させることができる。
By doing so, the parameter data is specified with the content corresponding to the address in the
続いて、ダウンロード対象装置3では、上記通信用モジュールに係るプログラム11が実行されて、ダウンロード対象装置3とパラメータ書き込み装置4との電気通信回線6を介した通信を実行することが可能になる。特に、この通信用モジュールをプロセッサが実行することで、電気通信回線6を介してパラメータ書き込み装置4とダウンロード対象装置3内のRAM32やパラメータ用ROM33とのデータ通信が確立する。
Subsequently, in the
これにより、図6に示すように、パラメータ書き込み装置4は、電気通信回線6を介してダウンロード対象装置3のRAM32にアクセスしてRAM32に展開されたパラメータデータを読み出し、既存のパラメータデータからの変更分の有無を検出する。このとき、パラメータデータに変更があると、パラメータ書き込み装置4は、電気通信回線6を介してダウンロード対象装置3のパラメータ用ROM33にアクセスして当該変更分を既存のパラメータデータに反映すべく書き込み処理を実行する。
As a result, as shown in FIG. 6, the parameter writing device 4 accesses the
図7は、図1中のダウンロード対象装置及びパラメータ書き込み装置との間でのパラメータの設定動作の流れを示すシーケンス図であり、図3のシーケンスに続く処理の流れを示している。先ず、再起動後に、ダウンロード対象装置3の通信用のソフトウエア機能が起動すると、パラメータ書き込み装置4は、ダウンロード対象装置3にアクセスしてRAM32の内容を読み込むためのメモリ読み込み要求を送信する。この読み込み要求として、RAM32に記憶されたパラメータデータのページデータごとのアドレスやそのサイズが送信される。
FIG. 7 is a sequence diagram showing a flow of parameter setting operations between the download target device and the parameter writing device in FIG. 1, and shows a flow of processing following the sequence of FIG. First, after the restart, when the communication software function of the
ダウンロード対象装置3では、メモリ読み込み要求に対する応答として、RAM32の内容をパラメータ書き込み装置4に送信する。例えば、メモリ読み込み要求として受信したページデータごとのアドレスやそのサイズに対応するRAM32内の記憶内容データをパラメータ書き込み装置4に送信する。これにより、パラメータ書き込み装置4は、RAM32に展開されているパラメータデータの内容を把握することになる。
The
パラメータ書き込み装置4は、メモリ読み込み要求に対する応答としてRAM32の記憶内容を受信すると、パラメータ用ROM33に記憶されている既存のパラメータデータ内容と比較して変更分を検出する。なお、この検出処理は、RAM32に展開されているパラメータとパラメータ用ROM33に既存のパラメータとを比較してデータ内容の差異のみを検出するだけでよく、従来のようにプログラムやパラメータのバージョン情報を意識する必要はない。例えば、RAM32に展開されているパラメータとパラメータ用ROM33に既存のパラメータとの間で対応するページデータの比較によりそのデータ内容の差異を検出するだけでよく、プログラムやパラメータのバージョン番号の特定が必要な処理は一切行われない。
When the parameter writing device 4 receives the storage content of the
上述のようにして、RAM32のデータのうち、パラメータ用ROM33内の既存のパラメータデータから更新されているデータが検出されると、パラメータ書き込み装置4は、ダウンロード対象装置3に対してパラメータ用ROM書き込み要求を行い、当該更新したいデータ及びこれのパラメータ用ROM33内での位置を特定するアドレス及びサイズに関する情報により、電気通信回線6を介してパラメータ用ROM33への書き込みを実行する。
As described above, when the updated data is detected from the existing parameter data in the
例えば、図8に示すように、RAM32における更新したいデータが、パラメータ用ROM33内での2ページ目のデータに対応する場合、パラメータ書き込み装置4は、電気通信回線6を介して、パラメータ用ROM33の2ページ目に当該更新データをページ書き込みする。
For example, as shown in FIG. 8, when the data to be updated in the
パラメータ書き込み装置4によて更新データがページ書き込みされると、ダウンロード対象装置3は、その固定文字列アドレスやそのサイズが、RAM32に展開したデータの対応する固定文字列と一致するか否かを判定する。このとき、固定文字列が一致すれば、ダウンロード対象装置3は、パラメータ用ROM33のデータを正常に更新した旨を、パラメータ用ROM書き込み応答としてパラメータ書き込み装置4に送信する。
When the update data is page-written by the parameter writing device 4, the
一方、固定文字列が一致しなければ、ダウンロード対象装置3は、パラメータ用ROM33のデータの更新に異常がある旨を、パラメータ用ROM書き込み応答としてパラメータ書き込み装置4に送信する。これにより、パラメータ書き込み装置4によって同一の更新データについてのページ書き込みが再実行される。
On the other hand, if the fixed character strings do not match, the
上述した図7に示す処理は、パラメータ用ROM33の全てのページデータ、即ちそのサイズ分だけ繰り返され、パラメータ用ROM33内のパラメータデータが更新されることになる。
The above-described processing shown in FIG. 7 is repeated for all page data in the
以上のように、この実施の形態1によれば、プログラム11の実行に必要なパラメータ12が格納されるパラメータ用ROM33と、このパラメータ用ROM33のパラメータを更新するにあたり、更新パラメータデータが、パラメータ用ROM33に格納されている既存のパラメータデータに対応させて書き込まれるRAM32とを有し、プログラム11とその実行に必要なパラメータ12とが一体に構成されたプログラムモジュール1から抽出してパラメータ用ROM33に格納したパラメータ12を用いて、プログラムモジュール1のプログラム11を実行し動作するダウンロード対象装置3と、電気通信回線6を介してダウンロード対象装置3と通信接続して、RAM32に書き込まれた更新パラメータデータと既存のパラメータデータとの比較により変更分を抽出し、この変更分を用いてパラメータ用ROM33のパラメータを更新するパラメータ書き込み装置4とを備えるので、プログラム11とパラメータ12のバージョンを一元管理することができ、ダウンロード作業者ならびにパラメータ書き込み装置4において、プログラムとパラメータのバージョンの整合性を意識することなく、プログラムモジュールのダウンロードを実施することができる。このため、バージョン誤りなどの人為的ミスによってダウンロード対象装置3が正常に動作しなくなるなどの不具合を軽減することができる。また、必要に応じて、パラメータ用ROM33上のパラメータの再初期化処理を容易に実行することが可能となる。
As described above, according to the first embodiment, the
なお、上記実施の形態1では、パラメータ書き込み装置4によってパラメータ用ROM33のパラメータ更新を実行する例を説明したが、ダウンロード対象装置3にてRAM32に書き込んだ更新パラメータデータと既存のパラメータデータとの比較により変更分を抽出し、この変更分を用いてパラメータ用ROM33のパラメータ12を更新するように構成してもよい。
In the first embodiment, an example in which parameter update of the
1 プログラムモジュール、2 プログラム書き込み装置、3 ダウンロード対象装置(情報処理装置)、4 パラメータ書き込み装置、5,6 電気通信回線、11 プログラム、12 パラメータ、31 プログラム用ROM、32 RAM(作業用メモリ)、33 パラメータ用ROM(パラメータ用メモリ)。 1 program module, 2 program writing device, 3 download target device (information processing device), 4 parameter writing device, 5, 6 telecommunication line, 11 program, 12 parameter, 31 program ROM, 32 RAM (working memory), 33 Parameter ROM (parameter memory).
Claims (3)
電気通信回線を介して上記情報処理装置と通信接続して、上記作業用メモリに書き込まれた更新パラメータデータと上記既存のパラメータデータとの比較により変更分を抽出し、この変更分を用いて上記パラメータ用メモリのパラメータデータを更新するパラメータ書き込み装置と
を備えた情報処理システム。 When updating the parameter memory that stores parameter data required for program execution and the parameter data in this parameter memory, the update parameter data must correspond to the existing parameter data stored in the parameter memory. A program memory, and the parameter data extracted from the program module in which the program and the parameter data necessary for execution of the program are integrated and stored in the parameter memory. An information processing apparatus that operates by executing a program;
A communication connection is established with the information processing apparatus via a telecommunication line, and a change is extracted by comparing the update parameter data written in the working memory with the existing parameter data. An information processing system comprising: a parameter writing device that updates parameter data in a parameter memory.
上記パラメータ用メモリのパラメータデータを更新するにあたり、更新パラメータデータが、上記パラメータ用メモリに格納されている既存のパラメータデータに対応させて書き込まれる作業用メモリとを備え、
上記プログラムとその実行に必要なパラメータデータとが一体に構成されたプログラムモジュールから抽出して上記パラメータ用メモリに格納したパラメータデータを用いて上記プログラムモジュールのプログラムを実行し動作すると共に、
上記作業用メモリに書き込まれた更新パラメータデータと上記既存のパラメータデータとの比較により変更分を抽出し、この変更分を用いて上記パラメータ用メモリのパラメータデータを更新する情報処理装置。 Parameter memory that stores parameter data required for program execution,
When updating the parameter data in the parameter memory, the update parameter data is provided with a working memory written in correspondence with the existing parameter data stored in the parameter memory,
The program and the parameter data necessary for its execution are extracted from the program module configured integrally and stored using the parameter data stored in the parameter memory.
An information processing apparatus that extracts a change by comparing the update parameter data written in the working memory with the existing parameter data, and updates the parameter data in the parameter memory using the change.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004117015A JP2005301685A (en) | 2004-04-12 | 2004-04-12 | Information processing system, information processor and parameter writer |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004117015A JP2005301685A (en) | 2004-04-12 | 2004-04-12 | Information processing system, information processor and parameter writer |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2005301685A true JP2005301685A (en) | 2005-10-27 |
Family
ID=35333134
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004117015A Pending JP2005301685A (en) | 2004-04-12 | 2004-04-12 | Information processing system, information processor and parameter writer |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2005301685A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009175885A (en) * | 2008-01-22 | 2009-08-06 | Canon Inc | Information processing apparatus, information processing system, information processing method, and information processing program |
-
2004
- 2004-04-12 JP JP2004117015A patent/JP2005301685A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009175885A (en) * | 2008-01-22 | 2009-08-06 | Canon Inc | Information processing apparatus, information processing system, information processing method, and information processing program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5838527B2 (en) | Method, apparatus and communication device for updating firmware | |
TWI363298B (en) | Communication device and firmware update method thereof | |
US8719810B2 (en) | Program upgrade system and method for over the air-capable mobile terminal | |
US7080245B2 (en) | Method and system of switching between two or more images of firmware on a host device | |
US20100325622A1 (en) | Updating Firmware of an Electronic Device | |
US9959125B2 (en) | Field update of boot loader using regular device firmware update procedure | |
CN102667716A (en) | Methods and devices for updating firmware of a component using a firmware update application | |
CN110851154B (en) | Computer-implemented method, system, and medium for updating read-only memory code | |
CN110083380A (en) | Firmware update and the electronic device for using the method | |
JP2015212879A (en) | Information processing apparatus and control method of the same, and program | |
JP2005242691A (en) | Program downloading/switching method and device for it | |
US20040103172A1 (en) | Method of updating an operation system | |
JP6776220B2 (en) | Information processing equipment, its control method, and programs | |
JP2006260215A (en) | Control system, control device, and control method of control system | |
CN113452550A (en) | Information acquisition device, firmware updating method and system of embedded system device | |
JP2005301685A (en) | Information processing system, information processor and parameter writer | |
US10120677B2 (en) | Method of rewriting printer firmware, and printer | |
JP5419123B2 (en) | Electronic device system and firmware update method | |
JP2023068538A (en) | Information processing apparatus, method for controlling the same, and program | |
JP6349827B2 (en) | Information processing apparatus, initialization method, and program | |
JP2003228490A (en) | Terminal equipment connected to network, and network system using the same | |
KR100585753B1 (en) | Apparatus and method for upgrading executable code | |
JP2004054421A (en) | Memory, information processor, storage method and information processing method | |
JP2006154988A (en) | Updating method and device thereof | |
CN114443150B (en) | Method, system, terminal and storage medium for synchronizing factory information of switch |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Effective date: 20061107 Free format text: JAPANESE INTERMEDIATE CODE: A621 |
|
RD04 | Notification of resignation of power of attorney |
Effective date: 20071015 Free format text: JAPANESE INTERMEDIATE CODE: A7424 |
|
RD04 | Notification of resignation of power of attorney |
Effective date: 20080715 Free format text: JAPANESE INTERMEDIATE CODE: A7424 |
|
A977 | Report on retrieval |
Effective date: 20090227 Free format text: JAPANESE INTERMEDIATE CODE: A971007 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090310 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20090630 |