JP2022087022A - Information processing apparatus, information processing program, and image forming apparatus - Google Patents

Information processing apparatus, information processing program, and image forming apparatus Download PDF

Info

Publication number
JP2022087022A
JP2022087022A JP2021173305A JP2021173305A JP2022087022A JP 2022087022 A JP2022087022 A JP 2022087022A JP 2021173305 A JP2021173305 A JP 2021173305A JP 2021173305 A JP2021173305 A JP 2021173305A JP 2022087022 A JP2022087022 A JP 2022087022A
Authority
JP
Japan
Prior art keywords
volatile memory
data
determination unit
unit
write
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
JP2021173305A
Other languages
Japanese (ja)
Inventor
亮太 森本
Ryota Morimoto
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
Publication of JP2022087022A publication Critical patent/JP2022087022A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Memory System (AREA)
  • Stored Programmes (AREA)
  • Facsimiles In General (AREA)

Abstract

To allow stable operation without delaying the operation of the entire apparatus despite the use of a low-speed non-volatile memory.SOLUTION: An information processing apparatus comprises: a first storage control unit that performs storage control of data with respect to a non-volatile memory; and a second storage control unit that performs storage control of data with respect to a volatile memory. A priority determination unit determines the priority of the data stored in the volatile memory to perform writing in the non-volatile memory. When determining that writing of data in the non-volatile memory can be executed based on the priority, an execution determination unit controls the second storage control unit to read the data from the volatile memory, and controls the first storage control unit to write the data read out from the volatile memory in the non-volatile memory.SELECTED DRAWING: Figure 4

Description

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

今日において、例えば複合機、プリンタ装置、スキャナ装置等の画像形成装置には、EEPROM(Electrically Erasable Programmable Read Only Memory)及びフラッシュメモリ等の2種類の不揮発性メモリが設けられている。 Today, for example, image forming devices such as multifunction devices, printer devices, and scanner devices are provided with two types of non-volatile memories such as EEPROM (Electrically Erasable Programmable Read Only Memory) and flash memory.

EEPROMは、100万回程度の書き換えが可能である。このため、比較的多くの回数のデータの読み書きが行われる、例えば画像形成装置のエンジン制御部のデータ保存用等に用いられる。これに対して、フラッシュメモリは、1000~10000回程度と、書き換え可能回数が少ない。このため、あまり書き換えを行わない、例えばエンジン制御のプログラム保存用等に用いられる。 The EEPROM can be rewritten about 1 million times. Therefore, it is used for data storage of an engine control unit of an image forming apparatus, for example, in which data is read and written a relatively large number of times. On the other hand, the flash memory has a small number of rewritable times, which is about 1000 to 10000 times. Therefore, it is used for storing a program for engine control, for example, which is not rewritten very much.

このような不揮発性メモリに対する特許文献として、特許文献1(特開2009-119823号公報)に、画像形成装置が開示されている。この画像形成装置は、印刷手段を制御する制御プログラムが記憶された不揮発性メモリを備えている。また、この画像形成装置は、制御プログラムに基づいて印刷手段を制御する制御処理、及び、不揮発性メモリに記憶されたデータの少なくとも一部を書き換える書き換え処理を実行する制御手段を備えている。そして、制御手段は、書き換え処理を実行する前に、印刷手段を電源の遮断が可能な終了状態に移行させる終了処理を実行する。これにより、不揮発性メモリ内のデータ書き換え中に画像形成装置の電源が切断されても、適切な対応を可能とすることができる。 As a patent document for such a non-volatile memory, Patent Document 1 (Japanese Unexamined Patent Publication No. 2009-119823) discloses an image forming apparatus. This image forming apparatus includes a non-volatile memory in which a control program for controlling the printing means is stored. Further, the image forming apparatus includes a control process for controlling the printing means based on the control program, and a control unit for executing a rewriting process for rewriting at least a part of the data stored in the non-volatile memory. Then, before executing the rewriting process, the control means executes the end process of shifting the printing means to the end state in which the power can be cut off. As a result, even if the power of the image forming apparatus is turned off during the rewriting of data in the non-volatile memory, it is possible to take appropriate measures.

ここで、プログラム等のそれほど頻繁に書き換えを行わない情報、及び、データ等の頻繁に書き換えが行われる情報の両方を保存するために、不揮発性メモリとしてフラッシュメモリのみを設けることを考える。これにより、高価なEEPROMを不要とすることができる。 Here, it is considered that only a flash memory is provided as a non-volatile memory in order to store both information that is not frequently rewritten such as a program and information that is frequently rewritten such as data. This makes it possible to eliminate the need for expensive EEPROM.

しかし、不揮発性メモリとしてフラッシュメモリのみを用いると、装置の動作が全体的に遅くなり、動作を安定させることが困難となる。 However, if only the flash memory is used as the non-volatile memory, the operation of the device becomes slow as a whole, and it becomes difficult to stabilize the operation.

本発明は、上述の課題に鑑みてなされたものであり、低速な不揮発性メモリを用いながらにして、装置全体の動作を遅延させることなく安定動作を可能とする情報処理装置、情報処理プログラム及び画像形成装置の提供を目的とする。 The present invention has been made in view of the above-mentioned problems, and is an information processing apparatus, an information processing program, and an image forming capable of stable operation without delaying the operation of the entire apparatus while using a low-speed non-volatile memory. The purpose is to provide the device.

上述した課題を解決し、目的を達成するために、本発明は、不揮発性メモリに対するデータの記憶制御を行う第1の記憶制御部と、揮発性メモリに対するデータの記憶制御を行う第2の記憶制御部と、不揮発性メモリに対して書き込みを行うために揮発性メモリに記憶されたデータの優先度を判定する優先度判定部と、優先度に基づいて不揮発性メモリに対するデータの書き込みが実行できると判定した際に、揮発性メモリからデータを読み出すように第2の記憶制御部を制御し、揮発性メモリから読み出したデータを不揮発性メモリに書き込むように、第1の記憶制御部を制御する書き込み実行判定部と、を有する。 In order to solve the above-mentioned problems and achieve the object, the present invention has a first storage control unit that controls the storage of data for the volatile memory and a second storage that controls the storage of the data for the volatile memory. The control unit, the priority determination unit that determines the priority of the data stored in the volatile memory for writing to the non-volatile memory, and the priority determination unit that determines the priority of the data stored in the volatile memory, and the data can be written to the non-volatile memory based on the priority. When it is determined, the second storage control unit is controlled so as to read the data from the volatile memory, and the first storage control unit is controlled so as to write the data read from the volatile memory to the non-volatile memory. It has a write execution determination unit.

本発明によれば、低速な不揮発性メモリを用いながらにして、装置全体の動作を遅延させることなく安定動作を可能とすることができるという効果を奏する。 According to the present invention, it is possible to achieve stable operation without delaying the operation of the entire device while using a low-speed non-volatile memory.

図1は、第1の実施の形態のカラー複写機の装置構成を示す図である。FIG. 1 is a diagram showing an apparatus configuration of a color copier according to the first embodiment. 図2は、MFPの電気構成を示すブロック図である。FIG. 2 is a block diagram showing the electrical configuration of the MFP. 図3は、図2に示したエンジン制御部の電気構成を説明するためのブロック図である。FIG. 3 is a block diagram for explaining the electrical configuration of the engine control unit shown in FIG. 2. 図4は、エンジン制御部のCPUがメモリ制御プログラムを実行することで実現される各機能の機能ブロック図である。FIG. 4 is a functional block diagram of each function realized by executing a memory control program by the CPU of the engine control unit. 図5は、メモリ制御動作の流れを示すフローチャートである。FIG. 5 is a flowchart showing the flow of the memory control operation. 図6は、不揮発性メモリから揮発性メモリに対する制御プログラムの退避の形態を説明するための図である。FIG. 6 is a diagram for explaining a mode of saving the control program from the non-volatile memory to the volatile memory. 図7は、第2の実施の形態にかかるエンジン制御部のCPUがメモリ制御プログラムを実行することで実現される各機能の機能ブロック図である。FIG. 7 is a functional block diagram of each function realized by executing a memory control program by the CPU of the engine control unit according to the second embodiment. 図8は、メモリ制御動作の流れを示すフローチャートである。FIG. 8 is a flowchart showing the flow of the memory control operation. 図9は、書き込み実行中であることを示すダイアログの一例を示す図である。FIG. 9 is a diagram showing an example of a dialog indicating that writing is being executed.

以下、添付図面を参照して、実施の形態となる複合機(MFP:画像形成装置の一例)の説明をする。 Hereinafter, a multifunction device (MFP: an example of an image forming apparatus) according to an embodiment will be described with reference to the attached drawings.

(第1の実施の形態)
(装置構成)
図1は、第1の実施の形態のMFPの装置構成を示す図である。一例ではあるが、この実施の形態のMFP9は、コピー機能、プリンタ機能、スキャナ機能等の複数の画像形成機能を備えている。このMFP9は、4個のPCDU(Photo Conductor Development Unit)部210及び書き込み部209を有する。また、実施の形態のMFP9は、転写体として中間転写ベルト213を有する。
(First Embodiment)
(Device configuration)
FIG. 1 is a diagram showing an apparatus configuration of the MFP of the first embodiment. As an example, the MFP 9 of this embodiment has a plurality of image forming functions such as a copy function, a printer function, and a scanner function. This MFP 9 has four PCDU (Photo Conductor Development Unit) units 210 and a writing unit 209. Further, the MFP 9 of the embodiment has an intermediate transfer belt 213 as a transfer body.

