JP2603005B2 - Counter using non-volatile memory - Google Patents

Counter using non-volatile memory

Info

Publication number
JP2603005B2
JP2603005B2 JP3088828A JP8882891A JP2603005B2 JP 2603005 B2 JP2603005 B2 JP 2603005B2 JP 3088828 A JP3088828 A JP 3088828A JP 8882891 A JP8882891 A JP 8882891A JP 2603005 B2 JP2603005 B2 JP 2603005B2
Authority
JP
Japan
Prior art keywords
counter
counters
value
count
count data
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 - Lifetime
Application number
JP3088828A
Other languages
Japanese (ja)
Other versions
JPH04320108A (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.)
PFU Ltd
Original Assignee
PFU 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 PFU Ltd filed Critical PFU Ltd
Priority to JP3088828A priority Critical patent/JP2603005B2/en
Publication of JPH04320108A publication Critical patent/JPH04320108A/en
Application granted granted Critical
Publication of JP2603005B2 publication Critical patent/JP2603005B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime 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 counter using a non-volatile memory which can be restored even if the count value is destroyed by a failure at the time of writing.

【0002】[0002]

【従来の技術】一般にプリンタなどの装置では、保守部
品や消耗品の交換時期を管理するために、装置の動作回
数、たとえば印刷枚数などを示すカウントデータを装置
内の不揮発性メモリのカウンタに記憶させておき、装置
が動作するごとにカウンタを+1更新することが行われ
ている。
2. Description of the Related Art Generally, in a device such as a printer, count data indicating the number of operation times of the device, for example, the number of printed sheets, is stored in a counter of a nonvolatile memory in the device in order to manage the replacement time of maintenance parts and consumables. In this case, the counter is updated by +1 each time the device operates.

【0003】図6に、プリンタにおけるカウンタを用い
た動作回数管理の従来例を示す。図6において、1はプ
リンタ、2は印刷制御部、3はEEPROMなどの不揮
発性メモリ、4はカウンタ、5は表示器である。印刷制
御部2は、たとえばページ形式の印刷の場合、1ページ
の印刷を終了した時点でカウンタ4の+1更新処理を行
う。まず不揮発性メモリ3からカウンタ4の値(Ciと
する)を読み出してCi+1の演算を行い、図示されて
いない書き込み制御回路を介して不揮発性メモリ3に書
き込む。この動作は、印刷制御部2が1ページの印刷を
実行するごとに繰り返される。カウンタ4は、適当なタ
イミングで読み出され、表示器5に表示される。
FIG. 6 shows a conventional example of operation count management using a counter in a printer. 6, reference numeral 1 denotes a printer, 2 denotes a print control unit, 3 denotes a nonvolatile memory such as an EEPROM, 4 denotes a counter, and 5 denotes a display. For example, in the case of page format printing, the print control unit 2 performs a +1 update process of the counter 4 when printing of one page is completed. First, the value (referred to as Ci) of the counter 4 is read from the nonvolatile memory 3 to calculate Ci + 1, and is written into the nonvolatile memory 3 via a write control circuit (not shown). This operation is repeated each time the print control unit 2 executes printing of one page. The counter 4 is read at an appropriate timing and displayed on the display 5.

【0004】[0004]

【発明が解決しようとする課題】従来の不揮発性メモリ
を用いたカウンタの管理方法では、カウンタから読み出
して+1更新されたカウントデータを不揮発性メモリへ
書き込んでいる最中に電源断などの障害が発生すると、
書き込み不良となってカウントデータが失われてしま
い、装置の保守サービスに著しい支障が生じる場合があ
った。
In the conventional method of managing a counter using a nonvolatile memory, a failure such as a power failure occurs while the count data read from the counter and updated by +1 is written to the nonvolatile memory. When it occurs,
In some cases, the count data is lost due to a write failure, which may cause a significant problem in the maintenance service of the apparatus.

