JP2001127923A - Image-forming device - Google Patents

Image-forming device

Info

Publication number
JP2001127923A
JP2001127923A JP30101599A JP30101599A JP2001127923A JP 2001127923 A JP2001127923 A JP 2001127923A JP 30101599 A JP30101599 A JP 30101599A JP 30101599 A JP30101599 A JP 30101599A JP 2001127923 A JP2001127923 A JP 2001127923A
Authority
JP
Japan
Prior art keywords
image
recording
interrupt
unit
instruction
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
JP30101599A
Other languages
Japanese (ja)
Other versions
JP3841139B2 (en
Inventor
Kazuhiro Okada
岡田  和広
Naoto Kataoka
直人 片岡
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.)
Murata Machinery Ltd
Original Assignee
Murata Machinery Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Murata Machinery Ltd filed Critical Murata Machinery Ltd
Priority to JP30101599A priority Critical patent/JP3841139B2/en
Publication of JP2001127923A publication Critical patent/JP2001127923A/en
Application granted granted Critical
Publication of JP3841139B2 publication Critical patent/JP3841139B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Control Or Security For Electrophotography (AREA)
  • Facsimiles In General (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image-forming device which can perform interrupt processing and also prevent adverse effects due to the interrupt processing. SOLUTION: A main control part 11 performs the interrupt processing, for instance, when the interrupt key 14 of an operating part 13 is operated, and the part 11 receives an interrupt instruction. However, the part 11 controls so as to reject the interrupt instruction, because there is the possibility of giving annoyance to the opposite side if a transmission function, especially the interrupt processing is performed, during read processing. The part 11 similarly controls it, so as to reject the interrupt instruction when a record output function is performed manually and further, such as when a device internal state list is recorded and outputted, which is performed automatically by the device. Thus, it is possible to prevent adverse effects due to the interrupt processing.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、割込処理機能を有
する画像形成装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image forming apparatus having an interrupt processing function.

【0002】[0002]

【従来の技術】従来より、例えばコピー装置などの画像
形成装置には割込機能が付加されている。例えば大量の
コピーを行っている間で別のコピーを行いたい場合、割
込を指示する。これによって割込処理に移行し、別のコ
ピー処理を行うことができる。別のコピー処理を行った
後は、割込を解除する指示を行うことによって、元のコ
ピー処理に戻ってコピーを続けることができる。
2. Description of the Related Art Conventionally, an image forming apparatus such as a copying apparatus has been provided with an interrupt function. For example, if another copy is to be performed while a large amount of copy is being performed, an interrupt is instructed. As a result, the process shifts to the interrupt process, and another copy process can be performed. After performing another copy process, the user can return to the original copy process and continue copying by giving an instruction to cancel the interrupt.

【0003】近年の高機能化とともに、画像形成装置に
通信機能を付加した装置も開発されている。このような
通信機能が付加された装置において、コピー装置のよう
に割込の指示によってすべての機能を停止して割込処理
に移行してしまうと、問題が発生する。例えば画像の送
信中に割込指示によって送信を中断してしまうと、通信
エラーとなって正常に画像を送ることができないばかり
か、通信相手先に対しても迷惑をかけることになる。
[0003] With the recent advancement of functions, an apparatus in which a communication function is added to an image forming apparatus has also been developed. In an apparatus to which such a communication function is added, a problem occurs if all functions are stopped by an interrupt instruction and the process shifts to an interrupt process as in a copying apparatus. For example, if the transmission is interrupted by an interrupt instruction during the transmission of an image, a communication error occurs and the image cannot be transmitted normally, and the communication partner is inconvenienced.

【0004】通常、割込処理で用いるのは、画像を読み
取る読取装置と、画像の記録を行う記録装置である。例
えば通信装置等は割込処理時に停止させる必要がなく、
割込処理時においても通信を続けていてもよい。これに
よって、上述のような送信中の割込指示による中断を回
避することができる。
Usually, a reading device for reading an image and a recording device for recording an image are used in the interrupt processing. For example, communication devices do not need to be stopped during interrupt processing,
Communication may be continued even during the interrupt processing. As a result, it is possible to avoid interruption due to the interrupt instruction during transmission as described above.

【0005】しかし、例えば読取装置で画像を読取なが
ら送信を行うような場合では、割込の指示によって読取
装置を停止してしまうと、やはり通信エラーが発生す
る。また、読取装置で読み取った画像を一旦メモリに格
納してから送信する場合でも、割込処理によって中断し
た読取処理が正常に再開されない場合が多く、通信相手
先に迷惑がかかる場合が多かった。
[0005] However, for example, in the case where transmission is performed while an image is being read by a reading device, a communication error also occurs if the reading device is stopped by an interrupt instruction. Further, even when an image read by the reading device is temporarily stored in a memory and then transmitted, the reading process interrupted by the interrupt process is not normally restarted in many cases, and the communication partner is often troublesome.

【0006】さらに、装置が保持している各種の情報を
自動的に記録出力している場合や、メモリ内に保持して
いる画像やデータなどをユーザが指定することによって
記録装置で記録している場合などにおいて、割込指示を
受けることもある。従来の画像形成装置では、このよう
な場合にも記録装置の動作を中断して割込処理を行って
いた。
Further, when various kinds of information held by the apparatus are automatically recorded and output, or when a user designates an image or data held in a memory, the information is recorded and recorded by the recording apparatus. In some cases, an interrupt instruction may be received. In such a case, the conventional image forming apparatus interrupts the operation of the recording apparatus by interrupting the operation of the recording apparatus.

【0007】しかし、例えば自動的に装置内部の情報を
記録出力している最中に記録処理が中断されて情報が分
断されてしまうと、途中までの情報で記録が終了したと
思い込み、誤操作を行ってしまったり、あるいは一部分
のみを紛失してしまう等の問題があった。また、ユーザ
が画像やデータなどを指定することによって記録出力し
ている場合、記録出力はすぐに終わるのにもかかわら
ず、その記録出力を行ったユーザが割込処理によって長
時間待たされることがあるという問題があった。
However, for example, if the recording process is interrupted and the information is divided while the information inside the apparatus is being automatically recorded and output, it is assumed that the recording has been completed with halfway of the information, and an erroneous operation is performed. There have been problems such as going out or losing only a part. Also, when the user performs recording and output by designating images and data, the user who has performed the recording and output may have to wait for a long time due to the interrupt processing even though the recording and output are completed immediately. There was a problem.

【0008】[0008]

【発明が解決しようとする課題】本発明は、上述した事
情に鑑みてなされたもので、割込処理を行うことができ
るとともに、割込処理による弊害を防止した画像形成装
置を提供することを目的とするものである。
SUMMARY OF THE INVENTION The present invention has been made in view of the above circumstances, and has as its object to provide an image forming apparatus capable of performing an interrupt process and preventing the adverse effects of the interrupt process. It is the purpose.

【0009】[0009]

【課題を解決するための手段】本発明は、通信機能を備
えた画像形成装置において、通信手段と、読取手段と、
記録手段と、割込の指示が可能な操作手段と、前記操作
手段による割込の指示を受けて割込処理を実行するとと
もに前記通信機能による送信画像を前記読取手段で読み
取っている間は前記操作手段による割込の指示を拒否す
るように制御する制御手段を有することを特徴とするも
のである。これによって、割込時に相手先との通信が途
絶えたり、あるいは相手先に不用意な画像が送られて迷
惑をかけるといった、割込処理による弊害を防止するこ
とができる。
According to the present invention, in an image forming apparatus having a communication function, a communication unit, a reading unit,
A recording unit, an operation unit capable of instructing an interrupt, and executing an interrupt process in response to the instruction of the interrupt by the operation unit and reading the transmission image by the communication function by the reading unit. It is characterized by having control means for controlling so as to reject the interrupt instruction by the operation means. As a result, it is possible to prevent adverse effects due to the interruption processing, such as the interruption of communication with the other party at the time of the interruption or the inadvertent transmission of an unintended image to the other party.

【0010】また本発明は、画像の記録出力を行う記録
手段を備えた画像形成装置において、割込の指示を含む
各種の指示が可能な操作手段と、前記操作手段による割
込の指示を受けて割込処理を実行するとともに前記操作
手段からの操作による記録出力を前記記録手段で実行し
ている間は前記操作手段による割込の指示を拒否するよ
うに制御する制御手段を有することを特徴とするもので
ある。これによって、ユーザが記録出力の操作を行った
ことによる記録出力に対し、割込処理が行われることが
なくなり、すぐに終わる記録出力を割込処理で中断さ
れ、長時間ユーザが待たされるといった弊害を防止する
ことができる。
According to another aspect of the present invention, there is provided an image forming apparatus having a recording unit for recording and outputting an image, an operation unit capable of performing various instructions including an interruption instruction, and an interruption instruction received by the operation unit. Control means for executing an interrupt process by means of the control means and for rejecting an interrupt instruction by the operation means while the recording means outputs a record by an operation from the operation means. It is assumed that. As a result, the interruption processing is not performed on the recording output due to the user performing the recording output operation, and the recording output that ends immediately is interrupted by the interruption processing, and the user has to wait for a long time. Can be prevented.

【0011】さらに本発明は、画像の記録出力を行う記
録手段を備えた画像形成装置において、割込の指示を含
む各種の指示が可能な操作手段と、前記操作手段による
割込の指示を受けて割込処理を実行するとともに装置が
自動的に行う装置内部状態リスト記録出力を前記記録手
段で実行している間は前記操作手段による割込の指示を
拒否するように制御する制御手段を有することを特徴と
するものである。これによって、装置内部状態リスト記
録出力が割込処理で寸断されるといった割込処理による
弊害を防止し、装置内部状態を確実にユーザに伝えるこ
とができるようになる。
Further, according to the present invention, in an image forming apparatus provided with a recording unit for recording and outputting an image, an operation unit capable of performing various instructions including an interruption instruction, and receiving an interruption instruction from the operation unit. And a control unit for performing control so as to reject an interrupt instruction from the operation unit while the recording unit is performing the internal device state list record output automatically performed by the device while executing the interrupt process. It is characterized by the following. As a result, it is possible to prevent adverse effects due to the interrupt processing such as interruption of the recording output of the apparatus internal state list in the interrupt processing, and to reliably inform the user of the internal state of the apparatus.

【0012】もちろん、これらの発明においては割込処
理の機能を備えているので、通信機能による送信画像を
前記読取手段で読み取っている間や、操作手段からの操
作による記録出力を前記記録手段で実行している間、装
置が自動的に行う装置内部状態リスト記録出力を前記記
録手段で実行している間を除き、例えばコピー機能を利
用しているときなどは割込の指示を行って割込処理を行
うことができる。
Of course, these inventions have an interrupt processing function, so that while the transmission image is being read by the communication means by the reading means, or a record output by an operation from the operation means is output by the recording means. During the execution, except when the recording unit is automatically executing a device internal state list record output which is automatically performed by the device, for example, when using a copy function, an interrupt instruction is issued and interrupted. Can be performed.

【0013】[0013]

【発明の実施の形態】図1は、本発明の画像形成装置の
実施の一形態を示すブロック図である。図中、11は主
制御部、12は表示部、13は操作部、14は割込キ
ー、15は読取部、16は記録部、17はPCインタフ
ェース、18はNCU、19はモデム、20は画像メモ
リ、21はRAM、22はROM、23はバス、31は
コンピュータである。
FIG. 1 is a block diagram showing an embodiment of an image forming apparatus according to the present invention. In the figure, 11 is a main control unit, 12 is a display unit, 13 is an operation unit, 14 is an interrupt key, 15 is a reading unit, 16 is a recording unit, 17 is a PC interface, 18 is an NCU, 19 is a modem, and 20 is An image memory, 21 is a RAM, 22 is a ROM, 23 is a bus, and 31 is a computer.

【0014】主制御部11は、装置全体を制御し、各部
を動作させて、画像送受信機能、コピー機能、PC印刷
機能などを実現する。画像送信機能では、読取部15で
読み取った画像をモデム19及びNCU18を用いて通
信相手先へ送信する。また画像受信機能では、通信相手
先から送られてくる画像をNCU18及びモデム19を
介して受信し、記録部16で記録出力する。コピー機能
では、読取部15で読み取った画像を記録部16で記録
出力する。PC印刷機能では、PCインタフェース17
を介してコンピュータ31から送られてくるデータを記
録部16で記録出力する。これらの機能を実行する際に
は、受信した画像、送信する画像、コピーする画像、印
刷するデータなどを一旦、画像メモリ20に格納してお
くことができる。画像メモリ20に格納しておいた画像
やデータを、後で操作部13から指定を受けて、記録部
16で記録出力する機能も有している。また、装置内の
各種の設定状態や送受信のジャーナルなどを操作部13
からの指示に従って記録部16で記録出力する。さら
に、例えば送受信のジャーナルなどについては、所定の
条件の下で自動的に装置内部状態リストとして記録部1
6で記録出力させる機能も有している。
The main control section 11 controls the entire apparatus and operates each section to realize an image transmitting / receiving function, a copying function, a PC printing function, and the like. In the image transmission function, the image read by the reading unit 15 is transmitted to the communication partner using the modem 19 and the NCU 18. In the image receiving function, an image transmitted from a communication partner is received via the NCU 18 and the modem 19, and is recorded and output by the recording unit 16. In the copy function, the image read by the reading unit 15 is recorded and output by the recording unit 16. In the PC printing function, the PC interface 17
The data sent from the computer 31 through the recording unit 16 is recorded and output. When executing these functions, a received image, an image to be transmitted, an image to be copied, data to be printed, and the like can be temporarily stored in the image memory 20. It also has a function of recording and outputting the image and data stored in the image memory 20 by the recording unit 16 after receiving designation from the operation unit 13 later. Also, various setting states in the apparatus, transmission / reception journals, and the like are stored in the operation unit 13
The recording unit 16 records and outputs the data in accordance with the instruction from. Further, for example, a journal for transmission and reception is automatically recorded as a device internal state list under a predetermined condition.
6 also has the function of recording and outputting.

【0015】主制御部11はまた、操作部13から割込
の指示を受けると、読取部15で読取中の原稿があれば
その1枚の原稿についての読取を終了した時点で読取処
理を中断し、また、記録部16で記録中の画像があれば
記録中の1枚の用紙についての記録が終了した時点で記
録処理を中断して、割込処理に移行する。割込状態で
は、コピー処理、画像送信処理(送信中の場合には送信
画像の読取処理のみ)、画像メモリ中の画像や管理情報
などの記録処理、各種の設定など、様々な処理を行わせ
ることができる。しかし、割込処理に移行すると弊害が
発生する場合については、割込の指示を拒否し、割込処
理には移行しないように制御する。このとき、例えば表
示部12に「割込はできません」といったメッセージを
表示するとともに、図示しないブザーを鳴動させるなど
によって、ユーザに割込の指示が拒否されたことを知ら
せる。割込処理に移行しない場合として、画像送信機能
により送信画像を読取部15で読み取っている間や、ユ
ーザが操作部13から操作したことにより画像メモリ2
0内の画像やデータを記録部16で記録出力している
間、さらに自動的に行う装置内部状態リストの記録出力
を記録部16で実行している間などがある。なお、割込
処理に移行しても、例えばNCU18及びモデム19を
用いた送受信処理はそのまま続行する。また、PCイン
タフェース17を介してコンピュータ31との間で画像
やデータを送受信する処理についても、そのまま続行す
ることができる。
When the main control unit 11 receives an interrupt instruction from the operation unit 13, if there is a document being read by the reading unit 15, the reading process is interrupted when reading of one document is completed. If there is an image being recorded by the recording unit 16, the recording process is interrupted when the recording of one sheet being recorded is completed, and the process proceeds to an interruption process. In the interruption state, various processes such as a copy process, an image transmission process (only a transmission image reading process during transmission), a recording process of an image and management information in an image memory, and various settings are performed. be able to. However, in a case where the operation is shifted to the interrupt processing and a problem occurs, the instruction of the interrupt is rejected, and control is performed so as not to shift to the interrupt processing. At this time, for example, a message such as “Interruption is not possible” is displayed on the display unit 12 and a buzzer (not shown) is sounded to inform the user that the interrupt instruction has been rejected. The case where the process does not shift to the interrupt process is performed while the transmission image is being read by the reading unit 15 by the image transmission function or when the user operates the operation unit 13 to operate the image memory 2.
For example, while the image and data in 0 are being recorded and output by the recording unit 16, the recording and output of the apparatus internal state list, which is performed automatically, is being executed by the recording unit 16. Note that, even if the processing shifts to the interrupt processing, the transmission / reception processing using the NCU 18 and the modem 19, for example, continues as it is. Further, the processing for transmitting and receiving images and data to and from the computer 31 via the PC interface 17 can be continued as it is.

【0016】表示部12は、利用者に対するメッセージ
や、装置の状態を示すメッセージ、操作ガイダンスな
ど、種々の情報を表示することができる。例えば、割込
の指示が拒否された時のメッセージなどを表示すること
ができる。操作部13は、利用者が各種の設定や指示な
どを行う際に用いられる。例えば、送信機能あるいはコ
ピー機能の選択を行う選択キーや、選択した機能の実行
指示などを行うスタートキー等が設けられている。特
に、各種の機能を実行中に割込処理を指示するための割
込キー14が設けられている。この割込キー14を操作
者が操作することによって、割込を指示することができ
る。また、割込処理から復帰する場合にも、やはり割込
キー14を操作すればよい。もちろん、割込の指示と割
込からの復帰を別のキーによって指示するように構成し
てもよい。また、操作部13から画像メモリ20に格納
されている画像やデータ、例えばポーリング画像や親展
受信した画像などを記録部16で記録出力させる指示を
行うことができる。さらに、装置の状態や設定、通信ジ
ャーナルなどを記録部16で記録出力させる指示なども
行うことができる。操作部13においては、このほかに
も種々の入力、設定を行うことが可能である。
The display unit 12 can display various information such as a message to the user, a message indicating the state of the apparatus, and operation guidance. For example, a message when an interrupt instruction is rejected can be displayed. The operation unit 13 is used when the user performs various settings and instructions. For example, a selection key for selecting a transmission function or a copy function, a start key for instructing execution of the selected function, and the like are provided. In particular, an interrupt key 14 for instructing an interrupt process during execution of various functions is provided. An operator can operate the interrupt key 14 to instruct an interrupt. Also, when returning from the interrupt processing, the interrupt key 14 may also be operated. Of course, another key may be used to instruct the interruption instruction and the return from the interruption. Further, the operation unit 13 can instruct the recording unit 16 to record and output images and data stored in the image memory 20, for example, polling images and confidentially received images. Further, it is also possible to instruct the recording unit 16 to record and output the status and settings of the apparatus, the communication journal, and the like. In the operation unit 13, various other inputs and settings can be made.

【0017】読取部15は、主制御部11による制御に
従い、送信あるいはコピーすべき原稿上の画像を読み取
る。読取部15としては、イメージスキャナやデジタル
カメラなど、種々の画像読取装置を適用することができ
る。また、記録部16は、受信した画像あるいは読取部
15で読み取った画像などを、主制御部11の制御に従
って用紙上に記録する。記録方法としては、例えば電子
写真方式やインクジェット方式など、種々の方式を採用
することができる。
The reading section 15 reads an image on a document to be transmitted or copied under the control of the main control section 11. As the reading unit 15, various image reading devices such as an image scanner and a digital camera can be applied. The recording unit 16 records the received image or the image read by the reading unit 15 on a sheet under the control of the main control unit 11. As a recording method, various methods such as an electrophotographic method and an ink jet method can be adopted.

【0018】PCインタフェース17は、外部のコンピ
ュータ31などと接続され、例えば記録部16で記録す
べきデータや、モデム19及びNCU18を介して他の
装置へ送信すべきデータを外部のコンピュータ31から
受け取る。受け取ったデータは、例えば画像メモリ20
に一旦格納しておくことができる。また、例えば受信し
た画像や読取部15で読み取った画像を外部のコンピュ
ータ31に送信することもできる。なおこのPCインタ
フェース17は、接続されるコンピュータ31との接続
方法に応じて構成すればよく、例えばLANインタフェ
ースなどで構成し、LANを経由して複数のコンピュー
タなどの機器と接続可能に構成されていてもよい。もち
ろん、コンピュータ31と所定のインタフェースで直結
されていてもよい。
The PC interface 17 is connected to an external computer 31 or the like, and receives, for example, data to be recorded by the recording unit 16 and data to be transmitted to another device via the modem 19 and the NCU 18 from the external computer 31. . The received data is stored in, for example, the image memory 20.
Can be stored once. Further, for example, a received image or an image read by the reading unit 15 can be transmitted to the external computer 31. The PC interface 17 may be configured according to the connection method with the computer 31 to be connected. For example, the PC interface 17 is configured by a LAN interface or the like, and is configured to be connectable to a plurality of computers and other devices via the LAN. You may. Of course, it may be directly connected to the computer 31 via a predetermined interface.

【0019】NCU18は、回線を制御して外部機器と
の通信を行う。また、モデム19は、送受信する画像デ
ータの変復調を行う。
The NCU 18 controls a line to communicate with an external device. The modem 19 modulates and demodulates image data to be transmitted and received.

【0020】画像メモリ20は、送信する画像データや
受信した画像データ、読取部15で読み取った画像、P
Cインタフェース17を介してコンピュータ31などか
ら送られてくるデータ、その他処理中の画像やデータ等
を記憶する。画像を記憶する場合、そのまま記憶しても
よいし、圧縮された状態で記憶してもよい。
The image memory 20 stores image data to be transmitted and received, image data read by the reading unit 15,
It stores data sent from the computer 31 or the like via the C interface 17 and other images and data being processed. When storing an image, the image may be stored as it is or may be stored in a compressed state.

【0021】RAM21は、主制御部11や他の各部の
処理においてデータの保存が必要なときに用いられる。
ROM22は、主制御部11の動作を規定したプログラ
ムや、固定的なデータなどが格納されている。
The RAM 21 is used when it is necessary to store data in the processing of the main control unit 11 and other units.
The ROM 22 stores a program that defines the operation of the main control unit 11, fixed data, and the like.

【0022】バス23は、主制御部11、表示部12、
操作部13、読取部15、記録部16、PCインタフェ
ース17、NCU18、モデム19、画像メモリ20、
RAM21、ROM22等を相互に接続しており、これ
らの間のデータ転送を可能にしている。もちろん、これ
らのほか、外部記憶装置など、各種の機器がバス23に
接続されていてもよい。
The bus 23 includes a main control unit 11, a display unit 12,
Operation unit 13, reading unit 15, recording unit 16, PC interface 17, NCU 18, modem 19, image memory 20,
The RAM 21 and the ROM 22 are connected to each other to enable data transfer between them. Of course, in addition to these, various devices such as an external storage device may be connected to the bus 23.

【0023】図2は、本発明の画像形成装置の実施の一
形態における動作の一例を示すフローチャートである。
まずS41において、割込操作を許可する状態に設定し
ておく。そして、各機能に対する処理を実行する。ここ
では、コピー機能、画像送信機能、手動プリント、リス
トプリント、画像受信機能、PC印刷機能について示し
ている。他の機能を追加してもよいことは言うまでもな
い。
FIG. 2 is a flowchart showing an example of the operation of the image forming apparatus according to the embodiment of the present invention.
First, in S41, a state is set in which an interrupt operation is permitted. Then, processing for each function is executed. Here, a copy function, an image transmission function, a manual print, a list print, an image reception function, and a PC print function are shown. It goes without saying that other functions may be added.

【0024】コピー機能を実行する際には、S42にお
いてこれを検出し、S48においてコピー処理を行う。
このコピー処理は、割込操作が許可された状態で行われ
るので、例えば操作部13で割込キー14が操作される
ことによって、割込処理に移行することができる。コピ
ー処理は、読取部15における読取処理と、読取部15
で読み取った画像、あるいはその画像に対して必要に応
じて処理を施した画像を記録部16で用紙等の被記録媒
体上に記録する記録処理を実行することによって実現さ
れる。
When executing the copy function, this is detected in S42, and copy processing is performed in S48.
Since this copy process is performed in a state where the interrupt operation is permitted, the process can shift to the interrupt process by operating the interrupt key 14 on the operation unit 13, for example. The copying process includes a reading process performed by the reading unit 15 and a reading process performed by the reading unit 15.
This is realized by executing a recording process of recording, on the recording medium such as a sheet, the recording unit 16 records the image read in step S1 or an image obtained by processing the image as necessary.

【0025】図3は、読取処理の一例を示すフローチャ
ートである。S61において、読取部15で原稿1ペー
ジ分の画像を読み取り、S62において画像メモリ20
に格納する。S63において、割込指示があったか否か
を判定し、割込指示がなければ、さらにS64において
次ページの原稿があるか否かを判定し、次ページの原稿
があればS61へ戻って読取を続ける。読み取るべき原
稿がなくなるまでS61〜S64の処理を繰り返し行
い、最後の原稿まで画像を読み取る。
FIG. 3 is a flowchart showing an example of the reading process. In S61, the reading unit 15 reads an image of one page of the document, and in S62, the image memory 20
To be stored. In S63, it is determined whether or not there is an interrupt instruction. If there is no interrupt instruction, it is further determined in S64 whether or not there is a next page document. If there is a next page document, the process returns to S61 to perform reading. to continue. The processes in S61 to S64 are repeated until there is no document to be read, and the image is read up to the last document.

【0026】割込の指示があると、S63でこれを検出
し、S65で現在の読取ページ数を保存してS66にお
ける割込処理に移行する。S67で割込解除が行われた
か否かを判定し、割込が解除されるまでS66の割込処
理を行う。割込処理では、読取部15も利用することが
できる。
If there is an instruction to interrupt, this is detected in S63, the current number of read pages is stored in S65, and the flow proceeds to the interrupt processing in S66. In S67, it is determined whether or not the interrupt has been released, and the interrupt processing in S66 is performed until the interrupt is released. In the interrupt processing, the reading unit 15 can also be used.

【0027】割込解除の指示が行われると、割込処理を
行う際に割込処理に移行する前の原稿が取り除かれてい
る可能性があるので、S68で読取再開時のページ数を
表示部12に表示して、元の原稿をセットするように利
用者を促す。そして、利用者が原稿をセットして再開の
指示を行うまでS69で待つ。利用者が再開の指示を行
うと、S64へ戻って、通常の読取処理を再開する。
When an instruction to cancel the interrupt is issued, the original before shifting to the interrupt processing may have been removed when performing the interrupt processing. Therefore, the page number at the time of resuming the reading is displayed in S68. A message is displayed on the unit 12 to urge the user to set the original document. Then, the process waits in step S69 until the user sets a document and gives a restart instruction. When the user issues a restart instruction, the process returns to step S64 to restart the normal reading process.

【0028】図4は、記録処理の一例を示すフローチャ
ートである。例えば画像メモリ20に記録すべき画像が
格納されると、この記録処理が起動される。S71にお
いて、画像メモリ20から1ページ分の画像を取り出
し、記録部16において用紙等の被記録媒体上に取り出
した画像を記録する。S72において割込指示があった
か否かを判定し、割込指示がなければ、さらにS73に
おいて記録すべき次ページの画像が存在するか否かを判
定する。次ページの画像が存在すれば、S71へ戻っ
て、次ページの画像の記録を行う。このようにしてすべ
てのページの画像が記録されるまで繰り返し記録を行っ
てゆく。
FIG. 4 is a flowchart showing an example of the recording process. For example, when an image to be recorded is stored in the image memory 20, the recording process is started. In step S71, an image for one page is extracted from the image memory 20, and the recording unit 16 records the extracted image on a recording medium such as a sheet. In S72, it is determined whether or not there is an interrupt instruction. If there is no interrupt instruction, it is further determined in S73 whether or not there is an image of the next page to be recorded. If there is an image of the next page, the process returns to S71 to record the image of the next page. In this way, recording is repeatedly performed until the images of all pages are recorded.

【0029】割込指示があると、S72からS74へ進
み、割込解除の指示があるまでS74において割込処理
を行う。割込解除の指示があり、割込処理を終了する
と、S75からS73へ戻り、割込処理前の記録処理を
行う。
If there is an interrupt instruction, the process proceeds from S72 to S74, and an interrupt process is performed in S74 until an instruction to cancel the interrupt is issued. When there is an instruction to cancel the interrupt and the interrupt processing ends, the process returns from S75 to S73, and performs the recording processing before the interrupt processing.

【0030】なお、図3、図4に示した例では、コピー
処理を行う場合には、読取部15で読み取った画像を一
旦、画像メモリ20に格納してから記録部16で記録す
るものとしたが、例えば読取部15で読み取った画像を
画像メモリ20に格納せずに記録部16に送り、記録部
16で記録してもよい。
In the example shown in FIGS. 3 and 4, when performing the copy process, the image read by the reading unit 15 is temporarily stored in the image memory 20 and then recorded by the recording unit 16. However, for example, the image read by the reading unit 15 may be sent to the recording unit 16 without being stored in the image memory 20, and may be recorded by the recording unit 16.

【0031】図2に戻り、画像送信機能を実行する際に
は、S43においてこれを検出し、S49に進む。画像
送信機能では、例えば原稿の画像を読取部15で読み取
りながら、NCU18及びモデム19から送信する。こ
のような送信処理中に割込が指示されて通信が中断する
と、通信が正常に終了しないばかりか、相手側に迷惑が
かかることになる。また、読取部15で読み取った画像
を一旦画像メモリ20に格納してから送信する場合もあ
るが、このような場合も読取途中で割込処理を行った場
合、上述の図3で説明したように、再度、原稿をセット
し直すなどの操作が必要になる。このとき、誤操作など
が発生しやすく、その場合に相手側に対しても迷惑にな
ってしまう。そのため、画像送信機能を実行する場合に
は、S49において、割込操作を不許可とした上で、S
50において全原稿の読取及び送信を行う。この間に割
込の指示が行われた場合には、これを拒否し、例えば表
示部12に「割込はできません」といったメッセージを
表示するとともにブザーを鳴動するなどしてユーザに知
らせる。送信が終了すると、S53において割込操作を
許可し、画像送信機能を終了する。
Returning to FIG. 2, when executing the image transmission function, this is detected in S43, and the flow proceeds to S49. In the image transmission function, for example, an image of a document is transmitted from the NCU 18 and the modem 19 while being read by the reading unit 15. If an interruption is instructed during such a transmission process and the communication is interrupted, not only does the communication not end normally, but also the other party becomes annoying. In some cases, the image read by the reading unit 15 is temporarily stored in the image memory 20 and then transmitted. In such a case, if the interrupt processing is performed during the reading, as described with reference to FIG. Then, an operation such as setting the original again is necessary. At this time, an erroneous operation or the like is likely to occur, and in that case, the other party may be troubled. Therefore, when executing the image transmission function, in S49, after disallowing the interruption operation,
At 50, reading and transmission of all originals are performed. If an interruption instruction is issued during this time, the instruction is rejected, and a message such as “Interruption is not possible” is displayed on the display unit 12 and a buzzer sounds to notify the user. When the transmission is completed, an interruption operation is permitted in S53, and the image transmission function is terminated.

【0032】なお、読取部15で読み取った画像を一旦
画像メモリ20に格納してから送信する場合には、読取
部15における読取処理が終了した時点で割込操作を許
可してもよい。もちろん、その後のNCU18,モデム
19による送信処理中は、割込の指示が行われて割込処
理に移行しても、中断せずに実行することになる。
When the image read by the reading unit 15 is temporarily stored in the image memory 20 and then transmitted, an interrupt operation may be permitted when the reading process in the reading unit 15 is completed. Of course, during the subsequent transmission processing by the NCU 18 and the modem 19, even if an interruption instruction is issued and the processing shifts to the interruption processing, the processing is executed without interruption.

【0033】手動プリント機能は、例えば画像メモリ2
0に格納されている画像や、装置内部の設定や状態など
を操作部13の操作で記録部16から記録出力させる機
能である。例えば画像送信機能や画像受信機能において
通信を行ったジャーナルや、通信相手先を短縮ダイヤル
などに登録した短縮ダイヤルリスト、その他各種の設定
情報などを記録出力させることができる。また、例えば
ポーリング送信する画像や、親展受信した画像等が画像
メモリ20に格納されている場合には、これらの画像を
記録出力させることができる。
The manual print function is provided, for example, in the image memory 2
This is a function of recording and outputting from the recording unit 16 an image stored in the storage unit 0 and settings and states in the apparatus by operating the operation unit 13. For example, it is possible to record and output a journal with which communication has been performed in the image transmission function or the image reception function, a speed dial list in which communication destinations are registered as speed dials, and other various setting information. Further, for example, when images to be transmitted by polling, confidentially received images, and the like are stored in the image memory 20, these images can be recorded and output.

【0034】このような手動プリント機能を実行する場
合には、S44でこれを検出してS51に進む。この手
動プリント機能では、上述のような装置の情報や状態を
記録出力させている際に割込処理が発生すると、情報が
分断されて分からなくなってしまうことがある。また、
数枚程度の記録出力で済むため、割込処理を待たせても
それほど影響がない。画像メモリ20内の画像を記録出
力する際も、それほどの枚数でない場合が多いし、また
記録出力のみであるからそれほど時間がかからない。さ
らに、このような手動プリント機能を利用する際には、
この機能の利用者が装置のそばでただ待つのみであるの
で、割込処理でさらに待ち時間が長くなることには抵抗
がある。ましてや、親展受信した画像を記録中は、他の
利用者に来て欲しくない場合も多いと推測され、割込処
理は行って欲しくないと思われる。
When such a manual print function is to be executed, it is detected in S44 and the process proceeds to S51. In the manual printing function, if an interruption process occurs while recording and outputting the information and status of the apparatus as described above, the information may be divided and lost. Also,
Since only a few sheets of recording output are required, waiting for the interrupt processing does not have much effect. When recording and outputting images in the image memory 20, the number of images is often not so large, and since only recording and output is performed, it does not take much time. Furthermore, when using such a manual print function,
Since the user of this function simply waits near the apparatus, there is a resistance that the waiting time is longer in the interrupt processing. Furthermore, while recording a confidentially received image, it is presumed that there are many cases where it is not desired that other users come to visit, and it is considered that the user does not want to perform the interrupt processing.

【0035】このような理由から、手動プリント機能を
実行する際には、S51で割込操作を不許可とした上
で、S52において、例えば利用者が操作部13で指定
した画像メモリ20中の画像や装置内部の設定や状態な
どの情報を、全ページ記録出力する。この記録出力中に
割込の指示が行われた場合には、これを拒否し、例えば
表示部12に「割込はできません」といったメッセージ
を表示するとともにブザーを鳴動するなどしてユーザに
知らせる。記録出力終了後、S53において、割込操作
を許可して手動プリント機能を終了する。このようにし
て、手動プリント機能を利用する際には、割込処理が発
生しないため、割込処理による上述のような問題を回避
することができる。
For this reason, when the manual print function is executed, the interrupt operation is prohibited in S51, and then, in S52, for example, the image data in the image memory 20 specified by the user through the operation unit 13 is stored. Information such as images and settings and status inside the apparatus is recorded and output on all pages. If an interrupt instruction is issued during the recording and output, the instruction is rejected, and a message such as “Interrupt is not possible” is displayed on the display unit 12 and a buzzer sounds to notify the user. After the recording and output are completed, in S53, the interruption operation is permitted and the manual print function is terminated. In this manner, when the manual print function is used, no interrupt processing occurs, so that the above-described problem due to the interrupt processing can be avoided.

【0036】次のS45〜S47におけるリストプリン
ト、画像受信機能、PC印刷機能は、利用者がいなくて
も、装置が自動的に記録出力を行う機能である。上述の
コピー機能も、利用者が読取開始を指示するが記録開始
を指示しないという意味では、装置が自動的に記録出力
を行う機能といえる。このような装置が自動的に記録出
力を行う場合には、基本的に割込操作を許可し、割込の
指示を受けて割込処理に移行する。しかし、例えば画像
送信機能や画像受信機能において通信を行ったジャーナ
ルやエラー状態の記録出力など、装置の内部状態を示す
装置内部状態リストの記録出力を行うリストプリント機
能を実行しているときに割込処理に移行してしまうと、
情報が分断されて分からなくなってしまうことがある。
特に装置が自動的に出力してしまうため、管理者が気づ
くまで放置されることも多く、情報が分断された場合の
影響は大きい。また、数枚程度の記録出力で済むため、
割込処理を待たせてもそれほど影響がない。
The list printing, image receiving function, and PC printing function in the following S45 to S47 are functions for the apparatus to automatically record and output even if there is no user. The above-described copy function can also be said to be a function in which the apparatus automatically performs recording output in the sense that the user instructs reading start but does not instruct recording start. When such a device automatically performs recording and output, basically, an interrupt operation is permitted, and the process shifts to an interrupt process upon receiving an interrupt instruction. However, when executing a list print function for recording and outputting a device internal status list indicating the internal status of the device, for example, recording and outputting a journal and an error status that have been communicated in the image transmission function and the image receiving function. When the process shifts to
Information may be fragmented and lost.
In particular, since the device automatically outputs the data, it is often left unattended until the administrator notices it. This has a great effect when the information is divided. In addition, since only a few sheets of recording output are required,
Waiting for interrupt processing has no significant effect.

【0037】このような理由から、装置が自動的に装置
内部状態リストの記録出力を行うリストプリント機能を
実行する際にも、上述の手動プリント時と同様に処理を
行う。S45でリストプリント機能の実行を検出する
と、S51で割込操作を不許可とした上で、S52にお
いて、装置内部状態リストの記録出力を行う。この記録
出力中に割込の指示が行われた場合には、これを拒否
し、例えば表示部12に「割込はできません」といった
メッセージを表示するとともにブザーを鳴動するなどし
てユーザに知らせる。記録出力終了後、S53におい
て、割込操作を許可してリストプリント機能を終了す
る。このようにして、リストプリント機能を利用する際
には、割込処理が発生しないため、割込処理による上述
のような問題を回避することができる。
For this reason, when the apparatus executes the list print function for automatically recording and outputting the internal state list of the apparatus, the same processing as in the above-described manual printing is performed. If the execution of the list print function is detected in S45, the interruption operation is not permitted in S51, and then, in S52, the internal state list is recorded and output. If an interrupt instruction is issued during the recording and output, the instruction is rejected, and a message such as “Interrupt is not possible” is displayed on the display unit 12 and a buzzer sounds to notify the user. After the recording and output are completed, in S53, the interruption operation is permitted and the list print function is ended. In this manner, when the list print function is used, since the interrupt processing does not occur, the above-described problem due to the interrupt processing can be avoided.

【0038】そのほかの装置が自動的に記録出力を行う
機能である画像受信機能、PC印刷機能については、割
込操作が許可された状態で各機能を実行する。例えばN
CU18に外部の装置から着信すると、画像受信機能が
実行される。S46でこれを検出すると、S54におい
て相手先から送られてくる画像を受信し、画像メモリ2
0に蓄積する。その後、S55において、画像メモリ2
0に蓄積した受信画像を記録部16で記録出力する。記
録出力する際の処理は、上述の図4に示したものと同様
である。S54における画像の受信中に割込の指示が行
われた場合、割込処理には移行するが、相手先との通信
はそのまま行われ、受信した画像は画像メモリ20に蓄
積されて行くことになる。
As for the image receiving function and the PC printing function, which are functions for automatically recording and outputting by other devices, each function is executed in a state where an interrupt operation is permitted. For example, N
When an incoming call arrives at the CU 18 from an external device, an image receiving function is executed. When this is detected in S46, the image sent from the other party is received in S54,
Store at 0. Thereafter, in S55, the image memory 2
The recording unit 16 records and outputs the received image stored in the “0”. Processing for recording and outputting is the same as that shown in FIG. 4 described above. If an interrupt instruction is issued during the reception of the image in S54, the process proceeds to the interrupt process, but the communication with the other party is performed as it is, and the received image is stored in the image memory 20. Become.

【0039】なお、受信処理が終了してから、記録処理
を行ってもよいし、1ページ分の画像を受信した時点で
記録処理を起動してもよい。また、画像メモリ20を介
さずに受信した画像を記録部16で記録させるように構
成してもよい。この場合、割込処理が発生したときに
は、受信した画像を画像メモリ20へ蓄積するように切
り替えるとよい。
Note that the recording process may be performed after the reception process is completed, or the recording process may be started when an image for one page is received. Further, the recording unit 16 may be configured to record an image received without passing through the image memory 20. In this case, when an interrupt process occurs, the received image may be switched to be stored in the image memory 20.

【0040】PCインタフェース17を介してコンピュ
ータ31からPCデータが送られてくると、PC印刷機
能が実行される。S47でこれを検出すると、S56に
おいてコンピュータ31から送られてくるPCデータを
PCインタフェース17で受信し、画像メモリ20に蓄
積する。その後、S55において、画像メモリ20に蓄
積したPCデータを記録部16で記録出力する。記録出
力する際の処理は、上述の図4に示したものと同様であ
る。S56におけるPCデータの受信中に割込の指示が
行われた場合、割込処理には移行するが、PCインタフ
ェース17によるコンピュータ31との通信はそのまま
行われ、受信したPCデータは画像メモリ20に蓄積さ
れて行くことになる。
When PC data is sent from the computer 31 via the PC interface 17, a PC printing function is executed. When this is detected in S47, the PC data sent from the computer 31 is received by the PC interface 17 in S56 and stored in the image memory 20. Thereafter, in S55, the recording unit 16 records and outputs the PC data accumulated in the image memory 20. Processing for recording and outputting is the same as that shown in FIG. 4 described above. If an interrupt instruction is issued during the reception of the PC data in S56, the process proceeds to the interrupt process, but the communication with the computer 31 by the PC interface 17 is performed as it is, and the received PC data is stored in the image memory 20. It will be accumulated.

【0041】なお、PCデータの受信処理が終了してか
ら、記録処理を行ってもよいし、1ページ分のPCデー
タを受信した時点で記録処理を起動してもよい。また、
画像メモリ20を介さずに受信したPCデータを記録部
16で記録させるように構成してもよい。この場合、割
込処理が発生したときには、受信したPCデータを画像
メモリ20へ蓄積するように切り替えるとよい。
Note that the recording process may be performed after the PC data reception process is completed, or the recording process may be started when one page of PC data is received. Also,
The recording unit 16 may be configured to record the received PC data without passing through the image memory 20. In this case, when an interrupt process occurs, switching may be performed so that the received PC data is stored in the image memory 20.

【0042】なお、ここでは図2に示した6つの機能に
ついて示したが、他の機能を有する装置においては、そ
れらの機能について、種々の影響を考慮して割込操作の
許可あるいは不許可を決定するとよい。
Although the six functions shown in FIG. 2 are shown here, in an apparatus having other functions, permission or non-permission of an interrupt operation is considered for those functions in consideration of various influences. It is good to decide.

【0043】図1に示した構成では、コンピュータ31
とのデータの入出力を行うPCインタフェース17を設
けた例を示しているが、このPCインタフェース17を
設けずに構成することもできる。また、NCU18及び
モデム19を設けずに、例えばコピー機能付きのネット
ワークプリンタなどとして構成しても、本発明を同様に
適用することができる。
In the configuration shown in FIG.
Although an example is shown in which a PC interface 17 for inputting and outputting data to and from the PC is provided, a configuration without the PC interface 17 is also possible. Further, the present invention can be similarly applied to a configuration in which the NCU 18 and the modem 19 are not provided but a network printer having a copy function is provided.

【0044】[0044]

【発明の効果】以上の説明から明らかなように、本発明
によれば、割込の指示によって割込処理を実行すること
ができるが、送信機能(特に読取処理時)や、手動での
記録出力機能時、さらには装置が自動的に行う装置内部
状態リスト記録出力時などでは、割込の指示を拒否す
る。これらの機能は、割込処理の実行による影響が大き
く、割込指示を拒否することによって、割込処理の実行
による弊害を防止することができるという効果がある。
例えば送信機能では、相手先との通信エラーや、不用意
な画像送信といった、相手先に迷惑をかける問題を回避
することができる。また、手動による記録出力時には、
すぐに終わるこの機能の利用者を、割込処理によって待
たせることがなくなる。さらに、装置が自動的に行う装
置内部状態リスト記録出力が割込処理によって散逸する
といった弊害を防止することができる。
As is clear from the above description, according to the present invention, the interrupt processing can be executed by the instruction of the interrupt, but the transmission function (particularly at the time of the reading processing) and the manual recording can be performed. At the time of the output function, and at the time of outputting the internal state list record automatically performed by the apparatus, the interrupt instruction is rejected. These functions are greatly affected by the execution of the interrupt processing, and have an effect that by rejecting the interrupt instruction, it is possible to prevent the adverse effects of the execution of the interrupt processing.
For example, in the transmission function, it is possible to avoid a problem of inconvenience to the other party, such as a communication error with the other party or careless image transmission. Also, at the time of manual recording output,
The user of this function, which ends immediately, does not have to wait due to the interrupt processing. Further, it is possible to prevent a disadvantage that the device internal state list record output automatically performed by the device is dissipated by the interrupt processing.

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

【図1】本発明の画像形成装置の実施の一形態を示すブ
ロック図である。
FIG. 1 is a block diagram illustrating an embodiment of an image forming apparatus according to the present invention.

【図2】本発明の画像形成装置の実施の一形態における
動作の一例を示すフローチャートである。
FIG. 2 is a flowchart illustrating an example of an operation of the image forming apparatus according to the exemplary embodiment of the present invention.

【図3】読取処理の一例を示すフローチャートである。FIG. 3 is a flowchart illustrating an example of a reading process.

【図4】記録処理の一例を示すフローチャートである。FIG. 4 is a flowchart illustrating an example of a recording process.

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

11…主制御部、12…表示部、13…操作部、14…
割込キー、15…読取部、16…記録部、17…PCイ
ンタフェース、18…NCU、19…モデム、20…画
像メモリ、21…RAM、22…ROM、23…バス、
31…コンピュータ。
11: Main control unit, 12: Display unit, 13: Operation unit, 14 ...
Interrupt key, 15 ... Reading unit, 16 ... Recording unit, 17 ... PC interface, 18 ... NCU, 19 ... Modem, 20 ... Image memory, 21 ... RAM, 22 ... ROM, 23 ... Bus,
31 Computer.

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 2C061 AP01 AP04 AQ05 AQ06 HH01 HJ06 HJ07 HJ08 HN04 HN15 HQ01 2H027 EE10 EJ15 FA10 FA32 GA36 ZA07 5C062 AA05 AA14 AB17 AB20 AB22 AB38 AB41 AC04 AC21 AC55 AE15 BA00  ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 2C061 AP01 AP04 AQ05 AQ06 HH01 HJ06 HJ07 HJ08 HN04 HN15 HQ01 2H027 EE10 EJ15 FA10 FA32 GA36 ZA07 5C062 AA05 AA14 AB17 AB20 AB22 AB38 AB41 AC04 AC21 AC55 AE15 BA00

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 通信機能を備えた画像形成装置におい
て、通信手段と、読取手段と、記録手段と、割込の指示
が可能な操作手段と、前記操作手段による割込の指示を
受けて割込処理を実行するとともに前記通信機能による
送信画像を前記読取手段で読み取っている間は前記操作
手段による割込の指示を拒否するように制御する制御手
段を有することを特徴とする画像形成装置。
In an image forming apparatus having a communication function, a communication unit, a reading unit, a recording unit, an operation unit capable of instructing an interruption, and an interruption unit receiving an interruption instruction from the operation unit. An image forming apparatus comprising: a control unit configured to execute an interruption process and to reject an interrupt instruction by the operation unit while the transmission unit is reading a transmission image by the communication function.
【請求項2】 画像の記録出力を行う記録手段を備えた
画像形成装置において、割込の指示を含む各種の指示が
可能な操作手段と、前記操作手段による割込の指示を受
けて割込処理を実行するとともに前記操作手段からの操
作による記録出力を前記記録手段で実行している間は前
記操作手段による割込の指示を拒否するように制御する
制御手段を有することを特徴とする画像形成装置。
2. An image forming apparatus comprising a recording unit for recording and outputting an image, an operation unit capable of performing various instructions including an interruption instruction, and an interruption unit receiving an interruption instruction from the operation unit. An image characterized by comprising control means for performing processing and controlling so as to reject an interrupt instruction by the operation means while the recording means executes a recording output by an operation from the operation means. Forming equipment.
【請求項3】 画像の記録出力を行う記録手段を備えた
画像形成装置において、割込の指示を含む各種の指示が
可能な操作手段と、前記操作手段による割込の指示を受
けて割込処理を実行するとともに装置が自動的に行う装
置内部状態リスト記録出力を前記記録手段で実行してい
る間は前記操作手段による割込の指示を拒否するように
制御する制御手段を有することを特徴とする画像形成装
置。
3. An image forming apparatus comprising a recording unit for recording and outputting an image, an operation unit capable of various instructions including an interruption instruction, and an interruption receiving an interruption instruction from the operation unit. Control means for controlling so as to reject an interrupt instruction by the operation means while the recording means is executing the processing and the apparatus internal state list recording output automatically performed by the apparatus. Image forming apparatus.
JP30101599A 1999-10-22 1999-10-22 Image forming apparatus Expired - Fee Related JP3841139B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30101599A JP3841139B2 (en) 1999-10-22 1999-10-22 Image forming apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30101599A JP3841139B2 (en) 1999-10-22 1999-10-22 Image forming apparatus

Publications (2)

Publication Number Publication Date
JP2001127923A true JP2001127923A (en) 2001-05-11
JP3841139B2 JP3841139B2 (en) 2006-11-01

Family

ID=17891823

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30101599A Expired - Fee Related JP3841139B2 (en) 1999-10-22 1999-10-22 Image forming apparatus

Country Status (1)

Country Link
JP (1) JP3841139B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006001127A (en) * 2004-06-17 2006-01-05 Canon Inc Printer and its control method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006001127A (en) * 2004-06-17 2006-01-05 Canon Inc Printer and its control method

Also Published As

Publication number Publication date
JP3841139B2 (en) 2006-11-01

Similar Documents

Publication Publication Date Title
JP3195398B2 (en) Facsimile apparatus and control method thereof
JP2004234195A (en) Automatic program registration function
JP3841139B2 (en) Image forming apparatus
JP3365373B2 (en) Communication terminal device
JP3803925B2 (en) Image reading device
JP2004229178A (en) Original image reading and recording device
JP2000196801A (en) Facsimile system
JP2001113789A (en) Image-forming apparatus
JP3344387B2 (en) Image forming device
JPH0823409A (en) Facsimile communication system
JP3603834B2 (en) Communication terminal device
JPH1188616A (en) Facsimile equipment
JP4447180B2 (en) Composite device and control method of composite device
JP3557885B2 (en) Facsimile apparatus and print control method thereof
JPH11150620A (en) Facsimile equipment having broadcast transmission confirmation function
JPH0818719A (en) Printer with facsimile
JP3221410B2 (en) Communication terminal device
JP2002019234A (en) Image recorder
JPH0496565A (en) High performance facsimile equipment
JP2002185658A (en) Original reading device and original reading/recording device
JPS6223675A (en) Data communication equipment
JPS61203753A (en) Communication terminal equipment
JPH07156467A (en) Apparatus for forming image
JPH02217072A (en) Facsimile equipment
JPH09116681A (en) Recording device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050217

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060510

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060628

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060801

R150 Certificate of patent or registration of utility model

Ref document number: 3841139

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20090818

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20100818

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20100818

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110818

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20120818

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20130818

Year of fee payment: 7

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees