JP2002046327A - Printer control device - Google Patents

Printer control device

Info

Publication number
JP2002046327A
JP2002046327A JP2000236519A JP2000236519A JP2002046327A JP 2002046327 A JP2002046327 A JP 2002046327A JP 2000236519 A JP2000236519 A JP 2000236519A JP 2000236519 A JP2000236519 A JP 2000236519A JP 2002046327 A JP2002046327 A JP 2002046327A
Authority
JP
Japan
Prior art keywords
information
printer
control device
module
control program
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
JP2000236519A
Other languages
Japanese (ja)
Inventor
Susumu Hashimoto
進 橋本
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.)
Koki Holdings Co Ltd
Original Assignee
Hitachi Koki 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 Hitachi Koki Co Ltd filed Critical Hitachi Koki Co Ltd
Priority to JP2000236519A priority Critical patent/JP2002046327A/en
Publication of JP2002046327A publication Critical patent/JP2002046327A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To update control program information at any time without interrupting printing operation in a printer control device. SOLUTION: A monitoring function for always monitoring a use condition of each module and an operating condition of a printer is provided so that a specific operation can be executed by recognizing an event that occurs during the operating condition of the printer. Each of the modules writes the use condition, memory mapping information and version information to a module information table and can read it at any time. When the monitoring function receives a control program updating request from an external interface, the function forms a trigger table and executes a preliminary registration operation to a non-volatile memory medium. When an event occurs, the preliminary registration condition in the non-volatile memory is retrieved and looks up the module information table to compare it therewith so that the updating of the module can be executed.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はプリンタ制御装置に
関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printer control device.

【0002】[0002]

【従来の技術】従来のプリンタ制御装置のソフトウェア
は、電源投入時にハードウェアの検査および初期化を行
い不揮発性メモリ、または不揮発性記憶媒体からメモリ
上にロードされて外部インターフェイスから印刷情報を
受信して印刷動作を制御したり、オペレータパネルの操
作により保守点検作業の制御を行った。
2. Description of the Related Art The software of a conventional printer control device checks and initializes hardware at power-on, loads the memory from a nonvolatile memory or a nonvolatile storage medium onto the memory, and receives print information from an external interface. To control the printing operation and control the maintenance and inspection work by operating the operator panel.

【0003】この制御装置のソフトウェアは複数のモジ
ュールに機能別に分けられており、任意のメモリ領域に
再配置可能な機能を有し、必要な時に削除、追加、更新
を行う機能を有する。制御プログラム情報の更新を行う
場合は、プリンタの印刷動作を一時停止させ、手動また
は保守用プログラムを使用し不揮発性記憶媒体を入れ替
えるか外部インターフェースから情報を受信してモジュ
ールの一部または全てを更新する。
[0003] The software of the control device is divided into a plurality of modules by function, has a function of being relocated to an arbitrary memory area, and has a function of deleting, adding, and updating when necessary. When updating the control program information, temporarily suspend the printing operation of the printer, replace the non-volatile storage medium manually or use the maintenance program, or receive information from the external interface to update some or all of the modules I do.

【0004】[0004]

【発明が解決しようとする課題】このプリンタ制御装置
のソフトウェアの全て、または一部を更新する場合、図
2に示すようにオペレータの介入要求8を行ってプリン
タの印刷動作を一時停止させ、現在使用されているモジ
ュールを削除または無効にし予め任意のメモリに展開さ
れているモジュールを有効にするか、不揮発性記憶媒体
9から読み出しを行ってメモリ上にロードし直す必要が
あった。
When all or a part of the software of the printer control device is updated, an operator's intervention request 8 is made as shown in FIG. It is necessary to delete or invalidate the used module and enable a module previously expanded in an arbitrary memory, or to read out from the nonvolatile storage medium 9 and reload the memory.

【0005】このためソフトウェアの更新を行うために
は、直接印刷動作の関係のない機能の更新を行う場合で
も印刷動作を停止させて、オペレータによる操作で制御
プログラム情報のロードを行う必要があった。本発明は
ソフトウェアや印刷資源の更新を行うために、オペレー
タが特定の時間にプリンタを占有することなく、任意の
時刻に情報をプリンタに送出して内部に保存し、特定の
イベントが発生した場合に情報の更新を行うことによ
り、ソフトウェアの保守・更新を容易にする手段を提供
する。
Therefore, in order to update the software, it is necessary to stop the printing operation and to load the control program information by an operation of the operator even when updating a function not directly related to the printing operation. . In the present invention, in order to update software and print resources, an operator does not occupy the printer at a specific time, sends information to the printer at an arbitrary time and saves the information internally, and when a specific event occurs A means for easily maintaining and updating the software by updating the information is provided.

【0006】[0006]

