JP2005135147A - Information processor and method for updating program thereof - Google Patents

Information processor and method for updating program thereof Download PDF

Info

Publication number
JP2005135147A
JP2005135147A JP2003370295A JP2003370295A JP2005135147A JP 2005135147 A JP2005135147 A JP 2005135147A JP 2003370295 A JP2003370295 A JP 2003370295A JP 2003370295 A JP2003370295 A JP 2003370295A JP 2005135147 A JP2005135147 A JP 2005135147A
Authority
JP
Japan
Prior art keywords
update
date
program
information
information processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2003370295A
Other languages
Japanese (ja)
Other versions
JP3923933B2 (en
Inventor
Takashi Sugimoto
杉本  隆
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.)
Toshiba TEC Corp
Original Assignee
Toshiba TEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba TEC Corp filed Critical Toshiba TEC Corp
Priority to JP2003370295A priority Critical patent/JP3923933B2/en
Publication of JP2005135147A publication Critical patent/JP2005135147A/en
Application granted granted Critical
Publication of JP3923933B2 publication Critical patent/JP3923933B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)
  • Cash Registers Or Receiving Machines (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To deal with the cancellation or postponement of an update of an update program which is distributed on-line in advance and for which the date of update is reserved. <P>SOLUTION: The update program distributed from a host machine and information on the date of update of the update program are stored and it is determined whether or not a current date is later than a date indicated by the information on the date of update. If the current date is determined to be later than the date of update, it is verified whether the information on the date of update of the update program matches information on the date of update of the same update program stored in the host machine. On condition that the dates of update match, the program stored in a program file is updated into the update program stored in an update program storage means. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、上位機からオンライン配信されるプログラムに基づいて各種の情報処理を行う情報処理装置及びこの装置のプログラム更新方法に関する。   The present invention relates to an information processing apparatus that performs various types of information processing based on a program distributed online from a host machine, and a program update method for the apparatus.

それぞれ共通のプログラムに基づいて情報処理を行う複数の情報処理装置と、各情報処理装置の上位機として機能するサーバコンピュータとを、ネットワークを介して接続してなる情報処理システムがある。例えば、流通小売業界で使用されているPOS(Point Of Sales)システム等が該当する。   There is an information processing system in which a plurality of information processing apparatuses that perform information processing based on a common program and a server computer that functions as a host machine of each information processing apparatus are connected via a network. For example, a POS (Point Of Sales) system used in the retail distribution industry is applicable.

この種の情報処理システムにおいて、各情報処理装置がそれぞれ実装するプログラムを更新する必要が生じた場合、従来は、サーバコンピュータから各情報処理装置に、更新後のプログラムとプログラム更新日時を予約する情報とをネットワークを介してオンラインで事前に配信しておく。そして各情報処理装置は、例えば電源投入によるシステム立上げ時に、装置のシステム時計によって計時されている現在日時がプログラム更新日時を経過しているか否かをチェックし、経過していた場合にはプログラムファイルに格納されているプログラムデータをオンライン配信済のプログラムデータに自動的に書換えるプログラム更新方法が知られていた(例えば、特許文献1参照)。
特開平11−232337号公報
In this type of information processing system, when it is necessary to update a program implemented by each information processing apparatus, conventionally, information for reserving an updated program and program update date and time from the server computer to each information processing apparatus Are distributed in advance online via a network. Each information processing device checks whether the current date and time measured by the system clock of the device has passed the program update date and time, for example, when the system is started by turning on the power. There has been known a program update method for automatically rewriting program data stored in a file to program data already distributed online (see, for example, Patent Document 1).
JP-A-11-232337

ところで、例えば更新用プログラムをオンライン配信した後でそのプログラムにバグが見つかった場合、従来はサーバコンピュータから各情報処理装置にプログラム更新の中止を指令する。すると、この指令を受けた情報処理装置は、配信済の更新用プログラムを破棄するので、プログラム更新日時が経過してもプログラムが更新されることはない。また、配信済の更新用プログラムのプログラム更新日時を延期する場合もある。この場合も、従来はサーバコンピュータから各情報処理装置にプログラム更新日時の変更を指令する。すると、この指令を受けた情報処理装置は、プログラム更新日時を延期された日時に変更するので、その延期された日時になってプログラムが更新される。   By the way, for example, when a bug is found in the program after the update program is distributed online, conventionally, the server computer instructs each information processing apparatus to cancel the program update. Then, the information processing apparatus that has received this command discards the distributed update program, so that the program is not updated even when the program update date and time has elapsed. In addition, the program update date and time of the distributed update program may be postponed. Also in this case, conventionally, the server computer instructs each information processing apparatus to change the program update date and time. Then, since the information processing apparatus that has received this command changes the program update date and time to the postponed date and time, the program is updated at the postponed date and time.

ところが、サーバコンピュータからプログラム更新の中止やプログラム更新日時の変更が指令された際に、例えば電源がオフであったりオフラインで動作していたりしたためにその指令を受取れなかった情報処理装置が発生すると、その情報処理装置では、変更前のプログラム更新日時が経過したことに応じて自動的にプログラムが更新されてしまうという問題があった。   However, when an instruction to cancel the program update or change the program update date / time is issued from the server computer, for example, when an information processing apparatus that cannot receive the command because the power is off or is operating offline, In the information processing apparatus, there is a problem that the program is automatically updated in accordance with the elapse of the program update date and time before the change.

本発明はこのような事情に基づいてなされたもので、その目的とするところは、事前にオンライン配信され更新日時が予約された更新用プログラムの更新中止や更新延期に対して確実に対応でき、情報処理システムの信頼性向上を図ることができる情報処理装置及びこの装置のプログラム更新方法を提供しようとするものである。   The present invention has been made based on such circumstances, and the purpose of the present invention can reliably cope with update suspension or update postponement of an update program that is distributed online in advance and whose update date and time is reserved, It is an object of the present invention to provide an information processing apparatus capable of improving the reliability of an information processing system and a program update method for the apparatus.

本発明の情報処理装置は、上位機から配信される更新用プログラムとこの更新用プログラムの更新日付情報とを記憶する更新プログラム記憶手段と、現在日付を計時する計時手段と、この計時手段により計時されている現在日付が更新日付情報の日付を経過したか否かを判断する更新日付判断手段とを設ける。ただし、現在日付が更新日付情報の日付を経過したと判断されても無条件でプログラム更新を行うのではなく、更新日付確認手段によって、当該更新用プログラムの更新日付情報が上位機側で保管されている同一更新用プログラムの更新日付情報と一致するか確認し、更新日付が一致したことを条件に、プログラム更新手段によって、プログラムファイルに格納したプログラムを更新プログラム記憶手段により記憶している更新用プログラムに更新するようにしたものである。   An information processing apparatus according to the present invention includes an update program storage means for storing an update program distributed from a host machine and update date information of the update program, a time measurement means for measuring the current date, and a time measurement by the time measurement means. Update date determination means for determining whether or not the current date has passed the date of the update date information. However, even if it is determined that the current date has passed the date of the update date information, the program is not updated unconditionally, but the update date confirmation means stores the update date information of the update program on the host computer side. Update program storage means stores the program stored in the program file by the program update means on the condition that the update date information matches the update date information of the same update program. The program is updated.

本発明のプログラム更新方法は、事前に上位機から配信される更新用プログラムとこの更新用プログラムの更新日付情報とを記憶する。また、当該情報処理装置が有する計時機能によって計時される現在日付が更新日付情報の日付を経過したか否かを判断する。そして、現在日付が更新日付情報の日付を経過したと判断すると、当該更新用プログラムの更新日付情報が上位機側で保管されている同一更新用プログラムの更新日付情報と一致するか確認し、更新日付情報が一致したことを条件に、プログラムファイルに格納したプログラムを事前に記憶していた更新用プログラムに更新するようにしたものである。   The program update method of the present invention stores an update program distributed from a host machine in advance and update date information of the update program. Further, it is determined whether or not the current date timed by the time keeping function of the information processing apparatus has passed the date of the update date information. When it is determined that the current date has passed the date of the update date information, it is confirmed whether the update date information of the update program matches the update date information of the same update program stored on the higher-level machine. The program stored in the program file is updated to the update program stored in advance on condition that the date information matches.

かかる手段を講じた本発明によれば、事前にオンライン配信され更新日時が予約された更新用プログラムの更新中止や更新延期に対して確実に対応でき、情報処理システムの信頼性向上を図ることができる効果を奏する。   According to the present invention in which such measures are taken, it is possible to reliably cope with update suspension or update postponement of an update program that has been distributed online in advance and whose update date / time is reserved, thereby improving the reliability of the information processing system. There is an effect that can be done.

以下、本発明の実施の形態を図面を用いて説明する。
なお、この実施の形態は、情報処理装置の一例として、POSシステムのPOS端末に本発明を適用した場合である。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
In this embodiment, the present invention is applied to a POS terminal of a POS system as an example of an information processing apparatus.

図1は、POSシステムの概略構成を示すブロック図である。1つの店舗内において、商品登録処理や会計処理等の情報処理を行う複数のPOS端末1と、各POS端末1の上位機として機能するストアコンピュータ2とが、LAN3で接続されて、POSシステムが構築されている。各店舗のストアコンピュータ2には、各店舗を統轄する本部に設置されているホストコンピュータ4が、ISDN(Integrated Services Digital Network)等のネットワーク5を介して接続されている。   FIG. 1 is a block diagram showing a schematic configuration of a POS system. In a single store, a plurality of POS terminals 1 that perform information processing such as merchandise registration processing and accounting processing, and a store computer 2 that functions as a host machine of each POS terminal 1 are connected via a LAN 3 so that the POS system is Has been built. A host computer 4 installed in the headquarters that controls each store is connected to the store computer 2 of each store via a network 5 such as ISDN (Integrated Services Digital Network).

図2は、POS端末1の要部構成を示すブロック図である。POS端末1は、制御部本体としてCPU(Central Processing Unit)11を備えている。また、ROM(Read Only Memory)12及びRAM(Random Access Memory)13の記憶部と、補助記憶装置としてのHDD(Hard Disk Drive)装置14と、現在の日付及び時刻を計時する計時手段としての時計部15と、LAN3を通じて行われるデータ通信を司る通信インターフェイス16とを備えている。さらに、キーボード17を制御するキーボードコントローラ18、ディスプレイ19を制御する表示コントローラ20、現金等を収容するためのドロワ21に駆動信号を出力するI/Oポート22、客用表示器23が接続される表示器インターフェイス24、レシート印字等を行うためのプリンタ25が接続されるプリンタインターフェイス26、バーコード等を読取るためのスキャナ27が接続されるスキャナインターフェイス28等を備えている。そしてCPU11と、ROM12,RAM13,HDD装置14,時計部15,通信インターフェイス16,キーボードコントローラ18,表示コントローラ20,I/Oポート22,表示器インターフェイス24,プリンタインターフェイス26及びスキャナインターフェイス28とは、アドレスバス,データバス等のバスライン29で接続されている。   FIG. 2 is a block diagram showing a main configuration of the POS terminal 1. The POS terminal 1 includes a CPU (Central Processing Unit) 11 as a control unit main body. In addition, a storage unit of a ROM (Read Only Memory) 12 and a RAM (Random Access Memory) 13, an HDD (Hard Disk Drive) device 14 as an auxiliary storage device, and a clock as timekeeping means for measuring the current date and time. And a communication interface 16 that controls data communication performed through the LAN 3. Furthermore, a keyboard controller 18 for controlling the keyboard 17, a display controller 20 for controlling the display 19, an I / O port 22 for outputting a drive signal to a drawer 21 for storing cash, etc., and a display 23 for customers are connected. A display interface 24, a printer interface 26 to which a printer 25 for printing receipts and the like are connected, a scanner interface 28 to which a scanner 27 for reading barcodes and the like are connected are provided. The CPU 11, the ROM 12, the RAM 13, the HDD device 14, the clock unit 15, the communication interface 16, the keyboard controller 18, the display controller 20, the I / O port 22, the display interface 24, the printer interface 26, and the scanner interface 28 are addresses. They are connected by a bus line 29 such as a bus or a data bus.

HDD装置14のハードディスク上には、図3に示すように、基本プログラムであるOS(Operating System)の他、POS業務プログラムP1,ファイル転送プログラムP2,バッチプログラムP3,プログラム更新プログラムP4等の各種アプリケーションプログラムやドライバ等が保管されたプログラムフォルダ31や、データを一時的に保持するための一時退避フォルダ32等が形成されている。   On the hard disk of the HDD device 14, as shown in FIG. 3, in addition to an OS (Operating System) as a basic program, various applications such as a POS business program P1, a file transfer program P2, a batch program P3, and a program update program P4. A program folder 31 for storing programs, drivers, and the like, a temporary save folder 32 for temporarily holding data, and the like are formed.

POS業務プログラムP1は、POS端末1として実行可能な各種業務の情報処理を制御するものである。ファイル転送プログラムP2は、ストアコンピュータ2との間でLAN3を介して行うデータファイル転送の手順を制御するものである。バッチプログラムP3は、ストアコンピュータ2からLAN3を介して受信したコマンドを順次登録し、その実行を他のプログラムに指令するものである。プログラム更新プログラムP4は、他のアプリケーションプログラムやドライバの更新を制御するものである。   The POS business program P1 controls information processing of various businesses that can be executed as the POS terminal 1. The file transfer program P2 controls a data file transfer procedure performed with the store computer 2 via the LAN 3. The batch program P3 sequentially registers commands received from the store computer 2 via the LAN 3, and instructs other programs to execute the commands. The program update program P4 controls updating of other application programs and drivers.

ここで、本実施の形態では、各POS端末1に実装されているPOS業務プログラムP1が本部のホストコンピュータ4によって一元的に管理されている。そして、バージョンアップ等によってPOS業務プログラムP1に変更が生じた場合には、図4(a)に示すように、プログラムの種類を識別するプログラムIDと更新後のPOS業務プログラムデータQ1とが格納されたプログラムファイル6と、図4(b)に示すように、同一プログラムIDと更新指定日時情報Q2等のプログラム更新情報が格納された更新情報ファイル7と、図4(c)に示すように、同一プログラムIDとバージョンナンバーQ3等のプログラム管理情報が格納された管理情報ファイル8とが、ホストコンピュータ4上で作成される。そして、これらの情報ファイル6,7,8がネットワーク5を介して各店舗のストアコンピュータ2に送信されるものとなっている。   Here, in the present embodiment, the POS business program P1 installed in each POS terminal 1 is centrally managed by the host computer 4 at the head office. When the POS business program P1 is changed due to version upgrade or the like, as shown in FIG. 4A, the program ID for identifying the type of program and the updated POS business program data Q1 are stored. 4B, an update information file 7 in which program update information such as the same program ID and update designated date / time information Q2 is stored as shown in FIG. 4B, and as shown in FIG. A management information file 8 storing program management information such as the same program ID and version number Q3 is created on the host computer 4. These information files 6, 7 and 8 are transmitted to the store computer 2 of each store via the network 5.

ストアコンピュータ2は、ホストコンピュータ4からネットワーク5を介してプログラム更新に関連する各種情報ファイル6,7,8を受信すると、図5に示すように、これらのファイル6〜8を記憶装置9にストアする。また、LAN3を介して各POS端末1にプログラムの更新要求伝文を送信するものとなっている。   When the store computer 2 receives various information files 6, 7, and 8 related to program update from the host computer 4 via the network 5, the store computer 2 stores these files 6 to 8 in the storage device 9 as shown in FIG. 5. To do. Further, a program update request message is transmitted to each POS terminal 1 via the LAN 3.

POS端末1は、ストアコンピュータ2からLAN3を介してプログラム更新要求伝文を受信すると、バッチプログラムP3が動作し、ファイル転送プログラムP2にプログラム関連ファイルの取得実行が指令される。これにより、ファイル転送プログラムP2が動作し、LAN3を介してストアコンピュータ2にプログラム関連ファイルの取得通知信号が送信され、プログラム関連ファイルであるプログラムファイル6,更新情報ファイル7及び管理情報ファイル8が順次POS端末1にダウンロードされる。ダウンロードされた各情報ファイル6〜8は、一時退避フォルダ32に保管される。ダウンロードが終了すると、LAN3を介してストアコンピュータ2に終了通知信号が送信され、ファイル転送プログラムP2が終了する。ここに、一時退避フォルダ32は、更新プログラム記憶手段を構成する。   When the POS terminal 1 receives a program update request message from the store computer 2 via the LAN 3, the batch program P3 operates to instruct the file transfer program P2 to acquire and execute a program related file. As a result, the file transfer program P2 operates, a program-related file acquisition notification signal is transmitted to the store computer 2 via the LAN 3, and the program file 6, the update information file 7 and the management information file 8 which are program-related files are sequentially added. Downloaded to the POS terminal 1. The downloaded information files 6 to 8 are stored in the temporary save folder 32. When the download ends, an end notification signal is transmitted to the store computer 2 via the LAN 3, and the file transfer program P2 ends. Here, the temporary save folder 32 constitutes an update program storage unit.

その後、POS端末1の電源が一旦オフされ、再びオンされると、POS端末1ではイニシャル処理が開始される。本実施の形態では、このイニシャル処理の先頭ステップとして更新プログラムP4が起動される。これにより、POS端末1では、図6の流れ図に示す更新処理が実行される。   Thereafter, when the power of the POS terminal 1 is once turned off and then turned on again, the POS terminal 1 starts an initial process. In the present embodiment, the update program P4 is activated as the first step of this initial process. Thereby, in the POS terminal 1, the update process shown in the flowchart of FIG. 6 is performed.

すなわち、更新プログラムP4が起動されたPOS端末1のCPU11は、先ず、ST(ステップ)1として一時退避フォルダ32に更新情報ファイル7が保管されているか否かを判断する。ここで、更新情報ファイル7が保管されていない場合には、この更新処理を終了し、イニシャル処理の次のステップに移る。   That is, the CPU 11 of the POS terminal 1 in which the update program P4 is activated first determines whether or not the update information file 7 is stored in the temporary save folder 32 as ST (step) 1. If the update information file 7 is not stored, the update process is terminated and the process proceeds to the next step of the initial process.

更新情報ファイル7が保管されていた場合には、CPU11は、ST2としてその更新情報ファイル7から更新指定日時情報Q2を読出し、プログラム更新日時Aを取得する。次いで、CPU11は、ST3として時計部15にて計時されている現在日時(システム日時)を読出し、更新日時Aと比較して、更新日時Aが経過しているか否かを判断する(更新日付判断手段)。ここで、現在日時よりも更新日時Aの方が大きい場合には、更新日時Aが経過していないので、CPU11は、この更新処理を終了し、イニシャル処理の次のステップに移る。   When the update information file 7 is stored, the CPU 11 reads the update designation date / time information Q2 from the update information file 7 as ST2, and acquires the program update date / time A. Next, the CPU 11 reads the current date and time (system date and time) counted by the clock unit 15 as ST3 and compares it with the update date and time A to determine whether or not the update date and time A has passed (update date determination). means). Here, if the update date A is greater than the current date, the update date A has not elapsed, so the CPU 11 ends this update process and moves to the next step of the initial process.

更新日時Aが現在日時と等しいか現在日時よりも小さい場合には、更新日時Aを経過したので、CPU11は、ST4として更新情報ファイル7からプログラムIDを読出し、ファイル転送プログラムP2に同一プログラムIDの更新情報ファイル取得実行を指令する。これにより、ファイル転送プログラムP2が動作し、LAN3を介してストアコンピュータ2に更新情報ファイルの取得通知信号が送信され、記憶装置9にストアされている同一プログラムIDの最新の更新情報ファイル7NがPOS端末1にダウンロードされる。   If the update date / time A is equal to or smaller than the current date / time, the update date / time A has elapsed, so the CPU 11 reads the program ID from the update information file 7 as ST4 and assigns the same program ID to the file transfer program P2. Directs update information file acquisition execution. As a result, the file transfer program P2 operates, an update information file acquisition notification signal is transmitted to the store computer 2 via the LAN 3, and the latest update information file 7N of the same program ID stored in the storage device 9 is POS. Downloaded to the terminal 1.

そこでCPU11は、ST5として更新情報ファイル7Nがダウンロードされたことを確認したならば、ST6としてこの更新情報ファイル7Nから更新指定日時情報Q2を読出し、プログラム更新日時Bを取得する。そしてCPU11は、ST7として新たにダウンロードされた更新情報ファイル7Nのプログラム更新日時Bと、一時退避フォルダ32に保管された更新情報ファイル7のプログラム更新日時Aとを比較し、一致するか否かを確認する(更新日付確認手段)。   If the CPU 11 confirms that the update information file 7N has been downloaded in ST5, the CPU 11 reads the update designation date / time information Q2 from the update information file 7N in ST6 and obtains the program update date / time B. Then, the CPU 11 compares the program update date / time B of the update information file 7N newly downloaded as ST7 with the program update date / time A of the update information file 7 stored in the temporary save folder 32, and determines whether or not they match. Confirm (update date confirmation means).

