JP2009154435A - Printer, and printing system - Google Patents

Printer, and printing system Download PDF

Info

Publication number
JP2009154435A
JP2009154435A JP2007336221A JP2007336221A JP2009154435A JP 2009154435 A JP2009154435 A JP 2009154435A JP 2007336221 A JP2007336221 A JP 2007336221A JP 2007336221 A JP2007336221 A JP 2007336221A JP 2009154435 A JP2009154435 A JP 2009154435A
Authority
JP
Japan
Prior art keywords
command
update
update process
restart
printing apparatus
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.)
Granted
Application number
JP2007336221A
Other languages
Japanese (ja)
Other versions
JP5003471B2 (en
Inventor
Osamu Asami
修 浅見
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2007336221A priority Critical patent/JP5003471B2/en
Publication of JP2009154435A publication Critical patent/JP2009154435A/en
Application granted granted Critical
Publication of JP5003471B2 publication Critical patent/JP5003471B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a printer which shortens a time taken for completing a plurality of updating processings. <P>SOLUTION: The printer includes a command reading means which receives a command that makes the plurality of updating processings executed by one command and which analyzes contents of each updating processing from the received command, a command sorting means which sorts each of the analyzed updating processings to first updating processing executed before restarting and to second updating processing executed after restarting, a command executing means which executes first updating processing, restarting and second updating processing while rearranging an execution order so that each of the sorted updating processings can be executed by one restarting, and a printing executing means which executes printing according to each kind of setting passed through updating processing. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、印刷装置に関し、特に、所定のコマンドを受信し、このコマンドに基づいて再起動しつつ各種設定を更新処理する印刷装置、及び上記印刷装置とコマンド送信装置とから成る印刷システムに関するものである。   The present invention relates to a printing apparatus, and more particularly to a printing apparatus that receives a predetermined command and updates various settings while restarting based on the command, and a printing system including the printing apparatus and a command transmission apparatus. It is.

従来、印刷装置の各種設定をネットワークを介してリモートで更新する場合、端末から印刷装置に再起動要求を含むコマンドを送信していた。印刷装置は上記コマンドを受信すると、このコマンドが意味する更新処理の内容を読み取り、読み取った内容に基づいて更新処理及び再起動を実行していた。   Conventionally, when various settings of a printing apparatus are updated remotely via a network, a command including a restart request is transmitted from the terminal to the printing apparatus. When the printing apparatus receives the above command, it reads the contents of the update process that this command means, and executes the update process and restart based on the read contents.

図8は、従来の更新処理における各処理の流れを説明する図である。同図より、コマンド1は、更新処理後に印刷装置に再起動を要求するコマンドである。また、コマンド2は、印刷装置の再起動後に更新処理を実行するコマンドである。   FIG. 8 is a diagram for explaining the flow of each process in the conventional update process. As shown in the figure, command 1 is a command for requesting the printer to restart after the update process. Command 2 is a command for executing update processing after the printing apparatus is restarted.

コマンド1,2が印刷装置へ送信されると、まず、コマンド1に基づく更新処理が実行され、次に、コマンド1に基づく再起動が実行される。その後、コマンド2に基づく再起動が実行された後、コマンド2に基づく更新処理が実行される。そのため、すべての更新処理を完了するために2回の再起動を行なう必要があり、処理の完了までに時間が掛かっていた。さらに、再起動の間、印刷装置は外部からの命令を受け付けず、又ネットワークとの接続も遮断される。そのため、ネットワークと遮断された時間が長くなればそれだけ、ネットワークを管理する面からも不都合が多かった。   When the commands 1 and 2 are transmitted to the printing apparatus, first, update processing based on the command 1 is executed, and then restart based on the command 1 is executed. Thereafter, after restarting based on the command 2, the update processing based on the command 2 is executed. Therefore, it is necessary to perform two restarts in order to complete all the update processes, and it takes time to complete the process. Further, during the restart, the printing apparatus does not accept an external command, and the connection with the network is cut off. For this reason, the longer the time of being disconnected from the network, the more inconveniences are given in terms of network management.

本発明は、上記課題に鑑みてなされたもので、複数の更新処理を完了させるのに掛かる時間を短縮させることが可能な印刷装置、及び上記印刷装置を使用した印刷システムの提供を目的とする。   The present invention has been made in view of the above problems, and an object thereof is to provide a printing apparatus capable of shortening the time required to complete a plurality of update processes, and a printing system using the printing apparatus. .

上記課題を解決するために、本発明の一局面では、所定のコマンドに基づいて、再起動しつつ各種設定の更新処理を実行し、又、印刷処理を実行する印刷装置であって、1つのコマンドで複数の前記更新処理を実行させるコマンドを受信し、前記受信したコマンドから前記各更新処理の内容を読み取る命令読み取り手段と、前記読み取られた各更新処理を、前記再起動より前に実行される第一の更新処理と、前記再起動より後に実行される第二の更新処理とに分類する命令分類手段と、前記分類された各更新処理を1回の再起動で実行できるよう、前記第一の更新処理と、前記再起動と、前記第二の更新処理との実行順序を並べ替えつつ実行するコマンド実行手段とを具備する。   In order to solve the above problems, according to one aspect of the present invention, there is provided a printing apparatus that executes update processing of various settings while restarting based on a predetermined command, and executes printing processing. A command for executing a plurality of the update processes by a command, command reading means for reading the contents of each update process from the received command, and each of the read update processes is executed before the restart Instruction classifying means for classifying the first update process and a second update process executed after the restart, so that the classified update processes can be executed in one restart. And a command execution unit that executes an update process, the restart, and the second update process while rearranging the execution order.

上記のように構成された発明では、受信したコマンドに基づいて再起動しつつ各種設定を更新処理する印刷装置であって、1つのコマンドで複数の前記更新処理を実行させるコマンドを受信し、受信したコマンドから各更新処理の内容を読み取る命令読み取り手段と、読み取られた各更新処理を、再起動より前に実行される第一の更新処理と、再起動より後に実行される第二の更新処理とに分類する命令分類手段と、分類された各更新処理を1回の再起動で実行できるよう、第一の更新処理と、再起動と、第二の更新処理との実行順序を並べ替えつつ実行するコマンド実行手段と、更新処理された各種設定に基づいて印刷を実行する印刷実行手段とを具備するため、複数の更新処理を1つのコマンドで実行できるとともに、実行される各更新処理は1回の再起動で完了することができるため、更新処理に掛かる時間を短縮させることができる。   In the invention configured as described above, the printing apparatus updates various settings while restarting based on the received command, and receives and receives a command for executing a plurality of the update processes with one command. Command reading means for reading the contents of each update process from the command that has been executed, a first update process that is executed before the restart of each read update process, and a second update process that is executed after the restart The instruction classification means for classifying the first update process, the first update process, the restart, and the second update process are rearranged so that each classified update process can be executed by one restart. Since it includes a command execution means to execute and a print execution means to execute printing based on various settings that have been updated, each update executed can be executed with a single command. Sense is because it can be completed in one reboot, it is possible to shorten the time required for the update process.

好ましくは、前記命令分類手段は、前記第二の更新処理を、再起動後に更新を確定させる第三の更新処理と、再起動後に更新項目の入力を受け付ける第四の更新処理とに分類し、前記コマンド実行手段は、前記第三の更新処理を実行した後、前記第四の更新処理を実行する。
通常、更新処理の前に再起動を要求する更新処理には、再起動後に更新を確定させるものと、再起動後に更新項目の入力を受け付けるものとがある。これら更新処理は更新対象が異なるとともに更新の手法も異なるため、この2つの更新処理を混合させて処理してしまうと処理が煩雑となり、更新処理に掛かる時間が長くなる。そのため、上記のように構成された発明では上記2つの更新処理を分類分けすることで、処理に掛かる時間をより短くする。
Preferably, the command classification means classifies the second update process into a third update process for confirming an update after restart and a fourth update process for accepting an input of an update item after restart, The command execution means executes the fourth update process after executing the third update process.
In general, the update process that requests a restart before the update process includes an update process that confirms the update after the restart process and an update process that accepts an input of an update item after the restart process. Since these update processes have different update targets and different update methods, if these two update processes are mixed and processed, the process becomes complicated and the time required for the update process increases. For this reason, in the invention configured as described above, the time required for the processing is further shortened by classifying the two update processes.

好ましくは、前記コマンド実行手段は、前記分類された各更新処理を実行するに際し、更新順序に依存関係が存在する各更新処理の実行順序が矛盾しないように並べ替えて実行する。
本発明では、送信されたコマンドを送信順序に沿って実行するのではなく、一度、分類分けした後、分類された更新処理ごとに実行する。そのため、印刷装置内では更新処理の実行順序を考慮することなく更新処理が実行されるため、更新処理の実行順序に依存菅家が存在する更新処理などでは更新後の設定に矛盾が生じる場合がある。そのため、上記のように構成された発明では、分類された各更新処理を実行するに際し、各更新処理の実行順序が矛盾しないように並べ替えて実行することで、更新処理後の印刷装置の設定に矛盾が生じることで故障の原因となることを防止する。
Preferably, when executing each of the classified update processes, the command execution means rearranges and executes the update processes so that there is no contradiction in the execution order of the update processes having a dependency in the update order.
In the present invention, the transmitted commands are not executed in the order of transmission, but are classified once and then executed for each classified update process. For this reason, update processing is executed in the printing apparatus without considering the execution order of the update processing. Therefore, there may be inconsistencies in the settings after the update in the update processing in which there is a dependency in the execution order of the update processing. . Therefore, in the invention configured as described above, when executing each classified update process, the execution order of each update process is rearranged and executed so as not to contradict, thereby setting the printing apparatus after the update process To prevent a failure due to a contradiction.

好ましくは、前記コマンド実行手段は、前記分類された更新処理の中に同一の項目を更新する更新処理が複数存在する場合は、前記分類された更新処理を実行しない。
通常の更新処理では個別に実行される各コマンドにより更新項目が上書きされて更新され、各更新の間には再起動を実行することで更新項目のチェック等が実施される。しかしながら、本発明のように複数の更新処理を一括で実行する場合、当然、再起動に伴うチェック等は実施されず、このような状態で同一の更新項目を上書きすることは望ましくない。そのため、上記のように構成された発明では、分類された更新処理の中に同一の項目を更新する更新処理が複数存在する場合は、分類された更新処理を実行しないことで印刷装置の更新に矛盾が生じて故障の原因となることを防止する。
Preferably, the command execution means does not execute the classified update process when there are a plurality of update processes for updating the same item in the classified update process.
In normal update processing, the update items are overwritten and updated by each command executed individually, and the update items are checked by restarting between updates. However, when a plurality of update processes are collectively executed as in the present invention, naturally, a check associated with restart is not performed, and it is not desirable to overwrite the same update item in such a state. Therefore, in the invention configured as described above, when there are a plurality of update processes for updating the same item in the classified update process, the classified update process is not executed to update the printing apparatus. Preventing inconsistencies and causing failures.

好ましくは、前記命令分類手段は、前記分類した各更新処理を表す命令を不揮発性メモリに一時記憶する。
上記のように構成された発明では、更新処理を表す命令は通常のRAM等の不揮発性メモリではなく揮発性メモリに記憶される。そのため、再起動により印刷装置の電源が遮断された場合でも、更新処理を記憶しておくことができ、再起動後に更新処理を再開させることができる。
Preferably, the instruction classification unit temporarily stores an instruction representing each classified update process in a nonvolatile memory.
In the invention configured as described above, an instruction representing an update process is stored in a volatile memory instead of a normal nonvolatile memory such as a RAM. Therefore, even when the power of the printing apparatus is shut off due to the restart, the update process can be stored, and the update process can be resumed after the restart.

好ましくは、前記コマンドは、XML形式で記載される。
上記のように構成された発明では、コマンドを言語に依存しないXML(extensible markup language)形式で記載するため、本発明を印刷装置使用する言語の形態に依存することなく、様々な印刷装置に応用することができる。
Preferably, the command is written in an XML format.
In the invention configured as described above, since the command is described in a language-independent XML (extensible markup language) format, the present invention can be applied to various printing apparatuses without depending on the form of the language used by the printing apparatus. can do.

また、本発明は、印刷装置単体だけでなく、この印刷装置を使用する印刷システムにも応用することができる。そのため、本発明の他の局面として、所定のコマンドを送信するコマンド送信装置と、前記コマンドを受信するとともに、このコマンドに基づいて再起動しつつ、各種設定の更新処理を実行し、又、印刷処理を実行する印刷装置とから成る印刷システムであって、前記コマンド送信装置は、1つのコマンドで複数の前記更新処理を実行させるコマンドを前記印刷装置に送信するコマンド送信手段を具備し、前記印刷装置は、前記送信されたコマンドから前記複数の更新処理の内容を読み取る命令読み取り手段と、前記読み取られた更新処理を、前記再起動より前に実行される第一の更新処理と、前記再起動より後に実行される第二の更新処理とに分類する命令分類手段と、前記分類された各更新処理を1回の再起動で実行できるよう、前記第一の更新処理と、前記再起動と、前記第二の更新処理との実行順序を並べ替えつつ実行するコマンド実行手段とを具備する。   Further, the present invention can be applied not only to a printing apparatus alone but also to a printing system using this printing apparatus. For this reason, as another aspect of the present invention, a command transmission device that transmits a predetermined command, the command is received, and various settings are updated while restarting based on the command, and printing is performed. A printing system including a printing apparatus that executes processing, wherein the command transmission apparatus includes a command transmission unit that transmits a command for executing a plurality of the update processes with a single command to the printing apparatus. An apparatus includes: an instruction reading unit that reads contents of the plurality of update processes from the transmitted command; a first update process that is executed before the restart of the read update process; and the restart Instruction classifying means for classifying into the second update process to be executed later, and the first update process so that each of the classified update processes can be executed by one restart. And update processing comprises said restart, and a command execution means for executing while rearranging the execution order of the second update process.

以下、下記の順序に従って本発明の実施形態を説明する。
1.第一の実施形態:
1.1.印刷システムの構成:
1.2.印刷処理:
1.3.更新処理:
2.第二の実施形態
3.その他の実施形態
Hereinafter, embodiments of the present invention will be described in the following order.
1. First embodiment:
1.1. Printing system configuration:
1.2. Printing process:
1.3. Update process:
2. Second embodiment 3. Other embodiments

1.第一の実施形態
1.1.印刷システムの構成
図1は、本印刷システムを説明するブロック図である。印刷システム10は、印刷対象としてのデータを印刷用言語を用いて印刷ジョブに変換するコンピュータ20と、コンピュータ20により生成された印刷ジョブを読み取り、読み取った処理内容に基づいて印刷処理を実行する印刷装置30とで構成されている。また、コンピュータ20は印刷装置30の各種設定を更新するための制御コマンドを印刷装置30に送信し、この制御コマンドを受信した印刷装置30の各種設定を更新させる。なお、コンピュータ20と印刷装置30とはネットワーク40に接続され、このネットワーク40を介してコンピュータ20は印刷装置30に印刷ジョブ及び制御コマンドを送信する。そのため、コンピュータ20はコマンド送信装置としての機能を備えている。
1. First embodiment 1.1. Configuration of Printing System FIG. 1 is a block diagram illustrating the printing system. The printing system 10 includes a computer 20 that converts data to be printed into a print job using a printing language, and a print that reads a print job generated by the computer 20 and executes a print process based on the read processing content. The apparatus 30 is comprised. Further, the computer 20 transmits a control command for updating various settings of the printing apparatus 30 to the printing apparatus 30, and updates various settings of the printing apparatus 30 that has received the control command. The computer 20 and the printing apparatus 30 are connected to the network 40, and the computer 20 transmits a print job and a control command to the printing apparatus 30 via the network 40. Therefore, the computer 20 has a function as a command transmission device.

コンピュータ20は生成された印刷対象としてのデータを印刷用言語を用いて印刷ジョブに変換し、この印刷ジョブをネットワーク40を介して印刷装置30に送信する。コンピュータ20はコンピュータプログラムにより所定の処理や制御を実行するCPU21と、上記コンピュータプログラムや種々のデータを記録するメモリ22と、入力キー及びマウス等により構成されユーザから操作を受け付ける入力装置25と、画像を表示するためのモニタ26と、ネットワーク40に接続するためのホストI/F23と、CPU21と上記した各種周辺装置との間でデータ及び制御コマンドのやり取りを行なうI/O部24とを備えている。   The computer 20 converts the generated data to be printed into a print job using a printing language, and transmits the print job to the printing apparatus 30 via the network 40. The computer 20 includes a CPU 21 that executes predetermined processing and control by a computer program, a memory 22 that records the computer program and various data, an input device 25 that includes input keys and a mouse, and receives an operation from a user, an image And a host I / F 23 for connecting to the network 40, and an I / O unit 24 for exchanging data and control commands between the CPU 21 and the various peripheral devices described above. Yes.

CPU21はメモリ22から各種コンピュータプログラムを読み出して実行することで、印刷ジョブ生成部110と、コマンド読み出し部120と、送信処理部130と、の各種ブロックとして機能する。なお、上記各ブロックはハードウェア的に構成されるものであってもよい。   The CPU 21 functions as various blocks of the print job generation unit 110, the command reading unit 120, and the transmission processing unit 130 by reading and executing various computer programs from the memory 22. Each of the above blocks may be configured in hardware.

印刷ジョブ生成部110はアプリケーションソフト(図示しない)により生成された印刷対象としてのデータを印刷用言語を用いて印刷ジョブに変換する。また、コマンド読み出し部120は印刷装置30の各種設定を更新させるための制御コマンドを読み出す。具体的には、メモリ22には複数の制御コマンドが記録されており、コマンド読み出し部120は入力装置25を用いた操作入力に基づいて指定された制御コマンドをメモリ22から読み出す。送信処理部130は、上記印刷ジョブ及び制御コマンドをネットワーク40を介して印刷装置へ送信する。そのため、コマンド読み出し部120及び送信処理部130によりコマンド送信手段を実現する。   The print job generation unit 110 converts data to be printed generated by application software (not shown) into a print job using a printing language. The command reading unit 120 reads a control command for updating various settings of the printing apparatus 30. Specifically, a plurality of control commands are recorded in the memory 22, and the command reading unit 120 reads out a control command designated based on an operation input using the input device 25 from the memory 22. The transmission processing unit 130 transmits the print job and control command to the printing apparatus via the network 40. Therefore, a command transmission unit is realized by the command reading unit 120 and the transmission processing unit 130.

図2は、コマンド読み出し部120がメモリ22から読み出す制御コマンドを説明する図である。メモリ22には、図2(a)に示す1つの更新処理を印刷装置30に命令する制御コマンドの他、図2(b)に示す複数の更新処理を印刷装置30に一括して命令する制御コマンドが記憶されている。図2(b)に示す制御コマンドは、具体的には再起動を伴う更新処理を印刷装置30に送信する際に使用される。   FIG. 2 is a diagram illustrating a control command that the command reading unit 120 reads from the memory 22. In addition to a control command for instructing the printing apparatus 30 to perform one update process shown in FIG. 2A, the memory 22 has a control for instructing the printing apparatus 30 to perform a plurality of update processes as shown in FIG. Commands are stored. Specifically, the control command shown in FIG. 2B is used when an update process with restart is transmitted to the printing apparatus 30.

なお、図2(b)に示す制御コマンドにおける「@EJL」以下の各単語は特定の更新処理を規定している。具体的には、文字列「REBOOT」は印刷装置30に再起動を要求すし、「REBOOT」以下の「;」で区切られた各単語は印刷装置30に各更新処理を命令する。そのため、この制御コマンドが印刷装置30に受信された場合、印刷装置30は制御コマンドに記載された各更新処理を再起動処理を含ませつつ実行する。   Each word below “@EJL” in the control command shown in FIG. 2B defines a specific update process. Specifically, the character string “REBOOT” requests the printing apparatus 30 to restart, and each word delimited by “;” below “REBOOT” instructs the printing apparatus 30 to perform each update process. Therefore, when this control command is received by the printing apparatus 30, the printing apparatus 30 executes each update process described in the control command while including a restart process.

印刷装置30はコンピュータプログラムにより所定の処理や制御を実行するCPU31と、上記コンピュータプログラムや種々のデータを記憶するメモリ32と、種々のデータを記憶する不揮発性メモリとしてのHDD33と、紙送り機構や印字ヘッド機構等から構成され印刷を実行するプリンタエンジン36と、入力キー及びタッチパネル等で構成されユーザからの操作を受け付ける操作パネル37と、ネットワーク40と接続するためのホストI/F35と、上記した各周辺装置とCPU31との間でデータ及び制御コマンドのやり取りを行なうI/O部34とを備えている。   The printing apparatus 30 includes a CPU 31 for executing predetermined processing and control by a computer program, a memory 32 for storing the computer program and various data, an HDD 33 as a nonvolatile memory for storing various data, a paper feed mechanism, A printer engine 36 that includes a print head mechanism and the like, executes printing, an operation panel 37 that includes input keys, a touch panel, and the like, receives a user operation, a host I / F 35 that connects to the network 40, and the above An I / O unit 34 that exchanges data and control commands between each peripheral device and the CPU 31 is provided.

CPU31は、メモリ32から各種コンピュータプログラムを読み出して実行することで、プリンタ管理部200と、言語処理部300と、更新処理部400と、印刷処理部500と、エンジン制御部600との各ブロックとして機能する。なお、上記各ブロックはハードウェア的に構成されるものであってもよい。   The CPU 31 reads out various computer programs from the memory 32 and executes them as blocks of the printer management unit 200, the language processing unit 300, the update processing unit 400, the print processing unit 500, and the engine control unit 600. Function. Each of the above blocks may be configured in hardware.

メモリ32にはCPU31が参照する各種データが記憶されている。メモリ32は、ROM(Read Only Memory)により構成され、受信した制御コマンドに対応した処理を実行するための命令や、更新処理の際に実行されるテーブルが記憶されている。   Various data referred to by the CPU 31 is stored in the memory 32. The memory 32 is configured by a ROM (Read Only Memory), and stores a command for executing a process corresponding to the received control command and a table executed in the update process.

プリンタ管理部200は、印刷装置30のシステム管理を行なう。プリンタ管理部200は印刷装置30におけるオーペレーティングシステムとしての機能を備えており、その機能の一例として、システム起動の初期設定及び動作モード等のシステム設定、操作パネル37の設定、メモリ32及びHDD33の設定がある。なお、動作モード等のシステム設定は、再起動後のシステムテスト時にユーザ等が操作パネル37を操作することで実行される。   The printer management unit 200 performs system management of the printing apparatus 30. The printer management unit 200 has a function as an operating system in the printing apparatus 30. As an example of the function, initial settings for system startup, system settings such as an operation mode, settings for the operation panel 37, a memory 32, and an HDD 33 are provided. There is a setting. The system setting such as the operation mode is executed when the user or the like operates the operation panel 37 during the system test after the restart.

なお、動作モード等のシステム設定には、サポートモードでの起動、モノクロモデルでの起動、カラーモデルでの起動が存在する。また、メモリ32及びHDD33の設定には、プログラムアップデート、メモリ32の初期化、HDD33のフォーマット、メモリチェックが存在する。さらに、操作パネル37の設定には、パネル操作項目の工場出荷時の設定が存在する。   The system settings such as the operation mode include activation in the support mode, activation in the monochrome model, and activation in the color model. The settings of the memory 32 and the HDD 33 include program update, initialization of the memory 32, HDD 33 format, and memory check. Further, in the setting of the operation panel 37, there is a setting at the time of factory shipment of panel operation items.

言語処理部300は入力された印刷ジョブを解析し、解析結果に基づいてラスターデータを生成する。コンピュータ20により生成された印刷ジョブはベクトルデータであるため、言語処理部300はベクトルデータをビットマップにより構成されたラスターデータに変換して、印刷イメージを生成する。   The language processing unit 300 analyzes the input print job and generates raster data based on the analysis result. Since the print job generated by the computer 20 is vector data, the language processing unit 300 converts the vector data into raster data configured by a bitmap to generate a print image.

印刷処理部500は生成された印刷イメージに色補正等の画像処理を実施する。印刷処理部500は、生成された印刷イメージの色空間を変換する色補正の他、擬似中間処理や、スムージング等を実行する。画像処理が実施された印刷イメージは、その後プリンタエンジン36に出力される。   The print processing unit 500 performs image processing such as color correction on the generated print image. The print processing unit 500 performs pseudo intermediate processing, smoothing, and the like in addition to color correction for converting the color space of the generated print image. The print image subjected to the image processing is then output to the printer engine 36.

エンジン制御部600はプリンタエンジン36の動作環境を制御する。エンジン制御部600は、プリンタエンジン36に実際の印刷を実行させる機能、各種動作を指定するための機能、印刷の際各機構の動作値を指示する機能を有している。なお、実際に印刷を実行させる機能の一例として、印刷画像の位置精度を制御するColor Regist Sheet が存在する。また、動作を指定するための機能の一例として、印字ヘッド機構部が出力する色を調整するためのCalibrationが挙げられる。更に、各機構の動作値を制御する機能の一例として、印刷媒体としての紙の形状及び厚さに応じた紙送り機構部の制御が存在する。また、これらを設定変更する場合は、設定変更後に再起動をさせる必要がある。   The engine control unit 600 controls the operating environment of the printer engine 36. The engine control unit 600 has a function for causing the printer engine 36 to execute actual printing, a function for designating various operations, and a function for instructing operation values of each mechanism during printing. As an example of a function that actually executes printing, there is a Color Regist Sheet that controls the positional accuracy of a print image. Further, as an example of a function for designating an operation, there is calibration for adjusting the color output by the print head mechanism. Furthermore, as an example of a function for controlling the operation value of each mechanism, there is control of the paper feed mechanism unit according to the shape and thickness of the paper as the print medium. Also, when changing these settings, it is necessary to restart after changing the settings.

更新処理部400は入力された制御コマンドを読み取り、後述する方法で各ブロックの機能を更新する。更新処理部400はコンピュータ20から送信された制御コマンドに基づいて、前記したプリンタ管理部200、言語処理部300、印刷処理部500、及びプリンタエンジン制御部に対して更新処理を実行する。   The update processing unit 400 reads the input control command and updates the function of each block by a method described later. Based on the control command transmitted from the computer 20, the update processing unit 400 executes update processing for the printer management unit 200, language processing unit 300, print processing unit 500, and printer engine control unit.

1.2.印刷処理:
以下に、本印刷システム10における印刷処理を説明する。なお、この印刷処理ではコンピュータ20上で生成された印刷ジョブをネットワーク40を介して印刷装置30に送信し、送信された印刷ジョブに基づいて印刷装置30が印刷処理を実行する。
1.2. Printing process:
Hereinafter, a printing process in the printing system 10 will be described. In this printing process, a print job generated on the computer 20 is transmitted to the printing apparatus 30 via the network 40, and the printing apparatus 30 executes the printing process based on the transmitted print job.

ユーザが入力装置25を操作することでアプリケーションプログラム(図示せず)に印刷対象としてのデータを生成させ、このデータに対して印刷命令を要求すると、印刷ジョブ生成部110は印刷用言語を用いてこのデータから印刷ジョブを生成する。   When a user operates an input device 25 to cause an application program (not shown) to generate data to be printed and requests a print command for this data, the print job generation unit 110 uses a print language. A print job is generated from this data.

送信処理部130は、生成された印刷ジョブをネットワーク40を介して印刷装置30に送信する。このとき、送信処理部130はネットワーク40を介して印刷装置30にアクセスし、ホストI/F35のネットワーク受信ポートに接続する。ネットワークポートとの接続が行なわれると、生成された印刷ジョブはI/O部24及びホストI/F23を介して印刷装置30に送信される。   The transmission processing unit 130 transmits the generated print job to the printing apparatus 30 via the network 40. At this time, the transmission processing unit 130 accesses the printing apparatus 30 via the network 40 and connects to the network reception port of the host I / F 35. When the connection with the network port is made, the generated print job is transmitted to the printing apparatus 30 via the I / O unit 24 and the host I / F 23.

印刷ジョブが印刷装置30に受信されると、言語処理部300は受信した印刷ジョブの印刷用言語を解析し、ラスターデータを生成する。言語処理部300は受信した印刷ジョブを構成する印刷用言語を解析し、ベクトルデータからラスターデータを生成する。生成されたラスターデータは印刷処理部500により色補正等された後、プリンタエンジン36に送信される。プリンタエンジン36はエンジン制御部600に各機構の動作を制御されつつ、印刷媒体に印刷イメージを印刷する。これにより、CPU31及びプリンタエンジン36により印刷実行手段を実現する。   When the printing job is received by the printing apparatus 30, the language processing unit 300 analyzes the printing language of the received printing job and generates raster data. The language processing unit 300 analyzes the printing language constituting the received print job and generates raster data from the vector data. The generated raster data is subjected to color correction by the print processing unit 500 and then transmitted to the printer engine 36. The printer engine 36 prints a print image on a print medium while the operation of each mechanism is controlled by the engine control unit 600. Thus, the CPU 31 and the printer engine 36 implement a print execution unit.

1.3.更新処理:
次に、本印刷システム10における更新処理を説明する。印刷システム10で実行される更新処理では、コンピュータ20から送信された制御コマンドを印刷装置30が受信し、受信した制御コマンドに基づいて更新処理部400が各部を更新処理する。このとき送信される制御コマンドは1つのコマンドで複数の更新処理を更新処理部400に命令する(図2(b))。更新処理部400は制御コマンドに含まれる各更新処理の内容を読み取り、読み取った各更新処理を1回の再起動完了できるよう実行順序を並べ替えつつ実行する。
1.3. Update process:
Next, update processing in the printing system 10 will be described. In the update process executed by the printing system 10, the printing apparatus 30 receives a control command transmitted from the computer 20, and the update processing unit 400 updates each part based on the received control command. The control command transmitted at this time instructs the update processing unit 400 to perform a plurality of update processes with a single command (FIG. 2B). The update processing unit 400 reads the contents of each update process included in the control command, and executes the read update processes while rearranging the execution order so that one restart can be completed.

図3は、本印刷装置での更新処理と再起動の流れを説明する図である。同図より、1つの制御コマンドにより入力された複数の更新処理を実行する実行プログラムは、更新処理部400により実行順序を並べ替えられ実行される。このとき、更新処理部は各更新処理を1回の再起動で実行できるよう実行順序を並び替え、各更新処理を実行する。そのため、図で示す1つの制御コマンドで実行される更新処理に掛かる時間は各更新処理を個別のコマンドで実行させる場合に比べて、2回の再起動が存在しない分短くなる。   FIG. 3 is a diagram for explaining the flow of update processing and restart in the printing apparatus. As shown in the figure, the execution program for executing a plurality of update processes input by one control command is executed by the update processing unit 400 with the execution order being rearranged. At this time, the update processing unit rearranges the execution order so that each update process can be executed by one restart, and executes each update process. Therefore, the time required for the update process executed by one control command shown in the figure is shorter than the case where each update process is executed by an individual command because there is no two restarts.

図4は、本発明の更新処理を説明するためのフロー図である。まず、印刷装置30が制御コマンドを受信すると、更新処理部400は受信した制御コマンドを構文解析する(ステップS402)。この構文解析により制御コマンドを構成する各単語と、文法の誤りがチェックされる。   FIG. 4 is a flowchart for explaining the update processing of the present invention. First, when the printing apparatus 30 receives a control command, the update processing unit 400 parses the received control command (step S402). By this parsing, each word constituting the control command and grammatical errors are checked.

更新処理部400はメモリ32からテーブル700を参照して制御コマンドを構成する各単語の意味を読み取る(ステップS404)。また、テーブル700には制御コマンドを構成する各単語と、この単語に対応した更新処理を実行させる命令が格納されたメモリ32のアドレスが記憶されており、更新処理部400はテーブルを参照しつつ、各単語に対応した実行プログラムをメモリ32から読み出す。ステップS402及びS404により更新処理部400は命令読み取り手段を実現する。   The update processing unit 400 reads the meaning of each word constituting the control command with reference to the table 700 from the memory 32 (step S404). Further, the table 700 stores each word constituting the control command and the address of the memory 32 in which an instruction for executing the update process corresponding to the word is stored. The update processing unit 400 refers to the table. The execution program corresponding to each word is read from the memory 32. In steps S402 and S404, the update processing unit 400 implements an instruction reading unit.

図5は、一例としての更新処理部により参照されるテーブルを説明する図である。テーブルの図中右の行には、制御コマンドに含まれる各単語が記憶され、各単語により実行される更新処理の実行プログラムが格納されたメモリ32のアドレス、及び各単語の分類が記憶されている。更新処理部400は、制御コマンドに記載された単語とテーブル内に記憶された単語とを比較することで、各単語が意味する更新処理を読み取る。また、後述するステップにおいて、各単語に対応した更新処理を実行するための実行プログラムが格納されたメモリ32のアドレスを判断し、また更新処理を分類する。   FIG. 5 is a diagram for explaining a table referred to by the update processing unit as an example. In the right line of the table, each word included in the control command is stored, the address of the memory 32 storing the execution program of the update process executed by each word, and the classification of each word are stored. Yes. The update processing unit 400 reads the update process that each word means by comparing the word described in the control command with the word stored in the table. Further, in steps to be described later, the address of the memory 32 in which the execution program for executing the update process corresponding to each word is stored is determined, and the update process is classified.

図6は、テーブルを用いて読み取られた各単語に対応した更新処理を説明する図である。図6に示された制御コマンドでは以下に説明する各更新処理が印刷装置に命令される。「FEEDOFFSET=0.05」の単語により、エンジン制御部600に紙送り機構の紙送り速度を0.05m/sに変更させる命令。「CLEANING=FAST」の単語により、エンジン制御部600に印字ヘッド機構に印字ヘッドのクリーニング周期を早いものに変更させる命令。「COLORMODEL」の単語により、プリンタ管理部200に設定モードをカラーモデルモードに変更させる命令。「CLEARTIONERCOUNTER」の単語により、エンジン制御部600にトナーカウンタの値をリセットさせる命令。   FIG. 6 is a diagram for explaining an update process corresponding to each word read using a table. In the control command shown in FIG. 6, each update process described below is instructed to the printing apparatus. A command for causing the engine control unit 600 to change the paper feed speed of the paper feed mechanism to 0.05 m / s by the word “FEEDOFFSET = 0.05”. A command that causes the engine control unit 600 to change the print head cleaning cycle to an earlier one by the word “CLEANING = FAST”. A command that causes the printer management unit 200 to change the setting mode to the color model mode in response to the word “COLORMODEL”. A command that causes the engine control unit 600 to reset the value of the toner counter in response to the word “CLEARIONCOUNTER”.

更新処理部400は読み出した各更新処理を分類し、再起動要求のタイミングに基づいて各更新処理を実行する実行プログラムをHDD33に記録していく(ステップS404〜S420)。まず、更新処理部400はメモリ32から読み出した実行プログラムを、1)更新処理後に再起動要求を行なうもの(第一の更新処理(以下、更新処理1と記載))、2)再起動後に更新処理を確定するもの(第三の更新処理(以下、更新処理2と記載))、3)再起動後に設定値を更新するもの(第四の更新処理(以下、更新処理3と記載))、の3種類に分類する(ステップS406)。ステップS404〜S420により更新処理部400は命令分類手段を実現する。   The update processing unit 400 classifies each read update process and records an execution program for executing each update process on the HDD 33 based on the timing of the restart request (steps S404 to S420). First, the update processing unit 400 1) executes an execution program read from the memory 32 and makes a restart request after the update process (first update process (hereinafter referred to as update process 1)), 2) updated after the restart Confirm the process (third update process (hereinafter referred to as update process 2)), 3) update the set value after restart (fourth update process (hereinafter referred to as update process 3)), (Step S406). In steps S404 to S420, the update processing unit 400 implements an instruction classification unit.

