JP2011233959A - Data processor and image output device - Google Patents

Data processor and image output device Download PDF

Info

Publication number
JP2011233959A
JP2011233959A JP2010099860A JP2010099860A JP2011233959A JP 2011233959 A JP2011233959 A JP 2011233959A JP 2010099860 A JP2010099860 A JP 2010099860A JP 2010099860 A JP2010099860 A JP 2010099860A JP 2011233959 A JP2011233959 A JP 2011233959A
Authority
JP
Japan
Prior art keywords
cpu
data
job
processing
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.)
Withdrawn
Application number
JP2010099860A
Other languages
Japanese (ja)
Inventor
Toshitomo Kamei
俊智 亀井
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.)
Konica Minolta Business Technologies Inc
Original Assignee
Konica Minolta Business Technologies 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 Konica Minolta Business Technologies Inc filed Critical Konica Minolta Business Technologies Inc
Priority to JP2010099860A priority Critical patent/JP2011233959A/en
Publication of JP2011233959A publication Critical patent/JP2011233959A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a data processor capable of transmitting data, of which processing is not completed due to occurrence of operational abnormality in a CPU, to another device, and further to provide an image output device.SOLUTION: A composite device 10 comprises: a CPU (A) 11 (main CPU) which controls an operation of the composite device 10; and a CPU (B) 12 (sub CPU) which monitors an operation of the CPU (A) 11, in a case where a data (job) of which processing is not completed exists when the CPU (B) 12 detects operational abnormality of the CPU (A) by this monitoring, sets the CPU (A) 11 to execute a data rescue program after the CPU (A) 11 is restarted and restarts the CPU (A) 11. After the CPU (A) 11 is restarted by the CPU (B) 12, the CPU (A) 11 executes the data rescue program set by the CPU (B) 12 and operates to rescue the data of which the processing is not completed on the basis of the data rescue program.

Description

本発明は、入力されたデータを処理するデータ処理装置、およびこのデータ処理装置を備えた画像出力装置に関する。   The present invention relates to a data processing apparatus that processes input data, and an image output apparatus including the data processing apparatus.

印刷装置が異常を起こして印刷ジョブを処理できない場合に、他の印刷装置でその印刷ジョブの代替処理を行うことにより、緊急度の高い印刷ジョブなどに対する即時的な対応を可能とする技術が考案されている。   A technology that enables immediate response to print jobs with a high degree of urgency by performing alternative processing of the print job with another printing device when the printing device fails and cannot process the print job Has been.

たとえば、クライアント装置とサーバ装置と複数の印刷装置がネットワークに接続された印刷システムにおいて、クライアント装置は印刷装置を指定した印刷ジョブをサーバ装置に送信する。サーバ装置はクライアント装置から受信した印刷ジョブを管理し、指定された印刷装置が故障などであれば他の印刷装置に印刷ジョブを送信してその印刷ジョブの代替処理を行わせる技術がある(特許文献1参照)。   For example, in a printing system in which a client device, a server device, and a plurality of printing devices are connected to a network, the client device transmits a print job designating the printing device to the server device. The server apparatus manages the print job received from the client apparatus, and if the designated printing apparatus is out of order, the server apparatus transmits the print job to another printing apparatus and performs a substitute process for the print job (patent) Reference 1).

特開2007−34493号公報JP 2007-34493 A

上記の技術では、印刷装置の故障などで処理できない印刷ジョブの代替処理を実現するためにサーバ装置が必要となる。   In the above technique, a server device is required to realize a substitute process for a print job that cannot be processed due to a failure of the printing apparatus.

また、上記のサーバ装置が存在せず、印刷装置がクライアント装置から直接印刷ジョブを受信し印刷部(プリンタ部)によって印刷処理を行う構成においては、クライアント装置から受信した印刷ジョブを印刷部の故障によって処理できなくても、印刷装置の動作を制御するCPU(Central Processing Unit)とネットワーク通信部が正常に動作していれば、その印刷ジョブを他の印刷装置に送信して代替処理を依頼するといった印刷ジョブの救出処置が可能である。しかし、CPU(制御プログラム)の動作に異常が発生するとそのような救出処置も不可能となる。   In the configuration in which the server apparatus does not exist and the printing apparatus receives a print job directly from the client apparatus and performs printing processing by the printing unit (printer unit), the print job received from the client apparatus is If the CPU (Central Processing Unit) that controls the operation of the printing device and the network communication unit are operating normally, the print job is sent to another printing device to request alternative processing. It is possible to rescue the print job. However, if an abnormality occurs in the operation of the CPU (control program), such a rescue procedure becomes impossible.

また、印刷ジョブを処理する印刷装置に限らず、各種のデータを処理するデータ処理装置において、入力された処理対象のデータをCPUによる制御のもとで処理部(ハードウェア)が処理する場合も同様である。すなわち、入力された処理対象のデータを処理部の故障によって処理できなくても、データ処理装置の動作を制御するCPUとネットワーク通信部が正常に動作していれば、そのデータを他のデータ処理装置に送信し代替処理を依頼できるが、CPU(制御プログラム)の動作に異常が発生するとそのような自己対処(データ救出)を行うことはできない。   Further, not only in a printing apparatus that processes a print job, but also in a data processing apparatus that processes various types of data, a processing unit (hardware) may process input data to be processed under the control of the CPU. It is the same. In other words, even if the input data to be processed cannot be processed due to a failure of the processing unit, if the CPU that controls the operation of the data processing device and the network communication unit are operating normally, the data is processed by other data processing. Although an alternative process can be requested by sending it to the device, such a self-handling (data rescue) cannot be performed if an abnormality occurs in the operation of the CPU (control program).

本発明は、上記の問題を解決しようとするものであり、CPUの動作に異常が発生して処理未完了となったデータを他装置に送信することができるデータ処理装置および画像出力装置を提供することを目的としている。   The present invention is intended to solve the above-described problem, and provides a data processing apparatus and an image output apparatus capable of transmitting data that has not been processed due to an abnormality in the operation of a CPU to another apparatus. The purpose is to do.

かかる目的を達成するための本発明の要旨とするところは、次の各項の発明に存する。   The gist of the present invention for achieving the object lies in the inventions of the following items.

[1]処理対象のデータが入力される入力部と、
前記入力部から入力されたデータを保存する保存部と、
前記保存部に保存されたデータを処理する処理部と、
前記処理部を制御する第1のCPUと、
他のデータ処理装置と通信する通信部と、
前記第1のCPUの動作を監視し、この監視で前記第1のCPUの動作の異常を検知したときに前記処理部による処理未完了のデータが存在する場合は、前記保存部から前記処理未完了のデータを読み出し前記通信部を通じて他のデータ処理装置に送信する動作を行うプログラムを再起動後の前記第1のCPUが実行するように設定して前記第1のCPUを再起動させる第2のCPUと、
を備えたデータ処理装置。
[1] An input unit for inputting data to be processed;
A storage unit for storing data input from the input unit;
A processing unit for processing data stored in the storage unit;
A first CPU for controlling the processing unit;
A communication unit that communicates with other data processing devices;
When the operation of the first CPU is monitored, and when an abnormality in the operation of the first CPU is detected by this monitoring, if there is unprocessed data by the processing unit, the storage unit does not perform the processing. A second program for setting the program for performing the operation of reading the completed data and transmitting it to the other data processing apparatus through the communication unit to be executed by the first CPU after restarting, and restarting the first CPU. CPU of
A data processing apparatus comprising:

上記発明では、第1のCPUは処理部を制御し、入力部から入力されて保存部に保存された処理対象のデータを処理部に処理させる。第2のCPUは第1のCPUの動作を監視し、第1のCPUの動作の異常を検知したときに処理部による処理未完了のデータが存在する場合は、再起動後の第1のCPUが実行するプログラム(データ救出用プログラム)を設定して第1のCPUを再起動させる。第1のCPUは、再起動すると設定されたプログラムを実行し、このプログラムに従い、保存部から処理未完了のデータを読み出し通信部を通じて他のデータ処理装置に送信する動作を行う。   In the above invention, the first CPU controls the processing unit, and causes the processing unit to process data to be processed which is input from the input unit and stored in the storage unit. The second CPU monitors the operation of the first CPU, and when there is unprocessed data by the processing unit when an abnormality in the operation of the first CPU is detected, the first CPU after the restart A program (data rescue program) to be executed is set and the first CPU is restarted. When the first CPU is restarted, the first CPU executes the set program, and in accordance with this program, performs an operation of reading uncompleted data from the storage unit and transmitting it to another data processing device through the communication unit.

これにより、処理部を制御する第1のCPUの動作に異常が発生して処理未完了となったデータを他のデータ処理装置に送信することができる。すなわち、第1のCPUの動作に異常が発生しても、処理未完了のデータを他のデータ処理装置に送信し代替処理を依頼するといった自己対処(データ救出)が可能となる。   As a result, data that has not been processed due to an abnormality in the operation of the first CPU that controls the processing unit can be transmitted to another data processing apparatus. That is, even if an abnormality occurs in the operation of the first CPU, self-handling (data rescue) is possible in which unprocessed data is transmitted to another data processing device and an alternative process is requested.

[2]前記処理部を制御するために前記第1のCPUによって実行される制御プログラムを備え、
前記第2のCPUは、前記監視で、前記第1のCPUが前記制御プログラムを実行して動作しているときの異常を検知する
ことを特徴とする[1]に記載のデータ処理装置。
[2] comprising a control program executed by the first CPU to control the processing unit;
The data processing apparatus according to [1], wherein the second CPU detects an abnormality when the first CPU is operating by executing the control program in the monitoring.

上記発明では、第2のCPUは、第1のCPUが制御プログラムを実行しているときの動作を監視し、第1のCPUの動作の異常を検知する。たとえば、制御プログラムに異常(バグ)があり、その制御プログラムを実行している第1のCPUの動作に異常(たとえば、制御プログラムの暴走状態など)が発生したことを検知する。   In the above invention, the second CPU monitors the operation when the first CPU is executing the control program, and detects an abnormality in the operation of the first CPU. For example, it is detected that there is an abnormality (bug) in the control program and an abnormality (for example, a runaway state of the control program) has occurred in the operation of the first CPU executing the control program.

[3]前記処理未完了のデータの送信先となる他のデータ処理装置は、前記第1のCPUまたは前記第2のCPUが前記通信部を通じて検索し決定する
ことを特徴とする[1]または[2]に記載のデータ処理装置。
[3] Another data processing device that is a transmission destination of the unfinished data is searched and determined through the communication unit by the first CPU or the second CPU [1] or The data processing apparatus according to [2].

上記発明では、処理未完了のデータの送信先となる他のデータ処理装置を検索して決定することにより、代替処理を実行可能な他のデータ処理装置に処理未完了のデータを送信することができる。代替処理を実行可能な他のデータ処理装置とは、たとえば、電源オン状態の装置、電源オンかつ正常動作状態の装置、電源オンかつ正常動作状態かつ処理対象のデータに対する処理機能を備えている装置などである。   In the above-described invention, by searching for and determining another data processing device that is a transmission destination of unprocessed data, it is possible to transmit unprocessed data to another data processing device capable of executing alternative processing. it can. Other data processing devices capable of executing alternative processing include, for example, devices that are in a power-on state, devices that are in a power-on and normal operation state, and devices that have a processing function for data that is in a power-on and normal operation state and to be processed Etc.

[4][1]〜[3]のいずれか1項に記載のデータ処理装置を備え、
前記データは、画像と、該画像を出力するための出力条件とを含むジョブであり、
前記処理部は、前記ジョブデータに含まれている画像をそのジョブに含まれている出力条件に基づいて出力する処理を行う画像出力部を含み、
前記通信部は、他の画像出力装置と通信する
ことを特徴とする画像出力装置。
[4] The data processing device according to any one of [1] to [3] is provided,
The data is a job including an image and an output condition for outputting the image,
The processing unit includes an image output unit that performs a process of outputting an image included in the job data based on an output condition included in the job,
The image output apparatus, wherein the communication unit communicates with another image output apparatus.

上記発明では、画像出力装置における第1のCPUは画像出力部を制御し、入力部から入力されて保存部に保存された処理対象のジョブを画像出力部に処理させる。画像出力部は、ジョブに含まれている画像をそのジョブに含まれている出力条件に基づいて出力する処理を行う。この画像出力装置において、画像出力部を制御する第1のCPUの動作に異常が発生して処理未完了となったジョブを他の画像出力装置に送信することができる。   In the above invention, the first CPU in the image output apparatus controls the image output unit, and causes the image output unit to process a job to be processed that is input from the input unit and stored in the storage unit. The image output unit performs a process of outputting an image included in the job based on an output condition included in the job. In this image output apparatus, it is possible to transmit a job that has not been processed due to an abnormality in the operation of the first CPU that controls the image output unit to another image output apparatus.

本発明のデータ処理装置および画像出力装置によれば、CPU(第1のCPU)の動作に異常が発生して処理未完了となったデータを他装置に送信することができる。したがって、処理未完了となったデータを他装置にて代替処理することが可能となる。   According to the data processing device and the image output device of the present invention, it is possible to transmit data that has not been processed due to an abnormality in the operation of the CPU (first CPU) to another device. Therefore, the data that has not been processed can be replaced by another device.

本発明の一実施形態に係る画像出力装置としての複合機の構成を示すブロック図である。1 is a block diagram illustrating a configuration of a multifunction machine as an image output apparatus according to an embodiment of the present invention. CPUの動作の監視と起動プログラムの変更を模式的に示す図である。It is a figure which shows typically monitoring of operation | movement of CPU, and a change of a starting program. ジョブデータのデータ構造を示す図である。It is a figure which shows the data structure of job data. ジョブデータの送信先となる他の複合機を検索して決定する場合の一例を示す図である。FIG. 10 is a diagram illustrating an example when searching for and determining other multifunction peripherals that are job data transmission destinations. システム構成の一例とジョブデータを救出する際の各装置のやり取りの概略を示す図である。It is a figure which shows the outline of an exchange of each apparatus at the time of rescuing job data and an example of a system configuration. 複合機のCPU(A)によるジョブの受信と処理の動作を示す流れ図である。6 is a flowchart showing job reception and processing operations performed by the CPU (A) of the multifunction machine. 図6のS107およびS108によるジョブ処理のサブルーチンの動作を示す流れ図である。7 is a flowchart showing the operation of a subroutine for job processing in S107 and S108 of FIG. 複合機のCPU(B)による動作を示す流れ図である。It is a flowchart which shows the operation | movement by CPU (B) of a multifunctional device. 複合機のCPU(A)による再起動後(データ救出用プログラム実行時)のジョブデータ送信動作を示す流れ図である。6 is a flowchart showing job data transmission operation after restart (when executing a data rescue program) by the CPU (A) of the multifunction machine.

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

図1は、本発明の一実施形態に係る画像出力装置としての複合機10の構成を示すブロック図である。   FIG. 1 is a block diagram showing a configuration of a multifunction machine 10 as an image output apparatus according to an embodiment of the present invention.

複合機10は、原稿の画像を光学的に読み取ってその複製画像を記録紙に印刷して出力するコピー機能、読み取った原稿の画像データをファイルにして保存したり端末装置やサーバなどへ転送したりするスキャン機能、端末装置から受信した印刷データに係る画像や当該複合機10に保存されている画像データに係る画像を記録紙に印刷して出力するプリンタ機能、画像データを送受信するファクシミリ機能などを備えている。   The multifunction device 10 optically reads an image of a document, prints a duplicate image on a recording sheet, and outputs it. The multifunction device 10 saves the image data of the read document as a file or transfers it to a terminal device or a server. A scanning function, a printer function for printing an image relating to print data received from a terminal device or an image relating to image data stored in the multifunction peripheral 10 on a recording sheet, a facsimile function for transmitting / receiving image data, etc. It has.

また複合機10は、2つのCPUを備えたマルチプロセッサシステムの装置であり、当該複合機10の動作を制御し、入力されたデータを処理するメインCPU(第1のCPU)と、メインCPUの動作を監視し、この監視でメインCPUの動作の異常を検知したときに処理未完了のデータが存在する場合は、データ救出用プログラムを再起動後のメインCPUが実行するように設定してメインCPUを再起動させるサブCPU(第2のCPU)とを備えている。この2つのCPUでは、処理能力の高い方がメインCPUで処理能力の低い方がサブCPUとなっている。   The multi-function machine 10 is a multi-processor system device having two CPUs. The multi-function machine 10 controls the operation of the multi-function machine 10 and processes input data, and a main CPU. If there is unprocessed data when an abnormal operation of the main CPU is detected by this monitoring, the data rescue program is set to be executed by the main CPU after restarting. And a sub CPU (second CPU) for restarting the CPU. Of these two CPUs, the one with higher processing capability is the main CPU and the one with lower processing capability is the sub CPU.

メインCPUは、ブートプログラムを実行して起動処理(ブート)を行い、当該複合機10を起動させる機能と、起動完了後に通常処理用プログラム(ファームウェア)を実行して当該複合機10の動作を制御し、入力されたデータを処理する機能とを備えている。サブCPUは、上記の監視によってメインCPUの動作の異常(たとえば、通常処理用プログラムの暴走状態など)を検知したときに処理未完了のデータが存在する場合には、データ救出用プログラムを再起動後のメインCPUが実行するように設定して(起動プログラムの切り替えを行って)、メインCPUを再起動させる機能を備えている。メインCPUは、サブCPUによって再起動されると、サブCPUによって設定されたデータ救出用プログラムを実行し、このプログラムに基づいて処理未完了のデータを救出する動作を行う。   The main CPU executes a boot program to perform startup processing (boot), and activates the multifunction device 10, and controls the operation of the multifunction device 10 by executing a normal processing program (firmware) after the completion of activation. And a function of processing input data. The sub CPU restarts the data rescue program when there is unprocessed data when an abnormal operation of the main CPU is detected by the above monitoring (for example, a normal processing program runaway state). It has a function of restarting the main CPU by setting it to be executed by the later main CPU (by switching the startup program). When the main CPU is restarted by the sub CPU, the main CPU executes a data rescue program set by the sub CPU, and performs an operation of rescuing unprocessed data based on the program.

上記の処理対象となるデータは、コピー、スキャン、プリント、ファクシミリの各機能において処理されるデータである。詳細には、各機能において出力処理の対象となる画像(実データ)と、該画像を出力するための出力条件とを含むジョブである。   The data to be processed is data processed in each function of copy, scan, print, and facsimile. Specifically, the job includes an image (actual data) to be output in each function and an output condition for outputting the image.

複合機10は、メインCPUとしてのCPU(A)11と、サブCPUとしてのCPU(B)12と、ROM(Read Only Memory(BIOS ROM;Basic Input/Output System Read Only Memory))13と、RAM(Random Access Memory)14と、不揮発メモリ15と、ハードディスク装置(HDD;Hard Disk Drive)16と、表示部17と、操作部18と、ファクシミリ通信部19と、ネットワーク通信部20と、画像処理部21と、スキャナ部22と、プリンタ部23とがバス24に接続されて構成される。   The multi function device 10 includes a CPU (A) 11 as a main CPU, a CPU (B) 12 as a sub CPU, a ROM (Read Only Memory (BIOS ROM)), a RAM (Random Access Memory) 14, a nonvolatile memory 15, a hard disk drive (HDD; Hard Disk Drive) 16, a display unit 17, an operation unit 18, a facsimile communication unit 19, a network communication unit 20, and an image processing unit 21, a scanner unit 22, and a printer unit 23 are connected to a bus 24.

CPU(A)11は、ROM13に格納されているブートプログラムを実行して起動処理を行い、複合機10を起動させる。複合機10の起動を完了すると、ROM13に格納されている通常処理用プログラムを実行して複合機10の動作を制御し、入力されたデータ(ジョブ)を処理する。   The CPU (A) 11 executes a boot program stored in the ROM 13 to perform startup processing, and starts up the multifunction machine 10. When the activation of the multifunction device 10 is completed, the normal processing program stored in the ROM 13 is executed to control the operation of the multifunction device 10 and the input data (job) is processed.

CPU(B)12は、ROM13に格納されているプログラムを実行してCPU(A)11の動作を監視し、CPU(A)11の動作の異常を検知したときに処理未完了のデータが存在する場合には、起動プログラムの切り替えおよびCPU(A)11の再起動を行う。   The CPU (B) 12 executes a program stored in the ROM 13 to monitor the operation of the CPU (A) 11, and there is unfinished data when an abnormal operation of the CPU (A) 11 is detected. To do so, the activation program is switched and the CPU (A) 11 is restarted.

なお、CPU(B)12は、電源からCPU(A)11に電力が供給されていない状態(電源オフ状態)でも、電源から常時電力が供給され常時動作を継続できる構成としてもよい。   Note that the CPU (B) 12 may be configured such that the power can be continuously supplied and the operation can be continuously performed even when the power is not supplied from the power source to the CPU (A) 11 (power-off state).

ROM13は、CPU(A)11によって実行されるプログラム(ブートプログラム、通常処理用プログラムなど)と、CPU(B)12によって実行されるプログラムなどを格納する。RAM14は、CPU(A)11およびCPU(B)12がプログラムを実行する際に各種データを一時的に格納するワークメモリとして使用されるほか、画像データを一時的に保存するための画像メモリなどにも使用される。また、ジョブを管理するためのジョブ管理テーブルも格納する。   The ROM 13 stores programs executed by the CPU (A) 11 (boot program, normal processing program, etc.), programs executed by the CPU (B) 12, and the like. The RAM 14 is used as a work memory for temporarily storing various data when the CPU (A) 11 and the CPU (B) 12 execute programs, and an image memory for temporarily storing image data. Also used for. A job management table for managing jobs is also stored.

不揮発メモリ15は、電源がオフにされても記憶が保持されるメモリであり、装置固有の情報や各種の設定情報などが記憶される。ハードディスク装置16は、データ救出用プログラムや各種の保存データを格納するほか、入力された画像データなども保存する。   The nonvolatile memory 15 is a memory that retains memory even when the power is turned off, and stores device-specific information and various setting information. The hard disk device 16 stores a data rescue program and various saved data, and also saves input image data and the like.

なお、データ救出用プログラムはハードディスク装置16ではなくROM13に格納するようにしてもよい。またデータ救出用プログラムは、複合機10とネットワークで接続された外部記憶装置(ストレージ)に格納しておき、複合機10がその外部記憶装置にアクセスして実行するようにしてもよい。   The data rescue program may be stored in the ROM 13 instead of the hard disk device 16. The data rescue program may be stored in an external storage device (storage) connected to the multifunction device 10 via a network, and the multifunction device 10 may access and execute the external storage device.

表示部17は、液晶ディスプレイなどで構成され、操作画面、設定画面、案内画面などの各種の画面を表示する。操作部18は、スタートボタン、ストップボタン、テンキーなどの各種のボタン類と、液晶ディスプレイの表面に設けられて押下された座標位置を検出するタッチパネルなどで構成され、ユーザが複合機10に対して行う各種の操作を受け付ける。   The display unit 17 is configured by a liquid crystal display or the like, and displays various screens such as an operation screen, a setting screen, and a guidance screen. The operation unit 18 includes various buttons such as a start button, a stop button, and a numeric keypad, and a touch panel that is provided on the surface of the liquid crystal display and detects a pressed coordinate position. Accepts various operations to be performed.

ファクシミリ通信部19は、ファクシミリ機能を備えた外部装置と公衆回線を通じて画像データを送受信する。ネットワーク通信部20は、LAN(Local Area Network)などのネットワークを通じて端末装置や他の複合機などと通信を行う。   The facsimile communication unit 19 transmits / receives image data to / from an external apparatus having a facsimile function through a public line. The network communication unit 20 communicates with a terminal device and other multifunction devices through a network such as a LAN (Local Area Network).

画像処理部21は、画像データに対して、画像補正、回転、拡大/縮小、圧縮/伸張など各種の画像処理を施す。   The image processing unit 21 performs various kinds of image processing such as image correction, rotation, enlargement / reduction, compression / expansion on the image data.

スキャナ部22は、原稿を光学的に読み取って画像データを取得する。スキャナ部22は、たとえば、原稿に光を照射する光源と、その反射光を受けて原稿を幅方向に1ライン分読み取るラインイメージセンサと、ライン単位の読取位置を原稿の長さ方向に順次移動させる移動手段と、原稿からの反射光をラインイメージセンサに導いて結像させるレンズやミラーなどからなる光学経路と、ラインイメージセンサの出力するアナログ画像信号をデジタルの画像データに変換する変換部などを備えて構成される。   The scanner unit 22 optically reads a document and acquires image data. The scanner unit 22 sequentially moves, for example, a light source that irradiates light on a document, a line image sensor that receives the reflected light for one line in the width direction, and a line-by-line reading position in the length direction of the document. An optical path composed of a lens, a mirror and the like for guiding the reflected light from the document to the line image sensor to form an image, a conversion unit for converting the analog image signal output from the line image sensor into digital image data, etc. It is configured with.

プリンタ部23は、画像データに基づく画像を電子写真プロセスによって記録紙上に形成して出力する。プリンタ部23は、たとえば、記録紙の搬送装置と、感光体ドラムと、帯電装置と、入力される画像データに応じて点灯制御されるLD(Laser Diode)と、LDから射出されたレーザ光を感光体ドラム上で走査させる走査ユニットと、現像装置と、転写分離装置と、クリーニング装置と、定着装置とを有する、いわゆるレーザープリンタとして構成されている。レーザ光に代えてLED(Light Emitting Diode)で感光体ドラムを照射するLEDプリンタのほか他の方式のプリンタであってもかまわない。   The printer unit 23 forms and outputs an image based on the image data on a recording sheet by an electrophotographic process. The printer unit 23 includes, for example, a recording paper transport device, a photosensitive drum, a charging device, an LD (Laser Diode) that is controlled to be turned on according to input image data, and laser light emitted from the LD. It is configured as a so-called laser printer having a scanning unit that scans on a photosensitive drum, a developing device, a transfer separating device, a cleaning device, and a fixing device. Instead of an LED printer that irradiates a photosensitive drum with an LED (Light Emitting Diode) instead of a laser beam, other types of printers may be used.

図2は、CPU(B)12がCPU(A)11に対して行う動作の監視と起動プログラムの変更を模式的に示す図である。   FIG. 2 is a diagram schematically showing the monitoring of the operation performed by the CPU (B) 12 on the CPU (A) 11 and the change of the activation program.

前述したように、CPU(A)11は複合機10の起動を完了すると、ROM13内の通常処理用プログラム31を実行して複合機10の動作を制御する。CPU(B)12は、CPU(A)11が通常処理用プログラム31を実行しているときの動作を監視し、CPU(A)11の動作の異常を検知する。   As described above, when the activation of the multifunction device 10 is completed, the CPU (A) 11 executes the normal processing program 31 in the ROM 13 to control the operation of the multifunction device 10. The CPU (B) 12 monitors the operation when the CPU (A) 11 is executing the normal processing program 31 and detects an abnormality in the operation of the CPU (A) 11.

詳細には、CPU(B)12(CPU(B)12のプログラム)は周期的にハートビート信号をCPU(A)11(CPU(A)11の通常処理用プログラム)に送信する。CPU(A)11は、CPU(B)12からハートビート信号を受信すると、Ack(ACKnowledgement)信号をCPU(B)12に送信する。   Specifically, the CPU (B) 12 (the program of the CPU (B) 12) periodically transmits a heartbeat signal to the CPU (A) 11 (the normal processing program of the CPU (A) 11). When the CPU (A) 11 receives the heartbeat signal from the CPU (B) 12, it transmits an Ack (ACKnowledgement) signal to the CPU (B) 12.

CPU(B)12は、CPU(A)11とこれらの信号をやり取りすることで、CPU(A)11が通常処理用プログラム31を実行しているときの動作を監視する。CPU(A)11からAck信号を受信した場合(応答が有る場合)には、CPU(A)11が正常に動作していると判断する。また、たとえばCPU(A)11は通常処理用プログラムの異常(バグ)によって暴走状態になると、Ack信号をCPU(B)12に送信できなくなる。CPU(B)12は、CPU(A)11からAck信号を受信しない場合(CPU(A)11から応答が無い場合)に、CPU(A)11の動作に異常が発生したことを検知する。   The CPU (B) 12 exchanges these signals with the CPU (A) 11 to monitor the operation when the CPU (A) 11 is executing the normal processing program 31. When the Ack signal is received from the CPU (A) 11 (when there is a response), it is determined that the CPU (A) 11 is operating normally. Further, for example, if the CPU (A) 11 is in a runaway state due to an abnormality (bug) in the normal processing program, the Ack signal cannot be transmitted to the CPU (B) 12. When the CPU (B) 12 does not receive the Ack signal from the CPU (A) 11 (when there is no response from the CPU (A) 11), it detects that an abnormality has occurred in the operation of the CPU (A) 11.

CPU(A)11の動作の異常を検知したときに、処理未完了のデータが存在する場合には、CPU(B)12は起動プログラムの読み込み先をデータ救出用プログラム32に変更し、CPU(A)11を再起動させる。この起動プログラムの切り替え(再起動後のCPU(A)11に実行させるプログラムの設定)は、起動後に実行するプログラムの格納先を示す情報(ベクター)をCPU(B)12が書き換えることによって行う。   If an unprocessed data exists when an abnormal operation of the CPU (A) 11 is detected, the CPU (B) 12 changes the read destination of the activation program to the data rescue program 32, and the CPU ( A) Restart 11. The switching of the activation program (setting of the program to be executed by the CPU (A) 11 after the restart) is performed by the CPU (B) 12 rewriting information (vector) indicating the storage destination of the program executed after the activation.

CPU(A)11は、CPU(B)12によって再起動されると、データ救出用プログラム32を実行し、処理未完了のデータを救出する動作を行う。この動作は、CPU(A)11が処理未完了のデータを他の複合機10に送信するものである。詳細には、CPU(A)11が処理未完了のデータを他の複合機10に送信し、その複合機10にそのデータの代替処理を実行してもらうものである。   When the CPU (A) 11 is restarted by the CPU (B) 12, the CPU (A) 11 executes the data rescue program 32 and performs an operation of rescuing unprocessed data. In this operation, the CPU (A) 11 transmits unfinished data to the other multifunction device 10. More specifically, the CPU (A) 11 transmits unprocessed data to another multifunction device 10 and asks the multifunction device 10 to execute substitution processing of the data.

