JP6579087B2 - Electronic device and startup sequence generation program - Google Patents

Electronic device and startup sequence generation program Download PDF

Info

Publication number
JP6579087B2
JP6579087B2 JP2016227395A JP2016227395A JP6579087B2 JP 6579087 B2 JP6579087 B2 JP 6579087B2 JP 2016227395 A JP2016227395 A JP 2016227395A JP 2016227395 A JP2016227395 A JP 2016227395A JP 6579087 B2 JP6579087 B2 JP 6579087B2
Authority
JP
Japan
Prior art keywords
management unit
job
startup
initialization module
activation
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.)
Active
Application number
JP2016227395A
Other languages
Japanese (ja)
Other versions
JP2018084941A (en
Inventor
臣仁 土居
臣仁 土居
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Document Solutions 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 Kyocera Document Solutions Inc filed Critical Kyocera Document Solutions Inc
Priority to JP2016227395A priority Critical patent/JP6579087B2/en
Publication of JP2018084941A publication Critical patent/JP2018084941A/en
Application granted granted Critical
Publication of JP6579087B2 publication Critical patent/JP6579087B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、起動シーケンスを最適化した電子機器及び起動シーケンス生成プログラムに関する。   The present invention relates to an electronic device having an optimized startup sequence and a startup sequence generation program.

たとえば、プリンターや、MFP(Multifunction Peripheral)などの画像形成装置においては、電源がオンされたり、リセットボタンが操作されたりすると、起動シーケンスに従い、各機能部を初期化するプログラムが実行される。   For example, in an image forming apparatus such as a printer or an MFP (Multifunction Peripheral), when a power source is turned on or a reset button is operated, a program for initializing each functional unit is executed according to a startup sequence.

なお、プリンターやMFPにおいては、それぞれ搭載されている機能が異なる。すなわち、たとえばプリンターには、印刷機能、FAX(Facsimile)機能などが搭載されている。一方、MFPには、印刷機能、コピー機能、FAX機能、ネットワーク経由でのデータ送受信機能などが搭載されている。このため、プリンターやMFPにおいての起動シーケンスは、それぞれに搭載されている機能に合わせて設定される。   It should be noted that printers and MFPs have different functions. That is, for example, a printer is equipped with a printing function, a FAX (Facsimile) function, and the like. On the other hand, the MFP is equipped with a print function, a copy function, a FAX function, a data transmission / reception function via a network, and the like. For this reason, the activation sequence in the printer or MFP is set in accordance with the functions installed in each.

ここで、起動の最適化を図ったものとして、特許文献1では、表示画面への表示にかかる時間を短縮させるプログラムの起動方法を提案している。この起動方法は、装置の全ての構成要素をリセットする第1のリセット手順と、表示装置を含んだ装置の起動画面の表示に関する構成要素以外をリセットする第2のリセット手順と、第1のリセット手順によって装置の全ての構成要素をリセットした後に、起動画面の表示に関する構成要素を動作させるための第1のプログラムをプログラムメモリーからワークメモリーに転送し、ワークメモリーに転送された第1のプログラムに基づいて、表示装置に起動画面を表示させる第1のプログラム起動手順と、第2のリセット手順によって表示装置を含んだ装置の起動画面の表示に関する構成要素以外をリセットした後に、装置の全ての構成要素を動作させるための第2のプログラムをプログラムメモリーからワークメモリーに転送し、ワークメモリーに転送された第2のプログラムに基づいて、装置を起動する第2のプログラム起動手順と、を含む。   Here, as a method for optimizing the activation, Patent Document 1 proposes a program activation method that shortens the time required for display on the display screen. This starting method includes a first reset procedure for resetting all the components of the device, a second reset procedure for resetting other than the components related to the display of the startup screen of the device including the display device, and a first reset. After resetting all the components of the apparatus according to the procedure, the first program for operating the components related to the display of the startup screen is transferred from the program memory to the work memory, and the first program transferred to the work memory is transferred to the first program. Based on the first program start procedure for displaying the start screen on the display device and the second reset procedure, all the components of the device are reset after resetting other than the components related to the display of the start screen of the device including the display device. Transfer the second program to operate the element from the program memory to the work memory, Based on the second program transferred in Lee includes a second program starting procedure for starting the device.

特開2011−070306号公報JP 2011-070306 A

上述したように、特許文献1でのプログラムの起動方法では、起動画面の表示に関する構成要素を動作させるための第1のプログラムに基づいて表示装置に起動画面を表示させるので、表示画面への画面データの表示にかかる時間を短縮できる。   As described above, in the method for starting a program in Patent Document 1, the start screen is displayed on the display device based on the first program for operating the components related to the display of the start screen. Data display time can be reduced.

ところで、上述したプリンターでの起動シーケンスにおいては、いち早く印刷ができることが起動速度に求められる起動条件となっている。一方、上述したMFPでの起動シーケンスにおいては、いち早くコピーができることまでが起動速度に求められる起動条件となっている。   By the way, in the start-up sequence in the printer described above, the start-up condition required for the start-up speed is that printing can be performed promptly. On the other hand, in the activation sequence in the MFP described above, the activation condition required for the activation speed is that copying can be performed as soon as possible.

ただし、プリンターやMFPにおいては、ユーザー毎に使用環境が異なるため、ユーザー毎の使用環境に合わせた起動シーケンスにすると、ユーザーに対する利便性が高まるものと考えられる。   However, since printers and MFPs have different use environments for each user, it is considered that the convenience for the user is enhanced if the activation sequence is adapted to the use environment for each user.

ところが、特許文献1でのプログラムの起動方法は、予め設定されている起動シーケンスに沿った起動であるため、このプログラムの起動方法をプリンターやMFPに適用した場合、ユーザー毎の使用環境に合わせた最適な起動シーケンスへの変更ができない、という問題がある。   However, since the program activation method in Patent Document 1 is activation in accordance with a preset activation sequence, when this program activation method is applied to a printer or MFP, it is adapted to the usage environment of each user. There is a problem that it is not possible to change to the optimal startup sequence.

本発明は、このような状況に鑑みてなされたものであり、上記問題点を解消することができる電子機器及び起動シーケンス生成プログラムを提供することを目的とする。   The present invention has been made in view of such a situation, and an object thereof is to provide an electronic device and a startup sequence generation program capable of solving the above problems.

本発明の電子機器は、機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する不揮発性メモリーと、各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択するジョブ履歴管理部と、前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する起動シーケンス管理部と、前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化するシステム制御部とを備え、前記起動シーケンス管理部は、前記初期化モジュールの起動順番を決定する際、それぞれの機能の実行が可能な初期化モジュールまでの初期化が完了した時点でそれぞれの機能の使用を可能とする定義を、決定した前記起動順番に含ませることを特徴とする。
本発明の電子機器は、機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する不揮発性メモリーと、各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択するジョブ履歴管理部と、前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する起動シーケンス管理部と、前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化するシステム制御部とを備え、前記ジョブ履歴管理部は、起動中に実行された前記各種ジョブのジョブ履歴を管理することを特徴とする
本発明の電子機器は、機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する不揮発性メモリーと、各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択するジョブ履歴管理部と、前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する起動シーケンス管理部と、前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化するシステム制御部とを備え、前記ジョブ履歴管理部は、起動時毎に前記各種ジョブのジョブ履歴からジョブ種別を集計し、実行度合いの高いジョブ種別を選択することを特徴とする
本発明の起動シーケンス生成プログラムは、不揮発性メモリーにより、機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する工程と、ジョブ履歴管理部により、各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択する工程と、起動シーケンス管理部により、前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する工程と、システム制御部により、前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化する工程とを電子機器を制御するコンピューターに実行させ、前記起動シーケンス管理部は、前記初期化モジュールの起動順番を決定する際、それぞれの機能の実行が可能な初期化モジュールまでの初期化が完了した時点でそれぞれの機能の使用を可能とする定義を、決定した前記起動順番に含ませることを特徴とする。
本発明の起動シーケンス生成プログラムは、不揮発性メモリーにより、機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する工程と、ジョブ履歴管理部により、各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択する工程と、起動シーケンス管理部により、前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する工程と、システム制御部により、前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化する工程とを電子機器を制御するコンピューターに実行させ、前記ジョブ履歴管理部は、起動中に実行された前記各種ジョブのジョブ履歴を管理することを特徴とする。
本発明の起動シーケンス生成プログラムは、不揮発性メモリーにより、機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する工程と、ジョブ履歴管理部により、各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択する工程と、起動シーケンス管理部により、前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する工程と、システム制御部により、前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化する工程とを電子機器を制御するコンピューターに実行させ、前記ジョブ履歴管理部は、起動時毎に前記各種ジョブのジョブ履歴からジョブ種別を集計し、実行度合いの高いジョブ種別を選択することを特徴とする。
本発明の電子機器及び起動シーケンス生成プログラムでは、不揮発性メモリーにより、機能部毎の初期化モジュールと、機能毎に異なる初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶し、ジョブ履歴管理部により、各種ジョブのジョブ履歴を管理し、実行度合いの高いジョブ種別を選択し、起動シーケンス管理部により、ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する起動管理テーブルの登録内容に従い、初期化モジュールの起動順番を決定し、システム制御部により、起動シーケンス管理部が決定した起動順番に従って初期化モジュールを不揮発性メモリーから読み出し、それぞれの機能部を初期化する。
このように、実行度合いの高いジョブ種別に関連する起動管理テーブルの起動順番に従ってそれぞれの機能部を初期化することで、実行度合いに応じて起動シーケンスを変更できる。
An electronic apparatus according to the present invention includes an initialization module for each functional unit, a non-volatile memory that stores a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered, and job histories of various jobs A job history management unit that compares the execution frequency of each job type and selects the job type with the highest execution frequency as a job type with a high execution degree, and a job with a high execution degree selected by the job history management part A startup sequence management unit that determines the startup order of the initialization modules according to the registered contents of the startup management table related to the type, and the initialization module according to the startup order determined by the startup sequence management unit read from, a system control unit for initializing each of the functional unit, the boot sequence When determining the startup order of the initialization modules, the management unit has determined a definition that enables the use of each function when initialization to the initialization module capable of executing each function is completed. characterized to be included in the startup sequence.
An electronic apparatus according to the present invention includes an initialization module for each functional unit, a non-volatile memory that stores a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered, and job histories of various jobs A job history management unit that compares the execution frequency of each job type and selects the job type with the highest execution frequency as a job type with a high execution degree, and a job with a high execution degree selected by the job history management part A startup sequence management unit that determines the startup order of the initialization modules according to the registered contents of the startup management table related to the type, and the initialization module according to the startup order determined by the startup sequence management unit read from, a system control unit for initializing each of the functional unit, the job history tube Parts are characterized by managing the job history of the various jobs performed during startup.
An electronic apparatus according to the present invention includes an initialization module for each functional unit, a non-volatile memory that stores a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered, and job histories of various jobs A job history management unit that compares the execution frequency of each job type and selects the job type with the highest execution frequency as a job type with a high execution degree, and a job with a high execution degree selected by the job history management part A startup sequence management unit that determines the startup order of the initialization modules according to the registered contents of the startup management table related to the type, and the initialization module according to the startup order determined by the startup sequence management unit read from, a system control unit for initializing each of the functional unit, the job history tube Parts, the aggregates job type from the job history of various jobs for each startup, and selects the high job type of execution degree.
The startup sequence generation program of the present invention stores, by a nonvolatile memory, an initialization module for each functional unit and a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered, The job history management unit manages the job history of various jobs, compares the execution frequency of each job type, selects the job type with the highest execution frequency as the job type with the highest execution degree, and the startup sequence management unit Determining the activation order of the initialization modules according to the registration contents of the activation management table related to the job type having a high execution degree selected by the job history management unit, and the activation sequence management unit by the system control unit The initialization module is read from the nonvolatile memory in accordance with the startup order determined by And, each of the functional unit to execute a step of initializing the computer to control the electronic apparatus, the activation sequence management unit, when determining the activation sequence number of the initialization module, can be executed for each function A definition that enables the use of each function at the time when initialization up to the initializing module is completed is included in the determined activation order .
The startup sequence generation program of the present invention stores, by a nonvolatile memory, an initialization module for each functional unit and a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered, The job history management unit manages the job history of various jobs, compares the execution frequency of each job type, selects the job type with the highest execution frequency as the job type with the highest execution degree, and the startup sequence management unit Determining the activation order of the initialization modules according to the registration contents of the activation management table related to the job type having a high execution degree selected by the job history management unit, and the activation sequence management unit by the system control unit The initialization module is read from the nonvolatile memory in accordance with the startup order determined by And the step of initializing each of the functional units is executed by a computer that controls an electronic device, and the job history management unit manages job histories of the various jobs executed during startup. To do.
The startup sequence generation program of the present invention stores, by a nonvolatile memory, an initialization module for each functional unit and a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered, The job history management unit manages the job history of various jobs, compares the execution frequency of each job type, selects the job type with the highest execution frequency as the job type with the highest execution degree, and the startup sequence management unit Determining the activation order of the initialization modules according to the registration contents of the activation management table related to the job type having a high execution degree selected by the job history management unit, and the activation sequence management unit by the system control unit The initialization module is read from the nonvolatile memory in accordance with the startup order determined by And the step of initializing each of the functional units is executed by a computer that controls the electronic device, and the job history management unit totals job types from job histories of the various jobs at the time of startup, and the degree of execution A high job type is selected.
In the electronic device and the startup sequence generation program of the present invention, the nonvolatile memory stores an initialization module for each functional unit and a plurality of startup management tables in which startup orders of initialization modules different for each function are registered. The job history management unit manages the job history of various jobs, selects a job type with a high execution degree, and the activation sequence management unit relates to the job type with a high execution degree selected by the job history management unit The activation order of the initialization modules is determined according to the registered contents of the above, and the initialization module is read from the nonvolatile memory according to the activation order determined by the activation sequence management unit by the system control unit, and the respective functional units are initialized.
As described above, by initializing each functional unit according to the activation order of the activation management table related to the job type having a high execution degree, the activation sequence can be changed according to the execution degree.

本発明の電子機器及び起動シーケンス生成プログラムによれば、実行度合いに応じて起動シーケンスを変更できることから、ユーザー毎の使用環境に合わせた最適な起動シーケンスへの変更が可能となる。   According to the electronic device and the startup sequence generation program of the present invention, the startup sequence can be changed according to the degree of execution, so that it is possible to change to an optimal startup sequence according to the use environment for each user.

本発明の電子機器をMFPに適用した場合の一実施形態を説明するための図である。FIG. 6 is a diagram for explaining an embodiment when an electronic apparatus of the present invention is applied to an MFP. 図1のEEPROMに記憶されている複数の機能別起動管理テーブルの登録内容について説明するための図である。FIG. 2 is a diagram for explaining registration contents of a plurality of function-by-function activation management tables stored in the EEPROM of FIG. 1. 起動シーケンスの最適化について説明するものであって、図3(a)は全体のフローを示し、図3(b)は起動条件選択のフローを示し、図3(c)は起動順番生成のフローを示し、図3(d)は起動シーケンス実行のフローを示す図である。FIG. 3A shows the overall flow, FIG. 3B shows the flow for selecting start conditions, and FIG. 3C shows the flow for generating the start order. FIG. 3D is a diagram showing the flow of starting sequence execution. 図1のシステム制御部による初期化モジュールの実行処理を説明するためのフローチャートである。3 is a flowchart for explaining an initialization module execution process by the system control unit of FIG. 1;

以下、本発明の電子機器の一実施形態を、図1〜図4を参照しながら説明する。なお、以下の説明においての電子機器の一例としては、たとえば印刷機能、コピー機能、FAX機能、ネットワーク経由でのデータ送受信機能などを搭載した複合的な周辺機器であるMFP(Multifunction Peripheral)であるものとする。また、以下に説明する初期化とは起動を意味する。   Hereinafter, an electronic device according to an embodiment of the present invention will be described with reference to FIGS. An example of the electronic device in the following description is an MFP (Multifunction Peripheral) which is a composite peripheral device equipped with a print function, a copy function, a FAX function, a data transmission / reception function via a network, and the like. And The initialization described below means activation.

まず、図1に示すように、MFP100は、スキャナー部101、プリンター部102、FAX部103、I/F(インターフェース)104、パネル部105及びHDD106の動作を制御する制御部110を備えている。   First, as illustrated in FIG. 1, the MFP 100 includes a control unit 110 that controls operations of a scanner unit 101, a printer unit 102, a FAX unit 103, an I / F (interface) 104, a panel unit 105, and an HDD 106.

スキャナー部101は、イメージセンサ(図示省略)によって読み取られる、図示しない用紙上の画像をデジタルの画像データに変換し、制御部110に入力するデバイスである。プリンター部102は、制御部110から出力される印刷データに基づき、図示しない用紙上に画像を印刷するデバイスである。FAX部103は、制御部110から出力されるデータを、電話回線を通じ相手方となるファクシミリへと送信し、また、相手方ファクシミリからのデータを受信して制御部110に入力するデバイスである。   The scanner unit 101 is a device that converts an image on a sheet (not shown) read by an image sensor (not shown) into digital image data and inputs the digital image data to the control unit 110. The printer unit 102 is a device that prints an image on a sheet (not shown) based on print data output from the control unit 110. The FAX unit 103 is a device that transmits data output from the control unit 110 to a facsimile as a counterpart through a telephone line, and receives data from the counterpart facsimile and inputs the data into the control unit 110.

I/F104は、ネットワークを介し、他のMFP100やユーザー端末などとの通信を受け持つ。なお、I/F104は、図示しないコンテンツサーバーやウェブサーバーなどとの通信を受け持ってもよい。パネル部105は、たとえばMFP100の印刷機能、コピー機能、FAX機能、ネットワーク経由でのデータ送受信機能や、各種設定のための表示を行うタッチパネルとハードウェアキーとを有するデバイスである。HDD106は、MFP100の種々の機能を提供するためのアプリケーションプログラムなどを記憶している記憶デバイスである。また、HDD106は、ユーザー端末側から登録された印刷ジョブを記憶するユーザーボックスを有している。   The I / F 104 is responsible for communication with other MFPs 100 and user terminals via the network. Note that the I / F 104 may be responsible for communication with a content server, a web server, or the like (not shown). Panel unit 105 is a device having, for example, a printing function, a copying function, a FAX function, a data transmission / reception function via a network, a touch panel for performing various settings, and a hardware key. The HDD 106 is a storage device that stores application programs for providing various functions of the MFP 100. The HDD 106 has a user box for storing a print job registered from the user terminal side.

制御部110は、認証プログラムなどのアプリケーションプログラム、画像形成プログラム、及び制御プログラムなどの各種プログラムを実行してMFP100全体の動作を制御するプロセッサーである。制御部110は、スキャナー制御部111、プリンター制御部112、FAX(Facsimile)制御部113、通信制御部114、RAM(Random Access Memory)115、EEPROM(electrically erasable and programmable read−only memory)116、画像処理部117、ジョブ履歴管理部118、起動シーケンス管理部119、パネル操作制御部120、HDD制御部121、システム制御部122を備えている。また、これらは、データバス123に接続されている。   Control unit 110 is a processor that controls the overall operation of MFP 100 by executing various programs such as an application program such as an authentication program, an image forming program, and a control program. The control unit 110 includes a scanner control unit 111, a printer control unit 112, a FAX (Facsimile) control unit 113, a communication control unit 114, a RAM (Random Access Memory) 115, an EEPROM (electrically erasable and programmable memory) 116, and an image. A processing unit 117, a job history management unit 118, a startup sequence management unit 119, a panel operation control unit 120, an HDD control unit 121, and a system control unit 122 are provided. These are connected to the data bus 123.

スキャナー制御部111は、スキャナー部101の読み取り動作を制御する。プリンター制御部112は、プリンター部102の印刷動作を制御する。FAX制御部113は、FAX部103によるデータの送受信動作を制御する。通信制御部114は、I/F104を介し、ネットワーク経由でのデータなどの送受信の制御を行う。RAM115は、プログラムを実行するためのワークメモリーである。また、RAM115は、画像処理部117によって画像処理された印刷データを記憶する。EEPROM116には、各部の動作チェックや起動シーケンスを生成する制御プログラムなどが記憶されている。起動シーケンス生成プログラムは、制御プログラムの1つである。また、EEPROM116には、後述の図2に示す複数の機能別起動管理テーブル200A〜200Dを記憶している。また、EEPROM116には、後述の図2に示すスキャナー制御部初期化モジュール201、プリンター制御部初期化モジュール202、パネル操作制御部初期化モジュール203、コピーアプリケーション初期化モジュール204、ジョブ実行情報管理部初期化モジュール205、ストレージ制御部初期化モジュール206、通信制御部初期化モジュール207、ログ情報管理部初期化モジュール208、プリントアプリケーション初期化モジュール209、アカウント情報管理部初期化モジュール210、FAX予約情報管理部初期化モジュール211などを記憶している。   The scanner control unit 111 controls the reading operation of the scanner unit 101. The printer control unit 112 controls the printing operation of the printer unit 102. The FAX control unit 113 controls data transmission / reception operations by the FAX unit 103. The communication control unit 114 controls transmission / reception of data and the like via the network via the I / F 104. The RAM 115 is a work memory for executing a program. The RAM 115 also stores print data that has undergone image processing by the image processing unit 117. The EEPROM 116 stores an operation check for each unit and a control program for generating a startup sequence. The activation sequence generation program is one of control programs. The EEPROM 116 stores a plurality of function-based activation management tables 200A to 200D shown in FIG. The EEPROM 116 also includes a scanner control unit initialization module 201, a printer control unit initialization module 202, a panel operation control unit initialization module 203, a copy application initialization module 204, and a job execution information management unit initial shown in FIG. Module 205, storage control unit initialization module 206, communication control unit initialization module 207, log information management unit initialization module 208, print application initialization module 209, account information management unit initialization module 210, FAX reservation information management unit The initialization module 211 and the like are stored.

画像処理部117は、スキャナー部101によって読み取られた画像データに対する画像処理(ラスタライズ)を行う。また、画像処理部117は、HDD106のユーザーボックスに登録された印刷ジョブに対する画像処理(ラスタライズ)を行う。なお、システム制御部122は、画像処理部117が画像処理した印刷データを、一旦、RAM115に記憶させる。   The image processing unit 117 performs image processing (rasterization) on the image data read by the scanner unit 101. The image processing unit 117 performs image processing (rasterization) on a print job registered in the user box of the HDD 106. The system control unit 122 temporarily stores the print data that has been subjected to image processing by the image processing unit 117 in the RAM 115.

ジョブ履歴管理部118は、MFP100の起動中(起動時から電源オフ時までの間)に実行された各種ジョブのジョブ履歴を管理する。また、ジョブ履歴管理部118は、MFP100の電源がオンされたり、リセットボタンが操作されたりした際の起動時において、起動条件を選択する。ここで、起動条件の選択とは、各種ジョブのジョブ履歴からジョブ種別を集計し、実行度合いの高いジョブ種別を選択することである。ここで、ジョブ履歴管理部118は、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択しても良い。   Job history management unit 118 manages job histories of various jobs executed during activation of MFP 100 (between activation and power-off). Job history management section 118 also selects a start condition at the time of start-up when MFP 100 is turned on or a reset button is operated. Here, the selection of the start condition is to aggregate job types from job histories of various jobs and select a job type with a high execution degree. Here, the job history management unit 118 may compare the execution frequencies of the job types and select the job type with the highest execution frequency as the job type with a high execution degree.

なお、ジョブ履歴管理部118は、各種ジョブのジョブ履歴を管理を、起動中(起動時から電源オフ時までの間)に限らず、起動時からリセットボタンが操作されるまでの間、又は起動時から省電力モード(低電力モードや、低電力モードよりも消費電力の少ないスリープモードなど)に移行するまでの間としてもよい。また、ジョブ履歴管理部118は、起動条件を選択する際、MFP100の電源がオンされたり、リセットボタンが操作されたりした際の起動時に限らず、省電力モードからの復帰時において起動条件を選択してもよい。   Note that the job history management unit 118 manages the job history of various jobs not only during activation (from the time of activation to when the power is turned off), but from the time of activation until the reset button is operated, or activation From time to time, it may be a period from when the power saving mode is entered (such as a low power mode or a sleep mode that consumes less power than the low power mode). The job history management unit 118 selects the activation condition when returning from the power saving mode, not only when the MFP 100 is turned on or when the reset button is operated, when selecting the activation condition. May be.

起動シーケンス管理部119は、ジョブ履歴管理部118が選択した実行度合いの高いジョブ種別に関連する、EEPROM116に記憶されている後述の図2に示す機能別起動管理テーブル200A〜200Dの参照先を決定し、初期化モジュールの起動順番を決定する。パネル操作制御部120は、パネル部105の表示動作を制御する。また、パネル操作制御部120は、パネル部105を介し、印刷、コピー、FAX、ネットワーク経由でのデータ送受信などの設定を受け付ける。HDD制御部121は、HDD106に対するデータの読み出し及び書き込みなどを制御する。システム制御部122は、各部の連携動作などを制御する。また、システム制御部122は、起動シーケンス管理部119が決定した初期化モジュールの起動順番に従い、起動シーケンスを実行する。   The activation sequence management unit 119 determines the reference destinations of function-specific activation management tables 200A to 200D shown in FIG. 2 described later, which are stored in the EEPROM 116, related to the job type having a high execution degree selected by the job history management unit 118. The startup order of the initialization modules is determined. The panel operation control unit 120 controls the display operation of the panel unit 105. Further, the panel operation control unit 120 receives settings such as printing, copying, FAX, and data transmission / reception via the network via the panel unit 105. The HDD control unit 121 controls reading and writing of data with respect to the HDD 106. The system control unit 122 controls the cooperative operation of each unit. Further, the system control unit 122 executes the startup sequence according to the startup order of the initialization modules determined by the startup sequence management unit 119.

次に、図2を参照し、EEPROM116に記憶されている複数の機能別起動管理テーブル200A〜200Dの登録内容について説明する。すなわち、機能別起動管理テーブル200Aにはコピー機能に対応した初期化モジュールの起動順番が登録され、機能別起動管理テーブル200Bには送信機能に対応した初期化モジュールの起動順番が登録され、機能別起動管理テーブル200Cにはボックス保存機能に対応した初期化モジュールの起動順番が登録され、機能別起動管理テーブル200Dにはプリント機能に対応した初期化モジュールの起動順番が登録されている。また、それぞれの機能別起動管理テーブル200A〜200Dでの初期化モジュールの起動順番は、それぞれの機能の起動速度を高める並び順となっている。   Next, contents registered in the plurality of function-by-function activation management tables 200A to 200D stored in the EEPROM 116 will be described with reference to FIG. That is, the activation order of initialization modules corresponding to the copy function is registered in the function-specific activation management table 200A, and the activation order of initialization modules corresponding to the transmission function is registered in the function-specific activation management table 200B. The activation management table 200C registers the activation order of the initialization modules corresponding to the box saving function, and the function-specific activation management table 200D registers the activation order of the initialization modules corresponding to the print function. In addition, the activation order of the initialization modules in each of the function-based activation management tables 200A to 200D is an arrangement order that increases the activation speed of each function.

ここで、コピー機能に対応する機能別起動管理テーブル200Aには、スキャナー制御部初期化モジュール201、プリンター制御部初期化モジュール202、パネル操作制御部初期化モジュール203、コピーアプリケーション初期化モジュール204、ジョブ実行情報管理部初期化モジュール205、ストレージ制御部初期化モジュール206、通信制御部初期化モジュール207、ログ情報管理部初期化モジュール208、プリントアプリケーション初期化モジュール209、アカウント情報管理部初期化モジュール210、FAX予約情報管理部初期化モジュール211が起動順に登録されている。   Here, the function-based activation management table 200A corresponding to the copy function includes a scanner control unit initialization module 201, a printer control unit initialization module 202, a panel operation control unit initialization module 203, a copy application initialization module 204, a job. Execution information management unit initialization module 205, storage control unit initialization module 206, communication control unit initialization module 207, log information management unit initialization module 208, print application initialization module 209, account information management unit initialization module 210, The FAX reservation information management unit initialization module 211 is registered in the order of activation.

また、コピー機能に対応する機能別起動管理テーブル200Aには、たとえば起動順番が1〜5のスキャナー制御部初期化モジュール201からジョブ実行情報管理部初期化モジュール205までの初期化が完了した時点でコピー機能の使用を可能とする定義が含まれている。これにより、MFP100での起動シーケンスにおいて、いち早くコピー機能を使用できる。   The function-based start management table 200A corresponding to the copy function includes, for example, when the initialization from the scanner control unit initialization module 201 whose start order is 1 to 5 to the job execution information management unit initialization module 205 is completed. Contains definitions that allow the use of copy functions. Thus, the copy function can be used quickly in the activation sequence in MFP 100.

また、送信機能に対応する機能別起動管理テーブル200Bには、スキャナー制御部初期化モジュール201、パネル操作制御部初期化モジュール203、通信制御部初期化モジュール207、ジョブ実行情報管理部初期化モジュール205、ストレージ制御部初期化モジュール206、プリンター制御部初期化モジュール202、コピーアプリケーション初期化モジュール204、ログ情報管理部初期化モジュール208、プリントアプリケーション初期化モジュール209、アカウント情報管理部初期化モジュール210、FAX予約情報管理部初期化モジュール211が起動順に登録されている。   The function-based activation management table 200B corresponding to the transmission function includes a scanner control unit initialization module 201, a panel operation control unit initialization module 203, a communication control unit initialization module 207, and a job execution information management unit initialization module 205. , Storage controller initialization module 206, printer controller initialization module 202, copy application initialization module 204, log information manager initialization module 208, print application initialization module 209, account information manager initialization module 210, FAX The reservation information management unit initialization module 211 is registered in the order of activation.

また、送信機能に対応する機能別起動管理テーブル200Bには、たとえば起動順番が1〜4のスキャナー制御部初期化モジュール201からジョブ実行情報管理部初期化モジュール205までの初期化が完了した時点で送信機能の使用を可能とする定義が含まれている。これにより、MFP100での起動シーケンスにおいて、いち早く送信機能を使用できる。   The function-based activation management table 200B corresponding to the transmission function includes, for example, when the initialization from the scanner control unit initialization module 201 whose activation order is 1 to 4 to the job execution information management unit initialization module 205 is completed. Contains definitions that allow the use of the send function. Thus, the transmission function can be used quickly in the activation sequence in MFP 100.

また、ボックス保存機能に対応する機能別起動管理テーブル200Cには、ストレージ制御部初期化モジュール206、スキャナー制御部初期化モジュール201、パネル操作制御部初期化モジュール203、ジョブ実行情報管理部初期化モジュール205、ログ情報管理部初期化モジュール208、通信制御部初期化モジュール207、プリンター制御部初期化モジュール202、プリントアプリケーション初期化モジュール209、コピーアプリケーション初期化モジュール204、アカウント情報管理部初期化モジュール210、FAX予約情報管理部初期化モジュール211が起動順に登録されている。   The function-based activation management table 200C corresponding to the box saving function includes a storage control unit initialization module 206, a scanner control unit initialization module 201, a panel operation control unit initialization module 203, and a job execution information management unit initialization module. 205, log information management unit initialization module 208, communication control unit initialization module 207, printer control unit initialization module 202, print application initialization module 209, copy application initialization module 204, account information management unit initialization module 210, The FAX reservation information management unit initialization module 211 is registered in the order of activation.

また、ボックス保存機能に対応する機能別起動管理テーブル200Cには、たとえば起動順番が1〜4のストレージ制御部初期化モジュール206からジョブ実行情報管理部初期化モジュール205までの初期化が完了した時点でボックス保存機能の使用を可能とする定義が含まれている。これにより、MFP100での起動シーケンスにおいて、いち早くボックス保存機能を使用できる。   The function-based activation management table 200C corresponding to the box saving function includes, for example, a point in time when initialization from the storage control unit initialization module 206 having the activation order 1 to 4 to the job execution information management unit initialization module 205 is completed. Contains a definition that enables the use of the box save function. As a result, the box saving function can be used quickly in the activation sequence in MFP 100.

また、プリント機能に対応する機能別起動管理テーブル200Dには、ストレージ制御部初期化モジュール206、通信制御部初期化モジュール207、プリンター制御部初期化モジュール202、プリントアプリケーション初期化モジュール209、ジョブ実行情報管理部初期化モジュール205、ログ情報管理部初期化モジュール208、スキャナー制御部初期化モジュール201、パネル操作制御部初期化モジュール203、コピーアプリケーション初期化モジュール204、アカウント情報管理部初期化モジュール210、FAX予約情報管理部初期化モジュール211が起動順に登録されている。   The function-based start management table 200D corresponding to the print function includes a storage control unit initialization module 206, a communication control unit initialization module 207, a printer control unit initialization module 202, a print application initialization module 209, and job execution information. Management unit initialization module 205, log information management unit initialization module 208, scanner control unit initialization module 201, panel operation control unit initialization module 203, copy application initialization module 204, account information management unit initialization module 210, FAX The reservation information management unit initialization module 211 is registered in the order of activation.

また、プリント機能に対応する機能別起動管理テーブル200Dには、たとえば起動順番が1〜5のストレージ制御部初期化モジュール206からジョブ実行情報管理部初期化モジュール205までの初期化が完了した時点でプリント機能の使用を可能とする定義が含まれている。これにより、MFP100での起動シーケンスにおいて、いち早くプリント機能を使用できる。   The function-based start management table 200D corresponding to the print function includes, for example, when the initialization from the storage control unit initialization module 206 whose start order is 1 to 5 to the job execution information management unit initialization module 205 is completed. Contains definitions that allow the use of print functions. Thus, the print function can be used quickly in the activation sequence in MFP 100.

ここで、スキャナー制御部初期化モジュール201は、スキャナー制御部111を初期化する。プリンター制御部初期化モジュール202は、プリンター制御部112を初期化する。パネル操作制御部初期化モジュール203は、パネル操作制御部120を初期化する。コピーアプリケーション初期化モジュール204は、HDD106に記憶されているコピーアプリケーションを初期化する。ジョブ実行情報管理部初期化モジュール205は図示しないジョブ実行情報管理部を初期化する。ストレージ制御部初期化モジュール206は、HDD制御部121を初期化する。通信制御部初期化モジュール207は、通信制御部114を初期化する。ログ情報管理部初期化モジュール208は、図示しないログ情報管理部を初期化する。プリントアプリケーション初期化モジュール209は、HDD106に記憶されているプリントアプリケーションを初期化する。アカウント情報管理部初期化モジュール210は、図示しないアカウント情報管理部を初期化する。FAX予約情報管理部初期化モジュール211は、図示しないFAX予約情報管理部を初期化する。   Here, the scanner control unit initialization module 201 initializes the scanner control unit 111. The printer control unit initialization module 202 initializes the printer control unit 112. The panel operation control unit initialization module 203 initializes the panel operation control unit 120. The copy application initialization module 204 initializes a copy application stored in the HDD 106. The job execution information management unit initialization module 205 initializes a job execution information management unit (not shown). The storage control unit initialization module 206 initializes the HDD control unit 121. The communication control unit initialization module 207 initializes the communication control unit 114. The log information management unit initialization module 208 initializes a log information management unit (not shown). A print application initialization module 209 initializes a print application stored in the HDD 106. The account information management unit initialization module 210 initializes an account information management unit (not shown). The FAX reservation information management unit initialization module 211 initializes a FAX reservation information management unit (not shown).

そして、起動シーケンス管理部119は、ジョブ履歴管理部118がたとえばコピー機能の実行度合いが高いことを検出すると、機能別起動管理テーブル200Aを参照先として決定し、初期化モジュールの起動順番を決定する。また、起動シーケンス管理部119は、ジョブ履歴管理部118がたとえば送信機能の実行度合いが高いことを検出すると、機能別起動管理テーブル200Bを参照先として決定し、初期化モジュールの起動順番を決定する。また、起動シーケンス管理部119は、たとえばジョブ履歴管理部118がボックス保存機能の実行度合いが高いことを検出すると、機能別起動管理テーブル200Cを参照先として決定し、初期化モジュールの起動順番を決定する。また、起動シーケンス管理部119は、ジョブ履歴管理部118がたとえばプリント機能の実行度合いが高いことを検出すると、機能別起動管理テーブル200Dを参照先として決定し、初期化モジュールの起動順番を決定する。   Then, when the job history management unit 118 detects that the copy function execution degree is high, for example, the activation sequence management unit 119 determines the function-specific activation management table 200A as a reference destination and determines the activation order of the initialization modules. . In addition, when the job history management unit 118 detects that the execution degree of the transmission function is high, for example, the activation sequence management unit 119 determines the function-specific activation management table 200B as a reference destination and determines the activation order of the initialization modules. . For example, when the job history management unit 118 detects that the execution degree of the box storage function is high, the activation sequence management unit 119 determines the activation management table 200C for each function as a reference destination and determines the activation order of the initialization modules. To do. Further, when the job history management unit 118 detects that the execution degree of the print function is high, for example, the activation sequence management unit 119 determines the activation management table 200D by function as a reference destination and determines the activation order of the initialization modules. .

次に、図3を参照し、起動シーケンスの処理について説明する。以下に説明する手順は、MFP100の電源がオンされたり、リセットボタンが操作された際の起動時に実行される。なお、起動シーケンスの処理においては、MFP100の電源がオンされたり、リセットボタンが操作されたりした際の起動時に限らず、上述した省電力モードからの復帰時において実行されてもよい。   Next, the start sequence process will be described with reference to FIG. The procedure described below is executed when the MFP 100 is turned on or activated when the reset button is operated. Note that the activation sequence process is not limited to the activation when the MFP 100 is turned on or the reset button is operated, and may be performed when returning from the power saving mode described above.

まず、全体のフローは、図3(a)に示すように、ステップS100での起動条件選択が実行されると、ステップS200での起動順番生成が実行され、ステップS300での起動シーケンス実行で全体の処理が終了となる。   First, as shown in FIG. 3A, when the activation condition selection at step S100 is executed, the activation sequence is generated at step S200, and the entire flow is executed by executing the activation sequence at step S300. This process ends.

次に、ステップS100、S200、S300でのそれぞれの処理を個別に説明する。まず、図3(b)により、ステップS100の起動条件選択のフローについて説明する。   Next, each process in steps S100, S200, and S300 will be described individually. First, referring to FIG. 3B, the activation condition selection flow in step S100 will be described.

(ステップS101)
ジョブ履歴管理部118は、各種ジョブのジョブ履歴からジョブ種別を集計する。
(Step S101)
The job history management unit 118 totals job types from job histories of various jobs.

(ステップS102)
ジョブ履歴管理部118は、実行度合いの高いジョブ種別を選択する。
この場合、ジョブ履歴管理部118は、各種ジョブのジョブ履歴からジョブ種別を集計した結果、コピー機能の実行度合いが高い場合、コピー機能を選択する。また、ジョブ履歴管理部118は、各種ジョブのジョブ履歴からジョブ種別を集計した結果、送信機能の実行度合いが高い場合、送信機能を選択する。また、ジョブ履歴管理部118は、各種ジョブのジョブ履歴からジョブ種別を集計した結果、ボックス保存機能の実行度合いが高い場合、ボックス保存機能を選択する。また、ジョブ履歴管理部118は、各種ジョブのジョブ履歴からジョブ種別を集計した結果、プリント機能の実行度合いが高い場合、プリント機能を選択する。
(Step S102)
The job history management unit 118 selects a job type having a high execution degree.
In this case, the job history management unit 118 selects the copy function when the execution level of the copy function is high as a result of counting the job types from the job history of various jobs. Further, the job history management unit 118 selects the transmission function when the job function is highly executed as a result of summing up the job types from the job history of various jobs. Further, the job history management unit 118 selects the box storage function when the job storage function has a high execution degree as a result of summing up the job types from the job history of various jobs. Further, the job history management unit 118 selects the print function when the job function execution degree is high as a result of counting job types from the job history of various jobs.

次に、図3(c)により、ステップS200の起動順番生成のフローについて説明する。   Next, referring to FIG. 3C, the flow of starting order generation in step S200 will be described.

(ステップS201)
起動シーケンス管理部119は、実行度合いの高いジョブ種別に関連する機能別起動管理テーブル200A〜200Dの参照先を決定する。
この場合、起動シーケンス管理部119は、ジョブ履歴管理部118による選択に基づき、実行度合いの高いジョブ種別がコピー機能である場合、EEPROM116に記憶されている機能別起動管理テーブル200Aを参照先として決定する。また、起動シーケンス管理部119は、ジョブ履歴管理部118による選択に基づき、実行度合いの高いジョブ種別が送信機能である場合、EEPROM116に記憶されている機能別起動管理テーブル200Bを参照先として決定する。また、起動シーケンス管理部119は、ジョブ履歴管理部118による選択に基づき、実行度合いの高いジョブ種別がボックス保存機能である場合、EEPROM116に記憶されている機能別起動管理テーブル200Cを参照先として決定する。また、起動シーケンス管理部119は、ジョブ履歴管理部118による選択に基づき、実行度合いの高いジョブ種別がプリント機能である場合、EEPROM116に記憶されている機能別起動管理テーブル200Dを参照先として決定する。
(Step S201)
The activation sequence management unit 119 determines a reference destination of the function-specific activation management tables 200A to 200D related to the job type having a high execution degree.
In this case, the activation sequence management unit 119 determines, based on the selection by the job history management unit 118, the function-specific activation management table 200A stored in the EEPROM 116 as a reference destination when the job type having a high execution degree is the copy function. To do. In addition, based on the selection by the job history management unit 118, the activation sequence management unit 119 determines the function-specific activation management table 200B stored in the EEPROM 116 as a reference destination when a job type with a high execution degree is a transmission function. . In addition, based on the selection by the job history management unit 118, the activation sequence management unit 119 determines the function-specific activation management table 200C stored in the EEPROM 116 as a reference destination when the job type with a high execution degree is the box storage function. To do. In addition, based on the selection by the job history management unit 118, the activation sequence management unit 119 determines the function-based activation management table 200D stored in the EEPROM 116 as a reference destination when the job type having a high execution degree is the print function. .

(ステップS202)
起動シーケンス管理部119は、初期化モジュールの起動順番を決定する。
この場合、起動シーケンス管理部119は、機能別起動管理テーブル200Aを参照先として決定した際、初期化モジュールの起動順番を、スキャナー制御部初期化モジュール201、プリンター制御部初期化モジュール202、パネル操作制御部初期化モジュール203、コピーアプリケーション初期化モジュール204、ジョブ実行情報管理部初期化モジュール205、ストレージ制御部初期化モジュール206、通信制御部初期化モジュール207、ログ情報管理部初期化モジュール208、プリントアプリケーション初期化モジュール209、アカウント情報管理部初期化モジュール210、FAX予約情報管理部初期化モジュール211の順で決定する。
この場合、起動シーケンス管理部119は、上述した機能別起動管理テーブル200Aに含まれている、たとえば起動順番が1〜5のスキャナー制御部初期化モジュール201からジョブ実行情報管理部初期化モジュール205までの初期化が完了した時点でコピー機能の使用を可能とする定義を、決定した起動順番に含ませる。
また、起動シーケンス管理部119は、機能別起動管理テーブル200Bを参照先として決定した際、初期化モジュールの起動順番が、スキャナー制御部初期化モジュール201、パネル操作制御部初期化モジュール203、通信制御部初期化モジュール207、ジョブ実行情報管理部初期化モジュール205、ストレージ制御部初期化モジュール206、プリンター制御部初期化モジュール202、コピーアプリケーション初期化モジュール204、ログ情報管理部初期化モジュール208、プリントアプリケーション初期化モジュール209、アカウント情報管理部初期化モジュール210、FAX予約情報管理部初期化モジュール211の順で決定する。
この場合、起動シーケンス管理部119は、上述した機能別起動管理テーブル200Bに含まれている、たとえば起動順番が1〜4のスキャナー制御部初期化モジュール201からジョブ実行情報管理部初期化モジュール205までの初期化が完了した時点で送信機能の使用を可能とする定義を、決定した起動順番に含ませる。
また、起動シーケンス管理部119は、機能別起動管理テーブル200Cを参照先として決定した際、初期化モジュールの起動順番が、ストレージ制御部初期化モジュール206、スキャナー制御部初期化モジュール201、パネル操作制御部初期化モジュール203、ジョブ実行情報管理部初期化モジュール205、ログ情報管理部初期化モジュール208、通信制御部初期化モジュール207、プリンター制御部初期化モジュール202、プリントアプリケーション初期化モジュール209、コピーアプリケーション初期化モジュール204、アカウント情報管理部初期化モジュール210、FAX予約情報管理部初期化モジュール211の順で決定する。
この場合、起動シーケンス管理部119は、上述した機能別起動管理テーブル200Cに含まれている、たとえば起動順番が1〜4のストレージ制御部初期化モジュール206からジョブ実行情報管理部初期化モジュール205までの初期化が完了した時点でボックス保存機能の使用を可能とする定義を、決定した起動順番に含ませる。
また、起動シーケンス管理部119は、機能別起動管理テーブル200Dを参照先として決定した際、初期化モジュールの起動順番が、ストレージ制御部初期化モジュール206、通信制御部初期化モジュール207、プリンター制御部初期化モジュール202、プリントアプリケーション初期化モジュール209、ジョブ実行情報管理部初期化モジュール205、ログ情報管理部初期化モジュール208、スキャナー制御部初期化モジュール201、パネル操作制御部初期化モジュール203、コピーアプリケーション初期化モジュール204、アカウント情報管理部初期化モジュール210、FAX予約情報管理部初期化モジュール211の順で決定する。
この場合、起動シーケンス管理部119は、上述した機能別起動管理テーブル200Dに含まれている、たとえば起動順番が1〜5のストレージ制御部初期化モジュール206からジョブ実行情報管理部初期化モジュール205までの初期化が完了した時点でプリント機能の使用を可能とする定義を、決定した起動順番に含ませる。
(Step S202)
The activation sequence management unit 119 determines the activation order of the initialization modules.
In this case, when the activation sequence management unit 119 determines the function-specific activation management table 200A as a reference destination, the activation sequence of the initialization modules is set to the scanner control unit initialization module 201, the printer control unit initialization module 202, and the panel operation. Control unit initialization module 203, copy application initialization module 204, job execution information management unit initialization module 205, storage control unit initialization module 206, communication control unit initialization module 207, log information management unit initialization module 208, print The application initialization module 209, the account information management unit initialization module 210, and the FAX reservation information management unit initialization module 211 are determined in this order.
In this case, the activation sequence management unit 119 includes, for example, the scanner control unit initialization module 201 whose activation order is 1 to 5 included in the above-described function-specific activation management table 200A to the job execution information management unit initialization module 205. The definition that enables the use of the copy function at the completion of initialization is included in the determined activation order.
When the activation sequence management unit 119 determines the function-specific activation management table 200B as a reference destination, the activation order of the initialization modules is the scanner control unit initialization module 201, the panel operation control unit initialization module 203, and the communication control. Unit initialization module 207, job execution information management unit initialization module 205, storage control unit initialization module 206, printer control unit initialization module 202, copy application initialization module 204, log information management unit initialization module 208, print application The initialization module 209, the account information management unit initialization module 210, and the FAX reservation information management unit initialization module 211 are determined in this order.
In this case, the activation sequence management unit 119 includes, for example, the scanner control unit initialization module 201 whose activation order is 1 to 4 included in the above-described function-specific activation management table 200B to the job execution information management unit initialization module 205. The definition that enables the use of the transmission function at the completion of initialization is included in the determined activation order.
When the activation sequence management unit 119 determines the function-specific activation management table 200C as a reference destination, the activation order of the initialization modules is the storage controller initialization module 206, the scanner controller initialization module 201, the panel operation control. Unit initialization module 203, job execution information management unit initialization module 205, log information management unit initialization module 208, communication control unit initialization module 207, printer control unit initialization module 202, print application initialization module 209, copy application The initialization module 204, the account information management unit initialization module 210, and the FAX reservation information management unit initialization module 211 are determined in this order.
In this case, the activation sequence management unit 119 includes, for example, the storage control unit initialization module 206 whose activation order is 1 to 4 included in the above-described functional activation management table 200C to the job execution information management unit initialization module 205. The definition that enables the use of the box saving function at the completion of initialization is included in the determined activation order.
In addition, when the activation sequence management unit 119 determines the function-specific activation management table 200D as a reference destination, the activation order of the initialization modules is the storage controller initialization module 206, the communication controller initialization module 207, and the printer controller. Initialization module 202, print application initialization module 209, job execution information management unit initialization module 205, log information management unit initialization module 208, scanner control unit initialization module 201, panel operation control unit initialization module 203, copy application The initialization module 204, the account information management unit initialization module 210, and the FAX reservation information management unit initialization module 211 are determined in this order.
In this case, the activation sequence management unit 119 includes, for example, the storage control unit initialization module 206 whose activation order is 1 to 5 included in the above-described function-specific activation management table 200D to the job execution information management unit initialization module 205. The definition that enables the use of the print function at the completion of initialization is included in the determined activation order.

なお、起動シーケンス管理部119は、機能別起動管理テーブル200A〜200Dに含まれているそれぞれの機能の使用を可能とする定義を、決定した起動順番に含ませているが、起動順番を決定する際、予め設定された定義を決定した起動順番に含ませてもよい。この場合、それぞれの機能別起動管理テーブル200A〜200Dに含まれている、それぞれの機能の使用を可能とする定義を省くことができる。   Note that the activation sequence management unit 119 includes the definition that enables the use of each function included in the function-specific activation management tables 200A to 200D in the determined activation order, but determines the activation order. At this time, a predetermined definition may be included in the determined activation order. In this case, the definition included in each function-specific activation management table 200A to 200D that enables the use of each function can be omitted.

(ステップS203)
起動シーケンス管理部119は、それぞれの初期化モジュールに対し、次に実行する初期化モジュールを定義する。
この場合、起動シーケンス管理部119は、それぞれの初期化モジュールに対し、次に実行する初期化モジュールを定義する際、実行が最後となる初期化モジュールに対しては、次に実行する初期化モジュールを定義しない。
(Step S203)
The activation sequence management unit 119 defines an initialization module to be executed next for each initialization module.
In this case, when defining the initialization module to be executed next for each initialization module, the activation sequence management unit 119 determines the initialization module to be executed next for the initialization module to be executed last. Is not defined.

次に、図3(d)により、ステップS300での起動シーケンス実行のフローについて説明する。   Next, referring to FIG. 3 (d), the flow of executing the activation sequence in step S300 will be described.

(ステップS301)
システム制御部122は、起動シーケンス管理部119が決定した起動順番に従い、EEPROM116から初期化モジュールを読み出して初期化を実行する。
(Step S301)
The system control unit 122 reads the initialization module from the EEPROM 116 and executes initialization in accordance with the startup order determined by the startup sequence management unit 119.

次に、図4を参照し、初期化モジュールの実行処理について説明する。なお、以下においては、起動シーケンス管理部119がコピー機能に対応する機能別起動管理テーブル200Aを参照先として決定し、機能別起動管理テーブル200Aの登録内容に従い、初期化モジュールの起動順番を決定した場合で説明する。   Next, the initialization module execution process will be described with reference to FIG. In the following, the activation sequence management unit 119 determines the function-specific activation management table 200A corresponding to the copy function as a reference destination, and determines the activation order of the initialization modules according to the registered contents of the function-specific activation management table 200A. The case will be explained.

(ステップS401)
システム制御部122は、スキャナー制御部初期化モジュール201を実行する。
この場合、システム制御部122は、EEPROM116に記憶されているスキャナー制御部初期化モジュール201を読み出し、スキャナー制御部111を初期化する。
また、システム制御部122は、スキャナー制御部初期化モジュール201に定義されている、次に実行する初期化モジュールを確認し、ステップ402に移行する。
(Step S401)
The system control unit 122 executes the scanner control unit initialization module 201.
In this case, the system control unit 122 reads the scanner control unit initialization module 201 stored in the EEPROM 116 and initializes the scanner control unit 111.
Also, the system control unit 122 confirms the initialization module to be executed next, which is defined in the scanner control unit initialization module 201, and proceeds to step 402.

(ステップS402)
システム制御部122は、プリンター制御部初期化モジュール202を実行する。
この場合、システム制御部122は、EEPROM116に記憶されているプリンター制御部初期化モジュール202を読み出し、プリンター制御部112を初期化する。
また、システム制御部122は、プリンター制御部初期化モジュール202に定義されている、次に実行する初期化モジュールを確認し、ステップ403に移行する。
(Step S402)
The system control unit 122 executes the printer control unit initialization module 202.
In this case, the system control unit 122 reads the printer control unit initialization module 202 stored in the EEPROM 116 and initializes the printer control unit 112.
Further, the system control unit 122 confirms the initialization module to be executed next, which is defined in the printer control unit initialization module 202, and proceeds to step 403.

(ステップS403)
システム制御部122は、パネル操作制御部初期化モジュール203を実行する。
この場合、システム制御部122は、EEPROM116に記憶されているパネル操作制御部初期化モジュール203を読み出し、パネル操作制御部120を初期化する。
また、システム制御部122は、パネル操作制御部初期化モジュール203に定義されている、次に実行する初期化モジュールを確認し、ステップ404に移行する。
(Step S403)
The system control unit 122 executes the panel operation control unit initialization module 203.
In this case, the system control unit 122 reads the panel operation control unit initialization module 203 stored in the EEPROM 116 and initializes the panel operation control unit 120.
Further, the system control unit 122 confirms the initialization module to be executed next, which is defined in the panel operation control unit initialization module 203, and proceeds to step 404.

(ステップS404)
システム制御部122は、コピーアプリケーション初期化モジュール204を実行する。
この場合、システム制御部122は、EEPROM116に記憶されているコピーアプリケーション初期化モジュール204を読み出し、HDD106に記憶されているコピーアプリケーションを初期化する。
また、システム制御部122は、コピーアプリケーション初期化モジュール204に定義されている、次に実行する初期化モジュールを確認し、ステップ405に移行する。
(Step S404)
The system control unit 122 executes the copy application initialization module 204.
In this case, the system control unit 122 reads the copy application initialization module 204 stored in the EEPROM 116 and initializes the copy application stored in the HDD 106.
Further, the system control unit 122 confirms the initialization module to be executed next, which is defined in the copy application initialization module 204, and proceeds to step 405.

(ステップS405)
システム制御部122は、ジョブ実行情報管理部初期化モジュール205を実行する。
この場合、システム制御部122は、EEPROM116に記憶されているジョブ実行情報管理部初期化モジュール205を読み出し、図示しないジョブ実行情報管理部を初期化する。
ここで、システム制御部122は、ジョブ実行情報管理部初期化モジュール205までの初期化が完了した時点でコピー機能の使用を可能とする定義に基づき、パネル操作制御部120を介し、パネル部105に使用可能を表示させる。
また、システム制御部122は、ジョブ実行情報管理部初期化モジュール205に定義されている、次に実行する初期化モジュールを確認し、ステップ406に移行する。
(Step S405)
The system control unit 122 executes the job execution information management unit initialization module 205.
In this case, the system control unit 122 reads the job execution information management unit initialization module 205 stored in the EEPROM 116 and initializes a job execution information management unit (not shown).
Here, the system control unit 122 performs the panel unit 105 via the panel operation control unit 120 based on the definition that enables the use of the copy function when the initialization up to the job execution information management unit initialization module 205 is completed. To display available.
In addition, the system control unit 122 confirms the initialization module to be executed next, which is defined in the job execution information management unit initialization module 205, and proceeds to step 406.

(ステップS406)
システム制御部122は、ストレージ制御部初期化モジュール206を実行する。
この場合、システム制御部122は、EEPROM116に記憶されているストレージ制御部初期化モジュール206を読み出し、HDD制御部121を初期化する。
また、システム制御部122は、ストレージ制御部初期化モジュール206に定義されている、次に実行する初期化モジュールを確認し、ステップ407に移行する。
(Step S406)
The system control unit 122 executes the storage control unit initialization module 206.
In this case, the system control unit 122 reads the storage control unit initialization module 206 stored in the EEPROM 116 and initializes the HDD control unit 121.
In addition, the system control unit 122 checks the initialization module to be executed next, which is defined in the storage control unit initialization module 206, and proceeds to step 407.

(ステップS407)
システム制御部122は、通信制御部初期化モジュール207を実行する。
この場合、システム制御部122は、EEPROM116に記憶されている通信制御部初期化モジュール207を読み出し、通信制御部114を初期化する。
また、システム制御部122は、通信制御部初期化モジュール207に定義されている、次に実行する初期化モジュールを確認し、ステップ408に移行する。
(Step S407)
The system control unit 122 executes the communication control unit initialization module 207.
In this case, the system control unit 122 reads the communication control unit initialization module 207 stored in the EEPROM 116 and initializes the communication control unit 114.
Further, the system control unit 122 confirms the initialization module to be executed next, which is defined in the communication control unit initialization module 207, and proceeds to step 408.

(ステップS408)
システム制御部122は、ログ情報管理部初期化モジュール208を実行する。
この場合、システム制御部122は、EEPROM116に記憶されているログ情報管理部初期化モジュール208を読み出し、図示しないログ情報管理部を初期化する。
また、システム制御部122は、ログ情報管理部初期化モジュール208に定義されている、次に実行する初期化モジュールを確認し、ステップ409に移行する。
(Step S408)
The system control unit 122 executes the log information management unit initialization module 208.
In this case, the system control unit 122 reads the log information management unit initialization module 208 stored in the EEPROM 116 and initializes a log information management unit (not shown).
Further, the system control unit 122 confirms the initialization module to be executed next, which is defined in the log information management unit initialization module 208, and proceeds to step 409.

(ステップS409)
システム制御部122は、プリントアプリケーション初期化モジュール209を実行する。
この場合、システム制御部122は、EEPROM116に記憶されているプリントアプリケーション初期化モジュール209を読み出し、HDD106に記憶されているプリントアプリケーションを初期化する。
また、システム制御部122は、プリントアプリケーション初期化モジュール209に定義されている、次に実行する初期化モジュールを確認し、ステップ410に移行する。
(Step S409)
The system control unit 122 executes the print application initialization module 209.
In this case, the system control unit 122 reads the print application initialization module 209 stored in the EEPROM 116 and initializes the print application stored in the HDD 106.
Further, the system control unit 122 confirms an initialization module to be executed next, which is defined in the print application initialization module 209, and proceeds to step 410.

(ステップS410)
システム制御部122は、アカウント情報管理部初期化モジュール210を実行する。
この場合、システム制御部122は、EEPROM116に記憶されているアカウント情報管理部初期化モジュール210を読み出し、図示しないアカウント情報管理部を初期化する。FAX予約情報管理部初期化モジュール211は、図示しないFAX予約情報管理部を初期化する。
また、システム制御部122は、アカウント情報管理部初期化モジュール210に定義されている、次に実行する初期化モジュールを確認し、ステップ411に移行する。
(Step S410)
The system control unit 122 executes the account information management unit initialization module 210.
In this case, the system control unit 122 reads the account information management unit initialization module 210 stored in the EEPROM 116 and initializes an account information management unit (not shown). The FAX reservation information management unit initialization module 211 initializes a FAX reservation information management unit (not shown).
Further, the system control unit 122 confirms the initialization module to be executed next, which is defined in the account information management unit initialization module 210, and proceeds to step 411.

(ステップS411)
システム制御部122は、FAX予約情報管理部初期化モジュール211を実行する。
この場合、システム制御部122は、EEPROM116に記憶されているFAX予約情報管理部初期化モジュール211を読み出し、図示しないFAX予約情報管理部を初期化する。
ここで、システム制御部122は、FAX予約情報管理部初期化モジュール211の次に実行する初期化モジュールが定義されていないため、初期化処理を終了する。
(Step S411)
The system control unit 122 executes the FAX reservation information management unit initialization module 211.
In this case, the system control unit 122 reads the FAX reservation information management unit initialization module 211 stored in the EEPROM 116 and initializes a FAX reservation information management unit (not shown).
Here, since the initialization module to be executed next to the FAX reservation information management unit initialization module 211 is not defined, the system control unit 122 ends the initialization process.

このように、本実施形態では、EEPROM116(不揮発性メモリー)により、機能部毎の初期化モジュールと、機能毎に異なる初期化モジュールの起動順番が登録された複数の機能別起動管理テーブル200A〜200D(起動管理テーブル)とを記憶し、ジョブ履歴管理部118により、各種ジョブのジョブ履歴を管理し、実行度合いの高いジョブ種別を選択し、起動シーケンス管理部119により、ジョブ履歴管理部118が選択した実行度合いの高いジョブ種別に関連する機能別起動管理テーブル200A〜200D(起動管理テーブル)の登録内容に従い、初期化モジュールの起動順番を決定し、システム制御部122により、起動シーケンス管理部119が決定した起動順番に従って初期化モジュールをEEPROM116(不揮発性メモリー)から読み出し、それぞれの機能部を初期化する。   As described above, in the present embodiment, the EEPROM 116 (non-volatile memory) uses a plurality of function-specific activation management tables 200A to 200D in which the activation modules for each functional unit and the activation orders different for each function are registered. (Startup management table) is stored, the job history of the various jobs is managed by the job history management unit 118, the job type having a high execution degree is selected, and the job history management unit 118 is selected by the startup sequence management unit 119 The activation order of the initialization modules is determined according to the registered contents of the function-specific activation management tables 200A to 200D (activation management table) related to the job type having a high execution degree, and the activation sequence management unit 119 is determined by the system control unit 122. In accordance with the determined startup order, the initialization module is assigned to the EEPROM 116 ( Read from the volatile memory), it initializes the respective functional unit.

このように、実行度合いの高いジョブ種別に関連する機能別起動管理テーブル200A〜200D(起動管理テーブル)の起動順番に従ってそれぞれの機能部を初期化することにより、実行度合いに応じて起動シーケンスを変更できることから、ユーザー毎の使用環境に合わせた最適な起動シーケンスへの変更が可能となる。   In this way, the activation sequence is changed according to the degree of execution by initializing each functional unit according to the activation order of the function-specific activation management tables 200A to 200D (activation management table) related to the job type having a high degree of execution. Since this is possible, it is possible to change to an optimal startup sequence that matches the usage environment of each user.

なお、本実施形態では、電子機器をMFP100に適用させた場合で説明したが、プリンターや複合機に適用してもよい。   In the present exemplary embodiment, the case where the electronic apparatus is applied to the MFP 100 has been described. However, the electronic apparatus may be applied to a printer or a multifunction peripheral.

100 MFP
101 スキャナー部
102 プリンター部
103 FAX部
104 I/F
105 パネル部
106 HDD
110 制御部
111 スキャナー制御部
112 プリンター制御部
113 FAX制御部
114 通信制御部
115 RAM
116 EEPROM
117 画像処理部
118 ジョブ履歴管理部
119 起動シーケンス管理部
120 パネル操作制御部
121 HDD制御部
122 システム制御部
123 データバス
200A〜200D 機能別起動管理テーブル
201 スキャナー制御部初期化モジュール
202 プリンター制御部初期化モジュール
203 パネル操作制御部初期化モジュール
204 コピーアプリケーション初期化モジュール
205 ジョブ実行情報管理部初期化モジュール
206 ストレージ制御部初期化モジュール
207 通信制御部初期化モジュール
208 ログ情報管理部初期化モジュール
209 プリントアプリケーション初期化モジュール
210 アカウント情報管理部初期化モジュール
211 FAX予約情報管理部初期化モジュール
100 MFP
101 Scanner unit 102 Printer unit 103 FAX unit 104 I / F
105 Panel 106 HDD
110 Control Unit 111 Scanner Control Unit 112 Printer Control Unit 113 FAX Control Unit 114 Communication Control Unit 115 RAM
116 EEPROM
117 Image processing unit 118 Job history management unit 119 Activation sequence management unit 120 Panel operation control unit 121 HDD control unit 122 System control unit 123 Data bus 200A to 200D Function-based activation management table 201 Scanner control unit initialization module 202 Printer control unit initial Module 203 Panel operation control unit initialization module 204 Copy application initialization module 205 Job execution information management unit initialization module 206 Storage control unit initialization module 207 Communication control unit initialization module 208 Log information management unit initialization module 209 Print application Initialization module 210 Account information management unit initialization module 211 FAX reservation information management unit initialization module

Claims (6)

機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する不揮発性メモリーと、
各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択するジョブ履歴管理部と、
前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する起動シーケンス管理部と、
前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化するシステム制御部とを備え
前記起動シーケンス管理部は、前記初期化モジュールの起動順番を決定する際、それぞれの機能の実行が可能な初期化モジュールまでの初期化が完了した時点でそれぞれの機能の使用を可能とする定義を、決定した前記起動順番に含ませる
ことを特徴とする電子機器。
A non-volatile memory that stores an initialization module for each functional unit, and a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered;
A job history management unit that manages job histories of various jobs, compares the execution frequency of each job type, and selects a job type with the highest execution frequency as a job type with a high degree of execution ;
An activation sequence management unit that determines the activation order of the initialization modules according to the registration content of the activation management table related to the job type with a high execution degree selected by the job history management unit;
A system control unit that reads the initialization module from the nonvolatile memory in accordance with the startup order determined by the startup sequence management unit, and initializes the functional units .
When the activation sequence management unit determines the activation order of the initialization modules, the activation sequence management unit defines a definition that enables the use of each function when the initialization to the initialization module capable of executing each function is completed. The electronic device is included in the determined starting order .
機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する不揮発性メモリーと、
各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択するジョブ履歴管理部と、
前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する起動シーケンス管理部と、
前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化するシステム制御部とを備え、
前記ジョブ履歴管理部は、起動中に実行された前記各種ジョブのジョブ履歴を管理する
ことを特徴とする電子機器。
A non-volatile memory that stores an initialization module for each functional unit, and a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered;
A job history management unit that manages job histories of various jobs, compares the execution frequency of each job type, and selects a job type with the highest execution frequency as a job type with a high degree of execution;
An activation sequence management unit that determines the activation order of the initialization modules according to the registration content of the activation management table related to the job type with a high execution degree selected by the job history management unit;
A system control unit that reads the initialization module from the nonvolatile memory in accordance with the startup order determined by the startup sequence management unit, and initializes the functional units.
The job history management unit manages the job history of the various jobs executed during startup
An electronic device characterized by that .
機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する不揮発性メモリーと、
各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択するジョブ履歴管理部と、
前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する起動シーケンス管理部と、
前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化するシステム制御部とを備え、
前記ジョブ履歴管理部は、起動時毎に前記各種ジョブのジョブ履歴からジョブ種別を集計し、実行度合いの高いジョブ種別を選択する
ことを特徴とする電子機器。
A non-volatile memory that stores an initialization module for each functional unit, and a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered;
A job history management unit that manages job histories of various jobs, compares the execution frequency of each job type, and selects a job type with the highest execution frequency as a job type with a high degree of execution;
An activation sequence management unit that determines the activation order of the initialization modules according to the registration content of the activation management table related to the job type with a high execution degree selected by the job history management unit;
A system control unit that reads the initialization module from the nonvolatile memory in accordance with the startup order determined by the startup sequence management unit, and initializes the functional units.
The job history management unit aggregates job types from job histories of the various jobs every time it is started, and selects a job type with a high degree of execution.
An electronic device characterized by that .
不揮発性メモリーにより、機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する工程と、
ジョブ履歴管理部により、各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択する工程と、
起動シーケンス管理部により、前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する工程と、
システム制御部により、前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化する工程とを電子機器を制御するコンピューターに実行させ
前記起動シーケンス管理部は、前記初期化モジュールの起動順番を決定する際、それぞれの機能の実行が可能な初期化モジュールまでの初期化が完了した時点でそれぞれの機能の使用を可能とする定義を、決定した前記起動順番に含ませる
ことを特徴とする起動シーケンス生成プログラム。
A step of storing an initialization module for each functional unit and a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered by a nonvolatile memory;
The job history management unit manages the job history of various jobs, compares the execution frequency of each job type, and selects the job type with the highest execution frequency as the job type with a high degree of execution ;
A step of determining a startup order of the initialization modules according to a registration content of the startup management table related to a job type with a high execution degree selected by the job history management unit by a startup sequence management unit;
A system controller reads out the initialization module from the non-volatile memory according to the startup order determined by the startup sequence management unit, and causes the computer that controls the electronic device to execute the steps of initializing the functional units. ,
When the activation sequence management unit determines the activation order of the initialization modules, the activation sequence management unit defines a definition that enables the use of each function when the initialization to the initialization module capable of executing each function is completed. And an activation sequence generation program which is included in the determined activation order .
不揮発性メモリーにより、機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する工程と、A step of storing an initialization module for each functional unit and a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered by a nonvolatile memory;
ジョブ履歴管理部により、各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択する工程と、The job history management unit manages the job history of various jobs, compares the execution frequency of each job type, and selects the job type with the highest execution frequency as the job type with a high degree of execution;
起動シーケンス管理部により、前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する工程と、A step of determining a startup order of the initialization modules according to a registration content of the startup management table related to a job type with a high execution degree selected by the job history management unit by a startup sequence management unit;
システム制御部により、前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化する工程とを電子機器を制御するコンピューターに実行させ、A system controller reads out the initialization module from the non-volatile memory according to the startup order determined by the startup sequence management unit, and causes the computer that controls the electronic device to execute the steps of initializing the functional units. ,
前記ジョブ履歴管理部は、起動中に実行された前記各種ジョブのジョブ履歴を管理するThe job history management unit manages the job history of the various jobs executed during startup
ことを特徴とする起動シーケンス生成プログラム。An activation sequence generation program characterized by the above.
不揮発性メモリーにより、機能部毎の初期化モジュールと、機能毎に異なる前記初期化モジュールの起動順番が登録された複数の起動管理テーブルとを記憶する工程と、A step of storing an initialization module for each functional unit and a plurality of startup management tables in which startup orders of the initialization modules different for each function are registered by a nonvolatile memory;
ジョブ履歴管理部により、各種ジョブのジョブ履歴を管理し、各ジョブ種別の実行頻度を比較して最も実行頻度が大きいジョブ種別を実行度合いの高いジョブ種別として選択する工程と、The job history management unit manages the job history of various jobs, compares the execution frequency of each job type, and selects the job type with the highest execution frequency as the job type with a high degree of execution;
起動シーケンス管理部により、前記ジョブ履歴管理部が選択した実行度合いの高いジョブ種別に関連する前記起動管理テーブルの登録内容に従い、前記初期化モジュールの起動順番を決定する工程と、A step of determining a startup order of the initialization modules according to a registration content of the startup management table related to a job type with a high execution degree selected by the job history management unit by a startup sequence management unit;
システム制御部により、前記起動シーケンス管理部が決定した前記起動順番に従って前記初期化モジュールを前記不揮発性メモリーから読み出し、それぞれの前記機能部を初期化する工程とを電子機器を制御するコンピューターに実行させ、A system controller reads out the initialization module from the non-volatile memory according to the startup order determined by the startup sequence management unit, and causes the computer that controls the electronic device to execute the steps of initializing the functional units. ,
前記ジョブ履歴管理部は、起動時毎に前記各種ジョブのジョブ履歴からジョブ種別を集計し、実行度合いの高いジョブ種別を選択するThe job history management unit aggregates job types from job histories of the various jobs every time it is started, and selects a job type with a high degree of execution.
ことを特徴とする起動シーケンス生成プログラム。An activation sequence generation program characterized by the above.
JP2016227395A 2016-11-24 2016-11-24 Electronic device and startup sequence generation program Active JP6579087B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016227395A JP6579087B2 (en) 2016-11-24 2016-11-24 Electronic device and startup sequence generation program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016227395A JP6579087B2 (en) 2016-11-24 2016-11-24 Electronic device and startup sequence generation program

Publications (2)

Publication Number Publication Date
JP2018084941A JP2018084941A (en) 2018-05-31
JP6579087B2 true JP6579087B2 (en) 2019-09-25

Family

ID=62238372

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016227395A Active JP6579087B2 (en) 2016-11-24 2016-11-24 Electronic device and startup sequence generation program

Country Status (1)

Country Link
JP (1) JP6579087B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002108618A (en) * 2000-10-02 2002-04-12 Techno Core:Kk Module selective activation system
JP5701156B2 (en) * 2011-06-03 2015-04-15 三菱電機株式会社 Information processing apparatus and activation method thereof

Also Published As

Publication number Publication date
JP2018084941A (en) 2018-05-31

Similar Documents

Publication Publication Date Title
JP5326918B2 (en) Electronic device, software update method, program, and recording medium
JP6515799B2 (en) Electronic equipment and memory life warning program
JP2012221325A (en) Electronic apparatus
JP6906991B2 (en) Image formation system, control method and program of image formation system
JP5035257B2 (en) Image output apparatus and image output system
JP6579087B2 (en) Electronic device and startup sequence generation program
JP6669101B2 (en) Electronic device and startup sequence generation program
US10956090B2 (en) Memory system and electronic apparatus
JP2017187968A (en) Electronic apparatus and start sequence generation program
JP6123109B2 (en) Image forming apparatus
JP2020031307A (en) Electronic apparatus and memory management program
JP2020144565A (en) Electronic device and activation sequence generation program
JP6409762B2 (en) Electronic device and memory life warning program
JP2007058462A (en) Charge estimation system, charge estimation server, charge estimation method, and computer program
JP2019036905A (en) Electronic apparatus and memory management program
JP6680253B2 (en) Image forming apparatus and image forming program
JP2010252079A (en) Job registration of image forming device, and high-speed start of the same
JP5672633B2 (en) Communication terminal device
US11029898B2 (en) Electronic apparatus
JP5111325B2 (en) Management device, management system, management method, and computer program
JP6834549B2 (en) Job processing device
JP6874561B2 (en) Image forming apparatus management device, image forming apparatus management method, image forming apparatus management program, and image forming system
JP6680094B2 (en) Information processing apparatus, display control method, and program
JP6432499B2 (en) Electronic device and memory life warning program
JP2019067335A (en) Electronic device and memory region allocation program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180926

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190604

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190531

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190610

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190730

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190812

R150 Certificate of patent or registration of utility model

Ref document number: 6579087

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150