JP3317361B2 - Battery backup control method for memory - Google Patents

Battery backup control method for memory

Info

Publication number
JP3317361B2
JP3317361B2 JP16440892A JP16440892A JP3317361B2 JP 3317361 B2 JP3317361 B2 JP 3317361B2 JP 16440892 A JP16440892 A JP 16440892A JP 16440892 A JP16440892 A JP 16440892A JP 3317361 B2 JP3317361 B2 JP 3317361B2
Authority
JP
Japan
Prior art keywords
battery backup
application program
program
rom
ram
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.)
Expired - Fee Related
Application number
JP16440892A
Other languages
Japanese (ja)
Other versions
JPH064417A (en
Inventor
田中  誠
哲仁 渡辺
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 JP16440892A priority Critical patent/JP3317361B2/en
Publication of JPH064417A publication Critical patent/JPH064417A/en
Application granted granted Critical
Publication of JP3317361B2 publication Critical patent/JP3317361B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、メモリのバッテリバッ
クアップを行うデータ処理装置におけるバッテリバック
アップ異常時の制御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a control method for a battery backup in a data processing apparatus for backing up a memory when a battery backup is abnormal.

【0002】[0002]

【従来の技術】データ処理装置、例えばプラント等を制
御するコントローラは、図5に示すようにシステムの基
本的な制御(システムの初期化、システムの動作監視、
アプリケーション・プログラムの動作監視等)を行うシ
ステムプログラム11と、プラントシステムを制御する
アプリケーション・プログラム12とを記憶するマクロ
プログラムメモリ13と、データメモリ14と、マイク
ロプログラムを記憶するマイクロプログラムメモリ15
を内蔵するCPU16とからなるプロセッサボード17
を備えている。
2. Description of the Related Art As shown in FIG. 5, a controller for controlling a data processing device, for example, a plant or the like, performs basic control of the system (system initialization, system operation monitoring,
A macro program memory 13 for storing an application program 12 for controlling a plant system, a data memory 14, and a micro program memory 15 for storing a micro program.
Processor board 17 comprising a CPU 16 having a built-in CPU
It has.

【0003】システムプログラム11及びアプリケーシ
ョン・プログラム12はマクロ言語で記述されており、
これらのプログラムはCPU16内のマイクロプログラ
ムにより解読実行される。このマイクロプログラムに
は、プロセッサボードの初期化及び動作監視を行うイニ
シャルプログラムが格納されている。
The system program 11 and the application program 12 are described in a macro language.
These programs are decoded and executed by a microprogram in the CPU 16. This microprogram stores an initial program for initializing the processor board and monitoring the operation.

【0004】図6はデータメモリ14の使用領域を示す
図である。データメモリ14のメモリエリアは、図6に
示すようにシステムプログラム11、アプリケーション
・プログラム12、マイクロプログラムの各プログラム
に割り当てられている。
FIG. 6 is a diagram showing a use area of the data memory 14. The memory area of the data memory 14 is allocated to each of the system program 11, the application program 12, and the micro program as shown in FIG.

【0005】次に、コントローラの動作を図7を参照し
て説明する。電源投入時、あるいはシステムリセット
時、マイクロプログラムのイニシャルプログラムが起動
されてプロセッサボードの各種ハードウェア、ソフトウ
ェアの初期化が行われ、システムスタートコマンド待ち
のアイドル状態となる(図7、)。
Next, the operation of the controller will be described with reference to FIG. When the power is turned on or when the system is reset, the initial program of the microprogram is started, various hardware and software of the processor board are initialized, and the system enters an idle state waiting for a system start command (FIG. 7).

【0006】スタートコマンドが受付られると、システ
ムプログラム11のイニシャル処理が実行されシステム
全体の初期化が行われる(図7、)。続いてアプリケ
ーション・プログラム12が実行されプラントの制御が
開始される。アプリケーション・プログラム12の実行
中に一定周期毎の割り込みでシステムプログラム11が
実行され、システムの異常検出処理及びシステムの各種
ハードウェアへの通信処理等が行われる(図7、)。
When the start command is accepted, the initial processing of the system program 11 is executed to initialize the entire system (FIG. 7). Subsequently, the application program 12 is executed to start control of the plant. During the execution of the application program 12, the system program 11 is executed by interruption every predetermined period, and the system abnormality detection processing and the communication processing to various hardware of the system are performed (FIG. 7).

【0007】なお、システムプログラム11、アプリケ
ーション・プログラム12の実行に当たっては、CPU
16内のマイクロプログラムのインタプリタによりマク
ロ命令が解読実行される。また、OSプログラムにより
各種割り込みプログラム(定周期、外部割り込み等)の
タスク実行管理及びプロセッサボードの動作監視等が行
われる。
In executing the system program 11 and the application program 12, the CPU
The macro instruction is interpreted and executed by the interpreter of the microprogram in 16. In addition, the OS program performs task execution management of various interrupt programs (periodic interrupt, external interrupt, etc.), operation monitoring of the processor board, and the like.

【0008】一般に、マイクロプログラム、システムプ
ログラム11はROMで、アプリケーション・プログラ
ム12、データメモリ14はRAMで構成されており、
データ処理装置には、電源断に対してもアプリケーショ
ン・プログラム12及びデータメモリ14の内容が保持
されて、自動的に復旧するようなバッテリバックアップ
機能が設けられている。
Generally, a micro program and a system program 11 are constituted by a ROM, an application program 12 and a data memory 14 are constituted by a RAM,
The data processing apparatus is provided with a battery backup function that automatically retains the contents of the application program 12 and the data memory 14 even when the power is turned off.

【0009】図8は、従来のマイクロプログラムのバッ
テリバックアップエラー処理のフローチャートである。
マイクロプログラムのイニシャル処理で、プロセッサボ
ード17を初期化(S1)した後、バッテリバックアッ
プエラーの有無を検出する(S2)。バッテリバックア
ップエラーが検出された場合には、データメモリ14と
アプリケーションプログラムメモリ12のRAMで構成
されたメモリエリアをクリアした後(S3)、システム
ダウン処理を行う(S4)。
FIG. 8 is a flowchart of a conventional battery backup error process of a microprogram.
After initializing the processor board 17 in the initial processing of the microprogram (S1), the presence or absence of a battery backup error is detected (S2). If a battery backup error is detected, a memory area formed by the RAM of the data memory 14 and the application program memory 12 is cleared (S3), and a system down process is performed (S4).

【0010】[0010]

【発明が解決しようとする課題】ところで、プラント制
御、電力制御等を行うコントロラーなどでは、アプリケ
ーション・プログラムをROMに格納したシステムとR
AMに格納したシステムの2種類のシステムがあり、前
者のシステムは、さらにイニシャル時にデータメモリ1
4の前回の制御データを保存しておくものと、イニシャ
ル時にデータメモリ14の前回の全ての制御データをク
リアするものとがある。
By the way, in a controller or the like for performing plant control, power control, or the like, a system in which application programs are stored in a ROM and a ROM are used.
There are two types of systems stored in the AM, and the former system further has a data memory 1 at the time of initializing.
4 is to store the previous control data, and to clear all the previous control data in the data memory 14 at the time of initializing.

【0011】イニシャル時に全てのデータメモリ14を
クリアするシステムでは、バッテリバックアップエラー
が検出された場合に、データメモリ14をクリアしてか
らシステムダウンにしないで動作継続する為、図8のス
テップS3、S4の処理は不要となる。
In a system in which all data memories 14 are cleared at the time of initializing, if a battery backup error is detected, the operation is continued without clearing the data memory 14 and then bringing the system down. The processing in S4 becomes unnecessary.

【0012】すなわち、コントローラシステムとして
は、以下の3種類の場合が考えられる。(1) アプリケー
ション・プログラムがRAMで、データメモリ14とア
プリケーションプログラムメモリ12の内容をバッテリ
バックアップする必要があるもの。(2) アプリケーショ
ン・プログラムがROMで、データメモリ14の内容を
バッテリバックアップする必要があるもの。(3) アプリ
ケーション・プログラムがROMで、データメモリ14
の内容をバッテリバックアップする必要のないもの。
That is, the following three types of controller systems can be considered. (1) The application program is a RAM and the contents of the data memory 14 and the application program memory 12 need to be backed up by a battery. (2) The application program is a ROM and the contents of the data memory 14 need to be backed up by a battery. (3) The application program is a ROM and the data memory 14
It is not necessary to back up the contents of the battery.

【0013】マイクロプログラムのイニシャル処理でこ
れら3種類のシステムに対応する為には、従来はそれぞ
れ別のプロセッサボード、すなわちそれぞれのシステム
に対応したイニシャル処理が必要であった。
Conventionally, in order to correspond to these three types of systems by the microprogram initial processing, separate processor boards, that is, initial processing corresponding to each system, have been conventionally required.

【0014】また、アプリケーションプログラムがRO
Mのシステムにおいてはシステムの開発段階はアプリケ
ーション・プログラムをRAMで構成し、デバッグが終
了した時点でROMに変更することが一般的に行われる
が、この場合、アプリケーション・プログラムがRAM
のときと、ROMのときとでそれぞれ別のエラー処理プ
ログラムが必要となるという問題点もあった。
Further, if the application program is RO
In the system M, it is common practice to configure an application program in RAM at the development stage of the system and to change to ROM when debugging is completed.
There is also a problem that different error processing programs are required for the case of ROM and the case of ROM, respectively.

【0015】本発明の課題は、アプリケーション・プロ
グラムがROM又はRAMで構築されるシステムにおい
て、上記3つの異なったメモリバックアップ仕様のシス
テムに対して、同一のエラー処理プログラムで対処でき
るようにすることである。
An object of the present invention is to provide a system in which an application program is constructed by a ROM or a RAM so that the same error handling program can cope with the above-mentioned three systems having different memory backup specifications. is there.

【0016】[0016]

【課題を解決するための手段】図1は、本発明の原理説
明図である。同図において、検出手段1は、バッテリバ
ックアップ異常を検出する。この検出手段1は、例えば
メモリのバックアップを行うバッテリ電圧が所定値以上
あるか否かを検出する。
FIG. 1 is a diagram illustrating the principle of the present invention. In FIG. 1, a detecting unit 1 detects a battery backup abnormality. The detecting means 1 detects whether a battery voltage for backing up a memory is equal to or higher than a predetermined value.

【0017】判定手段2は、アプリケーション・プログ
ラムがROMで構成されているか、RAMで構成されて
いるかを判定する。設定手段3は、バッテリバックアッ
プ異常を有効とするか、無効とするかを設定する。
The judging means 2 judges whether the application program is constituted by a ROM or a RAM. The setting unit 3 sets whether the battery backup abnormality is valid or invalid.

【0018】制御手段4は、検出手段1がバッテリ異常
を検出し、かつ判定手段2がアプリケーション・プログ
ラムがRAMであると判定した場合、システムの動作を
停止させ、ROMであると判定した場合、設定手段3の
設定状態、すなわちバッテリバックアップ異常を有効と
するか、無効とするかに基づいて、バッテリバックアッ
プ異常を有効とするように設定されている場合には、シ
ステムの動作を停止させ、無効とするように設定されて
いる場合には、そのままシステムの動作を継続させる。
The control means 4 stops the operation of the system when the detecting means 1 detects a battery abnormality and the determining means 2 determines that the application program is a RAM, and determines that the application program is a ROM. If the battery backup abnormality is set to be valid based on the setting state of the setting means 3, that is, whether the battery backup abnormality is valid or invalid, the operation of the system is stopped and invalidated. In such a case, the operation of the system is continued as it is.

【0019】[0019]

【作用】本発明では、アプリケーション・プログラムが
RAMの場合には、バッテリバックアップ異常検出時に
メモリをクリアしてシステムの動作を停止させる。ま
た、アプリケーション・プログラムがROMで構成され
ていて、アプリケーション・プログラムによりバッテリ
バックアップ異常を有効とするように設定されている場
合には、システムの動作を停止させ、無効とするように
設定されているときにはシステムの動作を継続させる。
According to the present invention, when the application program is a RAM, the memory is cleared when the battery backup abnormality is detected, and the operation of the system is stopped. Further, when the application program is configured by the ROM and the application program is set to enable the battery backup abnormality, the operation of the system is set to be stopped and disabled. Sometimes the operation of the system is continued.

【0020】これによりアプリケーション・プログラム
がRAMで構成されていても、ROMで構成されていて
アプリケーション・プログラムの前回の制御データが必
要なシステムでも、あるいは不要なシステムでも、同じ
エラー処理プログラムで対応でき、従来のようにそれぞ
れのシステムに対応させてプロセッサボードを複数設け
る必要が無くなる。
Thus, the same error processing program can be used in a system in which the application program is composed of a RAM, a system in which the application program is composed of a ROM and the previous control data of the application program is required, or a system that does not require the control data. It is not necessary to provide a plurality of processor boards corresponding to each system as in the related art.

【0021】[0021]

【実施例】以下、本発明の実施例を図面を参照しながら
説明する。図2は、本発明の一実施例のコントローラの
マイクロプログラムのイニシャル処理におけるバッテリ
バックアップエラー処理のフローチャートである。この
実施例は、プラント等の制御を行うコントローラに関す
るものであり、そのシステム構成は、基本的には図5に
示したもと同じである。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 2 is a flowchart of the battery backup error processing in the initial processing of the microprogram of the controller according to the embodiment of the present invention. This embodiment relates to a controller for controlling a plant or the like, and its system configuration is basically the same as shown in FIG.

【0022】電源投入時又はシステムリセット時に実行
されるマイクロプログラムのイニシャル処理では、先ず
データメモリ14(図5参照)のバックアップを行う図
示しないバッテリの電圧を検出し異常の有無を判断する
(図2、S11)。
In the initial processing of the microprogram executed when the power is turned on or when the system is reset, first, the voltage of a battery (not shown) for backing up the data memory 14 (see FIG. 5) is detected to determine whether there is an abnormality (FIG. 2). , S11).

【0023】バッテリ電圧が正常であれば、ステップS
12に進みスタートコマンド待ちのアイドル状態とな
る。一方、バッテリ電圧の異常が検出されたときには、
データメモリ14の全エリアをクリアした後(S1
3)、アプリケーション・プログラムがROMに格納さ
れているか、RAMに格納されているかを判別する(S
14)。
If the battery voltage is normal, step S
Then, the process proceeds to step S12 to enter an idle state waiting for a start command. On the other hand, when abnormality of the battery voltage is detected,
After clearing all areas of the data memory 14 (S1
3) It is determined whether the application program is stored in the ROM or the RAM (S)
14).

【0024】アプリケーション・プログラムがROM
か、RAMかの判定は、例えば、アプリケーション・プ
ログラムがROMの場合のアプリケーション・プログラ
ムの格納アドレスと、RAMの場合の格納アドレスとを
別に割り当てておいて、マイクロプログラムのイニシャ
ル処理で、ROMの格納アドレスを先ずアクセスして、
そのアドレスから有意なデータが読み取れない場合に
は、アプリケーション・プログラムがRAMに格納され
ているものと判断するようにしている。
The application program is a ROM
The determination as to whether the application program is a RAM is made, for example, by separately assigning a storage address of the application program when the application program is a ROM and a storage address when the application program is a RAM, and storing the ROM in the microprogram initial processing. Access the address first,
If significant data cannot be read from the address, it is determined that the application program is stored in the RAM.

【0025】なお、アプリケーション・プログラムがR
OMか、RAMかの判定は、上記の方法に限らず種々の
方法が可能であり、例えばプロセッサボード上でスイッ
チ等によりアプリケーション・プログラムがROMか、
RAMかを設定しておいて、イニシャル処理プログラム
がそのスイッチの状態を読み取るようにしても良い。
It should be noted that if the application program is R
The determination of OM or RAM is not limited to the above method, and various methods are possible. For example, whether the application program is ROM or
It is also possible to set the RAM or not so that the initial processing program reads the state of the switch.