利用者が操作部940を介してコピーの指示操作を行うと、スキャナ部216にセットされた原稿用紙が光学的に読み取られ、画像データが生成される。書き込み部209は、画像データに基づいて、PCDU部210の感光体ドラム212上にレーザー光照射する。これにより、静電潜像が作像される。 When the user performs a copy instruction operation via the operation unit 940, the manuscript paper set in the scanner unit 216 is optically read and image data is generated. The writing unit 209 irradiates the photoconductor drum 212 of the PCDU unit 210 with laser light based on the image data. As a result, an electrostatic latent image is created.

PCDU部210は、図1の紙面の左からY(yellow)、M(magenta)、C(cyan)、Bk(black)色となっている。トナーボトル215のトナーは、サブホッパーに一時的に溜められ、PCDU部210に供給され、トナー補給ローラ、現像ローラ211を介してトナーが感光体ドラム212に供給される。これにより、静電潜像上にトナーが付着する。 The PCDU unit 210 has Y (yellow), M (magenta), C (cyan), and Bk (black) colors from the left of the paper in FIG. 1. The toner in the toner bottle 215 is temporarily stored in the sub hopper, supplied to the PCDU unit 210, and the toner is supplied to the photoconductor drum 212 via the toner replenishing roller and the developing roller 211. As a result, the toner adheres to the electrostatic latent image.

フルカラー印刷の場合、各色で書き込み→現像→中間転写ベルト213への転写→クリーニングが行われ、中間転写ベルト213上で色が重ねられフルカラー画像が作成される。PCDU部210で転写されなかった廃トナーは、クリーニングブレードによって回収され、廃トナー部208に搬送される。中間転写ベルト213上の廃トナーは中間転写クリーイングユニット214によって回収され、同じく廃トナー部208に搬送される。 In the case of full-color printing, writing → development → transfer to the intermediate transfer belt 213 → cleaning is performed for each color, and the colors are superimposed on the intermediate transfer belt 213 to create a full-color image. The waste toner that has not been transferred by the PCDU unit 210 is collected by the cleaning blade and conveyed to the waste toner unit 208. The waste toner on the intermediate transfer belt 213 is collected by the intermediate transfer cleaning unit 214 and is also conveyed to the waste toner unit 208.

給紙部207から給紙された用紙は、2次転写部205で中間転写ベルト213と接する。この際、中間転写駆動ローラ204にはバイアス電圧が印可される。これにより、中間転写ベルト213上の画像が用紙に2次転写される。 The paper fed from the paper feed unit 207 comes into contact with the intermediate transfer belt 213 at the secondary transfer unit 205. At this time, a bias voltage is applied to the intermediate transfer drive roller 204. As a result, the image on the intermediate transfer belt 213 is secondarily transferred to the paper.

さらに、用紙は、定着部203まで搬送され、トナーを用紙に熱定着処理が施される。その後、排紙部202により印刷された用紙が排出される。 Further, the paper is conveyed to the fixing portion 203, and the toner is heat-fixed to the paper. After that, the printed paper is ejected by the paper ejection unit 202.

また、実施の形態のMFP9は、人体検知センサ960を有している。人体検知センサ960は、MFP9に対するユーザの近接、及び、MFP9とユーザとの間の距離等を検出する。 Further, the MFP 9 of the embodiment has a human body detection sensor 960. The human body detection sensor 960 detects the proximity of the user to the MFP 9, the distance between the MFP 9 and the user, and the like.

(電気構成)
図2は、MFP9の電気構成を示すブロック図である。この図2に示すようにMFP9は、コントローラ部910、近距離通信回路920、エンジン制御部930、操作パネル940、ネットワークI/F950を備えている。
(Electrical configuration)
FIG. 2 is a block diagram showing an electrical configuration of the MFP 9. As shown in FIG. 2, the MFP 9 includes a controller unit 910, a short-range communication circuit 920, an engine control unit 930, an operation panel 940, and a network I / F 950.

コントローラ部910は、CPU901、システムメモリ(MEM-P)902、ノースブリッジ(NB)903、サウスブリッジ(SB)904、ASIC(Application Specific Integrated Circuit)906、ローカルメモリ(MEM-C)907、HDDコントローラ908、及び、HDD909を有している。NB903とASIC906との間は、AGP(Accelerated Graphics Port)バス921で接続されている。 The controller unit 910 includes a CPU 901, a system memory (MEM-P) 902, a north bridge (NB) 903, a south bridge (SB) 904, an ASIC (Application Specific Integrated Circuit) 906, a local memory (MEM-C) 907, and an HDD controller. It has a 908 and an HDD 909. The NB 903 and the ASIC 906 are connected by an AGP (Accelerated Graphics Port) bus 921.

CPU901は、MFP9の全体制御を行う制御部である。NB903は、CPU901と、MEM-P902、SB904、及びAGPバス921とを接続するためのブリッジである。NB903は、MEM-P902に対する読み書きなどを制御するメモリコントローラと、PCI(Peripheral Component Interconnect)マスタ及びAGPターゲットとを有する。 The CPU 901 is a control unit that controls the entire MFP 9. The NB 903 is a bridge for connecting the CPU 901, the MEM-P902, the SB904, and the AGP bus 921. The NB 903 has a memory controller that controls reading and writing to the MEM-P902, a PCI (Peripheral Component Interconnect) master, and an AGP target.

MEM-P902は、メモリコントローラの各機能を実現させるプログラム又はデータの格納用メモリであるROM902a、プログラム又はデータの展開、及びメモリ印刷時の描画用メモリ等に用いられるRAM902bを有する。なお、RAM902bに記憶されているプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、CD-R、DVD等のコンピュータで読み取り可能な記録媒体に記録して提供してもよい。 The MEM-P902 has a ROM 902a which is a memory for storing a program or data that realizes each function of the memory controller, and a RAM 902b used for a memory for developing a program or data and a memory for drawing at the time of memory printing. The program stored in the RAM 902b may be provided by recording it as a file in an installable format or an executable format on a computer-readable recording medium such as a CD-ROM, CD-R, or DVD. ..

SB904は、NB903とPCIデバイス、周辺デバイスとを接続するためのブリッジである。ASIC906は、画像処理用のハードウェア要素を有する画像処理用途向けのIC(Integrated Circuit)であり、AGPバス921、PCI(Peripheral Component Interconnect)バス922、HDDコントローラ908及びMEM-C907をそれぞれ接続するブリッジの役割を有する。 The SB904 is a bridge for connecting the NB903 to a PCI device and a peripheral device. The ASIC 906 is an IC (Integrated Circuit) for image processing applications having hardware elements for image processing, and is a bridge connecting an AGP bus 921, a PCI (Peripheral Component Interconnect) bus 922, an HDD controller 908, and a MEM-C907, respectively. Has the role of.

このASIC906は、PCIターゲット及びAGPマスタ、ASIC906の中核をなすアービタ(ARB)及びMEM-C907を制御するメモリコントローラを有する。また、ASIC906は、ハードウェアロジック等により画像の回転等を行う複数のDMAC(Direct Memory Access Controller)、並びに、スキャナ部931及びプリンタ部932との間でPCIバス922を介したデータ転送を行うPCIユニットを有する。なお、ASIC906には、USBインタフェース又はIEEE1394(Institute of Electrical and Electronics Engineers 1394)のインタフェースを接続してもよい。 The ASIC 906 has a PCI target and an AGP master, an arbiter (ARB) at the core of the ASIC 906, and a memory controller that controls the MEM-C907. Further, the ASIC 906 is a plurality of DMACs (Direct Memory Access Controllers) that rotate an image by hardware logic or the like, and a PCI that transfers data between the scanner unit 931 and the printer unit 932 via the PCI bus 922. Has a unit. A USB interface or an IEEE 1394 (Institute of Electrical and Electronics Engineers 1394) interface may be connected to the ASIC 906.

MEM-C907は、コピー用画像バッファ及び符号バッファとして用いるローカルメモリである。HDD909は、画像データの蓄積、印刷時に用いるフォントデータの蓄積、フォームの蓄積を行うためのストレージである。HDDコントロ-ラ908は、CPU901の制御にしたがってHDD909に対するデータの書き込み及び読み出しを制御する。AGPバス921は、グラフィック処理を高速化するために提案されたグラフィックスアクセラレータカード用のバスインタフェースである。AGPバス921は、MEM-P902に高スループットで直接アクセスすることで。グラフィックスアクセラレータカードを高速にすることができる。 The MEM-C907 is a local memory used as a copy image buffer and a code buffer. The HDD 909 is a storage for accumulating image data, accumulating font data used at the time of printing, and accumulating forms. The HDD controller 908 controls the writing and reading of data to the HDD 909 according to the control of the CPU 901. The AGP bus 921 is a bus interface for a graphics accelerator card proposed for speeding up graphic processing. The AGP bus 921 has direct access to MEM-P902 with high throughput. Graphics accelerator card can be speeded up.