図3は、他の複合機10に代替処理を実行してもらうためのデータ(ジョブデータ)の構造を示す図である。   FIG. 3 is a diagram illustrating a structure of data (job data) for requesting another multifunction device 10 to execute a substitute process.

複合機10のCPU(A)11は、コピー、スキャン、プリント、ファクシミリの各機能によるジョブを処理する。このジョブを処理する際に、ジョブとは別に、自己の異常発生に対処するための救出用のジョブデータ、すなわち、他の複合機10に処理未完了のジョブの代替処理を行ってもらうためのジョブデータを作成して保存しておく。本実施形態では、複合機10は実際に処理するジョブと、ジョブに対応する救出用のジョブデータとを装置内部で個別に管理する。CPU(A)11は、通常処理用プログラム31を実行して動作しているときに異常が発生し、データ救出用プログラム32に切り替えられると、処理未完了のジョブに対応するジョブデータを他の複合機10に送信して代替処理を行ってもらう。   The CPU (A) 11 of the multi-function device 10 processes a job by each function of copy, scan, print, and facsimile. When processing this job, in addition to the job, rescue job data for coping with the occurrence of its own abnormality, that is, for causing another multifunction device 10 to perform substitution processing for an uncompleted job Create and save job data. In the present embodiment, the multifunction machine 10 individually manages the job to be actually processed and the job data for rescue corresponding to the job inside the apparatus. When an abnormality occurs when the CPU (A) 11 is operating by executing the normal processing program 31, and the CPU (A) 11 is switched to the data rescue program 32, the job data corresponding to the unfinished job is transferred to another job data. It is sent to the multifunction machine 10 for substitution processing.

図3では、プリントジョブ(またはコピージョブ)におけるジョブデータ41と、ファクシミリ(FAX)送信ジョブにおけるジョブデータ42を例示している。ジョブデータ(41、42)は、ジョブ情報(41a、42a)と、出力処理の対象となる画像(41b、42b)とを含んで構成されている。ジョブ情報は、ジョブデータのヘッダ部に含まれており、ジョブ種と詳細な処理条件(出力条件)を示す情報が記述されている。なお、ファクシミリ受信ジョブやスキャンジョブにおけるジョブデータも同様のデータ構造である。   FIG. 3 illustrates job data 41 in a print job (or copy job) and job data 42 in a facsimile (FAX) transmission job. The job data (41, 42) includes job information (41a, 42a) and an image (41b, 42b) that is a target of output processing. The job information is included in the header portion of the job data, and describes information indicating the job type and detailed processing conditions (output conditions). The job data in the facsimile reception job and the scan job has the same data structure.

このジョブデータを受信した複合機10は、ジョブデータのヘッダ部に含まれているジョブ情報に基づいてジョブを作成し、通常に処理を行うジョブと同様に処理(代替処理)を行う。   Upon receiving this job data, the multifunction machine 10 creates a job based on the job information included in the header portion of the job data, and performs processing (alternative processing) in the same manner as a job that performs normal processing.

処理未完了のジョブデータの送信先となる他の複合機10は、予め設定しておくようにしてもよく、ネットワークに接続されている他の複合機10の中から検索して決定するようにしてもよい。予め設定する場合は、たとえば該当する他の複合機10のIP(Internet Protocol)アドレスなどを入力し、不揮発メモリ15に保存しておく。   Other multifunction devices 10 that are the destinations of unprocessed job data may be set in advance, or may be determined by searching from other multifunction devices 10 connected to the network. May be. In the case of setting in advance, for example, an IP (Internet Protocol) address of the corresponding other MFP 10 is input and stored in the nonvolatile memory 15.

図4は、ジョブデータの送信先となる他の複合機10を検索して決定する場合の一例を示す図である。   FIG. 4 is a diagram illustrating an example of searching and determining another multifunction device 10 that is a transmission destination of job data.

ここでは、複合機10がネットワークに接続されている他の複合機10を検索するために、その検索要求(Discovery要求)をネットワーク上にブロードキャスト送信する場合を例に説明する。たとえば、図4に示すネットワーク2に接続されている複合機A(10a)がジョブデータの送信先となる他の複合機を検索する場合には、複合機Aは、自機のIPアドレスを含むDiscoveryパケットをネットワーク2にブロードキャスト送信する。Discoveryパケットを受信した他の複合機は、送信元の複合機Aに自機のIPアドレスを返信するように構成しておく。複合機Aは、ブロードキャスト送信したDiscoveryパケットに対し返信(応答)してきた他の複合機、もしくは、最初に返信してきた他の複合機を、ジョブデータの送信先に決定する。この場合は、ジョブデータの送信先に決定した他の複合機から受信したIPアドレスを不揮発メモリ15に保存する。   Here, a case will be described as an example where the MFP 10 broadcasts a search request (Discovery request) on the network in order to search for another MFP 10 connected to the network. For example, when the multifunction device A (10a) connected to the network 2 shown in FIG. 4 searches for another multifunction device to which the job data is to be transmitted, the multifunction device A includes its own IP address. Broadcast the Discovery packet to the network 2. Other multifunction devices that have received the Discovery packet are configured to return their own IP addresses to the multifunction device A that is the transmission source. The multi-function device A determines another multi-function device that has returned (responded) to the Discovery packet that has been broadcasted or the first multi-function device that has replied to it as the job data transmission destination. In this case, the IP address received from another multifunction device determined as the transmission destination of the job data is stored in the nonvolatile memory 15.

なお、図4ではネットワーク2に3台の複合機A(10a)、複合機B(10b)、複合機C(10c)が接続されており、複合機Bが電源オンで複合機Cが電源オフの状態を示している。この場合は、複合機AはDiscoveryパケットをネットワーク2にブロードキャスト送信すると、複合機Bから返信を受け、この複合機Bをジョブデータの送信先に決定する。   In FIG. 4, three multifunction devices A (10a), B (10b), and C (10c) are connected to the network 2, and the multifunction device B is powered on and the multifunction device C is powered off. Shows the state. In this case, when the MFP A broadcasts the Discovery packet to the network 2, the MFP A receives a reply from the MFP B and determines the MFP B as a job data transmission destination.

上記の検索および決定は、CPU(A)11およびCPU(B)12のいずれが行うようにしてもよい。CPU(A)11が行う場合には、通常処理用プログラムの実行による通常動作時(正常動作時)もしくはデータ救出用プログラムの実行によるデータ救出動作の開始時などに行う。CPU(B)12が行う場合には、CPU(A)11の動作が正常であるときに行うようにしてもよく、CPU(A)11の動作の異常を検知したときに行うようにしてもよい。   The search and determination described above may be performed by either the CPU (A) 11 or the CPU (B) 12. When the CPU (A) 11 performs, it is performed at the normal operation (normal operation) by executing the normal processing program or at the start of the data rescue operation by executing the data rescue program. When the CPU (B) 12 performs, it may be performed when the operation of the CPU (A) 11 is normal, or may be performed when an abnormality in the operation of the CPU (A) 11 is detected. Good.

また、ジョブデータの送信先は、ネットワーク上にブロードキャスト送信したDiscoveryパケットに対し、返信してきた電源オン状態(かつ正常動作状態)の他の複合機に決定する場合に限らない。他の条件、たとえば処理対象のジョブデータに対する処理機能を備えていることなどの条件も加味して決定するようにしてもよい。   Further, the job data transmission destination is not limited to the case where it is determined to be another multifunction device in the power-on state (and the normal operation state) that has returned the Discovery packet broadcast-transmitted on the network. The determination may be made in consideration of other conditions, for example, a condition that a processing function for job data to be processed is provided.

たとえば、ファクシミリ送信ジョブにおけるジョブデータの送信先を検索して決定する場合には、ファクシミリ機能が必須であることを示す条件情報を付加したDiscoveryパケットをネットワーク上にブロードキャスト送信し、返信してきた電源オンかつ正常動作状態かつファクシミリ機能を有する他の複合機に決定するようにしてもよい。また、ジョブデータのヘッダ部に含まれているジョブ情報(ジョブ種と詳細な処理条件(出力条件)を示す情報)を付加したDiscoveryパケットをネットワーク上にブロードキャスト送信し、返信してきた電源オンかつ正常動作状態かつそのジョブ情報に基づく出力処理を可能な他の複合機に決定するようにしてもよい。   For example, when searching for and determining the job data transmission destination in a facsimile transmission job, a Discovery packet to which condition information indicating that the facsimile function is essential is broadcasted to the network, and the returned power-on is returned. Further, it may be determined to be another multifunction device having a normal operation state and a facsimile function. Also, a discovery packet with job information (information indicating the job type and detailed processing conditions (output conditions)) included in the header part of the job data is broadcast on the network, and the power is returned and returned normally. It is also possible to determine another multifunction device capable of output processing based on the operation state and the job information.

次に、複合機10の動作について説明する。   Next, the operation of the multifunction machine 10 will be described.

ここでは、複合機10が端末装置から受信した印刷ジョブを処理する場合の動作を例に説明する。   Here, an operation when the multifunction device 10 processes a print job received from a terminal device will be described as an example.

図5は、複数台の複合機10と端末装置50がネットワーク2に接続されたシステム構成の一例と、ジョブデータ(印刷ジョブ)を救出する際の各装置のやり取りの概略を示す図である。図5では、複合機10a(複合機A)が端末装置50から受信した印刷ジョブを処理する過程で、CPU(A)11の動作に異常が発生し、その印刷ジョブに対応するジョブデータを複合機10b(複合機B)に送信して代替処理を実行してもらう場合を示している。図5を参照し、ジョブデータ(印刷ジョブ)を救出する際のシステム全体の動作の概要を説明する。   FIG. 5 is a diagram showing an example of a system configuration in which a plurality of multifunction peripherals 10 and terminal devices 50 are connected to the network 2, and an outline of exchanges between the devices when job data (print job) is rescued. In FIG. 5, in the process of processing a print job received from the terminal device 50 by the multifunction device 10a (multifunction device A), an abnormality occurs in the operation of the CPU (A) 11, and the job data corresponding to the print job is combined. A case is shown in which an alternative process is executed by being transmitted to the machine 10b (multifunction machine B). With reference to FIG. 5, an outline of the operation of the entire system when job data (print job) is rescued will be described.

