JPS63247847A - System for preserving input data history - Google Patents

System for preserving input data history

Info

Publication number
JPS63247847A
JPS63247847A JP62082327A JP8232787A JPS63247847A JP S63247847 A JPS63247847 A JP S63247847A JP 62082327 A JP62082327 A JP 62082327A JP 8232787 A JP8232787 A JP 8232787A JP S63247847 A JPS63247847 A JP S63247847A
Authority
JP
Japan
Prior art keywords
history
input data
input
holding device
nonvolatile
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
JP62082327A
Other languages
Japanese (ja)
Inventor
Kenji Ogawa
小川 研之
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP62082327A priority Critical patent/JPS63247847A/en
Publication of JPS63247847A publication Critical patent/JPS63247847A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To realize the use of the input data obtained in a preceding start state and also the use of the hitherto input data despite occurrence of the abnormality, by constituting a history holding device with a nonvolatile memory and preserving the input data. CONSTITUTION:The input data supplied from an input device 1 is stored in an input receiving part 2. Then this input data is delivered to an input data processing part 5 and also to a history writing part 3. The delivered data is stored in a nonvolatile history holding device 4. When the re-execution of a history is designated by the input data, the part 2 gives a read request to a history reading part 6. The part 6 reads the history out of the device 4 and delivers it to the part 5. The part 5 carries out the history processing when an input is received from the device 1.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はコンピュータシステムに於ける利用者インタフ
ェイスに関し、特に利用者からのデータ履歴の保存方式
に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a user interface in a computer system, and more particularly to a method for storing data history from a user.

〔従来の技術〕[Conventional technology]

従来この種の入力データ履歴の保存方式は、あるアプリ
ケーションソフトウェアにより確保されたメモリ領域に
入力データを保持する方法がとられていた4例えば、ユ
ニックス(Un i x)(BSD版)のcsheLL
におけるヒストリー(history)機能がある。
Conventionally, this type of input data history storage method was to store input data in a memory area secured by a certain application software.4For example, Unix (BSD version) csheLL
There is a history function in .

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来の入力データ履歴の保存方法は揮発性メモ
リ上に入力データの履歴、即ちヒストリーを保存するた
めシステム再起動時には前回起動時の入力データの履歴
は使用できないという欠点がある。
The conventional input data history storage method described above has the disadvantage that the input data history, that is, the history, is stored in a volatile memory, so that when the system is restarted, the input data history from the previous startup cannot be used.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、入力データ受取り部で入力した入力データを
不揮発性のヒストリー保持装置に書込むためのヒストリ
ー書込み部と保存されたヒストリーを再利用するために
読出すヒストリー読出し部と、入力データや読出された
ヒストリーを処理する入力データ処理部を有している。
The present invention includes a history writing section for writing input data inputted by an input data receiving section into a non-volatile history holding device, a history reading section for reading out the saved history for reuse, and a history reading section for reading input data and reading out the stored history. It has an input data processing unit that processes the history.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。第1図
は本発明の構成例を表わすブロック図であ゛る。第1図
に示すようにキーボード等の入力装置1から入力された
入力データは入力データ受取り部2が受けとる。入力デ
ータ受取り部2は入力データを入力データ処理部5に引
渡すと伴に、ヒストリー書込み部3にも渡す。ヒストリ
ー書込み部5はバッテリバックアップのRAM等から成
る不揮発性のヒストリー保持装置4に入力データを保存
しておく。入力データでヒストリーの再実行を指定され
た場合、入力データ受取り部2はヒストリー読出し部6
へ読出し要求を行なう。ヒストリー読出し部6はヒスト
リー保持装置4からヒストリーを読出し入力データ処理
部5に渡す。入力データ処理部5は装置1から入力があ
った場合にコマンド等に対応していたヒストリー処理を
実行する。
Next, the present invention will be explained with reference to the drawings. FIG. 1 is a block diagram showing a configuration example of the present invention. As shown in FIG. 1, input data input from an input device 1 such as a keyboard is received by an input data receiving section 2. The input data receiving section 2 passes the input data to the input data processing section 5 and also to the history writing section 3. The history writing section 5 stores input data in a nonvolatile history holding device 4 consisting of a battery-backed RAM or the like. When the input data specifies re-execution of the history, the input data receiving unit 2 uses the history reading unit 6.
Make a read request to. The history reading unit 6 reads the history from the history holding device 4 and passes it to the input data processing unit 5. The input data processing unit 5 executes history processing corresponding to a command or the like when an input is received from the device 1.

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