近距離通信回路920には、近距離通信回路920を有している。近距離通信回路920は、NFC(Near Field Communication)、Bluetooth(登録商標)等の通信回路である。更に、エンジン制御部930は、スキャナ部931及びプリンタ部932を有している。 The short-range communication circuit 920 has a short-range communication circuit 920. The short-range communication circuit 920 is a communication circuit such as NFC (Near Field Communication) and Bluetooth (registered trademark). Further, the engine control unit 930 has a scanner unit 931 and a printer unit 932.

操作パネル940は、現在の設定値又は選択画面等を表示し、操作者からの入力を受け付けるタッチパネル等の表示部940aを有している。また、操作パネル940は、濃度の設定条件等の画像形成に関する条件の設定値の入力を行うためのテンキー及びコピー開始を指示するためのスタートキー等を備えた操作部940bを有している。 The operation panel 940 has a display unit 940a such as a touch panel that displays the current set value or the selection screen and receives input from the operator. Further, the operation panel 940 has an operation unit 940b provided with a numeric keypad for inputting set values of conditions related to image formation such as density setting conditions and a start key for instructing the start of copying.

コントローラ部910は、MFP9全体の制御を行い、例えば描画制御、通信制御、操作パネル940からの入力の処理等を行う。スキャナ部931又はプリンタ部932は、誤差拡散処理及びガンマ変換処理等の画像処理機能を有している。 The controller unit 910 controls the entire MFP 9, for example, drawing control, communication control, processing of input from the operation panel 940, and the like. The scanner unit 931 or the printer unit 932 has image processing functions such as error diffusion processing and gamma conversion processing.

なお、MFP9は、操作パネル940のアプリケーション切り替えキーにより、ドキュメントボックス機能、コピー機能、プリンタ機能、及びファクシミリ機能を順次に切り替えて実行可能となっている。MFP9は、ドキュメントボックス機能の選択時にはドキュメントボックスモードとなり、コピー機能の選択時にはコピーモードとなる。また、MFP9は、プリンタ機能の選択時にはプリンタモードとなり、ファクシミリモードの選択時にはファクシミリモードとなる。 The MFP 9 can be executed by sequentially switching the document box function, the copy function, the printer function, and the facsimile function by the application switching key of the operation panel 940. The MFP 9 is in the document box mode when the document box function is selected, and is in the copy mode when the copy function is selected. Further, the MFP 9 is in the printer mode when the printer function is selected, and is in the facsimile mode when the facsimile mode is selected.

ネットワークI/F950は、通信ネットワークを利用してデータ通信をするためのインタフェースである。近距離通信回路920及びネットワークI/F950は、PCIバス922を介して、ASIC906に電気的に接続されている。 The network I / F950 is an interface for performing data communication using a communication network. The short-range communication circuit 920 and the network I / F 950 are electrically connected to the ASIC 906 via the PCI bus 922.

また、PCIバス922には、上述の人体検知センサ960が接続されている。また、PCIバス922には、時刻をカウントするタイマ961、及び、スキャナ部931でスキャンを行う原稿又はコピーを行う原稿の有無を検出する原稿検出部962が接続されている。 Further, the above-mentioned human body detection sensor 960 is connected to the PCI bus 922. Further, the PCI bus 922 is connected to a timer 961 for counting the time and a document detection unit 962 for detecting the presence / absence of a document to be scanned or a document to be copied by the scanner unit 931.

(エンジン制御部の電気構成)
図3は、図2に示したエンジン制御部930の電気構成を説明するためのブロック図である。この図3において、コントローラ部910は、MFP9の状態管理及びUI(User Interface)、外部機器との間のネットワーク通信、印刷画像の生成及び画像処理等を行う。
(Electrical configuration of engine control unit)
FIG. 3 is a block diagram for explaining the electrical configuration of the engine control unit 930 shown in FIG. In FIG. 3, the controller unit 910 manages the state of the MFP 9, UI (User Interface), network communication with an external device, generation of a printed image, image processing, and the like.

エンジン制御部930は、MFP9のモータ又はソレノイド等のアクチュエータ制御、センサ、LD(Laser Diode)等のIO制御を行う。 The engine control unit 930 performs actuator control such as a motor or solenoid of the MFP 9, and IO control such as a sensor and an LD (Laser Diode).

エンジン制御部930のCPU307は、バスライン306を介して、不揮発性メモリ304、揮発性メモリ305、ASIC(Application Specific Integrated Circuit)303と接続されている。ASIC303は、例えば圧縮/伸張、合成等の画像処理、入出力処理、コントローラ部910及びエンジン制御部930の通信処理等の制御を行う。 The CPU 307 of the engine control unit 930 is connected to the non-volatile memory 304, the volatile memory 305, and the ASIC (Application Specific Integrated Circuit) 303 via the bus line 306. The ASIC 303 controls, for example, image processing such as compression / decompression and composition, input / output processing, and communication processing of the controller unit 910 and the engine control unit 930.

CPU307は、不揮発性メモリ304に格納されたプログラムを読み出して実行する。不揮発性メモリ304としては、例えばNOR型フラッシュメモリ等の安価で低速なフラッシュメモリが用いられている。このフラッシュメモリの書き換え可能回数は1000回~10000回程度である。また、このフラッシュメモリのデータの書き換えに要する時間は500msec~1000msecとなっている。 The CPU 307 reads and executes the program stored in the non-volatile memory 304. As the non-volatile memory 304, an inexpensive and low-speed flash memory such as a NOR type flash memory is used. The number of times the flash memory can be rewritten is about 1000 to 10000 times. Further, the time required for rewriting the data in the flash memory is 500 msec to 1000 msec.

このような不揮発性メモリ304には、メモリ制御プログラム(情報処理プログラムの一例)、及び各種プログラムで使用される各種データ、デバイス固有の特性値等が保存される。 In such a non-volatile memory 304, a memory control program (an example of an information processing program), various data used in various programs, device-specific characteristic values, and the like are stored.

通常、このような低速でデータ書き換えに対する耐久性の低いフラッシュメモリは、あまり書き換えを行わない、例えばエンジン制御部930のプログラム保存用等に用いられる。そして、このフラッシュメモリと併用するかたちで、高速でデータ書き換えに対する耐久性の高い不揮発性メモリであるEEPROMを設け、このEEPROMを、エンジン制御部930のデータ保存用等に用いている。 Usually, such a flash memory having a low speed and low durability against data rewriting is used for storing a program of an engine control unit 930, for example, which does not rewrite much. Then, in combination with this flash memory, an EEPROM, which is a non-volatile memory having high speed and high durability against data rewriting, is provided, and this EEPROM is used for data storage of the engine control unit 930 and the like.

しかし、実施の形態のMFP9の場合、高速でデータ書き換えに対する耐久性の高い不揮発性メモリであるEEPROMを設けることなく(併用することなく)、低速でデータ書き換えに対する耐久性の低いフラッシュメモリのみを、不揮発性メモリ304として用いている。そして、このフラッシュメモリのみで、装置全体の動作を遅延させることなく安定動作を可能としている。 However, in the case of the MFP 9 of the embodiment, only a flash memory having a low speed and a low durability against data rewriting is used without providing (without using) an EEPROM which is a non-volatile memory having a high speed and a high durability against data rewriting. It is used as a non-volatile memory 304. The flash memory alone enables stable operation without delaying the operation of the entire device.

揮発性メモリ305は、プログラムを実行する際の作業領域として用いられる。また、一部の制御プログラムは、不揮発性メモリ304から揮発性メモリ305に複製される。CPU307は、揮発性メモリ305に複製されたプログラムを読み出して実行する。この揮発性メモリ305としては、例えばSRAM(Static Random Access Memory)又はDRAM(Dynamic Random Access Memory)等を用いることができる。 The volatile memory 305 is used as a work area when executing a program. Further, some control programs are replicated from the non-volatile memory 304 to the volatile memory 305. The CPU 307 reads and executes the program duplicated in the volatile memory 305. As the volatile memory 305, for example, SRAM (Static Random Access Memory) or DRAM (Dynamic Random Access Memory) can be used.

(エンジン制御部のソフトウェア構成)
図4は、エンジン制御部930のCPU307が、不揮発性メモリ304に記憶されているメモリ制御プログラムを実行することで実現される各機能の機能ブロック図である。この図4に示すように、CPU307は、メモリ制御プログラムを実行することで、更新データ優先度判定部101、ユーザ操作判定部102、マシン状態判定部103、書き込み実行判定部104、及び、退避プログラム選択部105の各機能を実現する。また、CPU307は、メモリ制御プログラムを実行することで、不揮発性メモリ読込/書込部106、揮発性メモリ読込/書込部107、及び、更新データ一時蓄積部108の各機能を実現する。
(Software configuration of engine control unit)
FIG. 4 is a functional block diagram of each function realized by the CPU 307 of the engine control unit 930 executing the memory control program stored in the non-volatile memory 304. As shown in FIG. 4, the CPU 307 executes the memory control program to execute the update data priority determination unit 101, the user operation determination unit 102, the machine state determination unit 103, the write execution determination unit 104, and the save program. Each function of the selection unit 105 is realized. Further, the CPU 307 realizes each function of the non-volatile memory read / write unit 106, the volatile memory read / write unit 107, and the update data temporary storage unit 108 by executing the memory control program.

