JPS59229660A - Updating method of data file - Google Patents

Updating method of data file

Info

Publication number
JPS59229660A
JPS59229660A JP58104003A JP10400383A JPS59229660A JP S59229660 A JPS59229660 A JP S59229660A JP 58104003 A JP58104003 A JP 58104003A JP 10400383 A JP10400383 A JP 10400383A JP S59229660 A JPS59229660 A JP S59229660A
Authority
JP
Japan
Prior art keywords
data
terminal
processing unit
central processing
data file
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
JP58104003A
Other languages
Japanese (ja)
Inventor
Shinichi Kuwabara
桑原 信一
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP58104003A priority Critical patent/JPS59229660A/en
Publication of JPS59229660A publication Critical patent/JPS59229660A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To continue terminal operation such as note issuing smoothly without subjecting excessive load to an operator by updating automatically a data file by a comparison processing part in a central processor. CONSTITUTION:When the centeral processor stops operating, data immediately before the stop of the operation are stored in a non-volatile storage device 23 of a terminal 2. Data in the non-volatile storage device 23 and data in a note issuing counter 26 are used to send a note issuing request signal to the centeral processor 1 when an inquiry signal is entered. A processor 10 inputs these data in a comparion processing part 14. The processing part 14 reads out data of a terminal from a data file 13 and compares the read-out data with the entered data. When both the data are dissident each other, operation is executed, the data file 13 is updated and then processing for responding to a new processing request is started. In the terminal, new note issuing operation is executed.

Description

【発明の詳細な説明】 (1)発明の技術分野 本発明は端末と中央処理装置間のやりとりで所定の動作
を行うシステムにおいて停電などのため端末または中央
処理装置が誤動作となったとき、復旧後に中央処理装置
のデータファイルを自動的に更新する方式に関する。
Detailed Description of the Invention (1) Technical Field of the Invention The present invention is a system that performs predetermined operations through communication between a terminal and a central processing unit, and when the terminal or the central processing unit malfunctions due to a power outage, etc., the system can be restored. It later relates to a method for automatically updating data files in a central processing unit.

(2)技術の背景 トータリゼータシステムのように多数の端末が中央処理
装置と接続され、端末は投票券の発売のとき中央処理装
置に対し、その都度通知し許可を得る必要がある。第1
図に示すタイムチャートのように中央処理装置CPUが
、端末TMに対し通知すべきデータの有無を問い合わせ
る信号ENQを送出したとき、その端末が丁度データを
持っていると発券要求信号ADを送り返す。その信号に
は該端末の現在の発券済み枚数・金額などのデータと今
回新たに発券要求するデータとを含んでいる。中央処理
装置では到来信号について妥当性をチェックCHKし、
妥当のとき発券許可のため応答データRDを送出する。
(2) Background of the technology As in the totalizer system, a large number of terminals are connected to a central processing unit, and each terminal needs to notify the central processing unit and obtain permission each time a voting ticket is sold. 1st
As shown in the time chart shown in the figure, when the central processing unit CPU sends a signal ENQ inquiring to the terminal TM whether there is data to be notified, if the terminal just has the data, it sends back a ticket issue request signal AD. The signal includes data such as the current number of issued tickets and price of the terminal, as well as data for requesting new ticket issuance. The central processing unit checks the validity of the incoming signal (CHK),
When valid, response data RD is sent for ticket issuing permission.

端末では応答データRDについて妥当性のチェックCH
Kを行う。妥当のとき肯定応答信号ACKを中央処理装
置へ返すから、中央処理装置は当該端末対応のデータフ
ァイルについて更新処理を行う。端末は若干の動作待ち
時間(中央処理装置におけるファイル更新時間に大略対
応する)T経過後例えば発券のような動作を行う。端末
からACK信号を返した頃、端末において停電などの原
因で動作停止となった場合、中央処理装置のデータファ
イルは更新されるが、端末の方は発券動作とならないた
め、中央処理装置のファイルと端末の状況とに差ができ
る。
The terminal checks the validity of the response data RD CH
Do K. When valid, the acknowledgment signal ACK is returned to the central processing unit, and the central processing unit performs update processing on the data file corresponding to the terminal. The terminal performs an operation, such as issuing a ticket, after a certain operation waiting time T (which roughly corresponds to the file update time in the central processing unit) has elapsed. When the terminal returns an ACK signal, if the terminal stops operating due to a power outage or other reason, the central processing unit's data file will be updated, but the terminal will not issue tickets, so the central processing unit's file will be updated. There is a difference between the situation of the device and the situation of the terminal.