【課題を解決するための手段】各モジュールの使用状態
およびプリンタの動作状態を常時監視するモニタ機能を
設け一定時間間隔で常時監視を行い、プリンタ動作時に
発生するイベントを認識し特定の処理が実行できるよう
にしておく。各々のモジュールはモジュール情報テーブ
ルに使用状態、メモリ配置情報、バージョン情報を書き
込んでおき任意の時間に読み出すことできるようにして
おく。各々のモジュールは処理の開始・終了時に使用状
態をモニタ機能が管理するモジュール情報テーブルに報
告するようにしておく。
A monitor function for constantly monitoring the use state of each module and the operation state of the printer is provided, which is constantly monitored at predetermined time intervals, and recognizes an event occurring during the operation of the printer and executes a specific process. Be prepared to do it. Each module writes its use state, memory layout information, and version information in the module information table so that it can be read at any time. Each module reports the use status to the module information table managed by the monitor function at the start and end of the processing.

【0007】モニタ機能は外部インターフェースからの
制御プログラム情報更新要求を受けた場合、不揮発性記
憶媒体にトリガーテーブルを作成し仮登録処理を行う。
また、電源投入時やオフライン状態移行時、障害発生時
等のイベント発生時に仮登録状態を検索しモジュール情
報テーブルを参照、比較することによりモジュールの更
新が行えるようにしておく。
When the monitor function receives a control program information update request from the external interface, it creates a trigger table in a nonvolatile storage medium and performs a temporary registration process.
In addition, when an event such as power-on, transition to an off-line state, or occurrence of a fault occurs, a temporary registration state is searched, and a module information table is referred to and compared so that a module can be updated.

【0008】[0008]

【発明の実施の形態】図1は本発明のモニタ機能が行う
モジュール更新処理の概略フローである。ホストコンピ
ュータ1または外部インターフェースから渡される制御
プログラム情報2には更新判定情報をつけ、プリンタの
使用状況に応じてプログラムの更新時期を判定できるよ
うにしておく。このように更新判定情報を付加された制
御プログラム情報は、外部インターフェースやホストイ
ンターフェースを通じて任意の時間に制御装置に送り、
それを受信した制御装置は不揮発性記憶媒体7または不
揮発性メモリ上に仮登録し、更新判定情報をトリガーテ
ーブル3に記録し不揮発性記憶媒体7上に記憶する。
FIG. 1 is a schematic flow chart of a module updating process performed by a monitor function according to the present invention. Update determination information is added to the control program information 2 passed from the host computer 1 or the external interface so that the update time of the program can be determined in accordance with the usage status of the printer. The control program information to which the update determination information is added as described above is sent to the control device at an arbitrary time through an external interface or a host interface,
The control device that has received the information temporarily registers the information in the nonvolatile storage medium 7 or the nonvolatile memory, records the update determination information in the trigger table 3 and stores the information in the nonvolatile storage medium 7.

【0009】モニタ機能は電源投入時やオフラインモー
ド移行時等の制御装置にイベント4が発生した場合に仮
登録されている更新が必要で、発生したイベントに対し
て更新が可能なモジュールが存在するかをトリガーテー
ブル5を不揮発性記憶媒体7から読出し検索することに
よって確認し、更新が必要なモジュールが存在し、かつ
モジュール情報テーブルを参照して旧いモジュールが未
使用状態である場合は新しいモジュールをメモリ上にロ
ードして有効にし、モジュール情報テーブルを参照、更
新6することにより無効にし不揮発性記憶媒体上からも
削除する。
The monitor function requires a temporarily registered update when an event 4 occurs in the control device at the time of power-on or transition to the offline mode, and there is a module that can update the event that has occurred. The trigger table 5 is read from the nonvolatile storage medium 7 and searched for. If there is a module that needs to be updated and the old module is unused by referring to the module information table, a new module is determined. It is loaded into the memory to make it valid, and the module information table is referred to and updated 6 to make it invalid and deleted from the nonvolatile storage medium.

【0010】例えば、図3に示すようにプリンタがホス
トコンピュータから印刷データを受信しながら印刷動作
を行っている最中に、外部インタフェースから制御プロ
グラム更新情報を受信11した時、更新情報は不揮発性
メモリまたは不揮発性記憶媒体12中に仮登録される。
不揮発性メモリまたは不揮発性記憶媒体12中に十分な
空き容量が無い場合は登録は行わず更新情報を送出した
インターフェイスにエラーの報告を行う。
For example, as shown in FIG. 3, when the printer receives control program update information 11 from an external interface while performing a print operation while receiving print data from a host computer, the update information is non-volatile. It is temporarily registered in the memory or the non-volatile storage medium 12.
If there is not enough free space in the nonvolatile memory or the nonvolatile storage medium 12, registration is not performed and an error is reported to the interface that sent the update information.