更新データ優先度判定部101(優先度判定部の一例)は、揮発性メモリ305に一時的に記憶された全ての更新データの優先度を判定する。ユーザ操作判定部102は、MFP9とユーザとの間の距離、及び、ユーザの操作パネル940に対する操作の判定を行う。マシン状態判定部103(機器状態判定部の一例)は、例えば印刷中、待機中、省エネ中、エラー発生中等のMFP9のマシン状態等を判定する。 The update data priority determination unit 101 (an example of the priority determination unit) determines the priority of all the update data temporarily stored in the volatile memory 305. The user operation determination unit 102 determines the distance between the MFP 9 and the user and the operation of the user's operation panel 940. The machine state determination unit 103 (an example of the device state determination unit) determines the machine state of the MFP 9 such as during printing, standby, energy saving, and error occurrence.

書き込み実行判定部104は、更新データ優先度判定部101の判定結果、ユーザ操作判定部102の判定結果、マシン状態判定部103の判定結果に基づいて、不揮発性メモリ304に対する書き込みを実行するか否かを判定する。退避プログラム選択部105(退避処理部の一例)は、不揮発性メモリ304から揮発性メモリ305に退避させる一部又は全部のプログラムを選択する。 Whether or not the write execution determination unit 104 executes writing to the non-volatile memory 304 based on the determination result of the update data priority determination unit 101, the determination result of the user operation determination unit 102, and the determination result of the machine state determination unit 103. Is determined. The save program selection unit 105 (an example of the save processing unit) selects a part or all of the programs to be saved from the non-volatile memory 304 to the volatile memory 305.

不揮発性メモリ読込/書込部106(第1の記憶制御部の一例)は、不揮発性メモリ304に対するデータの書き込み及び読み出しを制御する。揮発性メモリ読込/書込部107(第2の記憶制御部の一例)は、揮発性メモリ305に対するデータの書き込み及び読み出しを制御する。更新データ一時蓄積部108は、揮発性メモリ読込/書込部107と共に、揮発性メモリ305に対して更新データを一時的に記憶させる。 The non-volatile memory read / write unit 106 (an example of the first storage control unit) controls writing and reading of data to the non-volatile memory 304. The volatile memory read / write unit 107 (an example of the second storage control unit) controls the writing and reading of data to the volatile memory 305. The update data temporary storage unit 108, together with the volatile memory read / write unit 107, temporarily stores the update data in the volatile memory 305.

なお、この例では、更新データ優先度判定部101~更新データ一時蓄積部108は、メモリ制御プログラムにより、ソフトウェアで実現することとした。しかし、これらのうち全部又は一部を、IC(Integrated Circuit)等のハードウェアで実現してもよい。 In this example, the update data priority determination unit 101 to the update data temporary storage unit 108 are realized by software by a memory control program. However, all or part of these may be realized by hardware such as an IC (Integrated Circuit).

また、メモリ制御プログラムは、インストール可能な形式又は実行可能な形式のファイル情報でCD-ROM、フレキシブルディスク(FD)などのコンピュータ装置で読み取り可能な記録媒体に記録して提供してもよい。また、メモリ制御プログラムは、CD-R、DVD(Digital Versatile Disk)、ブルーレイ(登録商標)ディスク、半導体メモリ等のコンピュータ装置で読み取り可能な記録媒体に記録して提供してもよい。また、メモリ制御プログラムは、インターネット等のネットワーク経由でインストールするかたちで提供してもよい。また、メモリ制御プログラムは、機器内のROM等に予め組み込んで提供してもよい。 Further, the memory control program may be provided by recording the file information in an installable format or an executable format on a recording medium readable by a computer device such as a CD-ROM or a flexible disk (FD). Further, the memory control program may be provided by recording on a recording medium readable by a computer device such as a CD-R, a DVD (Digital Versatile Disk), a Blu-ray (registered trademark) disk, or a semiconductor memory. Further, the memory control program may be provided in the form of being installed via a network such as the Internet. Further, the memory control program may be provided by incorporating it into a ROM or the like in the device in advance.

(メモリ制御動作)
図5は、エンジン制御部930のCPU307が、不揮発性メモリ304に記憶されているメモリ制御プログラムを実行することで行われるメモリ制御動作の流れを示すフローチャートである。この図5のフローチャートにおいて、まず、ステップS1及びステップS2では、揮発性メモリ読込/書込部107が、不揮発性メモリ304に対する更新データの有無を確認する。不揮発性メモリ304に対する更新データが存在する場合(ステップS2:Yes)、更新データ一時蓄積部108及び揮発性メモリ読込/書込部107は、揮発性メモリ305に対して、更新データを一時的に蓄積する(ステップS3)。
(Memory control operation)
FIG. 5 is a flowchart showing a flow of a memory control operation performed by the CPU 307 of the engine control unit 930 executing a memory control program stored in the non-volatile memory 304. In the flowchart of FIG. 5, first, in step S1 and step S2, the volatile memory read / write unit 107 confirms the presence / absence of update data for the non-volatile memory 304. When the update data for the non-volatile memory 304 exists (step S2: Yes), the update data temporary storage unit 108 and the volatile memory read / write unit 107 temporarily store the update data for the volatile memory 305. Accumulate (step S3).

次に、ステップS4では、更新データ優先度判定部101が、揮発性メモリ305に対して一時的に記憶されている全ての更新データについて優先度の判定を行う。更新データ優先度判定部101は、更新データに定着SC(サービスコール)発生情報など、重要性が高い情報の有無、前回の更新データの書き込みからの経過時間、更新量、更新回数等に基づいて、更新データの優先度の判定を行う。すなわち、更新データ優先度判定部101は、更新データの種類、更新データの緊急度、更新データの重要度、タイマ961からの計時情報に基づいて計時される、前回の更新時からの経過時間又は更新の頻度、回数等に基づいて、更新データの優先度の判定を行う。 Next, in step S4, the update data priority determination unit 101 determines the priority of all the update data temporarily stored in the volatile memory 305. The update data priority determination unit 101 is based on the presence / absence of highly important information such as fixed SC (service call) occurrence information in the update data, the elapsed time since the last update data was written, the update amount, the update count, and the like. , Judge the priority of the update data. That is, the update data priority determination unit 101 is timed based on the type of update data, the urgency of the update data, the importance of the update data, and the timekeeping information from the timer 961. The priority of the update data is determined based on the frequency and number of updates.

また、更新データの緊急度の高いデータとは、MFP9の故障状態、又は、エラー状態の発生状況に関するデータ等である。また、重要度の高いデータとは、ユーザが変更した設定値、課金にかかわる情報に関するデータ等である。 Further, the data with high urgency of the update data is data related to the failure state of the MFP 9 or the occurrence state of the error state. Further, the data with high importance is a set value changed by the user, data related to information related to billing, and the like.

なお、更新データに対する優先度は、更新データ全体に対して付与しても良いし、個々の更新データ毎に付与してもよい。または、不揮発性メモリ304への記録ブロック単位で付与してもよい。 The priority for the update data may be given to the entire update data or may be given to each individual update data. Alternatively, it may be assigned in units of recording blocks to the non-volatile memory 304.

次に、ステップS5では、ユーザ操作判定部102が、ユーザ操作の判定を行う。具体的には、ユーザ操作判定部102は、人感検知センサ960の検出出力による、ユーザとMFP9との間の距離(MFP9の近傍に居るか否か)、ユーザの位置、ユーザの手の位置、距離、推定される操作内容、操作部940の実際の操作内容、人体知結果の確からしさ等に基づいて、ユーザの操作状況を判定する。 Next, in step S5, the user operation determination unit 102 determines the user operation. Specifically, the user operation determination unit 102 determines the distance between the user and the MFP 9 (whether or not it is in the vicinity of the MFP 9), the position of the user, and the position of the user's hand according to the detection output of the human sensation detection sensor 960. , The distance, the estimated operation content, the actual operation content of the operation unit 940, the certainty of the human body knowledge result, and the like, the operation status of the user is determined.

人感検知センサ960としては、光センサ、焦電型赤外線センサ、超音波センサ、音センサ、振動センサ、距離センサ等を用いることができる。 As the human sensor 960, an optical sensor, a focal infrared sensor, an ultrasonic sensor, a sound sensor, a vibration sensor, a distance sensor, or the like can be used.

また、操作部940がタッチパネルの場合、ユーザ操作判定部102として、抵抗膜方式、感圧式又は静電容量方式のタッチパネルを用いることができる。そして、このタッチパネルを用いることで、例えばユーザの手が、MFP9に対する電源の投入及び遮断を操作するボタンに近接した位置にあるか否かを判定できる。 When the operation unit 940 is a touch panel, a resistance film type, pressure sensitive type, or capacitance type touch panel can be used as the user operation determination unit 102. Then, by using this touch panel, for example, it can be determined whether or not the user's hand is in a position close to the button for operating the power on / off of the MFP 9.

ユーザ操作判定部102は、このように、例えばこれからMFP9を操作しようとしているか、印刷等を開始しようとしているか、電源遮断しようとしているか等の操作状況の判定を行う。 In this way, the user operation determination unit 102 determines the operation status such as whether the MFP 9 is about to be operated, printing or the like is about to be started, or the power is to be cut off.