複合機10aでは、CPU(A)11が複合機10aの起動を完了すると、通常処理用プログラムを実行して複合機10aの動作を制御する(P1)。CPU(B)12は、周期的にハートビート信号をCPU(A)11に送信し、CPU(A)11からAck信号を受信することで、CPU(A)11が通常処理用プログラムを実行しているときの動作を監視する。   In the multifunction machine 10a, when the CPU (A) 11 completes the activation of the multifunction machine 10a, the normal processing program is executed to control the operation of the multifunction machine 10a (P1). The CPU (B) 12 periodically transmits a heartbeat signal to the CPU (A) 11 and receives an Ack signal from the CPU (A) 11, whereby the CPU (A) 11 executes the normal processing program. Monitor the behavior when you are.

端末装置50は、ユーザによってプリント(印刷)の対象となる画像(ドキュメント)が選択され、プリントの依頼先として複合機10aが指定され、プリントに関する各種の設定項目(出力条件)の設定を受け付け、プリントの指示を受けると、選択された画像と設定された出力条件を含む印刷ジョブを作成し、ネットワーク2を通じて複合機10aに送信する。複合機10aが端末装置50から印刷ジョブを受信すると(P2)、CPU(A)11は受信した印刷ジョブをRAM14に保存する。この印刷ジョブからジョブデータ(図3参照)を作成し、作成したジョブデータを印刷ジョブに関連付けてハードディスク装置16に保存する。この印刷ジョブのジョブID(Identification)をジョブ管理テーブルに登録し、登録順に印刷ジョブを処理する。CPU(B)12は、ジョブ処理中もCPU(A)11の動作を監視する。   The terminal device 50 selects an image (document) to be printed (printed) by the user, designates the multifunction peripheral 10a as a print request destination, accepts settings of various setting items (output conditions) related to printing, When a print instruction is received, a print job including the selected image and the set output condition is created and transmitted to the multifunction peripheral 10a through the network 2. When the MFP 10a receives a print job from the terminal device 50 (P2), the CPU (A) 11 stores the received print job in the RAM. Job data (see FIG. 3) is created from the print job, and the created job data is stored in the hard disk device 16 in association with the print job. The job ID (Identification) of this print job is registered in the job management table, and the print jobs are processed in the registration order. The CPU (B) 12 monitors the operation of the CPU (A) 11 even during job processing.

CPU(A)11は、印刷ジョブの処理を完了すると、その印刷ジョブのジョブIDをジョブ管理テーブルから削除すると共にRAM14に保存していたその印刷ジョブを削除し、この印刷ジョブに関連付けられているジョブデータをハードディスク装置16から削除する。   When the processing of the print job is completed, the CPU (A) 11 deletes the job ID of the print job from the job management table and deletes the print job stored in the RAM 14 and is associated with the print job. The job data is deleted from the hard disk device 16.

ジョブ処理中にCPU(A)11の動作に異常が発生し(P4)、CPU(B)12はCPU(A)11からの応答(Ack信号の受信)が途絶えると、CPU(A)11の動作に異常が発生したことを検知する(P5)。CPU(B)12は、ネットワーク通信部20からネットワーク2を通じて複合機10bにエラー通知を送信する(P6)。   When an abnormality occurs in the operation of the CPU (A) 11 during job processing (P4), and the CPU (B) 12 stops receiving a response (reception of the Ack signal) from the CPU (A) 11, the CPU (A) 11 It is detected that an abnormality has occurred in the operation (P5). The CPU (B) 12 transmits an error notification from the network communication unit 20 to the multi function device 10b through the network 2 (P6).

複合機10bが複合機10aからエラー通知を受信すると、複合機10bのCPU(A)11はネットワーク2を通じて複合機10aに起動プログラム変更要求を送信する(P7)。   When the multifunction machine 10b receives an error notification from the multifunction machine 10a, the CPU (A) 11 of the multifunction machine 10b transmits a startup program change request to the multifunction machine 10a through the network 2 (P7).

複合機10aが複合機10bから起動プログラム変更要求を受信すると、複合機10aのCPU(B)12は、起動プログラムの読み込み先をデータ救出用プログラムに変更し、CPU(A)11を再起動させる(P8)。CPU(A)11は、CPU(B)12によって再起動されると、データ救出用プログラムを実行し(P9)、ハードディスク装置16に保存されているジョブデータ(処理未完了のジョブデータ)を読み出して複合機10bに送信し(P10)、送信後にそのジョブデータをハードディスク装置16から削除する。   When the multifunction device 10a receives the activation program change request from the multifunction device 10b, the CPU (B) 12 of the multifunction device 10a changes the reading destination of the activation program to the data rescue program and restarts the CPU (A) 11. (P8). When the CPU (B) 12 is restarted, the CPU (A) 11 executes the data rescue program (P9), and reads the job data (unprocessed job data) stored in the hard disk device 16 Is transmitted to the multifunction machine 10b (P10), and the job data is deleted from the hard disk device 16 after transmission.

複合機10bが複合機10aからジョブデータを受信すると、複合機10bのCPU(A)11は受信したジョブデータをハードディスク装置16に保存する。このジョブデータから印刷ジョブを作成してRAM14に保存し、ジョブデータと印刷ジョブを関連付ける。この印刷ジョブのジョブIDをジョブ管理テーブルに登録し、印刷ジョブを処理する(P11(代替処理))。   When the multifunction device 10b receives job data from the multifunction device 10a, the CPU (A) 11 of the multifunction device 10b stores the received job data in the hard disk device 16. A print job is created from the job data and stored in the RAM 14 to associate the job data with the print job. The job ID of this print job is registered in the job management table, and the print job is processed (P11 (alternative processing)).

複合機10bのCPU(A)11は、印刷ジョブの処理を完了すると、その印刷ジョブのジョブIDをジョブ管理テーブルから削除すると共にRAM14に保存していたその印刷ジョブを削除し、この印刷ジョブに関連付けられているジョブデータをハードディスク装置16から削除する。   When the processing of the print job is completed, the CPU (A) 11 of the multifunction machine 10b deletes the job ID of the print job from the job management table and deletes the print job stored in the RAM 14 and adds the print job to this print job. The associated job data is deleted from the hard disk device 16.

図6〜図9は、複合機10におけるCPU(A)11とCPU(B)12の動作を示す流れ図である。詳細には、図6は、CPU(A)11によるジョブ(印刷ジョブ)の受信と処理の動作を示す流れ図である。図7は、図6におけるジョブ処理のサブルーチンの動作を示す流れ図である。図8は、CPU(B)12による動作を示す流れ図である。図9は、CPU(A)11による再起動後(データ救出用プログラム実行時)のジョブデータ送信動作を示す流れ図である。図6〜図9を参照し、複合機10の動作を詳細に説明する。   6 to 9 are flowcharts showing operations of the CPU (A) 11 and the CPU (B) 12 in the multifunction machine 10. Specifically, FIG. 6 is a flowchart showing the operation of receiving (processing) a job (print job) and processing by the CPU (A) 11. FIG. 7 is a flowchart showing the operation of the job processing subroutine in FIG. FIG. 8 is a flowchart showing the operation of the CPU (B) 12. FIG. 9 is a flowchart showing the job data transmission operation after the restart by the CPU (A) 11 (when the data rescue program is executed). The operation of the multifunction machine 10 will be described in detail with reference to FIGS.

図6に示すように、複合機10のCPU(A)11は、CPU(B)12からハートビート信号を受信しない場合は(ステップS101;No)、CPU(B)12に対して応答せず、CPU(B)12からハートビート信号を受信した場合は(ステップS101;Yes)、CPU(B)12にAck信号を送信する(ステップS102)。   As shown in FIG. 6, when the CPU (A) 11 of the multifunction machine 10 does not receive a heartbeat signal from the CPU (B) 12 (step S101; No), it does not respond to the CPU (B) 12. When a heartbeat signal is received from the CPU (B) 12 (step S101; Yes), an Ack signal is transmitted to the CPU (B) 12 (step S102).

端末装置から印刷ジョブを受信せず(ステップS103;No)、他の複合機10からエラー通知を受信しなければ(ステップS104;No)、ステップS101へ戻り、ステップS101〜ステップS104を繰り返す。端末装置から印刷ジョブを受信した場合は(ステップS103;Yes)、ジョブ処理を行う(ステップS107)。他の複合機10からエラー通知を受信した場合は(ステップS104;Yes)、エラー通知の送信先の複合機10に起動プログラム変更要求を送信する(ステップS105)。その複合機10からジョブデータを受信すると(ステップS106)、ジョブ処理を行う(ステップS108(代替処理))。   If no print job is received from the terminal device (step S103; No) and no error notification is received from another multifunction device 10 (step S104; No), the process returns to step S101, and steps S101 to S104 are repeated. When a print job is received from the terminal device (step S103; Yes), job processing is performed (step S107). When an error notification is received from another multifunction device 10 (step S104; Yes), a startup program change request is transmitted to the multifunction device 10 that is the transmission destination of the error notification (step S105). When job data is received from the multifunction device 10 (step S106), job processing is performed (step S108 (alternative processing)).

なお、ステップS105〜ステップS108までの間では、CPU(B)12からのハートビート信号の受信と、CPU(B)12へのAck信号の送信のステップの記載を省略している。このステップS105〜ステップS108までの間も、ステップS101およびステップS102と同様のステップにより、CPU(A)11はCPU(B)12からハートビート信号を受信した場合は、CPU(B)12にAck信号を送信する。   In addition, between step S105 and step S108, description of the step of receiving the heartbeat signal from the CPU (B) 12 and transmitting the Ack signal to the CPU (B) 12 is omitted. Also during steps S105 to S108, when CPU (A) 11 receives a heartbeat signal from CPU (B) 12 through steps similar to steps S101 and S102, CPU (B) 12 receives Ack. Send a signal.