【0005】本発明は、不揮発性メモリに設けたカウン
タの書き込み不良によりカウントデータが失われても自
動的に復旧できるようにすることを目的としている。
SUMMARY OF THE INVENTION It is an object of the present invention to enable automatic recovery even if count data is lost due to a writing failure of a counter provided in a nonvolatile memory.

【0006】[0006]

【課題を解決するための手段】本発明は、不揮発性メモ
リに設けるカウンタを3個以上に多重化するとともにそ
れらのカウンタをループ状にリンクし、カウンタの更新
事象が発生するごとにループ中のカウンタを順番に1つ
だけ選択して更新することにより、カウント値を複数の
カウンタに分割し、複数のカウンタ内に常に最近の複数
回の更新履歴が保持されるようにするものである。これ
により、あるカウンタの更新中に障害が発生してカウン
ト値が破壊されても、他のカウンタの値を参照すること
により、元のカウント値を自動的に復旧することが可能
にされる。
According to the present invention, the counters provided in the nonvolatile memory are multiplexed into three or more counters, and the counters are linked in a loop. By selecting and updating only one counter in order, the count value is divided into a plurality of counters, and a plurality of recent update histories are always held in the plurality of counters. Thus, even if a failure occurs during updating of a certain counter and the count value is destroyed, the original count value can be automatically restored by referring to the value of another counter.

【0007】図1は本発明の原理的構成を、プリンタの
具体例を用いて示したものである。図1において、1は
プリンタ、2は印刷制御部、3は不揮発性メモリ、4
a,4b,4cはカウンタ、5は表示器、6はカウンタ
制御プログラムである。7はカウンタ4a〜4cのアド
レスを順次循環的に指定するポインタである。
FIG. 1 shows the basic configuration of the present invention using a specific example of a printer. In FIG. 1, 1 is a printer, 2 is a print control unit, 3 is a non-volatile memory,
a, 4b, and 4c are counters, 5 is a display, and 6 is a counter control program. Reference numeral 7 denotes a pointer for sequentially and cyclically specifying addresses of the counters 4a to 4c.

【0008】8はカウンタ更新機能であり、1ページの
印刷実行に基づく印刷枚数更新要求によりポインタ7が
指すアドレスのカウンタ4a〜4cの1つをアクセスし
てそのカウントデータを読み出し、+1の加算を行って
書き戻すとともに、ポインタ7の値を4a〜4c内で循
環的に1つ先へ進める処理を行う。
Reference numeral 8 denotes a counter update function, which accesses one of the counters 4a to 4c at the address indicated by the pointer 7 in response to a print number update request based on the execution of printing one page, reads out the count data, and adds +1. At the same time, a process is performed in which the value of the pointer 7 is cyclically advanced by one in 4a to 4c.

【0009】9は、カウンタ読み出し機能であり、印刷
枚数読み出し要求により、カウンタ4a〜4cの各カウ
ント値を読み出して合算するかポインタ7が指すカウン
タ4a〜4cの1つをアクセスしてそのカウントデータ
を読み出し、読み出したカウントデータとそのカウンタ
の位置とに基づいて定まる全カウンタの合成されたカウ
ント値を求め、表示器5等へ出力する処理を行う。
Reference numeral 9 denotes a counter reading function, which reads out the count values of the counters 4a to 4c and sums them up or accesses one of the counters 4a to 4c indicated by the pointer 7 in response to a print number read request and counts the count data. Is read, a count value obtained by synthesizing all the counters determined based on the read count data and the position of the counter is obtained, and output to the display 5 or the like.

【0010】10はカウンタ復旧機能であり、カウンタ
4a〜4cの1つへの更新カウントデータの書き戻し中
に電源断などの障害が発生した場合に発行されるカウン
タ復旧要求に応じて、カウンタ4a〜4cの各カウント
データを読み出し、直前に書き戻しに失敗した可能性の
あるカウンタの正しいカウントデータを他の2つのカウ
ンタのカウントデータから論理的に求めて修正する処理
を行う。
Reference numeral 10 denotes a counter recovery function which responds to a counter recovery request issued when a failure such as a power failure occurs during writing back of the update count data to one of the counters 4a to 4c. 4c, and corrects the correct count data of the counter that may have failed in the write-back immediately before from the count data of the other two counters and corrects it.

