JP2012039562A - Network multifunction machine - Google Patents
Network multifunction machine Download PDFInfo
- Publication number
- JP2012039562A JP2012039562A JP2010180387A JP2010180387A JP2012039562A JP 2012039562 A JP2012039562 A JP 2012039562A JP 2010180387 A JP2010180387 A JP 2010180387A JP 2010180387 A JP2010180387 A JP 2010180387A JP 2012039562 A JP2012039562 A JP 2012039562A
- Authority
- JP
- Japan
- Prior art keywords
- data
- nic
- received
- facsimile
- unit
- 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
Links
Images
Classifications
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
- Facsimiles In General (AREA)
Abstract
Description
本発明は、ネットワーク複合機に関し、特に、低消費電力状態を取り得るネットワーク複合機に関する。 The present invention relates to a network multifunction peripheral, and more particularly to a network multifunction peripheral capable of taking a low power consumption state.
近年、CO2排出量削減等の観点から、電気機器の低消費電力化が社会的に求められている。例えばLAN等のネットワークに接続して使用されるネットワーク機器においては、待機時にCPUやハードディスク等の電源を停止し、ネットワークに直接接続しているネットワークインターフェースコントローラ(NIC)のみを動作させることにより省電力化を実現したものが知られている。 In recent years, from the viewpoint of reducing CO 2 emissions, etc., there is a social demand for lower power consumption of electrical devices. For example, in a network device used by connecting to a network such as a LAN, power is saved by stopping the power supply of the CPU and hard disk during standby and operating only the network interface controller (NIC) directly connected to the network. What has been realized is known.
このようなネットワーク機器として、他のネットワーク機器から状態の問合せ(ステータス送信要求コマンド)があったときにも、ネットワークインターフェース部以外の部分の低消費電力モードが妨げられず、低消費電力化を図ることができる情報処理装置が特許文献1に開示されている。この情報処理装置では、ネットワーク経由の状態の問合せ以外の処理要求に対しては、ネットワークインターフェース部以外の部分を通常モードにして処理を行い、状態の問合せに対しては、情報処理装置の状態を記憶する記憶部の内容に基づいて、ネットワークインターフェース部が問合せに応答することにより、ネットワークインターフェース部以外の部分を低消費電力モードのままにして、情報処理装置全体の低消費電力化を図っている。
As such a network device, even when there is a status inquiry (status transmission request command) from another network device, the low power consumption mode of the portion other than the network interface unit is not hindered and the power consumption is reduced. An information processing apparatus that can be used is disclosed in
より詳細には、情報処理全体を制御するメインCPU部は、処理要求がないことを確認すると、機能ブロックのレジスタの読み出し等で状態を把握し、状態記憶部に書き込む。状態としては、例えば情報処理装置がプリンタの場合には、プリンタの利用状態等が考えられる。その後、機能ブロックを低消費電力モードにし、メインCPU部も低消費電力モードに入る。これで、ネットワークインターフェース部以外の部分が低消費電力モードとなる。メインCPU部が低消費電力モード状態にあるときに、ネットワークを介して、ネットワーク機器から要求を受けると、ネットワークインターフェース部を制御するサブCPU部はその要求が状態の問合せかどうかを判定する。ここで、状態の問合せでない場合は、割込み信号により、メインCPU部を通常モードに戻す。通常モードに戻されたメインCPU部は、機能ブロックを通常モードに戻し、要求に対する処理を行う。一方、状態の問合せの場合には、サブCPU部は、状態記憶部を参照して、直接その応答(ステータス情報)をネットワークに返す。 More specifically, when confirming that there is no processing request, the main CPU that controls the entire information processing grasps the state by reading the register of the functional block and writes it in the state storage unit. As the status, for example, when the information processing apparatus is a printer, the usage status of the printer can be considered. Thereafter, the functional block is set to the low power consumption mode, and the main CPU unit also enters the low power consumption mode. Thus, the part other than the network interface part is in the low power consumption mode. When a request is received from a network device via the network while the main CPU is in the low power consumption mode, the sub CPU that controls the network interface determines whether the request is a status query. If it is not an inquiry about the state, the main CPU is returned to the normal mode by an interrupt signal. The main CPU unit that has been returned to the normal mode returns the functional block to the normal mode and performs processing for the request. On the other hand, in the case of a status inquiry, the sub CPU section refers to the status storage section and returns its response (status information) directly to the network.
上述したように、特許文献1記載の情報処理装置では、待機時に、ネットワークインターフェース部以外の部分を低消費電力状態とし、ネットワークインターフェース部のみ動作させることにより、装置の省電力化を図っている。また、この情報処理装置によれば、状態の問合せがあっても、ネットワークインターフェース部以外の部分の低消費電力モードが妨げられず、低消費電力化を図ることができる。しかしながら、ネットワークインターフェース部は、ネットワークを介して送られてくる他のネットワーク機器からの通信要求に何時でも対応できるように常時稼動させておく必要があり、低消費電力状態にすることができない。そのため、ネットワークインターフェース部の省電力化を図りたいという要望があった。
As described above, in the information processing apparatus described in
一方、上述したように、特許文献1記載の情報処理装置では、状態の問合せでない場合は、割込み信号により、メインCPU部が通常モードに戻される。通常モードに戻されたメインCPU部は、機能ブロックを通常モードに戻し、要求に対する処理を行う。ここで、メインCPU部及び機能ブロックが通常モードに戻され、データの処理が可能となるまでには、例えば、CPU,メモリなどのイニシャライズ、プログラムのロード、機器の予熱などの初期化処理が必要であり、時間がかかる。そのため、処理を早急に開始することが困難である。よって、低消費電力モードから通常モードへ戻す際に、より早く処理を開始できるようにしたいという要望があった。
On the other hand, as described above, in the information processing apparatus described in
本発明は、上記問題点を解消する為になされたものであり、低消費電力状態から稼働状態により早くに移行でき、かつ、消費電力をより低減することが可能なネットワーク複合機を提供することを目的とする。 The present invention has been made to solve the above-described problems, and provides a network multifunction device capable of quickly shifting from a low power consumption state to an operating state and further reducing power consumption. With the goal.
本発明に係るネットワーク複合機は、ネットワークを介して通信端末と接続され、該通信端末との間でデータの送受信を行なう第1通信制御手段、及び、該第1通信制御手段と通信可能に接続され、第1電力状態と該第1電力状態よりも消費電力の少ない第2電力状態とを取り得る第2通信制御手段を有する通信手段と、第1電力状態と第2電力状態とを取ることができ、通信手段により受信されたプリントデータをプリントアウトする記録手段と、第1電力状態と第2電力状態とを取ることができ、通信手段により受信されたファクシミリデータをファクシミリ送信するファクシミリ手段と、第1通信制御手段、第2通信制御手段、記録手段、及びファクシミリ手段に対して、選択的に、電力を供給し、又は、電力の供給を停止し得る電源とを備え、第1通信制御手段が、受信データがプリントデータ及びファクシミリデータのいずれかであるか否かを判断する判断手段と、第2通信制御手段、記録手段、及びファクシミリ手段の電力状態を判定する判定手段と、判断手段により、受信データがプリントデータ又はファクシミリデータであると判断され、かつ、判定手段により、第2通信制御手段、記録手段、及びファクシミリ手段が第2電力状態であると判定された場合に、第2通信制御手段、記録手段、及びファクシミリ手段を第1電力状態に移行させるための制御信号を出力する第1移行手段とを有し、第2通信制御手段が、受信データがプリントデータ又はファクシミリデータであると判断されて電力が供給され、第2電力状態から第1電力状態へ移行したときに、受信データがプリントデータであるかファクシミリデータであるかを判別する判別手段と、判別手段により、受信データがプリントデータであると判別された場合に、ファクシミリ手段を第2電力状態に移行させ、受信データがファクシミリデータであると判別された場合に、記録手段を第2電力状態に移行させるための制御信号を出力する第2移行手段とを有することを特徴とする。なお上記ファクシミリ手段には、モデム及びNCU(Network Control Unit)を含む。 The network multifunction peripheral according to the present invention is connected to a communication terminal via a network, and is connected to be communicable with the first communication control means for transmitting and receiving data to and from the communication terminal, and the first communication control means Communication means having a second communication control means capable of taking a first power state and a second power state that consumes less power than the first power state, and taking the first power state and the second power state Recording means for printing out the print data received by the communication means, and facsimile means for taking a first power state and a second power state and transmitting the facsimile data received by the communication means by facsimile. , A power supply capable of selectively supplying power or stopping the power supply to the first communication control means, the second communication control means, the recording means, and the facsimile means The first communication control means determines whether the received data is either print data or facsimile data, and determines the power state of the second communication control means, recording means, and facsimile means. The determining means and the determining means determine that the received data is print data or facsimile data, and the determining means determines that the second communication control means, the recording means, and the facsimile means are in the second power state. The second communication control means, the recording means, and the first transition means for outputting a control signal for causing the facsimile means to transition to the first power state. Is received when it is determined that the data is print data or facsimile data and the power is supplied to shift from the second power state to the first power state. And determining means for determining whether the data is print data or facsimile data, and when the received data is determined to be print data by the determining means, the facsimile means is shifted to the second power state and received. And a second shift means for outputting a control signal for shifting the recording means to the second power state when it is determined that the data is facsimile data. The facsimile means includes a modem and an NCU (Network Control Unit).
本発明に係るネットワーク複合機によれば、通信端末から受信された受信データが、プリントデータ(PCプリントデータ)及びファクシミリデータ(PC−FAXデータ)のいずれかであると判断された時点で、第2通信制御手段、記録手段、及びファクシミリ手段に対して電力供給が開始される。よって、より速いタイミングで電力供給が開始されるため、第2通信制御手段、記録手段、及びファクシミリ手段を早期に立ち上げ、より早く第1電力状態(稼働状態)に移行させることができる。一方、第2通信制御手段に対して電力供給が開始され、受信データを解析できる状態になったときに、プリントデータであるかファクシミリデータであるかが判別され、受信データの処理に必要ない手段、すなわち、受信データがプリントデータである場合にはファクシミリ手段、受信データがファクシミリデータである場合には記録手段がより消費電力が小さい第2電力状態(すなわち低消費電力状態)にされる。よって、全体の消費電力をより低減することができる。また、通信手段が、第1通信制御手段と第2通信制御手段とに分割されて構成され、例えば待機時に、第2通信制御手段が第2電力状態にされるとともに、第1通信制御手段のみが稼動されて、受信データの待ち受け動作が行われる。よって、受信データの待ち受け時に、第1通信制御手段を除いて、通信手段を低消費電力状態にすることができるため、通信手段の消費電力を低減することができる。以上の結果、低消費電力状態から稼働状態により早くに移行でき、かつ、消費電力をより低減することが可能となる。 According to the network multifunction peripheral according to the present invention, when it is determined that the received data received from the communication terminal is either print data (PC print data) or facsimile data (PC-FAX data). 2 Power supply is started to the communication control means, recording means, and facsimile means. Accordingly, since the power supply is started at a faster timing, the second communication control unit, the recording unit, and the facsimile unit can be started up early and can be shifted to the first power state (operating state) earlier. On the other hand, when power supply to the second communication control means is started and the received data can be analyzed, it is determined whether the data is print data or facsimile data, and means that is not necessary for processing the received data That is, when the received data is print data, the facsimile means is set, and when the received data is facsimile data, the recording means is set to the second power state (ie, the low power consumption state) with lower power consumption. Therefore, the overall power consumption can be further reduced. Further, the communication means is configured to be divided into a first communication control means and a second communication control means. For example, during standby, the second communication control means is set to the second power state and only the first communication control means. Is activated, and a standby operation for received data is performed. Therefore, when waiting for received data, the communication means can be put into a low power consumption state except for the first communication control means, so that the power consumption of the communication means can be reduced. As a result of the above, it is possible to shift from the low power consumption state to the operating state earlier, and it is possible to further reduce the power consumption.
本発明に係るネットワーク複合機では、判断手段が、受信データのポート番号から、該受信データが、プリントデータ及びファクシミリデータのいずれかであるか否かを判断することが好ましい。 In the network multifunction peripheral according to the present invention, it is preferable that the determination unit determines whether the received data is either print data or facsimile data from the port number of the received data.
このようにすれば、受信データが、PCプリント、PC−FAXで使用されるポート番号、例えば、9100番(Port9100)、515番(LPD)、631番(IPP)に対するデータである場合に、プリントデータ又はファクシミリデータであると判断することができる。なお、この判断は、データのパターンマッチングで行うことができるため、クロック周波数が低く、処理速度が比較的遅いCPUで対応でき、また、大容量のメモリ等を備える必要もない。よって、判断手段を有する第1通信制御手段の消費電力を低減することができる。 In this way, if the received data is data for port numbers used in PC printing and PC-FAX, for example, 9100 (Port 9100), 515 (LPD), and 631 (IPP), printing is performed. Data or facsimile data can be determined. Since this determination can be made by data pattern matching, it can be handled by a CPU having a low clock frequency and a relatively low processing speed, and it is not necessary to provide a large-capacity memory. Therefore, the power consumption of the first communication control unit having the determination unit can be reduced.
本発明に係るネットワーク複合機では、判別手段が、受信データに含まれるランゲージ情報を解析し、該受信データが、プリントデータであるかファクシミリデータであるかを判別することが好ましい。 In the network multifunction peripheral according to the present invention, it is preferable that the determination unit analyzes the language information included in the received data and determines whether the received data is print data or facsimile data.
このようにすれば、受信データ(PDLデータ又はGDIデータ)に含まれるランゲージ情報として、プリント用の言語であるPCLxL、PCL5e、GDIなどが記載されている場合に、プリントデータであると判別することができる。一方、プリント用の言語以外の場合には、ファクシミリデータであると判別することができる。なお、PDLデータは、PDL(Page Description Language:ページ記述言語)で記述されたプリントデータであり、GDIデータは、GDI(Graphic Device Interface)によって生成されたプリントデータである。GDIデータによる方式では、送信元(通信端末側)でデータのラスタライズ等の処理が行われ、ラスタデータとしてネットワーク複合機側へ送られるため、ネットワーク複合機側では、ラスタデータを生成するための展開処理を行う必要がない。 In this way, when the language information included in the received data (PDL data or GDI data) includes PCLxL, PCL5e, GDI or the like as a language for printing, it is determined that the data is print data. Can do. On the other hand, if the language is not for printing, it can be determined that the data is facsimile data. Note that the PDL data is print data described in PDL (Page Description Language), and the GDI data is print data generated by GDI (Graphic Device Interface). In the GDI data method, processing such as data rasterization is performed at the transmission source (communication terminal side), and the data is sent to the network multifunction device side as raster data. Therefore, the network multifunction device side develops raster data to be generated. There is no need to process.
本発明に係るネットワーク複合機では、第1通信制御手段が、通信端末からのセッション確立要求信号が受信され、かつ、第1移行手段により制御信号が出力された場合に、該通信端末との間にセッションを確立するとともに、第2通信制御手段の電力状態が第1電力状態に移行されるまでの間、セッションを張った状態で通信端末に対してデータの送信を禁止させる持続接続制御を実行する持続接続制御手段をさらに含むことが好ましい。 In the network multifunction peripheral according to the present invention, when the first communication control means receives the session establishment request signal from the communication terminal and outputs the control signal from the first transition means, the first communication control means In addition to establishing a session at the same time, until the power state of the second communication control means shifts to the first power state, the persistent connection control for prohibiting data transmission to the communication terminal in a state where the session is established is executed. It is preferable to further include persistent connection control means.
この場合、第2通信制御手段の電力状態が、受信データを処理することができる第1電力状態に移行するまでの間、セッションが張られた状態が保持されつつ通信端末に対してデータの送信が禁止される。よって、受信データを一時的に格納するための大容量メモリを第1通信制御手段側で備える必要がないため、メモリの消費電力を抑えることができる。また、このようにすれば、持続接続制御が解除される時点では、既にセッションが張られているため、迅速にデータ通信を開始することが可能となる。 In this case, until the power state of the second communication control unit shifts to the first power state where received data can be processed, data transmission to the communication terminal is maintained while the session is maintained. Is prohibited. Therefore, it is not necessary to provide a large-capacity memory for temporarily storing received data on the first communication control means side, so that the power consumption of the memory can be suppressed. In this way, since the session has already been established when the persistent connection control is released, it is possible to start data communication promptly.
本発明によれば、低消費電力状態から稼働状態により早くに移行でき、かつ、消費電力をより低減することが可能となる。 According to the present invention, it is possible to shift from a low power consumption state to an operating state earlier, and it is possible to further reduce power consumption.
以下、図面を参照して本発明の好適な実施形態について詳細に説明する。なお、各図において、同一要素には同一符号を付して重複する説明を省略する。なお、ここでは、実施形態に係るネットワーク複合機(MFP)がLANを介してパーソナルコンピュータ(以下「PC」という。特許請求の範囲に記載の通信端末に相当)と接続されているネットワークシステムを例にして説明する。なお、例示するネットワークシステムは、理解を容易にするためにその構成を簡略化したものである。まず、図1及び図2を併せて用いて、ネットワーク複合機1及びネットワーク・インターフェース・コントローラ(以下「NIC」という)10の構成について説明する。図1は、LAN51に接続されたネットワーク複合機1の全体構成を示すブロック図である。図2は、NIC10の構成を示すブロック図である。
DESCRIPTION OF EMBODIMENTS Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the drawings. In addition, in each figure, the same code | symbol is attached | subjected to the same element and the overlapping description is abbreviate | omitted. Here, a network system in which the network multifunction peripheral (MFP) according to the embodiment is connected to a personal computer (hereinafter referred to as “PC”, corresponding to the communication terminal described in the claims) via a LAN is taken as an example. I will explain. The illustrated network system has a simplified configuration for easy understanding. First, the configuration of the network multifunction peripheral 1 and the network interface controller (hereinafter referred to as “NIC”) 10 will be described with reference to FIGS. 1 and 2 together. FIG. 1 is a block diagram showing the overall configuration of the
ネットワーク複合機1は、待機時に低消費電力状態を取り得るネットワーク複合機であり、LAN51を介して接続されているPC30から受信したプリントデータ(PCプリントデータ)を用紙に記録するPCプリント機能、及び、PC30から受信したファクシミリデータ(PC−FAXデータ)をファクシミリ送信するPC−FAX機能を備えている。また、ネットワーク複合機1は、原稿を読み取り画像データを生成するスキャナ機能、読み取り生成した画像データを用紙に記録するコピー機能、ファクシミリ通信により受信した画像データを用紙に記録するFAX受信機能、及び、読み取った画像データをファクシミリ送信するFAX送信機能を備えている。さらに、ネットワーク複合機1は、電子メールを利用してIP網経由で画像データを送受信するインターネットFAX(IFAX)機能等も有している。これらの各機能を実現するためにネットワーク複合機1は、MFP本体3及び該MFP本体3をLAN51に接続するためのNIC10を備えている。また、MFP本体3は、制御部11、記録部12、操作部13、表示部14、読取部15、コーデック16、画像記憶部17、モデム18、NCU19、IFAX制御部20、Webサーバ21、及び、電源25等を備えている。なお、上記各部はバス(通信路)23で相互に通信可能に接続されている。また、NIC10を構成する第2NIC120(詳細は後述する)及びMFP本体3は、稼動時に通常電力状態(特許請求の範囲に記載の第1電力状態に相当)を取り、待機時に低消費電力状態(特許請求の範囲に記載の第2電力状態に相当)を取り得るように構成されている。
The
NIC10は、各種通信プロトコルの送受信制御処理、及び各種通信プロトコル上のデータ解析処理及びデータ作成処理を行なうネットワークインターフェースである。LAN51を介して接続されているPC30とのデータ通信はこのNIC10を通して行われる。NIC10は、図2に示されるように、ネットワークパケット(ネットワークデータ)を受信するフロントエンド部(特許請求の範囲に記載の第1通信制御手段に相当、以下「第1NIC」という)100と、受信データの解析、応答データの生成、及び各種アプリケーションに対応した処理を行うバックエンド部(特許請求の範囲に記載の第2通信制御手段に相当、以下「第2NIC」という)120とを備えている。
The
第1NIC100は、LAN51を介して例えばPC30と接続され、該PC30との間で通信を行なう。第2NIC120は、例えばPCI(Peripheral Component Interconnect)又はPCI Express等のバス130(特許請求の範囲に記載の通信路に相当)を介して第1NIC100と相互にデータ転送可能に接続され、稼動時に通常電力状態を取り、待機時に低消費電力状態を取り得るように構成されている。なお、待機時すなわちMFP本体3及び第2NIC120が低消費電力状態にあるときであっても、第1NIC100には電力が供給される。また、第1NIC100と第2NIC120とは、PCI等のバス130に代えて、例えば、シリアル通信又はUSB等によって通信可能に接続されていてもよい。
The
第1NIC100は、演算を行なうマイクロプロセッサ、マイクロプロセッサに各処理を実行させるためのプログラム等を記憶するROM、マイクロプロセッサにより制御されて通信処理を行う通信用チップ(IC)、及び通信用チップにより受信され、該通信用チップから読み出された受信データや演算結果等の各種データを一時的に記憶するRAM等により構成されている。なお、第1NIC100は、上述したマイクロプロセッサ、通信用チップ、ROM、RAM等がワンチップに収められたマイクロコンピュータを用いて構成してもよい。また、第1NIC100で用いられるマイクロプロセッサは、第2NIC120で用いられるものよりも例えばクロック周波数が低く、より低消費電力のものを用いることが好ましい。さらに、第1NIC100で用いられるRAM等のメモリは、第2NIC120で用いられるものよりも容量が小さく、消費電力がより低いものを用いることが好ましい。
The
図2に示されるように、第1NIC100では、上述したハードウェアとソフトウェアの組み合わせにより、受信部101、送信部103、記憶部104、電力状態判定部105、データ種別判断部106、起動信号出力部107、バス転送部108、応答データ生成部109、持続接続制御部110が構築されている。
As shown in FIG. 2, in the
受信部101は、例えばPC30からLAN51を介してネットワークパケット(ネットワークデータ)を受信するものである。記憶部104は、上述したRAMにより構成され、第2NIC120が起動されるまでの間に受信された受信データを記憶する。
The receiving
電力状態判定部105は、第2NIC120と接続されたポートのレベル(Hi又はLow)に基づいて、第2NIC120、及びMFP本体3の電力状態を判定する。具体的には、電力状態判定部105は、ポートレベルがHi(5V)の場合には通常電力状態と判定し、Low(0V)のときには低消費電力状態と判定する。すなわち、電力状態判定部105は、特許請求の範囲に記載の判定手段として機能する。
The power
データ種別判断部106は、受信部101により受信されたネットワークデータが、PCプリントデータ及びPC−FAXデータのいずれかであるか否かを判断する。すなわち、データ種別判断部106は、特許請求の範囲に記載の判断手段として機能する。ここで、データ種別判断部106は、受信されたネットワークデータのポート番号から、該受信データが、PCプリントデータ及びPC−FAXデータのいずれかであるか否かを判断する。より詳細には、データ種別判断部106は、パターンマッチングにより、ネットワークデータが、PCプリント、PC−FAXで使用されるポート番号、例えば、9100番(Port9100)、515番(LPD)、631番(IPP)に対するデータであると認められた場合に、PCプリントデータ又はPC−FAXデータであると判断する。なお、データ種別判断部106による判断結果は、起動信号出力部107に出力されるとともに、バス転送部108を介して、第2NICに転送される。
The data
起動信号出力部107は、データ種別判断部106により、受信データがPCプリントデータ又はPC−FAXデータであると判断され、かつ、電力状態判定部105により、第2NIC120及びMFP本体3(制御部11、記録部12、コーデック16、画像記憶部17、モデム18、NCU19)が低消費電力状態であると判定された場合に、第2NIC120及びMFP本体3に電力が供給され、電力状態を低消費電力状態から通常電力状態に移行させるための制御信号(以下「起動信号」という)を電源25に対して出力する。すなわち、起動信号出力部107は、特許請求の範囲に記載の第1移行手段として機能する。なお、起動信号出力部107は、制御部11に対して制御信号を出力し、制御部11が、電源25に対して起動信号を出力する構成としてもよい。起動信号出力部107から起動信号が出力されると、電源25から第2NIC120及びMFP本体3への電力供給が開始される。そして、第2NIC120及びMFP本体3それぞれにおいてプログラムロード等の初期化処理(起動処理)が実行され、第2NIC120及びMFP本体3が起動される。第2NIC120及びMFP本体3の起動が完了すると、上述したポートレベルがHiにセットされる。なお、起動信号出力部107は、受信データがPCプリントデータ、PC−FAXデータではない場合、該受信データが第1NIC100で応答できないものであるときに、PCプリントデータ、PC−FAXデータに基づかない起動信号を出力する。
The activation signal output unit 107 determines that the received data is PC print data or PC-FAX data by the data
バス転送部108は、第2NIC120が低消費電力状態から通常電力状態に遷移したと判定された場合(起動された場合)に、第2NIC120が起動するまでに受信されて記憶部104に記憶されている受信データを、バス130を介して第2NIC120に転送する。また、バス転送部108は、第2NIC120が通常電力状態にあるときに、受信部101により受信されたデータを第2NIC120にバス130を介して転送する。
When it is determined that the
応答データ生成部109は、第2NIC120を起動する必要がない場合(すなわち第1NIC100のみで応答が可能な場合)に、受信部101により受信されたデータに対する応答(レスポンス)データを生成する。例えば、応答データ生成部109は、MACアドレスを問い合わせるためのARP要求(Address Resolution Protocol)、IPのエラーメッセージや制御メッセージを転送するためのICMP要求(Internet Control Message Protocol)、ネットワーク機器をネットワーク経由で監視・制御するためのSNMP要求(Simple Network Management Protocol)等に対する応答データを生成する。なお、応答データ生成部109により生成された応答データは、送信部103へ出力される。
The response
送信部103は、第2NIC120が低消費電力状態にあるときに、応答データ生成部109により生成された応答データをLAN51に送出する。また、送信部103は、第2NIC120が通常電力状態にあるときに、第2NIC120からバス130を介して受取った応答データをLAN51に送出する。
The
持続接続制御部110は、受信部101により通信端末(例えばPC30)からのセッション確立要求信号(TCP/IPデータ)が受信され、かつ、起動信号出力部107により起動信号が出力された場合に、該通信端末との間にセッションを確立するとともに、第2NIC120の電力状態が低消費電力状態から通常電力状態に移行されるまでの間、セッションを張った状態で通信端末に対してデータの送信を禁止させる持続接続制御(キープアライブ制御)を実行する。すなわち、持続接続制御部110は、特許請求の範囲に記載の持続接続制御手段として機能する。
The persistent
より詳細には、持続接続制御部110は、持続接続制御を行う際に、通信端末(例えばPC30)に対して、windows sizeがゼロのACK(win=0)を返信する。ACK(win=0)が返信されると、送信元は、受信バッファが空いたか否かを問い合わせる信号TCP Zero Window Probe(win=0)を定期的に送出する。この信号に対して、第1NIC100が、受信バッファに空き容量がないことを示す信号TCP Zero Window Probe ACK(win=0)を返すことにより持続接続制御が行われる。すなわち、持続接続制御が維持されている間、TCP Zero Window Probe(win=0)に対してTCP Zero Window Probe ACK(win=0)が返信される。なお、第2NIC120が通常電力状態である場合には、持続接続制御部110は、持続接続制御を実行することなく通信端末に対してデータの送信を許可する。また、持続接続制御部110は、第2NIC120が低消費電力状態から通常電力状態に移行したとき(起動されたとき)に持続接続制御を終了し、セッション確立要求信号を送信した通信端末に対してデータの送信を許可する。
More specifically, when performing persistent connection control, the persistent
第2NIC120は、演算を行なうマイクロプロセッサ、マイクロプロセッサに各処理を実行させるためのプログラム等を記憶するROM、第1NIC100から転送された受信データ、演算結果等の各種データを一時的に記憶するRAM、及びバックアップデータを記憶するバックアップRAM等により構成されている。なお、第2NIC120は、これらのマイクロプロセッサ、ROM、RAM等がワンチップに収められたマイクロコンピュータを用いて構成してもよい。なお、第2NIC120で用いられるマイクロプロセッサは、第1NIC100で用いられるものよりもクロック周波数が高く、より高速動作するものが利用される。さらに、第2NIC120で用いられるRAM等のメモリは、第1NIC100のメモリよりも容量が大きいものが用いられる。
The
第2NIC120では、上述したハードウェアとソフトウェアの組み合わせにより、受取部121、データ判別部122、電力停止部123、生成部124、及び出力部125等が構築されている。
In the
受取部121は、第2NIC120が通常電力状態にあるときに、第1NIC100によって通信端末(例えばPC30)から受信され、バス転送部108から転送された受信データを、バス130を介して受取る。なお、受取部121で受取られた受信データは、データ判別部122、及び生成部124に出力される。
The receiving
データ判別部122は、起動信号出力部107によって受信データがPCプリントデータ又はPC−FAXデータであると判断されて電力が供給され、低消費電力状態から通常電力状態へ移行したときに、受取部121で受取られた該受信データがPCプリントデータであるかPC−FAXデータであるかを判別する。すなわち、データ判別部122は、特許請求の範囲に記載の判別手段として機能する。ここで、データ判別部122は、受信データ(PDLデータ又はGDIデータ)に含まれるランゲージ情報を解析(パターンマッチング)し、該受信データが、PCプリントデータであるかPC−FAXデータであるかを判別する。より詳細には、データ判別部122は、受信データ(PDLデータ又はGDIデータ)に含まれるランゲージ情報として、プリント用の言語であるPCLxL、PCL5e、GDIが記載されている場合に、受信データがPCプリントデータであると判別する。一方、プリント用の言語以外の場合には、ファクシミリデータであると判別する。なお、データ判別部122による判別結果は、電力停止部123へ出力される。
When the activation signal output unit 107 determines that the received data is PC print data or PC-FAX data and is supplied with power, the
電力停止部123は、データ判別部122による判別結果に応じて、受信データの処理に必要のないユニットへの電力供給を停止するように電源25に対して制御信号(以下「停止信号」という)を出力する。より具体的には、受信データがPCプリントデータであると判別された場合には、モデム18及びNCU19への電力供給を停止するように電源25に対して停止信号を出力する。一方、受信データがPC−FAXデータであると判別された場合には、記録部12への電力供給を停止するように電源25に対して停止信号を出力する。すなわち、電源停止部123は、特許請求の範囲に記載の第2移行手段として機能する。なお、電源停止部123は、制御部11に対して制御信号を出力し、制御部11が、電源25に対して停止信号を出力する構成としてもよい。
The
生成部124は、受取部121により受取られた受信データに対する応答(レスポンス)データを生成するものである。なお、生成部124で生成された応答データは、出力部125に出力される。出力部125は、生成部124により生成された応答データを、バス130を介して、第1NIC100に出力する。
The
第2NIC120は、例えば、所定時間(例えば5分)以上連続して通信が行われない場合に電源25からの電力供給が停止され、低消費電力状態となる。一方、第2NIC120では、上述したように、起動信号出力部107から出力された起動信号によって電源25からの電力供給が開始され、通常電力状態となる。
For example, when communication is not continuously performed for a predetermined time (for example, 5 minutes) or longer, the
第2NIC120は、インターネット環境を利用したIFAX機能をも司る。第2NIC120は、SMTP(Simple Mail Transfer Protocol)に従って電子メールを送信する機能、及び、POP(Post Office Protocol)に従って電子メールを受信する機能を有している。第2NIC120は、送信原稿をTIFF形式等の画像データとして電子メールに添付し、メールアドレス(SMTPサーバ)宛てに送信する。また、第2NIC120は、設定された時間毎にPOPサーバから電子メールを受信して添付ファイルをプリントアウトする。
The
図1に戻り説明を続ける。MFP本体3を構成する制御部11は、演算を行なうマイクロプロセッサ、マイクロプロセッサに各処理を実行させるためのプログラム等を記憶するROM、演算結果等の各種データを一時的に記憶するRAM、及びバックアップデータを記憶するバックアップRAM等により構成されている。制御部11は、ROMに記憶されているプログラムを実行することにより、MFP本体3を構成するハードウェアを統合的に制御する。
Returning to FIG. The
記録部12は、電子写真方式のプリンタであり、外部のPC30から受信されたPCプリントデータを用紙にプリントアウトする。すなわち、記録部12は、特許請求の範囲に記載の記録手段として機能する。また、記録部12は、読取部15により読み取られ生成された画像データ、及びFAX、IFAX等で受信された画像データを用紙にプリントアウトする。
The
操作部13は、ネットワーク複合機1の各機能を利用するために用いられる複数のキー、例えば、テンキー、短縮キー、スタートキー、ストップキー、及び各種のファンクションキー等を備えている。表示部14は、LCD等を用いた表示装置であり、ネットワーク複合機1の動作状態及び/又は各種設定内容等を表示する。読取部15は、光源及びCCD等によって構成されており、紙文書等の原稿を設定された副走査線密度に応じてライン毎に読み取り、画像データを生成する。
The
コーデック16は、読取部15で読み取られた画像データを符号化圧縮するとともに符号化圧縮されている画像データを復号する。画像記憶部17は、DRAM等で構成されており、コーデック16で符号化圧縮された画像データ、FAX受信された画像データ、及び、外部のPC30から受信されて符号化圧縮された画像データ等を記憶する。
The
モデム(変復調器)18は、ディジタル信号とアナログ信号との間の変復調を行なう。また、モデム18は、ディジタル命令信号(DCS)等の各種機能情報の発生及び検出を行なう。NCU(Network Control Unit)19は、モデム18と接続されており、モデム18と公衆交換電話網(PSTN)50との接続を制御する。また、NCU19は、送信先のファクシミリ番号に対応した呼出信号の送出、及びその着信を検出する機能を備えている。なお、NCU19への電力供給が停止されるときであっても、着信を検出する着信検出回路には、電力が供給される。モデム18、及び着信検出回路を除くNCU19は、特許請求の範囲に記載のファクシミリ手段として機能する。Webサーバ21は、例えばHTMLで記述されたホームページ、ログインページ、及びファクシミリ操作ページ等のデータに対して、PC30からアクセスして所定のHTTPタスクを実行することを可能にする。
A modem (modem / demodulator) 18 performs modulation / demodulation between a digital signal and an analog signal. The
電源25は、制御信号に従って、NIC10を構成する第1NIC100、第2NIC120、及びMFP本体3を構成する各部に対して、選択的に電力を供給し、又は、電力の供給を停止する。すなわち、第2NIC120及びMFP本体3(記録部12、モデム18、NCU19など)は、電源25からの電力供給が開始されて通常電力状態(稼働状態)に移行し、電源25からの電力供給が停止されて低消費電力状態に移行する。
The
次に、図3〜図5を併せて参照しつつ、ネットワーク複合機1による通信/電力制御処理について説明する。ここで、図3は、第1NIC100による通信/電力制御処理の処理手順を示すフローチャートである。また、図4,5は、第2NIC120による通信/電力制御処理の処理手順を示すフローチャート(第1ページ、第2ページ)である。
Next, communication / power control processing by the network multifunction peripheral 1 will be described with reference to FIGS. Here, FIG. 3 is a flowchart showing a processing procedure of communication / power control processing by the
まず、図3を参照しつつ、第1NIC100による通信/電力制御処理について説明する。この処理は、第1NIC100において、所定のタイミングで実行される。
First, the communication / power control process by the
ステップS100では、ネットワークデータが受信されたか否かについての判断が行われる。ここで、ネットワークデータが受信された場合には、ステップS102に処理が移行する。一方、ネットワークデータが受信されていないときには、ネットワークデータが受信されるまで、本ステップが繰り返して実行される。 In step S100, a determination is made as to whether network data has been received. Here, when network data is received, the process proceeds to step S102. On the other hand, when the network data is not received, this step is repeatedly executed until the network data is received.
ステップS102では、第2NIC120が低消費電力状態であるか否かについての判断が行われる。ここで、第2NIC120が低消費電力状態でない場合には、ステップS104において、通常のデータ受信処理が実行されて、受信データが第2NIC120に転送された後、本処理から一旦抜ける。一方、第2NIC120が低消費電力状態であるときには、ステップS106に処理が移行する。
In step S102, a determination is made as to whether or not the
ステップS106では、パターンマッチングにより、受信データがARP要求であるか否かについての判断が行われる。ここで、受信データがARP要求である場合には、ステップS108において、ARP応答データが生成されて、送出される(ARP応答処理)。一方、受信データがARP要求でないときには、ステップS110に処理が移行する。 In step S106, it is determined whether or not the received data is an ARP request by pattern matching. If the received data is an ARP request, ARP response data is generated and sent (ARP response processing) in step S108. On the other hand, when the received data is not an ARP request, the process proceeds to step S110.
ステップS110では、パターンマッチングにより、受信データがICMP要求であるか否かについての判断が行われる。ここで、受信データがICMP要求である場合には、ステップS112において、ICMP応答データが生成されて、送出される(ICMP応答処理)。一方、受信データがICMP要求でないときには、ステップS114に処理が移行する。 In step S110, a determination is made as to whether or not the received data is an ICMP request by pattern matching. If the received data is an ICMP request, ICMP response data is generated and sent (ICMP response processing) in step S112. On the other hand, when the received data is not an ICMP request, the process proceeds to step S114.
ステップS114では、パターンマッチングにより、受信データがSNMP要求であるか否かについての判断が行われる。ここで、受信データがSNMP要求である場合には、ステップS116において、SNMP応答データが生成されて、送出される(SNMP応答処理)。一方、受信データがSNMP要求でないときには、ステップS118に処理が移行する。 In step S114, it is determined whether the received data is an SNMP request by pattern matching. If the received data is an SNMP request, SNMP response data is generated and transmitted (SNMP response processing) in step S116. On the other hand, when the received data is not an SNMP request, the process proceeds to step S118.
ステップS118では、受信データがPCプリント、PC−FAXで使用されるポート番号、例えば、9100番(Port9100)、515番(LPD)、631番(IPP)に対するデータであるか否かについての判断が行われる。ここで、受信データがPCプリント、PC−FAXで使用されるポート番号に対するデータである場合には、ステップS120に処理が移行する。一方、受信データがPCプリント、PC−FAXで使用されるポート番号に対するデータでないとき(例えば80番)には、ステップS134に処理が移行する。 In step S118, a determination is made as to whether or not the received data is data for port numbers used in PC printing and PC-FAX, for example, 9100 (Port 9100), 515 (LPD), and 631 (IPP). Done. If the received data is data for a port number used in PC printing or PC-FAX, the process proceeds to step S120. On the other hand, when the received data is not data for a port number used in PC printing or PC-FAX (for example, No. 80), the process proceeds to step S134.
ステップS120では、PCプリント、PC−FAXに基づく起動要求が出力される。より具体的には、第2NIC120及びMFP本体3に対する電力供給を開始するための起動信号が電源25に対して出力され、第2NIC120及びMFP本体3への電力供給が開始される。
In step S120, an activation request based on PC printing and PC-FAX is output. More specifically, an activation signal for starting power supply to the
続くステップS122では、第2NIC120及びMFP本体3の起動が完了したか否か、すなわち第2NIC120及びMFP本体3が通常電力状態に移行したか否かについての判断が行われる。ここで、第2NIC120及びMFP本体3の起動がまだ完了していない場合には、ステップS124に処理が移行する。一方、起動が完了したときには、ステップS126に処理が移行する。
In the subsequent step S122, it is determined whether or not the activation of the
ステップS124では、セッションを張った状態でデータの送信を禁止する持続接続制御が実行される。なお、持続接続制御については上述した通りであるので、ここでは詳細な説明を省略する。その後、ステップS122に処理が移行し、第2NIC120及びMFP本体3の起動が完了するまで、持続接続制御が継続して実行される。
In step S124, persistent connection control for prohibiting data transmission in a state where a session is established is executed. Since persistent connection control is as described above, detailed description thereof is omitted here. Thereafter, the process proceeds to step S122, and the continuous connection control is continuously executed until the activation of the
一方、第2NIC120及びMFP本体3の起動が完了した場合、ステップS126では、第1番目の受信データが第2NIC120に転送される。続くステップS128では、ネットワークパケットデータが受信されたか否かについての判断が行われる。ここで、ネットワークパケットデータが受信されていない場合には、ネットワークパケットデータが受信されるまで本ステップが繰り返して実行される。一方、ネットワークパケットデータが受信されたときには、ステップS130に処理が移行する。
On the other hand, when the activation of the
ステップS130では、受信されたデータが第2NIC120にバス130を介して転送(メモリ転送)される。続いて、ステップS132では、第2NIC120から転送されてきた応答データなどが、例えばPC30に対して送出される。その後、本処理が終了する。
In step S130, the received data is transferred (memory transfer) to the
上述したステップS118において、受信データがPCプリント、PC−FAXで使用されるポート番号に対するデータでないと判断されたときには、ステップS134において、機器状態設定・取得に基づく起動要求が出力される。より具体的には、第2NIC120及びMFP本体3に対する電力供給を開始するための起動信号が電源25に対して出力され、第2NIC120及びMFP本体3への電力供給が開始される。
When it is determined in step S118 described above that the received data is not data for the port number used for PC printing or PC-FAX, a start request based on device state setting / acquisition is output in step S134. More specifically, an activation signal for starting power supply to the
続くステップS136では、第2NIC120及びMFP本体3の起動が完了したか否か、すなわち第2NIC120及びMFP本体3が通常電力状態に移行したか否かについての判断が行われる。ここで、第2NIC120及びMFP本体3の起動がまだ完了していない場合には、ステップS138に処理が移行する。一方、起動が完了したときには、ステップS140に処理が移行する。
In the subsequent step S136, it is determined whether or not the activation of the
ステップS138では、セッションを張った状態でデータの送信を禁止する持続接続制御が実行される。なお、持続接続制御については上述した通りであるので、ここでは詳細な説明を省略する。その後、ステップS136に処理が移行し、第2NIC120及びMFP本体3の起動が完了するまで、持続接続制御が継続して実行される。
In step S138, persistent connection control for prohibiting data transmission in a state where a session is established is executed. Since persistent connection control is as described above, detailed description thereof is omitted here. Thereafter, the process proceeds to step S136, and the continuous connection control is continuously executed until the activation of the
一方、第2NIC120及びMFP本体3の起動が完了した場合、ステップS140では、第1番目の受信データが第2NIC120に転送される。続くステップS142では、ネットワークパケットデータが受信されたか否かについての判断が行われる。ここで、ネットワークパケットデータが受信されていない場合には、ネットワークパケットデータが受信されるまで本ステップが繰り返して実行される。一方、ネットワークパケットデータが受信されたときには、ステップS144に処理が移行する。
On the other hand, when the activation of the
ステップS144では、受信されたデータが第2NIC120にバス130を介して転送(メモリ転送)される。続いて、ステップS146では、第2NIC120から転送されてきた応答データなどが、例えばPC30に対して送出される。その後、本処理が終了する。
In step S144, the received data is transferred (memory transfer) to the
次に、図4及び図5を併せて参照しつつ、第2NIC120による通信/電力制御処理について説明する。この処理は、第2NIC120において、所定のタイミングで実行される。
Next, communication / power control processing by the
ステップS200では、第2NIC120が低消費電力状態であるか否かについての判断が行われる。ここで、第2NIC120が低消費電力状態でない場合にはステップS202において、第1NIC100及びMFP本体3との間で、通常の受信処理が実行される。その後、本処理から一旦抜ける。一方、第2NIC120が低消費電力状態であるときには、ステップS204に処理が移行する。
In step S200, a determination is made as to whether or not the
ステップS204では、第1NIC100から、起動信号(起動要求)が出力されたか否かについての判断が行われる。ここで、起動信号が出力されていない場合には、起動信号が出力されるまで、本ステップが繰り返して実行される。一方、起動信号が出力されたときには、ステップS206に処理が移行する。
In step S204, a determination is made as to whether or not an activation signal (activation request) is output from the
ステップ206では、第1NIC100から出力された起動信号(起動要求)が、PCプリント、PC−FAXに基づくものであるか否かについての判断が行われる。ここで、PCプリント、PC−FAXに基づくものである場合には、ステップS208に処理が移行する。一方、PCプリント、PC−FAXに基づくものでないときには、ステップS260に処理が移行する。
In
ステップS208では、第2NIC120に対して電力供給が開始され、第2NIC120の初期化処理が実行される。続いて、ステップS210では、MFP本体3の制御部11、画像記憶部17、各センサに電力供給が開始され、プログラムのロード、メモリのイニシャライズなどの初期化処理が実行される。また、ステップS212では、モデム18、NCU19に対して電力供給が開始されるとともに、初期化処理が実行される。続くステップS214では、記録部12を構成するプリンタエンジンに電力供給が開始され、初期化処理が実行された後、プリンタエンジンのウォームアップ処理が実行される(ステップS216)。
In step S208, power supply to the
次に、ステップS218では、第2NIC120及びMFP本体3の初期化処理が終了したか否かについての判断が実行される。ここで、初期化処理が終了していない場合には、初期化が完了するまで、本ステップが繰り返して実行される。一方、初期化処理が終了したときには、ステップS220に処理が移行する。
Next, in step S218, a determination is made as to whether or not the initialization processing of the
ステップS220では、第1NIC100から受け取った第1番目の受信データが、PC−FAXのPJL(Printer Job Language)であるか否かについての判断が行われる。ここで、PC−FAXのPJLでない場合には、ステップS242に処理が移行する。一方、PC−FAXのPJLのときにはステップS222に処理が移行する。
In step S220, it is determined whether or not the first received data received from the
ステップS222では、受信データ(PC−FAXデータ)の処理に必要がないプリンタエンジンのウォームアップが停止される。続いて、ステップS224では、プリンタエンジンへの電力供給が停止される。その後、図5に示されるステップS226に処理が移行する。 In step S222, the warm-up of the printer engine that is not necessary for processing the received data (PC-FAX data) is stopped. Subsequently, in step S224, power supply to the printer engine is stopped. Thereafter, the process proceeds to step S226 shown in FIG.
ステップS226では、第1NIC100からネットワークパケットデータが受信されたか否かについての判断が行われる。ここで、ネットワークパケットデータが受信されていない場合には、ネットワークパケットデータが受信されるまで本処理が繰り返して実行される。一方、ネットワークパケットデータが受信されたときには、ステップS228に処理が移行する。
In step S226, a determination is made as to whether network packet data has been received from the
ステップS228では、受信データ(PC−FAXデータ)が格納される。そして、ステップS230において、受信データに対する応答データが生成され、第1NIC100に転送される。続いて、ステップS232では、セッションを切断するためのFIN信号が受信されたか否かについての判断が行われる。ここで、FIN信号が受信されていない場合には、ステップS226に処理が移行し、FIN信号が受信されるまで、上述したステップS226〜S232の処理が繰り返して実行される。一方、FIN信号が受信されたときには、ステップS234に処理が移行する。
In step S228, received data (PC-FAX data) is stored. In step S230, response data for the received data is generated and transferred to the
ステップS234では、受信されたPC−FAXデータのPC−FAX送信処理が実行される。送信処理が終了した後、ステップS236において、モデム18、NCU19に対する電力供給が停止される。
In step S234, PC-FAX transmission processing of the received PC-FAX data is executed. After the transmission process is completed, the power supply to the
続いて、ステップS238において、第2NIC120への電力供給が停止されるとともに、ステップS240において、MFP本体3への電力供給が停止され、第2NIC120及びMFP本体3が低消費電力状態に移行する。その後、本処理が終了する。
Subsequently, in step S238, power supply to the
上述したステップS220において、第1番目の受信データがPC−FAXのPJLでないと判断された場合、すなわちPCプリントのPJLのとき(例えばPCLxL、PCL5eなどのプリント用のランゲージ情報が含まれているとき)には、ステップS242において、受信データ(PCプリントデータ)の処理に必要がないモデム18、NCU19への電力供給が停止される。その後、図5に示されるステップS244に処理が移行する。
In the above-described step S220, when it is determined that the first received data is not a PC-FAX PJL, that is, when a PC print PJL is included (for example, when print language information such as PCLxL, PCL5e is included) In step S242, power supply to the
ステップS244では、第1NIC100からネットワークパケットデータが受信されたか否かについての判断が行われる。ここで、ネットワークパケットデータが受信されていない場合には、ネットワークパケットデータが受信されるまで本処理が繰り返して実行される。一方、ネットワークパケットデータが受信されたときには、ステップS246に処理が移行する。
In step S244, a determination is made as to whether network packet data has been received from the
ステップS246では、受信データ(PCプリントデータ)が格納される。そして、ステップS248において、受信データに対する応答データが生成され、第1NIC100に転送される。続いて、ステップS250では、セッションを切断するためのFIN信号が受信されたか否かについての判断が行われる。ここで、FIN信号が受信されていない場合には、ステップS244に処理が移行し、FIN信号が受信されるまで、上述したステップS244〜S250の処理が繰り返して実行される。一方、FIN信号が受信されたときには、ステップS252に処理が移行する。
In step S246, received data (PC print data) is stored. In step S248, response data for the received data is generated and transferred to the
ステップS252では、プリンタエンジンのウォームアップが完了したか否かについての判断が行われる。ここで、プリンタエンジンのウォームアップが完了していない場合には、プリンタエンジンのウォームアップが完了するまで、本ステップが繰り返して実行される。一方、プリンタエンジンのウォームアップが完了したときには、ステップS254に処理が移行する。 In step S252, a determination is made as to whether or not the printer engine has been warmed up. Here, when the warm-up of the printer engine is not completed, this step is repeatedly executed until the warm-up of the printer engine is completed. On the other hand, when the warm-up of the printer engine is completed, the process proceeds to step S254.
ステップS254では、PCプリント処理が実行される、すなわち、受信されたPCプリントデータが記録部12によってプリントアウトされる。PCプリント処理が終了した後、ステップS256において、プリンタエンジンが停止されされるとともに、ステップS258において、プリンタエンジンに対する電力供給が停止される。
In step S254, PC print processing is executed, that is, the received PC print data is printed out by the
続いて、ステップS238において、第2NIC120への電力供給が停止されるとともに、ステップS240において、MFP本体3への電力供給が停止され、第2NIC120及びMFP本体3が低消費電力状態に移行する。その後、本処理が終了する。
Subsequently, in step S238, power supply to the
一方、上述したステップS206において、起動信号(起動要求)が、PCプリント、PC−FAXに基づくものではないと判断された場合には、ステップS260において、第2NIC120に対して電力供給が開始され、第2NIC120の初期化処理が実行される。また、続くステップS262において、MFP本体3の制御部11、画像記憶部17、各センサに電力供給が開始され、プログラムのロード、メモリのイニシャライズなどの初期化処理が実行される。
On the other hand, if it is determined in step S206 described above that the activation signal (activation request) is not based on PC printing or PC-FAX, power supply to the
次に、ステップS264では、第2NIC120及びMFP本体3の初期化処理が終了したか否かについての判断が実行される。ここで、初期化処理が終了していない場合には、初期化が完了するまで、本ステップが繰り返して実行される。一方、初期化処理が終了したときには、ステップS266に処理が移行する。
Next, in step S264, a determination is made as to whether or not the initialization processing of the
ステップS266では、低消費電力状態移行タイマー(T1タイマー)が起動される。次に、ステップS268では、第1NIC100からネットワークパケットデータが受信されたか否かについての判断が行われる。ここで、ネットワークパケットデータが受信されていない場合には、ステップS270に処理が移行する。一方、ネットワークパケットデータが受信されたときには、ステップS272に処理が移行する。
In step S266, a low power consumption state transition timer (T1 timer) is started. Next, in step S268, a determination is made as to whether network packet data has been received from the
ステップS270では、低消費電力状態移行タイマー(T1タイマー)がカウントアップされT1時間(例えば5分)が経過したか否かについての判断が行われる。ここで、まだT1時間が経過していない場合には、ステップS268に処理が移行し、ネットワークパケットデータが受信されるか、又は、T1時間が経過するまで、上述したステップS268、S270の処理が繰り返して実行される。一方、T1時間が経過したときには、ステップS238に処理が移行する。そして、ステップS238において、第2NIC120への電力供給が停止されるとともに、ステップS240において、MFP本体3への電力供給が停止され、第2NIC120及びMFP本体3が低消費電力状態に移行する。その後、本処理が終了する。
In step S270, the low power consumption state transition timer (T1 timer) is counted up and a determination is made as to whether T1 time (for example, 5 minutes) has elapsed. Here, if the T1 time has not yet elapsed, the process proceeds to step S268, and the processing in steps S268 and S270 described above is performed until the network packet data is received or the T1 time has elapsed. It is executed repeatedly. On the other hand, when the time T1 has elapsed, the process proceeds to step S238. In step S238, power supply to the
一方、ステップS272では、受信データに応じたデータ処理が実行される。そして、ステップS274において、受信データに対する応答データが生成され、第1NIC100に転送される。続いて、ステップS276では、セッションを切断するためのFIN信号が受信されたか否かについての判断が行われる。ここで、FIN信号が受信されていない場合には、ステップS268に処理が移行し、FIN信号が受信されるまで、上述したステップS268〜S276の処理が繰り返して実行される。一方、FIN信号が受信されたときには、ステップS278に処理が移行する。
On the other hand, in step S272, data processing according to the received data is executed. In step S274, response data for the received data is generated and transferred to the
ステップS278では、SYNデータが受信されたか否かについての判断が行われる。ここで、SYNデータが受信された場合には、ステップS268に処理が移行し、上述したステップS268以降の処理が実行される。一方、SYNデータが受信されていないときには、ステップS280に処理が移行する。 In step S278, a determination is made as to whether SYN data has been received. Here, when the SYN data is received, the process proceeds to step S268, and the processes after step S268 described above are executed. On the other hand, when the SYN data is not received, the process proceeds to step S280.
ステップS280では、低消費電力状態移行タイマー(T1タイマー)がカウントアップされT1時間(例えば5分)が経過したか否かについての判断が行われる。ここで、まだT1時間が経過していない場合には、ステップS278に処理が移行し、SYNデータが受信されるか、又は、T1時間が経過するまで、上述したステップS278、S280の処理が繰り返して実行される。一方、T1時間が経過したときには、ステップS238に処理が移行する。そして、ステップS238において、第2NIC120への電力供給が停止されるとともに、ステップS240において、MFP本体3への電力供給が停止され、第2NIC120及びMFP本体3が低消費電力状態に移行する。その後、本処理が終了する。
In step S280, the low power consumption state transition timer (T1 timer) is counted up and a determination is made as to whether T1 time (for example, 5 minutes) has elapsed. Here, if the T1 time has not yet elapsed, the process proceeds to step S278, and the above-described processes of steps S278 and S280 are repeated until the SYN data is received or the T1 time has elapsed. Executed. On the other hand, when the time T1 has elapsed, the process proceeds to step S238. In step S238, power supply to the
本実施形態によれば、例えばPC30から受信された受信データが、PCプリントデータ及びPC−FAXデータのいずれかであると判断された時点で、第2NIC120及びMFP本体3(記録部12、モデム18、NCU19等)に電力が供給される。よって、より速いタイミングで電力供給が開始されるため、第2NIC120及びMFP本体3を早期に立ち上げ、より早く稼働状態に移行させることができる。一方、第2NIC120及びMFP本体3が稼働状態に移行された後、受信データが解析され、PCプリントデータであるかPC−FAXデータであるかが判別された時点で、受信データの処理に必要ない手段、すなわち、受信データがPCプリントデータである場合にはモデム18及びNCU19、受信データがPC−FAXデータである場合にはプリンタエンジンを含む記録部12への電力供給が停止される。よって、全体の消費電力をより低減することができる。また、NIC10が、第1NIC100と第2NIC120とに分割されて構成され、例えば待機時に、第2NIC120がより消費電力が小さい低消費電力状態にされるとともに、第1NIC100のみが稼動されて、受信データの待ち受け動作が行われる。よって、受信データの待ち受け時に、第1NIC100を除いて、NIC10を低消費電力状態にすることができるため、NIC10の消費電力を低減することができる。以上の結果、低消費電力状態から稼働状態により早くに移行でき、かつ、消費電力をより低減することが可能となる。
According to the present embodiment, for example, when it is determined that the received data received from the
また、本実施形態によれば、データ種別判断部106が、受信データのポート番号から、該受信データが、PCプリントデータ及びPC−FAXデータのいずれかであるか否かを判断する。そのため、受信データが、PCプリント、PC−FAXで使用されるポート番号、例えば、9100番(Port9100)、515番(LPD)、631番(IPP)に対するデータである場合に、PCプリントデータ又はPC−FAXデータであると判断することができる。なお、この判断は、データのパターンマッチングで行うことができるため、クロック周波数が低く、処理速度が比較的遅いCPUで対応でき、また、大容量のメモリ等を備える必要もない。よって、データ種別判断部106を有する第1NIC100の消費電力を低減することができる。
Further, according to the present embodiment, the data
また、本実施形態によれば、第2NIC120を構成するデータ判別部122が、受信データに含まれるランゲージ情報を解析(パターンマッチング)し、該受信データが、PCプリントデータであるかPC−FAXデータであるかを判別する。そのため、受信データ(PDLデータ又はGDIデータ)に含まれるランゲージ情報として、プリント用の言語であるPCLxL、PCL5e、GDIが記載されている場合に、PCプリントデータであると判別することができる。一方、プリント用の言語以外の場合には、PC−FAXデータであると判別することができる。
Further, according to the present embodiment, the
本実施形態によれば、第2NIC120の電力状態が、受信データを処理することができる通常電力状態に移行するまでの間、セッションが張られた状態が保持されつつPC30に対してデータの送信が禁止される。よって、受信データを一時的に格納するための大容量メモリを第1NIC100側で備える必要がないため、メモリの消費電力を抑えることができる。また、このようにすれば、持続接続制御が解除される時点では、既にセッションが張られているため、迅速にデータ通信を開始することが可能となる。
According to this embodiment, until the power state of the
以上、本発明の実施の形態について説明したが、本発明は、上記実施形態に限定されるものではなく種々の変形が可能である。例えば、上記実施形態では、NIC10が第1NIC100と第2NIC120とに分割されて構成されていたが、第1NIC100及び第2NIC120それぞれは、必ずしも独立した基板で構成されている必要はない。例えば、1枚の基板上に第1NIC100及び第2NIC120が構築されていてもよいし、1つのICチップの中に第1NIC100及び第2NIC120が形成されていてもよい。
Although the embodiment of the present invention has been described above, the present invention is not limited to the above embodiment, and various modifications can be made. For example, in the above-described embodiment, the
上記実施形態では、低消費電力状態を特許請求の範囲に記載の第2電力状態と対応付け、通常電力状態を特許請求の範囲に記載の第1電力状態と対応付けて説明した。ここで、低消費電力状態(第2電力状態)には、電力の供給が停止される状態の他に、電力の供給が制限された状態、例えば、各部の一部だけに電力が供給される状態、及び、通常電力状態(第1電力状態)よりも電圧値の低い電力が供給される状態を含む。また、電力の供給が制限された状態には、例えば、CPUのクロック周波数を低下させた状態なども含まれる。 In the said embodiment, the low power consumption state was matched with the 2nd power state as described in a claim, and the normal power state was matched with the 1st power state as described in the claim, and was demonstrated. Here, in the low power consumption state (second power state), in addition to the state where the supply of power is stopped, the state where the supply of power is limited, for example, power is supplied to only a part of each unit. And a state in which power having a voltage value lower than that of the normal power state (first power state) is supplied. The state where the supply of power is restricted includes, for example, a state where the clock frequency of the CPU is lowered.
また、上記実施形態では、MFP本体3及び第2NIC120が、低消費電力状態(省エネモード)と通常電力状態(通常モード)との2つの状態を取る構成としたが、3段階以上の電力状態を取り得るように構成されていてもよい。なお、その場合、特許請求の範囲に記載の第1電力状態が、最も消費電力が大きい状態である必要はない。同様に、特許請求の範囲に記載の第2電力状態が、最も消費電力の小さい状態とは限られない。
In the above embodiment, the MFP
1 ネットワーク複合機
3 MFP本体
10 NIC
100 第1NIC
101 受信部
103 送信部
104 記憶部
105 電力状態判定部
106 データ種別判断部
107 起動信号出力部
108 バス転送部
109 応答データ生成部
110 持続接続制御部
120 第2NIC
121 受取部
122 データ判別部
123 電力停止部
124 生成部
125 出力部
130 バス
11 制御部
12 記録部
13 操作部
14 表示部
15 読取部
16 コーデック
17 画像記憶部
18 モデム
19 NCU
21 Webサーバ
23 バス
25 電源
30 パーソナルコンピュータ
51 LAN
1
100 1st NIC
DESCRIPTION OF
REFERENCE SIGNS
21
Claims (5)
前記第1電力状態と前記第2電力状態とを取ることができ、前記通信手段により受信されたプリントデータをプリントアウトする記録手段と、
前記第1電力状態と前記第2電力状態とを取ることができ、前記通信手段により受信されたファクシミリデータをファクシミリ送信するファクシミリ手段と、を備え、
前記第1通信制御手段は、
受信データが、プリントデータ及びファクシミリデータのいずれかであるか否かを判断する判断手段と、
前記第2通信制御手段、前記記録手段、及び前記ファクシミリ手段の電力状態を判定する判定手段と、
前記判断手段により、前記受信データがプリントデータ又はファクシミリデータであると判断され、かつ、前記判定手段により、前記第2通信制御手段、前記記録手段、及び前記ファクシミリ手段が前記第2電力状態であると判定された場合に、前記第2通信制御手段、前記記録手段、及び前記ファクシミリ手段を前記第1電力状態に移行させるための制御信号を出力する第1移行手段と、を有し、
前記第2通信制御手段は、
前記受信データがプリントデータ又はファクシミリデータであると判断されて電力が供給され、前記第2電力状態から前記第1電力状態へ移行したときに、前記受信データがプリントデータであるかファクシミリデータであるかを判別する判別手段と、
前記判別手段により、受信データがプリントデータであると判別された場合に、前記ファクシミリ手段を前記第2電力状態に移行させ、前記受信データがファクシミリデータであると判別された場合に、前記記録手段を前記第2電力状態に移行させるための制御信号を出力する第2移行手段と、を有する
ことを特徴とするネットワーク複合機。 A first communication control means connected to the communication terminal via the network and transmitting / receiving data to / from the communication terminal; and a first communication control means communicatively connected to the first communication control means; Communication means having second communication control means capable of taking a second power state with less power consumption than the one power state;
Recording means capable of taking the first power state and the second power state, and printing out print data received by the communication means;
A facsimile means capable of taking the first power state and the second power state, and facsimile-transmitting facsimile data received by the communication means;
The first communication control means includes
Determining means for determining whether the received data is either print data or facsimile data;
Determination means for determining the power state of the second communication control means, the recording means, and the facsimile means;
The determination means determines that the received data is print data or facsimile data, and the determination means determines that the second communication control means, the recording means, and the facsimile means are in the second power state. And a first shift means for outputting a control signal for shifting the second communication control means, the recording means, and the facsimile means to the first power state when it is determined that,
The second communication control means includes
When it is determined that the received data is print data or facsimile data and power is supplied and the second power state shifts to the first power state, the received data is print data or facsimile data. Determining means for determining whether or not
When the determining means determines that the received data is print data, the facsimile means is shifted to the second power state, and when the received data is determined to be facsimile data, the recording means And a second transition means for outputting a control signal for shifting the power to the second power state.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010180387A JP5636806B2 (en) | 2010-08-11 | 2010-08-11 | Network MFP |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010180387A JP5636806B2 (en) | 2010-08-11 | 2010-08-11 | Network MFP |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012039562A true JP2012039562A (en) | 2012-02-23 |
JP5636806B2 JP5636806B2 (en) | 2014-12-10 |
Family
ID=45851008
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010180387A Expired - Fee Related JP5636806B2 (en) | 2010-08-11 | 2010-08-11 | Network MFP |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5636806B2 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012190383A (en) * | 2011-03-14 | 2012-10-04 | Murata Mach Ltd | Communication device and image processing apparatus |
JP2014027422A (en) * | 2012-07-25 | 2014-02-06 | Toshiba Corp | Communication terminal, communication method, and communication program |
JP2016021221A (en) * | 2014-06-18 | 2016-02-04 | キヤノン株式会社 | Print control apparatus, method of controlling the same, and printing system |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005311884A (en) * | 2004-04-23 | 2005-11-04 | Murata Mach Ltd | Image processing apparatus |
JP2009296035A (en) * | 2008-06-02 | 2009-12-17 | Murata Mach Ltd | Image processing apparatus |
-
2010
- 2010-08-11 JP JP2010180387A patent/JP5636806B2/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005311884A (en) * | 2004-04-23 | 2005-11-04 | Murata Mach Ltd | Image processing apparatus |
JP2009296035A (en) * | 2008-06-02 | 2009-12-17 | Murata Mach Ltd | Image processing apparatus |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012190383A (en) * | 2011-03-14 | 2012-10-04 | Murata Mach Ltd | Communication device and image processing apparatus |
JP2014027422A (en) * | 2012-07-25 | 2014-02-06 | Toshiba Corp | Communication terminal, communication method, and communication program |
US9253725B2 (en) | 2012-07-25 | 2016-02-02 | Kabushiki Kaisha Toshiba | Communication terminal, communication method, and computer readable medium |
US9544851B2 (en) | 2012-07-25 | 2017-01-10 | Kabushiki Kaisha Toshiba | Communication terminal, communication method, and computer readable medium |
JP2016021221A (en) * | 2014-06-18 | 2016-02-04 | キヤノン株式会社 | Print control apparatus, method of controlling the same, and printing system |
Also Published As
Publication number | Publication date |
---|---|
JP5636806B2 (en) | 2014-12-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5407943B2 (en) | Network interface device | |
JP5521511B2 (en) | Network equipment | |
US9641713B2 (en) | Apparatus and method for deactivating power-saving mode, relay device, and computer-readable storage medium for computer program | |
JP4271520B2 (en) | Image forming apparatus | |
US20110292446A1 (en) | Image forming apparatus and image forming system | |
US9146522B2 (en) | Image forming apparatus, and method of controlling image forming apparatus | |
US20110134477A1 (en) | Network Printer | |
JP5779894B2 (en) | Communication apparatus and image processing apparatus | |
JP5636806B2 (en) | Network MFP | |
US9134785B2 (en) | Information processing apparatus with power saving mode, and control method and communication apparatus therefor | |
JP2010166310A (en) | Communication control apparatus and image processing apparatus | |
US20080180718A1 (en) | Client server system and image forming apparatus | |
JP2013008293A (en) | Image formation device, information processing terminal, image formation system, and information processing program | |
JP2010273227A (en) | Network communication device | |
JP2013218367A (en) | Image forming apparatus | |
JP5630339B2 (en) | Communication apparatus and image processing apparatus | |
JP2012160086A (en) | Data processing device, client device, and data processing system | |
JP5678497B2 (en) | Network printer | |
JP2011199587A (en) | Image processing apparatus | |
JP5664702B2 (en) | Network communication equipment | |
JP2008085778A (en) | Information communication system, receiving device, transmitting device, reception control program and transmission control program | |
JP2009147668A (en) | Image forming apparatus | |
JP2017149119A (en) | Information processing apparatus and method for controlling information processing apparatus | |
JP5609409B2 (en) | Network MFP | |
JP5617661B2 (en) | Communication device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130627 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140409 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140415 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140527 |
|
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: 20140924 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20141007 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5636806 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
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 |