更新処理部400は更新処理1に分類される各更新処理を実行する実行プログラムをテーブル700を参照しつつメモリ32から読み出すと、HDD34の所定アドレスに順次記憶していく。次に、更新処理部400はHDD34に記憶された各実行プログラムは各更新処理の優先順位に基づいて並び替える(ステップS408)。このとき、更新処理部400は、更新順序に依存関係が存在する各更新処理の実行順序が矛盾しないように並べ替えて実行する。具体的には、更新処理部400は、予め実行順序の優先順序が記憶されたテーブルを参照しつつ、各設更新処理の実行順序を並べ替える。   When the update processing unit 400 reads out an execution program for executing each update process classified as the update process 1 from the memory 32 with reference to the table 700, the update process unit 400 sequentially stores the execution program in a predetermined address of the HDD. Next, the update processing unit 400 rearranges each execution program stored in the HDD 34 based on the priority of each update process (step S408). At this time, the update processing unit 400 executes the reordering so that the execution order of each update process having a dependency in the update order does not contradict. Specifically, the update processing unit 400 rearranges the execution order of each configuration update process while referring to a table in which the priority order of the execution order is stored in advance.

例えば、更新処理3に分類されたエンジン制御部600の各値を更新する場合、プリンタエンジン36に実際の印刷を実行させる機能、各種動作を指定するための機能、印刷の際各機構の動作値を指示する機能の順番で更新処理が実行されるよう、各更新処理の並べ替えを行なう。   For example, when updating each value of the engine control unit 600 classified in the update process 3, a function for causing the printer engine 36 to execute actual printing, a function for designating various operations, and an operation value of each mechanism at the time of printing The update processes are rearranged so that the update processes are executed in the order of the functions instructing.