図7に示すジョブ処理では、受信したのが印刷ジョブであれば(ステップS201;ジョブ)、CPU(A)11は受信した印刷ジョブをRAM14に保存する。この印刷ジョブからジョブデータを作成し、作成したジョブデータを印刷ジョブに関連付けてハードディスク装置16に保存する(ステップS202)。この印刷ジョブのジョブIDをジョブ管理テーブルに登録し(ステップS205)、登録順に印刷ジョブを実行する(ステップS206)。   In the job processing shown in FIG. 7, if the received print job is a print job (step S <b> 201; job), the CPU (A) 11 stores the received print job in the RAM 14. Job data is created from the print job, and the created job data is stored in the hard disk device 16 in association with the print job (step S202). The job ID of this print job is registered in the job management table (step S205), and the print jobs are executed in the registration order (step S206).

また、受信したのがジョブデータであれば(ステップS201;ジョブデータ)、CPU(A)11は受信したジョブデータをハードディスク装置16に保存する(ステップS203)。このジョブデータから印刷ジョブを作成してRAM14に保存し(ステップS204)、ジョブデータと印刷ジョブを関連付ける。この印刷ジョブのジョブIDをジョブ管理テーブルに登録し(ステップS205)、登録順に印刷ジョブを実行する(ステップS206)。   If the received job data is the job data (step S201; job data), the CPU (A) 11 stores the received job data in the hard disk device 16 (step S203). A print job is created from the job data and stored in the RAM 14 (step S204), and the job data and the print job are associated with each other. The job ID of this print job is registered in the job management table (step S205), and the print jobs are executed in the registration order (step S206).

CPU(A)11は、印刷ジョブの実行中にCPU(B)12からハートビート信号を受信しない場合は(ステップS207;No)、CPU(B)12に対して応答せず、CPU(B)12からハートビート信号を受信した場合は(ステップS207;Yes)、CPU(B)12にAck信号を送信する(ステップS208)。印刷ジョブの実行中に(ステップS209;No)、端末装置から印刷ジョブを受信せず(ステップS212;No)、他の複合機10からエラー通知を受信しなければ(ステップS213;No)、ステップS207へ戻り、ステップS207〜ステップS209;No〜ステップS213を繰り返す。   If the CPU (A) 11 does not receive a heartbeat signal from the CPU (B) 12 during execution of the print job (step S207; No), the CPU (B) does not respond to the CPU (B) 12. When a heartbeat signal is received from 12 (step S207; Yes), an Ack signal is transmitted to the CPU (B) 12 (step S208). If a print job is not received from the terminal device (step S212; No) and no error notification is received from another multifunction device 10 (step S213; No) during execution of the print job (step S209; No), step Returning to S207, Steps S207 to S209; No to Step S213 are repeated.

印刷ジョブの実行中に(ステップS209;No)、端末装置から印刷ジョブを受信した場合は(ステップS212;Yes)、CPU(A)11は受信した印刷ジョブをRAM14に保存する。この印刷ジョブからジョブデータを作成し、作成したジョブデータを印刷ジョブに関連付けてハードディスク装置16に保存する(ステップS202)。この印刷ジョブのジョブIDをジョブ管理テーブルに登録し(ステップS205)、実行中の印刷ジョブを継続実行する(ステップS206)。   If a print job is received from the terminal device during execution of the print job (step S209; No) (step S212; Yes), the CPU (A) 11 stores the received print job in the RAM 14. Job data is created from the print job, and the created job data is stored in the hard disk device 16 in association with the print job (step S202). The job ID of this print job is registered in the job management table (step S205), and the print job being executed is continuously executed (step S206).

印刷ジョブの実行中に(ステップS209;No)、他の複合機10からエラー通知を受信した場合は(ステップS212;No〜ステップS213;Yes)、CPU(A)11はエラー通知の送信先の複合機10に起動プログラム変更要求を送信し(ステップS214)、その複合機10からジョブデータを受信すると(ステップS215)、受信したジョブデータをハードディスク装置16に保存する(ステップS203)。このジョブデータから印刷ジョブを作成してRAM14に保存し(ステップS204)、ジョブデータと印刷ジョブを関連付ける。この印刷ジョブのジョブIDをジョブ管理テーブルに登録し(ステップS205)、実行中の印刷ジョブを継続実行する(ステップS206)。   If an error notification is received from another multifunction device 10 during execution of the print job (step S209; No) (step S212; No to step S213; Yes), the CPU (A) 11 is the destination of the error notification. When the activation program change request is transmitted to the multifunction device 10 (step S214) and job data is received from the multifunction device 10 (step S215), the received job data is stored in the hard disk device 16 (step S203). A print job is created from the job data and stored in the RAM 14 (step S204), and the job data and the print job are associated with each other. The job ID of this print job is registered in the job management table (step S205), and the print job being executed is continuously executed (step S206).

CPU(A)11は、印刷ジョブを実行完了すると(ステップS209;Yes)、その印刷ジョブのジョブIDをジョブ管理テーブルから削除すると共にRAM14に保存していたその印刷ジョブを削除し、この印刷ジョブに関連付けられているジョブデータをハードディスク装置16から削除する(ステップS210)。ジョブ管理テーブルに次の印刷ジョブのジョブIDが登録されている場合には(ステップS211;Yes)、CPU(A)11はそのジョブIDに対応する印刷ジョブを実行する(ステップS206)。次の印刷ジョブがない場合には(ステップS211;No)、図6へ戻り(Return)、ステップS101以降を行う。   When the CPU (A) 11 completes the execution of the print job (step S209; Yes), it deletes the job ID of the print job from the job management table and deletes the print job stored in the RAM 14, and this print job. Is deleted from the hard disk device 16 (step S210). When the job ID of the next print job is registered in the job management table (step S211; Yes), the CPU (A) 11 executes the print job corresponding to the job ID (step S206). If there is no next print job (step S211: No), the process returns to FIG. 6 (Return), and step S101 and subsequent steps are performed.

なお、図7ではジョブの実行中に、CPU(B)12からのハートビート信号の受信と(ステップS207)、CPU(B)12へのAck信号の送信(ステップS208)を行うように記載しているが、これらのステップはジョブの実行中以外も行う。すなわち、図7に示す動作中は、ステップS207およびステップS208と同様のステップにより、CPU(A)11はCPU(B)12からハートビート信号を受信した場合は、CPU(B)12にAck信号を送信する。   In FIG. 7, during the execution of the job, the heartbeat signal is received from the CPU (B) 12 (step S207) and the Ack signal is transmitted to the CPU (B) 12 (step S208). However, these steps are performed even when the job is not being executed. That is, during the operation shown in FIG. 7, if the CPU (A) 11 receives a heartbeat signal from the CPU (B) 12 by the same steps as Step S207 and Step S208, the Ack signal is sent to the CPU (B) 12. Send.

図8に示すように、複合機10のCPU(B)12は、CPU(A)11にハートビート信号を送信する(ステップS301)。CPU(A)11からAck信号を所定の許容時間内に受信した場合は(ステップS302;Yes)、CPU(B)12はCPU(A)11が正常に動作していると判断する。以降も同様に、CPU(B)12はCPU(A)11へのハートビート信号の送信を周期的に行う(ステップS301〜ステップS302;Yes)。   As shown in FIG. 8, the CPU (B) 12 of the multifunction machine 10 transmits a heartbeat signal to the CPU (A) 11 (step S301). When the Ack signal is received from the CPU (A) 11 within a predetermined allowable time (step S302; Yes), the CPU (B) 12 determines that the CPU (A) 11 is operating normally. Similarly thereafter, the CPU (B) 12 periodically transmits a heartbeat signal to the CPU (A) 11 (step S301 to step S302; Yes).

CPU(A)11からAck信号を所定の許容時間内に受信しない場合は(ステップS302;No)、CPU(A)11の動作に異常が発生したことを検知し、ハードディスク装置16にジョブデータ(処理未完了のジョブデータ)が保存されているか否かを確認する(ステップS303)。   When the Ack signal is not received from the CPU (A) 11 within a predetermined allowable time (step S302; No), it is detected that an abnormality has occurred in the operation of the CPU (A) 11, and the hard disk device 16 receives job data ( Whether or not unprocessed job data) is stored is checked (step S303).

ハードディスク装置16にジョブデータが保存されていない場合は(ステップS303;No)、動作を終了する(End)。この場合は、たとえばCPU(A)11が通常処理用プログラムの異常によって暴走状態などになり、ユーザは複合機10の電源をオフにするなどの対応を取る。   If no job data is stored in the hard disk device 16 (step S303; No), the operation is terminated (End). In this case, for example, the CPU (A) 11 becomes in a runaway state due to an abnormality in the normal processing program, and the user takes measures such as turning off the power of the multifunction machine 10.

ハードディスク装置16にジョブデータが保存されている場合は(ステップS303;Yes)、CPU(B)12は他の複合機10にエラー通知を送信し(ステップS304)、その複合機10から起動プログラム変更要求を受信するか否かを監視する(ステップS305;No)。   When the job data is stored in the hard disk device 16 (step S303; Yes), the CPU (B) 12 transmits an error notification to the other multifunction device 10 (step S304), and the activation program is changed from the multifunction device 10. It is monitored whether or not the request is received (step S305; No).

エラー通知の送信先となる他の複合機10から起動プログラム変更要求を受信すると(ステップS305;Yes)、CPU(B)12は起動プログラムの読み込み先をデータ救出用プログラムに変更し(ステップS306)、CPU(A)11を再起動させる(ステップS307/End)。   When the activation program change request is received from the other MFP 10 that is the transmission destination of the error notification (step S305; Yes), the CPU (B) 12 changes the activation program reading destination to the data rescue program (step S306). The CPU (A) 11 is restarted (step S307 / End).

図9に示すように、複合機10のCPU(A)11は、CPU(B)12によって再起動されると、データ救出用プログラムを実行し、ハードディスク装置16に保存されているジョブデータ(処理未完了のジョブデータ)を読み出して他の複合機10に送信し、送信後にそのジョブデータをハードディスク装置16から削除する(ステップS401/End)。   As shown in FIG. 9, when the CPU (A) 11 of the multifunction machine 10 is restarted by the CPU (B) 12, it executes the data rescue program and stores the job data (processing) stored in the hard disk device 16. (Uncompleted job data) is read out and transmitted to the other MFP 10, and after the transmission, the job data is deleted from the hard disk device 16 (step S401 / End).

なお、ここでは複合機10が端末装置から受信する印刷ジョブ(プリントジョブ)を例に説明したが、印刷を伴うコピージョブやファクシミリ受信ジョブなども同様に救出することができる。さらには、ファクシミリ送信ジョブやスキャンジョブなども同様に救出することができる。   Here, a print job (print job) received by the multifunction device 10 from the terminal device has been described as an example. However, a copy job accompanied by printing, a facsimile reception job, and the like can be rescued as well. Furthermore, facsimile transmission jobs, scan jobs, etc. can be rescued in the same manner.

コピージョブの場合は、ユーザから受けたコピーに関する設定(出力条件)とスキャナ部22で読み取った原稿の画像データとに基づきジョブデータを作成してハードディスク装置16に保存し、当該コピージョブの印刷処理を完了する前にCPU(A)11の動作に異常が発生した場合に、ハードディスク装置16からジョブデータを読み出して他の複合機10に送信し代替の印刷処理を実行してもらうことができる。ファクシミリ受信ジョブの場合は、ファクシミリ受信した画像データに基づきジョブデータを作成してハードディスク装置16に保存し、当該ファクシミリ受信ジョブの印刷処理を完了する前にCPU(A)11の動作に異常が発生した場合に、ハードディスク装置16からジョブデータを読み出して他の複合機10に送信し代替の印刷処理を実行してもらうことができる。   In the case of a copy job, job data is created based on the settings (output conditions) relating to the copy received from the user and the image data of the original read by the scanner unit 22 and stored in the hard disk device 16, and the copy job is printed. If an abnormality occurs in the operation of the CPU (A) 11 before the process is completed, the job data can be read from the hard disk device 16 and transmitted to the other multifunction device 10 to execute an alternative printing process. In the case of a facsimile reception job, job data is created based on the image data received by the facsimile, stored in the hard disk device 16, and an abnormality occurs in the operation of the CPU (A) 11 before completing the printing process of the facsimile reception job. In this case, the job data can be read from the hard disk device 16 and transmitted to the other multifunction device 10 to execute an alternative printing process.

ファクシミリ送信ジョブの場合は、ユーザから受けたファクシミリ送信に関する設定(出力条件)とスキャナ部22で読み取ったファクシミリ送信用の原稿の画像データとに基づきジョブデータを作成してハードディスク装置16に保存し、当該ファクシミリ送信ジョブの送信処理を完了する前にCPU(A)11の動作に異常が発生した場合に、ハードディスク装置16からジョブデータを読み出して他の複合機10に送信し代替の送信処理を実行してもらうことができる。スキャンジョブの場合は、ユーザから受けたスキャンに関する設定(端末装置やサーバなどへの送信を含む出力条件)とスキャナ部22で読み取ったスキャン用の原稿の画像データとに基づきジョブデータを作成してハードディスク装置16に保存し、当該スキャンジョブの送信処理を完了する前にCPU(A)11の動作に異常が発生した場合に、ハードディスク装置16からジョブデータを読み出して他の複合機10に送信し代替の送信処理を実行してもらうことができる。   In the case of a facsimile transmission job, job data is created based on settings (output conditions) relating to facsimile transmission received from the user and image data of the facsimile transmission original read by the scanner unit 22 and stored in the hard disk device 16. When an abnormality occurs in the operation of the CPU (A) 11 before completing the transmission process of the facsimile transmission job, the job data is read from the hard disk device 16 and transmitted to the other multifunction device 10 to execute an alternative transmission process. I can have you. In the case of a scan job, job data is created based on scan-related settings received from the user (output conditions including transmission to a terminal device, server, etc.) and image data of a scan document read by the scanner unit 22. When an abnormality occurs in the operation of the CPU (A) 11 before being stored in the hard disk device 16 and completing the transmission processing of the scan job, the job data is read from the hard disk device 16 and transmitted to another multifunction device 10. An alternative transmission process can be executed.

このように、本実施形態に係る複合機10は、当該複合機10の動作を制御するCPU(A)11の動作に異常が発生して処理未完了となったジョブデータを他の複合機10に送信することができる。すなわち、メインCPUであるCPU(A)11の動作に異常が発生しても、サブCPUであるCPU(B)12がデータ救出用プログラムを再起動後のCPU(A)11が実行するように設定し、CPU(A)11を再起動させることで、CPU(A)11が再起動後にデータ救出用プログラムを実行し、処理未完了のジョブデータを他の複合機10に送信して代替処理を依頼するといった自己対処(データの救出)が可能となる。   As described above, the MFP 10 according to the present embodiment transfers job data that has not been processed due to an abnormality in the operation of the CPU (A) 11 that controls the operation of the MFP 10 to the other MFP 10. Can be sent to. That is, even if an abnormality occurs in the operation of the CPU (A) 11 as the main CPU, the CPU (A) 11 after the restart of the data rescue program is executed by the CPU (B) 12 as the sub CPU. By setting and restarting the CPU (A) 11, the CPU (A) 11 executes the data rescue program after the restart, and transmits unprocessed job data to the other multifunction device 10 to perform the alternative process. Self-responsibility (rescue of data) such as requesting is possible.

また本実施形態では、CPU(B)12はCPU(A)11が通常処理用プログラムを実行しているときの動作を監視し、CPU(A)11の動作の異常を検知する。CPU(A)11がデータ救出用プログラムを実行しているときの動作は監視していない(図9参照)。これにより、たとえばCPU(B)12がCPU(A)11によるデータ救出用プログラムの実行時の動作も監視する場合に比べて、CPU(A)11、CPU(B)12の処理負担を軽減することができる。   In this embodiment, the CPU (B) 12 monitors the operation when the CPU (A) 11 is executing the normal processing program, and detects an abnormal operation of the CPU (A) 11. The operation when the CPU (A) 11 is executing the data rescue program is not monitored (see FIG. 9). Thereby, for example, the processing load on the CPU (A) 11 and the CPU (B) 12 is reduced as compared with the case where the CPU (B) 12 also monitors the operation of the data rescue program by the CPU (A) 11. be able to.

また、処理未完了のジョブデータの送信先となる他の複合機10を検索して決定する場合には、代替処理を実行可能な他の複合機10に処理未完了のジョブデータを送信することができる。   In addition, when searching for and determining another multifunction device 10 that is a destination of transmission of unfinished job data, the unfinished job data is transmitted to another multifunction device 10 capable of executing alternative processing. Can do.

以上、本発明の実施形態を図面によって説明してきたが、具体的な構成は実施形態に示したものに限られるものではなく、本発明の要旨を逸脱しない範囲における変更や追加があっても本発明に含まれる。   The embodiment of the present invention has been described with reference to the drawings. However, the specific configuration is not limited to that shown in the embodiment, and the present invention can be changed or added without departing from the scope of the present invention. Included in the invention.

たとえば、CPU(B)12が行うCPU(A)11の動作の監視は、実施形態で説明したハートビート信号とAck信号のやり取りによる監視に限らない。CPU(A)11がウォッチドッグタイマなどによって周期的に動作信号をCPU(B)12に送信し、CPU(B)12がCPU(A)11からその動作信号を周期的に受信することで、CPU(A)11の動作を監視するようにしてもよい。   For example, the monitoring of the operation of the CPU (A) 11 performed by the CPU (B) 12 is not limited to the monitoring by the exchange of the heartbeat signal and the Ack signal described in the embodiment. The CPU (A) 11 periodically transmits an operation signal to the CPU (B) 12 by a watchdog timer or the like, and the CPU (B) 12 periodically receives the operation signal from the CPU (A) 11. The operation of the CPU (A) 11 may be monitored.

実施形態では、複合機10が実際に処理するジョブと、他の複合機10に送信して代替処理を行ってもらう救出用のジョブデータとを区別して管理するようにしているが、ジョブのみで管理し、ジョブを他の複合機10に送信して代替処理を行ってもらうようにしてもよい。   In the embodiment, a job that is actually processed by the multifunction device 10 and a rescue job data that is sent to another multifunction device 10 to be subjected to a substitute process are distinguished and managed. It is also possible to manage and send a job to another multifunction device 10 to perform substitution processing.

また実施形態では、CPU(B)12はCPU(A)11が通常処理用プログラムを実行しているときの動作を監視するようにしているが、データ救出用プログラムを実行しているときの動作も監視するようにしてもよい。これにより、CPU(B)12はCPU(A)11がデータ救出用プログラムを実行しているときの動作の異常も検知できるようになる。   In the embodiment, the CPU (B) 12 monitors the operation when the CPU (A) 11 executes the normal processing program, but the operation when the data rescue program is executed. May also be monitored. As a result, the CPU (B) 12 can detect an abnormal operation when the CPU (A) 11 is executing the data rescue program.

CPU(B)12が上記の異常を検知した場合には、表示部17にデータ救出不可などのエラーを表示してユーザに報知するようにしてもよい。また、CPU(A)11の動作を強制停止するようにしてもよい。たとえば、データ救出用プログラムの暴走状態などにより、救出用のジョブデータが誤って本来の送信先とは異なる外部装置に誤送信されてしまうようなことを防止できる。   When the CPU (B) 12 detects the above abnormality, an error indicating that data cannot be rescued may be displayed on the display unit 17 to notify the user. Further, the operation of the CPU (A) 11 may be forcibly stopped. For example, it is possible to prevent the rescue job data from being erroneously transmitted to an external device different from the original transmission destination due to a runaway state of the data rescue program.