ここで、更新日時Aと更新日時Bが一致する場合には、CPU11は、ST8として一時退避フォルダ32に保管されている管理情報ファイル8からプログラムIDを読出し、ファイル転送プログラムP2に同一プログラムIDの管理情報ファイル取得実行を指令する。これにより、ファイル転送プログラムP2が動作し、LAN3を介してストアコンピュータ2に管理情報ファイルの取得通知信号が送信され、記憶装置9にストアされている同一プログラムIDの最新の管理情報ファイル8NがPOS端末1にダウンロードされる。   If the update date and time A and the update date and time B match, the CPU 11 reads the program ID from the management information file 8 stored in the temporary save folder 32 as ST8 and assigns the same program ID to the file transfer program P2. Directs execution of management information file acquisition. As a result, the file transfer program P2 operates, a management information file acquisition notification signal is transmitted to the store computer 2 via the LAN 3, and the latest management information file 8N of the same program ID stored in the storage device 9 is POS. Downloaded to the terminal 1.

そこでCPU11は、ST9として管理情報ファイル8Nがダウンロードされたことを確認したならば、ST10としてこの管理情報ファイル8NからバージョンナンバーQ3を読出すとともに、一時退避フォルダ32に保管されている管理情報ファイル8からバージョンナンバーQ3を読出し、両者を比較する(バージョン確認手段)。その結果、ST11として両バージョンナンバーが一致することを確認したならば、CPU11は、ST12としてプログラムデータの更新を行う。すなわち、一時退避フォルダ32に保管されているプログラムファイル6からプログラムIDとプログラムデータQ1を読出し、プログラムフォルダ31に保管されている同一プログラムIDのプログラム(POS業務プログラムP1)をプログラムデータQ1で書換え更新する(プログラム更新手段)。その後、CPU11は、この更新処理を終了して、イニシャル処理の次のステップに移る。   If the CPU 11 confirms that the management information file 8N has been downloaded in ST9, the CPU 11 reads the version number Q3 from the management information file 8N in ST10 and also stores the management information file 8 stored in the temporary save folder 32. The version number Q3 is read out from the data, and the two are compared (version confirmation means). As a result, if it is confirmed in ST11 that both version numbers match, the CPU 11 updates the program data in ST12. That is, the program ID and program data Q1 are read from the program file 6 stored in the temporary save folder 32, and the program (POS business program P1) stored in the program folder 31 is rewritten and updated with the program data Q1. (Program update means) Thereafter, the CPU 11 ends this update process, and proceeds to the next step of the initial process.