また、更新処理部400はHDD33に記憶された更新処理の中に、実行した際、矛盾が生じる更新処理が含まれる場合は、この更新処理に対応した実行プログラムを読み飛ばし、エラー処理を実行する(ステップS450〜S452)。実行の際、矛盾を生じる実行処理とは同一のパラメータを異なる値で更新する場合であり、その一例としてエンジン制御部600を更新する場合におけるプリンタの紙送り速度を異なる速度で更新する更新処理が含まれる場合である。これは、通常の更新処理と異なり、更新される値は更新処理の実行ごとに個別に上書き処理されず、また、更新順序も印刷装置30側で並べ替えられるため、更新後の処理が矛盾するのを防止するためである。   Further, when the update process stored in the HDD 33 includes an update process that causes a contradiction when executed, the update process unit 400 skips an execution program corresponding to the update process and executes an error process. (Steps S450 to S452). An execution process that causes a contradiction during execution is a case where the same parameter is updated with a different value. As an example, an update process that updates the paper feed speed of the printer at a different speed when the engine control unit 600 is updated. This is the case. Unlike normal update processing, the updated values are not individually overwritten each time the update processing is executed, and the update order is also rearranged on the printing apparatus 30 side, so the processing after the update is inconsistent. This is to prevent this.

更新処理部400は矛盾する更新処理を実行する実行プログラムが記録されている場合は、その実行プログラムを読み飛ばし(ステップS450)、コンピュータ20にエラー報告を行なうよう指示する(ステップS452)。ここで、エラー報告指示がオンである場合は、更新処理部400はコンピュータ20にエラー報告を送信する(ステップS454)。コンピュータ20はこのエラー報告を受けてモニタ26にエラーメッセージを表示させる。   If an execution program for executing contradictory update processing is recorded, the update processing unit 400 skips the execution program (step S450) and instructs the computer 20 to report an error (step S452). If the error report instruction is on, the update processing unit 400 transmits an error report to the computer 20 (step S454). The computer 20 receives this error report and causes the monitor 26 to display an error message.

