JP2017109332A - Image processing device, image data processing method, and program for image data processing - Google Patents

Image processing device, image data processing method, and program for image data processing Download PDF

Info

Publication number
JP2017109332A
JP2017109332A JP2015243836A JP2015243836A JP2017109332A JP 2017109332 A JP2017109332 A JP 2017109332A JP 2015243836 A JP2015243836 A JP 2015243836A JP 2015243836 A JP2015243836 A JP 2015243836A JP 2017109332 A JP2017109332 A JP 2017109332A
Authority
JP
Japan
Prior art keywords
data
image
image processing
memory
capacity 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
JP2015243836A
Other languages
Japanese (ja)
Inventor
山田 眞弘
Shinko Yamada
眞弘 山田
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2015243836A priority Critical patent/JP2017109332A/en
Publication of JP2017109332A publication Critical patent/JP2017109332A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an image processing device which can easily be restored even in the case that the exceeding of a frequency limit value occurs by avoiding reliability deterioration due to the exceeding of a data rewritable frequency limit value in the case of replacing an HDD with an SSD for image processing.SOLUTION: When a NAND flash memory 930 and a USB memory 935 store image data inputted to an image formation part, an image processing board 926 in this MFP determines that the memory 935 stores temporary storage contents to execute the storage in the case of being the temporary storage contents that become unnecessary after a CPU 928 finishes processing data of a storage object in the image data, and receives an instruction from the CPU 928 to perform lighting of an LED 937 of an operation panel 914 and display of an LCD 912 as notification means through an operation panel board 917 in the case of determining that the memory 935 has to be replaced in accordance with an operation state of an ECC (error detection/error correction means) provided in the memory 935.SELECTED DRAWING: Figure 2

Description

本発明は、画像処理装置、及び画像データ処理方法、並びに画像データ処理用プログラムに関する。   The present invention relates to an image processing apparatus, an image data processing method, and an image data processing program.

従来、プリンタ機能、複写機機能、スキャナ機能、ファクシミリ機能等の複数の機能を一つの筐体に纏めたデジタル複合機である多機能周辺装置(MFP:MultiFunction Peripheral)には、大容量の不揮発記憶装置としてHDD(Hard Disk Drive)が設けられている。このHDDは、各種設定データ、フォントデータの他、スキャナ/プリンタ/FAXの各アプリケーションソフトが動作するためのテンポラリデータの記憶にも使用されている。   Conventionally, a multi-function peripheral device (MFP: Multi Function Peripheral), which is a digital multi-function peripheral that combines a plurality of functions such as a printer function, a copier function, a scanner function, and a facsimile function in a single casing, has a large-capacity non-volatile storage. An HDD (Hard Disk Drive) is provided as a device. This HDD is also used for storing temporary data for operating various application data of scanner / printer / FAX in addition to various setting data and font data.

近年ではパーソナルコンピュータPCの場合と同様に、MFPにおいてもHDDをSDD(Solid State Drive)に置き換えたいという要望が高まっている。SSDは、フラッシュメモリを使用した補助記憶装置であり、HDDと比べると、データ処理速度が高速、運転音が静か、耐衝撃性が高い、消費電力及び発熱が少ない、小型で軽量、継続的なビット単価の大幅な下落といった諸点で長所を奏する。因みに、フラッシュメモリには、否定論理和のNOR型と否定論理積のNAND型とがあるが、NAND型の方が構造上で集積度が上げられるため、SSDのフラッシュメモリにはNAND型が使用されるのが一般的である。   In recent years, as in the case of the personal computer PC, there is an increasing demand for replacing the HDD with an SDD (Solid State Drive) in the MFP. SSD is an auxiliary storage device that uses flash memory. Compared with HDD, SSD has high data processing speed, quiet operation sound, high impact resistance, low power consumption and heat generation, small size and light weight, continuous It has advantages in terms of a significant drop in the bit unit price. By the way, there are two types of flash memory: NOR type of negative logical sum and NAND type of negative logical product. Since NAND type is more structurally integrated, NAND type is used for flash memory of SSD. It is common to be done.

ところが、SSDの記憶媒体であるNAND型フラッシュメモリの欠点として、データ書き換え可能な回数に制限がある。このような欠点を対処するため、PC等でSSDを使用する場合、同じ箇所ばかりに記憶させないように書き込み箇所を平均化するための処理を行うウェアレベリング機能が取り入れられ、寿命を延ばす工夫がされている。ウェアレベリング機能は、同じ箇所にばかり記憶させることにより、突出してデータ書き込み回数が増加する箇所の発生を回避するものである。このため、このウェアレベリング機能なしで要求元から直接、分散したアドレスに書き込むときの限界回数と比べて優位になるわけではない。また、チップの大容量化は、半導体プロセスの微細化、及び多値記憶(電荷の量をHigh/Lowだけでなく、もっと細かいレベルで区別した2ビット分や3ビット分の情報を表わす)の技術で実現している。これらの手法は何れもデータ書き換え可能な回数の限界値を減少させる方向に働くものである。   However, a disadvantage of the NAND flash memory that is an SSD storage medium is that the number of times data can be rewritten is limited. In order to deal with these disadvantages, when SSD is used on a PC or the like, a wear leveling function that performs processing for averaging the writing locations so as not to be stored only in the same location is incorporated, and a device for extending the life is devised. ing. The wear leveling function is to store only in the same location, thereby avoiding the occurrence of a location where the number of data write operations increases. For this reason, it is not superior to the limit number of times when writing to distributed addresses directly from the request source without this wear leveling function. In addition, the increase in the capacity of the chip means miniaturization of the semiconductor process and multi-value storage (representing information of 2 bits or 3 bits distinguished not only by High / Low, but also at a finer level). Realized with technology. All of these methods work to reduce the limit value of the number of times data can be rewritten.

因みに、不揮発記憶装置が寿命に近づいたことを判断し、その結果に基づいて次の対応を行う周知技術として、不揮発性記憶装置が寿命に近づいたときに、不揮発性記憶装置に対する書き込み動作を行わないようシステムを構築し、不揮発性記憶装置のさらなる信頼性劣化を防止し、不揮発性記憶装置のデータ破壊を防止する「情報処理装置」(特許文献1参照)が挙げられる。また、ウェアレベリング機能に関連する周知技術として、画像形成装置に不揮発性の半導体記憶装置を搭載する場合において、ウェアレベリングの処理を効率化する「半導体記憶媒体の制御装置、半導体記憶媒体の制御方法及び画像形成装置」(特許文献2参照)が挙げられる。   Incidentally, as a well-known technique for determining that the nonvolatile memory device is nearing the end of life and performing the next response based on the result, a write operation to the nonvolatile memory device is performed when the nonvolatile memory device is nearing the end of its life. There is an “information processing apparatus” (see Patent Document 1) that constructs a system so that there is no further deterioration, prevents further deterioration in reliability of the nonvolatile storage device, and prevents data destruction of the nonvolatile storage device. Further, as a well-known technique related to the wear leveling function, “a semiconductor storage medium control device and a semiconductor storage medium control method for efficiently performing wear leveling processing when a nonvolatile semiconductor storage device is mounted in an image forming apparatus” And image forming apparatus "(see Patent Document 2).

上述した特許文献1に係る技術は、不揮発性記憶装置が寿命に近づいたときに、不揮発性記憶装置に対する書き込み動作を行わないようにシステムを構築し、不揮発性記憶装置の信頼性劣化やデータ破壊を防止することを目的とし、通信エラーの発生回数のカウント結果を寿命が近づいたことの判断に使用するものである。しかしながら、係る技術をMFPの画像処理に適用すると、データ書き換え可能な回数限界値超えによる信頼性低下を回避し、且つ回数限界値超えが発生しても容易に復旧させるという目的を達成できない。通信エラーを検出した時点では、正常にデータを取得できなくなる可能性がある。   The technology according to Patent Document 1 described above constructs a system so as not to perform a write operation on a nonvolatile storage device when the nonvolatile storage device is nearing the end of its life. In order to prevent this, the count result of the number of occurrences of communication errors is used to determine that the life is approaching. However, when such a technique is applied to the image processing of the MFP, it is not possible to achieve the purpose of avoiding a decrease in reliability due to exceeding the limit number of times that data can be rewritten and easily recovering even if the limit number of times is exceeded. When a communication error is detected, there is a possibility that data cannot be acquired normally.

また、上述した特許文献2に係る技術は、NAND型フラッシュメモリにデータ書き込み可能な回数限界が存在することから、ウェアレベリングを実施することでの情報書き込みの時間増加を課題と捉え、NAND型フラッシュメモリに書き込むデータが一時的に使用するものであった場合、ウェアレベリングを実施せず、簡単な法則に則ってNAND型フラッシュメモリに書き込みを実施するものである。しかしながら、このような不揮発性記憶装置に書き込むデータが一時的に使用するものかどうかで処理を切り替え、ウェアレベリングを実施することでの情報書き込みの時間増加を改善する手法をMFPに適用しても、データ書き換え可能な回数限界値超えによる信頼性低下を回避し、且つ回数限界値超えが発生しても容易に復旧させるという目的を達成できないという問題がある。   Further, since the technique according to Patent Document 2 described above has a limit on the number of times data can be written to the NAND flash memory, an increase in information writing time due to wear leveling is regarded as a problem. When the data to be written in the memory is temporarily used, the wear leveling is not performed, and the NAND flash memory is written according to a simple rule. However, even if such a method is applied to the MFP that switches processing depending on whether data to be written to the nonvolatile storage device is temporarily used or not, and improves the increase in information writing time by performing wear leveling. However, there is a problem in that the purpose of avoiding a decrease in reliability due to exceeding the limit number of times that data can be rewritten and easily recovering even if the limit number of times of occurrence occurs is not achieved.

要するに、MFPの画像処理用でのSSDによるHDDの置き換えは、MFPの使い方によってデータ書き換え可能な回数限界値を超える可能性があること、並びに回数限界値を超えた場合、SSDを交換するまでMFPを使用不可にするか、或いは使用上の大きな制約が発生することにより、一部の機種にしか適用されていないという事情がある。   In short, the replacement of the HDD by SSD for image processing of the MFP may exceed the limit of the number of times data can be rewritten depending on how the MFP is used, and if the limit of the number of times is exceeded, the MFP is replaced until the SSD is replaced. This is not applicable to some models due to the disabling of use of the device or the occurrence of significant restrictions on use.

本発明は、このような問題点を解決すべくなされたもので、その技術的課題は、画像処理用にHDDをSSDに置き換えた場合のデータ書き換え可能な回数限界値超えによる信頼性低下を回避し、且つ回数限界値超えが発生しても容易に復旧させることができる画像処理装置、及び画像データ処理方法、並びに画像データ処理用プログラムを提供することにある。   The present invention has been made to solve such problems, and its technical problem is to avoid a decrease in reliability due to exceeding the limit number of times that data can be rewritten when an HDD is replaced with an SSD for image processing. In addition, an object of the present invention is to provide an image processing apparatus, an image data processing method, and an image data processing program that can be easily restored even if the number of times exceeds a limit value.

上記技術的課題を達成するため、本発明の第1の手段は、少なくとも画像形成部に入力する画像データを記憶する不揮発性半導体記憶装置による第1の大容量不揮発記憶手段及び第2の大容量不揮発記憶手段と、画像データにおける記憶対象のデータに対して処理終了後に不要となる一時的な記憶内容である場合に第2の大容量不揮発記憶手段に記憶させることを決定して実行する制御手段と、第2の大容量不揮発記憶手段に設けられたエラー検出/エラー訂正手段の作動状況に応じて当該第2の大容量不揮発記憶手段の交換が必要であると判断した場合の制御手段からの指示を受けてメモリ交換要の旨を通知する通知手段と、を備えた画像処理装置であることを特徴とする。   In order to achieve the above technical problem, the first means of the present invention includes a first large-capacity nonvolatile storage means and a second large-capacity storage device using a nonvolatile semiconductor memory device that stores at least image data input to the image forming unit. Non-volatile storage means and control means for determining and executing storage in the second large-capacity non-volatile storage means when the data to be stored in the image data has temporary storage contents that become unnecessary after the processing is completed And from the control means when it is determined that the replacement of the second large-capacity nonvolatile storage means is necessary according to the operating status of the error detection / error correction means provided in the second large-capacity nonvolatile storage means An image processing apparatus comprising: notification means for notifying that a memory replacement is required in response to an instruction.

また、本発明の第2の手段は、画像処理装置に備えられた不揮発性半導体記憶装置による第1の大容量不揮発記憶手段及び第2の大容量不揮発記憶手段が少なくとも画像形成部に入力する画像データを記憶する画像データ記憶ステップと、画像処理装置に備えられた制御手段が画像データにおける記憶対象のデータに対して処理終了後に不要となる一時的な記憶内容である場合に画像データ記憶ステップでの第2の大容量不揮発記憶手段に記憶させることを決定して実行する記憶決定実行ステップと、画像処理装置に備えられた通知手段が第2の大容量不揮発記憶手段に設けられたエラー検出/エラー訂正手段の作動状況に応じて記憶決定実行ステップでの当該第2の大容量不揮発記憶手段の交換が必要であると判断した場合の制御手段からの指示を受けてメモリ交換要の旨を通知するメモリ交換通知ステップと、を有する画像データ処理方法であることを特徴とする。   According to a second means of the present invention, there is provided an image input to at least the image forming unit by the first large-capacity nonvolatile storage means and the second large-capacity nonvolatile storage means by the nonvolatile semiconductor storage device provided in the image processing apparatus. An image data storage step for storing data, and an image data storage step when the control means provided in the image processing apparatus has temporary storage contents that become unnecessary after the processing for the data to be stored in the image data. A storage determination execution step for determining and executing storage in the second large-capacity nonvolatile storage means, and an error detection / detection unit provided in the second large-capacity nonvolatile storage means. From the control means when it is determined that the second large-capacity nonvolatile storage means needs to be replaced in the storage determination execution step according to the operation status of the error correction means Memory replacement notification step of notifying the fact of memory replacement necessity receives instructions, characterized in that it is a method for processing image data having a.

更に、本発明の第3の手段は、上記第2の手段の画像データ処理方法における画像データ記憶ステップ、記憶決定実行ステップ、及びメモリ交換通知ステップをコンピュータにより実行させるための画像データ処理用プログラムであることを特徴とする。   Furthermore, a third means of the present invention is an image data processing program for causing a computer to execute the image data storage step, the storage determination execution step, and the memory exchange notification step in the image data processing method of the second means. It is characterized by being.

本発明によれば、上記構成又は処理プロセスにより、画像処理用にHDDをSSDに置き換えた場合のデータ書き換え可能な回数限界値超えによる信頼性低下を回避し、且つ回数限界値超えが発生しても容易に復旧させることができる。上記した以外の課題、構成及び効果は、以下の実施の形態の説明により明らかにされる。   According to the present invention, the above configuration or processing process avoids a decrease in reliability due to exceeding the limit number of times that data can be rewritten when the HDD is replaced with SSD for image processing, and the limit of the number of occurrences occurs. Can be easily recovered. Problems, configurations, and effects other than those described above will be clarified by the following description of embodiments.

本発明の実施例に係る画像処理装置を含むMFPの基本構成を模式的に示したブロック図である。1 is a block diagram schematically showing a basic configuration of an MFP including an image processing apparatus according to an embodiment of the present invention. 図1に示すMFP全体の制御機能系の細部構成を示したブロック図である。FIG. 2 is a block diagram illustrating a detailed configuration of a control function system of the entire MFP illustrated in FIG. 1. 図2に示す画像処理ボード内に備えられるNANDフラッシュメモリへのデータの書き込み方法を示す模式図である。FIG. 3 is a schematic diagram showing a method of writing data to a NAND flash memory provided in the image processing board shown in FIG. 2. 図1及び図2に示すMFPにおいて印刷ジョブが発生した場合の動作処理を示したフローチャートである。3 is a flowchart showing an operation process when a print job is generated in the MFP shown in FIGS. 1 and 2. 図1及び図2に示すMFPの画像処理ボードに備えられるCPUにおける別処理タスクで不揮発性記憶媒体へデータを格納する場合の制御動作を示すフローチャートである。FIG. 3 is a flowchart showing a control operation in a case where data is stored in a nonvolatile storage medium by another processing task in a CPU provided in the image processing board of the MFP shown in FIGS. 1 and 2. 図1及び図2に示すMFPの画像処理ボードに備えられるDRAM上でのビットデータ配置と不揮発記憶手段上でのビットデータ配置との関係を例示した図である。FIG. 3 is a diagram exemplifying a relationship between bit data arrangement on a DRAM and bit data arrangement on a nonvolatile storage unit provided in the image processing board of the MFP shown in FIGS. 1 and 2;

以下に、本発明の画像処理装置、及び画像データ処理方法、並びに画像データ処理用プログラムについて、実施例を挙げ、図面を参照して詳細に説明する。   Hereinafter, an image processing apparatus, an image data processing method, and an image data processing program according to the present invention will be described in detail with reference to the accompanying drawings.

最初に、本発明の画像処理装置についての技術的概要を簡単に説明する。本発明では、MFPのHDDをSSDに置き換えて同様の機能を構築しようとした場合、SSD構成部品であるNAND型フラッシュメモリ(以下、単にNANDフラッシュメモリと呼ぶ)の書き換え可能な回数限界値が超えてしまう可能性がある。実際に回数限界値を超えるか否かは、MFPの使い方にも依存するが、NANDフラッシュメモリの書き換え可能な回数限界値がチップの大容量化と引き換えに益々減少する傾向にある。このため、NANDフラッシュメモリの書き換え可能な回数限界値が存在することを積極的に受け入れ、書き換え可能な回数限界値により交換が必要となった場合については、必要なデータが損失されず、容易に交換可能として復旧できる機能を提供することにある。   First, a technical outline of the image processing apparatus of the present invention will be briefly described. In the present invention, if the HDD of the MFP is replaced with an SSD and a similar function is constructed, the rewritable number limit value of the NAND flash memory (hereinafter simply referred to as a NAND flash memory) that is an SSD component exceeds the limit. There is a possibility that. Whether or not the number limit value is actually exceeded depends on how the MFP is used, but the rewritable number limit value of the NAND flash memory tends to decrease more and more in exchange for an increase in the capacity of the chip. For this reason, it is positively accepted that there is a rewritable number limit value of the NAND flash memory, and if the replacement is necessary due to the rewritable number limit value, the necessary data is not lost easily. It is to provide a function that can be restored as replaceable.

要するに、本発明では、少なくともMFPの画像形成部に入力する画像データを記憶する不揮発性半導体記憶装置による大容量不揮発記憶手段として、SSDによる第1の大容量不揮発記憶手段を備える他、ユーザが容易に着脱可能とできるように設置されるSDカード、USBメモリ等の第2の大容量不揮発記憶手段を備えている。画像データとして、コピー画像のバックアップやリテンションコピーのための読み取り原稿データの一時的記憶等、短期的な一時記憶のデータについては、第2の大容量不揮発記憶手段に記憶するようにする。これに対し、MFPの各種設定データやフォントデータ等、長期間の保存が必要となる可能性があるデータは、第1の大容量不揮発記憶手段に記憶する。このような記憶分け機能は、画像処理装置に備えられる制御手段のCPU(Central Processing Unit)機能によって、画像データにおける記憶対象のデータに対して処理終了後に不要となる一時的な記憶内容である場合に第2の大容量不揮発記憶手段に記憶させることを決定して実行させるものである。   In short, according to the present invention, the first large-capacity nonvolatile storage means using the SSD is provided as the large-capacity nonvolatile storage means by the nonvolatile semiconductor storage device that stores at least the image data input to the image forming unit of the MFP. A second large-capacity non-volatile storage means such as an SD card or a USB memory installed so as to be detachable is provided. As image data, short-term temporary storage data such as a copy image backup or a temporary storage of read original data for a retention copy is stored in the second large-capacity nonvolatile storage means. On the other hand, data that may need to be stored for a long period, such as various setting data and font data of the MFP, is stored in the first large-capacity nonvolatile storage means. Such a memory division function is a temporary storage content that becomes unnecessary after the processing is completed for the data to be stored in the image data by the CPU (Central Processing Unit) function of the control means provided in the image processing apparatus. Are determined and stored in the second large-capacity nonvolatile storage means.

即ち、頻度高く書き込みが必要となるデータは、第2の大容量不揮発記憶手段に記憶することになり、第1の大容量不揮発記憶手段への書き込みを大幅に削減することが可能となる。これにより、第2の大容量不揮発記憶手段は、データ書き換え可能な回数限界値超えが発生する可能性がある。そこで、本発明のMFPに含まれる画像処理装置では、第2の大容量不揮発記憶手段に対してエラー検出/エラー訂正手段を設け、複数のページに分散したデータを集めてエラー検出訂正(Error detect and correction)を実施する。また、画像処理装置に設けた通知手段が第2の大容量不揮発記憶手段に設けられたエラー検出/エラー訂正手段の作動状況に応じて第2の大容量不揮発記憶手段の交換が必要であると判断した場合の制御手段からの指示を受けてメモリ交換要の旨を通知するように構成する。この結果、特定のページ内容が全滅したとしても、高い確率でエラー訂正が可能となり、実行中のMFPとしての処理を正常に完了させ、しかも第2の大容量不揮発記憶手段の交換が必要なことを警告することができる。第2の大容量不揮発記憶手段は、USBメモリやSDカード等、汎用的なデバイスを使用しているため、ユーザが容易に代替デバイスを購入し、MFPの寿命となったデバイスを交換することができる。また、第2の大容量不揮発記憶手段に記憶するデータは、暗号化されたものとすれば、セキュリティ上も安全となる。   That is, data that needs to be written frequently is stored in the second large-capacity nonvolatile storage means, and writing to the first large-capacity nonvolatile storage means can be greatly reduced. As a result, the second large-capacity non-volatile storage means may exceed the limit number of times that data can be rewritten. Therefore, in the image processing apparatus included in the MFP according to the present invention, an error detection / error correction unit is provided for the second large-capacity nonvolatile storage unit, and data distributed over a plurality of pages is collected and error detection / correction (Error detect / correction) is performed. and correction). Further, the notification unit provided in the image processing apparatus needs to replace the second large-capacity nonvolatile storage unit in accordance with the operation status of the error detection / error correction unit provided in the second large-capacity nonvolatile storage unit. In response to an instruction from the control means in the case of determination, a notification that the memory replacement is required is made. As a result, even if the content of a specific page is completely destroyed, error correction can be performed with high probability, the processing as the MFP being executed is completed normally, and the second large-capacity nonvolatile storage means needs to be replaced. Can be warned. Since the second large-capacity nonvolatile storage means uses a general-purpose device such as a USB memory or an SD card, the user can easily purchase an alternative device and replace the device that has reached the end of its life. it can. In addition, if the data stored in the second large-capacity nonvolatile storage means is encrypted, it is safe for security.

具体的に云えば、第2の大容量不揮発記手段における記憶対象のデータが暗号化されていることが好ましい理由は、第2の大容量不揮発記手段を交換した場合、取り外した大容量不揮発記手段には、機密性の高い情報が含まれている可能性があるが、暗号化されていれば、情報漏洩を防止できるためである。また、第1の大容量不揮発記憶手段及び第2の大容量不揮発記憶手段は、NANDフラッシュメモリで構成されるようにした上、制御手段がエラー検出/エラー訂正手段で処理実施した1単位のデータを複数のページに分散してNANDフラッシュメモリに記憶することが好ましい。NANDフラッシュメモリでは、ページ単位で特性劣化が発生する可能性が高いため、複数のページに分散して記憶させたデータを使用して、エラー検出/エラー訂正の処理を実施すれば、エラー検出/エラー訂正の成功率を高めることができる。或いは、制御手段がNANDフラッシュメモリの1ページ分のサイズ単位でNANDフラッシュメモリのアドレス空間を先頭から分割したときにエラー検出/エラー訂正手段で処理実施した1単位のデータを分割された複数のページに分散してNANDフラッシュメモリに記憶するようにしても良い。NANDフラッシュメモリでは、ページ単位で特性劣化が発生する可能性が高いため、複数のページに分散して記憶させたデータを使用して、エラー検出/エラー訂正処理を実施すれば、エラー検出/エラー訂正の成功率を高めることができる。更に、第2の大容量不揮発記憶手段へのアクセス要求に対する時間を計測する時間計測手段を備えるようにし、通知手段が時間計測手段での計測結果が応答時間のばらつきが大きいと判断した場合の制御手段からの指示を受けてメモリ交換要の旨の通知を行うことが好ましい。NANDフラッシュメモリは、デバイスの劣化が進んでくると、応答時間が長くなる場合があるので、その状況発生を検出し、早い段階で第2の大容量不揮発記憶手段の交換が必要であることの通知を行うことができる。加えて、第2の大容量不揮発記憶手段は、USBメモリやSDメモリカードのような着脱可能で容易に交換可能なデバイスであることが好ましい。こうしたデバイスであれば、入手性が高く、且つ物理的に容易に交換可能となる。   Specifically, the reason why the data to be stored in the second large-capacity nonvolatile storage means is preferably encrypted is that when the second large-capacity nonvolatile storage means is replaced, the removed large-capacity nonvolatile storage means The means may contain highly confidential information, but if it is encrypted, information leakage can be prevented. The first large-capacity nonvolatile storage means and the second large-capacity nonvolatile storage means are constituted by NAND flash memory, and one unit of data processed by the control means by the error detection / error correction means. Is preferably distributed over a plurality of pages and stored in a NAND flash memory. In NAND flash memory, there is a high possibility that characteristic degradation will occur in units of pages. Therefore, if error detection / error correction processing is performed using data distributed and stored in a plurality of pages, error detection / error correction is performed. The success rate of error correction can be increased. Alternatively, when the control unit divides the address space of the NAND flash memory from the top in the size unit of one page of the NAND flash memory, a plurality of pages obtained by dividing one unit of data processed by the error detection / error correction unit Alternatively, the data may be stored in the NAND flash memory. In NAND flash memory, there is a high possibility that characteristic degradation will occur on a page-by-page basis. If error detection / error correction processing is performed using data that is distributed and stored in multiple pages, error detection / error The success rate of correction can be increased. Furthermore, a time measurement unit that measures a time for an access request to the second large-capacity nonvolatile storage unit is provided, and the control when the notification unit determines that the measurement result of the time measurement unit has a large variation in response time. It is preferable to notify that the memory needs to be replaced in response to an instruction from the means. Since the NAND flash memory may have a long response time as the device progresses, it is necessary to detect the occurrence of the situation and replace the second large-capacity nonvolatile storage means at an early stage. Notification can be made. In addition, the second large-capacity nonvolatile storage means is preferably a detachable and easily replaceable device such as a USB memory or an SD memory card. Such a device is highly available and can be physically easily replaced.

図1は、本発明の実施例に係る画像処理装置を含むMFPの基本構成を模式的に示したブロック図である。   FIG. 1 is a block diagram schematically showing a basic configuration of an MFP including an image processing apparatus according to an embodiment of the present invention.

図1を参照すれば、ここでのMFPは、スキャナ部801とレーザ記録部802とによって画像形成と用紙への印字とを行い、後処理部803によって搬出紙を揃えてステープル、パンチ穴の処理を行う。スキャナ部801は、透明ガラス体の原稿台804の上面に原稿を給送する自動両面原稿送り装置(RADF:Reverse Automaic Document Feeder)805と、原稿台804の上面に載置された原稿の画像を読み取るスキャナユニット806とによって構成される。スキャナ部801において読み取られた画像データは、レーザ記録部802に出力される。自動両面原稿送り装置805は、略図する原稿トレイから原稿台804を経由して同様に略図する排出トレイに至る片面原稿給送路、スキャナユニット806による片面の画像の読み取りが完了した原稿の表裏面を反転して再度原稿台に導く両面原稿給送路を有し、片面・両面の原稿何れでも対応できるようになっている。   Referring to FIG. 1, the MFP in this embodiment performs image formation and printing on a sheet by a scanner unit 801 and a laser recording unit 802, and aligns unloaded sheets by a post-processing unit 803 to process staples and punch holes. I do. The scanner unit 801 includes an automatic double-sided document feeder (RADF) 805 that feeds a document to the upper surface of a transparent glass document table 804, and an image of the document placed on the upper surface of the document table 804. And a scanner unit 806 for reading. Image data read by the scanner unit 801 is output to the laser recording unit 802. An automatic double-sided document feeder 805 is a single-sided document feed path from a schematic document tray to a discharge tray that is also schematically illustrated via a document table 804, and the front and back surfaces of a document that has been read by a scanner unit 806. It has a double-sided document feed path that reverses and guides it back to the document table, and can handle both single-sided and double-sided originals.

スキャナユニット806は、原稿を半導体レーザが発生する光で照射し、レンズやミラー等で原稿の反射光を光電変換素子の受光面に結像させる。その光電変換素子は原稿の画像面における反射光を電気信号に変換し、後述する画像処理ボード926に出力する。レーザ記録部802は、用紙を搬送する用紙搬送部807、レーザ書込ユニット808、及び電子写真プロセス部(画像形成部)809を備えている。用紙搬送部807は、用紙の両面に画像を形成する両面複写モード時、定着ローラを通過した用紙に対してその表裏面を反転して再度電子写真プロセス部809に導く副搬送路を備えている。レーザ書込ユニット808は、画像処理ボード926から供給される画像データに基づいてレーザ光を照射する半導体レーザを備え、その半導体レーザから照射された光をミラーやレンズを通して電子写真プロセス部809の感光体ドラムの表面に配光する。感光ドラムの表面には静電潜像が形成され、現像装置からトナーが供給されることにより、トナー画像に顕在化される。このトナー画像は用紙搬送部807から導かれた用紙上に転写され、その後に定着ローラによる加熱及び加圧を受け、トナー画像が溶融して用紙の表面に定着する。このようにして、用紙に画像データの書き込みが終了した後、後処理部803において一部分の搬出用紙が揃えられた上、ステープル、パンチ穴の処理が行われ、排出トレイに排出される。   The scanner unit 806 irradiates the original with light generated by the semiconductor laser, and forms an image of the reflected light of the original on the light receiving surface of the photoelectric conversion element with a lens or a mirror. The photoelectric conversion element converts the reflected light on the image surface of the document into an electrical signal and outputs it to an image processing board 926 described later. The laser recording unit 802 includes a sheet conveying unit 807 that conveys a sheet, a laser writing unit 808, and an electrophotographic process unit (image forming unit) 809. The paper transport unit 807 includes a sub-transport path that reverses the front and back surfaces of the paper that has passed through the fixing roller and leads it to the electrophotographic process unit 809 in the double-sided copying mode in which images are formed on both sides of the paper. . The laser writing unit 808 includes a semiconductor laser that irradiates a laser beam based on image data supplied from the image processing board 926, and the light emitted from the semiconductor laser passes through a mirror or a lens and is exposed to light from the electrophotographic process unit 809. Light distribution on the surface of the body drum. An electrostatic latent image is formed on the surface of the photosensitive drum, and the toner image is made visible by supplying toner from the developing device. The toner image is transferred onto the paper guided from the paper transport unit 807, and then heated and pressurized by a fixing roller, so that the toner image is melted and fixed on the surface of the paper. In this manner, after the writing of the image data on the paper is completed, a part of the output paper is aligned in the post-processing unit 803, and the staple and punch holes are processed and discharged to the discharge tray.

因みに、図1に示すMFPは、電子写真方式による画像形成装置仕様として説明したが、それに含まれる画像処理装置としての機能部は、画像形成出力を実行する際に生成されるレンダリングデータを不揮発性記憶媒体(上述した第1の大容量不揮発記憶手段、第2の大容量不揮発記憶手段)に格納する際に特徴的な処理を実行するものである。尚、図1に示すMFPとしての画像形成装置は、例えば複写機、プリンタ、ファクシミリ装置等であっても良い。   Incidentally, the MFP shown in FIG. 1 has been described as an electrophotographic image forming apparatus specification, but the functional unit as an image processing apparatus included in the MFP stores rendering data generated when executing image forming output in a non-volatile manner. Characteristic processing is executed when storing in a storage medium (the above-mentioned first large-capacity nonvolatile storage means and second large-capacity nonvolatile storage means). The image forming apparatus as the MFP shown in FIG. 1 may be a copying machine, a printer, a facsimile machine, or the like, for example.

図2は、図1に示すMFP全体の制御機能系の細部構成を示したブロック図である。図2を参照すれば、MFP全体の制御機能系の構成は、大きく分けて画像処理ボード926、マシンコントロールボード907、オペレーションパネルボード917、CCD(Charge Coupled Device)ボード922に分けられる。   FIG. 2 is a block diagram showing a detailed configuration of the control function system of the entire MFP shown in FIG. Referring to FIG. 2, the configuration of the control function system of the entire MFP is roughly divided into an image processing board 926, a machine control board 907, an operation panel board 917, and a CCD (Charge Coupled Device) board 922.

具体的に云えば、マシンコントロールボード907は、MFP内のプロセス部903、読み取りスキャナ部902、両面ユニット901を含む各機器を管理する。マシンコントロールボード907に含まれるCPU911は、作業領域であるRAM(Random Access Memory)910から読み出されたプロセス部903等の機器を制御するための制御用プログラムに従って演算を行うことにより、各機器の制御を行う。オペレーションパネルボード917は、MFPの上面に設けられたLCD(Liquid Crystal Display)912と操作キー913とを含む操作パネル914を管理する。オペレーションパネルボード917に含まれるCPU915は、作業領域であるRAM916から読み出された操作パネル914の制御用プログラムに従って演算を行うことにより、LED937の点灯を含めた操作パネル914の制御を行う。CCDボード922は、スキャナユニット806を構成するための光電変換素子であるCCD921、CCD921を制御するCCD制御部920、CCD921が出力したアナログ信号を処理するアナログ回路918、アナログ回路918によって処理されたアナログ信号をデジタル信号に変換して画像処理ボード926に入力するA/D変換部919が搭載されたハードウェアである。   More specifically, the machine control board 907 manages each device including the process unit 903, the reading scanner unit 902, and the duplex unit 901 in the MFP. The CPU 911 included in the machine control board 907 performs an operation according to a control program for controlling a device such as the process unit 903 read out from a RAM (Random Access Memory) 910 that is a work area. Take control. The operation panel board 917 manages an operation panel 914 including an LCD (Liquid Crystal Display) 912 and operation keys 913 provided on the upper surface of the MFP. The CPU 915 included in the operation panel board 917 performs control according to the control program for the operation panel 914 read from the RAM 916 that is a work area, thereby controlling the operation panel 914 including lighting of the LED 937. The CCD board 922 includes a CCD 921 that is a photoelectric conversion element for configuring the scanner unit 806, a CCD control unit 920 that controls the CCD 921, an analog circuit 918 that processes an analog signal output from the CCD 921, and an analog processed by the analog circuit 918. This is hardware in which an A / D conversion unit 919 that converts a signal into a digital signal and inputs the digital signal to the image processing board 926 is installed.

また、画像処理ボード926は、Ethernet(登録商標)等のネットワークを介して入力された印刷ジョブやオペレーションパネルボード917から入力されたコピー実行の命令等に基づいて画像処理に関する制御を行う。画像処理ボード926においては、CPU928がDRAM(Dynamic RAM)927から読み出されたプログラムに従って全体を制御すると共に、IPU(Image Proccessing Unit)ASIC(Application Spacific Integrated Circuit)925がマシンコントロールボード907及びCCDボード922との間で画像情報の授受を担う。マシンコントロールボード907は、主として機器の機械的な動作を制御する。従って、画像処理ボード926のCPU928とマシンコントロールボード907のCPU911とは、画像処理による画像情報の流れと機器の動作とを合わせるため、通信によって情報を授受しながら制御を実行する。IPUASIC925はスキャナユニット806からの入力信号の色変換や濃度変換等の画像処理やプリンタへの出力信号の階調変換等の画像処理を行うASICである。CPU928はIPUASIC925に対してPCIe(Peripheral Component Interconnect Express)I/Fにより接続されている。コピー使用時にはIPUASIC925からのスキャナの入力信号をDRAM927に蓄え、IPUASIC925側にプリンタ出力用に出力する。画像回転処理が必要な場合には、CPU928がDRAM927に蓄えられたデータに対して回転処理を行い、再度DRAM927に書き込み、書き込み終了後にIPUASIC925側に出力する。   The image processing board 926 performs control related to image processing based on a print job input via a network such as Ethernet (registered trademark) or a copy execution instruction input from the operation panel board 917. In the image processing board 926, the CPU 928 controls the whole in accordance with a program read from a DRAM (Dynamic RAM) 927, and an IPU (Image Processing Unit) ASIC (Application Specific Integrated Circuit) 925 includes a machine control board 907 and a CCD board. It exchanges image information with 922. The machine control board 907 mainly controls the mechanical operation of the device. Accordingly, the CPU 928 of the image processing board 926 and the CPU 911 of the machine control board 907 execute control while exchanging information by communication in order to match the flow of image information by the image processing and the operation of the device. The IPUA ASIC 925 is an ASIC that performs image processing such as color conversion and density conversion of an input signal from the scanner unit 806 and gradation processing of an output signal to a printer. The CPU 928 is connected to the IPU ASIC 925 through a PCIe (Peripheral Component Interconnect Express) I / F. When copying is used, the scanner input signal from the IPUAASIC 925 is stored in the DRAM 927 and output to the IPUAASIC 925 for printer output. When image rotation processing is necessary, the CPU 928 performs rotation processing on the data stored in the DRAM 927, writes the data in the DRAM 927 again, and outputs the data to the IPUAASIC 925 side after the writing is completed.

1部の原稿から複数部のコピー出力を得る電子ソートを行う場合には、DRAM927から画像データUSBメモリ(NANDフラッシュメモリ)935に原稿1部分の画像データをすべて書き込み後、USBメモリ935から画像データを読み出し、DRAM927に展開してプリンタ出力する。これを複数部繰り返すことにより、電子ソートの機能が実現できる。プリンタ使用時には、CPU928が画像処理ボード926に設けられた略図するネットワークインタフェースを介してネットワークに接続されたPCから印刷ジョブを受信し、DRAM927に一旦記憶する。CPU928は、プリンタ言語によって記述された印刷ジョブを解読し、画像データとしてDRAM927に描画(レンダリング)を行い、描画終了後にIPUASIC925側に出力する。尚、上記レンダリングは、CPU928によるソフトウェア制御によって実行される場合の他、IPUASIC925に含まれるハードウェアによって実行される場合もある。プリンタで電子ソートを行う場合、CPU928は、コピーと同様に、原稿1部分の画像データを全てDRAM927から画像データをUSBメモリ935に書き込み、USBメモリ935から画像データを読み出し、DRAM927に展開してプリンタ出力する。これを複数部の出力に応じて繰り返すことにより電子ソートが実現される。ドキュメントBOXは画像を登録して蓄積する機能であり、1度蓄積を行えば、好きな時に読み出して何度も出力することが可能である。ドキュメントBOXの画像を蓄積する場合にはDRAM927に蓄積した画像データをUSBメモリ935に蓄積する。これはスキャナ入力からの画像データとネットワークインタフェースからのプリンタ言語を描画した画像データとの両方に適用できる。   When electronic sorting is performed to obtain a plurality of copies of output from one copy of the original, all image data of one portion of the original is written from the DRAM 927 to the image data USB memory (NAND flash memory) 935, and then the image data is read from the USB memory 935. Are expanded in the DRAM 927 and output to the printer. By repeating this multiple copies, the electronic sorting function can be realized. When using the printer, the CPU 928 receives a print job from a PC connected to the network via a network interface (not shown) provided on the image processing board 926 and temporarily stores it in the DRAM 927. The CPU 928 decodes the print job described in the printer language, draws (renders) it as image data in the DRAM 927, and outputs it to the IPUASIC 925 side after the drawing is completed. The rendering may be executed by hardware included in the IPUAASIC 925 as well as executed by software control by the CPU 928. When electronic sorting is performed by the printer, the CPU 928 writes all image data of one part of the original from the DRAM 927 to the USB memory 935, reads the image data from the USB memory 935, develops the image data to the DRAM 927, and copies the image data to the printer. Output. Electronic sorting is realized by repeating this according to the output of a plurality of copies. Document BOX is a function for registering and accumulating images. Once accumulating, it can be read and output as many times as desired. When the document BOX image is stored, the image data stored in the DRAM 927 is stored in the USB memory 935. This can be applied to both image data from a scanner input and image data in which a printer language is drawn from a network interface.

次に、このMFPにおけるコピーモードの画像データの処理について図1及び図2を参照して説明する。原稿のコピーにおいては、CPU905によって制御された自動両面原稿送り装置(RADF)904により原稿台804に給送された原稿の画像がスキャナユニット806によって順次読み取られる。スキャナユニット806内においては、CCDボード922上のCCD921がCCD制御部920によって駆動される。CCD921による光電変化によって出力された信号はアナログ回路918でゲイン調整が行われ、A/D変換部919から8ビットの画像データとして画像処理ボード926に送られる。CCDボード922から画像処理ボード926に入力された画像データは、IPUASIC925において所定の画像処理が施された後、CPU928により一旦DRAM927に蓄えられる。DRAM927に蓄えられた画像は次にUSBメモリ935に格納される。これらの処理が自動両面原稿送り装置(RADF)904にセットされた全ての原稿について実行される。画像の読み取り終了後、USBメモリ935に格納された複数枚の画像データはCPU928によりページ順に読み出す処理が設定部数回だけ繰り返して実行され、IPUASIC925において所定の画像処理後、レーザコントロール部923を介してレーザ書込部924に供給され、用紙に画像の書き込みが終了した後、CPU909によって制御された後処理装置908において一部分の搬出用紙が揃えられた上でステープル、パンチ穴の処理が行われ、排出トレイに排出される。ここでは、各原稿の画像を複数部ずつ画像形成する場合にも各原稿の画像についての読み取り動作を1回のみ行うだけで良いことになる。   Next, processing of image data in the copy mode in this MFP will be described with reference to FIGS. When copying a document, the scanner unit 806 sequentially reads the images of the document fed to the document table 804 by an automatic duplex document feeder (RADF) 904 controlled by the CPU 905. In the scanner unit 806, the CCD 921 on the CCD board 922 is driven by the CCD controller 920. The signal output by the photoelectric change by the CCD 921 is subjected to gain adjustment by the analog circuit 918 and sent from the A / D converter 919 to the image processing board 926 as 8-bit image data. The image data input from the CCD board 922 to the image processing board 926 is subjected to predetermined image processing in the IPU ASIC 925 and then temporarily stored in the DRAM 927 by the CPU 928. Next, the image stored in the DRAM 927 is stored in the USB memory 935. These processes are executed for all documents set in the automatic duplex document feeder (RADF) 904. After completion of image reading, the CPU 928 repeatedly reads out a plurality of pieces of image data stored in the USB memory 935 in the page order for a set number of times. After predetermined image processing in the IPUA ASIC 925, the laser data is transmitted via the laser control unit 923. After being supplied to the laser writing unit 924 and writing of the image on the paper is finished, a post-processing device 908 controlled by the CPU 909 aligns a part of the output paper, and then processes staples and punch holes, and then discharges the paper. It is discharged to the tray. Here, even when a plurality of copies of each original image are formed, it is only necessary to read the original image once.

因みに、USBメモリ935にデータを格納する際、暗号器931によって対象データが暗号化され、ECC(エラー検出/エラー訂正手段)932によってエラー検出/エラー訂正を実施するための冗長ビットが付加され、USBコントローラ934を経由して、USBメモリ935にデータを格納する。逆に、USBメモリ935からデータを読み出す場合、USBコントローラ934によって読み出されたUSBメモリ935のデータに対し、同時に読み出された冗長ビットして、ECC(エラー検出/エラー訂正手段)932によってエラーが発生している場合には、エラー訂正を実施すると共に、CPU928に対してエラー検出したことを通知する。CPU928がエラー検出の通知を受けた場合には、操作パネル914のLED937を点灯させると共に、LCD912にUSBメモリ935の交換が必要である旨を表示する。また、USBコントローラ934には、応答時間計測手段933が接続されており、USBメモリ935に対する要求発行からそれに対する応答までの時間を計測している。この応答時間が予め設定されている応答時間のばらつきよりも大きくなった場合、CPU928に対し、応答時間のばらつきとして規定値以上のものを検出したことを通知する。CPU928は、この場合にも、操作パネル914のLED937を点灯させると共に、LCD912にUSBメモリの交換が必要である旨を表示する。更に、第1の大容量不揮発記憶手段としてのNANDメモリフラッシュ930へのアクセスには、NANDコントローラ929での制御が働く。以下は、一般的なNANDフラッシュメモリ930に対するアクセスの態様について以下に説明する。   Incidentally, when data is stored in the USB memory 935, the target data is encrypted by the encryptor 931, and a redundant bit for performing error detection / error correction is added by the ECC (error detection / error correction means) 932, Data is stored in the USB memory 935 via the USB controller 934. On the other hand, when reading data from the USB memory 935, the data in the USB memory 935 read by the USB controller 934 is converted into redundant bits that are read simultaneously, and an error is detected by the ECC (error detection / error correction means) 932. If the error occurs, error correction is performed and the CPU 928 is notified that an error has been detected. When the CPU 928 receives notification of error detection, the LED 937 of the operation panel 914 is turned on and a message indicating that the USB memory 935 needs to be replaced is displayed on the LCD 912. The USB controller 934 is connected to response time measuring means 933, and measures the time from issuing a request to the USB memory 935 to responding to it. When the response time becomes larger than the preset response time variation, the CPU 928 is notified that a response time variation of a specified value or more has been detected. Also in this case, the CPU 928 turns on the LED 937 of the operation panel 914 and displays on the LCD 912 that the USB memory needs to be replaced. Furthermore, the NAND controller 929 controls the access to the NAND memory flash 930 as the first large-capacity nonvolatile storage means. Hereinafter, an aspect of access to a general NAND flash memory 930 will be described below.