CPU(A)11がデータ救出用プログラムを実行し正常に動作して、ジョブデータを他の複合機10に送信した場合には、当該複合機10はジョブデータの送信先の情報や送信正常完了を表示部17に表示してユーザに報知したり、端末装置から受信した印刷ジョブの場合はその印刷ジョブの送信元の端末装置にそれらの情報を通知したり、ジョブデータの送信先の情報を履歴として保存したりするようにしてもよい。また、当該複合機10は送信先の複合機10からジョブデータの代替処理の完了通知を受け、ジョブデータの代替処理が正常に完了したことを表示部17に表示してユーザに報知したり、端末装置から受信した印刷ジョブの場合はその印刷ジョブの送信元の端末装置にその印刷ジョブの代替処理が正常に完了したことを通知したり、ジョブデータの代替処理の完了を示す情報を履歴として保存したりするようにしてもよい。また、当該複合機10がCPU(A)11の動作異常から復帰した場合に、当該複合機10では処理未完了であったジョブデータに関する上記の履歴(送信先、代替処理完了)を表示部17に表示してユーザに報知したり、端末装置から受信した印刷ジョブの場合はその印刷ジョブの送信元の端末装置に上記の履歴を通知したりするようにしてもよい。   When the CPU (A) 11 executes the data rescue program and operates normally and transmits job data to another multifunction device 10, the multifunction device 10 transmits the job data transmission destination information and the transmission normal completion. Is displayed on the display unit 17 to notify the user, in the case of a print job received from the terminal device, the information is notified to the terminal device that is the transmission source of the print job, or the transmission destination information of the job data is displayed. You may make it preserve | save as a log | history. Further, the multifunction device 10 receives a job data substitution process completion notification from the destination multifunction device 10 and displays on the display unit 17 that the job data substitution process has been normally completed to notify the user, In the case of a print job received from a terminal device, the terminal device that sent the print job is notified that the substitute processing for the print job has been completed normally, and information indicating the completion of the substitute processing for job data is used as a history. You may make it preserve | save. Further, when the multifunction device 10 recovers from the abnormal operation of the CPU (A) 11, the display unit 17 displays the above history (transmission destination, substitution processing completion) regarding job data that has not been processed in the multifunction device 10. May be displayed to notify the user, or in the case of a print job received from a terminal device, the above history may be notified to the terminal device that has transmitted the print job.

また、本発明に係る画像出力装置は実施形態で説明した複合機に限らず、プリンタ機、複写機、ファクシミリ機などの他の画像出力装置も対象にすることができる。本発明に係るデータ処理装置は、画像出力装置に備えられて画像に係るデータの出力処理を行うデータ処理装置に限らず、画像以外の各種のデータの処理を行うデータ処理装置を対象にすることができる。   In addition, the image output apparatus according to the present invention is not limited to the multi-function apparatus described in the embodiment, and other image output apparatuses such as a printer, a copier, and a facsimile machine can be targeted. The data processing device according to the present invention is not limited to a data processing device that is provided in an image output device and performs output processing of data relating to an image, and is intended for a data processing device that performs processing of various types of data other than images. Can do.

2…ネットワーク
10(10a、10b、10c)…複合機
11…CPU(A)
12…CPU(B)
13…ROM
14…RAM
15…不揮発メモリ
16…ハードディスク装置
17…表示部
18…操作部
19…ファクシミリ通信部
20…ネットワーク通信部
21…画像処理部
22…スキャナ部
23…プリンタ部
24…バス
31…通常処理用プログラム
32…データ救出用プログラム
41、42…ジョブデータ
41a、42a…ジョブ情報
41b、42b…画像
50…端末装置
2 ... Network 10 (10a, 10b, 10c) ... Multifunction machine 11 ... CPU (A)
12 ... CPU (B)
13 ... ROM
14 ... RAM
DESCRIPTION OF SYMBOLS 15 ... Non-volatile memory 16 ... Hard disk device 17 ... Display part 18 ... Operation part 19 ... Facsimile communication part 20 ... Network communication part 21 ... Image processing part 22 ... Scanner part 23 ... Printer part 24 ... Bus 31 ... Normal processing program 32 ... Data rescue program 41, 42 ... job data 41a, 42a ... job information 41b, 42b ... image 50 ... terminal device

Claims (4)

処理対象のデータが入力される入力部と、
前記入力部から入力されたデータを保存する保存部と、
前記保存部に保存されたデータを処理する処理部と、
前記処理部を制御する第1のCPUと、
他のデータ処理装置と通信する通信部と、
前記第1のCPUの動作を監視し、この監視で前記第1のCPUの動作の異常を検知したときに前記処理部による処理未完了のデータが存在する場合は、前記保存部から前記処理未完了のデータを読み出し前記通信部を通じて他のデータ処理装置に送信する動作を行うプログラムを再起動後の前記第1のCPUが実行するように設定して前記第1のCPUを再起動させる第2のCPUと、
を備えたデータ処理装置。
An input unit for inputting data to be processed;
A storage unit for storing data input from the input unit;
A processing unit for processing data stored in the storage unit;
A first CPU for controlling the processing unit;
A communication unit that communicates with other data processing devices;
When the operation of the first CPU is monitored, and when an abnormality in the operation of the first CPU is detected by this monitoring, if there is unprocessed data by the processing unit, the storage unit does not perform the processing. A second program for setting the program for performing the operation of reading the completed data and transmitting it to the other data processing apparatus through the communication unit to be executed by the first CPU after restarting, and restarting the first CPU. CPU of
A data processing apparatus comprising:
前記処理部を制御するために前記第1のCPUによって実行される制御プログラムを備え、
前記第2のCPUは、前記監視で、前記第1のCPUが前記制御プログラムを実行して動作しているときの異常を検知する
ことを特徴とする請求項1に記載のデータ処理装置。
A control program executed by the first CPU to control the processing unit;
The data processing apparatus according to claim 1, wherein the second CPU detects an abnormality when the first CPU is operating by executing the control program in the monitoring.
前記処理未完了のデータの送信先となる他のデータ処理装置は、前記第1のCPUまたは前記第2のCPUが前記通信部を通じて検索し決定する
ことを特徴とする請求項1または2に記載のデータ処理装置。
The other data processing apparatus that is a transmission destination of the uncompleted data is searched and determined through the communication unit by the first CPU or the second CPU. Data processing equipment.
請求項1〜3のいずれか1項に記載のデータ処理装置を備え、
前記データは、画像と、該画像を出力するための出力条件とを含むジョブであり、
前記処理部は、前記ジョブに含まれている画像をそのジョブに含まれている出力条件に基づいて出力する処理を行う画像出力部を含み、
前記通信部は、他の画像出力装置と通信する
ことを特徴とする画像出力装置。
The data processing apparatus according to any one of claims 1 to 3,
The data is a job including an image and an output condition for outputting the image,
The processing unit includes an image output unit that performs processing to output an image included in the job based on an output condition included in the job,
The image output apparatus, wherein the communication unit communicates with another image output apparatus.
JP2010099860A 2010-04-23 2010-04-23 Data processor and image output device Withdrawn JP2011233959A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010099860A JP2011233959A (en) 2010-04-23 2010-04-23 Data processor and image output device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010099860A JP2011233959A (en) 2010-04-23 2010-04-23 Data processor and image output device

Publications (1)

Publication Number Publication Date
JP2011233959A true JP2011233959A (en) 2011-11-17

Family

ID=45322883

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010099860A Withdrawn JP2011233959A (en) 2010-04-23 2010-04-23 Data processor and image output device

Country Status (1)

Country Link
JP (1) JP2011233959A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014186533A (en) * 2013-03-22 2014-10-02 Casio Electronics Co Ltd Monitoring system, monitoring apparatus, monitoring target apparatus, monitoring method, and monitoring program
JP2015507250A (en) * 2011-12-08 2015-03-05 メーカーボット インダストリーズ エルエルシー Networked 3D printing
JP2018063579A (en) * 2016-10-13 2018-04-19 富士ゼロックス株式会社 Apparatus utilization system, apparatus, apparatus management device, alternative guide apparatus, and program
US10114591B2 (en) 2010-08-18 2018-10-30 Makerbot Industries, Llc Networked three-dimensional printing system with a drag-and-drop interface for queue management

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10114591B2 (en) 2010-08-18 2018-10-30 Makerbot Industries, Llc Networked three-dimensional printing system with a drag-and-drop interface for queue management
US10908849B2 (en) 2010-08-18 2021-02-02 Makerbot Industries, Llc Networked three-dimensional printing
JP2015507250A (en) * 2011-12-08 2015-03-05 メーカーボット インダストリーズ エルエルシー Networked 3D printing
JP2014186533A (en) * 2013-03-22 2014-10-02 Casio Electronics Co Ltd Monitoring system, monitoring apparatus, monitoring target apparatus, monitoring method, and monitoring program
JP2018063579A (en) * 2016-10-13 2018-04-19 富士ゼロックス株式会社 Apparatus utilization system, apparatus, apparatus management device, alternative guide apparatus, and program

Similar Documents

Publication Publication Date Title
US8453017B2 (en) Electronic device saving selected error information and an error management system including such a device
KR101297758B1 (en) Information processing system and control method thereof, and storage medium
JP5510655B2 (en) Image processing device
JP2007281836A (en) Image processor, job repeater, job transmitting program, job&#39;s type-/address-related information automatically setting program
JP2007011081A (en) Image forming apparatus and managing method for image forming apparatus
JP6089681B2 (en) Error notification device, image forming device
JP2011233959A (en) Data processor and image output device
JP5967120B2 (en) Gateway device
US20070083629A1 (en) Data processing system, data managing apparatus, and computer product
JP5434794B2 (en) Power status management device
JP6264575B2 (en) Job processing device management server program
JP2011192005A (en) Management apparatus, image processing apparatus and image processing system
JP2013232825A (en) Device and method for connection confirmation
JP2005064657A (en) Multifunction machine
JP2011223355A (en) Network apparatus and image forming apparatus
JP2007226291A (en) Image forming device system, image forming device, and print data transmission control program
JP2006094046A (en) Composite machine and management system for composite machine
JP2019201323A (en) Image processing device, control method thereof, and program
US11954383B2 (en) Image processing device
JP2019084768A (en) Image forming apparatus, control method, and program
JP6222488B2 (en) Job processing device and its program.
US20230117536A1 (en) Image processing device
JP7215016B2 (en) Image processing device, image processing system, and image processing program
JP5732730B2 (en) Server apparatus and information processing program
JP2012053825A (en) Print management system

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20130702