その後、更新処理1に分類される全ての実行プログラムの実行順序の並び替えが完了すると、更新処理部400は次に更新処理2に分類される実行プログラムの並び替えを実行する(ステップS412,S414)。同様に更新処理2に分類される全ての実行プログラムの並び替えが完了すると、更新処理3に分類される実行プログラムが並び替えられる。(ステップS416,S418)。   Thereafter, when the rearrangement of the execution order of all the execution programs classified into the update process 1 is completed, the update processing unit 400 executes the rearrangement of the execution programs classified into the update process 2 (steps S412 and S414). ). Similarly, when the rearrangement of all the execution programs classified into the update process 2 is completed, the execution programs classified into the update process 3 are rearranged. (Steps S416 and S418).

更新処理3に分類される更新処理は、更新処理後に各更新処理を行なう動作モードや設定を実行するものである。そのため、プリンタ管理部200が再起動後の動作モードや設定で「指定有り」のフラグを立てている場合(ステップS416)、更新処理部400は予め指定された動作モードや設定に従うため、コンピュータ20にエラー通知を行なう(ステップS450〜S454)。逆に、「指定あり」のフラグが立っていない場合、まず、更新処理部400はHDD34にメモリ32から読み出した実行プログラムを記録する(ステップS418)。その後、更新処理部400は再起動後に新たな動作モード及び設定を実行させるよう、「指定有り」のフラグを立てる(ステップS420)。   The update process classified as update process 3 is to execute an operation mode or setting for performing each update process after the update process. Therefore, when the printer management unit 200 has set the “designated” flag in the operation mode and setting after restart (step S416), the update processing unit 400 follows the operation mode and setting specified in advance, so that the computer 20 Is notified of errors (steps S450 to S454). Conversely, if the “designated” flag is not set, the update processing unit 400 first records the execution program read from the memory 32 in the HDD 34 (step S418). Thereafter, the update processing unit 400 sets a “designated” flag so as to execute a new operation mode and setting after the restart (step S420).