一方、ST7にて新たにダウンロードされた更新情報ファイル7Nのプログラム更新日時Bと、一時退避フォルダ32に保管された更新情報ファイル7のプログラム更新日時Aとを比較した結果、両者が一致しない場合には、CPU11は、ST13として更新日時Bが“0”であるか否かを判断する。ここで、更新日時Bが“0”でない場合には、CPU11は、ST14として更新日時Bが更新日時Aよりも先(未来:システム日時より前でも先でもよい)の日時に変更されているか否かを判断する(日付変更判断手段)。そして、更新日時Bが更新日時Aよりも先の日時に変更されていた場合には、一時退避フォルダ32に保管されている更新情報ファイル7を、新たにダウンロードされた更新情報ファイル7Nに上書き更新して、更新日付を延期する(更新日付延期手段)。その後、CPU11は、この更新処理を終了して、イニシャル処理の次のステップに移る。   On the other hand, when the program update date / time B of the update information file 7N newly downloaded in ST7 and the program update date / time A of the update information file 7 stored in the temporary save folder 32 are compared, they do not match. The CPU 11 determines whether or not the update date B is “0” in ST13. If the update date / time B is not “0”, the CPU 11 determines in ST14 whether the update date / time B has been changed to a date / time earlier than the update date / time A (future: may be before or after the system date / time). (Date change determination means). If the update date / time B has been changed to a date / time earlier than the update date / time A, the update information file 7 stored in the temporary save folder 32 is overwritten and updated to the newly downloaded update information file 7N. Then, the update date is postponed (update date postponing means). Thereafter, the CPU 11 ends this update process, and proceeds to the next step of the initial process.