【0026】アプリケーション・プログラムがRAMに
格納されている場合には、ステップS15に進みシステ
ムダウン処理を実行する。このシステムダウン処理で
は、エラー情報のセット、エラー表示等を行う。
If the application program is stored in the RAM, the process proceeds to step S15 to execute a system down process. In this system down processing, setting of error information, error display, and the like are performed.

【0027】ステップS14の判別でアプリケーション
・プログラムがROMに格納されていると判定された場
合には、ステップS16に進みデータメモリ14内のバ
ッテリバックアップ異常フラグF1 (図3参照)を
「1」にセットした後、ステップS12に進みスタート
コマンド待ちのアイドル状態となる。
If it is determined in step S14 that the application program is stored in the ROM, the flow advances to step S16 to set the battery backup abnormality flag F 1 (see FIG. 3) in the data memory 14 to "1". After that, the process proceeds to step S12 to enter an idle state waiting for a start command.

【0028】ここで、バッテリバックアップ異常フラグ
1 とは、システムプログラムが使用するデータメモリ
領域に設けられるフラグであり、図3に示すように通常
「0」にリセットされており、バッテリバックアップエ
ラーが検出されたとき「1」にセットされる。
Here, the battery backup abnormality flag F 1 is a flag provided in the data memory area used by the system program, and is normally reset to “0” as shown in FIG. Set to "1" when detected.