更新処理部400はHDD33に分類して記録させた各更新処理を1回の再起動により完了するよう実行する(ステップS422〜ステップS440)。具体的には、まず、更新処理部400はHDD33に記憶された更新処理1に分類された実行プログラムを実行し(ステップS424)、その後、更新処理部400は再起動をプリンタ管理部200に要求し、再起動を実行させる(ステップS426)。そして、更新処理部400は、更新処理2、更新処理3の順序で実行する(ステップS430,S440)。そのため、ステップS422〜S440により更新処理部400はコマンド実行手段を実現する。   The update processing unit 400 executes each update process classified and recorded in the HDD 33 so as to be completed by one restart (steps S422 to S440). Specifically, first, the update processing unit 400 executes the execution program classified into the update processing 1 stored in the HDD 33 (step S424), and then the update processing unit 400 requests the printer management unit 200 to restart. Then, restart is executed (step S426). And the update process part 400 performs in order of the update process 2 and the update process 3 (step S430, S440). Therefore, the update processing unit 400 implements a command execution unit through steps S422 to S440.

ステップS424で更新処理1として実行されるのは、例えば、エンジン制御部600により実行される各種機能である。その一例として、図6に示す制御コマンドでは、紙送り機構の紙送り速度を0.05m/sに変更させる命令、印字ヘッド機構に印字ヘッドのクリーニング周期を早いものに変更させる命令、トナーカウンタの値をリセットさせる命令である。   What is executed as the update process 1 in step S424 is, for example, various functions executed by the engine control unit 600. As an example, in the control command shown in FIG. 6, a command for changing the paper feed speed of the paper feed mechanism to 0.05 m / s, a command for changing the print head mechanism to a print head cleaning cycle earlier, This command resets the value.

ステップS430で更新処理2として実行されるのは、例えば、プリンタ管理部200により実行される、操作パネル37の設定、メモリ32及びHDD33の設定である。なお、図6に示す制御コマンドでは、上記各更新処理は命令されていない。   What is executed as update processing 2 in step S430 is, for example, setting of the operation panel 37, setting of the memory 32, and HDD 33, which is executed by the printer management unit 200. In the control command shown in FIG. 6, the above update processes are not instructed.

ステップS430で更新処理3として実行されるのは、例えば、プリンタ管理部200により実行される、システム起動の初期設定及び動作モード等のシステム設定である。なお、図6に説明する制御コマンドでは、設定モードをカラーモデルモードへ変更させる命令である。   What is executed as the update processing 3 in step S430 is system settings such as initial settings for system startup and operation modes executed by the printer management unit 200, for example. Note that the control command described in FIG. 6 is a command for changing the setting mode to the color model mode.

図7は、更新処理3により実行される処理を説明するフロー図である。なお、図7によるフロー図は、図4のステップS440により実行される更新処理をより詳細に説明した図である。印刷装置の再起動が実行されると、まず、プリンタ管理部200はシステムテストを実行する(ステップS442)。このシステムテストでは、更新処理が実施された各部のエラーがチェックされる。   FIG. 7 is a flowchart for explaining the processing executed by the update processing 3. Note that the flowchart according to FIG. 7 is a diagram illustrating the update process executed in step S440 in FIG. 4 in more detail. When the printing apparatus is restarted, the printer management unit 200 first executes a system test (step S442). In this system test, the error of each part for which update processing has been performed is checked.