図3は、図2に示す画像処理ボード926内に備えられるNANDフラッシュメモリ930へのデータの書き込み方法を示す模式図である。NANDフラッシュメモリ930は、データの書き込み/読み出しを「ページ」と呼ばれる単位で行うが、消去については複数のページを纏めた「ブロック」という単位で行う必要がある。ここで、既にデータの書き込み及び不要なデータの消去等が行われ、必要なデータと不要なデータとが混在している使用中のブロックに更にデータを書き込む場合を説明する。尚、上述したデータの消去とは、実際にページからデータが消去されたわけではなく、ファイルシステム上のインデックスが消去されたことを示す。このような不要なデータが格納されていたページについては、一度データを消去してからでないとデータを書き込むことができない。   FIG. 3 is a schematic diagram showing a method of writing data to the NAND flash memory 930 provided in the image processing board 926 shown in FIG. The NAND flash memory 930 performs data writing / reading in units called “pages”, but erasing needs to be performed in units of “blocks” in which a plurality of pages are collected. Here, a case will be described in which data is already written and unnecessary data is erased, and further data is written into a block in use in which necessary data and unnecessary data are mixed. The data erasure described above indicates that the data on the file system has been erased, not the data actually erased from the page. For pages where such unnecessary data is stored, the data cannot be written until the data is erased once.

こうした状況下において、NAND制御プログラムに従って演算を行うCPU928は、NANDコントローラ929に指示して図3中の処理Aに示すように、まず必要なデータのみを空きのあるブロックにコピーする。この後、図3中の処理Bに示すように、対象のブロックに格納されているブロックのデータを消去する。更に、NAND制御プログラムに従って演算を行うCPU928は、NANDコントローラ929に指示して図3中の処理Cに示すように、更に書き込むべきデータを、処理Aにおいて必要なデータをコピーした空きのあるブロックの空きページに書き込み、ブロック全体のデータを元のブロックに書き戻す。このようなデータの書き込み処理の態様は、「ブロックコピー」と呼ばれている。即ち、NANDフラッシュメモリ930では、僅かなデータを変更するために、より多くのデータを書き込まなければならないという無駄が発生する。また、書き込み回数が増加することにより、NANDフラッシュメモリ930において記憶媒体となるメモリセルの劣化が進むという問題があり、ページ単位で同等の劣化特性に至る可能性が高いといえる。   Under such circumstances, the CPU 928 that performs an operation in accordance with the NAND control program instructs the NAND controller 929 to copy only necessary data to an empty block as shown in process A in FIG. Thereafter, as shown in process B in FIG. 3, the block data stored in the target block is erased. Further, the CPU 928 that performs an operation in accordance with the NAND control program instructs the NAND controller 929 to further write the data to be written, as shown in process C in FIG. Write to a free page and write the entire block back to the original block. Such a mode of data write processing is called “block copy”. That is, in the NAND flash memory 930, in order to change a small amount of data, there is a waste that more data must be written. In addition, the increase in the number of times of writing causes a problem that the memory cell serving as a storage medium in the NAND flash memory 930 is further deteriorated, and it can be said that there is a high possibility that the same deterioration characteristic is achieved in page units.

図4は、MFPにおいて印刷ジョブが発生した場合の動作処理を示したフローチャートである。但し、ここではレンダリングが開始された後のコピーアプリケーションソフト、及びプリンタアプリケーションソフトに従って演算を行うCPU928よるレンダリングデータの格納先の判断動作を示している。また、レンダリングによって生成されたレンダリングデータは、初期的にDRAM927に格納されるものとする。   FIG. 4 is a flowchart showing an operation process when a print job is generated in the MFP. However, here, the operation of determining the storage destination of rendering data by the CPU 928 that performs calculations according to the copy application software and the printer application software after rendering is started is shown. In addition, rendering data generated by rendering is initially stored in the DRAM 927.

図4を参照すれば、CPU928は、印刷ジョブについてのレンダリング開始(ステップS801)状態となれば、引き続いてその印刷ジョブにおいて電子ソートが必要か否かの判断を電子ソート不要であるか否かの判定(ステップS802)により行う。この判定の結果、電子ソートが必要であれば、レンダリングデータを一時的に不揮発記憶手段に記憶しておく必要があるため、CPU928はDRAM927に格納されたレンダリングデータを一時的情報の書き込み命令要求(ステップS804)を発行してから動作処理を終了する。これに対し、電子ソートが不要であれば、引き続いてCPU928はジャムバックアップが必要か否か判断をジャムバックアップ不要であるか否かの判定(ステップS803)により行う。因みに、ジャムバックアップとは、用紙に対して画像形成が実行され、MFP内の搬送を搬送されて排紙されるまでの間にジャム(紙詰まり)が発生した場合において、搬送中であった用紙に対する画像形成出力をジャム解消後に再度実行するため、DRAM927のような揮発性記憶媒体ではなく、不揮発性記憶媒体にレンダリングデータを格納しておく処理を示す。ジャムバックアップ要否の判断は、例えばMFPの用紙搬送経路における給紙口から排紙口までの間に最大で存在可能な用紙の枚数(以降、同時搬送枚数とする)とDRAM927におけるページメモリのページ数との比較結果に基づいて判断される。同時搬送枚数がページメモリのページ数よりも多い場合、画像形成出力が完了したページのレンダリングデータをそのページが排紙される前に消去する必要があるため、ジャムバックアップが必要であると判断される。そこで、上記判定の結果、ジャムバックアップが必要であれば、レンダリングデータが不揮発性記憶媒体に格納されるべきであるため、CPU928はDRAM927に格納されたレンダリングデータを一時的情報の書き込み命令要求(S804)を発行してから動作処理を終了する。これに対し、ジャムバックアップが不要であれば、レンダリングデータを不揮発性記憶媒体に格納するべき理由がないため、CPU928はそのまま処理を終了する。このようにして、コピーアプリケーションソフト、及びプリンタアプリケーションソフトによる処理を実行する。   Referring to FIG. 4, when the CPU 928 enters the rendering start state (step S801) for the print job, the CPU 928 subsequently determines whether or not the electronic sort is necessary for the print job. The determination is made (step S802). If the result of this determination is that electronic sorting is necessary, the rendering data must be temporarily stored in the nonvolatile storage means. Therefore, the CPU 928 uses the rendering data stored in the DRAM 927 as a temporary information write command request ( After issuing step S804), the operation process is terminated. On the other hand, if the electronic sort is unnecessary, the CPU 928 subsequently determines whether or not a jam backup is necessary by determining whether or not a jam backup is necessary (step S803). By the way, jam backup refers to the paper that was being transported when jamming (paper jam) occurred between the time when image formation was performed on the paper and the transport in the MFP was transported and discharged. In order to re-execute the image formation output for the image after the jam is eliminated, the rendering data is stored in a non-volatile storage medium instead of a volatile storage medium such as the DRAM 927. Judgment of whether or not a jam backup is necessary is based on, for example, the maximum number of sheets that can exist between the paper feed port and the paper discharge port in the paper transport path of the MFP (hereinafter referred to as the simultaneous transport number) and the page of the page memory in the DRAM 927. Judgment is made based on the comparison result with the number. If the number of simultaneously conveyed pages is larger than the number of pages in the page memory, it is determined that a jam backup is necessary because the rendering data of the page for which image formation output has been completed needs to be erased before the page is discharged. The Therefore, if it is determined that the jam backup is necessary, the rendering data should be stored in the nonvolatile storage medium. Therefore, the CPU 928 requests the rendering data stored in the DRAM 927 to write a temporary information write command (S804). ) Is issued and the operation process is terminated. On the other hand, if the jam backup is unnecessary, there is no reason to store the rendering data in the non-volatile storage medium, so the CPU 928 ends the process as it is. In this way, processing by the copy application software and printer application software is executed.

図5は、MFPの画像処理ボード926に備えられるCPU928における別処理タスクで不揮発性記憶媒体へデータを格納する場合(図4を参照して説明したレンダリングデータの一時的情報の書き込み命令要求等)の制御動作を示すフローチャートである。   FIG. 5 shows a case where data is stored in a non-volatile storage medium by another processing task in the CPU 928 provided in the image processing board 926 of the MFP (such as a request to write temporary information of rendering data described with reference to FIG. 4). It is a flowchart which shows this control operation.

図5を参照すれば、CPU928は、書き込み命令発生(ステップS901)があると、その書き込み命令が一時的情報の書き込み要求命令であるか否かの判定(ステップS902)を行う。この判定の結果、一時的情報の書き込み要求命令であれば、一時的情報の格納場所であるUSBメモリ935へ格納するため、USBメモリ935への書き込み制御実施(ステップS903)を行ってから制御動作を終了する。これに対し、一時的情報の書き込み要求命令でなければ、非テンポラリ情報の格納場所であるNANDフラッシュメモリ930へ格納するため、NANDコントローラ929に指示してNANDフラッシュメモリ930への書き込み制御実施(ステップS904)を行ってから制御動作を終了する。   Referring to FIG. 5, when a write command is generated (step S901), the CPU 928 determines whether or not the write command is a temporary information write request command (step S902). As a result of this determination, if it is a temporary information write request command, it is stored in the USB memory 935 where the temporary information is stored, so that the write operation to the USB memory 935 is executed (step S903) and then the control operation is performed. Exit. On the other hand, if the instruction is not a temporary information write request command, the NAND controller 929 is instructed to write to the NAND flash memory 930 in order to store it in the NAND flash memory 930 where non-temporary information is stored (step After performing S904), the control operation is terminated.

図6は、MFPの画像処理ボード926に備えられるDRAM927上でのビットデータ配置と不揮発記憶手段であるUSBメモリ935及びNANDフラッシュメモリ930上でのビットデータ配置との関係を例示した図である。但し、ここではUSBメモリ935及びNANDフラッシュメモリ930のページサイズが16kビットであり、エラー検出・エラー訂正の処理実施の1単位のデータが検査ビット(冗長ビット)を含めて10ビットで実施される場合(8ビットの元データ+2ビットの検査ビット)を例示している。また、エラー検出・エラー訂正の処理実施の1単位のデータは、C[2n]、C[2n+1]、D[8n]、D[8n+1]、D[8n+2]、D[8n+3]、D[8n+4]、D[8n+5]、D[8n+6]、D[8n+7](nはゼロを含む正の整数)で構成される場合を例示している。   FIG. 6 is a diagram illustrating the relationship between the bit data arrangement on the DRAM 927 provided in the image processing board 926 of the MFP and the bit data arrangement on the USB memory 935 and the NAND flash memory 930 as nonvolatile storage means. However, here, the page size of the USB memory 935 and the NAND flash memory 930 is 16 k bits, and one unit of data for performing error detection / error correction processing is implemented with 10 bits including check bits (redundant bits). A case (8 bits of original data + 2 bits of check bits) is illustrated. One unit of data for error detection / correction processing is C [2n], C [2n + 1], D [8n], D [8n + 1], D [8n + 2], D [8n + 3], D [8n + 4. ], D [8n + 5], D [8n + 6], D [8n + 7] (n is a positive integer including zero).

図6を参照すれば、DRAM927上での配置が本来の配置を示すものであり、そのデータは、先頭から16ビット分取り出すと、D[0]、D[1]、…、D[(16×1024−1)]と配置されている。USBメモリ935及びNANDフラッシュメモリ930では、それらのページサイズ=16kビット×(エラー検出・エラー訂正の処理実施の1単位のデータの元データ=8)毎に検査ビットを挿入した配列のデータ列を作成し、これに対してメモリアドレスの先頭から16kビット間隔で1ビットずつの配置に置き直している。尚、ページサイズ=16kビットの場合、C[0]、C[1]は、D[0]、D[1]、D[2]、D[3]、D[4]、D[5]、D[6]、D[7]用検査ビット、C[2]、C[3]は、D[8]、D[9]、D[10]、D[11]、D[12]、D[13]、D[14]、D[15]用検査ビットを示す。このような配置を採用することにより、任意の1ページ分のデータ全てが消失したとしても、16kビットでエラー検出・エラー訂正の処理実施の1単位のデータのうち、1ビット分が失われたに過ぎなくできるため、エラー訂正が可能となる。   Referring to FIG. 6, the arrangement on the DRAM 927 indicates the original arrangement, and when the 16 bits of the data are taken from the head, D [0], D [1],..., D [(16 × 1024-1)]. In the USB memory 935 and the NAND flash memory 930, a data string of an array in which a check bit is inserted for each page size = 16 kbit × (original data of one unit of error detection / error correction processing) = 8 In contrast to this, the memory addresses are rearranged one bit at an interval of 16k bits from the beginning of the memory address. When the page size is 16k bits, C [0] and C [1] are D [0], D [1], D [2], D [3], D [4], and D [5]. , D [6], D [7] check bits, C [2], C [3] are D [8], D [9], D [10], D [11], D [12], The check bits for D [13], D [14], and D [15] are shown. By adopting such an arrangement, even if all the data for one arbitrary page is lost, one bit of the unit data for error detection / error correction processing is lost at 16k bits. Since it can only be done, error correction becomes possible.

以上に説明したように実施例に係るMFPでは、画像処理ボード926における第1の大容量不揮発記憶装置のNANDフラッシュメモリ930と第2の大容量不揮発記憶手段のUSBメモリ935とが電子写真プロセス部809に入力する画像データを記憶する際、制御手段であるCPU928によって画像データにおける記憶対象のデータに対して処理終了後に不要となる一時的な記憶内容である場合にUSBメモリ935に記憶させることを決定して実行し、USBメモリ935に設けられたECC(エラー検出/エラー訂正手段)の作動状況に応じてCPU928によるUSBメモリ935の交換が必要であると判断した場合の指示を受けてオペレーションパネルボード917を介して通知手段としての操作パネル914のLED937の点灯、並びにLCD912での表示が行われる。この結果、画僧処理用にHDDをSSDに置き換えた場合のデータ書き換え可能な回数限界値超えによる信頼性低下を回避し、且つ回数限界値超えが発生しても容易に復旧させることができるようになる。   As described above, in the MFP according to the embodiment, the NAND flash memory 930 of the first large-capacity nonvolatile storage device and the USB memory 935 of the second large-capacity nonvolatile storage means in the image processing board 926 are the electrophotographic process unit. When storing image data to be input to 809, the CPU 928, which is a control unit, stores the data to be stored in the USB memory 935 if the storage target data in the image data is temporary storage content that is unnecessary after the processing is completed. The operation panel receives an instruction when the CPU 928 determines that the USB memory 935 needs to be replaced according to the operation status of the ECC (error detection / error correction means) provided in the USB memory 935. LED 9 of operation panel 914 as a notification means via board 917 7 lighting, as well as display in the LCD912 is performed. As a result, it is possible to avoid a decrease in reliability due to exceeding the limit number of times that data can be rewritten when the HDD is replaced with SSD for image processing, and it is possible to easily recover even if the limit value exceeds. become.

以上に説明した画像処理ボード926における不揮発記憶手段に対する制御手段(CPU928)による記憶制御、並びに不揮発記憶手段の交換通知に係る処理機能は、画像データ処理方法の処理プロセスとして換言することができる。即ち、この場合の画像データ処理方法は、画像処理装置に備えられた不揮発性半導体記憶装置による第1の大容量不揮発記憶手段及び第2の大容量不揮発記憶手段が少なくとも画像形成部に入力する画像データを記憶する画像データ記憶ステップと、画像処理装置に備えられた制御手段が画像データにおける記憶対象のデータに対して処理終了後に不要となる一時的な記憶内容である場合に画像データ記憶ステップでの第2の大容量不揮発記憶手段に記憶させることを決定して実行する記憶決定実行ステップと、画像処理装置に備えられた通知手段が第2の大容量不揮発記憶手段に設けられたエラー検出/エラー訂正手段の作動状況に応じて記憶決定実行ステップでの第2の大容量不揮発記憶手段の交換が必要であると判断した場合の制御手段からの指示を受けてメモリ交換要の旨を通知するメモリ交換通知ステップと、を有するものとなる。この画像データ処理方法における処理プロセス(画像データ記憶ステップ、記憶決定実行ステップ、メモリ交換通知ステップ)は、コンピュータにより実行させるための画像データ処理用プログラムとしてCPU928向けに適用可能なものである。   The processing functions related to the storage control by the control means (CPU 928) for the nonvolatile storage means in the image processing board 926 and the replacement notification of the nonvolatile storage means described above can be restated as the processing process of the image data processing method. That is, the image data processing method in this case is an image input to at least the image forming unit by the first large-capacity nonvolatile storage means and the second large-capacity nonvolatile storage means by the nonvolatile semiconductor storage device provided in the image processing apparatus. An image data storage step for storing data, and an image data storage step when the control means provided in the image processing apparatus has temporary storage contents that become unnecessary after the processing for the data to be stored in the image data. A storage determination execution step for determining and executing storage in the second large-capacity nonvolatile storage means, and an error detection / detection unit provided in the second large-capacity nonvolatile storage means. Control procedure when it is determined that the second large-capacity nonvolatile storage means needs to be replaced in the storage determination execution step in accordance with the operating state of the error correction means A memory replacement notification step of notifying the fact of memory replacement necessity in response to an instruction from comes to have. The processing processes (image data storage step, storage determination execution step, memory exchange notification step) in this image data processing method can be applied to the CPU 928 as an image data processing program to be executed by a computer.

801 スキャナ部
802 レーザ記録部
803 後処理部
804 原稿台
805、904 自動両面原稿送り装置(RADF)
806 スキャナユニット
807 用紙搬送部
808 レーザ書込ユニット
809 電子写真プロセス部(画像形成部)
901 両面ユニット
902 読み取りスキャナ部
903 プロセス部
905、909、911、915、928 CPU
906 給紙搬送部
907 マシンコントロールボード
908 後処理装置
910、916 RAM
912 LCD
913 操作キー
914 操作パネル
917 オペレーションパネルボード
918 アナログ回路
919 A/D変換部
920 CCD制御部
921 CCD
922 CCDボード
923 レーザコントロール部
924 レーザ書込部
925 IPUASIC
926 画像処理ボード
927 DRAM
929 NANDコントローラ
930 NANDフラッシュメモリ
931 暗号器
932 ECC(エラー検出/エラー訂正手段)
933 応答時間計測手段
934 USBコントローラ
935 USBメモリ(NANDフラッシュメモリ)
937 LED
801 Scanner unit 802 Laser recording unit 803 Post-processing unit 804 Document table 805, 904 Automatic double-sided document feeder (RADF)
806 Scanner unit 807 Paper transport unit 808 Laser writing unit 809 Electrophotographic process unit (image forming unit)
901 Duplex unit 902 Reading scanner unit 903 Process unit 905, 909, 911, 915, 928 CPU
906 Paper feeding / conveying unit 907 Machine control board 908 Post-processing device 910, 916 RAM
912 LCD
913 Operation key 914 Operation panel 917 Operation panel board 918 Analog circuit 919 A / D conversion unit 920 CCD control unit 921 CCD
922 CCD board 923 Laser control unit 924 Laser writing unit 925 IPUASIC
926 Image processing board 927 DRAM
929 NAND controller 930 NAND flash memory 931 encryption device 932 ECC (error detection / error correction means)
933 Response time measuring means 934 USB controller 935 USB memory (NAND flash memory)
937 LED

特許5668163号Patent No. 5668163 特許5625888号Japanese Patent No. 5625888

Claims (8)

少なくとも画像形成部に入力する画像データを記憶する不揮発性半導体記憶装置による第1の大容量不揮発記憶手段及び第2の大容量不揮発記憶手段と、前記画像データにおける記憶対象のデータに対して処理終了後に不要となる一時的な記憶内容である場合に前記第2の大容量不揮発記憶手段に記憶させることを決定して実行する制御手段と、前記第2の大容量不揮発記憶手段に設けられたエラー検出/エラー訂正手段の作動状況に応じて当該第2の大容量不揮発記憶手段の交換が必要であると判断した場合の前記制御手段からの指示を受けてメモリ交換要の旨を通知する通知手段と、を備えたことを特徴とする画像処理装置。   Processing is completed for data to be stored in the first large-capacity nonvolatile storage means and the second large-capacity nonvolatile storage means by the nonvolatile semiconductor storage device that stores at least image data input to the image forming unit, and the image data to be stored Control means for deciding and executing storage contents in the second large-capacity nonvolatile storage means in the case of temporary storage contents that are no longer necessary; and an error provided in the second large-capacity nonvolatile storage means Notification means for notifying that the memory needs to be replaced in response to an instruction from the control means when it is determined that the second large-capacity nonvolatile storage means needs to be replaced in accordance with the operating state of the detection / error correction means And an image processing apparatus. 請求項1記載の画像処理装置において、
前記第2の大容量不揮発記憶手段における前記記憶対象のデータは、暗号化されていることを特徴とする画像処理装置。
The image processing apparatus according to claim 1.
The image processing apparatus, wherein the data to be stored in the second large-capacity nonvolatile storage means is encrypted.
請求項1又は2記載の画像処理装置において、
前記第1の大容量不揮発記憶手段及び前記第2の大容量不揮発記憶手段は、NAND型フラッシュメモリで構成され、
前記制御手段は、前記エラー検出/エラー訂正手段で処理実施した1単位のデータを複数のページに分散して前記NAND型フラッシュメモリに記憶することを特徴とする画像処理装置。
The image processing apparatus according to claim 1 or 2,
The first large-capacity nonvolatile storage means and the second large-capacity nonvolatile storage means are composed of NAND flash memory,
The image processing apparatus, wherein the control unit distributes one unit of data processed by the error detection / error correction unit to a plurality of pages and stores the data in the NAND flash memory.
請求項1又は2記載の画像処理装置において、
前記第1の大容量不揮発記憶手段及び前記第2の大容量不揮発記憶手段は、NAND型フラッシュメモリで構成され、
前記制御手段は、前記NAND型フラッシュメモリの1ページ分のサイズ単位で当該NAND型フラッシュメモリのアドレス空間を先頭から分割したときに前記エラー検出/エラー訂正手段で処理実施した1単位のデータを当該分割された複数のページに分散して当該NAND型フラッシュメモリに記憶することを特徴とする画像処理装置。
The image processing apparatus according to claim 1 or 2,
The first large-capacity nonvolatile storage means and the second large-capacity nonvolatile storage means are composed of NAND flash memory,
The control means outputs one unit of data processed by the error detection / error correction means when the address space of the NAND flash memory is divided from the top in the size unit of one page of the NAND flash memory. An image processing apparatus that is distributed over a plurality of divided pages and stored in the NAND flash memory.
請求項1〜4の何れか1項記載の画像処理装置において、
前記第2の大容量不揮発記憶手段へのアクセス要求に対する時間を計測する時間計測手段を備え、
前記通知手段は、前記時間計測手段での計測結果が応答時間のばらつきが大きいと判断した場合の前記制御手段からの指示を受けて前記メモリ交換要の旨の通知を行うことを特徴とする画像処理装置。
The image processing apparatus according to any one of claims 1 to 4,
A time measuring means for measuring a time for an access request to the second large-capacity nonvolatile memory means;
The notification unit is configured to notify that the memory needs to be replaced in response to an instruction from the control unit when it is determined that the measurement result of the time measurement unit has a large variation in response time. Processing equipment.
請求項1〜5の何れか1項記載の画像処理装置において、
前記第2の大容量不揮発記憶手段は、着脱可能で交換可能なデバイスであることを特徴とする画像処理装置。
The image processing apparatus according to any one of claims 1 to 5,
The image processing apparatus, wherein the second large-capacity nonvolatile storage means is a detachable and replaceable device.
画像処理装置に備えられた不揮発性半導体記憶装置による第1の大容量不揮発記憶手段及び第2の大容量不揮発記憶手段が少なくとも画像形成部に入力する画像データを記憶する画像データ記憶ステップと、
画像処理装置に備えられた制御手段が前記画像データにおける記憶対象のデータに対して処理終了後に不要となる一時的な記憶内容である場合に前記画像データ記憶ステップでの前記第2の大容量不揮発記憶手段に記憶させることを決定して実行する記憶決定実行ステップと、
画像処理装置に備えられた通知手段が前記第2の大容量不揮発記憶手段に設けられたエラー検出/エラー訂正手段の作動状況に応じて前記記憶決定実行ステップでの当該第2の大容量不揮発記憶手段の交換が必要であると判断した場合の前記制御手段からの指示を受けてメモリ交換要の旨を通知するメモリ交換通知ステップと、を有することを特徴とする画像データ処理方法。
An image data storage step for storing at least image data input to the image forming unit by the first large-capacity nonvolatile storage means and the second large-capacity nonvolatile storage means by the nonvolatile semiconductor storage device provided in the image processing apparatus;
The second large-capacity nonvolatile memory in the image data storage step when the control means provided in the image processing apparatus has temporary storage contents that are not required after the processing is completed for the data to be stored in the image data. A storage determination execution step for determining and executing storage in the storage means;
The notification unit provided in the image processing apparatus is configured to execute the second large-capacity nonvolatile storage in the storage determination execution step according to the operating state of the error detection / error correction unit provided in the second large-capacity nonvolatile storage unit. An image data processing method comprising: a memory replacement notifying step of notifying that a memory replacement is required in response to an instruction from the control means when it is determined that replacement of the means is necessary.
請求項7記載の画像データ処理方法における前記画像データ記憶ステップ、前記記憶決定実行ステップ、及び前記メモリ交換通知ステップをコンピュータにより実行させるための画像データ処理用プログラム。   8. An image data processing program for causing a computer to execute the image data storage step, the storage determination execution step, and the memory exchange notification step in the image data processing method according to claim 7.
JP2015243836A 2015-12-15 2015-12-15 Image processing device, image data processing method, and program for image data processing Pending JP2017109332A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015243836A JP2017109332A (en) 2015-12-15 2015-12-15 Image processing device, image data processing method, and program for image data processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015243836A JP2017109332A (en) 2015-12-15 2015-12-15 Image processing device, image data processing method, and program for image data processing

Publications (1)

Publication Number Publication Date
JP2017109332A true JP2017109332A (en) 2017-06-22

Family

ID=59080096

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015243836A Pending JP2017109332A (en) 2015-12-15 2015-12-15 Image processing device, image data processing method, and program for image data processing

Country Status (1)

Country Link
JP (1) JP2017109332A (en)

Similar Documents

Publication Publication Date Title
JP5917163B2 (en) Information processing apparatus, control method and program thereof, and storage medium
US9285739B2 (en) Printing apparatus, control method thereof, and storage medium
JP5096847B2 (en) ACCESS CONTROL DEVICE, ACCESS CONTROL METHOD, ACCESS CONTROL PROGRAM, RECORDING MEDIUM, STORAGE DEVICE, AND IMAGE PROCESSING DEVICE
JP2006093963A (en) Image forming apparatus and data deleting method
JP5625888B2 (en) Semiconductor storage medium control apparatus, semiconductor storage medium control method, and image forming apparatus.
JP2017109332A (en) Image processing device, image data processing method, and program for image data processing
JP6406219B2 (en) Communication apparatus and image forming apparatus
US8345296B2 (en) Image processing apparatus for determining appropriateness of combination of control software, activation method, and storage medium storing control program that causes computer to perform the method
JP2004194254A (en) Information processing apparatus
JP2009145579A (en) Image output device
JP6234885B2 (en) Image processing device
JP5033511B2 (en) Print control device
JP2018063499A (en) Information processing device, control method thereof, and program
JP2014138265A (en) Image forming apparatus
US11652943B2 (en) Image processing apparatus for writing data based on write lifetime of memories and non-transitory computer readable medium
US10678486B2 (en) Printing apparatus controlling spooling of image data in volatile and non-volatile memories based on memory capacity
JP2009073036A (en) Image processing system, memory medium, and program
JP2006003945A (en) Information processing apparatus, information processing method, and inspection method for information processing apparatus
JP2016218741A (en) Image formation apparatus
JP2020029064A (en) Image formation apparatus
JP2017027203A (en) Storage medium control device, storage medium control program, and storage medium control method
JP2015046088A (en) Semiconductor device
JP2015136080A (en) Image forming apparatus, control method of image forming apparatus, and control program of image forming apparatus
JP2021175018A (en) Image forming apparatus
JP2013042419A (en) Image processor, image processing control method and image processing control program