【0029】アイドル状態でスタートコマンドが受付ら
れると、システムプログラムが起動され、そのシステム
プログラムのイニシャル処理で図4に示すバッテリバッ
クアップエラー処理が実行される。
When a start command is received in the idle state, the system program is started, and the battery backup error processing shown in FIG. 4 is executed in the initial processing of the system program.

【0030】システムプログラムでは、先ず、システム
の初期化を行う(図4、S17)。次に、バッテリバッ
クアップエラー処理(S18〜S20)を行う。システ
ムプログラムが使用するデータメモリ領域内のバッテリ
バックアップ異常フラグF1がセットされているか否か
を判別する(S18)。フラグF1 がセットされていな
いとき(正常時)には、そこでイニシャル処理を終了す
る。
In the system program, first, the system is initialized (S17 in FIG. 4). Next, a battery backup error process (S18 to S20) is performed. Battery backup abnormality flag F 1 in the data memory area where the system program uses to determine whether it is set (S18). When the flag F 1 is not set to the (normal), where it ends the initial processing.

【0031】ステップS18の判別でバッテリバックア
ップ異常フラグF1 がセット(F1=1)されていると
きには、次にバッテリバックアップ設定フラグF2 がセ
ットされているか否かを判別する(S19)。
[0031] When the battery backup abnormality flag F 1 is set (F 1 = 1) in the determination of step S18, then the battery backup setting flag F 2 is determined whether it is set (S19).

