JP2000339506A - Equipment managing device, its method and computer readable storage medium - Google Patents
Equipment managing device, its method and computer readable storage mediumInfo
- Publication number
- JP2000339506A JP2000339506A JP11150608A JP15060899A JP2000339506A JP 2000339506 A JP2000339506 A JP 2000339506A JP 11150608 A JP11150608 A JP 11150608A JP 15060899 A JP15060899 A JP 15060899A JP 2000339506 A JP2000339506 A JP 2000339506A
- Authority
- JP
- Japan
- Prior art keywords
- value
- measured value
- predetermined
- writing
- predetermined value
- 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
Links
Landscapes
- Control Or Security For Electrophotography (AREA)
- Time Recorders, Dirve Recorders, Access Control (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、スキャナ、プリン
タ、複写機等の画像形成装置等の機器の各部の使用回
数、使用時間等の使用状態を測定して記憶し、保守点検
のための情報として提供する機器の管理装置、方法及び
それらに用いられるコンピュータ読み取り可能な記憶媒
体に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention measures and stores the number of times of use of each part of an apparatus such as an image forming apparatus such as a scanner, a printer, a copying machine and the like, the time of use and the like, and stores information for maintenance and inspection. The present invention relates to a device management device and method provided as a computer, and a computer-readable storage medium used in the device and method.
【0002】[0002]
【従来の技術】従来より、例えば画像形成装置において
は、例えば、読み取り枚数、プリント枚数や光源の使用
時間等の各種項目について測定し、測定した値をEEP
ROM等の不揮発メモリに記憶し、この値を参考にして
部品の交換時期や修理等のメンテナンスを行うようにし
ている。2. Description of the Related Art Conventionally, in an image forming apparatus, for example, various items such as the number of read sheets, the number of print sheets, and the usage time of a light source are measured, and the measured values are referred to as EEP.
The data is stored in a non-volatile memory such as a ROM, and maintenance such as replacement of parts or repair is performed with reference to this value.
【0003】上記不揮発メモリとして用いられるEEP
ROMは、記憶には便利な素子であるが、書き換え回数
に制限がある素子である。その書き換え制限回数は、1
万から10万回程度と言われている。これに対して現実
に記憶したい回数情報は、100万回というように、回
数に大きな開きがある。加えて書き込みの失敗等による
誤動作を防止するために、パリティやチェック・サム等
の符号情報で内容の誤り検知を行うことが必要といえ
る。EEP used as the above nonvolatile memory
The ROM is a device that is convenient for storage, but has a limit on the number of times of rewriting. The rewrite limit count is 1
It is said to be around 10,000 to 100,000 times. On the other hand, the actual number information to be memorized has a large difference in the number, such as one million times. In addition, in order to prevent a malfunction due to a writing failure or the like, it is necessary to detect a content error using code information such as a parity and a checksum.
【0004】このような符号ビットの書き換えは、その
符号の意味からも、「書き換える項目」*「書き換える
回数」だけ発生させなければならず、この箇所の書き換
え回数が重要であると言える。例えば、書き換え項目が
10項目、書き換え回数が1万回の場合とすると、項目
当たりの書き換え回数は1000回に限定しなければな
らない。ここで、回数に関連する耐久が4000回だと
すると、上記書き換え回数が1000回ならば、回数の
4回毎に書き換えればEEPROMの書換え制限回数を
越えないようにすることができる。[0004] Rewriting of such a code bit must be generated by "the item to be rewritten" * "the number of times of rewriting" also from the meaning of the code, and it can be said that the number of times of rewriting of this portion is important. For example, if the number of rewrite items is 10 and the number of rewrites is 10,000, the number of rewrites per item must be limited to 1,000. Here, assuming that the durability related to the number of times is 4,000 times, if the number of times of rewriting is 1,000 times, if the number of times of rewriting is four, the number of times of rewriting of the EEPROM can be maintained.
【0005】図6は、従来のEEPROMを用いた画像
形成装置の管理方法を示すフローチャートである。電源
投入によって、ステップS100(以下、ステップ略)
からカウンタの計数が開始される。S101において、
始めに計数値nを0にする。S102では、例えば読み
取り命令やプリント命令等の計数に値するイベントの有
無を判定し、イベントが無い場合は、次のイベントを待
つ。FIG. 6 is a flowchart showing a conventional method for managing an image forming apparatus using an EEPROM. By turning on the power, step S100 (hereinafter, step is omitted)
Starts counting by the counter. In S101,
First, the count value n is set to 0. In S102, it is determined whether there is an event worthy of counting, for example, a read command or a print command. If there is no event, the process waits for the next event.
【0006】上記計数イベントが発生すると、S103
でカウンタの計数値nを1つ増した後、S104で、上
記nと書き込み制限数m(ここではm=4)との比較判
定を行い、nが制限された4未満の場合は、EEPRO
Mへの書き込みは行わない。When the above counting event occurs, S103
After incrementing the count value n of the counter by one in step S104, a comparison judgment is made between n and the write limit number m (here, m = 4). If n is less than the limit of four, EEPRO
Writing to M is not performed.
【0007】nが書き込み制限数4を越えた場合は、S
105で、EEPROMの内容(CNT)に計数値nを
加算して書き換え(書き込み)を行う。次に、S106
で、EEPROMに加算記憶したために、カウンタを0
にクリアする。以上のように、例えばプリント枚数カウ
ンタが4カウントアップする毎にEEPROMを書き換
えることにより、EEPROMの書き込み制限回数を越
えないようにしている。When n exceeds the write limit number 4, S
At 105, rewriting (writing) is performed by adding the count value n to the contents (CNT) of the EEPROM. Next, S106
Then, the counter is set to 0
To clear. As described above, the EEPROM is rewritten, for example, every time the print number counter counts up by four so that the number of times of writing of the EEPROM is not exceeded.
【0008】[0008]
【発明が解決しようとする課題】しかしながら、上記図
6の従来の方法においては、実際のシステムでは、電源
のオン・オフ等によりシステムを頻繁に立ち上げ直すこ
とも多く、それによる無駄な書き込みが発生することが
考慮されていなかった。即ち、図6の方法では、単純に
m(=4)回ずつ書換えるようにしているため、3枚以
下でプリントして終了(電源オフ)した場合には全く計
数できず、このため、記憶した値に誤差が発生すること
になる。However, in the conventional method shown in FIG. 6, in an actual system, the system is frequently frequently restarted by turning on / off the power supply and the like, resulting in unnecessary writing. It was not considered to occur. That is, in the method shown in FIG. 6, the rewriting is simply performed m (= 4) times, so that when the printing is completed with three or less sheets and the processing is completed (power off), the counting cannot be performed at all, and therefore, the data is stored. An error will occur in the value obtained.
【0009】即ち、プリント終了時のカウンタのnの値
により、0〜4の誤差、平均すれば計数誤差は、2*
「電源オフ回数」だけあるといえる。前述したように、
回数に関連する耐久が4000回だとすると、書き換え
回数が1000回ならば、回数の4回毎に書き換えれば
EEPROMの書換え制限回数を越えないようにするこ
とができるが、その場合は、2000回程度の誤差をも
つことになる。That is, depending on the value of the counter n at the end of printing, an error of 0 to 4 and a counting error on average are 2 *
It can be said that there is only the "power-off count". As previously mentioned,
Assuming that the durability related to the number of times is 4,000 times, if the number of times of rewriting is 1,000 times, if the number of times of rewriting is four times, it is possible to prevent the number of times of rewriting from exceeding the EEPROM rewrite limit number. It will have an error.
【0010】特に、一日の操作計数が、3だった場合は
最悪で、何日経ってもEEPROMの計数値nは増えな
いことになる。[0010] In particular, when the operation count per day is 3, the worst case occurs, and the count value n of the EEPROM does not increase no matter how many days pass.
【0011】本発明は、上記の問題を解決するために成
されたもので、書き込み回数を制限しながら高精度な計
数や計時等の使用状態の測定を可能にすることを目的と
している。SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem, and has as its object to enable high-precision measurement of a use state such as counting or timekeeping while limiting the number of times of writing.
【0012】[0012]
【課題を解決するための手段】上記の目的を達成するた
めに、本発明による機器の管理装置においては、機器の
所定部の使用状態をその使用開始の指示に基づいて測定
する測定手段と、上記測定手段の測定値を第1の所定値
と比較する第1の比較手段と、上記測定値が上記第1の
所定値より大きいとき、その測定値が書き込まれる記憶
手段と、上記所定部の使用終了の指示に基づいてそのと
きの上記測定手段の測定値と上記第1の所定値より小さ
い第2の所定値とを比較し、上記測定値が上記第2の所
定値より大きいとき、その測定値を上記記憶手段に書き
込む第2の比較手段とを設けている。In order to achieve the above object, in a device management apparatus according to the present invention, a measuring means for measuring a use state of a predetermined portion of a device based on an instruction to start use thereof, First comparing means for comparing the measured value of the measuring means with a first predetermined value; storage means for writing the measured value when the measured value is larger than the first predetermined value; The measured value of the measuring means at that time is compared with a second predetermined value smaller than the first predetermined value based on the instruction to end use, and when the measured value is larger than the second predetermined value, And second comparing means for writing the measured value to the storage means.
【0013】また、本発明による機器の管理方法におい
ては、機器の所定部の使用状態をその使用開始の指示に
基づいて測定する測定手順と、上記測定手順による測定
値を第1の所定値と比較し、上記測定値が上記第1の所
定値より大きいとき、その測定値を記憶手段に書き込む
第1の比較手順と、上記所定部の使用終了の指示に基づ
いてそのときの上記測定手順による測定値と上記第1の
所定値より小さい第2の所定値とを比較し、上記測定値
が上記第2の所定値より大きいとき、その測定値を上記
記憶手段に書き込む第2の比較手順とを設けている。Further, in the device management method according to the present invention, a measuring procedure for measuring a use state of a predetermined portion of the device based on an instruction to start using the same, and a measured value obtained by the measuring procedure as a first predetermined value. Comparing, when the measured value is larger than the first predetermined value, a first comparing procedure of writing the measured value to the storage means, and the measuring procedure at that time based on an instruction to end use of the predetermined unit. Comparing the measured value with a second predetermined value smaller than the first predetermined value, and when the measured value is larger than the second predetermined value, writing the measured value into the storage means; Is provided.
【0014】また、本発明による記憶媒体においては、
機器の所定部の使用状態をその使用開始の指示に基づい
て測定する測定処理と、上記測定処理による測定値を第
1の所定値と比較し、上記測定値が上記第1の所定値よ
り大きいとき、その測定値を記憶手段に書き込む第1の
比較処理と、上記所定部の使用終了の指示に基づいてそ
のときの上記測定処理による測定値と上記第1の所定値
より小さい第2の所定値とを比較し、上記測定値が上記
第2の所定値より大きいとき、その測定値を上記記憶手
段に書き込む第2の比較処理とを実行するためのプログ
ラムを記憶している。In the storage medium according to the present invention,
A measurement process of measuring the use state of the predetermined portion of the device based on the instruction to start using the device, and comparing the measurement value obtained by the measurement process with a first predetermined value, wherein the measurement value is larger than the first predetermined value A first comparing process of writing the measured value into the storage means; and a second predetermined value smaller than the first predetermined value and a measured value obtained by the measuring process at that time based on an instruction to end use of the predetermined unit. A program for executing a second comparison process of comparing the measured value with the value and, when the measured value is larger than the second predetermined value, writing the measured value into the storage means.
【0015】[0015]
【発明の実施の形態】以下、本発明の実施の形態を図面
と共に説明する。図1は、本発明の実施の形態による機
器の管理方法を示すフローチャートである。尚、図1に
おいては、図6の従来のフローチャートと同一処理を行
うステップには同一のステップ番号S100〜S106
を付して重複する説明は省略する。図1においては、S
107〜S110が追加されている。Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a flowchart illustrating a device management method according to an embodiment of the present invention. In FIG. 1, the same steps as those in the conventional flowchart of FIG.
And a duplicate description is omitted. In FIG. 1, S
107 to S110 are added.
【0016】図1において、S101で計数イベントが
無い場合は、S107に進む。このS107では、例え
ば、プリント終了等の終了コマンドの有無を判定し、コ
マンドが無ければ、次のコマンドを待つ。In FIG. 1, if there is no counting event in S101, the process proceeds to S107. In S107, for example, it is determined whether or not there is an end command such as the end of printing. If there is no command, the process waits for the next command.
【0017】コマンドが発生すると、S108で、追加
書き込みを行うか否かを判定する。ここでは、プリント
枚数カウンタの計数値nが2以下(n>1/2)の計数
残に関しては、EEPROMへの書き込みは行わない。When a command is issued, it is determined in S108 whether additional writing is to be performed. In this case, writing to the EEPROM is not performed for the remaining count of which the count value n of the print number counter is 2 or less (n >>).
【0018】n>1/2の場合は書き込みを行うと判定
し、S109で、EPROMの内容に(CNT)計数値
nを加算して書き換え(書き込み)を行う。そして、E
EPROMに加算記憶したので、S110で計数値nを
0にクリアする。If n> 1/2, it is determined that writing is to be performed, and in step S109, the (CNT) count value n is added to the contents of the EPROM and rewriting (writing) is performed. And E
Since the addition is stored in the EPROM, the count value n is cleared to 0 in S110.
【0019】本実施の形態によれば、終了時のnの値に
より誤差は0〜2の誤差、平均すれば計数誤差を、1*
「電源オフ回数」と、従来の半分にすることができる。
書き込み回数の増加は、終了時の計数残り値に依存する
が、使用時でも終了回数の半分以下に収まる。According to this embodiment, the error is 0 to 2 depending on the value of n at the end, and the counting error is 1 *
The “number of power-offs” can be halved from the conventional case.
The increase in the number of times of writing depends on the remaining count value at the end, but is less than half of the number of ends even during use.
【0020】また、他の要因で、システム終了を複数回
行っても、単純に書き込まないために書き込み回数が増
加しない利点がある。Another advantage is that even if the system is terminated a plurality of times, the number of times of writing is not increased because the writing is not performed simply.
【0021】図2は、上記の方法を用いた本発明の実施
の形態による管理装置を適用した画像形成装置を示すブ
ロック図である。図2において、21はCPUで、装置
全体を制御し、バス22を通して各部との入出力を行
う。23はプログラムや各種定数を収納したROMで、
変数や作業領域としてRAM24を用いている。25は
媒体画像を読み取って入力する画像入力部である。FIG. 2 is a block diagram showing an image forming apparatus to which a management apparatus according to an embodiment of the present invention using the above method is applied. In FIG. 2, reference numeral 21 denotes a CPU, which controls the entire apparatus and performs input / output with each unit through a bus 22. 23 is a ROM storing programs and various constants.
The RAM 24 is used as a variable or a work area. An image input unit 25 reads and inputs a medium image.
【0022】26は駆動制御部で、原稿をスイッチ27
で検知して、モータ28を駆動し、光源28で媒体を照
射し、画像入力部25で読み取った画像情報を入力させ
る。入力された画像情報は、一時RAM24に収納さ
れ、インターフェース30を通して外部からの指令によ
り、取得情報を外部に伝送するようにしている。31は
EEPROMで、電源がオフされても記憶している必要
のあるデータを、CPU21の指示により書き換えるよ
うになされている。Reference numeral 26 denotes a drive control unit which switches a document to a switch 27.
, The motor 28 is driven, the light source 28 irradiates the medium, and the image input unit 25 inputs the image information read. The input image information is temporarily stored in the RAM 24, and the acquired information is transmitted to the outside by an external command through the interface 30. An EEPROM 31 rewrites data that needs to be stored even when the power is turned off, according to an instruction from the CPU 21.
【0023】ここで、機構部は寿命があり、これは駆動
回数に依存するため、この回数に応じて予備点検を行っ
たり予備交換が可能となる。また、耐久回数を越えた場
合には、重大な事故を防止するために駆動を禁止する必
要がある。さらに、光源も寿命があり、これは点灯回数
や点灯時間に依存し、この時間によっては交換予告や点
灯禁止を行う必要がある。Here, the mechanical portion has a service life, which depends on the number of times of driving, so that a preliminary inspection or a replacement can be performed according to the number of times. When the number of times of endurance is exceeded, it is necessary to prohibit driving in order to prevent a serious accident. Furthermore, the light source also has a lifetime, which depends on the number of times of lighting and the lighting time, and depending on this time, it is necessary to give a notice of replacement or prohibition of lighting.
【0024】上記駆動回数は、制御しているCPUがそ
の駆動シーケンス終了時に、計数することが可能であ
り、その値は一時的にはRAMに格納し、電源オフまで
にはEEPROMに記憶する必要がある。また、光源の
点灯時間は、制御しているCPU内部のタイマの値を点
灯期問積算し、電源オフまでにはEEPROMに記憶す
る必要がある。The number of times of driving can be counted by the controlling CPU at the end of the driving sequence, and the value must be temporarily stored in the RAM and stored in the EEPROM until the power is turned off. There is. In addition, the lighting time of the light source needs to accumulate the value of a timer inside the CPU that is controlling the lighting period, and store the value in an EEPROM until the power is turned off.
【0025】また、EEPROM白身の故障によって記
憶したつもりになったり、でたらめな値か否かを判別す
るため、記憶内容はチェック・サム等による手法で、正
しく書き込まれたものか否かを検定する必要がある。即
ち、計数や計時でEEPROMに情報を書き込む場合
に、他の記憶内容とのチェック・サムも書き換える必要
があり、このチェック部分の書き換えが頻繁に発生す
る。Further, in order to determine whether or not the data is intended to be stored due to a malfunction of the EEPROM white or to determine whether or not the value is random, the stored content is checked by a method such as a checksum to determine whether or not the data has been correctly written. There is a need. That is, when writing information to the EEPROM by counting or counting, it is necessary to rewrite the checksum with other stored contents, and the rewriting of the check portion frequently occurs.
【0026】図3は図2の装置のシステムと外部との交
信例を示す。本装置は、インターフェース30を通じ
て、外部からの媒体情報を受信する親装置として用いた
場合である。図3において、41は本装置の通電開始
で、その後、42においてシステムの動作が開始され
る。通常、システムは43において、51のポーリング
によって本装置の接続を確認し、情報入力の可否を判定
する。FIG. 3 shows an example of communication between the system of the apparatus shown in FIG. 2 and the outside. This device is a case where the device is used as a parent device that receives external media information through the interface 30. In FIG. 3, reference numeral 41 denotes the start of energization of the apparatus, and thereafter, at 42, the operation of the system is started. Normally, at 43, the system confirms the connection of the apparatus by polling at 51 and determines whether information can be input.
【0027】44で本装置への情報入力を、52のポー
リングによって確認し、45でその情報を53のポーリ
ングで取得し、必要に応じて49のループで情報入力を
繰り返す。46で入力作業を終了して、50の終了コマ
ンドを発行する。システムは入力作業を終了しても、5
4のルートで入力作業を再開する場合もある。また、シ
ステムは主に他の作業の目的で、42のシステム開始と
47のシステム終了を繰り返す場合もある。48は本装
置の終了を表している。At 44, the input of information to the apparatus is confirmed by polling at 52, at 45 the information is obtained by polling at 53, and the information input is repeated in a loop of 49 as necessary. The input operation is terminated at 46, and a termination command at 50 is issued. When the system finishes the input operation,
In some cases, the input operation may be restarted through route 4. Also, the system may repeat the system start of 42 and the system end of 47 mainly for the purpose of other work. 48 indicates the end of the present apparatus.
【0028】また、PCでよくあるように、故意や過失
により装置やシステムを異常終了させる場合もある。ま
た、本装置のみに通電を行い、放置して、光源寿命のみ
を消費する場合のために、装置自身で計時、自動書き込
みを行える必要がある。また、4回未満の媒体挿入後、
光源寿命の減少を防ぐため、システムをまめに終了させ
る使い方もある。Further, as is often the case with a PC, the device or system may be abnormally terminated by intention or negligence. In addition, it is necessary that the device itself can perform timekeeping and automatic writing for the case where only the present device is energized and left alone to consume only the life of the light source. Also, after inserting the medium less than 4 times,
There are also ways to shut down the system frequently to prevent a reduction in the life of the light source.
【0029】これらの場合に対応すべく、本実施の形態
では、書き込み回数の制限を設け、図3の50のアプリ
ケーション終了通信で残数が大きい場合には、再書き込
みを行うようにしている。残数の判定は、終了コマンド
だけに限定されるものでなく、電力余裕によっては、装
置終了の電力低下を検出した時に、CPUの割り込みに
よって行ってもよい。In order to cope with these cases, in the present embodiment, the number of times of writing is limited, and when the remaining number is large in the application termination communication of 50 in FIG. 3, rewriting is performed. The determination of the remaining number is not limited to the end command alone, and may be performed by an interrupt of the CPU when a power reduction at the end of the apparatus is detected depending on the power margin.
【0030】次に、一部重複するが、本装置のCPUの
制御を説明する。図4のフローチャートはスキャナ制御
全体を示す。S1はRAM1上のカウンタ値を0にクリ
アし、S2でその他の初期化を行う。その後、ホストP
Cからのコマンドがあれば(S3)、S4へ進み、コマ
ンドが無い場合はS3で再びコマンドを待つ。Next, although partially overlapping, control of the CPU of the apparatus will be described. The flowchart in FIG. 4 shows the entire scanner control. S1 clears the counter value on RAM1 to 0, and performs other initialization in S2. Then, host P
If there is a command from C (S3), the process proceeds to S4. If there is no command, the process waits for a command again in S3.
【0031】S4では、ホストPCからのコマンドが終
了コマンドかどうかを調べ、そうでないならその他のコ
マンド処理を行い(S8)、S3へ戻る。終了コマンド
であればS5へ行き、カウンタの計数値nがm/2(m
だけ計数値が増えたらEEPROMへ書込む)より大き
いなら、EEPROM上の計測値をnだけ増やし(S
6)、カウンタを0にして(S7)、S3へ行く。At S4, it is checked whether the command from the host PC is an end command. If not, other command processing is performed (S8), and the process returns to S3. If the command is an end command, the process goes to S5, where the count value n of the counter is m / 2 (m
If the count value is larger than the above, the data is written to the EEPROM.
6), the counter is set to 0 (S7), and the procedure goes to S3.
【0032】図5のフローチャートは、計数値がカウン
トアップされる時の制御を示す。S10で計数値を1増
やし、それがmになったら(S11)、EEPROM上
の計数値をmだけ増やし(S12)、nを0にして(S
13)終了する。そうでないなら終了する。FIG. 5 is a flowchart showing the control when the count value is counted up. In S10, the count value is increased by 1 and when it becomes m (S11), the count value in the EEPROM is increased by m (S12), and n is set to 0 (S
13) End. If not, exit.
【0033】次に本発明の他の実施の形態としての記憶
媒体について説明する。本発明をCPUとメモリからな
るコンピュータシステム構成により実現する場合、上記
メモリは本発明によるコンピュータ読み取り可能な記憶
媒体を構成する。Next, a storage medium according to another embodiment of the present invention will be described. When the present invention is implemented by a computer system configuration including a CPU and a memory, the memory forms a computer-readable storage medium according to the present invention.
【0034】即ち、上記実施の形態で説明した各フロー
チャートによる動作を実行するためのソフトウェアのプ
ログラムコードを記憶した記憶媒体をシステムや装置で
用い、そのシステムや装置のCPUが上記記憶媒体に格
納されたプログラムコードを読み出し、実行することに
より、本発明の目的を達成することができる。That is, a storage medium storing a program code of software for executing the operation according to each flowchart described in the above embodiment is used in a system or an apparatus, and the CPU of the system or apparatus is stored in the storage medium. By reading and executing the program code, the object of the present invention can be achieved.
【0035】また、この記憶媒体としては、ROM、R
AM等の半導体メモリ、光ディスク、光磁気ディスク、
磁気媒体等を用いてよく、これらをCD−ROM、フロ
ッピィディスク、磁気テープ、磁気カード、不揮発性メ
モリカード等に構成して用いてよい。As the storage medium, ROM, R
Semiconductor memory such as AM, optical disk, magneto-optical disk,
A magnetic medium or the like may be used, and these may be configured and used in a CD-ROM, a floppy disk, a magnetic tape, a magnetic card, a nonvolatile memory card, or the like.
【0036】従って、この記憶媒体を図8に示したシス
テムや装置以外の他のシステムや装置で用い、そのシス
テムあるいはコンピュータがこの記憶媒体に格納された
プログラムコードを読み出し、実行することによって
も、上記実施の形態と同等の機能を実現できると共に、
同等の効果を得ることができ、本発明の目的を達成する
ことができる。Therefore, this storage medium can be used in a system or apparatus other than the system or apparatus shown in FIG. 8 and the system or computer reads out and executes the program code stored in this storage medium. A function equivalent to the above embodiment can be realized,
The same effect can be obtained, and the object of the present invention can be achieved.
【0037】また、コンピュータ上で稼働しているOS
等が処理の一部又は全部を行う場合、あるいは記憶媒体
から読み出されたプログラムコードが、コンピュータに
挿入された拡張機能ボードやコンピュータに接続された
拡張機能ユニットに備わるメモリに書き込まれた後、そ
のプログラムコードの指示に基づいて、上記拡張機能ボ
ードや拡張機能ユニットに備わるCPU等が処理の一部
又は全部を行う場合にも、上記実施の形態と同等の機能
を実現できると共に、同等の効果を得ることができ、本
発明の目的を達成することができる。An operating system running on a computer
When performing part or all of the processing, or after the program code read from the storage medium is written to a memory provided in an extended function board or an extended function unit connected to the computer, Even when the CPU or the like provided in the extended function board or the extended function unit performs a part or all of the processing based on the instruction of the program code, the same functions as those of the above embodiment can be realized and the same effects can be obtained. Can be obtained, and the object of the present invention can be achieved.
【0038】[0038]
【発明の効果】以上説明したように、本発明によれば、
従来のような書き込み回数の制限に加え、システムから
の終了命令を併用するようにしたことにより、書き込み
回数を制限しながら高精度な計数や計時を行うことがで
きる。即ち、終了命令やそれに準ずるイベントによっ
て、計数の残りを判定し、必要な場合にその残りを書き
込むことで、書き込まれた回数の値の精度を向上させな
がら、かつ書き込み回数を少なくすることができる。As described above, according to the present invention,
In addition to the conventional limitation of the number of times of writing, by using an end command from the system, highly accurate counting and time counting can be performed while limiting the number of times of writing. That is, the remaining count is determined by an end command or an event equivalent thereto, and the remaining count is written when necessary, thereby improving the accuracy of the written count value and reducing the write count. .
【図1】本発明の実施の形態による機器の管理方法を示
すフローチャートである。FIG. 1 is a flowchart illustrating a device management method according to an embodiment of the present invention.
【図2】本発明の実施の形態による画像形成装置のシス
テム構成を示すブロック図である。FIG. 2 is a block diagram illustrating a system configuration of the image forming apparatus according to the embodiment of the present invention;
【図3】システムと外部との交信例をシーケンスチャー
トである。FIG. 3 is a sequence chart showing an example of communication between the system and the outside.
【図4】スキャナの制御全体を示すフローチャートであ
る。FIG. 4 is a flowchart illustrating overall control of the scanner.
【図5】計数値がカウントアップされる時の制御を示す
フローチャートである。FIG. 5 is a flowchart showing control when a count value is counted up.
【図6】従来の機器の管理方法を示すフローチャートで
ある。FIG. 6 is a flowchart showing a conventional device management method.
21 CPU 23 ROM 24 RAM 25 画像入力部 26 駆動制御部 27 スイッチ 28 モータ 29 光源 30 インターフェース 31 EEPROM 21 CPU 23 ROM 24 RAM 25 Image input unit 26 Drive control unit 27 Switch 28 Motor 29 Light source 30 Interface 31 EEPROM
───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 2H027 DA33 DA45 DA46 EE08 EJ08 EJ13 HB17 3E038 AA04 BA09 BA11 BB01 BB02 BB03 CA07 CB04 CC01 9A001 BB03 HH34 JJ61 LL09 ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 2H027 DA33 DA45 DA46 EE08 EJ08 EJ13 HB17 3E038 AA04 BA09 BA11 BB01 BB02 BB03 CA07 CB04 CC01 9A001 BB03 HH34 JJ61 LL09
Claims (13)
の指示に基づいて測定する測定手段と、 上記測定手段の測定値を第1の所定値と比較する第1の
比較手段と、 上記測定値が上記第1の所定値より大きいとき、その測
定値が書き込まれる記憶手段と、 上記所定部の使用終了の指示に基づいてそのときの上記
測定手段の測定値と上記第1の所定値より小さい第2の
所定値とを比較し、上記測定値が上記第2の所定値より
大きいとき、その測定値を上記記憶手段に書き込む第2
の比較手段とを設けたことを特徴とする機器の管理装
置。1. A measuring means for measuring a use state of a predetermined portion of a device based on an instruction to start use of the device, a first comparing means for comparing a measured value of the measuring means with a first predetermined value, When the measured value is larger than the first predetermined value, the storage means in which the measured value is written, and the measured value of the measuring means at that time based on the instruction to end the use of the predetermined unit and the first predetermined value Comparing the measured value with a smaller second predetermined value, and when the measured value is larger than the second predetermined value, writing the measured value into the storage means;
And a comparing means.
定手段は上記所定部の使用回数を測定することを特徴と
する請求項1記載の機器の管理装置。2. The device management apparatus according to claim 1, wherein the use state is the number of times of use, and the measuring unit measures the number of times of use of the predetermined unit.
定手段は上記所定部の使用時間を測定することを特徴と
する請求項1記載の機器の管理装置。3. The device management apparatus according to claim 1, wherein the use state is a use time, and the measuring unit measures the use time of the predetermined unit.
の検出に基づくものであることを特徴とする請求項1記
載の機器の管理装置。4. The device management apparatus according to claim 1, wherein the instruction to end use is based on detection of a drop in power supply voltage.
されることを特徴とする請求項1記載の機器の管理装
置。5. The device management apparatus according to claim 1, wherein said storage means is constituted by a nonvolatile memory.
の指示に基づいて測定する測定手順と、 上記測定手順による測定値を第1の所定値と比較し、上
記測定値が上記第1の所定値より大きいとき、その測定
値を記憶手段に書き込む第1の比較手順と、 上記所定部の使用終了の指示に基づいてそのときの上記
測定手順による測定値と上記第1の所定値より小さい第
2の所定値とを比較し、上記測定値が上記第2の所定値
より大きいとき、その測定値を上記記憶手段に書き込む
第2の比較手順とを設けたことを特徴とする機器の管理
方法。6. A measurement procedure for measuring a use state of a predetermined section of the device based on an instruction to start use of the apparatus, and a measured value obtained by the measurement procedure is compared with a first predetermined value, and the measured value is determined by the first predetermined value. A first comparison procedure for writing the measured value to the storage means when the measured value is larger than a predetermined value, and a measurement value based on the measurement procedure at that time based on the instruction to end use of the predetermined section and the first predetermined value. A second comparing step of comparing the measured value with a small second predetermined value, and when the measured value is larger than the second predetermined value, writing the measured value into the storage means. Management method.
徴とする請求項6記載の機器の管理方法。7. The device management method according to claim 6, wherein the use state is the number of times of use.
徴とする請求項6記載の機器の管理方法。8. The method according to claim 6, wherein the use state is a use time.
の検出に基づくものであることを特徴とする請求項6記
載の機器の管理方法。9. The device management method according to claim 6, wherein the instruction to end use is based on detection of a drop in power supply voltage.
始の指示に基づいて測定する測定処理と、 上記測定処理による測定値を第1の所定値と比較し、上
記測定値が上記第1の所定値より大きいとき、その測定
値を記憶手段に書き込む第1の比較処理と、 上記所定部の使用終了の指示に基づいてそのときの上記
測定処理による測定値と上記第1の所定値より小さい第
2の所定値とを比較し、上記測定値が上記第2の所定値
より大きいとき、その測定値を上記記憶手段に書き込む
第2の比較処理とを実行するためのプログラムを記憶し
たコンピュータ読み取り可能な記憶媒体。10. A measurement process for measuring a use state of a predetermined portion of a device based on an instruction to start use of the device, and a measurement value obtained by the measurement process is compared with a first predetermined value. When the measured value is larger than a predetermined value, a first comparison process of writing the measured value to the storage means, and a measurement value of the measuring process at that time based on the instruction to end use of the predetermined unit and the first predetermined value. A computer storing a program for executing a second comparison process of comparing the measured value with a small second predetermined value and writing the measured value in the storage means when the measured value is larger than the second predetermined value; A readable storage medium.
特徴とする請求項10記載のコンピュータ読み取り可能
な記憶媒体。11. The computer-readable storage medium according to claim 10, wherein the use state is the number of times of use.
特徴とする請求項10記載のコンピュータ読み取り可能
な記憶媒体。12. The computer-readable storage medium according to claim 10, wherein the use state is a use time.
了の指示とする検出処理を実行するためのプログラムを
記憶したことを特徴とする請求項10記載のコンピュー
タ読み取り可能な記憶媒体。13. The computer-readable storage medium according to claim 10, wherein a program for executing a detection process of detecting a drop in power supply voltage and instructing the end of use is stored.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP11150608A JP2000339506A (en) | 1999-05-28 | 1999-05-28 | Equipment managing device, its method and computer readable storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP11150608A JP2000339506A (en) | 1999-05-28 | 1999-05-28 | Equipment managing device, its method and computer readable storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2000339506A true JP2000339506A (en) | 2000-12-08 |
Family
ID=15500610
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP11150608A Pending JP2000339506A (en) | 1999-05-28 | 1999-05-28 | Equipment managing device, its method and computer readable storage medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2000339506A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7882313B2 (en) | 2007-01-30 | 2011-02-01 | Fujitsu Limited | Data recording system |
-
1999
- 1999-05-28 JP JP11150608A patent/JP2000339506A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7882313B2 (en) | 2007-01-30 | 2011-02-01 | Fujitsu Limited | Data recording system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8543853B2 (en) | Information processing apparatus with power saving mode and method for controlling information processing apparatus | |
US6516440B1 (en) | Printer and a control method for saving data from volatile to nonvolatile memory in the printer | |
US7707376B2 (en) | Verifying the validity of data saved at power down by comparing the time of save to time of power-off upon start up | |
CN112015447B (en) | System updating method and device of electronic equipment, electronic equipment and storage medium | |
US6421137B1 (en) | Image forming apparatus | |
JP2007286859A (en) | Control unit and image forming device | |
JP2010204851A (en) | Storage device and information processing apparatus | |
JP2000339506A (en) | Equipment managing device, its method and computer readable storage medium | |
JPH08178976A (en) | Power breakage detector | |
JPH07182250A (en) | Automatic substituting processing system for magnetic disk | |
US20050177768A1 (en) | Update detection device and update detection program | |
JP2015032103A (en) | Image forming apparatus, control method of image forming apparatus, and program | |
JP2007007946A (en) | Printer, its replaceable component and method for verifying replaceable component of printer | |
JP2000132464A (en) | Data writing method and device and image forming device | |
JP4336159B2 (en) | Printing device | |
JP2009010756A (en) | Image processing apparatus, self-diagnosis method, self-diagnosis program, and recording medium | |
JPS632923Y2 (en) | ||
JPH10315592A (en) | Equipment for continuous printing after abnormal stop | |
KR100232838B1 (en) | Computer module reset control device | |
JPS644195B2 (en) | ||
JP2005172934A (en) | Exchangeable storage element for cartridge | |
JPH05221096A (en) | Printing device | |
CN114860052A (en) | Program execution judging method, device, equipment and readable storage medium | |
CN116166289A (en) | Window watchdog feeding method, system, storage medium and electronic equipment | |
JP4940586B2 (en) | Management device |