(3)従来技術と問題点 停電などに起因する動作停止があったとき、前述のデー
タファイルを正規の値に更新する必要があり、従来は人
手に頼っていた。即ち端末側には発券動作のときジャー
ナル印字を行っているから、動作停止が回復するとオペ
レータがジャーナル印字を参照して、ファイルを修正す
るかどうかを判断し端末より修正動作を行う。そのため
オペレータに負担がかかるという問題点があった。
(3) Prior Art and Problems When an operation stops due to a power outage or the like, it is necessary to update the above-mentioned data file to the correct value, which conventionally required manual intervention. That is, since journal printing is performed on the terminal side during the ticket issuing operation, when the stoppage of operation is restored, the operator refers to the journal printing, determines whether or not to modify the file, and performs the modification operation from the terminal. Therefore, there was a problem in that it placed a burden on the operator.

(4)発明の目的 本発明の目的は前述の欠点を改善し、簡易な構成により
端末・中央処理装置に動作停止があったとき、データフ
ァイルの所定の更新を自動的に行うことのできる方式を
提供することにある。
(4) Purpose of the Invention The purpose of the present invention is to improve the above-mentioned drawbacks, and to provide a system that uses a simple configuration to automatically perform predetermined updates of data files when a terminal or central processing unit stops operating. Our goal is to provide the following.

(5)発明の構成 前述の目的を達成するための本発明の構成は、複数の端
末から中央処理装置にデータを通知し、中央処理装置は
処理の後各端末へ応答データを送信し、各端末は該応答
データに基づく所定の動作を行ったときに、中央処理装
置が各端末毎のデータファイルを更新する方式において
、各端末には記憶装置を、中央処理装置には比較演算処
理部をそれぞれ具備し、前記記憶装置は中央処理装置に
通知すべき最新データを保持し、前記比較演算処理部は
端末から通知された前記最新データと当該端末に関する
データファイルを読出して比較をし、異なっているとき
は演算処理をしデータファイルを更新させることである
(5) Structure of the Invention The structure of the present invention to achieve the above-mentioned object is to notify data from a plurality of terminals to a central processing unit, and after processing, the central processing unit transmits response data to each terminal, and In a method in which the central processing unit updates the data file for each terminal when the terminal performs a predetermined operation based on the response data, each terminal has a storage device and the central processing unit has a comparison processing unit. The storage device holds the latest data to be notified to the central processing unit, and the comparison processing unit reads and compares the latest data notified from the terminal with the data file related to the terminal, and determines whether the data is different. When there is a data file, it performs arithmetic processing and updates the data file.

