JPH10240515A - Data processor - Google Patents

Data processor

Info

Publication number
JPH10240515A
JPH10240515A JP9039193A JP3919397A JPH10240515A JP H10240515 A JPH10240515 A JP H10240515A JP 9039193 A JP9039193 A JP 9039193A JP 3919397 A JP3919397 A JP 3919397A JP H10240515 A JPH10240515 A JP H10240515A
Authority
JP
Japan
Prior art keywords
data
dimensional code
function
date
update
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
Application number
JP9039193A
Other languages
Japanese (ja)
Inventor
Takafumi Fukushima
孝文 福島
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.)
TEC CORP
Original Assignee
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 TEC CORP filed Critical TEC CORP
Priority to JP9039193A priority Critical patent/JPH10240515A/en
Publication of JPH10240515A publication Critical patent/JPH10240515A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To make even a person not familiar with a program able to update a function. SOLUTION: An instruction book for which the two-dimensional codes for encoding the program for executing function updating is printed is issued and distributed, a two-dimensional code reader for reading the two-dimensional codes of the instruction book is provided and the processing of the function updating is executed by a key work included in two-dimensional code data read by the two-dimensional code reader. Also, updating data are added as conditions to the program of the function updating to be encoded to the two-dimensional codes, and in the case that the present date is a date before the date of updating, the execution of the function updating is postponed until the date of updating.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、機能に関するデ
ータが記憶されたメモリを備え、このメモリに記憶され
たデータに基づいて機能を実行して、データを処理する
装置、例えば電子式レジスタやPOS( point of sales
)端末装置等のデータ処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an apparatus for processing data by providing a memory in which data relating to a function is stored, and executing a function based on the data stored in the memory, for example, an electronic register or a POS. (point of sales
) It relates to a data processing device such as a terminal device.

【0002】[0002]

【従来の技術】電子式レジスタやPOS端末装置等のデ
ータ処理装置では基本的に、CPU(central processin
g unit)、ROM(read only memory)、RAM(random a
ccessmemory)等により制御部本体が構成され、例えば電
子式レジスタやPOS端末装置における精算業務( 販売
データ登録処理 )等の機能( システム、動作制御・処理
内容 )を、コマンド( 命令 )からなるプログラムにより
実行するようになっている。このプログラムは、一般的
にシステム領域( 動作制御領域 )及びパラメータ領域(
定数領域 )に別れており、システム領域は、必要な機能
・動作を実行するためのコマンドデータで構成されてお
り、パラメータ領域は、必要な機能を特定の方法や条件
で動作させるために必要な定数データ( パラメータデー
タ )等で構成されており、例えばハードディスク装置等
のメモリに記憶され、電源投入時に起動するようになっ
ている。
2. Description of the Related Art In a data processing device such as an electronic register or a POS terminal device, a CPU (Central Processing Unit) is basically used.
g unit), ROM (read only memory), RAM (random a
The control unit itself is composed of e.g. ccess memory) .For example, functions (system, operation control / processing contents) such as settlement work (sales data registration processing) in an electronic register or POS terminal device are performed by a program consisting of commands (instructions). It is supposed to run. This program generally includes a system area (operation control area) and parameter area (
Constant area), the system area is composed of command data for executing necessary functions and operations, and the parameter area is required for operating the required functions in a specific method and condition. It is composed of constant data (parameter data) and the like, and is stored in, for example, a memory such as a hard disk device, and is started when the power is turned on.

【0003】機能の更新( 新機能の追加・現機能の変更
・不要な機能の削除、バージョンアップ )を行うために
は、メモリに記憶されたプログラムのコマンドデータや
パラメータデータの追加・変更・削除を行うことが必要
であった。そのため、従来のデータ処理装置では、変更
箇所や変更方法などの詳細を記載した指示書に基づい
て、プログラムに精通したサービスマンやプログラマが
直接データ処理装置を操作して、メモリに記憶されたプ
ログラムのコマンドデータやパラメータデータのの追加
・変更・削除を行っていた。サービスマンやプログラマ
が必要とする指示書は、システムの開発本部が新しい機
能仕様や変更仕様を検討し、この検討結果をコンピュー
タに搭載された指示書アプリケーションプログラムによ
って指示書として作成して、コンピュータに接続された
プリンタで印字出力し、この印字出力した指示書を郵送
又はファクシミリ伝送によって各サービス拠点に配布さ
れたものである。
To update functions (add new functions, change existing functions, delete unnecessary functions, upgrade), add, change, or delete command data and parameter data of programs stored in memory. It was necessary to do. Therefore, in the conventional data processing device, a service technician or a programmer who is familiar with the program directly operates the data processing device based on the instruction sheet which describes details such as a changed portion and a changing method, and the program stored in the memory is used. Command data and parameter data were added, changed, and deleted. Instructions required by service technicians and programmers are created by the system development headquarters, examining new functional specifications and changed specifications, and the results of this examination are created as instructions by an instruction application program installed in the computer, and then sent to the computer. The printed instructions are output by a connected printer, and the printed instructions are distributed to each service base by mail or facsimile transmission.

【0004】[0004]

【発明が解決しようとする課題】従来のデータ処理装置
では、サービスマンやプログラマでなければ機能の更新
が行えず、特に複数台のデータ処理装置を取扱うユーザ
に対しては、機能の更新に時間が掛かるという問題があ
った。そこでこの発明は、プログラムに精通していない
人でも機能の更新を行うことができるデータ処理装置を
提供することを目的とする。
In the conventional data processing apparatus, the function cannot be updated unless a serviceman or a programmer is used. In particular, it takes a long time to update the function for a user who handles a plurality of data processing apparatuses. There was a problem that it took. Therefore, an object of the present invention is to provide a data processing device that allows even a person who is not familiar with a program to update functions.

【0005】[0005]

【課題を解決するための手段】請求項1対応の発明は、
機能に関するデータが記憶された記憶手段を備え、この
記憶手段に記憶されたデータに基づいて機能を実行し
て、データを処理するデータ処理装置において、印刷媒
体上に印刷された2次元コード画像を読取る画像読取手
段と、この画像読取手段により読取った2次元コード画
像から2次元コードデータを解析する2次元コード解析
手段と、この2次元コード解析手段により解析された2
次元コードデータに基づいて記憶手段に記憶された機能
に関するデータを変更する機能変更手段とを設けたもの
である。
The invention corresponding to claim 1 is:
A data processing device that executes a function based on the data stored in the storage unit and processes the data, and stores the two-dimensional code image printed on the print medium in the data processing device. Image reading means for reading, two-dimensional code analyzing means for analyzing two-dimensional code data from the two-dimensional code image read by the image reading means, and two-dimensional code analyzed by the two-dimensional code analyzing means.
And a function changing means for changing data relating to the function stored in the storage means based on the dimension code data.

【0006】請求項2対応の発明は、機能に関するデー
タが記憶された記憶手段を備え、この記憶手段に記憶さ
れたデータに基づいて機能を実行して、データを処理す
るデータ処理装置において、現在の日付を計時する計時
手段と、印刷媒体上に印刷された2次元コード画像を読
取る画像読取手段と、この画像読取手段により読取った
2次元コード画像から2次元コードデータを解析する2
次元コード解析手段と、この2次元コード解析手段によ
り解析された2次元コードデータに基づいて記憶手段に
記憶された機能に関するデータを更新する機能更新手段
と、2次元コード解析手段により解析された2次元コー
ドデータ中に適応開始すべき日付データが含まれていた
場合に、機能変更手段による機能に関するデータの変更
を、日付データと計時手段により計時された日付とが一
致するまで延期する更新日付制御手段とを設けたもので
ある。
According to a second aspect of the present invention, there is provided a data processing apparatus which includes a storage unit in which data relating to a function is stored, executes a function based on the data stored in the storage unit, and processes the data. A means for measuring the date of the image, an image reading means for reading a two-dimensional code image printed on a print medium, and a means for analyzing two-dimensional code data from the two-dimensional code image read by the image reading means.
Two-dimensional code analysis means, function updating means for updating data relating to functions stored in the storage means based on the two-dimensional code data analyzed by the two-dimensional code analysis means, and two-dimensional code analyzed by the two-dimensional code analysis means. Update date control that, when the date data to be adapted is included in the dimensional code data, delays the change of the function data by the function change means until the date data and the date timed by the timekeeping means match. Means.

【0007】[0007]

【発明の実施の形態】以下、この発明の実施の形態を図
面を参照して説明する。図1は、この発明を適用した電
子式レジスタの要部回路構成を示すブロック図である。
1は、制御部本体を構成するCPU(central processin
g unit )である。このCPU1が行う処理のプログラム
データが記憶されたROM( read onlymemory )2、前
記CPU1が処理を行う時に使用する各種メモリのエリ
アが形成されたRAM(random access memory)3、各種
データ及びアプリケーションプログラムが記憶されるハ
ードディスク装置4とのデータの伝送制御を行うハード
ディスクインターフェイス5、現在の日付を計時する計
時手段としての時計回路6、印刷媒体上に印刷された2
次元コードの画像を読取る画像読取手段としての2次元
コードリーダ7とのデータの伝送制御を行う通信インタ
ーフェイス8はそれぞれ、システムバス9を通して前記
CPU1と接続されている。また、前記CPU1は前記
システムバス9を通して、キーボード10とのデータの
伝送制御を行うキーボードインターフェイス11、表示
器12を制御する表示コントローラ13、貨幣を収納管
理するドロワ部14、レシート及びジャーナルに印字を
行うプリンタ部15と接続されている。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a main circuit configuration of an electronic register to which the present invention is applied.
Reference numeral 1 denotes a CPU (central process in
g unit). A ROM (read only memory) 2 in which program data of the processing performed by the CPU 1 is stored, a RAM (random access memory) 3 in which an area of various memories used when the CPU 1 performs the processing, various data and application programs are stored. A hard disk interface 5 for controlling data transmission with the hard disk device 4 to be stored, a clock circuit 6 as a clock means for clocking the current date, and a clock 2 printed on a print medium
Communication interfaces 8 for controlling data transmission with a two-dimensional code reader 7 as an image reading means for reading an image of a dimensional code are connected to the CPU 1 via a system bus 9. The CPU 1 prints data on the keyboard interface 11 for controlling data transmission with the keyboard 10, the display controller 13 for controlling the display unit 12, the drawer unit 14 for storing and managing money, the receipt and the journal via the system bus 9. And a printer unit 15 for performing the operation.

【0008】前記ROM2は、記憶手段としてメモリ的
にブロック毎に書換え可能なフラッシュROMから構成
されており、図2に示すように、メモリマップが形成さ
れている。アドインローダーエリア21は、後述する2
次元コード読取処理を実行するためのプログラムを記憶
するエリアで、読取った2次元コードデータから命令と
なるキーワードを検索して、その読取りコードの内容に
合わせた最適な方法でデータを該当するメモリエリアに
セットするものである。可変パラメータエリア22は、
パラメータデータを記憶するエリアである。拡張機能エ
リア23は、新機能を追加するためのプログラムデータ
を記憶するエリアである。
The ROM 2 is composed of a flash ROM which is rewritable block by block as a memory as a storage means, and has a memory map as shown in FIG. The add-in loader area 21 includes the following 2
In an area for storing a program for executing a dimension code reading process, a keyword serving as an instruction is searched from the read two-dimensional code data, and the data is stored in a corresponding memory area in an optimum manner according to the content of the read code. Is set to The variable parameter area 22 is
This area stores parameter data. The extended function area 23 is an area for storing program data for adding a new function.

【0009】フックパラメータエリア24は、必要とす
る機能に対応するアドレスポインタを示しているアドレ
ス変換テーブルを記憶するエリアである。従って、この
フックパラメータエリア24に記憶されているアドレス
を変更すれば、新しいアドレスに記憶されているプログ
ラムを実行することができる。固定パラメータエリア2
5は、後述するシステムプログラムが通常使用する変更
のないパラメータを記憶保持しているエリアである。シ
ステムエリア26は、前記CPU1が行う当初から与え
られている基本的な処理を実行するためのシステムプロ
グラムデータが記憶されているエリアである。 前記可
変パラメータエリア22、前記拡張機能エリア23及び
前記フックパラメータエリア24は、書換え可能である
必要があるので、書換え可能メモリに形成しなければな
らないが、それ以外の前記アドインローダーエリア2
1、前記固定パラメータエリア25及び前記システムエ
リア26は、書換え可能である必要はないので、読取り
専用メモリに形成しても良い。
The hook parameter area 24 is an area for storing an address conversion table indicating an address pointer corresponding to a required function. Therefore, by changing the address stored in the hook parameter area 24, the program stored at the new address can be executed. Fixed parameter area 2
Reference numeral 5 denotes an area for storing and holding unchanged parameters which are generally used by a system program described later. The system area 26 is an area in which system program data for executing basic processing provided from the beginning by the CPU 1 is stored. The variable parameter area 22, the extended function area 23, and the hook parameter area 24 need to be rewritable, so they must be formed in a rewritable memory.
1. Since the fixed parameter area 25 and the system area 26 do not need to be rewritable, they may be formed in a read-only memory.

【0010】図3は、前記2次元コードリーダ7が2次
元コードの読取動作を行ったときに、前記CPU1が行
う2次元コード読取処理の流れを示す図である。まず、
2次元コードリーダ7による2次元コード読取りが完了
するまでの待機状態となっている。2次元コード読取り
が完了すると、この2次元コード読取りにより得られた
2次元コード画像データから2次元コードデータをデコ
ードし、この2次元コードデータについてコマンド等の
解析を行う( 2次元コード解析手段 )。
FIG. 3 is a diagram showing a flow of a two-dimensional code reading process performed by the CPU 1 when the two-dimensional code reader 7 performs a two-dimensional code reading operation. First,
It is in a standby state until the two-dimensional code reading by the two-dimensional code reader 7 is completed. When the two-dimensional code reading is completed, the two-dimensional code data is decoded from the two-dimensional code image data obtained by the two-dimensional code reading, and commands and the like are analyzed for the two-dimensional code data (two-dimensional code analysis means). .

【0011】この2次元コードデータの解析結果に基づ
いて、2次元コードデータ中に命令となるキーワードが
あるか否かを判断する。キーワードがない、すなわち通
常のコードしかないと判断すると、この2次元コード読
取処理を終了するようになっている。この2次元コード
読取処理を終了すると、システムエリア26に記憶され
たシステムプログラムが実行され、通常コードしかない
上記2次元コードデータは、このシステムプログラムに
よる処理に渡されて、適切な処理が行われる。
Based on the analysis result of the two-dimensional code data, it is determined whether or not the two-dimensional code data includes a keyword serving as an instruction. If it is determined that there is no keyword, that is, there is only a normal code, the two-dimensional code reading process is terminated. When the two-dimensional code reading process is completed, the system program stored in the system area 26 is executed, and the two-dimensional code data having only the normal code is passed to the process by the system program, and an appropriate process is performed. .

【0012】また、キーワードがあると判断すると、ス
テップ1( ST1 )の処理として、2次元コードデータ
中にアップデートデータがあるか否かを判断する。ここ
で、アップデートデータがないと判断すると、ステップ
2( ST2 )の処理として、キーワードによりプログラ
ムを更新する命令か否かを判断する。ここで、キーワー
ドによりプログラムを更新する命令、すなわち、新機能
の追加と判断すると、読取った2次元コードデータをプ
ログラムデータとして、拡張機能エリア23にセット(
プログラム配置 )し( 機能変更手段 )、このプログラム
データの拡張機能エリア23へのセットに対応して( そ
のプログラムデータが実行できるように )、フックパラ
メータエリアのアドレスを変更して( 機能変更手段 )、
この2次元コード読取処理を終了するようになってい
る。この2次元コード読取処理を終了すると、システム
プログラムを実行するようになっている。
If it is determined that there is a keyword, it is determined in step 1 (ST1) whether or not there is update data in the two-dimensional code data. Here, when it is determined that there is no update data, as a process of step 2 (ST2), it is determined whether or not the instruction is a command for updating a program by a keyword. Here, if it is determined that a command for updating the program by the keyword, that is, a new function is to be added, the read two-dimensional code data is set in the extended function area 23 as program data (
Program placement) (function changing means), and corresponding to the setting of this program data in the extended function area 23 (so that the program data can be executed), the address of the hook parameter area is changed (function changing means). ,
This two-dimensional code reading process is terminated. Upon completion of the two-dimensional code reading process, a system program is executed.

【0013】また、前述のステップ2の処理で、キーワ
ードによりパラメータを更新する命令と判断すると、読
取った2次元コードデータをパラメータデータとして、
可変パラメータエリア22にセット( パラメータ設定 )
し( 機能変更手段 )、このパラメータデータが使用でき
るように、フックパラメータエリアのアドレスを変更し
て( 機能変更手段 )、この2次元コード読取処理を終了
するようになっている。この2次元コード読取処理を終
了すると、システムプログラムを実行するようになって
いる。また、前述のステップ1の処理で、アップデート
データがあると判断すると、時計回路6から得られる現
在の日付が、そのアップデートデータで指定される日付
より前の日付か否かを判断する。
When it is determined in step 2 that the command is a command to update a parameter by a keyword, the read two-dimensional code data is used as parameter data.
Set in the variable parameter area 22 (parameter setting)
Then, the address of the hook parameter area is changed (function changing means) so that the parameter data can be used, and the two-dimensional code reading process is terminated. Upon completion of the two-dimensional code reading process, a system program is executed. If it is determined in step 1 that there is update data, it is determined whether the current date obtained from the clock circuit 6 is earlier than the date specified by the update data.

【0014】ここで、現在日付がアップデートデータの
指定日付より前の日付ではない( 現在日付が指定日付と
一致又は指定日付を経過した )と判断すると、前述のス
テップ2の処理へ移行するようになっている。また、現
在日付がアップデートデータの指定日付より前の日付で
あると判断すると、このアップデートデータ及び2次元
コードデータをハードディスク装置4( 又は他の不揮発
性メモリ )に記憶( 登録 )し、このアップデートデータ
による更新予約を示すデータをハードディスク装置4に
記憶( 登録 )して( 更新日付制御手段 )、この2次元コ
ード読取処理を終了するようになっている。この2次元
コード読取処理を終了すると、システムプログラムを実
行するようになっている。
If it is determined that the current date is not before the specified date of the update data (the current date matches the specified date or has passed the specified date), the process proceeds to the above-described step 2. Has become. If it is determined that the current date is earlier than the date specified in the update data, the update data and the two-dimensional code data are stored (registered) in the hard disk drive 4 (or another non-volatile memory), and the update data is stored. Is stored (registered) in the hard disk drive 4 (update date control means), and the two-dimensional code reading process is terminated. Upon completion of the two-dimensional code reading process, a system program is executed.

【0015】図4は、電源投入時又はリセット時に、前
記CPU1が行う電源投入時処理の流れを示す図であ
る。まず、メモリ( RAM3等 )の初期化等を行うイニ
シャライズ処理を行い、このイニシャライズ処理を終了
すると、ステップ3( ST3 )の処理として、ハードデ
ィスク装置4( 又は他の不揮発性メモリ )に登録された
データを検索して、時計回路6から得られる現在の日付
に一致するアップデートデータによる更新予約が有るか
否かを判断する。
FIG. 4 is a diagram showing a flow of a power-on process performed by the CPU 1 at the time of power-on or reset. First, an initialization process for initializing a memory (RAM3 or the like) is performed, and when this initialization process is completed, the data registered in the hard disk device 4 (or another nonvolatile memory) is processed in step 3 (ST3). To determine whether or not there is an update reservation with update data that matches the current date obtained from the clock circuit 6.

【0016】ここで、現在日付に一致するアップデート
データによる更新予約はないと判断すると、この電源投
入時処理を終了するようになっている。この電源投入時
処理を終了すると、システムプログラムを実行するよう
になっている。また、現在日付に一致するアップデート
データによる更新予約が有ると判断すると、この更新予
約のアップデートデータに該当する2次元コードデータ
をハードディスク装置4から呼出して、前述の2次元コ
ード読取処理のステップ2以降の処理と同様なプログラ
ム更新処理を行い( 更新日付制御手段 )、このプログラ
ム更新処理を終了すると、再び前述のステップ3の処理
へ戻るようになっている。
If it is determined that there is no update reservation based on the update data that matches the current date, the power-on processing is terminated. Upon completion of the power-on processing, the system program is executed. If it is determined that there is an update reservation with the update data that matches the current date, the two-dimensional code data corresponding to the update data of this update reservation is called from the hard disk device 4 and the above-mentioned two-dimensional code reading process is performed from step 2 onward. Is performed (update date control means), and when this program update process is completed, the process returns to the above-described step 3 again.

【0017】このような構成のこの実施の形態におい
て、本部のシステム管理者が、装置の新しい仕様に基づ
いて、パーソナルコンピュータで指示書作成アプリケー
ションプログラム及び2次元コードエンコーダを使用し
て、例えば図5に示すような指示書を作成してプリンタ
により印字出力する。この指示書には、機能の更新内容
を人が確認できるように文字により記述した文章と共
に、その機能の更新を実行するためのデータ( 機能変更
プログラム )をエンコードした2次元コードが印字され
ている。
In this embodiment having such a configuration, a system administrator at the headquarters can use a personal computer to execute an instruction creation application program and a two-dimensional code encoder based on a new specification of the apparatus, for example, as shown in FIG. Is created and printed out by a printer. This instruction sheet is printed with a two-dimensional code that encodes data (function change program) for executing the function update, along with a sentence written in characters so that a person can confirm the updated contents of the function. .

【0018】図6( a )は、アップデート( 適応開始日
)と機能の更新内容( 税率等の変更( TAX )、読み取
りコードの変更追加( CODE )、新機能の追加( NE
W ))を命令するプログラム及び図示しないキーワード
を2次元コードにエンコードしたことを示しており、図
6( b )は、図6( a )に示す新機能の追加で提示され
た第1のプログラム( PROG1 )及び図示しないキー
ワードを2次元コードにエンコードしたことを示してお
り、図6( c )は、図6( b )に示す新機能の追加で提
示された第2のプログラム( PROG2 )及び図示しな
いキーワードを2次元コードにエンコードしたことを示
している。
FIG. 6A shows an update (adaptation start date).
) And updated contents of functions (change of tax rate etc. (TAX), addition of change of reading code (CODE), addition of new function (NE
W)) and a keyword (not shown) are encoded into a two-dimensional code. FIG. 6 (b) shows a first program presented by adding a new function shown in FIG. 6 (a). (PROG1) and a keyword (not shown) are encoded into a two-dimensional code. FIG. 6 (c) shows the second program (PROG2) and the second program (PROG2) presented with the addition of the new function shown in FIG. 6 (b). This shows that a keyword (not shown) is encoded into a two-dimensional code.

【0019】このように印字出力した指示書は、この時
点で更新記録として保管されデータベース化されて、こ
の電子式レジスタの機能更新の履歴管理に使用されるこ
とになる。この指示書は、本部から電子式レジスタが設
置されている場所へ、公衆回線を通してファクシミリ伝
送される( あるいはコピーしたものを郵送される )。フ
ァクシミリ伝送の場合には、ファクシミリ伝送における
画像の変形やノイズ等に対しては、2次元コードのエラ
ー訂正機能等によって2次元コードの内容は正確に伝達
できる又は復元できるようになっている。電子式レジス
タが設置されている場所では、ファクシミリ伝送又は郵
送により送付されてきた指示書の2次元コードを、2次
元コードリーダ7により読取る。この操作だけで電子式
レジスタの機能更新が完了したことになる。
At this point, the printed instruction is stored as an update record and stored in a database, and is used for managing the history of the function update of the electronic register. The instructions will be faxed (or mailed with a copy) from the headquarters to the location where the electronic register is located over the public line. In the case of facsimile transmission, the contents of the two-dimensional code can be accurately transmitted or restored by a two-dimensional code error correction function or the like with respect to image deformation and noise in the facsimile transmission. At the place where the electronic register is installed, the two-dimensional code reader 7 reads the two-dimensional code of the instruction sent by facsimile transmission or mail. Only by this operation, the function update of the electronic register is completed.

【0020】以下、指示書の2次元コードを2次元コー
ドリーダ7で読取った後に、この発明を適用した電子式
レジスタが、自装置内で自動的に行っている機能更新の
動作について説明する。読取った2次元コードが販売登
録データ等の通常のコードであれば、通常の業務処理で
処理されるが、上述したような指示書の2次元コードで
は、キーワードが付加されているので、このキーワード
に基づいて、機能更新処理が実行されることになる。
A description will now be given of a function updating operation performed automatically by the electronic register to which the present invention is applied after the two-dimensional code of the instruction is read by the two-dimensional code reader 7. If the read two-dimensional code is a normal code such as sales registration data, it is processed in a normal business process. However, in the two-dimensional code of the above-described instruction, a keyword is added. , The function update process is executed.

【0021】まず、アップデート( 適応開始日 )の日付
を確認して、現在の日付がこのアップデートの日付より
前であれば、この2次元コードデータは、そのアップデ
ートの日付で更新予約され、アップデートの日付になっ
たときに、その2次元コードデータに基づいて機能更新
処理が実行される。現在の日付がアップデートの日付と
一致あるいはアップデートの日付を過ぎていた場合に
は、すぐに、この2次元コードデータに基づいて機能更
新処理が実行される。
First, the date of the update (adaptation start date) is confirmed, and if the current date is earlier than the date of the update, the two-dimensional code data is reserved for update on the date of the update, and the two-dimensional code data is reserved. When the date comes, a function update process is executed based on the two-dimensional code data. If the current date matches the update date or has passed the update date, the function update process is immediately executed based on the two-dimensional code data.

【0022】このようにこの実施の形態によれば、指示
書の2次元コードを読取る2次元コードリーダ7を設
け、この2次元コードリーダ7により読取った2次元コ
ードデータに含まれるキーワードによって機能更新の処
理を実行することにより、サービスマンやプログラマで
ないプログラムに精通していない人でも、指示書の2次
元コードを2次元コードリーダ7により読取るという簡
単な操作だけで、機能の更新を行うことができる。従っ
て、指示書が作成されると、実質的に機能の更新処理に
掛かる時間は短縮することができる。また、2次元コー
ドにエンコードする機能更新のプログラムに条件として
アップデートデータを付加し、現在の日付がアップデー
トの日付より前の日付であるが場合には、機能更新を実
行するのをアップデートの日付まで延期することによ
り、適応開始日を管理する必要がなく機能更新のための
2次元コード読取りを行うことができ、操作性の向上を
図ることができる。
As described above, according to this embodiment, the two-dimensional code reader 7 for reading the two-dimensional code of the instruction is provided, and the function is updated by the keyword included in the two-dimensional code data read by the two-dimensional code reader 7. By executing the above process, even a service engineer or a person who is not a programmer who is not a programmer can update the functions only by a simple operation of reading the two-dimensional code of the instruction with the two-dimensional code reader 7. it can. Therefore, when the instruction sheet is created, the time required for the function update processing can be substantially reduced. In addition, update data is added as a condition to a function update program that encodes into a two-dimensional code. If the current date is a date before the update date, the function update is performed until the update date. By postponing, it is not necessary to manage the adaptation start date, so that the two-dimensional code can be read for updating the function, and the operability can be improved.

【0023】さらに、機能更新を実行するためのプログ
ラムをエンコードした2次元コードを印字した指示書を
発行して配布することにより、離れて設置された複数台
の電子式レジスタに対して、ほとんど同時に同一の機能
更新を行うことができる。また、指示書を保管しておけ
ば、機能更新の履歴管理を行うことが簡単にでき、機能
に関する問題に関して出荷時、機能更新前及び機能更新
後の各種段階を自由に再現することができ、機能メンテ
ナンスが簡単にできるという効果を得ることができる。
Further, by issuing and distributing an instruction sheet in which a two-dimensional code encoding a program for executing a function update is printed, a plurality of electronic registers that are separately installed can be almost simultaneously transmitted. The same function update can be performed. In addition, if the instructions are stored, it is easy to manage the history of function updates, and it is possible to freely reproduce the various stages at the time of shipment, before and after the function update, regarding the problems related to the functions, The effect that function maintenance can be easily performed can be obtained.

【0024】[0024]

【発明の効果】以上詳述したようにこの発明によれば、
プログラムに精通していない人でも機能の更新を行うこ
とができるデータ処理装置を提供できる。
As described in detail above, according to the present invention,
It is possible to provide a data processing device capable of updating functions even by a person who is not familiar with the program.

【図面の簡単な説明】[Brief description of the drawings]

【図1】この発明の実施の形態の電子式レジスタの要部
回路構成を示すブロック図。
FIG. 1 is a block diagram showing a main circuit configuration of an electronic register according to an embodiment of the present invention.

【図2】同実施の形態の電子式レジスタのROMの要部
メモリ構成を示す図。
FIG. 2 is an exemplary view showing a memory configuration of a main part of a ROM of the electronic register according to the embodiment;

【図3】同実施の形態の電子式レジスタが行う2次元コ
ード読取処理の流れを示す図。
FIG. 3 is an exemplary view showing the flow of a two-dimensional code reading process performed by the electronic register of the embodiment.

【図4】同実施の形態の電子式レジスタが行う電源投入
時処理の流れを示す図。
FIG. 4 is an exemplary view showing a flow of power-on processing performed by the electronic register of the embodiment.

【図5】同実施の形態の電子式レジスタで機能更新を行
うために使用する指示書を示す図。
FIG. 5 is an exemplary view showing an instruction used to update a function in the electronic register according to the embodiment;

【図6】同実施の形態の電子式レジスタで機能更新を行
うために使用する2次元コードのエンコード内容につい
て説明するための図。
FIG. 6 is an exemplary view for explaining the encoding content of a two-dimensional code used for updating the function of the electronic register according to the embodiment;

【符号の説明】[Explanation of symbols]

1…CPU、 2…ROM、 4…ハードディスク装置、 7…2次元コードリーダ。 DESCRIPTION OF SYMBOLS 1 ... CPU, 2 ... ROM, 4 ... Hard disk drive, 7 ... 2D code reader.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 機能に関するデータが記憶された記憶手
段を備え、この記憶手段に記憶されたデータに基づいて
機能を実行して、データを処理するデータ処理装置にお
いて、 印刷媒体上に印刷された2次元コード画像を読取る画像
読取手段と、 この画像読取手段により読取った2次元コード画像から
2次元コードデータを解析する2次元コード解析手段
と、 この2次元コード解析手段により解析された2次元コー
ドデータに基づいて前記記憶手段に記憶された機能に関
するデータを変更する機能変更手段とを設けたことを特
徴とするデータ処理装置。
1. A data processing device that includes a storage unit in which data related to a function is stored, and executes a function based on the data stored in the storage unit to process the data. Image reading means for reading a two-dimensional code image; two-dimensional code analyzing means for analyzing two-dimensional code data from the two-dimensional code image read by the image reading means; two-dimensional code analyzed by the two-dimensional code analyzing means A data processing apparatus comprising: a function changing unit that changes data relating to a function stored in the storage unit based on data.
【請求項2】 機能に関するデータが記憶された記憶手
段を備え、この記憶手段に記憶されたデータに基づいて
機能を実行して、データを処理するデータ処理装置にお
いて、 現在の日付を計時する計時手段と、 印刷媒体上に印刷された2次元コード画像を読取る画像
読取手段と、 この画像読取手段により読取った2次元コード画像から
2次元コードデータを解析する2次元コード解析手段
と、 この2次元コード解析手段により解析された2次元コー
ドデータに基づいて前記記憶手段に記憶された機能に関
するデータを更新する機能更新手段と、 前記2次元コード解析手段により解析された2次元コー
ドデータ中に適応開始すべき日付データが含まれていた
場合に、前記機能変更手段による機能に関するデータの
変更を、前記日付データと前記計時手段により計時され
た日付とが一致するまで延期する更新日付制御手段とを
設けたことを特徴とするデータ処理装置。
2. A data processing apparatus for storing data relating to a function, executing a function based on the data stored in the storage means, and processing the data. Means for reading a two-dimensional code image printed on a print medium; two-dimensional code analysis means for analyzing two-dimensional code data from the two-dimensional code image read by the image reading means; Function updating means for updating data relating to the function stored in the storage means based on the two-dimensional code data analyzed by the code analysis means; and adaptation start in the two-dimensional code data analyzed by the two-dimensional code analysis means. If the date data to be included is included, the change of the data on the function by the function The data processing apparatus is characterized by providing an update date control means to defer until the timed date matches by the timer means.
JP9039193A 1997-02-24 1997-02-24 Data processor Pending JPH10240515A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9039193A JPH10240515A (en) 1997-02-24 1997-02-24 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9039193A JPH10240515A (en) 1997-02-24 1997-02-24 Data processor

Publications (1)

Publication Number Publication Date
JPH10240515A true JPH10240515A (en) 1998-09-11

Family

ID=12546293

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9039193A Pending JPH10240515A (en) 1997-02-24 1997-02-24 Data processor

Country Status (1)

Country Link
JP (1) JPH10240515A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007164684A (en) * 2005-12-16 2007-06-28 Genetec Corp Announcement tool
JP2012059045A (en) * 2010-09-09 2012-03-22 Disco Abrasive Syst Ltd Machining device and operation program management method for machining device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007164684A (en) * 2005-12-16 2007-06-28 Genetec Corp Announcement tool
JP2012059045A (en) * 2010-09-09 2012-03-22 Disco Abrasive Syst Ltd Machining device and operation program management method for machining device

Similar Documents

Publication Publication Date Title
US6199194B1 (en) Method and system for programming firmware over a computer network
JP4371693B2 (en) Print control apparatus, print control method, and computer program
CN102045474B (en) Image forming apparatus including firmware and method of controlling the same
US7944576B2 (en) Printer formatter in a removable card
US6314474B1 (en) Efficient information exchange between an electronic book and a cartridge
JP2003084984A (en) Information processor, information processing method, control program, and recording medium storing control program
US20030090704A1 (en) System and method for configuring a printing device
JPH10240515A (en) Data processor
KR100609809B1 (en) Communication apparatus, facsimile apparatus and method of controlling same
JP2005135147A (en) Information processor and method for updating program thereof
JP2007148629A (en) Print system and firmware update method
JPH09114614A (en) Printer
JPH11134135A (en) Printer control system
JP2005050060A (en) Push type installation system, information processor, push type installation method, and program
JP4239392B2 (en) Printing apparatus, printing system, and printing method
US7210028B2 (en) Hardware management apparatus
JPH01112424A (en) Electronic equipment
JP2000263897A (en) Image-forming apparatus and method for updating control program of image-forming apparatus
US20060085566A1 (en) System with data bus and method for controlling operation thereof
JPH05274157A (en) Image generating device
JP6541813B2 (en) Electronic device and control method thereof
JP2005085121A (en) Data update method for flash memory, data update program, information processor, and information processing system
JP2000207180A (en) Information processor and program rewriting method
JPH06219021A (en) Image forming device
JP2001249738A (en) Electronic equipment, reset control method and storage medium

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20031203

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040106