システムテスト実行中にユーザが操作パネル37を所定の方法で操作すると(ステップS444)、プリンタ管理部200は操作パネル37の操作方法に基づいてモード設定状態に移行する(ステップS446)。図6の制御コマンドの場合、プリンタ管理部200によるカラーモデルモードへ変更するための設定に移行する。   When the user operates the operation panel 37 by a predetermined method during execution of the system test (step S444), the printer management unit 200 shifts to the mode setting state based on the operation method of the operation panel 37 (step S446). In the case of the control command of FIG. 6, the printer management unit 200 shifts to setting for changing to the color model mode.

この状態で操作パネル37の操作による各種設定が入力されると、プリンタ管理部200は入力された各種設定を確認し(ステップS448)、入力された設定に基づいて各種モードに移行する(ステップS450)。その後、プリンタ管理部200は印刷装置30のシステム全体を起動させ通常の印刷モードに移行する。   In this state, when various settings are input by operating the operation panel 37, the printer management unit 200 confirms the input settings (step S448), and shifts to various modes based on the input settings (step S450). ). Thereafter, the printer management unit 200 activates the entire system of the printing apparatus 30 and shifts to the normal printing mode.

上述したように、本発明では複数の更新処理を1つの制御コマンドで実行できるとともに、実行される各更新処理は1回の再起動で完了することができるため、更新処理に掛かる時間を短縮させることができる。また、印刷装置がネットワークに接続されている場合は、更新処理により印刷装置がネットワークと遮断される時間を短くすることができ、結果としてネットワーク上での印刷装置の管理を向上させることができる。   As described above, according to the present invention, a plurality of update processes can be executed with a single control command, and each update process to be executed can be completed with one restart, thereby reducing the time required for the update process. be able to. When the printing apparatus is connected to the network, the time for which the printing apparatus is disconnected from the network by the update process can be shortened, and as a result, the management of the printing apparatus on the network can be improved.

2.第二の実施形態
前述した説明では、コンピュータ20と印刷装置30とで成る印刷システム10による更新処理を説明した。しかしながら、印刷装置30を操作して更新処理を実行させるものであってもよい。この場合、ユーザが操作パネル37を操作することで、更新処理部400はこの操作パネル37の操作に基づく制御コマンドを受信し、受信した制御コマンドに基づいて更新処理を実行すればよい。
2. Second Embodiment In the above description, update processing by the printing system 10 including the computer 20 and the printing apparatus 30 has been described. However, the update process may be executed by operating the printing apparatus 30. In this case, when the user operates the operation panel 37, the update processing unit 400 may receive a control command based on the operation of the operation panel 37, and execute the update process based on the received control command.

3.その他の実施形態
また、XML形式の言語を用いて制御コマンドを構成するものであってもよい。制御コマンドを印刷装置が使用する印刷用言語に依存しないXML(extensible markup language)形式により記載することで、ネットワークに接続されたどのような印刷装置に対してもこの制御コマンドを使用することができる。これは、大規模なネットワーク上に複数の印刷装置及びコンピュータを接続させる場合において、各印刷装置の使用する印刷用言語を統一する必要がなく有効である。
3. Other Embodiments The control command may be configured using an XML format language. By describing the control command in an XML (extensible markup language) format that does not depend on the printing language used by the printing apparatus, the control command can be used for any printing apparatus connected to the network. . This is effective when a plurality of printing apparatuses and computers are connected to a large-scale network, and it is not necessary to unify the printing languages used by the printing apparatuses.

なお、本発明は、上述した実施例や変形例に限られず、上述した実施例および変形例の中で開示した各構成を相互に置換したり組み合わせを変更したりした構成、公知技術並びに上述した実施例および変形例の中で開示した各構成を相互に置換したり組み合わせを変更したりした構成、等も含まれる。   In addition, this invention is not restricted to the Example and modification which were mentioned above, Each structure disclosed in the Example and modification which were mentioned above mutually replaced, the structure which changed the combination, well-known technique, and the above-mentioned Configurations in which the respective configurations disclosed in the embodiments and the modified examples are mutually replaced or combinations are changed are also included.

本印刷システムを説明するブロック図である。It is a block diagram explaining this printing system. コマンド読み出し部がメモリから読み出す制御コマンドを説明する図である。It is a figure explaining the control command which a command reading part reads from memory. 本印刷装置での更新処理と再起動の流れを説明する図である。FIG. 6 is a diagram illustrating an update process and a restart flow in the printing apparatus. 更新処理を説明するためのフロー図である。It is a flowchart for demonstrating an update process. 一例としての更新処理部により参照されるテーブルを説明する図であるIt is a figure explaining the table referred by the update process part as an example. テーブルを用いて読み取られた各単語に対応した更新処理を説明する図である。It is a figure explaining the update process corresponding to each word read using the table. 更新処理3により実行される処理を説明するフロー図である。It is a flowchart explaining the process performed by the update process. 従来の更新処理における各処理の流れを説明する図である。It is a figure explaining the flow of each process in the conventional update process.

符号の説明Explanation of symbols

10…印刷システム、20…コンピュータ、21…CPU、22…メモリ、23…ホストI/F、24…I/O部、25…入力装置、26…モニタ、30…印刷装置、31…CPU、32…メモリ、33…HDD、34…I/O部、35…ホストI/F、36…プリンタエンジン、37…操作パネル、40…ネットワーク、110…印刷ジョブ生成部、120…コマンド読み出し部、130…送信処理部、200…プリンタ管理部、300…言語処理部、400…更新処理部、500…印刷処理部、600…エンジン制御部、700…テーブル

DESCRIPTION OF SYMBOLS 10 ... Printing system, 20 ... Computer, 21 ... CPU, 22 ... Memory, 23 ... Host I / F, 24 ... I / O part, 25 ... Input device, 26 ... Monitor, 30 ... Printing device, 31 ... CPU, 32 ... Memory, 33 ... HDD, 34 ... I / O unit, 35 ... Host I / F, 36 ... Printer engine, 37 ... Operation panel, 40 ... Network, 110 ... Print job generation unit, 120 ... Command reading unit, 130 ... Transmission processing unit, 200 ... printer management unit, 300 ... language processing unit, 400 ... update processing unit, 500 ... print processing unit, 600 ... engine control unit, 700 ... table

Claims (7)