(6)発明の実施例 第2図は本発明の一実施例として中央処理装置と端末の
構成を示すブロック図である。第2図において中央処理
装置(1)内には、プロセッサ(10) 、電源部(1
1) 、通信制御部(12) 、データファイル(13
)と比較演算処理部(14)とを具備する。それぞれの
端末(2)には、プロセッサ(20) 、電源部(21
) 、通信制御部(22) 、不揮発性記憶装置(23
) 、キーボード(24) 、ジャーナル印字部(25
) 、発券カウンタ(26) 、発券動作部(27)パ
ネル表示部(28)、有効券検出部(29; とを具備
している。第3図に示すタイムチャートにより動作を説
明する。中央処理装置が動作を停止したとき、端末には
予定時刻に問い合わせ信号ENQが到来しないため、端
末は警報音を発し伝送路にエラーの発生したことをオペ
レータに通知する。この場合は中央処理装置の動作が復
旧し、問い合わせ信号ENQを送出するまで新した状態
になっている。信号ENQが到来したとき中央処理装置
(1)に対し発券要求信号ADを送出するため、前記不
揮発性記憶装置(23)のデータと、発券カウンタ(2
6)のデータとを使用する。
(6) Embodiment of the Invention FIG. 2 is a block diagram showing the configuration of a central processing unit and a terminal as an embodiment of the invention. In FIG. 2, the central processing unit (1) includes a processor (10), a power supply unit (1
1), communication control unit (12), data file (13)
) and a comparison calculation processing section (14). Each terminal (2) includes a processor (20) and a power supply unit (21).
), communication control unit (22), non-volatile storage device (23)
), keyboard (24), journal printing section (25)
), a ticket issuing counter (26), a ticket issuing unit (27), a panel display unit (28), and a valid ticket detecting unit (29).The operation will be explained with reference to the time chart shown in Fig. 3.Central processing When the device stops operating, the inquiry signal ENQ does not arrive at the terminal at the scheduled time, so the terminal emits an alarm and notifies the operator that an error has occurred in the transmission path.In this case, the operation of the central processing unit is restored and remains in the new state until it sends out the inquiry signal ENQ.When the signal ENQ arrives, the non-volatile storage device (23) sends out the ticketing request signal AD to the central processing unit (1). data and the ticketing counter (2
6) data is used.

プロセッサ(10)はこれらデータを通常の処理以前に
、比較演算処理部(14)に取込む。該処理部(14)
はデータファイル(13)から当該端末のデータを読出
し、今到来したデータと比較する。両者が異なっている
ときは、演算をしデータファイル(13)に対する更新
を行ってから、新規処理要求に対する応答のための処理
に入る。そして更新処理データと応答データを端末へ送
出し、端末ではそれらをジャーナル印字して、新規発券
動作を行う。
The processor (10) takes these data into a comparison calculation processing section (14) before normal processing. The processing section (14)
reads the data of the terminal from the data file (13) and compares it with the data that has just arrived. If the two are different, the data file (13) is calculated and updated, and then processing begins to respond to the new processing request. The update processing data and response data are then sent to the terminal, where they are printed in a journal and a new ticket issuance operation is performed.

次に成る端末のみが動作停止となった場合は、信号EN
Qに対し応答することが出来ず、プロセッサは端末不良
と処理している。復旧の後、最初の信号ADについては
前述の場合と同様に動作停止直前のデータから送出して
いく。以後中央処理装置の動作は前述と同じである。
If only the following terminals stop working, the signal EN
It is not possible to respond to Q, and the processor treats the terminal as defective. After recovery, the first signal AD is sent out starting from the data immediately before the operation stopped, as in the case described above. Thereafter, the operation of the central processing unit is the same as described above.

(7)発明の効果 従来、端末には動作停止直前のデータを記憶する装置特
に電気的に記憶する装置を有してなかったため、動作復
旧時に直前データを自動的に送出することができなかっ
た。本発明によるとそれが可能となり、中央処理装置に
おいて比較演算処理部が自動的にデータファイルを更新
するため、オペレータに過度の負担を掛けることがなく
、発券などの端末の動作が円滑に継続できる。また中央
処理装置のデータが常に正確なものとなっている。
(7) Effects of the Invention Conventionally, terminals did not have a device to store the data immediately before the operation stopped, especially an electrical storage device, so it was not possible to automatically send the immediately preceding data when the operation was restored. . According to the present invention, this is possible, and since the comparison processing unit in the central processing unit automatically updates the data file, there is no excessive burden on the operator, and terminal operations such as ticket issuing can continue smoothly. . Also, the data in the central processing unit is always accurate.

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

第1図は端末と中央処理装置間のデータ転送について従
来の動作シーケンスを示す図、 第2図は本発明の一実施例の構成を示すブロック図、 第3図は第2図の動作を説明する図である。 E N Q−問い合わせ信号 AD−・・発券要求信号 CP U−中央処理装置RD
・一応答データ  TM一端末 A CK−・肯定応答信号 (1) −・中央処理装置 (2) 一端末(10) 
 (20)−・・プロセッサ(13)−・・データファ