これに対し、ST13にて更新日時Bが“0”であるか、ST14にて更新日時Bが更新日時Aよりも前(過去)の日付に変更されていた場合には、CPU11は、ST16として一時退避フォルダ32に保管されているプログラムファイル6,更新情報ファイル7及び管理情報ファイル8をいずれもクリアして、更新プログラムへの更新を中止する(プログラム更新中止手段)。また、ST11にて新たにダウンロードされた管理情報ファイル8NのバージョンナンバーQ3と一時退避フォルダ32に保管されている管理情報ファイル8のバージョンナンバーQ3とを比較した結果、両者が一致しない場合も、CPU11は、ST16として一時退避フォルダ32に保管されているプログラムファイル6,更新情報ファイル7及び管理情報ファイル8をいずれもクリアして、更新プログラムへの更新を中止する(プログラム更新中止手段)。その後、CPU11は、この更新処理を終了して、イニシャル処理の次のステップに移る。   On the other hand, if the update date / time B is “0” in ST13 or the update date / time B is changed to a date before (in the past) the update date / time A in ST14, the CPU 11 determines as ST16. All of the program file 6, the update information file 7 and the management information file 8 stored in the temporary save folder 32 are cleared, and the update to the update program is canceled (program update canceling means). Further, when the version number Q3 of the management information file 8N newly downloaded in ST11 and the version number Q3 of the management information file 8 stored in the temporary save folder 32 are compared with each other, the CPU 11 Clears all of the program file 6, the update information file 7 and the management information file 8 stored in the temporary save folder 32 as ST16, and stops the update to the update program (program update canceling means). Thereafter, the CPU 11 ends this update process, and proceeds to the next step of the initial process.

このように本実施の形態においては、POS端末1では、上位機であるストアコンピュータ2から、更新用プログラムが保存されたプログラムファイル6と、その更新日付情報などが格納された更新情報ファイル7と、そのバージョンナンバー等が格納された管理情報ファイル8とが、LAN3を介して配信されると、これらのファイル6〜8が一時退避フォルダ32に保管される。   As described above, in the present embodiment, the POS terminal 1 has the program file 6 in which the update program is stored and the update information file 7 in which the update date information is stored from the store computer 2 which is the host device. When the management information file 8 in which the version number and the like are stored is distributed via the LAN 3, these files 6 to 8 are stored in the temporary save folder 32.

そして、電源オン時のイニシャル処理において、更新情報ファイル7の更新日付情報によって設定された更新日時Aが経過したか否かが判断される。ただし、更新日時Aが経過した場合でも、無条件でプログラム更新が行われるのではなく、ストアコンピュータ2から最新の更新情報ファイル7Nがダウンロードされて、その更新情報ファイル7Nの更新日付情報によって設定された更新日時Bが更新日時Aと一致するか確認される。ここで、一致する場合には、続いて、ストアコンピュータ2から最新の管理情報ファイル8Nがダウンロードされてその管理情報ファイル8Nのバージョンナンバーが一時退避フォルダ32に保管されていると管理情報ファイル8のバージョンナンバーと一致するか確認される。   Then, in the initial process when the power is turned on, it is determined whether or not the update date A set by the update date information in the update information file 7 has elapsed. However, even when the update date / time A has elapsed, the program update is not performed unconditionally, but the latest update information file 7N is downloaded from the store computer 2 and set by the update date information of the update information file 7N. It is confirmed whether the updated date / time B matches the updated date / time A. Here, if they match, the latest management information file 8N is downloaded from the store computer 2 and the version number of the management information file 8N is stored in the temporary save folder 32. Check if it matches the version number.

かくして、事前に配信された更新情報ファイル7の更新日付と、上位機であるストアコンピュータ2の記憶装置9に保管されている同一更新情報ファイル7Nの最新の更新日付とが一致すること、及び同じく事前に配信された管理情報ファイル8のバージョンナンバーと、ストアコンピュータ2の記憶装置9に保管されている同一管理情報ファイル8Nの最新のバージョンナンバーとが一致することを条件に、一時退避フォルダ32に保管されているプログラムファイル6の更新プログラムによってPOS業務プログラムP1が更新される。   Thus, the update date of the update information file 7 distributed in advance coincides with the latest update date of the same update information file 7N stored in the storage device 9 of the store computer 2 that is a higher-level machine. On the condition that the version number of the management information file 8 distributed in advance matches the latest version number of the same management information file 8N stored in the storage device 9 of the store computer 2, it is stored in the temporary save folder 32. The POS business program P1 is updated by the update program of the stored program file 6.

これに対し、更新情報ファイル7Nの更新日時Bが“0”になっているか、更新情報ファイル7の更新日時Aよりも古い日付に変更されていた場合には、一時退避フォルダ32に保管されていたプログラムファイル6,更新情報ファイル7及び管理情報ファイル8がクリアされて、プログラム更新が中止される。また、管理情報ファイル8Nのバージョンナンバーが管理情報ファイル8のバージョンナンバーと一致しない場合も同様に、各情報ファイル6〜8がクリアされて、プログラム更新が中止される。   On the other hand, if the update date B of the update information file 7N is “0” or has been changed to a date older than the update date A of the update information file 7, it is stored in the temporary save folder 32. The program file 6, the update information file 7 and the management information file 8 are cleared, and the program update is stopped. Similarly, when the version number of the management information file 8N does not match the version number of the management information file 8, the information files 6 to 8 are cleared and the program update is stopped.

また、更新日時Bが更新日時Aよりも先の日付に変更されていた場合には、一時退避フォルダ32に保管されている更新情報ファイル7が更新情報ファイル7Nに上書き更新されて、更新日時が延期される。   When the update date / time B has been changed to a date earlier than the update date / time A, the update information file 7 stored in the temporary save folder 32 is overwritten and updated to the update information file 7N, and the update date / time is changed. Postponed.