【0032】ここで、アプリケーション・プログラムメ
モリ12には、バッテリバックアップ設定フラグF2
設けられており、アプリケーション・プログラムがRO
Mに格納されていて、アプリケーション・プログラムが
プラント制御を行う際に前回の制御データを利用するシ
ステムでは、バッテリバックアップ異常が検出されたと
き、継続動作が出来ない為、システムダウンにする必要
があるので、バッテリバックアップ異常を有効にする必
要がある。従って、バッテリバックアップ設定フラグF
2 を「0」に設定しておく。また、アプリケーション・
プログラムが前回の制御データを利用しないシステムで
は、バッテリバックアップ異常が検出されたときでも、
データメモリ14を全てクリアしてから動作する必要が
あるので、バッテリバックアップ異常を無効にする必要
がある。従って、バッテリバックアップ設定フラグF2
を「1」に設定しておく。
[0032] Here, the application program memory 12, and battery backup setting flag F 2 is provided, the application program RO
In a system that is stored in M and uses the previous control data when the application program performs plant control, if a battery backup abnormality is detected, continuous operation cannot be performed. Therefore, it is necessary to enable the battery backup abnormality. Therefore, the battery backup setting flag F
2 is set to “0”. In addition, application
In a system where the program does not use the previous control data, even if a battery backup error is detected,
Since it is necessary to operate after clearing all the data memories 14, it is necessary to invalidate the battery backup abnormality. Therefore, the battery backup setting flag F 2
Is set to “1”.

【0033】バッテリバックアップ設定フラグF2
「0」、すなわちバッテリバックアップエラーを有効と
するようにフラグF2 が設定されているときには、ステ
ップS20に進みシステムダウン処理を実行してシステ
ムの動作を停止させる。
The battery backup setting flag F 2 is "0", that is, when the flag F 2 is set so as to enable the battery backup error, stops the operation of the system by running the system down process proceeds to step S20 Let it.

【0034】一方、バッテリバックアップ設定フラグF
2 が「1」、すなわちバッテリバックアップエラーを無
効とするようにフラグF2 が設定されているときには、
そこでイニシャル処理を終了させ、システムの動作を継
続させる。
On the other hand, the battery backup setting flag F
2 is "1", that is, when the flag F 2 is set so as to disable the battery backup error,
Therefore, the initial processing is terminated, and the operation of the system is continued.

【0035】このようにアプリケーション・プログラム
がRAMに格納されているシステム、アプリケーション
・プログラムがROMに格納されていて、前回の制御デ
ータを利用するシステム、あるいは利用しないシステム
の何れのシステムに対しても、同一のバッテリバックア
ップエラー処理プログラムで対応できるので、従来のよ
うにそれぞれのシステムに対応したエラー処理プログラ
ムを搭載した複数のプロセッサボードを用意する必要が
無くなる。
As described above, a system in which the application program is stored in the RAM, a system in which the application program is stored in the ROM, and a system that uses the previous control data or a system that does not use the control data are used. Since the same battery backup error processing program can cope with the problem, it is not necessary to prepare a plurality of processor boards each having an error processing program corresponding to each system as in the related art.

【0036】なお、上記実施例では、CPU16内のマ
イクロプログラム15とマクロプログラムメモリ13内
のシステムプログラム11との2種類のイニシャルプロ
グラムにより、バッテリバックアップエラー処理を実行
するようにしているが、一方のプログラムのイニシャル
処理、例えばシステムプログラムのイニシャル処理でバ
ッテリバックアップエラー処理を全て行うようにしても
良い。
In the above embodiment, the battery backup error processing is executed by two types of initial programs, the microprogram 15 in the CPU 16 and the system program 11 in the macro program memory 13. All of the battery backup error processing may be performed in the initial processing of the program, for example, in the initial processing of the system program.

【0037】[0037]

【発明の効果】本発明によれば、メモリのバッテリバッ
クアップ機能を有し、アプリケーション・プログラムが
RAM又はROMで構築されるシステムにおいて、バッ
テリバックアップ異常検出時にシステムの動作を停止さ
せるか、継続させるかを、アプリケーション・プログラ
ムの仕様に応じて同一のエラー処理プログラムで対処す
ることができる。
According to the present invention, in a system having a battery backup function for a memory and an application program constructed with a RAM or a ROM, the operation of the system is stopped or continued when a battery backup abnormality is detected. Can be dealt with by the same error processing program according to the specifications of the application program.

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

【図1】本発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】実施例のマイクロプログラムイニシャルのバッ
テリバックアップエラー処理のフローチャートである。
FIG. 2 is a flowchart of a battery backup error process of a micro program initial of the embodiment.

【図3】バッテリバックアップ異常フラグとバッテリバ
ックアップ設定フラグの一例を示す図である。
FIG. 3 is a diagram illustrating an example of a battery backup abnormality flag and a battery backup setting flag.

【図4】システムプログラムイニシャルのバッテリバッ
クアップエラー処理のフローチャートである。
FIG. 4 is a flowchart of a battery backup error process of a system program initial.

【図5】プロセッサボードの構成図である。FIG. 5 is a configuration diagram of a processor board.

【図6】データメモリの使用領域を示す図である。FIG. 6 is a diagram showing a use area of a data memory.

【図7】プロセッサの動作概要を示す図である。FIG. 7 is a diagram illustrating an outline of an operation of a processor.

【図8】従来のマイクロプログラムのバッテリバックア
ップエラー処理のフローチャートである。
FIG. 8 is a flowchart of a conventional microprogram battery backup error process.

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

1 検出手段 2 判定手段 3 設定手段 4 制御手段 DESCRIPTION OF SYMBOLS 1 Detection means 2 Judgment means 3 Setting means 4 Control means

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平1−171050(JP,A) 特開 昭62−109148(JP,A) 特開 昭57−157321(JP,A) 特開 平4−54548(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 12/16 G06F 15/02 305 ──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-1-171050 (JP, A) JP-A-62-109148 (JP, A) JP-A-57-157321 (JP, A) JP-A-4- 54548 (JP, A) (58) Field surveyed (Int. Cl. 7 , DB name) G06F 12/16 G06F 15/02 305

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】アプリケーションプログラムがROM又は
RAMで構成されるデータ処理システムにおいて、 バッテリバックアップ異常を検出する検出手段(1)
と、 アプリケーションプログラムがROMで構成されている
か、RAMで構成されているかを判定する判定手段
(2)と、 バッテリバックアップ異常を有効又は無効にする設定手
段(3)と、 前記検出手段(1)でバッテリバックアップ異常が検出
され、かつ前記判定手段(2)でアプリケーション・プ
ログラムがRAMで構成されていると判定された場合に
は、システムの動作を停止させ、前記判定手段(2)で
アプリケーション・プログラムがROMで構成されてい
ると判定された場合には、前記設定手段(3)の設定状
態に基づいてシステムの動作を停止又は継続させる制御
手段(4)とを備えることを特徴とするメモリのバッテ
リバックアップ制御方式。
A detecting means for detecting an abnormality in a battery backup in a data processing system in which an application program includes a ROM or a RAM;
Determining means (2) for determining whether the application program is configured by a ROM or a RAM; setting means (3) for enabling or disabling a battery backup abnormality; and detecting means (1) If the battery backup abnormality is detected in step (2) and the determination means (2) determines that the application program is configured by the RAM, the operation of the system is stopped, and the application A control unit (4) for stopping or continuing the operation of the system based on the setting state of the setting unit (3) when it is determined that the program is constituted by the ROM; Battery backup control method.
JP16440892A 1992-06-23 1992-06-23 Battery backup control method for memory Expired - Fee Related JP3317361B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16440892A JP3317361B2 (en) 1992-06-23 1992-06-23 Battery backup control method for memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16440892A JP3317361B2 (en) 1992-06-23 1992-06-23 Battery backup control method for memory

Publications (2)

Publication Number Publication Date
JPH064417A JPH064417A (en) 1994-01-14
JP3317361B2 true JP3317361B2 (en) 2002-08-26

Family

ID=15792576

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16440892A Expired - Fee Related JP3317361B2 (en) 1992-06-23 1992-06-23 Battery backup control method for memory

Country Status (1)

Country Link
JP (1) JP3317361B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4367383B2 (en) 2005-07-08 2009-11-18 トヨタ自動車株式会社 Vehicle steering assist device
WO2016104571A1 (en) 2014-12-25 2016-06-30 日本精工株式会社 Electric power steering device
EP3196099B1 (en) 2014-12-25 2019-06-05 NSK Ltd. Electric power steering device
JP6103163B2 (en) 2014-12-25 2017-04-05 日本精工株式会社 Electric power steering device
EP3808639B1 (en) 2018-12-14 2022-05-04 Nsk Ltd. Electric power steering device

Also Published As

Publication number Publication date
JPH064417A (en) 1994-01-14

Similar Documents

Publication Publication Date Title
US5386565A (en) Method and system for controlling/monitoring computer system having plural operating systems to run thereon
JP2772103B2 (en) Computer system startup method
US5564054A (en) Fail-safe computer boot apparatus and method
US6173417B1 (en) Initializing and restarting operating systems
EP0468625B1 (en) Personal computer system with protected storage for interface and system utility programs
US5951686A (en) Method and system for reboot recovery
US6327653B1 (en) Technique for easily changing operating systems of a digital computer system using at least two pushbuttons
US5003458A (en) Suspended instruction restart processing system based on a checkpoint microprogram address
EP2463779A1 (en) Reset method and monitor
US8489933B2 (en) Data processing device and method for memory dump collection
US20050015672A1 (en) Identifying affected program threads and enabling error containment and recovery
JPH07219809A (en) Apparatus and method for data processing
JPH07311749A (en) Multiprocessor system and kernel substituting method
US5146569A (en) System for storing restart address of microprogram, determining the validity, and using valid restart address to resume execution upon removal of suspension
JP3317361B2 (en) Battery backup control method for memory
EP0477385B1 (en) Method of resetting adapter module at failing time and computer system executing said method
JPS6158054A (en) Run away detection of program
JPH07271561A (en) Information processor
JP3185446B2 (en) Computer system
JP2870202B2 (en) Method and apparatus for mutual monitoring between processors
JPS61177551A (en) Start-up control system of processor
US5778207A (en) Assisting operating-system interrupts using application-based processing
JPS59172044A (en) Instruction control system
JP3127737B2 (en) Digital signal processor
JPH0395634A (en) Restart control system for computer system

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20020528

LAPS Cancellation because of no payment of annual fees