【0011】[0011]

【作用】図1に示された本発明の構成によるカウンタ動
作のシーケンスを図2に示す。図2中、11はプリンタ
における印刷枚数、12はカウンタ4a,4b,4cの
個別のカウントデータ、13はカウンタ4a,4b,4
cの個別のカウントデータを合算したカウント値であ
る。なおカウントデータ12の欄においてアンダーライ
ンされた値は、+1更新されたデータを示している。
FIG. 2 shows a sequence of the counter operation according to the configuration of the present invention shown in FIG. 2, reference numeral 11 denotes the number of printed sheets in the printer, 12 denotes individual count data of the counters 4a, 4b, 4c, and 13 denotes counters 4a, 4b, 4
It is a count value obtained by adding the individual count data of c. The underlined value in the column of the count data 12 indicates data updated by +1.

【0012】図示のように、カウンタ4a,4b,4c
は、それぞれ初期値0から、印刷が1枚行われるごとに
順番にかつ循環的に+1ずつ更新されていく。この結
果、印刷枚数の3n〜3n+3に一般化して示されてい
るように(n=0,1,2,・・・)、カウンタ4a,
4b,4cの各カウントデータの値間の差のパターン
は、+1更新されるカウンタの位置によって 4a 4b 4c N+1 N N N+1 N+1 N N+1 N+1 N+1 の3種類に固定されるため、あるカウンタの書き込み不
良でカウント値が破壊されても、それ以前に正しく更新
された残りの2つのカウンタのカウントデータから正し
いカウント値を一義的に復旧することが可能となる。
As shown, the counters 4a, 4b, 4c
Are sequentially and cyclically updated by +1 from the initial value 0 each time one print is performed. As a result, the counters 4a, 4n, 3n-3n + 3 are generalized as shown (n = 0, 1, 2,...).
The pattern of the difference between the count data values of 4b and 4c is fixed to 3 types of 4a 4b 4c N + 1 N N N + 1 N + 1 N N + 1 N + 1 N + 1 depending on the position of the counter to be updated by +1. Even if the count value is destroyed, the correct count value can be uniquely recovered from the count data of the remaining two counters that have been correctly updated before that.

【0013】つまりパターンは、カウンタ4aの書き
込みが正常であればカウンタ4bとカウンタ4cのカウ
ント値は一致し、カウンタ4aのカウントデータはそれ
よりも1だけ大きくなり、パターンは、カウンタ4b
の書き込みが正常であればカウンタ4aとカウンタ4b
のカウントデータは一致してカウンタ4cのカウントデ
ータはそれよりも1だけ小さくなり、パターンは、カ
ウンタ4cの書き込みが正常であれば3つのカウンタ4
a,4b,4cの各カウントデータが一致することを示
す。したがってあるカウンタへの書き込み終了後に上記
したパターン,,のいずれにも一致しないパター
ンが生じた場合には異常となり、書き込み不良が生じた
ものと判定できる。
That is, in the pattern, if the writing of the counter 4a is normal, the count values of the counter 4b and the counter 4c match, the count data of the counter 4a becomes larger by one, and the pattern is
If the writing of data is normal, the counters 4a and 4b
And the count data of the counter 4c becomes smaller by one, and if the writing of the counter 4c is normal, the three counters 4
This indicates that the count data of a, 4b, and 4c match. Therefore, if a pattern that does not match any of the above-described patterns occurs after the writing to a certain counter is completed, it is determined that an abnormality has occurred and that a writing failure has occurred.