イル (14)−・−比較演算処理部 (23) −不揮発性記憶部 (25) −・ジャーナル印字部 (26) 、−m−発券カウンタ 特許出願人    富士通株式会社 代理人     弁理士 鈴木栄祐
Fig. 1 is a diagram showing a conventional operation sequence for data transfer between a terminal and a central processing unit, Fig. 2 is a block diagram showing the configuration of an embodiment of the present invention, and Fig. 3 explains the operation of Fig. 2. This is a diagram. E N Q - Inquiry signal AD - Ticketing request signal CPU U - Central processing unit RD
・One response data TM one terminal A CK-・Acknowledgement signal (1) --・Central processing unit (2) One terminal (10)
(20)--Processor (13)--Data file (14)--Comparison calculation processing section (23)--Nonvolatile storage section (25)--Journal printing section (26), -m-Ticketing counter Patent applicant Fujitsu Ltd. agent Patent attorney Eisuke Suzuki

Claims (1)

【特許請求の範囲】[Claims] 複数の端末から中央処理装置にデータを通知し、中央処
理装置は処理の後各端末へ応答データを送信し、各端末
は該応答データに基づく所定の動作を行ったときに、中
央処理装置が各端末毎のデータファイルを更新する方式
において、各端末には記憶装置を、中央処理装置には比
較演算処理部をそれぞれ具備し、前記記憶装置は中央処
理装置に通知すべき最新データを保持し、前記比較演算
処理部は端末から通知された前記最新データと当該端末
に関するデータファイルを読出して比較をし、異なって
いるときは演算処理をしデータファイルを更新させるこ
とを特徴とするデータファイル更新方式。
Data is notified from multiple terminals to the central processing unit, the central processing unit sends response data to each terminal after processing, and when each terminal performs a predetermined operation based on the response data, the central processing unit In a method of updating data files for each terminal, each terminal is equipped with a storage device, and the central processing unit is equipped with a comparison processing unit, and the storage device holds the latest data to be notified to the central processing unit. , the comparison calculation processing unit reads and compares the latest data notified from the terminal and the data file related to the terminal, and when they are different, performs calculation processing and updates the data file. method.
JP58104003A 1983-06-10 1983-06-10 Updating method of data file Pending JPS59229660A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58104003A JPS59229660A (en) 1983-06-10 1983-06-10 Updating method of data file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58104003A JPS59229660A (en) 1983-06-10 1983-06-10 Updating method of data file

Publications (1)

Publication Number Publication Date
JPS59229660A true JPS59229660A (en) 1984-12-24

Family

ID=14369095

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58104003A Pending JPS59229660A (en) 1983-06-10 1983-06-10 Updating method of data file

Country Status (1)

Country Link
JP (1) JPS59229660A (en)

Similar Documents

Publication Publication Date Title
US4639889A (en) System for controlling communication between a main control assembly and programmable terminal units
JP4102354B2 (en) Application flow control device
JPS59229660A (en) Updating method of data file
GB2140941A (en) Data communication control system
JP3628159B2 (en) Transaction data processing method of transaction system and transaction system
JPS60218939A (en) Controller of copying machine or the like
JPS6155716B2 (en)
JP2792179B2 (en) Online system for cash transactions
JP2513120B2 (en) Non-stop type information processing device
JP2590699B2 (en) Online ticketing system
JPH07253912A (en) Process monitor device
JPS6225284A (en) Time correcting system
JPH0732414B2 (en) Correction method of total error
JP3740198B2 (en) Implementation method of operation command processing mechanism in distributed system
JPH0418357B2 (en)
JPH0823911B2 (en) Device with multiple electronic cash registers
JPS58117070A (en) Time data forming method for cash register system
JPH0218753B2 (en)
JPS6337467A (en) Pos terminal equipment
JPH0370835B2 (en)
JP2002082782A (en) Printing system
JPH0527859A (en) Automatic system operation control method
JP2000222266A (en) Transaction process control system
JPH02149042A (en) Network data collection system
JPH05265986A (en) Loose-coupled multi-hot-standby computer system