次に、ステップS6では、マシン状態判定部103が、MFP9のマシン状態を判定する。具体的には、マシン状態判定部103は、印刷中、待機中、省エネルギーモード中、エラー発生中等のマシン状態の判定を行う。また、マシン状態判定部103は、この他、ネットワークI/F950を介してネットワーク接続がされているか、プリントジョブがキューイングされているか、操作部940を操作中か、操作中の画面がどのような画面か、印刷が開始可能な状態か等の判定を行う。また、マシン状態判定部103は、原稿検出部962からの検出出力に基づいて、原稿載置台にスキャン又はコピーを行う原稿用紙がセットされているかの判定を行う。 Next, in step S6, the machine state determination unit 103 determines the machine state of the MFP 9. Specifically, the machine state determination unit 103 determines the machine state such as printing, standby, energy saving mode, and error occurrence. In addition, the machine status determination unit 103 is connected to the network via the network I / F950, the print job is queued, the operation unit 940 is being operated, and the screen being operated is displayed. It is judged whether the screen is clean or whether printing can be started. Further, the machine state determination unit 103 determines whether or not the document paper to be scanned or copied is loaded on the document mounting table based on the detection output from the document detection unit 962.

次に、ステップS7では、書き込み実行判定部104が、更新データ優先度判定部101及びユーザ操作判定部102の各判定結果に基づいて、不揮発性メモリ304に更新データの書き込みを実行するか否かを判定する。 Next, in step S7, whether or not the write execution determination unit 104 writes the update data to the non-volatile memory 304 based on the determination results of the update data priority determination unit 101 and the user operation determination unit 102. Is determined.

書き込み実行判定部104が、例えば更新データ優先度判定部101により優先度の高いことを示す判定結果を得ると共に、ユーザ操作判定部102により、ユーザがこれから印刷動作を開始しようとしていることを示す判定結果を得たとする。この場合、不揮発性メモリ304に対する更新データの書き込みを開始すると、更新データの書き込みが完了するまでの間、ユーザに印刷実行を待たせるおそれがある。 The write execution determination unit 104 obtains a determination result indicating that the priority is high by, for example, the update data priority determination unit 101, and the user operation determination unit 102 determines that the user is about to start the printing operation. Suppose you get the result. In this case, if the writing of the update data to the non-volatile memory 304 is started, there is a possibility that the user may have to wait for the printing execution until the writing of the update data is completed.

この場合、書き込み実行判定部104は、ユーザの印刷が完了するのを待って、不揮発性メモリ304に対する更新データの書き込みを行うように、不揮発性メモリ読込/書込部106を制御する(ステップS8:Yes)。これにより、不揮発性メモリ304に対する書き込みが完了するまでの間、ユーザがMFP9の操作が不能となる不都合を防止できる。 In this case, the write execution determination unit 104 controls the non-volatile memory read / write unit 106 so as to wait for the user's printing to be completed and write the update data to the non-volatile memory 304 (step S8). : Yes). This can prevent the inconvenience that the user cannot operate the MFP 9 until the writing to the non-volatile memory 304 is completed.

同様に、ステップS8:Noの後段のステップS9では、書き込み実行判定部104が、更新データ優先度判定部101及びマシン状態判定部103の各判定結果に基づいて、不揮発性メモリ304に更新データの書き込みを実行するか否かを判定する。 Similarly, in step S9 after step S8: No, the write execution determination unit 104 stores the update data in the non-volatile memory 304 based on the determination results of the update data priority determination unit 101 and the machine state determination unit 103. Determines whether to execute the write.

書き込み実行判定部104が、例えば更新データ優先度判定部101により優先度が高いことを示す判定結果を得たのであるが、マシン状態判定部103により、印刷ジョブがキューイングされていることを示す判定結果を得たとする。この場合、書き込み実行判定部104は、ユーザに印刷を待たせないために、印刷完了後に、不揮発性メモリ304に対する更新データの書き込みを行うように、不揮発性メモリ読込/書込部106を制御する(ステップS10:Yes)。 The write execution determination unit 104 has obtained a determination result indicating that the priority is high, for example, by the update data priority determination unit 101, but the machine state determination unit 103 indicates that the print job is queued. It is assumed that the judgment result is obtained. In this case, the write execution determination unit 104 controls the non-volatile memory read / write unit 106 so as to write the update data to the non-volatile memory 304 after the print is completed so that the user does not have to wait for printing. (Step S10: Yes).

また、上述のように、操作部940がタッチパネルの場合、ユーザ操作判定部102として、抵抗膜方式、感圧式又は静電容量方式のタッチパネルを用いることができる。そして、このタッチパネルを用いることで、例えばユーザの手が、MFP9に対する電源の投入及び遮断を操作するボタンに近接した位置にあるか否かを判定できる。また、ユーザの手が、MFP9に対する電源の投入及び遮断を操作するボタンに近接した位置にあるか否かを判定することで、ユーザが電源を遮断しようとしているか否かの判定を行うことができる。 Further, as described above, when the operation unit 940 is a touch panel, a resistance film type, pressure sensitive type or capacitance type touch panel can be used as the user operation determination unit 102. Then, by using this touch panel, for example, it can be determined whether or not the user's hand is in a position close to the button for operating the power on / off of the MFP 9. Further, by determining whether or not the user's hand is close to the button for operating the power on / off of the MFP 9, it is possible to determine whether or not the user is trying to turn off the power. ..

ユーザが電源を遮断しようとしていると判定した場合、書き込み実行判定部104は、即座に、不揮発性メモリ304に対する更新データの書き込みを行うように、不揮発性メモリ読込/書込部106を制御する。CPU901は、この書き込み完了後に、電源を遮断制御する。 When it is determined that the user is about to shut off the power supply, the write execution determination unit 104 controls the non-volatile memory read / write unit 106 so as to immediately write the update data to the non-volatile memory 304. After the writing is completed, the CPU 901 controls to shut off the power supply.

なお、書き込み実行判定部104は、マシン状態判定部103により、省エネルギーモードに遷移することを示すマシン状態の判定結果を待って、不揮発性メモリ304に対する更新データの書き込みを行うように、不揮発性メモリ読込/書込部106を制御してもよい。MFP9が省エネルギーモードに遷移するということは、ユーザによりMFP9が操作されていない状態であることを意味する。このため、MFP9が省エネルギーモードに遷移するのを待って、更新データの書き込みを行うことで、ユーザの操作が待機状態となる不都合を防止できる。 The write execution determination unit 104 waits for the machine state determination result indicating the transition to the energy saving mode by the machine state determination unit 103, and writes the update data to the non-volatile memory 304. The read / write unit 106 may be controlled. The transition of the MFP 9 to the energy saving mode means that the MFP 9 is not operated by the user. Therefore, by waiting for the MFP 9 to transition to the energy saving mode and writing the update data, it is possible to prevent the inconvenience that the user's operation is in the standby state.

なお、この例では、更新データ優先度、ユーザ操作、マシン状態をそれぞれ比較しているが、これらを一度に比較してもよいし、判定順序を変更して上述の判定を行ってもよい。 In this example, the update data priority, the user operation, and the machine state are compared, but these may be compared at once, or the determination order may be changed to perform the above determination.

次に、更新データの書き込みを実行する場合(ステップS8:Yes,ステップS10:Yes)、退避プログラム選択部105が、ステップS11において、不揮発性メモリ304から揮発性メモリ305に退避する制御プログラムを選択する。これは、不揮発性メモリ304の書き換え中に、不揮発性メモリ304から制御プログラムの読み出しができず、制御プログラムが書き換え以外を実行できない状態を避けるためである。 Next, when writing update data is executed (step S8: Yes, step S10: Yes), the save program selection unit 105 selects a control program to save from the non-volatile memory 304 to the volatile memory 305 in step S11. do. This is to avoid a state in which the control program cannot be read from the non-volatile memory 304 during rewriting of the non-volatile memory 304, and the control program cannot execute anything other than rewriting.

退避させる制御プログラムとしては、不揮発性メモリの書き換え処理のプログラム、ユーザ操作に対する応答処理のプログラム、コントローラ部910からの通知に対する応答処理プログラム、又は、エラー発生時の対応処理プログラム等が該当する。 The control program to be saved corresponds to a program for rewriting the non-volatile memory, a program for responding to user operations, a program for responding to notifications from the controller unit 910, a program for responding when an error occurs, and the like.

この他、ユーザ操作判定部102の判定結果に基づいて予測される、ユーザの操作に対応する制御プログラムを選択して退避させてもよい。また、マシン状態判定部103の判定結果に基づいて、MFP9のマシン状態に応じた制御プログラムを選択して退避させてもよい。 In addition, a control program corresponding to the user's operation, which is predicted based on the determination result of the user operation determination unit 102, may be selected and saved. Further, the control program corresponding to the machine state of the MFP 9 may be selected and saved based on the determination result of the machine state determination unit 103.

不揮発性メモリ304の全ての制御プログラムを揮発性メモリ305に退避させようとすると、容量的又は時間的に退避困難となる。しかし、上述のように、ユーザの操作又はマシン状態等に応じて、必要最低限の制御プログラムを選択して退避させることで、容量的又は時間的に退避困難となる不都合を防止できる。 If all the control programs of the non-volatile memory 304 are to be saved in the volatile memory 305, it becomes difficult to save them in terms of capacity or time. However, as described above, by selecting and evacuating the minimum necessary control program according to the user's operation or the machine state, it is possible to prevent the inconvenience that it becomes difficult to evacuate in terms of capacity or time.

同様の理由で、図6(a)に示すように退避プログラムを不揮発性メモリ304上では圧縮して記憶しておき、図6(b)に示すように揮発性メモリ305に退避させる際に伸張し、揮発性メモリ305に展開してもよい。 For the same reason, the save program is compressed and stored on the non-volatile memory 304 as shown in FIG. 6 (a), and decompressed when the save program is saved in the volatile memory 305 as shown in FIG. 6 (b). It may be expanded to the volatile memory 305.

次に、ステップS12では、揮発性メモリ読込/書込部107が、揮発性メモリ305に、一時的に蓄積していた更新データを読み出し、不揮発性メモリ読込/書込部106が、不揮発性メモリ304に対して書き込み、ステップS1に戻る。このような更新データの書き込みは、一度に全ての更新データの書き込みを行ってもよいし、不揮発性メモリ304に対してブロック単位で書き込んでもよい。 Next, in step S12, the volatile memory read / write unit 107 reads the update data temporarily stored in the volatile memory 305, and the non-volatile memory read / write unit 106 reads the non-volatile memory. Write to 304 and return to step S1. Such update data may be written at once, or may be written to the non-volatile memory 304 in block units.

(実施の形態の効果)
以上の説明から明らかなように、実施の形態のMFP9は、書き込み実行判定部104を備え、必要と判断した際に、揮発性メモリ305から不揮発性メモリ304に更新データ等の書き込みを行う。ただし、不用意に書き込みを行うと、不揮発性メモリ304の制限のある書き込み回数をオーバーすることが懸念される。このため、書き込み実行判定部104は、更新データ優先度判定部101による更新データの重要性、緊急性等の判定結果に基づいて、書き込みを行うか否かを判定して書き込みを行う。これにより、書き込みを必要最低限とすることができ、不揮発性メモリ304を長期間、使用可能とすることができる。
(Effect of embodiment)
As is clear from the above description, the MFP 9 of the embodiment includes a write execution determination unit 104, and writes update data or the like from the volatile memory 305 to the non-volatile memory 304 when it is determined to be necessary. However, if writing is performed carelessly, there is a concern that the limited number of writings of the non-volatile memory 304 may be exceeded. Therefore, the write execution determination unit 104 determines whether or not to write based on the determination result of the importance, urgency, etc. of the update data by the update data priority determination unit 101, and writes. As a result, writing can be minimized, and the non-volatile memory 304 can be used for a long period of time.

また、不揮発性メモリ304が、例えば一般的なフラッシュメモリの場合、データの書き換え中は、データの読み出しを行うことができない。このため、書き換えに要する時間である、例えば500msec~1000msec間、不揮発性メモリ304から制御プログラムを読み出し、実行することができない。その結果、MFP9を操作しても、処理が行われずに待ち時間が発生し、緊急の処理も実行できないという問題があった。 Further, when the non-volatile memory 304 is, for example, a general flash memory, the data cannot be read out while the data is being rewritten. Therefore, it is not possible to read and execute the control program from the non-volatile memory 304 during the time required for rewriting, for example, from 500 msec to 1000 msec. As a result, even if the MFP 9 is operated, there is a problem that the processing is not performed and a waiting time occurs, and the urgent processing cannot be executed.

このため、実施の形態のMFP9は、退避プログラム選択部105により、不揮発性メモリ304のデータの書き換え中に必要となるプログラムを選定する。そして、選定したプログラムを、不揮発性メモリ304から揮発性メモリ305にコピーする。これにより、必要に応じて、不揮発性メモリ304の書き換え中に、揮発性メモリ305から選定したプログラムを読み出して実行することができ、MFP9の操作に待ち時間が発生し、又は、緊急の処理が実行できなくなる不都合を防止できる。 Therefore, in the MFP 9 of the embodiment, the save program selection unit 105 selects a program required during rewriting of the data in the non-volatile memory 304. Then, the selected program is copied from the non-volatile memory 304 to the volatile memory 305. As a result, the program selected from the volatile memory 305 can be read and executed while the non-volatile memory 304 is being rewritten, and a waiting time occurs in the operation of the MFP 9 or an urgent process is performed. You can prevent the inconvenience of not being able to execute.

また、ユーザ操作判定部102の判定結果に基づいて、ユーザが使いそうな機能(プログラム)を退避させ、使わなさそうな機能(プログラム)を退避させないことで、ユーザを待たせる時間を軽減できる。 Further, based on the determination result of the user operation determination unit 102, the function (program) that is likely to be used by the user is saved, and the function (program) that is unlikely to be used is not saved, so that the time for waiting the user can be reduced.

また、実施の形態のMFP9は、ユーザ操作判定部102により、ユーザが操作しないタイミングに不揮発性メモリ304を更新することで、不揮発性メモリ304の書き換えに要する時間分、ユーザが待ち状態となる不都合を軽減する。また、ユーザ操作判定部102により、MFP9の電源の遮断操作が予測された場合、書き込み実行判定部104は、強制的に不揮発性メモリ304を更新した後に、MFP9の電源を遮断する。これにより、MFP9の電源が遮断される前に、不揮発性メモリ304に対してデータの更新を行うことができ、電源の遮断により、更新データが消失する不都合を防止できる。 Further, in the MFP 9 of the embodiment, the user operation determination unit 102 updates the non-volatile memory 304 at a timing when the user does not operate, so that the user is in a waiting state for the time required for rewriting the non-volatile memory 304. To reduce. Further, when the user operation determination unit 102 predicts that the power of the MFP 9 will be cut off, the write execution determination unit 104 forcibly updates the non-volatile memory 304 and then shuts off the power of the MFP 9. As a result, data can be updated to the non-volatile memory 304 before the power supply of the MFP 9 is cut off, and the inconvenience of losing the updated data due to the power cutoff can be prevented.

また、実施の形態のMFP9は、更新データ優先度判定部101により、更新データに定着SC(サービスコール)発生情報など、重要性が高い情報の有無、前回の更新データの書き込みからの経過時間、更新量、更新回数に基づいて、更新データの優先度を判定する。書き込み実行判定部104は、このような更新データ優先度判定部101の判定結果に基づいて、更新データの書き込み実行をするか否かを判定し、適切なタイミングで更新データを不揮発性メモリ304に書き込む。これにより、例えば停電などで更新データが消失する不都合を防止できる。 Further, in the MFP 9 of the embodiment, the update data priority determination unit 101 determines whether or not there is highly important information such as fixed SC (service call) occurrence information in the update data, and the elapsed time since the last update data was written. The priority of the update data is determined based on the update amount and the update count. The write execution determination unit 104 determines whether or not to execute the write of the update data based on the determination result of the update data priority determination unit 101, and transfers the update data to the non-volatile memory 304 at an appropriate timing. Write. This makes it possible to prevent the inconvenience of losing updated data due to, for example, a power failure.

このように実施の形態のMFP9は、EEPROM等の高速で高価な不揮発性メモリは用いずに、フラッシュメモリ等の低速で安価な不揮発性メモリ304を用いたうえで、装置全体の動作を遅延させることなく安定動作を可能とすることができる。 As described above, the MFP 9 of the embodiment delays the operation of the entire device after using a low-speed and inexpensive non-volatile memory 304 such as a flash memory without using a high-speed and expensive non-volatile memory such as EEPROM. Stable operation can be enabled without any problem.

(第2の実施の形態)
次に、第2の実施の形態について説明する。
(Second embodiment)
Next, a second embodiment will be described.

第2の実施の形態は、書き込み実行中であることを表示する点が、第1の実施の形態と異なるものとなっている。以下、第2の実施の形態の説明では、第1の実施の形態と同一部分の説明については省略し、第1の実施の形態と異なる箇所について説明する。 The second embodiment is different from the first embodiment in that it indicates that writing is being executed. Hereinafter, in the description of the second embodiment, the description of the same part as that of the first embodiment will be omitted, and the parts different from the first embodiment will be described.

(エンジン制御部のソフトウェア構成)
図7は、第2の実施の形態にかかるエンジン制御部930のCPU307が、不揮発性メモリ304に記憶されているメモリ制御プログラムを実行することで実現される各機能の機能ブロック図である。図4に示すように、CPU307は、メモリ制御プログラムを実行することで、第1の実施の形態で説明した各機能に加え、書き込み実行中表示部109(報知部の一例)を実現する。
(Software configuration of engine control unit)
FIG. 7 is a functional block diagram of each function realized by the CPU 307 of the engine control unit 930 according to the second embodiment executing the memory control program stored in the non-volatile memory 304. As shown in FIG. 4, the CPU 307 realizes the write execution in-progress display unit 109 (an example of the notification unit) in addition to the functions described in the first embodiment by executing the memory control program.

書き込み実行中表示部109は、不揮発性メモリ読込/書込部106による不揮発性メモリ304に対するデータの書き込みの実行に際し、書き込み実行中であることを操作パネル940の表示部940aに表示して報知する。また、書き込み実行中表示部109は、不揮発性メモリ読込/書込部106による不揮発性メモリ304に対するデータの書き込みの実行に際し、キャンセルボタンB2(図9参照)などを操作パネル940の表示部940aに表示し、書き込み実行をキャンセルできることを報知する。 The write execution display unit 109 displays on the display unit 940a of the operation panel 940 that the write is being executed when the non-volatile memory read / write unit 106 writes data to the non-volatile memory 304 to notify the user. .. Further, the write execution displaying unit 109 displays the cancel button B2 (see FIG. 9) or the like on the display unit 940a of the operation panel 940 when the non-volatile memory read / write unit 106 writes data to the non-volatile memory 304. Display and notify that the write execution can be canceled.

(メモリ制御動作)
図8は、エンジン制御部930のCPU307が、不揮発性メモリ304に記憶されているメモリ制御プログラムを実行することで行われるメモリ制御動作の流れを示すフローチャートである。図8に示すように、書き込み実行判定部104が、不揮発性メモリ304に対する更新データの書き込みを行うように、不揮発性メモリ読込/書込部106を制御した場合(ステップS8:Yes、または、ステップS10:Yes)、書き込み実行中表示部109は、書き込み実行中であることを示すダイアログを、操作パネル940の表示部940aに表示する(ステップS21)。
(Memory control operation)
FIG. 8 is a flowchart showing a flow of a memory control operation performed by the CPU 307 of the engine control unit 930 executing a memory control program stored in the non-volatile memory 304. As shown in FIG. 8, when the write execution determination unit 104 controls the non-volatile memory read / write unit 106 so as to write the update data to the non-volatile memory 304 (step S8: Yes, or step. S10: Yes), the writing execution displaying unit 109 displays a dialog indicating that writing is being executed on the display unit 940a of the operation panel 940 (step S21).

ここで、図9は書き込み実行中であることを示すダイアログの一例を示す図である。図9に示すように、書き込み実行中表示部109は、「データの書き込み中です。主電源をオフにしないでください。」という書き込み実行中であることを示すメッセージを通知するダイアログ800に、実行ボタンB1およびキャンセルボタンB2を表示する。キャンセルボタンB2は、ユーザがすぐにMFP9を使用したい場合に押下することで、不揮発性メモリ304に対する書き込み実行のキャンセルを受け付ける。これにより、ユーザの都合を反映させることができるようになる。 Here, FIG. 9 is a diagram showing an example of a dialog indicating that writing is being executed. As shown in FIG. 9, the write execution display unit 109 executes the dialog 800 notifying the message indicating that the write is being executed, such as "Data is being written. Do not turn off the main power." The button B1 and the cancel button B2 are displayed. The cancel button B2 is pressed when the user wants to use the MFP 9 immediately, and receives the cancellation of the write execution to the non-volatile memory 304. This makes it possible to reflect the convenience of the user.

なお、書き込み実行中表示部109は、ダイアログ800を、特に書き込みに時間がかかる場合などにのみ表示するようにしても良い。 The writing execution display unit 109 may display the dialog 800 only when it takes a long time to write.

また、書き込み実行中表示部109は、ダイアログ800を表示することにより、不揮発性メモリ304への書き込み実行中にダイアログ800以外をユーザが操作できなくすることで、ダイアログ800以外のユーザインターフェース(UI)のプログラムに変更を加えずに本発明に対応したり、退避する制御プログラムの量を削減したりすることができる。 Further, the writing execution display unit 109 displays the dialog 800 so that the user cannot operate other than the dialog 800 while writing to the non-volatile memory 304, so that the user interface (UI) other than the dialog 800 can be operated. It is possible to cope with the present invention without changing the program of the above and to reduce the amount of the control program to be saved.

なお、本実施形態においては、書き込み実行中表示部109は、ダイアログ800に実行ボタンB1およびキャンセルボタンB2を表示するようにしたが、これに限るものではなく、ダイアログ800に実行ボタンB1およびキャンセルボタンB2を表示しなくてもよい。このようにダイアログ800に実行ボタンB1およびキャンセルボタンB2を表示させないのは、ステップS5におけるユーザ操作の判定において、ユーザが近くに居ないと判定される場合も想定されるためである。そこで、実行ボタンB1およびキャンセルボタンB2のダイアログ800に対する表示または非表示にかかわらず、書き込み実行中表示部109は、時間経過や処理終了などをトリガーとしてダイアログ800を閉じるようにしてもよい。 In the present embodiment, the write execution in-display unit 109 displays the execute button B1 and the cancel button B2 in the dialog 800, but the present invention is not limited to this, and the execute button B1 and the cancel button B1 are displayed in the dialog 800. It is not necessary to display B2. The reason why the execute button B1 and the cancel button B2 are not displayed in the dialog 800 is that it is assumed that the user is not nearby in the determination of the user operation in step S5. Therefore, regardless of whether the execution button B1 and the cancel button B2 are displayed or hidden in the dialog 800, the writing execution displaying unit 109 may close the dialog 800 triggered by the passage of time or the end of processing.

図8に戻り、書き込み実行中表示部109は、一定時間内にダイアログ800のキャンセルボタンB2が押下された場合には(ステップS22:Yes)、ステップS1に戻る。 Returning to FIG. 8, the writing execution display unit 109 returns to step S1 when the cancel button B2 of the dialog 800 is pressed within a certain period of time (step S22: Yes).

一方、書き込み実行中表示部109は、一定時間内にダイアログ800の実行ボタンB1が押下された場合、または、一定時間が経過した場合には(ステップS22:No)、退避プログラム選択処理(ステップS11)、および蓄積した更新データの不揮発性メモリへの書き込み処理(ステップS12)に進む。 On the other hand, when the execution button B1 of the dialog 800 is pressed within a certain period of time, or when a certain time has elapsed (step S22: No), the write execution in progress display unit 109 performs a save program selection process (step S11). ), And the process of writing the stored update data to the non-volatile memory (step S12).

最後に、退避プログラム選択部105は、退避した制御プログラムを通常の状態に戻す際に再起動などが必要な場合、再起動を行って(ステップS23)、ステップS1に戻る。 Finally, if the save program selection unit 105 needs to be restarted when returning the saved control program to the normal state, the save program selection unit 105 restarts (step S23) and returns to step S1.

このように本実施形態によれば、書き込み実行中表示部109により、ユーザがすぐ使用したい場合は書き込み実行をキャンセルできるとともに、書き込み実行中である旨を報知するダイアログ800を表示することで、ユーザが操作できるユーザインターフェース(UI)を制限し、退避する制御プログラムの必要量を削減することができる。 As described above, according to the present embodiment, the write execution display unit 109 can cancel the write execution if the user wants to use it immediately, and displays the dialog 800 notifying that the write is being executed. It is possible to limit the user interface (UI) that can be operated and reduce the required amount of the control program to be saved.

最後に、上述の各実施の形態は、一例として提示したものであり、本発明の範囲を限定することは意図していない。この新規な実施の形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことも可能である。このような実施の形態及び実施の形態の変形は、発明の範囲や要旨に含まれると共に、特許請求の範囲に記載された発明とその均等の範囲に含まれるものである。 Finally, each of the above embodiments is presented as an example and is not intended to limit the scope of the invention. This novel embodiment can be implemented in various other embodiments, and various omissions, replacements, and changes can be made without departing from the gist of the invention. Such embodiments and modifications of the embodiments are included in the scope and gist of the invention, and are included in the scope of the invention described in the claims and the equivalent scope thereof.

9 MFP
101 更新データ優先度判定部
102 ユーザ操作判定部
103 マシン状態判定部
104 書き込み実行判定部
105 退避プログラム選択部
106 不揮発性メモリ読込/書込部
107 揮発性メモリ読込/書込部
108 更新データ一時蓄積部
109 書き込み実行中表示部
304 不揮発性メモリ
305 揮発性メモリ
307 エンジン制御部のCPU
930 エンジン制御部
931 スキャナ部
932 プリンタ部
940 操作部
950 ネットワークインターフェース(ネットワークI/F)
960 人体検知センサ
961 タイマ
962 原稿検出部
9 MFP
101 Update data priority judgment unit 102 User operation judgment unit 103 Machine status judgment unit 104 Write execution judgment unit 105 Save program selection unit 106 Non-volatile memory read / write unit 107 Volatile memory read / write unit 108 Update data temporary storage Part 109 Writing execution display part 304 Non-volatile memory 305 Volatile memory 307 CPU of engine control part
930 Engine control unit 931 Scanner unit 932 Printer unit 940 Operation unit 950 Network interface (Network I / F)
960 Human body detection sensor 961 Timer 962 Manuscript detection unit

特開2009-119823号公報Japanese Unexamined Patent Publication No. 2009-119823

Claims (13)

不揮発性メモリに対するデータの記憶制御を行う第1の記憶制御部と、
揮発性メモリに対するデータの記憶制御を行う第2の記憶制御部と、
前記不揮発性メモリに対して書き込みを行うために前記揮発性メモリに記憶されたデータの優先度を判定する優先度判定部と、
前記優先度に基づいて前記不揮発性メモリに対するデータの書き込みが実行できると判定した際に、前記揮発性メモリから前記データを読み出すように前記第2の記憶制御部を制御し、前記揮発性メモリから読み出した前記データを前記不揮発性メモリに書き込むように、前記第1の記憶制御部を制御する書き込み実行判定部と、
を有する情報処理装置。
The first storage control unit that controls the storage of data for the non-volatile memory,
A second storage control unit that controls the storage of data for the volatile memory,
A priority determination unit that determines the priority of data stored in the volatile memory for writing to the non-volatile memory, and a priority determination unit.
When it is determined that data can be written to the non-volatile memory based on the priority, the second storage control unit is controlled so as to read the data from the volatile memory, and the data is read from the volatile memory. A write execution determination unit that controls the first storage control unit so that the read data is written to the non-volatile memory.
Information processing device with.
前記優先度判定部は、データの重要性、データの緊急度、データの種類、前回のデータの書き込みからの経過時間のうち、少なくとも一つに基づいて、前記データの優先度を判定すること
を特徴とする請求項1に記載の情報処理装置。
The priority determination unit determines the priority of the data based on at least one of the importance of the data, the urgency of the data, the type of data, and the elapsed time since the last writing of the data. The information processing apparatus according to claim 1.
ユーザの操作状況を判定するユーザ操作判定部を、さらに備え、
前記書き込み実行判定部は、前記ユーザ操作判定部の判定結果に基づいて前記不揮発性メモリに対するデータの書き込みが実行できると判定した際に、前記揮発性メモリから前記データを読み出すように前記第2の記憶制御部を制御し、前記揮発性メモリから読み出した前記データを前記不揮発性メモリに書き込むように、前記第1の記憶制御部を制御すること
を特徴とする請求項1又は請求項2に記載の情報処理装置。
Further equipped with a user operation determination unit for determining the operation status of the user.
When the write execution determination unit determines that data can be written to the non-volatile memory based on the determination result of the user operation determination unit, the second write execution determination unit reads the data from the volatile memory. The first or second aspect of the present invention, wherein the first storage control unit is controlled so as to control the storage control unit and write the data read from the volatile memory to the non-volatile memory. Information processing equipment.
前記ユーザ操作判定部は、人体検知センサの検知出力から検出される、ユーザの有無、ユーザの位置、ユーザの手の位置、ユーザと機器との間の距離、人体検知結果の確からしさに基づいてユーザの操作状況を判定すること
を特徴とする請求項3に記載の情報処理装置。
The user operation determination unit is based on the presence / absence of a user, the position of the user, the position of the user's hand, the distance between the user and the device, and the certainty of the human body detection result detected from the detection output of the human body detection sensor. The information processing apparatus according to claim 3, wherein the operation status of the user is determined.
前記ユーザ操作判定部は、ユーザの手が、機器の操作部における、前記機器の電源の投入及び遮断を操作するボタンに近接した位置にあるか否かに基づいて、ユーザの操作状況を判定すること
を特徴とする請求項3又は請求項4に記載の情報処理装置。
The user operation determination unit determines the operation status of the user based on whether or not the user's hand is close to the button for operating the power on / off of the device in the operation unit of the device. The information processing apparatus according to claim 3 or 4, wherein the information processing apparatus is characterized in that.
機器の状態を判定する機器状態判定部を、さらに備え、
前記書き込み実行判定部は、前記機器状態判定部の判定結果に基づいて、前記不揮発性メモリに対するデータの書き込みが実行できると判定した際に、前記揮発性メモリから前記データを読み出すように前記第2の記憶制御部を制御し、前記揮発性メモリから読み出した前記データを前記不揮発性メモリに書き込むように、前記第1の記憶制御部を制御すること
を特徴とする請求項1から請求項5のうち、いずれか一項に記載の情報処理装置。
Further equipped with a device status determination unit for determining the device status,
When the write execution determination unit determines that data can be written to the non-volatile memory based on the determination result of the device state determination unit, the second write execution determination unit reads the data from the volatile memory. 1 to 5, wherein the first storage control unit is controlled so as to control the storage control unit of the above and write the data read from the volatile memory to the non-volatile memory. Of these, the information processing device described in any one of the items.
前記機器状態判定部は、ネットワークインターフェースに対するネットワークの接続の有無に基づいて、機器の状態を判定すること
を特徴とする請求項6に記載の情報処理装置。
The information processing apparatus according to claim 6, wherein the device state determination unit determines the state of the device based on the presence or absence of a network connection to the network interface.
前記機器状態判定部は、原稿検出部で検出される原稿載置台に対する原稿の有無に基づいて、前記機器の状態を判定すること
を特徴とする請求項6又は請求項7に記載の情報処理装置。
The information processing apparatus according to claim 6 or 7, wherein the device state determination unit determines the state of the device based on the presence or absence of a document on the document mounting table detected by the document detection unit. ..
前記不揮発性メモリに記憶されているデータのうち、前記不揮発性メモリに対するデータの書き込み中に使用することが予測されるデータを、前記不揮発性メモリから前記揮発性メモリにコピーして記憶させる退避処理部を、さらに備えること
を特徴とする請求項1から請求項8のうち、いずれか一項に記載の情報処理装置。
Of the data stored in the non-volatile memory, the data that is expected to be used while writing the data to the non-volatile memory is copied from the non-volatile memory to the volatile memory and stored. The information processing apparatus according to any one of claims 1 to 8, further comprising a unit.
前記揮発性メモリから読み出した前記データの前記不揮発性メモリへの書き込み実行に際し、前記不揮発性メモリへの書き込み実行中であることを報知する報知部を、さらに備えること
を特徴とする請求項1から請求項9のうち、いずれか一項に記載の情報処理装置。
The first aspect of the present invention is characterized in that, when the data read from the volatile memory is written to the non-volatile memory, the notification unit for notifying that the writing to the non-volatile memory is being executed is further provided. The information processing apparatus according to any one of claims 9.
前記報知部は、前記不揮発性メモリへの書き込み実行のキャンセルを宣言するキャンセルボタンを表示し、前記不揮発性メモリへの書き込み実行をキャンセルできることを報知すること
を特徴とする請求項10に記載の情報処理装置。
The information according to claim 10, wherein the notification unit displays a cancel button for declaring the cancellation of the write execution to the non-volatile memory, and notifies that the write execution to the non-volatile memory can be canceled. Processing equipment.
コンピュータを、
不揮発性メモリに対するデータの書き込み及び読み出しを制御する第1の書込読出制御部と、
揮発性メモリに対するデータの書き込み及び読み出しを制御する第2の書込読出制御部と、
前記不揮発性メモリに対して書き込みを行うデータの優先度を判定する優先度判定部と、
前記優先度判定部により判定された優先度に基づいて判定した、前記不揮発性メモリに対するデータの書き込み実行の適否の判定結果に基づいて、前記揮発性メモリから前記データを読み出すように前記第2の書込読出制御部を制御し、前記揮発性メモリから読み出した前記データを前記不揮発性メモリに書き込むように、前記第1の書込読出制御部を制御する書き込み実行判定部として機能させること
を特徴とする情報処理プログラム。
Computer,
A first write / read control unit that controls writing and reading of data to the non-volatile memory, and
A second write / read control unit that controls the writing and reading of data to the volatile memory,
A priority determination unit that determines the priority of data to be written to the non-volatile memory, and
The second so as to read the data from the volatile memory based on the determination result of the suitability of writing the data to the non-volatile memory, which is determined based on the priority determined by the priority determination unit. It is characterized in that it functions as a write execution determination unit that controls the first write / read control unit so as to control the write / read control unit and write the data read from the volatile memory to the non-volatile memory. Information processing program.
請求項1から請求項11のうち、いずれか一項に記載の情報処理装置を備えた画像形成装置。 An image forming apparatus comprising the information processing apparatus according to any one of claims 1 to 11.
JP2021173305A 2020-11-30 2021-10-22 Information processing apparatus, information processing program, and image forming apparatus Pending JP2022087022A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2020199216 2020-11-30
JP2020199216 2020-11-30

Publications (1)

Publication Number Publication Date
JP2022087022A true JP2022087022A (en) 2022-06-09

Family

ID=81893936

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021173305A Pending JP2022087022A (en) 2020-11-30 2021-10-22 Information processing apparatus, information processing program, and image forming apparatus

Country Status (1)

Country Link
JP (1) JP2022087022A (en)

Similar Documents

Publication Publication Date Title
JP4125277B2 (en) Image forming apparatus and data erasing method
JP2006139145A (en) Liquid crystal display and control method therefor, image input/output device, program, and recording medium
JP2013055605A (en) Job history management device, image forming apparatus, job history management method, and job history management program
US9185257B2 (en) Information processing apparatus and method for job setting within or outside range of use authority of users
JP2022087022A (en) Information processing apparatus, information processing program, and image forming apparatus
JP7115133B2 (en) Information processing device and program
JP2008109574A (en) Image processing apparatus, and maintenance system
JP5116539B2 (en) Job processing apparatus, method for controlling job processing apparatus, storage medium, and program
JP2011166881A (en) Power management device, and power management program
JP2020201332A (en) Display unit, image forming apparatus, and method for displaying remaining amount of consumable item
JP2006279539A (en) Image storage device and image storage method
JP2000293070A (en) Image forming device
JP2012098794A (en) Storage device and image formation device
JP2011194846A (en) Image forming apparatus
JP2006067382A (en) Compound device, language display device and method, program and recording medium for recording program
JP5488754B2 (en) Information processing apparatus, information processing program, and information processing system
JP5376170B2 (en) Image formation control unit, image forming apparatus, display device, and display program
WO2018235327A1 (en) Memory system and electronic device
JP2019053539A (en) Information processing device and information processing program
JP5442090B2 (en) Job processing apparatus, job processing apparatus control method, and program
JP6832765B2 (en) Image reader, image forming device, control program and control method
JP4948862B2 (en) Image forming apparatus
JP2008044106A (en) Image forming apparatus, operating method of image forming apparatus, asic for image processing, operating method of asic for image processing, and program
JP2010072258A (en) Image forming apparatus, image forming control method, image forming control program, and recording medium
JP2005254483A (en) Image processing device, data processing device, power controlling method, storage medium storing computer readable program, and program