【0014】本発明では、たとえばプリンタにおいて印
刷枚数をカウントしている間に電源切断や停電によって
書き込み不良が発生した場合、次の電源投入時に各カウ
ンタのカウント値について診断を行い、異常がある場合
その復旧処理を行う。図1のカウンタ復旧機能10はそ
の際次のような処理を行う。(1) カウンタ4bと4cが
同じ値で、カウンタ4aがそれと同じでなく、かつ、カ
ウンタ4aがカウンタ4b及び4cより1だけ大きい値
でもない場合、カウンタ4aの書き込みに失敗したこと
がわかり、カウンタ4aの書き込みに失敗したというこ
とはカウンタ4b及び4cより1大きい値を書き込もう
として失敗したことになり、カウンタ4aにはカウンタ
4b及び4cより1大きい値を書き込むことで復旧す
る。(2) カウンタ4aがカウンタ4cより1だけ大きい
値で、カウンタ4bがそのどちらとも同じ値でない場
合、カウンタ4bの書き込みに失敗したことがわかり、
カウンタ4bの書き込みに失敗したということはカウン
タ4aと同じ値を書き込もうとして失敗したことにな
り、カウンタ4bにはカウンタ4aと同じ値を書き込む
ことで復旧する。(3) カウンタ4aと4bが同じ値で、
カウンタ4cがそれと同じでなく、かつ、カウンタ4c
がカウンタ4a及び4bより1だけ小さい値でもない場
合、カウンタ4cの書き込みに失敗したことがわかり、
カウンタ4cの書き込みに失敗したということはカウン
タ4a及び4bと同じ値を書き込もうとして失敗したこ
とになり、カウンタ4cにはカウンタ4a及び4bと同
じ値を書き込むことで復旧する。
According to the present invention, for example, if a writing failure occurs due to a power cut or a power failure while counting the number of prints in a printer, the count value of each counter is diagnosed at the next power-on, and if there is an abnormality, The recovery process is performed. At that time, the counter recovery function 10 of FIG. 1 performs the following processing. (1) If the counters 4b and 4c have the same value, the counter 4a is not the same, and the counter 4a is not a value larger than the counters 4b and 4c by one, it is known that the writing of the counter 4a has failed. Failure of the writing of 4a means that an attempt to write a value larger than the counters 4b and 4c by one failed, and is restored by writing a value larger than the counters 4b and 4c to the counter 4a. (2) When the value of the counter 4a is larger than the value of the counter 4c by 1 and the value of the counter 4b is not the same, it is understood that the writing of the counter 4b has failed.
Failure of the writing of the counter 4b means that an attempt to write the same value as the counter 4a has failed, and the counter 4b is restored by writing the same value as the counter 4a. (3) The counters 4a and 4b have the same value,
If the counter 4c is not the same and the counter 4c
Is not less than the value of the counters 4a and 4b by one, it means that the writing of the counter 4c has failed,
Failure of writing of the counter 4c means that an attempt to write the same value as the counters 4a and 4b has failed, and the counter 4c is restored by writing the same value as the counters 4a and 4b.

【0015】[0015]

【実施例】図3に、本発明実施例によるプリンタのハー
ドウェア構成を示す。図3において、14は印刷制御を
実行するCPU、15はカウンタ制御プログラム6(図
1)などの制御プログラムや制御データが格納されてい
るROM、16は印刷データ等の作業域に使用されるR
AM、17はプリンタ機構部、18は本発明によるカウ
ンタ4a,4b,4c(図1)が設けられている不揮発
性メモリのEEPROMである。
FIG. 3 shows a hardware configuration of a printer according to an embodiment of the present invention. 3, reference numeral 14 denotes a CPU for executing print control, 15 denotes a ROM in which control programs such as a counter control program 6 (FIG. 1) and control data are stored, and 16 denotes an R used for a work area such as print data.
AM and 17 are a printer mechanism, and 18 is a non-volatile memory EEPROM provided with counters 4a, 4b and 4c (FIG. 1) according to the present invention.

【0016】CPU14は、ROM15の制御プログラ
ムにしたがって印刷制御を実行し、RAM16の作業域
に設定される印刷データに基づいてプリンタ機構部17
を動作させ、印刷出力を行う。ここでページプリンタの
場合1ページの印刷出力が終了するごとにカウンタ制御
プログラム6のカウンタ更新機能8を起動して、印刷枚
数のカウントを+1するためEEPROM18のカウン
タ4a,4b,4cの更新を行う。
The CPU 14 executes print control in accordance with a control program in the ROM 15, and based on print data set in a work area of the RAM 16, a printer mechanism 17.
And print out. Here, in the case of a page printer, the counter update function 8 of the counter control program 6 is activated every time the printing output of one page is completed, and the counters 4a, 4b, 4c of the EEPROM 18 are updated in order to increment the count of the number of printed sheets by one. .

【0017】図4は、カウンタ更新機能8の処理フロー
を示したもので、1枚の印刷が実行されたとき印刷枚数
更新要求により動作し、図2のシーケンス中の3N+1
枚目であればカウンタ4aを+1更新し、3N+2枚目
であればカウンタ4bを+1更新し、そして3N+3枚
目であればカウンタ4cを+1更新する。
FIG. 4 shows a processing flow of the counter updating function 8. When one sheet is printed, the counter updating function 8 operates in response to a print number update request, and 3N + 1 in the sequence of FIG.
If it is the third sheet, the counter 4a is updated by +1. If it is the 3N + 2 sheet, the counter 4b is updated by +1. If it is the 3N + 3 sheet, the counter 4c is updated by +1.

【0018】印刷枚数の読み出し要求があった場合に
は、各カウンタ4a〜4cのカウントデータをそれぞれ
合算して印刷枚数を求めてもよいが、図2に示されてい
るカウントシーケンスの特性を利用して、図1のポイン
タ7が指している1つのカウンタのカウントデータのみ
から印刷枚数を求めることも可能である。
When there is a request to read the number of printed sheets, the count data of each of the counters 4a to 4c may be summed up to obtain the number of printed sheets, but the characteristics of the count sequence shown in FIG. Then, the number of prints can be obtained from only the count data of one counter pointed by the pointer 7 in FIG.

【0019】つまり、ポインタ7が指しているカウンタ
が4aであってその値がN+1であれば印刷枚数は3N
+1枚となり、カウンタが4bであってその値がN+1
であれば印刷枚数は3N+2枚となり、またカウンタが
4cであってその値がN+1であれば印刷枚数が3N+
3枚となる。ただしこの場合は、各カウンタにおいて書
き込み不良による異常カウント値が存在していないこと
が前提となる。
That is, if the counter indicated by the pointer 7 is 4a and the value is N + 1, the number of printed sheets is 3N.
+1 sheets, the counter is 4b, and the value is N + 1.
, The number of prints is 3N + 2, and if the counter is 4c and the value is N + 1, the number of prints is 3N +
It becomes three sheets. However, in this case, it is premised that there is no abnormal count value due to writing failure in each counter.

【0020】カウンタ4a〜4cにおける書き込み不良
の復旧は、電源投入時の初期化処理で行われる。図5は
その処理フローである。EEPROM18からカウンタ
4a〜4cの内容を読み出し、そのパターンが前述した
正常時のパターン,,のいずれかと一致するかど
うかを調べ、一致すれば正常と判定して次の処理を行
い、一致しない場合にはカウンタ4a〜4cのいずれが
異常であるかを特定する。
The recovery from the writing failure in the counters 4a to 4c is performed by an initialization process when the power is turned on. FIG. 5 shows the processing flow. The contents of the counters 4a to 4c are read from the EEPROM 18, and it is checked whether or not the pattern matches one of the above-mentioned normal patterns. If it matches, it is determined that the pattern is normal and the next processing is performed. Specifies which of the counters 4a to 4c is abnormal.