【0011】モニタ機能は印刷動作障害等のイベントの
発生13を認識したらトリガーテーブルに書き込まれた
制御プログラム情報の更新判定情報を検索することによ
りイベントにおいて更新が必要なモジュールの有無を判
定しモジュール更新処理14を行う。
When the monitor function recognizes the occurrence of an event 13 such as a print operation failure, the monitor function searches the update determination information of the control program information written in the trigger table to determine the presence or absence of a module that needs to be updated in the event, and updates the module. Processing 14 is performed.

【0012】外部インターフェイスや電子メールによる
問い合わせに応じてモジュールのバージョン情報を送信
するようにし、ホストコンピュータ等の制御プログラム
情報の更新元の更新判定情報作成を支援できるようにし
ておいてもよい。
The version information of the module may be transmitted in response to an inquiry by an external interface or e-mail, so that it is possible to support creation of update determination information of an update source of control program information of a host computer or the like.

【0013】[0013]

【発明の効果】本発明によれば外部インターフェイスよ
り任意の時間に送られてくる、任意の容量の制御プログ
ラム情報をオンライン印刷動作を停止させることなく、
オペレータによる介入動作を必要とせずに、必要最小限
の情報送受信でプリンタのソフトウェアを最新の状態に
自動的に更新することができる。
According to the present invention, the control program information of an arbitrary capacity sent from the external interface at an arbitrary time can be printed without stopping the online printing operation.
The printer software can be automatically updated to the latest state with the minimum necessary information transmission / reception without requiring the intervention operation by the operator.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明のプリンタ制御装置のモニタ機能が行う
モジュール更新処理の概略フロー図。
FIG. 1 is a schematic flowchart of module update processing performed by a monitor function of a printer control device according to the present invention.

【図2】従来の制御装置によるモジュール更新処理の概
略図。
FIG. 2 is a schematic diagram of a module update process performed by a conventional control device.

【図3】本発明によるモジュール更新処理の概略図。FIG. 3 is a schematic diagram of a module update process according to the present invention.

【符号の説明】[Explanation of symbols]

1…ホストコンピュータ、2…更新に使用される制御プ
ログラム情報、3…更新判定情報が書き込まれるトリガ
ーテーブル、4…モジュール更新契機になるイベント、
5…不揮発性記憶媒体から読み出されるトリガーテーブ
ル、6…モジュール更新処理、7…プリンタ制御装置の
不揮発性記憶媒体、8…オペレータによる印刷動作停止
要求、9…プリンタ制御装置の不揮発性記憶媒体、10
…オペレータによる印刷動作再開要求、11…外部イン
ターフェースによるモジュール更新要求、12…プリン
タ制御装置の不揮発性記憶媒体、13…印刷動作障害等
のイベント、14…モジュール更新処理、15…オペレ
ータの操作による障害の復旧、16…オペレータによる
印刷動作再開要求。
DESCRIPTION OF SYMBOLS 1 ... Host computer, 2 ... Control program information used for update, 3 ... Trigger table in which update determination information is written, 4 ... Event that triggers module update,
5: trigger table read from nonvolatile storage medium; 6: module update processing; 7: nonvolatile storage medium of printer control device; 8: print operation stop request by operator; 9: nonvolatile storage medium of printer control device;
... A request for restarting the printing operation by the operator, 11 ... A request for updating the module via the external interface, 12 ... A non-volatile storage medium of the printer control device, 13 ... An event such as a printing operation failure, 14 ... A module updating process, 15 ... , 16: Request for restart of printing operation by operator.

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】印刷データまたは電子メールの形態で外部
インターフェイスからプリンタに渡された情報の中に、
プリンタの制御用プログラム情報をエスケープコード等
の特別なヘッダ情報を付けて本来の印刷情報と区別して
処理できる機能を有し、制御プログラム情報を複数のモ
ジュールに分け任意のメモリ領域にモジュールの自由な
再配置が可能でモジュールの入れ替えがモジュールの未
使用状態時に行える機能を有するプリンタ制御装置にお
いて、モジュールの使用状態を監視する機能を設け、外
部から送られる制御プログラム情報のヘッダ情報にモジ
ュールの更新判定情報を付加することによって、任意の
時間にプリンタ制御装置に送られた制御プログラム情報
をプリンタの印刷動作を妨げることなく自動的に制御プ
ログラムの更新を可能にしたことを特徴とするプリンタ
制御装置。
In the information passed from an external interface to a printer in the form of print data or e-mail,
It has a function to attach the printer control program information with special header information such as an escape code so that it can be distinguished from the original print information and process the control program information. In a printer control device having a function that can be rearranged and a module can be replaced when the module is not in use, a function of monitoring the use state of the module is provided, and module update determination is performed in header information of control program information sent from the outside. A printer control device characterized in that control program information sent to a printer control device at an arbitrary time can be automatically updated by adding information without interrupting a printing operation of the printer.
【請求項2】更新に使用される制御プログラム情報の保
存を、フロッピー(登録商標)ディスク等の不揮発性記
憶媒体または不揮発性メモリに行なうことを特徴とする
請求項1記載のプリンタ制御装置。
2. The printer control device according to claim 1, wherein control program information used for updating is stored in a nonvolatile storage medium such as a floppy (registered trademark) disk or a nonvolatile memory.
【請求項3】更新に使用される制御プログラム情報が全
てのモジュールであることを特徴とする請求項1記載の
プリンタ制御装置。
3. The printer control device according to claim 1, wherein the control program information used for updating is all modules.
【請求項4】更新に使用される制御プログラム情報が一
部のモジュールであることを特徴とする請求項1記載の
プリンタ制御装置。
4. The printer control device according to claim 1, wherein the control program information used for updating is a part of modules.
【請求項5】各々のモジュールは固有のバージョン情報
を持ち、外部インターフェイスやオペレータパネルの操
作によってその情報の読み出しが可能であることを特徴
とする請求項1記載のプリンタ制御装置。
5. The printer control device according to claim 1, wherein each module has unique version information, and the information can be read by operating an external interface or an operator panel.
【請求項6】制御プログラム情報は、制御用プログラム
の他、印刷資源情報、印刷機構部制御情報を含むことを
特徴とする請求項1記載のプリンタ制御装置。
6. The printer control device according to claim 1, wherein the control program information includes print resource information and print mechanism unit control information in addition to the control program.
【請求項7】制御プログラム情報の更新は、プリンタの
電源投入時、オフライン状態移行時または外部インター
フェイスからのコマンド等のイベントを契機に行なわ
れ、プリンタ制御装置のオペレーティングシステムのジ
ョブスプーラに挿入して行うことを特徴とする請求項1
記載のプリンタ制御装置。
7. The control program information is updated when the power of the printer is turned on, when the printer goes off-line, or when an event such as a command from an external interface is performed, and is inserted into the job spooler of the operating system of the printer control device. 2. The method according to claim 1, wherein
Printer control device as described.
JP2000236519A 2000-08-04 2000-08-04 Printer control device Pending JP2002046327A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000236519A JP2002046327A (en) 2000-08-04 2000-08-04 Printer control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000236519A JP2002046327A (en) 2000-08-04 2000-08-04 Printer control device

