JP2021093569A - Image processing apparatus, information processing method, and program - Google Patents

Image processing apparatus, information processing method, and program Download PDF

Info

Publication number
JP2021093569A
JP2021093569A JP2019221439A JP2019221439A JP2021093569A JP 2021093569 A JP2021093569 A JP 2021093569A JP 2019221439 A JP2019221439 A JP 2019221439A JP 2019221439 A JP2019221439 A JP 2019221439A JP 2021093569 A JP2021093569 A JP 2021093569A
Authority
JP
Japan
Prior art keywords
image processing
storage device
semiconductor storage
cpu
trim
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
JP2019221439A
Other languages
Japanese (ja)
Inventor
雄哉 長谷川
Yuya Hasegawa
雄哉 長谷川
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2019221439A priority Critical patent/JP2021093569A/en
Publication of JP2021093569A publication Critical patent/JP2021093569A/en
Pending legal-status Critical Current

Links

Images

Abstract

To suppress the deterioration of the performance of a semiconductor storage device while suppressing the influence on the performance when a user performs the operation.SOLUTION: An image processing apparatus includes a semiconductor storage device. The semiconductor storage device has a semiconductor storage area divided into a plurality of areas. The image processing apparatus issues a TRIM command for executing physical memory block erasing processing in a predetermined area of the semiconductor storage area when there is no operator in front of the image processing apparatus.SELECTED DRAWING: Figure 4

Description

本発明は、画像処理装置、情報処理方法及びプログラムに関する。 The present invention relates to an image processing apparatus, an information processing method and a program.

SSD(Solid State Drive)、eMMC(embedded Multi Media Card)といった、フラッシュメモリと制御回路を備える組み込み機器向けの半導体記憶装置がある。このような半導体記憶装置はアクセス速度及び静音性等の観点でHDD(ハードディスクドライブ)よりも優れている一方で、書き換え回数に制限がある。そのため、半導体記憶装置では内蔵するフラッシュメモリの寿命を延ばすために、半導体記憶装置が備えるコントローラによってウェアレベリングと呼ばれる分散書き込みが行われている。ウェアレベリングでは、書き込み回数の少ないブロックをなるべく使用するように、ブロックを置き換えて書き込みが行われていく。そのため、情報処理装置にてウェアレベリング処理を実行中には、ブロック置き換え時にブロック消去及びデータコピー等が発生し、半導体記憶装置のパフォーマンス(読み書き性能)が低下する場合がある。 There are semiconductor storage devices for embedded devices such as SSD (Solid State Drive) and eMMC (embedded MultiMediaCard), which are equipped with a flash memory and a control circuit. While such a semiconductor storage device is superior to an HDD (hard disk drive) in terms of access speed, quietness, and the like, it has a limited number of rewrites. Therefore, in order to extend the life of the built-in flash memory in the semiconductor storage device, distributed writing called wear leveling is performed by the controller included in the semiconductor storage device. In wear leveling, writing is performed by replacing blocks so as to use blocks with a small number of writes as much as possible. Therefore, while the wear leveling process is being executed by the information processing device, block erasure, data copy, and the like may occur at the time of block replacement, and the performance (read / write performance) of the semiconductor storage device may deteriorate.

不揮発性半導体記憶装置では、パフォーマンスの低下を改善する方法としてTRIMと呼ばれる処理を行うのが一般的である。TRIMとは、記憶装置に対して、OS(オペレーティングシステム)のファイルシステムにとって不要になった記憶領域を通知するコマンドである。具体的には、TRIMというコマンドによって使用しなくなった領域を半導体記憶装置のコントローラに対して通知する。半導体記憶装置のコントローラは未使用領域を認識することにより、使用領域だけ集めて(ガーベージコレクション)ウェアレベリングすればよいので、コピーするデータ量が小さくなり、使用ブロック数も減少し、全体の書き替え回数も減少する。よって半導体記憶装置にTRIMコマンドで不要になった記憶領域を通知することにより、不必要な領域までウェアレベリング処理をする必要がなくなり、半導体記憶装置のパフォーマンス低下を抑制することができる。 In a non-volatile semiconductor storage device, a process called TRIM is generally performed as a method for improving the deterioration in performance. TRIM is a command for notifying a storage device of a storage area that is no longer needed for the OS (operating system) file system. Specifically, the area that is no longer used by the command TRIM is notified to the controller of the semiconductor storage device. By recognizing the unused area, the controller of the semiconductor storage device only needs to collect only the used area (garbage collection) for wear leveling, so that the amount of data to be copied is reduced, the number of blocks used is also reduced, and the entire rewriting is performed. The number of times also decreases. Therefore, by notifying the semiconductor storage device of the storage area that is no longer needed by the TRIM command, it is not necessary to perform wear leveling processing up to the unnecessary area, and it is possible to suppress a deterioration in the performance of the semiconductor storage device.

eMMCの規格の中には、ファイルシステムにとって不要になった記憶領域を通知するTrimコマンドが用意されており、eMMCがアイドル時間中に不要データを削除することで、データ転送速度を良好に保つことができる。ユーザが組み込み機器を使用しているタイミングでTrimを実行すると、CPUリソースが占有されてしまうため、組み込み機器の備える機能を実行することができなくなり、ユーザの利便性を損なう。よって、ユーザが組み込み機器を使用しないタイミングでTrimを実行する必要がある。Trimの実行タイミングに関する先行文献としては、印刷ジョブのジョブ状況を取得して、ジョブの中断を示す状況にあると判断したらウェアレベリングのために利用可能なTrimコマンドを実行するものがある(特許文献1参照)。 In the eMMC standard, there is a Trim command that notifies the storage area that is no longer needed for the file system, and the eMMC deletes unnecessary data during idle time to maintain good data transfer speed. Can be done. If the Trim is executed at the timing when the user is using the embedded device, the CPU resource is occupied, so that the function provided by the embedded device cannot be executed, which impairs the convenience of the user. Therefore, it is necessary to execute Trim at a timing when the user does not use the embedded device. As a prior document regarding the execution timing of Trim, there is one that acquires the job status of a print job and executes a Trim command that can be used for wear leveling when it is determined that the situation indicates a job interruption (Patent Document). 1).

特許第6289128号公報Japanese Patent No. 6289128