【0021】その後、カウンタ4aが異常であればカウ
ンタ4bの値に+1してカウンタ4aに格納し、カウン
タ4bが異常であればカウンタ4aの値をカウンタ4b
に格納し、そしてカウンタ4cが異常であればカウンタ
4cにカウンタ4bの値を格納することにより、カウン
タを正常状態に復旧する。
Thereafter, if the counter 4a is abnormal, the value of the counter 4b is incremented by 1 and stored in the counter 4a.
And if the counter 4c is abnormal, the counter 4c stores the value of the counter 4b in the counter 4c, thereby restoring the counter to the normal state.

【0022】なお、カウンタの復旧処理は外部からの指
示により実行させるようにすることも可能である。また
本発明はプリンタへの適用に限られるものではなく、何
らかの事象発生回数を不揮発性メモリに設けたカウンタ
で管理するシステムにおいて広く利用されることができ
る。
Incidentally, the counter recovery processing can be executed by an external instruction. Further, the present invention is not limited to application to a printer, and can be widely used in a system in which the number of times of occurrence of any event is managed by a counter provided in a nonvolatile memory.

【0023】さらに多重化して設けるカウンタの個数を
3個以上、たとえば4個、にして循環的に+1更新を行
うようにしてもよい。その場合にはカウンタの制御が複
雑にはなるが、カウンタが冗長化されている分復旧処理
の信頼性を高めることが可能となる。
Further, the number of multiplexed counters may be three or more, for example, four, and the +1 update may be performed cyclically. In that case, the control of the counter becomes complicated, but the reliability of the restoration processing can be improved by the redundancy of the counter.

【0024】[0024]

【発明の効果】本発明によれば、不揮発性メモリに設け
たカウンタにより回数管理を行うシステムにおいて、カ
ウンタへの更新カウントデータの書き込み不良によりカ
ウントデータが破壊されても自動復旧が行われるため、
回数管理の信頼性を著しく向上させることができる。ま
たそのために特別のハードウェアを付加する必要もな
く、コストの増加も僅かで済ますことができる。
According to the present invention, in a system for managing the number of times using a counter provided in a nonvolatile memory, automatic recovery is performed even if the count data is destroyed due to a failure in writing the updated count data to the counter.
The reliability of the number control can be significantly improved. In addition, there is no need to add special hardware, and the cost can be increased only slightly.

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

【図1】本発明の原理的構成図である。FIG. 1 is a diagram showing the basic configuration of the present invention.

【図2】本発明によるカウンタの動作シーケンス説明図
である。
FIG. 2 is an explanatory diagram of an operation sequence of a counter according to the present invention.

【図3】本発明実施例によるプリンタの構成図である。FIG. 3 is a configuration diagram of a printer according to an embodiment of the present invention.

【図4】本発明実施例におけるカウンタ更新機能の処理
フロー図である。
FIG. 4 is a processing flowchart of a counter updating function in the embodiment of the present invention.

【図5】本発明実施例におけるカウンタ復旧機能の処理
フロー図である。
FIG. 5 is a processing flowchart of a counter recovery function in the embodiment of the present invention.

【図6】従来のプリンタの動作回数管理例の説明図であ
る。
FIG. 6 is an explanatory diagram of an example of a conventional operation count management of a printer.

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