Publications (1)

Publication Number Publication Date
JP2002046327A true JP2002046327A (en) 2002-02-12

Family

ID=18728551

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000236519A Pending JP2002046327A (en) 2000-08-04 2000-08-04 Printer control device

Country Status (1)

Country Link
JP (1) JP2002046327A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1312580C (en) * 2003-01-10 2007-04-25 佳能株式会社 Monitoring device and managing device of image forming device, its control method and programe

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1312580C (en) * 2003-01-10 2007-04-25 佳能株式会社 Monitoring device and managing device of image forming device, its control method and programe

Similar Documents

Publication Publication Date Title
US6734985B1 (en) Printing apparatus, printing system and method of controlling same
JP3992427B2 (en) File system
JP4839091B2 (en) Database recovery method and computer system
US8713296B2 (en) Apparatus for restoring setting information of a board management controller from a backup memory before loading an OS when a system board is replaced
JP4572250B2 (en) Computer switching method, computer switching program, and computer system
JP6272117B2 (en) Printing system, printing server, printing control method and program
JP2005284497A (en) Relay unit, management server, relay method and authentication method
JP2005537530A (en) Virtual storage
JP2012084120A (en) Management target device, device management apparatus, device management system, and device management method
JP5282569B2 (en) Management device, management system, management method, and management program
JP3492249B2 (en) PRINTING APPARATUS, PRINTING SYSTEM, AND CONTROL METHOD THEREOF
JP2002046327A (en) Printer control device
JP2006260215A (en) Control system, control device, and control method of control system
GB2370894A (en) Updating firmware during operation
US20030182521A1 (en) Program data rewriting system
JP2007213271A (en) Server information collection method
JP2001306281A (en) Printing device, method for updating its control information and computer readable storage medium
JP2007265333A (en) Operation restoration support system
JPH10133860A (en) Method for distributing and updating os
WO2024000535A1 (en) Partition table update method and apparatus, and electronic device and storage medium
JP2002041298A (en) Computer, automatic resource application processing program, and record medium of automatic resource application processing program
JP7013988B2 (en) Control devices, control methods, control programs, and control systems
JP2007073069A (en) Computer, automatic resource application processing program, and computer-readable record medium with the same recorded therein
JP2006107388A (en) Information processor, and information processing method and program
JP2002055891A (en) Computer managing device