したがって、例えば各POS端末1に事前に配信された更新プログラムにバグが見つかり、プログラム更新を中止する場合には、ストアコンピュータ2の記憶装置9に保管されている更新情報ファイル7Nの更新日付情報を他の日付に書換えるか、管理情報ファイル8のバージョンナンバーを他のナンバーに書換えることによって、各POS端末1にプログラム更新の中止を指令しなくても、各POS端末1でのプログラム更新を中止させることができる。   Therefore, for example, when a bug is found in the update program distributed in advance to each POS terminal 1 and the program update is stopped, the update date information of the update information file 7N stored in the storage device 9 of the store computer 2 is displayed. By rewriting to another date or rewriting the version number of the management information file 8 to another number, it is possible to update the program at each POS terminal 1 without instructing each POS terminal 1 to cancel the program update. Can be canceled.

また、配信済の更新用プログラムのプログラム更新日時を延期する場合には、更新情報ファイル7Nの更新日時情報をその延期する日時の情報に変更することによって、各POS端末1にプログラム更新日時の変更を指令しなくても、更新日時が自動的に延期される。   When the program update date / time of the distributed update program is postponed, the program update date / time of each POS terminal 1 is changed by changing the update date / time information of the update information file 7N to the information of the postponed date / time. The update date and time is automatically postponed without commanding.

したがって、事前にオンライン配信され更新日時が予約された更新用プログラムの更新中止や更新延期に対して確実に対応できるので、システムの信頼性向上を図ることができる。   Therefore, it is possible to reliably cope with update suspension or update postponement of an update program that has been distributed online in advance and whose update date and time is reserved, so that the reliability of the system can be improved.

なお、この発明は前記一実施の形態に限定されるものではない。
例えば、前記実施の形態では、一時退避フォルダ32に保管されている更新情報ファイル7の更新日時が経過すると、先ず、最新の更新情報ファイル7Nを取得して更新日時が一致するか否かを確認し、一致する場合には、次に最新の管理情報ファイル8Nを取得してバージョン情報が一致するか否かを確認したが、先にバージョン情報が一致するか確認し、一致する場合に更新日付が一致するか確認してもよい。
The present invention is not limited to the one embodiment.
For example, in the above-described embodiment, when the update date and time of the update information file 7 stored in the temporary save folder 32 has elapsed, first, the latest update information file 7N is acquired to check whether the update date and time match. If they match, the latest management information file 8N is acquired next to check whether the version information matches. If the version information matches, the update date is confirmed. You may check if matches.

また、バージョン情報のチェックを省略し、更新日付が一致したことを条件にプログラム更新を行うように構成したり、更新日付のチェックを省略し、バージョン情報が一致したことを条件にプログラム更新を行うように構成しても、事前にオンライン配信された更新用プログラムの更新中止や更新延期に対して確実に対応することができ、問題はない。   Also, it can be configured to update the program on the condition that the update date is matched by omitting the version information check, or to update the program on the condition that the version information is matched by omitting the check of the update date. Even if comprised in this way, it can respond reliably with respect to the update cancellation and update postponement of the update program distributed online beforehand, and there is no problem.

また、前記実施の形態では、更新プログラムP4の起動を電源オン時のイニシャライズ処理の先頭処理のタイミングとしたが、起動のタイミングはこれに限定されるものではなく、例えば、毎営業日の閉店後に実施される清算処理の最終処理のタイミングでプログラム更新プログラムP4を起動して、プログラムの更新を行なうようにしてもよい。
この他、本発明の要旨を逸脱しない範囲で種々変形実施可能であるのは勿論である。
In the above embodiment, the start of the update program P4 is the timing of the initial process of the initialization process when the power is turned on. However, the start timing is not limited to this. The program update program P4 may be activated at the timing of the final process of the settlement process to be performed to update the program.
Of course, various modifications can be made without departing from the scope of the present invention.

本発明の一実施の形態であるPOSシステムの全体構成を概略的に示すブロック図。1 is a block diagram schematically showing an overall configuration of a POS system according to an embodiment of the present invention. 同実施の形態におけるPOS端末の要部構成を示すブロック図。The block diagram which shows the principal part structure of the POS terminal in the embodiment. 同POS端末のハードディスクに形成される主要なデータフォルダを示す模式図。The schematic diagram which shows the main data folders formed in the hard disk of the POS terminal. 同実施の形態においてプログラム更新の際に上位機から配信される情報ファイルとそのデータ構造を示す模式図。The schematic diagram which shows the information file and data structure which are delivered from a high-order machine in the case of the program update in the embodiment. 同実施の形態においてプログラム更新に関わる情報ファイルの動きとそれに作用するプログラムとの関係を示す模式図。The schematic diagram which shows the relationship between the motion of the information file in connection with the program update in the same embodiment, and the program which acts on it. 同実施の形態においてPOS端末のCPUが実行するプログラム更新処理手順の要部を示す流れ図。The flowchart which shows the principal part of the program update process sequence which CPU of a POS terminal performs in the same embodiment.

符号の説明Explanation of symbols

1…POS端末、2…ストアコンピュータ、3…LAN、4…ホストコンピュータ、5…ネットワーク、6…プログラムファイル、7,7N…更新情報ファイル、8,8N…管理情報ファイル、31…プログラムフォルダ、32…一時退避フォルダ。   DESCRIPTION OF SYMBOLS 1 ... POS terminal, 2 ... Store computer, 3 ... LAN, 4 ... Host computer, 5 ... Network, 6 ... Program file, 7, 7N ... Update information file, 8, 8N ... Management information file, 31 ... Program folder, 32 ... temporary backup folder.

Claims (7)

プログラムファイルに格納したプログラムに基づいて情報処理を行う情報処理装置において、
上位機から配信される更新用プログラムとこの更新用プログラムの更新日付情報とを記憶する更新プログラム記憶手段と、
現在日付を計時する計時手段と、
この計時手段により計時されている現在日付が前記更新日付情報の日付を経過したか否かを判断する更新日付判断手段と、
この更新日付判断手段により現在日付が更新日付情報の日付を経過したと判断されると、当該更新用プログラムの更新日付情報が前記上位機側で保管されている同一更新用プログラムの更新日付情報と一致するか確認する更新日付確認手段と、
この更新日付確認手段により更新日付が一致したことを条件に、前記プログラムファイルに格納したプログラムを前記更新プログラム記憶手段により記憶している更新用プログラムに更新するプログラム更新手段と、
を具備したことを特徴とする情報処理装置。
In an information processing apparatus that performs information processing based on a program stored in a program file,
Update program storage means for storing the update program distributed from the host machine and the update date information of the update program;
A timing means for timing the current date;
Update date determination means for determining whether the current date timed by this time measurement means has passed the date of the update date information; and
When it is determined by the update date determination means that the current date has passed the date of the update date information, the update date information of the update program is updated with the update date information of the same update program stored on the higher-level machine side. An update date checking means to check whether they match,
Program update means for updating the program stored in the program file to the update program stored in the update program storage means on condition that the update date is matched by the update date confirmation means;
An information processing apparatus comprising:
前記更新日付確認手段により更新日付が一致しなかった場合には、前記更新プログラム記憶手段により記憶している更新プログラムへの更新を中止するプログラム更新中止手段をさらに具備したことを特徴とする請求項1記載の情報処理装置。   The program update canceling means for canceling the update to the update program stored in the update program storage means when the update date does not match by the update date confirmation means. 1. An information processing apparatus according to 1. 前記更新日付確認手段により更新日付が一致しなかった場合には、更新日付が先の日付に変更されているか否かを判断する日付変更判断手段と、
この日付変更判断手段により更新日付が先の日付に変更されていると判断されると、前記更新プログラム記憶手段により記憶している更新プログラムの更新日付情報をその先の日付情報に変更する更新日付延期手段と、
前記日付変更判断手段により更新日付が先の日付に変更されていないと判断されると、前記更新プログラム記憶手段により記憶している更新プログラムへの更新を中止するプログラム更新中止手段と、
をさらに具備したことを特徴とする請求項1記載の情報処理装置。
If the update date does not match by the update date confirmation means, the date change determination means for determining whether the update date has been changed to the previous date;
When the date change determining means determines that the update date has been changed to the previous date, the update date for changing the update date information of the update program stored by the update program storage means to the date information of the previous date Postponement means,
A program update canceling means for canceling the update to the update program stored by the update program storage means when the date change determination means determines that the update date has not been changed to the previous date;
The information processing apparatus according to claim 1, further comprising:
プログラムファイルに格納したプログラムに基づいて情報処理を行う情報処理装置において、
上位機から配信される更新用プログラムとこの更新用プログラムの更新日付情報及びバージョン情報とを記憶する更新プログラム記憶手段と、
現在日付を計時する計時手段と、
この計時手段により計時されている現在日付が前記更新日付情報の日付を経過したか否かを判断する更新日付判断手段と、
この更新日付判断手段により現在日付が更新日付情報の日付を経過したと判断されると、当該更新用プログラムのバージョン情報が前記上位機側で保管されている同一更新用プログラムのバージョン情報と一致するか確認するバージョン確認手段と、
前記バージョン確認手段によりバージョン情報が一致したことを条件に、前記プログラムファイルに格納したプログラムを前記更新プログラム記憶手段により記憶している更新用プログラムに更新するプログラム更新手段と、
を具備したことを特徴とする情報処理装置。
In an information processing apparatus that performs information processing based on a program stored in a program file,
Update program storage means for storing an update program distributed from the host machine and update date information and version information of the update program;
A timing means for timing the current date;
Update date determination means for determining whether the current date timed by this time measurement means has passed the date of the update date information; and
If it is determined by the update date determination means that the current date has passed the date of the update date information, the version information of the update program matches the version information of the same update program stored on the higher-level machine side. Version checking means to check whether
Program update means for updating the program stored in the program file to an update program stored in the update program storage means on condition that version information is matched by the version confirmation means;
An information processing apparatus comprising:
前記バージョン確認手段によりバージョン情報が一致しなかった場合には、前記更新プログラム記憶手段により記憶している更新プログラムへの更新を中止するプログラム更新中止手段をさらに具備したことを特徴とする請求項4記載の情報処理装置。   5. The apparatus according to claim 4, further comprising program update canceling means for canceling update to the update program stored in the update program storage means when the version information does not match by the version confirmation means. The information processing apparatus described. プログラムファイルに格納したプログラムに基づいて情報処理を行う情報処理装置のプログラム更新方法において、
事前に上位機から配信される更新用プログラムとこの更新用プログラムの更新日付情報とを記憶するステップと、
当該情報処理装置が有する計時機能によって計時される現在日付が更新日付情報の日付を経過したか否かを判断するステップと、
前記現在日付が更新日付情報の日付を経過したと判断すると、当該更新用プログラムの更新日付情報が上位機側で保管されている同一更新用プログラムの更新日付情報と一致するか確認するステップと、
更新日付情報が一致したことを条件に、前記プログラムファイルに格納したプログラムを事前に記憶していた更新用プログラムに更新するステップと、
からなることを特徴とする情報処理装置のプログラム更新方法。
In a program update method for an information processing apparatus that performs information processing based on a program stored in a program file,
Storing an update program distributed in advance from the host machine and update date information of the update program;
Determining whether the current date timed by the timekeeping function of the information processing apparatus has passed the date of the update date information;
Determining that the current date has passed the date of the update date information, confirming whether the update date information of the update program matches the update date information of the same update program stored on the host device side;
Updating the program stored in the program file to an update program stored in advance on condition that the update date information matches, and
A program update method for an information processing apparatus, comprising:
プログラムファイルに格納したプログラムに基づいて情報処理を行う情報処理装置のプログラム更新方法において、
事前に上位機から配信される更新用プログラムとこの更新用プログラムの更新日付情報及びバージョン情報とを記憶するステップと、
当該情報処理装置が有する計時機能によって計時される現在日付が更新日付情報の日付を経過したか否かを判断するステップと、
前記現在日付が更新日付情報の日付を経過したと判断すると、当該更新用プログラムのバージョン情報が上位機側で保管されている同一更新用プログラムのバージョン情報と一致するか確認するステップと、
バージョン情報が一致したことを条件に、前記プログラムファイルに格納したプログラムを事前に記憶していた更新用プログラムに更新するステップと、
からなることを特徴とする情報処理装置のプログラム更新方法。
In a program update method for an information processing apparatus that performs information processing based on a program stored in a program file,
Storing an update program distributed in advance from a host machine and update date information and version information of the update program;
Determining whether the current date timed by the timekeeping function of the information processing apparatus has passed the date of the update date information;
Determining that the current date has passed the date of the update date information, checking whether the version information of the update program matches the version information of the same update program stored on the host device side;
Updating the program stored in the program file to an update program stored in advance on condition that the version information matches;
A program update method for an information processing apparatus, comprising:
JP2003370295A 2003-10-30 2003-10-30 Information processing apparatus and program updating method for the apparatus Expired - Lifetime JP3923933B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003370295A JP3923933B2 (en) 2003-10-30 2003-10-30 Information processing apparatus and program updating method for the apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003370295A JP3923933B2 (en) 2003-10-30 2003-10-30 Information processing apparatus and program updating method for the apparatus

Publications (2)

Publication Number Publication Date
JP2005135147A true JP2005135147A (en) 2005-05-26
JP3923933B2 JP3923933B2 (en) 2007-06-06

Family

ID=34647353

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003370295A Expired - Lifetime JP3923933B2 (en) 2003-10-30 2003-10-30 Information processing apparatus and program updating method for the apparatus

Country Status (1)

Country Link
JP (1) JP3923933B2 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008048211A (en) * 2006-08-17 2008-02-28 Ntt Docomo Inc Communication apparatus and program data updating method
JP2010102512A (en) * 2008-10-23 2010-05-06 Toshiba Tec Corp Information processing system, information processing unit and control program therefor
JP2012113489A (en) * 2010-11-24 2012-06-14 Hitachi Systems Ltd Client program automatic updating system
CN101089815B (en) * 2006-06-13 2012-10-03 柯尼卡美能达商用科技株式会社 Program update control apparatus
JP2012221268A (en) * 2011-04-11 2012-11-12 Canon Inc Image forming apparatus, network system, method for controlling image forming apparatus and program
JP2015103106A (en) * 2013-11-26 2015-06-04 株式会社リコー Communication device and communication program
JP2017010302A (en) * 2015-06-23 2017-01-12 株式会社オービックビジネスコンサルタント Server device, terminal device, information processing method, and program
JP2017167857A (en) * 2016-03-16 2017-09-21 株式会社リコー Firmware update system, cloud system, and information processing device
US10127031B2 (en) 2013-11-26 2018-11-13 Ricoh Company, Ltd. Method for updating a program on a communication apparatus
JP2021081998A (en) * 2019-11-19 2021-05-27 株式会社オートネットワーク技術研究所 On-vehicle update device and update processing program

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101089815B (en) * 2006-06-13 2012-10-03 柯尼卡美能达商用科技株式会社 Program update control apparatus
JP2008048211A (en) * 2006-08-17 2008-02-28 Ntt Docomo Inc Communication apparatus and program data updating method
JP2010102512A (en) * 2008-10-23 2010-05-06 Toshiba Tec Corp Information processing system, information processing unit and control program therefor
JP2012113489A (en) * 2010-11-24 2012-06-14 Hitachi Systems Ltd Client program automatic updating system
JP2012221268A (en) * 2011-04-11 2012-11-12 Canon Inc Image forming apparatus, network system, method for controlling image forming apparatus and program
JP2015103106A (en) * 2013-11-26 2015-06-04 株式会社リコー Communication device and communication program
US10127031B2 (en) 2013-11-26 2018-11-13 Ricoh Company, Ltd. Method for updating a program on a communication apparatus
JP2017010302A (en) * 2015-06-23 2017-01-12 株式会社オービックビジネスコンサルタント Server device, terminal device, information processing method, and program
JP2017167857A (en) * 2016-03-16 2017-09-21 株式会社リコー Firmware update system, cloud system, and information processing device
JP2021081998A (en) * 2019-11-19 2021-05-27 株式会社オートネットワーク技術研究所 On-vehicle update device and update processing program
WO2021100462A1 (en) * 2019-11-19 2021-05-27 株式会社オートネットワーク技術研究所 Onboard update device and update processing program
JP7283359B2 (en) 2019-11-19 2023-05-30 株式会社オートネットワーク技術研究所 In-vehicle update device and update processing program

Also Published As

Publication number Publication date
JP3923933B2 (en) 2007-06-06

Similar Documents

Publication Publication Date Title
US6055632A (en) Method and apparatus for transferring firmware to a non-volatile memory of a programmable controller system
US7227656B1 (en) Management device and method of print system for updating software programs installed in the print system
US20010044934A1 (en) Computer and computer readable recording medium on which program is recorded
US6314474B1 (en) Efficient information exchange between an electronic book and a cartridge
JP3923933B2 (en) Information processing apparatus and program updating method for the apparatus
JP7163454B2 (en) Information processing device, control method for information processing device, and program
US7599080B2 (en) Image forming apparatus and printer driver delivery system
US20020144005A1 (en) Data communication apparatus capable of rewriting firmware
JP2001243074A (en) Combined scale permitting program distribution and system for the same
JP2006072917A (en) Information processing system
JP2006227677A (en) Method for download control of firmware
JPH11282687A (en) Method for automatically revising program
JP5079859B2 (en) Payment system terminal program update method and payment terminal
US8631402B2 (en) Center management apparatus, method, and computer readable storage medium storing program thereof
JP4978061B2 (en) Software update necessity judgment method
JP2002023979A (en) Network printing system, server, printer, printout controller and recording medium
JP2006331256A (en) Information processing device, installation processing method, memory medium, and program
JP4621196B2 (en) Payment system terminal program update method and payment terminal
JP4086527B2 (en) Information processing apparatus, information processing method, and program for causing computer to execute the same
JP2002351687A (en) Updating system for firmware of printer
JP2002215400A (en) Program delivering method
JP3792989B2 (en) Data backup system
JP2006107388A (en) Information processor, and information processing method and program
JP2009265980A (en) Information processing apparatus
JPH113220A (en) Control software supply system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061101

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061121

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070117

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070222

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100302

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110302

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110302

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120302

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120302

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130302

Year of fee payment: 6