1 プリンタ 2 印刷制御部 3 不揮発性メモリ 4a〜4c カウンタ 5 表示器 6 カウンタ制御プログラム 7 ポインタ 8 カウンタ更新機能 9 カウンタ読み出し機能 10 カウンタ復旧機能 DESCRIPTION OF SYMBOLS 1 Printer 2 Print control part 3 Non-volatile memory 4a-4c Counter 5 Display 6 Counter control program 7 Pointer 8 Counter update function 9 Counter read function 10 Counter recovery function

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 不揮発性メモリ上に設けられた3個以上
の複数のカウンタと、カウンタの+1更新要求に応じて
前記複数のカウンタのうちの1つを順番にかつ循環的に
選択してそのカウントデータを+1更新するカウンタ更
新機能をもつカウンタ制御プログラムとをそなえ、カウ
ント値を前記複数のカウンタにより分割して保持し、前
記複数のカウンタのカウントデータを合算したものをカ
ウント値として出力することを特徴とする不揮発性メモ
リを用いたカウンタ。
A plurality of counters provided on a nonvolatile memory, and one of the plurality of counters is sequentially and cyclically selected in response to a +1 update request for the counters. A counter control program having a counter updating function of updating the count data by +1; dividing and holding the count value by the plurality of counters; and outputting the sum of the count data of the plurality of counters as the count value. A counter using a nonvolatile memory.
【請求項2】 請求項1において、前記カウンタ制御プ
ログラムは、前記複数のカウンタのカウントデータ間の
大小の相互関係から異常な値のカウントデータを検出
し、正常な値に復旧するカウンタ復旧機能をもつことを
特徴とする不揮発性メモリを用いたカウンタ。
2. The counter control program according to claim 1, wherein the counter control program detects a count data of an abnormal value from a correlation between count data of the plurality of counters and recovers the count value to a normal value. A counter using a non-volatile memory characterized by having.
JP3088828A 1991-04-19 1991-04-19 Counter using non-volatile memory Expired - Lifetime JP2603005B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3088828A JP2603005B2 (en) 1991-04-19 1991-04-19 Counter using non-volatile memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3088828A JP2603005B2 (en) 1991-04-19 1991-04-19 Counter using non-volatile memory

Publications (2)

Publication Number Publication Date
JPH04320108A JPH04320108A (en) 1992-11-10
JP2603005B2 true JP2603005B2 (en) 1997-04-23

Family

ID=13953803

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3088828A Expired - Lifetime JP2603005B2 (en) 1991-04-19 1991-04-19 Counter using non-volatile memory

Country Status (1)

Country Link
JP (1) JP2603005B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5200688B2 (en) * 2008-06-19 2013-06-05 コニカミノルタビジネステクノロジーズ株式会社 COUNT DATA RECORDING DEVICE AND COUNT DATA RECORDING METHOD
JP5170136B2 (en) * 2010-03-18 2013-03-27 コニカミノルタビジネステクノロジーズ株式会社 Data counting method and image forming apparatus

Also Published As

Publication number Publication date
JPH04320108A (en) 1992-11-10

Similar Documents

Publication Publication Date Title
EP1000395B1 (en) Apparatus and method for memory error detection and error reporting
US8365031B2 (en) Soft error correction method, memory control apparatus and memory system
JPH0376678A (en) Page printer and control device thereof
JP3481737B2 (en) Dump collection device and dump collection method
US7178056B2 (en) Rolling software upgrades for fault tolerant systems
JP2603005B2 (en) Counter using non-volatile memory
JP2000322326A (en) Method for managing information of backup memory
JP2008179144A (en) Method for counting event and image formation device implementing the method
JPS6234260A (en) Access system for nonvolatile memory
JP2010198314A (en) Information management device
JP2000235483A (en) Information processor
JPH09204205A (en) Program control system
AU669410B2 (en) Error recovery mechanism for software visible registers in computer systems
JPS6043265A (en) Reading and writing system of data
JP3191282B2 (en) Failure information data collection method
JP2976897B2 (en) Data backup method for transmission equipment
JP4878113B2 (en) Link library recovery method and program for DASD failure
CN114981781A (en) Information processing apparatus, control method, and program
JP2606431B2 (en) Control memory failure recovery method
CN115437576A (en) Data reading method, data writing method and safety control system
JPH0612274A (en) Data memory reading system
JPS63192088A (en) Trouble recovery system for character output unit
JPH0365743A (en) Fault finding method for main storage device
JPH10293753A (en) System structure definition management system
JPH04169945A (en) File restoring method