しかしながら、特許文献1では、TRIM処理がジョブ実行のパフォーマンスに影響しないように考慮された内容であるが、機器全体のパフォーマンスについては考慮されていない。例えば、ジョブが実行されていないアイドル時にTRIM処理を実施している最中にユーザが操作部を操作した場合、TRIM処理と操作部の処理が競合して操作部の画面の動作が遅くなる等、機器としてのパフォーマンスに影響がある可能性がある。よって、パフォーマンスを維持するためには、ユーザが操作する可能性がある期間は、具体的にはユーザが機器に近づいている期間は、TRIM処理を行わないことが望ましい。 However, in Patent Document 1, although the content is considered so that the TRIM process does not affect the performance of job execution, the performance of the entire device is not considered. For example, if the user operates the operation unit while performing TRIM processing when the job is idle and the job is not executed, the TRIM processing and the operation unit processing conflict with each other and the operation of the operation unit screen becomes slow. , It may affect the performance as a device. Therefore, in order to maintain the performance, it is desirable not to perform the TRIM processing during the period when the user may operate the device, specifically, during the period when the user is close to the device.

本発明は、半導体記憶装置を有する画像処理装置であって、前記半導体記憶装置は複数の領域に分割された半導体記憶領域を有し、前記半導体記憶領域の所定の領域に物理メモリブロック消去処理を実行させるためのTRIMコマンドを発行する発行手段を有し、前記画像処理装置の前方に操作者がいない場合に、前記発行手段は、前記TRIMコマンドを発行することを特徴とする。 The present invention is an image processing device having a semiconductor storage device, wherein the semiconductor storage device has a semiconductor storage area divided into a plurality of areas, and a physical memory block erasing process is performed in a predetermined area of the semiconductor storage area. It has an issuing means for issuing a TRIM command for execution, and the issuing means issues the TRIM command when there is no operator in front of the image processing apparatus.

本発明によれば、ユーザが操作する際のパフォーマンスへの影響を抑えつつ、半導体記憶装置のパフォーマンスの劣化を抑止することができる。 According to the present invention, it is possible to suppress the deterioration of the performance of the semiconductor storage device while suppressing the influence on the performance when the user operates the device.

画像形成装置の全体の概略図である。It is a schematic diagram of the whole of an image forming apparatus. 画像形成装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware composition of the image forming apparatus. CPU及び記憶装置、人感センサコントローラ、人感センサの間での処理の一例を示す図である。It is a figure which shows an example of the processing between a CPU, a storage device, a motion sensor controller, and a motion sensor. 画像形成装置がTRIM動作を実行する際のフローチャートである。It is a flowchart when the image forming apparatus performs a TRIM operation. 図4におけるサブプロセスS401の内部フローの一例を示す図である。It is a figure which shows an example of the internal flow of the subprocess S401 in FIG.

以下、本発明の実施形態について図面に基づいて説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、画像形成装置の全体の概略図である。
画像形成装置1は、コピー、ファックス等の複数の機能を備えるMFP(Multi Functional Peripheral)、プリンタ等であり、装置前面に人感センサ125を持つ。画像形成装置1は、画像処理装置の一例である。
FIG. 1 is a schematic view of the entire image forming apparatus.
The image forming apparatus 1 is an MFP (Multifunctional Peripheral), a printer or the like having a plurality of functions such as copying and faxing, and has a motion sensor 125 on the front surface of the apparatus. The image forming apparatus 1 is an example of an image processing apparatus.

図2は、画像形成装置1のハードウェア構成の一例を示す図である。
画像形成装置1は、コントローラ100、表示部107、操作部109、プリンタ113、スキャナ115、USB I/F117、FAX I/F119、有線LAN I/F121、無線LAN用アンテナ122、人感センサ125をハードウェア構成として含む。
FIG. 2 is a diagram showing an example of the hardware configuration of the image forming apparatus 1.
The image forming apparatus 1 includes a controller 100, a display unit 107, an operation unit 109, a printer 113, a scanner 115, a USB I / F 117, a FAX I / F 119, a wired LAN I / F 121, a wireless LAN antenna 122, and a motion sensor 125. Included as a hardware configuration.

コントローラ100は、CPU101、RAM102、ROM103、記憶装置104、システムバス105、表示部コントローラ106、操作部コントローラ108、プリンタコントローラ112、スキャナコントローラ114、USBコントローラ116、FAXコントローラ118、ネットワークコントローラ120、画像処理コントローラ123、を含む。操作部109は、タッチパネル110、キー111を含む。 The controller 100 includes a CPU 101, a RAM 102, a ROM 103, a storage device 104, a system bus 105, a display controller 106, an operation controller 108, a printer controller 112, a scanner controller 114, a USB controller 116, a FAX controller 118, a network controller 120, and image processing. Includes controller 123. The operation unit 109 includes a touch panel 110 and a key 111.

CPU101は、画像形成装置1の全体を制御する中央演算ユニットであり、各部とシステムバス105で接続されている。RAM102は、CPU101が動作するためのワークメモリであり、各種プログラムの展開や演算処理結果の保存、プリント、スキャン等の動作による画像処理コントローラ123で処理された画像データの保存に用いられる。ROM103は、CPU101の起動プログラム及び各種設定情報等が保存されるメモリである。記憶装置104は、サイズの大きなプログラム及びデータを保存しておくためのNAND型不揮発性メモリ(フラッシュメモリ)であり、本実施形態ではeMMCである。ただし、不揮発性メモリはeMMCに限定されず、SSD又はそれ以外の不揮発性メモリデバイスでもよい。 The CPU 101 is a central arithmetic unit that controls the entire image forming apparatus 1, and is connected to each unit by a system bus 105. The RAM 102 is a work memory for operating the CPU 101, and is used for expanding various programs, saving calculation processing results, and saving image data processed by the image processing controller 123 by operations such as printing and scanning. The ROM 103 is a memory in which the startup program of the CPU 101, various setting information, and the like are stored. The storage device 104 is a NAND-type non-volatile memory (flash memory) for storing a large-sized program and data, and is an eMMC in the present embodiment. However, the non-volatile memory is not limited to the eMMC, and may be an SSD or other non-volatile memory device.

表示部コントローラ106は、画像データを表示部107の通信プロトコルに則り、表示部107へ送信する。操作部コントローラ108は、タッチパネル110とキー111からの入力を受け付け、CPU101の理解できるデータに変換する。プリンタコントローラ112は、CPU101により指定された画像データを印刷するにあたり、プリンタ113の印刷動作に関わる感光体ドラムやレーザー発振器、トナー定着器等の各種デバイスを制御する。スキャナコントローラ114は、スキャナ115の読み取り動作に関わる原稿検知センサ及び読み取りセンサ等の各種デバイスを制御する。 The display unit controller 106 transmits the image data to the display unit 107 according to the communication protocol of the display unit 107. The operation unit controller 108 receives the input from the touch panel 110 and the key 111, and converts the data into data that can be understood by the CPU 101. The printer controller 112 controls various devices such as a photoconductor drum, a laser oscillator, and a toner fuser that are involved in the printing operation of the printer 113 when printing the image data specified by the CPU 101. The scanner controller 114 controls various devices such as a document detection sensor and a scanning sensor involved in the scanning operation of the scanner 115.

USBコントローラ116は、USB I/F117と外部端末をUSBケーブルで接続し、画像データ等の通信を行う。FAXコントローラ118は、FAX I/F119と公衆回線網を電話線で接続し、画像データ等の通信を行う。ネットワークコントローラ120は、有線LAN I/F121と外部端末をLANケーブルで接続して、ネットワーク通信を行う。また、ネットワークコントローラ120は、無線LAN用アンテナ122を介して外部端末と無線でデータを送受信する。画像処理コントローラ123は、スキャナ115で読み取った原稿を画像データに変換したり、拡大、縮小、モノクロ化等、プリンタ113で印刷するための画像データに変換したりする等の画像処理を行う。 The USB controller 116 connects the USB I / F 117 and an external terminal with a USB cable, and communicates image data and the like. The FAX controller 118 connects the FAX I / F 119 and the public line network with a telephone line, and communicates image data and the like. The network controller 120 connects the wired LAN I / F 121 and the external terminal with a LAN cable to perform network communication. Further, the network controller 120 wirelessly transmits / receives data to / from an external terminal via the wireless LAN antenna 122. The image processing controller 123 performs image processing such as converting the original read by the scanner 115 into image data, enlarging, reducing, monochromeizing, and converting the original into image data for printing by the printer 113.

人感センサコントローラ124は、人感センサ125の起動制御、及び画像形成装置1の前方の人(操作者)の有無をCPU101へ通知する。人感センサ125は、人等の物体を検知している間、検知信号を人感センサコントローラ124に送信する。物体を検知する方法は、例えば赤外線又は超音波等の反射を用いるものがあるが、本実施形態は検知方法をそれらに限定しない。人感センサコントローラ124は、人感センサ125で受信した検知信号を基に、検知した物体が画像形成装置1を使用するユーザであるかを判定し、ユーザである場合に、画像形成装置1の前方に人がいることをCPU101に通知する。なお、本実施形態のように人感センサコントローラ124を設けずに、人感センサ125の検知信号を直接、CPU101に送信する。そして、CPU101が画像形成装置1の前方にユーザがいるか判定してもよい。
人感センサコントローラ124は、画像形成装置1の前方の人の有無を検知する検知部の一例である。
The motion sensor controller 124 notifies the CPU 101 of the activation control of the motion sensor 125 and the presence / absence of a person (operator) in front of the image forming apparatus 1. The motion sensor 125 transmits a detection signal to the motion sensor controller 124 while detecting an object such as a person. As a method for detecting an object, for example, there is a method using reflection of infrared rays or ultrasonic waves, but the present embodiment does not limit the detection method to them. The motion sensor controller 124 determines whether the detected object is a user who uses the image forming device 1 based on the detection signal received by the motion sensor 125, and if it is a user, the motion sensor controller 1 determines whether the detected object is a user. Notifies the CPU 101 that there is a person in front. The detection signal of the motion sensor 125 is directly transmitted to the CPU 101 without providing the motion sensor controller 124 as in the present embodiment. Then, the CPU 101 may determine whether or not there is a user in front of the image forming apparatus 1.
The motion sensor controller 124 is an example of a detection unit that detects the presence or absence of a person in front of the image forming apparatus 1.

図3は、CPU101及び記憶装置104、人感センサコントローラ124、人感センサ125の間での処理の一例を示す図である。なお、図を簡略化するため、各ブロック間を接続するシステムバス105、及び人感センサコントローラ124を省略する。
コントローラ100は、CPU101の演算によってオペレーティングシステム(OS)201を動作させる。OS201は、ソフトウェア及びハードウェア全体を制御及び管理し、多くのアプリケーションから共通して利用される基本ソフトウェアである。このOS201上には、記憶装置104に対してデータを読み書きする機能も含まれる。例えば、OS201上で動作するアプリケーションにおいて、記憶装置104のデータの読み出しを行う場合、OS201によりCPU101から記憶装置104へデータ読み出しコマンドが発行される。データ読み出しコマンドを受信した記憶装置104は、その内部の記憶装置コントローラ202を動作させ、記憶装置104内の記憶領域からコマンドで要求されたデータを取得し、CPU101へ転送する。同様に、記憶装置104にデータを書き込む場合は、OS201によりCPU101から記憶装置104へデータ書き込みコマンドが発行される。データ書き込みコマンドを受信した記憶装置104は、その内部の記憶装置コントローラ202を動作させ、記憶装置104内の記憶領域にコマンドで要求されたデータを書き込む。
FIG. 3 is a diagram showing an example of processing between the CPU 101, the storage device 104, the motion sensor controller 124, and the motion sensor 125. In addition, in order to simplify the figure, the system bus 105 and the motion sensor controller 124 that connect each block are omitted.
The controller 100 operates the operating system (OS) 201 by the calculation of the CPU 101. OS201 is basic software that controls and manages the entire software and hardware and is commonly used by many applications. The OS 201 also includes a function of reading and writing data to and from the storage device 104. For example, in an application running on the OS 201, when reading the data of the storage device 104, the OS 201 issues a data read command from the CPU 101 to the storage device 104. The storage device 104 that has received the data read command operates the storage device controller 202 inside the storage device 104, acquires the data requested by the command from the storage area in the storage device 104, and transfers the data to the CPU 101. Similarly, when writing data to the storage device 104, the OS 201 issues a data write command from the CPU 101 to the storage device 104. The storage device 104 that has received the data write command operates the storage device controller 202 inside the storage device 104 to write the data requested by the command to the storage area in the storage device 104.

また、OS201は複数のアプリケーションが記憶装置104へデータの書き込みを行ったときに、重複した記憶領域へ異なるアプリケーションがデータを書いてしまい、必要なデータが失われないよう、記憶装置104内の記憶領域を複数の領域に区切って管理する。本実施形態では、仮に5つ(記憶領域203、記憶領域204、記憶領域205、記憶領域206、記憶領域207)で分割する。記憶装置104は、半導体記憶領域の一例である。 Further, when a plurality of applications write data to the storage device 104, the OS 201 stores the data in the storage device 104 so that different applications do not write the data to the overlapping storage area and the necessary data is not lost. The area is divided into multiple areas and managed. In the present embodiment, it is tentatively divided into five (storage area 203, storage area 204, storage area 205, storage area 206, storage area 207). The storage device 104 is an example of a semiconductor storage area.

記憶装置104にデータを書き込む際、記憶装置コントローラ202は、データ書き込みコマンドで指定された領域にデータを書き込む前に、その領域に何らかのデータが存在するか確認する。データが存在しない場合は、記憶装置コントローラ202は、指定された記憶領域にデータを書き込む。但し、記憶装置104のようなフラッシュメモリは1つのデータセルごとに書き換え回数に制限がある。そのため、記憶装置104では内蔵するフラッシュメモリの寿命を延ばすために、記憶装置コントローラ202によってウェアレベリングと呼ばれる分散書き込みが行われている。ウェアレベリングでは、書き込み回数の少ない記録ブロックをなるべく使用するように、ブロックを置き換えて書き込みが行われていく。そのため、記憶装置104にてウェアレベリング処理を実行中には、ブロック置き換え時にブロック消去及びデータコピー等が発生し、記憶装置104のパフォーマンス(読み書き性能)が低下する場合がある。これを回避する手段として、TRIMと呼ばれる処理を行うのが一般的である。
TRIMとは、記憶装置104に対して、OS201のファイルシステムにとって不要になった記憶ブロックを通知するコマンドである。具体的には、TRIMというコマンドによって使用しなくなった領域を半導体記憶装置のコントローラに対して通知する。使用しなくなった領域は、所定の領域の一例である。記憶装置コントローラ202は、未使用領域を認識することにより、使用中のブロックだけを集めて(ガーベージコレクション)ウェアレベリングすればよいので、コピーするデータ量が小さくなり、使用ブロック数も減少し、全体の書き替え回数も減少する。よって記憶装置104にTRIMコマンドで不要になった記憶ブロックを通知することにより、不必要な領域までウェアレベリング処理をする必要がなくなり、記憶装置104のパフォーマンス低下を抑制することができる。
ここで、TRIMコマンドは、半導体記憶領域の所定の領域に物理メモリブロック消去処理を実行させるためのコマンドということもできる。
When writing data to the storage device 104, the storage device controller 202 confirms whether or not any data exists in the area before writing the data to the area specified by the data write command. If the data does not exist, the storage controller 202 writes the data to the designated storage area. However, a flash memory such as the storage device 104 has a limit on the number of rewrites for each data cell. Therefore, in the storage device 104, in order to extend the life of the built-in flash memory, the storage device controller 202 performs distributed writing called wear leveling. In wear leveling, writing is performed by replacing blocks so as to use recording blocks with a small number of writes as much as possible. Therefore, while the wear leveling process is being executed by the storage device 104, block erasure, data copy, and the like may occur at the time of block replacement, and the performance (read / write performance) of the storage device 104 may deteriorate. As a means for avoiding this, it is common to perform a process called TRIM.
The TRIM is a command for notifying the storage device 104 of a storage block that is no longer needed for the file system of the OS 201. Specifically, the area that is no longer used by the command TRIM is notified to the controller of the semiconductor storage device. The area that is no longer used is an example of a predetermined area. By recognizing the unused area, the storage controller 202 needs to collect only the blocks in use (garbage collection) for wear leveling, so that the amount of data to be copied is reduced, the number of blocks used is also reduced, and the whole is used. The number of rewrites of is also reduced. Therefore, by notifying the storage device 104 of the storage blocks that are no longer needed by the TRIM command, it is not necessary to perform wear leveling processing up to an unnecessary area, and it is possible to suppress a deterioration in the performance of the storage device 104.
Here, the TRIM command can also be said to be a command for executing the physical memory block erasing process in a predetermined area of the semiconductor storage area.

しかしながら、上記のTRIMコマンドを発行している間、不要となった記憶領域を通知することにCPU101が占有されてしまい、OS201上の他のアプリケーションの動作に支障をきたしてしまう。例えば、画像形成装置1が印刷又はスキャンのジョブ動作を実行するために、アプリケーションでプリンタコントローラ112及びスキャナコントローラ114を制御していた場合、CPU101がTRIMコマンドにより占有されてしまうとジョブ実行が中断してしまう。他にも、ユーザ操作によりアプリケーションが表示部コントローラ106を制御していた場合、CPU101が占有されることで表示部の画面遷移等の動作が止まってしまう。上記のようにジョブ動作又はユーザが操作中にTRIMコマンドを実行すると、ユーザに画像形成装置1が故障したような誤解を与えてしまう恐れがある。したがって、TRIMコマンドを発行する場合は、ジョブが実施されておらず、かつ、ユーザが画像形成装置1を操作しない時間に限定することが望ましい。 However, while issuing the above TRIM command, the CPU 101 is occupied by notifying the storage area that is no longer needed, which hinders the operation of other applications on the OS 201. For example, if the image forming apparatus 1 controls the printer controller 112 and the scanner controller 114 in order to execute a print or scan job operation, the job execution is interrupted if the CPU 101 is occupied by the TRIM command. It ends up. In addition, when the application controls the display unit controller 106 by user operation, operations such as screen transition of the display unit are stopped because the CPU 101 is occupied. If the TRIM command is executed during the job operation or the operation as described above, the user may be misunderstood as if the image forming apparatus 1 has failed. Therefore, when issuing the TRIM command, it is desirable to limit the time when the job is not executed and the user does not operate the image forming apparatus 1.

また、ユーザが操作しない時間にTRIMコマンドを発行したとしても、記憶装置104の全ての領域を対象にしてしまうと、CPU101の占有時間が長くなってしまう。その場合、TRIMコマンドを発行するための条件が、CPU101の占有時間が長くなってもユーザの操作に影響しない時間に限定されてしまい、TRIMコマンドを発行しづらくなってしまう。これを回避するために、記憶装置104内の分割された記憶領域に対して、個別に順次TRIMコマンドを発行することが望ましい。そうすることで、1回のTRIMコマンドでCPU101を占有する時間が短くなり、TRIMコマンドを発行するための条件が緩和される。なお、例えば記憶装置104内の記憶領域203と記憶領域204のTRIMコマンドを発行したい場合、CPU101は、最初に記憶領域203のTRIMコマンドを発行し、TRIM動作が完了した後、記憶領域204のTRIMコマンドを発行する。 Further, even if the TRIM command is issued at a time when the user does not operate, if the entire area of the storage device 104 is targeted, the occupied time of the CPU 101 becomes long. In that case, the condition for issuing the TRIM command is limited to the time that does not affect the user's operation even if the occupied time of the CPU 101 becomes long, which makes it difficult to issue the TRIM command. In order to avoid this, it is desirable to issue TRIM commands individually to the divided storage areas in the storage device 104. By doing so, the time for occupying the CPU 101 with one TRIM command is shortened, and the conditions for issuing the TRIM command are relaxed. For example, when it is desired to issue a TRIM command of the storage area 203 and the storage area 204 in the storage device 104, the CPU 101 first issues a TRIM command of the storage area 203, and after the TRIM operation is completed, the TRIM of the storage area 204 is completed. Issue a command.

ユーザが画像形成装置1を操作しない時間であるかを判定する方法として、人感センサを用いる方法がある。人感センサ125により画像形成装置1の前方の人の有無を検知できるため、人感センサ125で人を検知しない間にTRIM動作を実行することで、ユーザに不要な誤解を与えることを回避できる。
例えば、OS201は次のようにTRIM動作を実行する。まず、スタンバイ状態でジョブを実行していない状態の画像形成装置1が、人感センサ125により、画像形成装置1の前方に一定時間の間ユーザがいないことを確認する。その後、予め選択した記憶装置104内の記憶領域203又は204、205、206、207に対してTRIMコマンドを発行する。選択した記憶領域のTRIMコマンドが完了した後、人感センサを用いて、画像形成装置1の前方にユーザがいないことが確認できた場合、先ほど選択した記憶領域以外の記憶領域を選択してTRIMコマンドを発行する。画像形成装置の前方にユーザがいない間、上記のように記憶領域を選択してTRIMコマンドを、対象となった全ての記憶装置104内の全ての記憶領域のTRIMコマンドが完了するまで発行し続ける。
As a method of determining whether or not the user does not operate the image forming apparatus 1, there is a method of using a motion sensor. Since the motion sensor 125 can detect the presence or absence of a person in front of the image forming apparatus 1, it is possible to avoid giving an unnecessary misunderstanding to the user by executing the TRIM operation while the motion sensor 125 does not detect a person. ..
For example, OS201 executes a TRIM operation as follows. First, the image forming apparatus 1 in the standby state in which the job is not executed confirms by the motion sensor 125 that there is no user in front of the image forming apparatus 1 for a certain period of time. After that, the TRIM command is issued to the storage areas 203 or 204, 205, 206, and 207 in the storage device 104 selected in advance. After the TRIM command for the selected storage area is completed, if it is confirmed by using the motion sensor that there is no user in front of the image forming apparatus 1, a storage area other than the previously selected storage area is selected and TRIM is selected. Issue a command. While there is no user in front of the image forming apparatus, the storage area is selected as described above and the TRIM command is continuously issued until the TRIM command of all the storage areas in all the target storage devices 104 is completed. ..

対象となった全ての記憶領域のTRIMコマンドが完了する前に、画像形成装置1の前方にユーザがいることを人感センサ125で確認した場合、それ以降はTRIMコマンドを発行せず、ユーザの操作があるまでスタンバイモードを維持する。つまり、記憶装置104内の一部の記憶領域はTRIMが実施されない。画像形成装置1の前方にいたユーザが画像形成装置1から離れてから一定時間経過後、同様に記憶装置104のTRIMを実行する。本実施形態ではその限りではないが、TRIMを実行する際、記憶領域203又は204、205、206、207の内の先ほどTRIMされなかった領域を優先的に実施してもよい。 If the motion sensor 125 confirms that the user is in front of the image forming apparatus 1 before the TRIM command of all the target storage areas is completed, the TRIM command is not issued after that, and the user's Maintain standby mode until there is an operation. That is, TRIM is not performed on a part of the storage areas in the storage device 104. After a certain period of time has passed since the user who was in front of the image forming apparatus 1 left the image forming apparatus 1, the TRIM of the storage device 104 is similarly executed. Although this is not the case in the present embodiment, when the TRIM is executed, the previously unTRIMed area of the storage areas 203 or 204, 205, 206, and 207 may be preferentially executed.

図4は、画像形成装置1がTRIM動作を実行する際の情報処理の一例を示すフローチャートである。このフローチャートは、画像形成装置1に電源が投入され、スタンバイ状態に移行する時点から始まる。
まず、S401で、CPU101は、画像形成装置の状態を確認し、かつ、ユーザが画像形成装置1の前方にいるかを確認するサブプロセスを実行する。サブプロセスの詳細は後述する。S401で、画像形成装置がスタンバイ状態であり、かつ、一定時間ユーザが画像形成装置1の前方にいないことが確認できたならば、CPU101は、S402以降に進み、記憶装置104のTRIM動作を開始する。
S402で、CPU101は、記憶装置104のTRIMが未完了の記憶領域の内の1つを選択する。
FIG. 4 is a flowchart showing an example of information processing when the image forming apparatus 1 executes a TRIM operation. This flowchart starts from the time when the power is turned on to the image forming apparatus 1 and the state shifts to the standby state.
First, in S401, the CPU 101 executes a sub-process for confirming the state of the image forming apparatus and confirming whether the user is in front of the image forming apparatus 1. Details of the subprocess will be described later. If it can be confirmed in S401 that the image forming apparatus is in the standby state and the user is not in front of the image forming apparatus 1 for a certain period of time, the CPU 101 proceeds to S402 or later and starts the TRIM operation of the storage device 104. To do.
In S402, the CPU 101 selects one of the storage areas where the TRIM of the storage device 104 is incomplete.

選択した記憶領域について、S403で、CPU101は、TRIMコマンドを実行する。
S404で、選択した記憶領域においてTRIMコマンドが完了する。
S405で、CPU101は、人感センサ125でユーザを検知しているか判定する。ユーザが画像形成装置1の前方にいる(S405:No)場合、CPU101は、以降の記憶装置104へのTRIMコマンド発行を終了し、S401へ戻る。ユーザが画像形成装置1の前方にいない(S405:Yes)場合、CPU101は、S406に進む。
In S403, the CPU 101 executes a TRIM command for the selected storage area.
In S404, the TRIM command is completed in the selected storage area.
In S405, the CPU 101 determines whether the user is detected by the motion sensor 125. When the user is in front of the image forming apparatus 1 (S405: No), the CPU 101 ends the subsequent issuing of the TRIM command to the storage device 104, and returns to S401. If the user is not in front of the image forming apparatus 1 (S405: Yes), the CPU 101 proceeds to S406.

S406で、CPU101は、画像形成装置1が予め決められたスリープ設定時刻に達していないか確認する。スリープ設定時刻に達していた(S406:No)場合、CPU101は、S409に進む。
S409で、CPU101は、スリープ状態に移行する。スリープ設定時刻に達していない(S406:Yes)の場合、CPU101は、S407に進む。
In S406, the CPU 101 confirms whether the image forming apparatus 1 has reached the predetermined sleep set time. When the sleep set time has been reached (S406: No), the CPU 101 proceeds to S409.
In S409, the CPU 101 shifts to the sleep state. If the sleep set time has not been reached (S406: Yes), the CPU 101 proceeds to S407.

S407で、CPU101は、記憶装置104にTRIM未完了の記憶領域が無いか確認する。TRIM未完了の記憶領域がある(S407:Yes)場合、CPU101は、S402に戻り、記憶装置104のTRIM動作を継続する。TRIM未完了の記憶領域がない(S407:No)場合、CPU101は、S408に進む。
S408で、CPU101は、画像形成装置1がスリープ時刻に達するまで待機後、S409に進む。S409で、CPU101は、画像形成装置1をスリープ状態へ移行する。その後、S410で、CPU101は、スリープ復帰要因を検知するまでスリープ状態を継続し、スリープ復帰要因を検知したら、S401へ戻り、スタンバイ状態に移行する。
In S407, the CPU 101 confirms whether the storage device 104 has a storage area for which TRIM has not been completed. When there is a storage area in which TRIM has not been completed (S407: Yes), the CPU 101 returns to S402 and continues the TRIM operation of the storage device 104. If there is no TRIM incomplete storage area (S407: No), the CPU 101 proceeds to S408.
In S408, the CPU 101 waits until the image forming apparatus 1 reaches the sleep time, and then proceeds to S409. In S409, the CPU 101 shifts the image forming apparatus 1 to the sleep state. After that, in S410, the CPU 101 continues the sleep state until it detects the sleep wakeup factor, and when it detects the sleep wakeup factor, it returns to S401 and shifts to the standby state.

上記のフローチャートのように、人感センサ125でユーザを検知した(S405:No)場合に記憶装置104へのTRIMコマンドの発行を終了すると、記憶装置104内の一部の記憶領域はTRIMが未実行となる。言い換えると、記憶装置104全体としてのTRIMを中断することが可能である。したがって、ユーザが画像形成装置1の前方に立った場合には、画像形成装置1はスタンバイモードであり、TRIMに起因する画像形成装置1の操作性低下を抑制できる。これにより、人感センサ125を用いて画像形成装置1をユーザが操作しない期間を特定してTRIM処理を実行できるため、ユーザが操作する際のパフォーマンス影響を最小限にしたまま、記憶装置104の各記憶領域に対してTRIM処理を行い、記憶装置104のパフォーマンスの劣化を抑止することができる。 When the issuance of the TRIM command to the storage device 104 is completed when the user is detected by the motion sensor 125 (S405: No) as shown in the above flowchart, the TRIM is not stored in a part of the storage area in the storage device 104. It will be executed. In other words, it is possible to interrupt the TRIM of the storage device 104 as a whole. Therefore, when the user stands in front of the image forming apparatus 1, the image forming apparatus 1 is in the standby mode, and the deterioration of the operability of the image forming apparatus 1 due to TRIM can be suppressed. As a result, the motion sensor 125 can be used to specify the period during which the user does not operate the image forming apparatus 1 and execute the TRIM process. Therefore, the storage device 104 can be operated while minimizing the performance effect when the user operates the image forming apparatus 1. TRIM processing can be performed on each storage area to suppress deterioration in the performance of the storage device 104.

図5は、図4におけるサブプロセスS401の内部フローの一例を示す図である。
まず、S501で、CPU101は、画像形成装置1をスタンバイモードに移行する。S502で、CPU101は、画像形成装置1でジョブが選択されたか確認する。S502でジョブが選択されない(S502:Yes)場合、CPU101は、S503に進む。S503で、CPU101は、画像形成装置1の前方にユーザがいるか確認する。画像形成装置1の前方にユーザがいる(S503:No)場合、CPU101は、S502に戻る。画像形成装置1の前方にユーザがいない(S503:Yes)場合、CPU101は、S504に進む。
FIG. 5 is a diagram showing an example of the internal flow of the subprocess S401 in FIG.
First, in S501, the CPU 101 shifts the image forming apparatus 1 to the standby mode. In S502, the CPU 101 confirms whether or not the job has been selected by the image forming apparatus 1. If no job is selected in S502 (S502: Yes), the CPU 101 proceeds to S503. In S503, the CPU 101 confirms whether or not there is a user in front of the image forming apparatus 1. When the user is in front of the image forming apparatus 1 (S503: No), the CPU 101 returns to S502. If there is no user in front of the image forming apparatus 1 (S503: Yes), the CPU 101 proceeds to S504.

S504で、CPU101は、待機時間のカウントを開始する。この待機時間とは、TRIMコマンドを発行してよいかを判定するために使用される。待機時間カウントが開始された後、S505で、人感センサが画像形成装置1の前方にユーザを検知した(S505:Yes)場合、CPU101は、S506へ進む。S506で、CPU101は、待機時間カウントを終了し、S502に戻る。S505で人感センサ125が画像形成装置1の前方にユーザを検知しない(S505:No)場合、CPU101は、S507に進む。 At S504, the CPU 101 starts counting the standby time. This waiting time is used to determine whether a TRIM command may be issued. After the standby time count is started, if the motion sensor detects the user in front of the image forming apparatus 1 in S505 (S505: Yes), the CPU 101 proceeds to S506. At S506, the CPU 101 ends the standby time count and returns to S502. If the motion sensor 125 does not detect the user in front of the image forming apparatus 1 in S505 (S505: No), the CPU 101 proceeds to S507.

S507で、CPU101は、待機時間が予め決められた規定時間1(例えば、本実施形態では5秒)より長くなるか判断する。S507で待機時間が規定時間1よりも短い場合、CPU101は、S505に戻る。S507で待機時間が規定時間1よりも長い場合、CPU101は、S508に進む。S508で、CPU101は、待機時間カウントを終了後、記憶装置104のTRIMの実行するため、サブプロセスS401を終了する。規定時間1は、設定時間の一例である。 In S507, the CPU 101 determines whether the standby time is longer than the predetermined predetermined time 1 (for example, 5 seconds in the present embodiment). If the standby time is shorter than the specified time 1 in S507, the CPU 101 returns to S505. If the standby time is longer than the specified time 1 in S507, the CPU 101 proceeds to S508. In S508, after the standby time count is completed, the CPU 101 terminates the subprocess S401 in order to execute the TRIM of the storage device 104. The specified time 1 is an example of the set time.

S502でジョブが選択された(S502:No)場合、CPU101は、S509へ進む。S509で、CPU101は、選択されたジョブを実行する。ジョブ実行中、S510で、CPU101は、人感センサ125がOFFか否かを判定する。人感センサ125が画像形成装置1の前方にユーザを検知している(S510:No)場合、CPU101は、S511へ進む。 When a job is selected in S502 (S502: No), the CPU 101 proceeds to S509. In S509, the CPU 101 executes the selected job. During job execution, in S510, the CPU 101 determines whether or not the motion sensor 125 is OFF. When the motion sensor 125 detects the user in front of the image forming apparatus 1 (S510: No), the CPU 101 proceeds to S511.

S511で、CPU101は、ジョブが終了したか判断する。ジョブが終了しない(S511:No)間は、CPU101は、S510に戻り、S511との遷移を繰り返す。S511でジョブが終了(S511:Yes)した場合、CPU101は、S501へ戻る。S501で、画像形成装置1はスタンバイ状態に移行する。S510において、ジョブ実行中にユーザが画像形成装置1の前方から離れた(S510:Yes)場合、CPU101は、S512へ進む。ジョブが終了しない(S512:No)場合は、CPU101は、S510へ戻り、S512との遷移を繰り返す。 In S511, the CPU 101 determines whether the job has been completed. While the job is not completed (S511: No), the CPU 101 returns to S510 and repeats the transition with S511. When the job ends in S511 (S511: Yes), the CPU 101 returns to S501. In S501, the image forming apparatus 1 shifts to the standby state. In S510, if the user leaves the front of the image forming apparatus 1 during job execution (S510: Yes), the CPU 101 proceeds to S512. If the job is not completed (S512: No), the CPU 101 returns to S510 and repeats the transition with S512.

S512でジョブが終了した(S512:Yes)場合、CPU101は、S513に進む。S513で、CPU101は、待機時間カウントを開始する。その後、S514で、CPU101は、人感センサ125がOFFか否かを判定する。人感センサ125が画像形成装置1の前方にユーザを検知しない(S514:No)場合、CPU101は、S515に進む。 When the job is completed in S512 (S512: Yes), the CPU 101 proceeds to S513. In S513, the CPU 101 starts the standby time count. After that, in S514, the CPU 101 determines whether or not the motion sensor 125 is OFF. If the motion sensor 125 does not detect the user in front of the image forming apparatus 1 (S514: No), the CPU 101 proceeds to S515.

S515で、CPU101は、待機時間が予め決められた規定時間2(例えば、本実施形態では30秒)より長くなるか判断する。S515で待機時間が規定時間2よりも短い場合、CPU101は、S514に戻る。S515で待機時間が規定時間2よりも長い場合、CPU101は、S516へ進む。S516で、CPU101は、待機時間カウントを終了後、記憶装置104のTRIMの実行するため、サブプロセスS401を終了する。規定時間2は、設定時間の一例である。 In S515, the CPU 101 determines whether the standby time is longer than the predetermined predetermined time 2 (for example, 30 seconds in this embodiment). If the standby time is shorter than the specified time 2 in S515, the CPU 101 returns to S514. If the standby time is longer than the specified time 2 in S515, the CPU 101 proceeds to S516. In S516, the CPU 101 terminates the subprocess S401 in order to execute the TRIM of the storage device 104 after the standby time count is completed. The specified time 2 is an example of the set time.

上記のサブプロセスS401において、S507とS515では、待機時間と比較される規定時間が異なってよい。なぜならば、S507とS515ジョブ終了後のユーザの動作が異なるからである。S507の場合、画像形成装置1のジョブが終了後にユーザが離れているため、ユーザは成果物を回収していると予想される。ここで、成果物とは、印刷ジョブの場合は印刷物であり、スキャンジョブ等の場合はスキャンした原紙のことである。しかし、S515の場合は、実行されたジョブの成果物が残っている状態である。ユーザは、ジョブ実行中に画像形成装置1から離れる場合があるが、ジョブ終了後は成果物を回収するために画像形成装置1へ戻ってくることが予想される。したがって、画像形成装置1は、ユーザが戻ってきた場合に即座にジョブを実行できるよう、規定時間を長くとることが望ましい(規定時間1<規定時間2)。 In the above subprocess S401, the specified time compared with the waiting time may be different between S507 and S515. This is because the user's behavior after the S507 and S515 jobs are completed is different. In the case of S507, since the user is separated after the job of the image forming apparatus 1 is completed, it is expected that the user is collecting the deliverable. Here, the deliverable is a printed matter in the case of a print job, and is a scanned base paper in the case of a scan job or the like. However, in the case of S515, the deliverable of the executed job remains. The user may leave the image forming apparatus 1 during job execution, but is expected to return to the image forming apparatus 1 in order to collect the deliverables after the job is completed. Therefore, it is desirable that the image forming apparatus 1 take a long specified time so that the job can be executed immediately when the user returns (specified time 1 <specified time 2).

なお、S507において、規定時間を設けない場合も想定されるが、規定時間は設けた方が望ましい。なぜならば、S505において、画像形成装置1の前方から離れたユーザとは別のユーザが、画像形成装置1を使用する場合があるからである。その際、2人のユーザが立ち位置を替える間に画像形成装置1がTRIMを開始してしまうと、2人目のユーザが即座に画像形成装置1を使用できないためである。 In S507, it is assumed that the specified time is not provided, but it is desirable to provide the specified time. This is because, in S505, a user other than the user who is away from the front of the image forming apparatus 1 may use the image forming apparatus 1. At that time, if the image forming apparatus 1 starts TRIM while the two users change their standing positions, the second user cannot immediately use the image forming apparatus 1.

本実施形態によれば、人感センサ125によってユーザが画像形成装置1の前方にいない期間を特定して記憶装置104の記憶領域へTRIM処理を実行することで、ユーザが操作する際のパフォーマンス影響を最小限にしたまま、記憶装置104のパフォーマンスの劣化を抑止することができる。 According to the present embodiment, the motion sensor 125 identifies a period during which the user is not in front of the image forming apparatus 1 and executes the TRIM process on the storage area of the storage device 104, thereby affecting the performance when the user operates the image forming device 1. The deterioration of the performance of the storage device 104 can be suppressed while keeping the minimum value.

<その他の実施形態>
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給する。そして、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読み出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
<Other Embodiments>
The present invention supplies a system or device with a program that realizes one or more of the functions of the above-described embodiment via a network or a storage medium. It can also be realized by a process in which one or more processors in the computer of the system or apparatus reads and executes a program. It can also be realized by a circuit (for example, ASIC) that realizes one or more functions.

以上、本発明の実施形態の一例について詳述したが、本発明は係る特定の実施形態に限定されるものではない。 Although an example of the embodiment of the present invention has been described in detail above, the present invention is not limited to the specific embodiment.

以上、上述した各実施形態によれば、人感センサによって、画像形成装置をユーザが操作しない期間を特定してTRIM処理を実行できるため、ユーザが操作する際のパフォーマンス影響を最小限にしたまま、半導体記憶装置の各領域に対してTRIM処理を行い、半導体記憶装置のパフォーマンスの劣化を抑止することができる。 As described above, according to each of the above-described embodiments, the motion sensor can specify the period during which the user does not operate the image forming apparatus and execute the TRIM process, so that the performance impact when the user operates the image forming apparatus is kept to a minimum. , TRIM processing can be performed on each region of the semiconductor storage device, and deterioration of the performance of the semiconductor storage device can be suppressed.

1 画像形成装置
101 CPU
104 記憶装置
125 人感センサ
1 Image forming apparatus 101 CPU
104 Storage device 125 Motion sensor

Claims (7)

半導体記憶装置を有する画像処理装置であって、
前記半導体記憶装置は複数の領域に分割された半導体記憶領域を有し、
前記半導体記憶領域の所定の領域に物理メモリブロック消去処理を実行させるためのTRIMコマンドを発行する発行手段を有し、
前記画像処理装置の前方に操作者がいない場合に、前記発行手段は、前記TRIMコマンドを発行することを特徴とする画像処理装置。
An image processing device having a semiconductor storage device.
The semiconductor storage device has a semiconductor storage area divided into a plurality of areas, and has a semiconductor storage area.
It has an issuing means for issuing a TRIM command for executing a physical memory block erasing process in a predetermined area of the semiconductor storage area.
An image processing device characterized in that the issuing means issues the TRIM command when there is no operator in front of the image processing device.
前記画像処理装置の前方の操作者の有無を検知する検知部によって、前記画像処理装置の前方に操作者がいないと検知されている間に、前記発行手段は、前記TRIMコマンドを発行することを特徴とする請求項1に記載の画像処理装置。 While the detection unit that detects the presence or absence of an operator in front of the image processing device detects that there is no operator in front of the image processing device, the issuing means issues the TRIM command. The image processing apparatus according to claim 1. 前記検知部によって、設定時間、前記画像処理装置の前方に操作者がいないと検知されている間に、前記発行手段は、前記TRIMコマンドを発行することを特徴とする請求項2に記載の画像処理装置。 The image according to claim 2, wherein the issuing means issues the TRIM command while the detection unit detects that there is no operator in front of the image processing device for a set time. Processing equipment. ジョブを実行中に操作者が前記画像処理装置の前を離れたままジョブを終了した場合と、ジョブを終了後に操作者が前記画像処理装置の前を離れた場合とで前記設定時間を異なる値とすることを特徴とする請求項3に記載の画像処理装置。 The set time differs depending on whether the operator finishes the job while leaving the front of the image processing device during execution of the job and the operator leaves the front of the image processing device after finishing the job. The image processing apparatus according to claim 3, wherein the image processing apparatus is characterized by the above. ジョブの実行中に操作者が前記画像処理装置の前を離れたままジョブを終了した場合の前記設定時間を、ジョブの終了後に操作者が前記画像処理装置の前を離れた場合の設定時間よりも長くすることを特徴とする請求項4に記載の画像処理装置。 The set time when the operator finishes the job while leaving the front of the image processing device during job execution is set from the set time when the operator leaves the front of the image processing device after the job is completed. The image processing apparatus according to claim 4, wherein the image processing apparatus is also lengthened. 半導体記憶装置を有する画像処理装置が実行する情報処理方法であって、
前記半導体記憶装置は複数の領域に分割された半導体記憶領域を有し、
前記半導体記憶領域の所定の領域に物理メモリブロック消去処理を実行させるためのTRIMコマンドを発行する工程を含み、
前記画像処理装置の前方に操作者がいない場合に、前記工程では、前記TRIMコマンドを発行することを特徴とする情報処理方法。
An information processing method executed by an image processing device having a semiconductor storage device.
The semiconductor storage device has a semiconductor storage area divided into a plurality of areas, and has a semiconductor storage area.
A step of issuing a TRIM command for executing a physical memory block erasing process in a predetermined area of the semiconductor storage area is included.
An information processing method characterized in that the TRIM command is issued in the step when there is no operator in front of the image processing device.
半導体記憶装置を有するコンピュータを、請求項1乃至5の何れか1項に記載の画像処理装置の前記発行手段として機能させるためのプログラム。 A program for causing a computer having a semiconductor storage device to function as the issuing means of the image processing device according to any one of claims 1 to 5.
JP2019221439A 2019-12-06 2019-12-06 Image processing apparatus, information processing method, and program Pending JP2021093569A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019221439A JP2021093569A (en) 2019-12-06 2019-12-06 Image processing apparatus, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019221439A JP2021093569A (en) 2019-12-06 2019-12-06 Image processing apparatus, information processing method, and program

Publications (1)

Publication Number Publication Date
JP2021093569A true JP2021093569A (en) 2021-06-17

Family

ID=76310974

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019221439A Pending JP2021093569A (en) 2019-12-06 2019-12-06 Image processing apparatus, information processing method, and program

Country Status (1)

Country Link
JP (1) JP2021093569A (en)

Similar Documents

Publication Publication Date Title
US9360912B2 (en) Shutdown processing mode with forcible power off
JP5917163B2 (en) Information processing apparatus, control method and program thereof, and storage medium
JP6289128B2 (en) Information processing apparatus, control method therefor, and program
CN107807800B (en) Information processing apparatus and method of controlling information processing apparatus
JP2015222909A (en) Image formation apparatus, control method therefor and program
JP2019008372A (en) Information processing apparatus, control method thereof and program
JP6703790B2 (en) Information processing apparatus, control method thereof, and program
KR101596095B1 (en) Printing apparatus and recording medium
JP2014138342A (en) Image forming device
JP2017130071A (en) Image processing apparatus, memory control device, and memory control method
JP6758873B2 (en) Power control method for image forming equipment
JP2021090169A (en) Image forming apparatus and method for controlling image forming apparatus
JP6226243B2 (en) Image forming apparatus, operation control method, and operation control program
JP2021093569A (en) Image processing apparatus, information processing method, and program
JP2012168374A (en) Image forming apparatus, method of controlling image formation, program for controlling image formation, and recording medium
JP2008067299A (en) Image forming apparatus
JP2014138265A (en) Image forming apparatus
JP7384031B2 (en) Printing device, control method, and control program
JP2021099642A (en) Information processing device and method for controlling information processing device
JP6459570B2 (en) Image forming apparatus, activation control method, and activation control program
JP7313840B2 (en) Information processing device, control method for information processing device, and program
JP2018063499A (en) Information processing device, control method thereof, and program
JP2012070028A (en) Image forming apparatus
JP6745040B2 (en) Management device, image processing device, user detection range changing method
JP2021026319A (en) Image forming apparatus and method for controlling image forming apparatus