以上、説明したように本発明は入力データを保存するこ
とにより以前に入力したデータの再入力を容易に行なう
ことを可能とする。またヒストリー保持装置を不揮発性
のものとしたため、前回の起動時の入力データが使用で
きなり、システムやアプリケーションプログラムが異常
となった後でもそれまでの入力データが使用できるとい
う効果がある。
As described above, the present invention allows previously input data to be easily re-input by saving the input data. Furthermore, since the history holding device is non-volatile, the input data from the previous startup cannot be used, and even if the system or application program becomes abnormal, the input data up to that point can be used.

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

第1図は本発明の全体構成図である。 1・・・入力装置、2・・・入力データ受取り部、3・
・・ヒストリー書込み部、4・・・不揮発性のヒストリ
保持装置、5・・・入力データ処理部、6・・・ヒスト
リー読出し部。 代理人 弁理士 内 原  パ晋゛ ′ゝ、〜ノ
FIG. 1 is an overall configuration diagram of the present invention. 1... Input device, 2... Input data receiving section, 3.
...History writing unit, 4...Nonvolatile history holding device, 5...Input data processing unit, 6...History reading unit. Agent Patent Attorney Pashin Uchihara゛ ′ゝ、~ノ

Claims (1)

【特許請求の範囲】[Claims] 入力装置から入力される入力データを受けとる入力デー
タ受取り部と、不揮発性のヒストリー保持装置と、受け
取った前記入力データを入力ヒストリーとして前記不揮
発性のヒストリー保持装置に書込むヒストリー書込み部
と、前記ヒストリー保持装置に保存された入力ヒストリ
ーを再使用するためにヒストリーを読み出すヒストリー
読出し部と、入力ヒストリー及び入力データを処理する
入力データを処理する入力データ処理部を有することを
特徴とする入力データ履歴の保存方式。
an input data receiving unit that receives input data input from an input device; a nonvolatile history holding device; a history writing unit that writes the received input data as input history to the nonvolatile history holding device; An input data history recorder characterized by having a history readout unit that reads out the history in order to reuse the input history stored in the holding device, and an input data processing unit that processes the input history and input data. Preservation method.
JP62082327A 1987-04-02 1987-04-02 System for preserving input data history Pending JPS63247847A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62082327A JPS63247847A (en) 1987-04-02 1987-04-02 System for preserving input data history

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62082327A JPS63247847A (en) 1987-04-02 1987-04-02 System for preserving input data history

Publications (1)

Publication Number Publication Date
JPS63247847A true JPS63247847A (en) 1988-10-14

Family

ID=13771459

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62082327A Pending JPS63247847A (en) 1987-04-02 1987-04-02 System for preserving input data history

Country Status (1)

Country Link
JP (1) JPS63247847A (en)

Similar Documents

Publication Publication Date Title
JPS63247847A (en) System for preserving input data history
JPS62125452A (en) Data back-up system for storage device
JPH02113488A (en) Magnetic bubble memory device
JPH0566951A (en) Computer system
JPS62264346A (en) Data processor
JPH04130949A (en) Simple method for starting system
JPH03216743A (en) Parallel saving system for data base
JPS6254347A (en) Processing system for fault of file
JPS628235A (en) Storage device for activity log
JPS63229552A (en) Microprogram loading system
JPH04105110A (en) Power controller
JPS62168202A (en) Program recording device
JPS63140350A (en) System for reducing output quantity of recovery point log
JPH04296954A (en) Memory system
JPH05143425A (en) Backup preparing system for data base file
JPH04209044A (en) Data base control system
JPH01240943A (en) Data content recovery system
JPH0844570A (en) System and method for program execution
JPH0266667A (en) Parallel computing element
JPH02103653A (en) Highly reliable high-speed up-loading system
JPS61286912A (en) Starting system for data terminal
JPS63155338A (en) Control system for record of program executing history
JPS6069739A (en) Information processor
JPH04172510A (en) Rtc index register control method
JPS62251845A (en) Program debugging device