所定のコマンドに基づいて、再起動しつつ各種設定の更新処理を実行し、又、印刷処理を実行する印刷装置であって、
1つのコマンドで複数の前記更新処理を実行させるコマンドを受信し、前記受信したコマンドから前記各更新処理の内容を読み取る命令読み取り手段と、
前記読み取られた各更新処理を、前記再起動より前に実行される第一の更新処理と、前記再起動より後に実行される第二の更新処理とに分類する命令分類手段と、
前記分類された各更新処理を1回の再起動で実行できるよう、前記第一の更新処理と、前記再起動と、前記第二の更新処理との実行順序を並べ替えつつ実行するコマンド実行手段とを具備することを特徴とする印刷装置。
A printing apparatus that executes update processing of various settings while restarting based on a predetermined command, and executes print processing,
Command reading means for receiving a command for executing a plurality of the update processes with one command, and reading the contents of each update process from the received command;
Instruction classification means for classifying each read update process into a first update process executed before the restart and a second update process executed after the restart;
Command execution means for executing the sorted update processes while rearranging the execution order of the first update process, the restart, and the second update process so that the respective update processes can be executed by one restart. A printing apparatus comprising:
前記命令分類手段は、前記第二の更新処理を、前記再起動後に更新を確定させる第三の更新処理と、前記再起動後に更新項目の入力を受け付ける第四の更新処理とに分類し、
前記コマンド実行手段は、前記第三の更新処理を実行した後、前記第四の更新処理を実行することを特徴とする請求項1に記載の印刷装置。
The command classification means classifies the second update process into a third update process for confirming an update after the restart and a fourth update process for receiving an input of an update item after the restart,
The printing apparatus according to claim 1, wherein the command execution unit executes the fourth update process after executing the third update process.
前記コマンド実行手段は、前記分類された各更新処理を実行するに際し、更新順序に依存関係が存在する各更新処理の実行順序が矛盾しないように並べ替えて実行することを特徴とする請求項1又は請求項2のいずれかに記載の印刷装置。   2. The command execution means, when executing each of the classified update processes, rearranges and executes the update processes having dependency relations in the update order so as not to contradict each other. Or the printing apparatus in any one of Claim 2. 前記コマンド実行手段は、前記分類された更新処理の中に同一の項目を更新する更新処理が複数存在する場合は、前記分類された更新処理を実行しないことを特徴とする請求項1〜請求項3のいずれか一項に記載の印刷装置。   The command execution means does not execute the classified update process when there are a plurality of update processes for updating the same item in the classified update process. The printing apparatus according to claim 1. 前記命令分類手段は、前記分類した各更新処理を実行させる命令を不揮発性メモリに一時記憶することを特徴とする請求項1〜請求項4のいずれか一項に記載の印刷装置。   5. The printing apparatus according to claim 1, wherein the command classification unit temporarily stores a command for executing the classified update processes in a nonvolatile memory. 前記コマンドは、XML形式で記載されることを特徴とする請求項1〜請求項5のいずれか一項に記載の印刷装置。   The printing apparatus according to claim 1, wherein the command is described in an XML format. 所定のコマンドを送信するコマンド送信装置と、前記コマンドを受信するとともに、このコマンドに基づいて再起動しつつ各種設定の更新処理を実行し、又、印刷処理を実行する印刷装置とから成る印刷システムであって、
前記コマンド送信装置は、1つのコマンドで複数の前記更新処理を実行させるコマンドを前記印刷装置に送信するコマンド送信手段を具備し、
前記印刷装置は、
前記送信されたコマンドから前記複数の更新処理の内容を読み取る命令読み取り手段と、
前記読み取られた各更新処理を、前記再起動より前に実行される第一の更新処理と、前記再起動より後に実行される第二の更新処理とに分類する命令分類手段と、
前記分類された各更新処理を1回の再起動で実行できるよう、前記第一の更新処理と、前記再起動と、前記第二の更新処理との実行順序を並べ替えつつ実行するコマンド実行手段とを具備することを特徴とする印刷システム。
A printing system comprising: a command transmitting device that transmits a predetermined command; and a printing device that receives the command and executes update processing of various settings while restarting based on the command, and executes printing processing Because
The command transmission device includes command transmission means for transmitting a command for executing a plurality of the update processes with one command to the printing device,
The printing apparatus includes:
Command reading means for reading the contents of the plurality of update processes from the transmitted command;
Instruction classification means for classifying each read update process into a first update process executed before the restart and a second update process executed after the restart;
Command execution means for executing the sorted update processes while rearranging the execution order of the first update process, the restart, and the second update process so that the respective update processes can be executed by one restart. A printing system comprising:
JP2007336221A 2007-12-27 2007-12-27 Printing apparatus and printing system Expired - Fee Related JP5003471B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007336221A JP5003471B2 (en) 2007-12-27 2007-12-27 Printing apparatus and printing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007336221A JP5003471B2 (en) 2007-12-27 2007-12-27 Printing apparatus and printing system

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2012111244A Division JP5152425B2 (en) 2012-05-15 2012-05-15 Printing apparatus and update processing method

Publications (2)

Publication Number Publication Date
JP2009154435A true JP2009154435A (en) 2009-07-16
JP5003471B2 JP5003471B2 (en) 2012-08-15

Family

ID=40958963

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007336221A Expired - Fee Related JP5003471B2 (en) 2007-12-27 2007-12-27 Printing apparatus and printing system

Country Status (1)

Country Link
JP (1) JP5003471B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0580830A (en) * 1991-09-18 1993-04-02 Mitsubishi Electric Corp Device for editing robot language
JPH11314426A (en) * 1998-05-06 1999-11-16 Seiko Epson Corp Printing device, its control method, and recording medium
JP2000085215A (en) * 1998-09-11 2000-03-28 Fuji Xerox Co Ltd Data processor and processing method
JP2005038408A (en) * 2003-06-30 2005-02-10 Ricoh Co Ltd Electronic device and parameter updating method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0580830A (en) * 1991-09-18 1993-04-02 Mitsubishi Electric Corp Device for editing robot language
JPH11314426A (en) * 1998-05-06 1999-11-16 Seiko Epson Corp Printing device, its control method, and recording medium
JP2000085215A (en) * 1998-09-11 2000-03-28 Fuji Xerox Co Ltd Data processor and processing method
JP2005038408A (en) * 2003-06-30 2005-02-10 Ricoh Co Ltd Electronic device and parameter updating method

Also Published As

Publication number Publication date
JP5003471B2 (en) 2012-08-15

Similar Documents

Publication Publication Date Title
US8804172B2 (en) Non-transitory computer readable recording medium stored with printer driver updating program and printer driver updating method
US8793677B2 (en) Electronic apparatus, software update method, and storage medium
US8065406B2 (en) Job processing apparatus, method for managing job log in the job processing apparatus, and system for managing job history
JP5191705B2 (en) Maintenance management system, database server, maintenance management program, and maintenance management method
CN102045474B (en) Image forming apparatus including firmware and method of controlling the same
US11029899B2 (en) Maintenance system including information processing device that performs maintenance operation on image forming device
US20130063746A1 (en) Information processing apparatus and program
JP2014115776A (en) Image processing device, control method of image processing device, and program
JP2001236298A (en) Data processor, printing system and method for controlling setting of driver software for them
JP2006344068A (en) Information processing system and allocation method for job in the system
JP5653287B2 (en) Printing system, print data generating apparatus, processing apparatus, printing method, computer program, and recording medium
US20180357342A1 (en) State prediction device, state prediction method and non-transitory recording medium storing computer-readable state prediction program
JP2015022681A (en) Information processing apparatus and software update method for information processing apparatus
JP6399797B2 (en) Information processing apparatus, control method therefor, and program
US20070006221A1 (en) Software install environment constructing apparatus
JP5910280B2 (en) Image forming apparatus and job management method
JP5003471B2 (en) Printing apparatus and printing system
JP5152425B2 (en) Printing apparatus and update processing method
KR100503484B1 (en) Image forming device
JP2012221152A (en) Management device and management method
JP2010186452A (en) Maintenance management system, database server, maintenance management program and maintenance management method
JP2007213404A (en) Embedded equipment, download method, storage medium and program
JP2013250911A (en) Image formation device, control method of image formation device and computer program
EP3699749B1 (en) Image forming device
JP5835486B2 (en) Device initial setting customization method of information processing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101018

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120419

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: 20120424

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120507

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150601

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5003471

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees