JPH02211543A - Task control system - Google Patents

Task control system

Info

Publication number
JPH02211543A
JPH02211543A JP3103089A JP3103089A JPH02211543A JP H02211543 A JPH02211543 A JP H02211543A JP 3103089 A JP3103089 A JP 3103089A JP 3103089 A JP3103089 A JP 3103089A JP H02211543 A JPH02211543 A JP H02211543A
Authority
JP
Japan
Prior art keywords
module
task
state information
execution
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
JP3103089A
Other languages
Japanese (ja)
Other versions
JP2501121B2 (en
Inventor
Yasutaka Tominaga
富永 保隆
Masanori Fukuhara
福原 正則
Masanobu Shigeta
雅信 繁田
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.)
Fuji Electric Co Ltd
Original Assignee
Fuji Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Electric Co Ltd filed Critical Fuji Electric Co Ltd
Priority to JP3103089A priority Critical patent/JP2501121B2/en
Publication of JPH02211543A publication Critical patent/JPH02211543A/en
Application granted granted Critical
Publication of JP2501121B2 publication Critical patent/JP2501121B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Control Of Vending Devices And Auxiliary Devices For Vending Devices (AREA)

Abstract

PURPOSE:To simplify system design by storing the current situation of a control system, and controlling the execution of a module by means of a scheduler in each task. CONSTITUTION:For example in an automatic vending machine, when cash is inputted, a coin mechanism 32 detects it, a serviceman cannot operate a keyboard until the sale of a commodity thereafter is completed or the cash is returned, then which commodity is sold is determined, and the commodity is carried. Simultaneously change is calculated, and paid out from a mechanism 32. When a series of the operations is completed, the serviceman can operate the keyboard, and the machine is restored to a waiting state. The operating state of the vending machine is stored into a state information means 4. In the module in each task, whether a program described in the own module is executed is determined beforehand based on the state information of the means 4, and the execution start of each module is controlled by the scheduler. Thus the system design can be simplified.

Description

【発明の詳細な説明】 (産業上の利用分野〕 本発明は、1つのタスクが複数のサブシステムを構成し
、さらにそれらのサブシステムが複雑に組み合わされて
1つのシステムを構成し、かつそれらの機能が、よく変
更されるような組込型マイクロコンピュータシステムの
タスク管理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to a system in which one task constitutes a plurality of subsystems, and furthermore, those subsystems are combined in a complex manner to constitute one system, and This invention relates to a task management method for an embedded microcomputer system whose functions are frequently changed.

ここで組込型というのは、エアコンとか炊飯器など様々
な製品に組込んで用いられるもの、という意味である。
Here, built-in type refers to devices that are built into various products such as air conditioners and rice cookers.

〔従来の技術〕[Conventional technology]

かかる従来の組込み型マイクロコンピュータシステムで
は、プログラムはリードオンリーメモリ(ROM)に格
納されることが多く、1度システムを作り上げるとその
後の変更は行わないことを前提としてシステムを構成し
ていた。
In such conventional embedded microcomputer systems, programs are often stored in read-only memory (ROM), and the system is configured on the premise that once the system is built, it will not be changed thereafter.

しかしながら、近年はこのようなマイクロコンピュータ
システムに対する要求も、それを組込む製品と共に多様
化しており、後からの機能の変更やオプシッンとしての
機能追加の要求が多くなってきている。
However, in recent years, the demands on such microcomputer systems have been diversifying along with the products into which they are incorporated, and there have been increasing demands for later changes in functionality and addition of optional functionality.

これに対して、複数のタスクから構成される装能を1つ
のサブシステムとして、これらのサブシステムのタスク
群を管理するための管理タスクを設ける。そしてそれぞ
れのサブシステムを管理する各管理タスクの間での通信
を行うための要求通信手段と状態通信手段を設ける。そ
して各サブシステム間での通信はその管理タスクを通し
て管理タスク間での通信を行うことにより、サブシステ
ムのモジュールとしての独立性を高める方式が提案され
特願昭63−281301号として特許出願されている
On the other hand, a function consisting of a plurality of tasks is treated as one subsystem, and a management task is provided to manage the task group of these subsystems. A request communication means and a status communication means are provided for communication between each management task that manages each subsystem. A method was proposed for increasing the independence of subsystems as modules by communicating between management tasks through their management tasks, and a patent application was filed as Japanese Patent Application No. 1981-281301. There is.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

しかしながらこの方式では、サブシステム間にまたがる
ような変更では、それぞれのタスクを管理している管理
タスクも同時に修正しなければならず、修正作業が複雑
になり、どの部分を修正すればよいのかを検討するのに
非常に多くの時間がかかってしまう欠点があった。また
修正の影響が予想外の部分で発生し、このため組込型マ
イクロコンピュータの品質を維持するのが困難になる場
合があった。
However, with this method, when changes that span subsystems occur, the management task that manages each task must also be modified at the same time, making the modification process complicated and making it difficult to decide which part to modify. The problem was that it took a lot of time to consider. In addition, the effects of modifications may occur in unexpected areas, making it difficult to maintain the quality of the embedded microcomputer.

本発明の目的は、後からの機能変更や追加のための修正
が簡単かつ容易に行え、しかもそれによる品質低下の起
きることの少ない組込型マイクロコンピュータを実現す
るのに役立つタスク管理方式を提供することにある。
An object of the present invention is to provide a task management method that is useful for realizing an embedded microcomputer that can be easily and easily modified to change or add functions later on, and with less deterioration in quality. It's about doing.

[課題を解決するための手段] 上記目的達成のため、本発明では、複数の処理タスクに
よってシステムを構成すると共に、該システムの状態を
記憶する状態情報記憶手段を有して成るマイクロコンピ
ュータ制御システムにおいて、各処理タスクに、まとま
った機能を実現するプログラム単位としてのモジュール
を所要数だけ持たせると共に、その各モジュールに対し
て実行を開始させる実行計画手段としてのスケジューラ
を持たせた。
[Means for Solving the Problems] In order to achieve the above object, the present invention provides a microcomputer control system comprising a system including a plurality of processing tasks and a state information storage means for storing the state of the system. In this method, each processing task is provided with a required number of modules as program units that realize a set of functions, and is provided with a scheduler as an execution planning means for starting execution of each module.

〔作用〕[Effect]

スケジューラは、前記状態情報記憶手段を参照して自処
理タスク内のどの処理モジュールが実行可能であるかを
検索(判断)し、実行可能なモジュールに対して実行を
開始させる。各モジュールは該スケジューラからの実行
開始要求によって予め該モジュールに記述されているプ
ログラムの処理を開始して終了したら、その結果として
生じるシステムの新しい状態を前記状態情報記憶手段に
書き込み、状態情報を更新する。スケジューラは更新さ
れた状態情報をもとにして再び実行可能なモジュールを
検索する。
The scheduler refers to the state information storage means to search (determine) which processing module in the self-processing task is executable, and causes the executable module to start execution. Each module starts processing the program written in advance in the module in response to an execution start request from the scheduler, and when it finishes, writes the resulting new state of the system into the state information storage means to update the state information. do. The scheduler searches for executable modules again based on the updated state information.

このように各タスク内に、処理モジュールとスケジュー
ラを持たせ、スケジューラによって各タスク内でのモジ
ュールの処理動作実行、モジュールの管理を行わせるこ
とによって、マイクロコンピュータ制御システムの機能
の追加、変更によって生じるプログラムの変更を成るタ
スクの中で吸収させ、他タスクへの波及を無くし、当該
タスクの交換だけで済むようにする。
In this way, each task has a processing module and a scheduler, and the scheduler executes the processing operations of the module within each task and manages the module. To absorb changes in a program within a task, eliminate the influence on other tasks, and only need to replace the task.

〔実施例〕〔Example〕

第1図は本発明の一実施例としてのタスク管理方式を示
すブロック図である。同図においてl(1a、  1 
b)はタスク、2 (2a、2b)はスケジューラ、3
 (3a、3b)はモジュール、4は状態情報記憶手段
、5は記憶手段である。
FIG. 1 is a block diagram showing a task management system as an embodiment of the present invention. In the same figure, l(1a, 1
b) is a task, 2 (2a, 2b) is a scheduler, 3
(3a, 3b) are modules, 4 is state information storage means, and 5 is storage means.

本実施例は、自動販売機における制御システムを例にと
り説明する。自動販売機は以下の3つのサブシステムか
ら構成されている。
This embodiment will be explained by taking a control system in a vending machine as an example. A vending machine consists of the following three subsystems.

■ お金の投入や釣り銭の払い出し、などを行う金銭処
理サブシステム、 ■ 商品を選択し、その商品を搬出する販売処理サブシ
ステム、 ■ サービスマンが行う各種の操作(商品価格の設定、
売上額、売上数の集計等)を行うための設定処理サブシ
ステム。
■ A cash processing subsystem that performs things such as inserting money and dispensing change; ■ A sales processing subsystem that selects products and carries them out; ■ Various operations performed by service personnel (setting product prices,
A settings processing subsystem for calculating sales amounts, sales numbers, etc.

本実施例のタスク構成を第2図に示す。金銭管理タスク
2工には、お金が投入されたかどうかを調べる投入金額
検出モジュール、投入された金額を計算する投入金額計
算モジュール、釣り銭を計算する釣り銭計算モジュール
、釣り銭を返却する返金処理モジュールが含まれる。販
売制御タスク22には、投入された金額で販売可能な商
品を検索する販売可能商品設定モジュール、販売する商
品を決めるために押されたボタンを検知するボタン押下
検出モジュール、商品を搬出するための商品搬出モジュ
ール、商品の販売の終了処理を行う販売終了モジュール
が含まれる。そして設定処理タスク23には、サービス
マンが操作するキーボードの使用を検出するキーボード
操作検出モジュール、キーボードから入力されたデータ
を処理(商品価格の設定など)するキーボード処理モジ
ュール、キーボード操作の終了を行うキーボード終了処
理モジュールが含まれる。
FIG. 2 shows the task structure of this embodiment. The second money management task includes an input amount detection module that checks whether money has been input, an input amount calculation module that calculates the input amount, a change calculation module that calculates change, and a refund processing module that returns change. It will be done. The sales control task 22 includes a sellable product setting module that searches for products that can be sold for the amount invested, a button press detection module that detects the button pressed to determine the product to sell, and a button press detection module that detects the button pressed to determine the product to sell. It includes a product delivery module and a sales termination module that performs product sales termination processing. The setting processing task 23 includes a keyboard operation detection module that detects the use of a keyboard operated by a service person, a keyboard processing module that processes data input from the keyboard (such as setting a product price), and a keyboard operation module that completes the keyboard operation. Contains a keyboard termination processing module.

ここでまず自動販売機の動作について簡単に説明する。First, we will briefly explain the operation of a vending machine.

第3図は自動販売機における制御システムの構成図であ
る。同図において、31は主制御装置、32はコインメ
カニズム、33は機器制御装置、34はキーボード制御
装置、である。それぞれ機能別にマイクロコンピュータ
とメモリーと入出力装置を持つ制御装置からなるマルチ
プロセッサシステムであり、それぞれの制御装置(31
〜34)は通信回線で結ばれている。
FIG. 3 is a configuration diagram of a control system in a vending machine. In the figure, 31 is a main control device, 32 is a coin mechanism, 33 is a device control device, and 34 is a keyboard control device. It is a multiprocessor system consisting of a control device with a microcomputer, memory, and input/output device for each function, and each control device (31
~34) are connected by communication lines.

一般に、自動販売機にお金(カードも含む)が投入され
ると、コインメカニズム(C/M)で検出し、その後商
品の販売が終了あるいは返金レバーが押され、お金が返
却されるまで、サービスマンがキーボードの操作を行え
ないようにし、その後どの商品を販売するかを決定し、
(自動販売機前面のどのボタンが押されたかを調べるな
ど)その決定にもとづき商品を搬出する。それと同時に
釣り銭を計算しコインメカニズム(C/M)より払い出
す、この一連の動作が終了するとサービスマンがキーボ
ードを操作することが可能なようにして待機状態に戻る
Generally, when money (including cards) is inserted into a vending machine, it is detected by a coin mechanism (C/M), and the service is maintained until the sale of the product ends or the refund lever is pressed and the money is returned. prevent Man from using the keyboard, then decide which products to sell,
(Checking which button on the front of the vending machine was pressed, etc.) Based on that decision, the product is delivered. At the same time, change is calculated and paid out from the coin mechanism (C/M). When this series of operations is completed, the service person is enabled to operate the keyboard and the machine returns to the standby state.

第4図は、上述の如き自動販売機の動作状態を表わす状
態情報記憶手段4の記憶内容を示しており、本実施例で
は、図示の如く、待機に始まってキーボード操作終了に
終わる7つの状態を持っている。そして第1図に見られ
る各タスク内のモジュールは、状態情報記憶手段4に記
憶されている状態情報によって自モジュールに記述され
ているプログラムを実行するかどうかがあらかじめ決め
られており、各モジュールの実行開始の制御はスケジュ
ーラが行う。
FIG. 4 shows the stored contents of the status information storage means 4 representing the operating status of the vending machine as described above. have. For each module in each task shown in FIG. The scheduler controls the start of execution.

第5図は各モジュールの実行開始条件と、そのモジュー
ルが実行を終了するときに設定する状態情報を示してい
る。投入金額検出モジュールは、待機中の時に実行を開
始し、お金が投入されたことを検出したら待機中をリセ
ットし、入金中をセットすることを示している。また返
金処理モジュールは、販売中がセットされたときに実行
を開始し、処理が終了したときに返金終了をセットする
ことを示している。投入金額計算、釣り銭計算。
FIG. 5 shows the execution start conditions for each module and the state information set when the module finishes execution. The inserted amount detection module starts execution when it is on standby, and when it detects that money has been inserted, it resets the waiting state and sets it to the depositing state. Further, the refund processing module starts execution when "on sale" is set, and sets "end of refund" when processing is completed. Input amount calculation, change calculation.

販売可能商品設定の各モジュールは、入金中がセットさ
れている間繰り返し実行されることを示す。
This indicates that each module of the sellable product setting is repeatedly executed while the payment in progress is set.

第6図に金銭管理タスクの処理フローチャートを示す、
他タスクも同様の構造であるので、以下金銭管理タスク
の例で説明する。
Figure 6 shows a processing flowchart of the money management task.
Since other tasks have a similar structure, an example of the money management task will be explained below.

ステップ61は他のタスクが動作するために必要な待ち
時間を示している。ステップ62は状態情報記憶手段4
を検索し、実行可能なモジュールを調べる処理である。
Step 61 indicates the waiting time required for other tasks to operate. Step 62 is the state information storage means 4
This process searches for executable modules.

たとえば、状態情報の待機中がセットされていれば、投
入金額検出モジュールが実行可能であることを示し−で
いる。また状態情報の入金中がセットされていれば、投
入金額計算モジュール、釣り銭計算モジュールの2つが
実行可能であることを調べ、同時に両モジュールを実行
することはできないので、この中から1つを先ず選ぶ、
この選択方法はいろいろな方法があるが、本実施例では
、両モジュールを交互に実行させるように選択するもの
とする。これはスケジューラ内に両者の実行を示すフラ
グを持ち、実行要求を出した方のフラグをセットし、他
方をリセットする。このフラグを判定調べることにより
交互に実行要求を出す、ステップ63ではステップ62
で選ばれたモジュールの実行を開始させる。
For example, if the status information is set to Waiting, this indicates that the inserted amount detection module is executable. Also, if the status information is set to ``Depositing'', it is checked that the two modules, the input amount calculation module and the change calculation module, are executable, and since it is not possible to execute both modules at the same time, one of these modules is selected first. choose,
There are various methods for this selection, but in this embodiment, it is assumed that both modules are selected to be executed alternately. This has flags in the scheduler that indicate the execution of both, and sets the flag of the one that issued the execution request and resets the other. By checking this flag, execution requests are issued alternately in step 63 and step 62.
Starts execution of the module selected by .

ステップ64.65は投入金額検出モジュール、ステッ
プ66は投入金額計算モジュール、ステップ67は釣り
銭計算モジュール、ステップ68゜69は返金処理モジ
ュールを示している。ここでステップ65は、ステップ
64でお金が投入されたことを検出した場合に、状態情
報の待機中をリセットし入金中をセットする。またステ
ップ69は、ステップ68の返金処理が終了した時、状
態情報の返金終了をセットする。
Steps 64 and 65 are input amount detection modules, step 66 is an input amount calculation module, step 67 is a change calculation module, and steps 68 and 69 are refund processing modules. Here, in step 65, when it is detected in step 64 that money has been deposited, the state information is reset to "waiting" and "depositing" is set. Further, in step 69, when the refund processing in step 68 is completed, the state information is set to the end of refund.

ここで上述の説明を第1図に当てはめると、金銭管理タ
スクが例えば1aに当たり、投入金額検出モジュール、
投入金額計算モジュール、釣り銭計算モジュール、返金
処理モジュールが3aに当たり、スケジューラが2aに
当たり、状態情報記憶手段が4に当たるものであること
は、述べるまでもないであろう。
If the above explanation is applied to FIG. 1, the money management task corresponds to 1a, for example, and the input amount detection module,
It goes without saying that the input amount calculation module, the change calculation module, and the refund processing module correspond to 3a, the scheduler corresponds to 2a, and the state information storage means corresponds to 4.

〔発明の効果〕〔Effect of the invention〕

本発明によれば、複数のタスクから構成される制御シス
テムにおいて、制御システムの現在の状態を記憶してお
く状態情報記憶手段と、各タスク内に配置されたスケジ
ューラ(状態情報記憶手段を参照しタスク内の実行可能
なモジュールを実行させる)によってモジュールの実行
を制御するようにしたのでモジュールが実行可能である
かどうかの判断は状態情報のみで行われ、他タスクとの
干渉を考える必要がな(、システム設計が簡単になると
いう効果が得られる。
According to the present invention, in a control system composed of a plurality of tasks, a state information storage means for storing the current state of the control system, and a scheduler (referring to the state information storage means) disposed within each task are provided. Since the execution of the module is controlled by executing the executable module within the task, the judgment whether the module is executable is made only based on the state information, and there is no need to consider interference with other tasks. (This has the effect of simplifying system design.

またモジュールの追加、削除などシステムの変更を行う
場合、タスク、モジュール間の起動タイミングは、状態
情報とスケジューラのみで決定し、プログラム構造に依
存しないので、変更による影響は、状態情報とスケジュ
ーラを参照することにより一元的に調べることができる
という効果が得られる。
Also, when making system changes such as adding or deleting modules, the startup timing between tasks and modules is determined only by the state information and the scheduler and does not depend on the program structure, so refer to the state information and scheduler for the impact of changes. By doing so, you can obtain the effect of being able to investigate in a unified manner.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例のシステム構成を示すブロッ
ク図、第2図はタスクの構成例を示す説明図、第3図は
自動販売機のハードウェア構成例を示すブロック図、第
4図は状態情報記憶手段の記憶内容の一例を示す説明図
、第5図はタスク内各モジュールとその実行開始条件及
び操作する状態情報との関係説明図、第6図は本発明に
従って動作する金銭管理タスクの処理フローを示すチャ
ート、である。 符号の説明 1  (1a 、  l b )−・・タスク、2 (
2a、2b)・・・スケジューラ、3 (3a、3b)
・・・モジュール、4・・・状態情報記憶手段、5・・
・データ、31・・・主制御装置、32・・・コインメ
カニズム、33・・・機器制御装置、34・・・キーボ
ード制御装置、21・・・金銭管理タスク、22・・・
販売制御タスク、23・・・設定処理タスク 冨 l 図
FIG. 1 is a block diagram showing a system configuration of an embodiment of the present invention, FIG. 2 is an explanatory diagram showing an example of a task configuration, FIG. 3 is a block diagram showing an example of a hardware configuration of a vending machine, and FIG. 5 is an explanatory diagram showing an example of the storage contents of the state information storage means, FIG. 5 is an explanatory diagram of the relationship between each module in a task, its execution start condition, and the state information to be operated. FIG. 3 is a chart showing a processing flow of management tasks. Explanation of symbols 1 (1a, lb) --- task, 2 (
2a, 2b)...Scheduler, 3 (3a, 3b)
...Module, 4...Status information storage means, 5...
- Data, 31... Main control device, 32... Coin mechanism, 33... Equipment control device, 34... Keyboard control device, 21... Money management task, 22...
Sales control task, 23...setting processing task fig.

Claims (1)

【特許請求の範囲】 1)複数の処理タスクによってシステムを構成すると共
に、該システムの状態を記憶する状態情報記憶手段を有
して成るマイクロコンピュータ制御システムにおいて、 各処理タスクに、前記状態情報記憶手段を参照して自処
理タスク内のどの処理モジュールが実行可能であるかを
判断し、実行可能なモジュールに対して実行を開始させ
る実行計画手段と、該実行計画手段からの実行開始要求
によって予め定められた処理の実行を開始して終了した
ら、その結果として生じるシステムの新しい状態を前記
状態情報記憶手段に書き込む前記処理モジュールと、を
持たせて成ることを特徴とするタスク管理方式。
[Scope of Claims] 1) In a microcomputer control system comprising a system including a plurality of processing tasks and a state information storage means for storing the state of the system, each processing task has the state information storage means for storing the state of the system. an execution planning means that determines which processing module in the self-processing task is executable by referring to the means and starts execution of the executable module; 1. A task management method comprising: the processing module which writes a new state of the system resulting from the start and completion of execution of a predetermined process into the state information storage means.
JP3103089A 1989-02-13 1989-02-13 Task management method Expired - Lifetime JP2501121B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3103089A JP2501121B2 (en) 1989-02-13 1989-02-13 Task management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3103089A JP2501121B2 (en) 1989-02-13 1989-02-13 Task management method

Publications (2)

Publication Number Publication Date
JPH02211543A true JPH02211543A (en) 1990-08-22
JP2501121B2 JP2501121B2 (en) 1996-05-29

Family

ID=12320112

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3103089A Expired - Lifetime JP2501121B2 (en) 1989-02-13 1989-02-13 Task management method

Country Status (1)

Country Link
JP (1) JP2501121B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06149834A (en) * 1992-10-30 1994-05-31 Sanyo Electric Co Ltd Control system for automatic vending machine

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06149834A (en) * 1992-10-30 1994-05-31 Sanyo Electric Co Ltd Control system for automatic vending machine

Also Published As

Publication number Publication date
JP2501121B2 (en) 1996-05-29

Similar Documents

Publication Publication Date Title
US10078820B2 (en) Split ticket handling
US4412287A (en) Automated stock exchange
WO1992015174A1 (en) Interactive transaction processing system
CN107358425B (en) Transaction fee calculation and payment method and device, transaction platform and storage medium
CN109840837A (en) Processing method, device, computer-readable medium and the electronic equipment of financial data
CN110310170A (en) Order processing method, apparatus, electronic equipment and storage medium
CN107239995A (en) Suitable for the intelligent marketing system of self-aided terminal
CN109978668A (en) Based on the matched transaction customer recognition methods of timestamp, system, equipment and medium
CN103679479A (en) Method, system, server and client for data processing of business object
EP3398141A1 (en) Split ticket handling
US20220068075A1 (en) Methods and apparatuses for creating times card voucher and methods and apparatuses for writing off times card voucher
CN109146128A (en) Business data processing method, device and server
CN108596490A (en) A kind of air control strategy configuration flow and system in checking information system
JPWO2004003805A1 (en) Point processing apparatus, point processing method, and program for causing computer to execute the method
JPH02211543A (en) Task control system
US20220237675A1 (en) Managing online order item quantities
JP7384481B2 (en) POS system, product registration device, and program
RU85713U1 (en) BOOKMARK TERMINAL
SG193894A1 (en) Information terminal linking system and method
JP2509928B2 (en) Refund handling period setting method
JPS5933081Y2 (en) electronic cash register
JPH08335240A (en) Processing method for raying-in data in billing system
JP3677528B2 (en) Automated trading system
JP3062823B2 (en) Sales data processing device
JP2539930B2 (en) Sales product management device