JP6862807B2 - Image forming device and program - Google Patents

Image forming device and program Download PDF

Info

Publication number
JP6862807B2
JP6862807B2 JP2016236672A JP2016236672A JP6862807B2 JP 6862807 B2 JP6862807 B2 JP 6862807B2 JP 2016236672 A JP2016236672 A JP 2016236672A JP 2016236672 A JP2016236672 A JP 2016236672A JP 6862807 B2 JP6862807 B2 JP 6862807B2
Authority
JP
Japan
Prior art keywords
access
main cpu
sub cpu
period
image forming
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.)
Active
Application number
JP2016236672A
Other languages
Japanese (ja)
Other versions
JP2018089895A (en
Inventor
山田 匡実
匡実 山田
勝彦 穐田
勝彦 穐田
康孝 伊藤
康孝 伊藤
敦史 田村
敦史 田村
一美 澤柳
一美 澤柳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Konica Minolta Inc
Original Assignee
Konica Minolta Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2016236672A priority Critical patent/JP6862807B2/en
Publication of JP2018089895A publication Critical patent/JP2018089895A/en
Application granted granted Critical
Publication of JP6862807B2 publication Critical patent/JP6862807B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Description

本発明は、MFP(マルチ・ファンクション・ペリフェラル(Multi-Functional Peripheral))などの画像形成装置およびそれに関連する技術に関する。 The present invention relates to an image forming apparatus such as an MFP (Multi-Functional Peripheral) and related techniques.

近年、MFPなどの画像形成装置においては、省電力状態での消費電力を更に低減することが要請されている。 In recent years, in image forming devices such as MFPs, it has been required to further reduce power consumption in a power saving state.

このような要請等に応じて、省電力状態においてはメインCPUへの電力供給を遮断するとともに、メインCPUよりも低消費電力を有するサブCPUを当該省電力状態において動作させる技術が存在する(特許文献1等参照)。たとえば、サブCPUは、省電力状態において、通信ネットワークを介した外部装置からの通信アクセスに対する通信処理(詳細にはその一部)を代行する。 In response to such a request, there is a technique for cutting off the power supply to the main CPU in the power saving state and operating the sub CPU having lower power consumption than the main CPU in the power saving state (patented). Reference 1 etc.). For example, the sub CPU acts on behalf of communication processing (specifically, a part thereof) for communication access from an external device via a communication network in a power saving state.

特開2015−22646号公報Japanese Unexamined Patent Publication No. 2015-22646

ところで、このようなネットワーク通信においては、外部装置からのアクセスとして次のような2種類のアクセスが存在する。 By the way, in such network communication, there are the following two types of access as access from an external device.

第1の種類のアクセス(第1の種類のプロトコルによるアクセス)は、単一のパケットに対する1回の応答で完結する種類の通信アクセスである。第1の種類のアクセスとしては、名前解決に関する問合せ等が例示される。第2の種類のアクセス(第2の種類のプロトコルによるアクセス)は、複数のパケットに対する応答を要する種類の通信アクセスである。第2の種類のアクセスとしては、TCP/IPによる通信アクセス等が例示される。 The first type of access (access by the first type of protocol) is a type of communication access that is completed in one response to a single packet. Examples of the first type of access include inquiries regarding name resolution. The second type of access (access by the second type of protocol) is a type of communication access that requires a response to a plurality of packets. Examples of the second type of access include communication access by TCP / IP.

たとえば、MFPが名前解決に関連する問合せを他の送信元装置(通信相手)から受信すると、MFPは、自装置のMACアドレス等を当該送信元装置に返信することによって当該問合せに応答する。MFPの省電力状態においては、このような第1の種類のアクセスに対する応答は、メインCPUに代わってサブCPUによって実行される。図6(最上段参照)においては、或る送信元装置80Aからの名前解決プロトコルによる通信パケット701(問合せA(名前解決))に対して、MFPのサブCPUは、メインCPUに代わって問合せ結果(MACアドレス等)を送信元装置80Aに返信している。すなわち、サブCPUは、代理応答を行っている。なお、図6は、比較例に係る動作を示す図である。また、同様に、送信元装置80Bからの名前解決プロトコルによる通信パケット801(問合せB(名前解決))に対して、MFPのサブCPUは、メインCPUに代わって問合せ結果(MACアドレス等)を送信元装置80Bに返信している。 For example, when the MFP receives an inquiry related to name resolution from another source device (communication partner), the MFP responds to the inquiry by returning the MAC address of its own device or the like to the source device. In the power saving state of the MFP, the response to such a first type of access is executed by the sub CPU instead of the main CPU. In FIG. 6 (see the top row), for the communication packet 701 (query A (name resolution)) by the name resolution protocol from a certain source device 80A, the sub CPU of the MFP is the query result instead of the main CPU. (MAC address, etc.) is returned to the source device 80A. That is, the sub CPU is performing a proxy response. Note that FIG. 6 is a diagram showing an operation according to a comparative example. Similarly, in response to the communication packet 801 (query B (name resolution)) from the source device 80B by the name resolution protocol, the sub CPU of the MFP transmits the query result (MAC address, etc.) on behalf of the main CPU. It is replying to the original device 80B.

一方、TCP/IPによる通信データ(印刷データ等)等が他の送信元装置から送信されてくる場合には、当該通信データが複数のパケットに分割されて送信されるとともに、本来はMFPが当該複数のパケットのそれぞれに対して確認応答(「ACK」信号)を送信するなどの応答処理を実行することが求められる。 On the other hand, when communication data (print data, etc.) by TCP / IP is transmitted from another source device, the communication data is divided into a plurality of packets and transmitted, and the MFP is originally relevant. It is required to execute response processing such as transmitting an acknowledgment (“ACK” signal) for each of a plurality of packets.

しかしながら、従来のMFPにおいては、複数のパケットに対する応答を要するデータ通信において、サブCPUが代理応答した一部のパケットについてサブCPUからメインCPUへの引き継ぎを行う仕組みが存在しない。特に、第2の種類の通信アクセス(TCP/IP通信等)においては、複数のパケットにおけるシーケンス番号の連続性を担保することが重要であるものの、受信側装置内でのシーケンス番号の連続性を担保する仕組みが存在しなかった。そのため、仮にサブCPUが代理応答してしまうと、再起動後のメインCPUは、当該メインCPUの再起動前にサブCPUによる代理応答にて受信されたパケットのシーケンス番号を知得できず、サブCPUで受信したパケットとメインCPUで受信したパケットとを適切に統合することができない。 However, in the conventional MFP, there is no mechanism for taking over some packets for which the sub CPU has made a proxy response from the sub CPU to the main CPU in data communication that requires a response to a plurality of packets. In particular, in the second type of communication access (TCP / IP communication, etc.), although it is important to ensure the continuity of the sequence numbers in a plurality of packets, the continuity of the sequence numbers in the receiving device is ensured. There was no mechanism to secure it. Therefore, if the sub CPU makes a proxy response, the main CPU after the restart cannot know the sequence number of the packet received in the proxy response by the sub CPU before the main CPU is restarted, and the sub CPU cannot know the sequence number of the packet. The packet received by the CPU and the packet received by the main CPU cannot be properly integrated.

これに対して、サブCPUは第2の種類の通信アクセスに対しては応答せず、メインCPUを再起動させるとともに、再起動状態に復帰したメインCPUが第2の種類の通信アクセス等に対して応答処理を行う技術(比較例とも称する)が考えられる。 On the other hand, the sub CPU does not respond to the second type of communication access, restarts the main CPU, and the main CPU that has returned to the restarted state responds to the second type of communication access and the like. A technique for performing response processing (also referred to as a comparative example) can be considered.

しかしながら、サブCPUが応答せず再起動後のメインCPUが応答する場合には、通信における所定回数のリトライ処理に要する時間(たとえば2秒)がメインCPUの再起動時間(たとえば3秒)よりも短いとき等に、送信元装置側でタイムアウトが生じてしまうことがある。 However, when the sub CPU does not respond and the main CPU after restart responds, the time required for the predetermined number of retry processes in communication (for example, 2 seconds) is larger than the restart time of the main CPU (for example, 3 seconds). When it is short, a timeout may occur on the source device side.

図6においては、上述の比較例に係る技術における当該状況が例示されている。具体的には、装置80B(送信元装置)は、3回の接続確立要求(TCP/IP[SYN])(より詳細には、「TCP/IP[SYN]B1」,「TCP/IP[SYN]B2」,「TCP/IP[SYN]B3」)を送信しても、送信先装置(MFP)からの返信(確認要求(ACK)等)を全く受信できない場合に、「タイムアウト」の判定が行われている。なお、図6では、装置80から送信先装置(MFP等)に対して所定回数(ここでは3回)の接続確立要求を送信しても送信先装置(MFP等)から何れの返信(応答)も戻って来ない場合に「タイムアウト」の判定が行われること、を前提としている。 FIG. 6 illustrates the situation in the technique according to the above-mentioned comparative example. Specifically, the device 80B (source device) requests three connection establishments (TCP / IP [SYN]) (more specifically, "TCP / IP [SYN] B1" and "TCP / IP [SYN]". ] B2 ”,“ TCP / IP [SYN] B3 ”), but if the reply (confirmation request (ACK), etc.) from the destination device (MFP) cannot be received at all, the judgment of“ timeout ”is made. It is done. In FIG. 6, even if the device 80 transmits a connection establishment request a predetermined number of times (here, 3 times) to the destination device (MFP, etc.), any reply (response) is sent from the destination device (MFP, etc.). It is assumed that the "timeout" is judged when the device does not return.

図6の中段付近に示されるように、MFPのメインCPUに対する給電停止状態において、MFPのサブCPUが、TCP/IPによる通信パケット(TCP/IP[SYN] A1)501を別装置(送信元装置)80Aから受信する場合、サブCPUは、メインCPUに対して起動要求を送出する一方で、当該通信パケット501に対しては応答しない。そのため、所定時間(比較的長い時間(たとえば、1.8秒))経過した後、2回目の接続確立要求の通信パケット(TCP/IP[SYN] A2)502が送信元装置80AからMFP10Zに送信される。サブCPUは、当該通信パケット(TCP/IP[SYN] A2)502にも応答しない。そのため、所定時間(たとえば、1.8秒)経過した後、3回目の接続確立要求の通信パケット(TCP/IP[SYN] A3)503が更に送信されてくる。 As shown in the vicinity of the middle stage of FIG. 6, the sub CPU of the MFP sets the communication packet (TCP / IP [SYN] A1) 501 of the TCP / IP to another device (source device) in the state where the power supply to the main CPU of the MFP is stopped. ) When receiving from 80A, the sub CPU sends a start request to the main CPU, but does not respond to the communication packet 501. Therefore, after a predetermined time (relatively long time (for example, 1.8 seconds)) has elapsed, the communication packet (TCP / IP [SYN] A2) 502 of the second connection establishment request is transmitted from the source device 80A to the MFP 10Z. Will be done. The sub CPU also does not respond to the communication packet (TCP / IP [SYN] A2) 502. Therefore, after a predetermined time (for example, 1.8 seconds) has elapsed, the communication packet (TCP / IP [SYN] A3) 503 of the third connection establishment request is further transmitted.

また、MFPのメインCPUが給電停止状態から通常状態へ復帰している途中の期間(再起動期間中)において、MFPのサブCPUが、TCP/IPによる通信パケット(TCP/IP[SYN] B1)601を別装置(送信元装置)80Bから受信する場合、サブCPUは当該通信パケット601に対しては応答しない。そのため、所定時間(ここでは比較的短い時間(たとえば、0.8秒))経過した後、2回目の接続確立要求の通信パケット(TCP/IP[SYN] B2)602が送信元装置80BからMFP10Zに送信される。サブCPUは、当該通信パケット(TCP/IP[SYN] B2)602にも応答しない。そのため、所定時間(たとえば0.8秒)経過した後、3回目の接続確立要求の通信パケット(TCP/IP[SYN] B3)603が更に送信されてくる。 In addition, during the period during which the main CPU of the MFP is returning from the power supply stop state to the normal state (during the restart period), the sub CPU of the MFP performs a communication packet by TCP / IP (TCP / IP [SYN] B1). When 601 is received from another device (source device) 80B, the sub CPU does not respond to the communication packet 601. Therefore, after a predetermined time (here, a relatively short time (for example, 0.8 seconds)) has elapsed, the communication packet (TCP / IP [SYN] B2) 602 of the second connection establishment request is sent from the source device 80B to the MFP 10Z. Will be sent to. The sub CPU also does not respond to the communication packet (TCP / IP [SYN] B2) 602. Therefore, after a predetermined time (for example, 0.8 seconds) has elapsed, the communication packet (TCP / IP [SYN] B3) 603 of the third connection establishment request is further transmitted.

ここにおいて、図6に示すように、装置80Aからの通信アクセスに関しては、3回目の接続確立要求の通信パケット503の受信時点で、メインCPUの再起動が既に完了しており、メインCPUが、当該通信パケット503に対する応答処理(具体的には、確認応答(「ACK」信号)の送信処理等)を実行する。この場合、装置80Aは確認応答を受信することができるので、適切な処理が行われ得る。 Here, as shown in FIG. 6, regarding the communication access from the device 80A, the restart of the main CPU has already been completed at the time of receiving the communication packet 503 of the third connection establishment request, and the main CPU has not been able to perform the communication access. A response process (specifically, an acknowledgment (“ACK” signal) transmission process, etc.) for the communication packet 503 is executed. In this case, since the device 80A can receive the acknowledgment, appropriate processing can be performed.

しかしながら、装置80Bからの通信アクセスに関しては、3回目の接続確立要求の通信パケット603の受信時点では、メインCPUの再起動が未だ完了しておらず、サブCPUもメインCPUも当該通信パケット603に応答しない。その結果、装置80Bは、所定期間内に3回の接続確立要求の何れに対する返信(応答)をも受け取ることができず、装置80Bは、「タイムアウト」を判定する。 However, regarding the communication access from the device 80B, at the time of receiving the communication packet 603 of the third connection establishment request, the restart of the main CPU has not been completed yet, and both the sub CPU and the main CPU are in the communication packet 603. Does not respond. As a result, the device 80B cannot receive a reply (response) to any of the three connection establishment requests within a predetermined period, and the device 80B determines a "timeout".

このように、メインCPUの再起動時間(たとえば3秒)よりも、通信における所定回数のリトライ処理に要する時間(たとえば2秒)が短い場合等において、タイムアウトが生じてしまう、との問題が発生し得る。 In this way, when the time required for the retry process of a predetermined number of times in communication (for example, 2 seconds) is shorter than the restart time of the main CPU (for example, 3 seconds), a time-out occurs. Can be.

このような事情を考慮すると、省電力状態では第2の種類のプロトコルを使用しないようにアプリケーションを構築するなどの対応策を講じることが考えられる。しかしながら、このような対応策は望ましくない。 Considering such circumstances, it is conceivable to take countermeasures such as constructing an application so as not to use the second type protocol in the power saving state. However, such a countermeasure is not desirable.

そこで、この発明は、メインCPUとサブCPUとを備える画像形成装置において、メインCPUが休止状態に移行した後においても、他の装置からの通信アクセスであって複数の通信パケットに対する応答を要する通信アクセスを適切に受け付けることが可能な技術を提供することを課題とする。 Therefore, according to the present invention, in the image forming apparatus including the main CPU and the sub CPU, even after the main CPU shifts to the hibernation state, the communication is a communication access from another device and requires a response to a plurality of communication packets. The challenge is to provide technology that can appropriately accept access.

上記課題を解決すべく、請求項1の発明は、画像形成装置であって、メインCPUと、前記メインCPUが休止状態を有する期間と前記メインCPUが前記休止状態から起動状態へと復帰している途中の復帰期間とを含む第1の期間において、外部装置からの通信ネットワークを介した特定の種類のアクセスであって複数の受信パケットに対する応答を要する特定の種類のアクセスに対して前記メインCPUに代わって代理応答することが可能なサブCPUと、を備え、前記サブCPUは、前記第1の期間において、前記特定の種類のアクセスに関する前記複数の受信パケットに対して代理応答するとともに、前記複数の受信パケットのそれぞれにシーケンス番号を付与し、前記メインCPUの起動状態への復帰完了後において、前記特定の種類のアクセスに関して前記第1の期間内に前記複数の受信パケットに付与した複数のシーケンス番号に関する最新番号を、前記メインCPUに引き継ぐことを特徴とする。 In order to solve the above problem, the invention of claim 1 is an image forming apparatus, in which a main CPU, a period during which the main CPU is in a hibernate state, and the main CPU returns from the hibernate state to a start state. In the first period including the return period in the middle of the process, the main CPU receives a specific type of access from an external device via a communication network and requires a response to a plurality of received packets. A sub CPU capable of surrogate response on behalf of the sub CPU, the sub CPU provides a surrogate response to the plurality of received packets related to the specific type of access in the first period, and the sub CPU. A sequence number is assigned to each of the plurality of received packets, and after the completion of returning to the activated state of the main CPU, a plurality of received packets assigned to the plurality of received packets within the first period with respect to the specific type of access. The latest number related to the sequence number is taken over by the main CPU.

請求項2の発明は、請求項1の発明に係る画像形成装置において、前記メインCPUは、前記起動状態へ復帰した後、前記サブCPUから引き継いだ前記シーケンス番号の最新の値に対して1つインクリメントした値を前記特定の種類のアクセスにおける次の受信パケットに対して付与し、前記特定の種類のアクセスにおける残余の受信パケットの受信動作を引き継いで実行することを特徴とする。 According to a second aspect of the present invention, in the image forming apparatus according to the first aspect, the main CPU is one with respect to the latest value of the sequence number inherited from the sub CPU after returning to the activated state. It is characterized in that an incremented value is given to the next received packet in the specific type of access, and the reception operation of the remaining received packet in the specific type of access is taken over and executed.

請求項3の発明は、請求項1または請求項2の発明に係る画像形成装置において、前記サブCPUは、前記第1の期間において前記特定の種類のアクセスに関する前記複数の受信パケットを受信する場合、前記複数の受信パケットの送信元装置に対して確認応答を返信することによって、前記複数の受信パケットに関して代理応答することを特徴とする。 A third aspect of the present invention is the image forming apparatus according to the first or second aspect of the present invention, in which the sub CPU receives the plurality of received packets related to the specific type of access in the first period. It is characterized in that, by returning an acknowledgment to the source device of the plurality of received packets, a proxy response is made with respect to the plurality of received packets.

請求項4の発明は、請求項3の発明に係る画像形成装置において、前記サブCPUは、前記第1の期間において前記特定の種類のアクセスに関する前記複数の受信パケットを受信する場合、前記複数の受信パケットによって受信したデータを受信バッファに格納し、前記メインCPUは、前記起動状態へ復帰すると、前記サブCPUによって前記受信バッファに格納されていたデータを取得することを特徴とする。 The invention of claim 4 is the image forming apparatus according to the invention of claim 3, when the sub CPU receives the plurality of received packets relating to the specific type of access in the first period, the plurality of received packets. The data received by the received packet is stored in the receive buffer, and when the main CPU returns to the activated state, the sub CPU acquires the data stored in the receive buffer.

請求項5の発明は、請求項1から請求項4のいずれかの発明に係る画像形成装置において、前記サブCPUは、異なる複数の装置からの前記特定の種類のアクセスにおける受信パケットのシーケンス番号を前記複数の装置のそれぞれに関して個別に管理することを特徴とする。 The invention of claim 5 is the image forming apparatus according to any one of claims 1 to 4, wherein the sub CPU uses a sequence number of a received packet in the specific type of access from a plurality of different devices. It is characterized in that each of the plurality of devices is managed individually.

請求項6の発明は、画像形成装置に内蔵されたサブCPUに、a)前記画像形成装置のメインCPUが休止状態を有する期間と前記メインCPUが前記休止状態から起動状態へと復帰している途中の復帰期間とを含む第1の期間において、外部装置からのネットワークを介した特定の種類のアクセスであって複数の受信パケットに対する応答を要する特定の種類のアクセスに関する前記複数の受信パケットに対して代理応答するとともに、前記複数の受信パケットのそれぞれにシーケンス番号を付与するステップと、b)前記特定の種類のアクセスに関して前記第1の期間内に前記複数の受信パケットに付与した複数のシーケンス番号に関する最新番号を、前記メインCPUの起動状態への復帰完了後において、前記メインCPUに引き継ぐステップと、を実行させるためのプログラムであることを特徴とする。
請求項7の発明は、請求項1から請求項5のいずれかの発明に係る画像形成装置において、前記特定の種類のアクセスは、TCP/IPによる通信アクセスであることを特徴とする。
請求項8の発明は、請求項6の発明に係るプログラムにおいて、前記特定の種類のアクセスは、TCP/IPによる通信アクセスであることを特徴とする。
In the invention of claim 6, the sub CPU built in the image forming apparatus has a) a period during which the main CPU of the image forming apparatus has a hibernation state and the main CPU has returned from the hibernation state to the starting state. In the first period including the return period in the middle, for the plurality of received packets relating to the specific type of access from the external device via the network and requiring a response to the plurality of received packets. And a step of assigning a sequence number to each of the plurality of received packets, and b) a plurality of sequence numbers assigned to the plurality of received packets within the first period for the specific type of access. It is a program for executing a step of taking over the latest number related to the main CPU to the main CPU after the completion of returning to the booted state of the main CPU.
The invention of claim 7 is characterized in that, in the image forming apparatus according to any one of claims 1 to 5, the specific type of access is a communication access by TCP / IP.
The invention of claim 8 is characterized in that, in the program according to the invention of claim 6, the specific type of access is a communication access by TCP / IP.

請求項1から請求項8に記載の発明によれば、サブCPUは、メインCPUの休止期間と復帰期間とを含む第1の期間において、複数の受信パケットに対する応答を要する特定の種類のアクセスに代理応答し、当該特定の種類のアクセスにおける複数の受信パケットに付与された複数のシーケンス番号に関する最新情報が復帰後のメインCPUに引き継がれる。したがって、メインCPUが休止状態に移行した後においても、他の装置からの通信アクセスであって複数の通信パケットに対する応答を要する通信アクセスを適切に受け付けることが可能である。 According to the inventions of claims 1 to 8 , the sub CPU performs a specific type of access requiring a response to a plurality of received packets in a first period including a pause period and a return period of the main CPU. The proxy response is made, and the latest information on the plurality of sequence numbers given to the plurality of received packets in the specific type of access is inherited by the main CPU after the return. Therefore, even after the main CPU shifts to the hibernation state, it is possible to appropriately accept communication access from another device that requires a response to a plurality of communication packets.

MFP(画像形成装置)の機能ブロックを示す図である。It is a figure which shows the functional block of the MFP (image forming apparatus). MFPの外観図である。It is an external view of the MFP. メインCPUの給電停止期間における様子を示す図である。It is a figure which shows the state in the power supply stop period of a main CPU. メインCPUの復帰期間の動作を示す図である。It is a figure which shows the operation of the return period of a main CPU. 実施形態に係る動作を示すタイミングチャートである。It is a timing chart which shows the operation which concerns on embodiment. 比較例に係る動作を示すタイミングチャートである。It is a timing chart which shows the operation which concerns on a comparative example.

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

<1.装置構成>
図1は、画像形成装置10の機能ブロックを示す図である。ここでは、画像形成装置10として、MFP(マルチ・ファンクション・ペリフェラル(Multi-Functional Peripheral))を例示する。また、図2は、MFP10の外観図である。
<1. Device configuration>
FIG. 1 is a diagram showing a functional block of the image forming apparatus 10. Here, as the image forming apparatus 10, an MFP (Multi-Functional Peripheral) is illustrated. Further, FIG. 2 is an external view of the MFP 10.

MFP10は、スキャン機能、コピー機能、ファクシミリ機能およびボックス格納機能などを備える装置(複合機とも称する)である。具体的には、MFP10は、図1の機能ブロック図に示すように、画像読取部2、印刷出力部3、通信部4、操作パネル部22、メインシステムコントローラ20、サブシステムコントローラ40、および電源部36等を備えており、これらの各部を複合的に動作させることによって、各種の機能を実現する。なお、MFP10は、情報処理装置とも称される。 The MFP 10 is a device (also referred to as a multifunction device) having a scanning function, a copying function, a facsimile function, a box storage function, and the like. Specifically, as shown in the functional block diagram of FIG. 1, the MFP 10 includes an image reading unit 2, a print output unit 3, a communication unit 4, an operation panel unit 22, a main system controller 20, a subsystem controller 40, and a power supply. A part 36 and the like are provided, and various functions are realized by operating each of these parts in a complex manner. The MFP 10 is also referred to as an information processing device.

画像読取部2は、MFP10の所定の位置に載置された原稿を光学的に読み取って(すなわちスキャンして)、当該原稿の画像データ(原稿画像あるいはスキャン画像とも称する)を生成する処理部である。この画像読取部2は、スキャン部であるとも称される。 The image reading unit 2 is a processing unit that optically reads (that is, scans) a document placed at a predetermined position of the MFP 10 to generate image data (also referred to as a document image or a scanned image) of the document. is there. The image reading unit 2 is also referred to as a scanning unit.

印刷出力部3は、印刷対象に関するデータに基づいて紙などの各種の媒体に画像を印刷出力する出力部である。 The print output unit 3 is an output unit that prints and outputs an image on various media such as paper based on data related to a print target.

通信部4は、公衆回線等を介したファクシミリ通信を行うことが可能な処理部である。さらに、通信部4は、通信ネットワークを介した通信(ネットワーク通信)を行うことも可能である。通信部4は、他の装置(80A,80B(図2参照)等)とネットワーク通信を行うことが可能である。なお、他の装置としては、パーソナルコンピュータおよび/またはMFP等が例示される。 The communication unit 4 is a processing unit capable of performing facsimile communication via a public line or the like. Further, the communication unit 4 can also perform communication (network communication) via the communication network. The communication unit 4 can perform network communication with other devices (80A, 80B (see FIG. 2), etc.). Examples of other devices include personal computers and / or MFPs.

操作パネル部22は、図2にも示すように、その正面側にタッチパネル22bを有する操作部である。タッチパネル22bは、液晶表示パネルに各種センサ等が埋め込まれて構成され、各種情報を表示するとともに操作者からの各種の操作入力を受け付けることが可能である。換言すれば、タッチパネル22bは、各種の情報を表示する表示部であるとともにユーザからの操作入力を受け付ける操作入力部でもある。 As shown in FIG. 2, the operation panel unit 22 is an operation unit having a touch panel 22b on the front side thereof. The touch panel 22b is configured by embedding various sensors and the like in a liquid crystal display panel, and can display various information and receive various operation inputs from the operator. In other words, the touch panel 22b is not only a display unit for displaying various information but also an operation input unit for receiving operation input from the user.

メインシステムコントローラ20は、MFP10に内蔵され、MFP10を統括的に制御する制御装置である。メインシステムコントローラ20は、メインCPU31等を備えている。メインCPU31および各種の半導体メモリ(RAMなどの揮発性メモリ(メインメモリ)32、およびeMMC(embedded Multi Media Card )などの不揮発性メモリ33)等は、コンピュータシステムを構成する。メインシステムコントローラ20は、メインCPU31において、不揮発性メモリ33内に格納されている所定のソフトウエアプログラム(以下、単にプログラムとも称する)を実行することによって、各種の処理部を実現する。また、当該プログラム(詳細にはプログラムモジュール群)は、通信ネットワークを経由してMFP10にインストールされるようにしてもよい。あるいは、当該プログラムは、USBメモリなどの可搬性の記録媒体に記録され、当該記録媒体から読み出されてMFP10にインストールされるようにしてもよい。 The main system controller 20 is a control device that is built in the MFP 10 and controls the MFP 10 in an integrated manner. The main system controller 20 includes a main CPU 31 and the like. The main CPU 31 and various semiconductor memories (volatile memory (main memory) 32 such as RAM, non-volatile memory 33 such as eMMC (embedded Multi Media Card)) and the like constitute a computer system. The main system controller 20 realizes various processing units by executing a predetermined software program (hereinafter, also simply referred to as a program) stored in the non-volatile memory 33 in the main CPU 31. Further, the program (specifically, a program module group) may be installed in the MFP 10 via a communication network. Alternatively, the program may be recorded on a portable recording medium such as a USB memory, read from the recording medium, and installed in the MFP 10.

電源部36は、AC−DC変換部(不図示)を有しており、AC−DC変換部を用いて、AC電源からの電力(直流変換された後の電力)をMFP10の各部(メインCPU31、揮発性メモリ32,43、不揮発性メモリ33,45、サブCPU41、およびその他の処理部等)に供給することが可能である。また、当該電源部36は、電力制御IC38を有している。電力制御IC38は、MFP10の各部への電力供給を制御するICである。電力制御IC38は、メインCPU31およびサブCPU41(次述)等と協働して、MFP10の各部への電力供給を制御する。 The power supply unit 36 has an AC-DC conversion unit (not shown), and uses the AC-DC conversion unit to transfer power from the AC power supply (power after DC conversion) to each unit (main CPU 31) of the MFP 10. , Volatile memory 32, 43, non-volatile memory 33, 45, sub CPU 41, and other processing units). Further, the power supply unit 36 has a power control IC 38. The power control IC 38 is an IC that controls the power supply to each part of the MFP 10. The power control IC 38 controls the power supply to each part of the MFP 10 in cooperation with the main CPU 31, the sub CPU 41 (described below), and the like.

また、MFP10には、サブCPU41も設けられている。MFP10のスリープ状態(省電力状態)等においては、メインCPU31等に対する電力供給が停止される一方で、サブCPU41に対しては電力が供給され、サブCPU41は各種の動作(監視処理および判断処理等)を実行することが可能である。たとえば、サブCPU41は、外部装置との通信動作を制御することが可能である。より具体的には、サブCPU41は、メインCPU31に対する給電停止期間および復帰期間(後述)において、他の装置(外部装置)からの通信ネットワークを介したアクセス(ネットワークアクセス)に対して、メインCPU31の代理で応答(代理応答)することが可能である。 The MFP 10 is also provided with a sub CPU 41. In the sleep state (power saving state) of the MFP 10, the power supply to the main CPU 31 and the like is stopped, while the power is supplied to the sub CPU 41, and the sub CPU 41 performs various operations (monitoring process, judgment process, etc.). ) Can be executed. For example, the sub CPU 41 can control the communication operation with the external device. More specifically, the sub CPU 41 is the main CPU 31 with respect to access (network access) from another device (external device) via the communication network during the power supply stop period and the return period (described later) to the main CPU 31. It is possible to respond by proxy (proxy response).

サブCPU41は、および各種の半導体メモリ(SRAMおよびフラッシュROM等)は、コンピュータシステムを構成する。サブCPU41は、その管理下の不揮発性メモリ45(フラッシュROM等)に格納されている所定のプログラムを実行することによって、各種の処理部(通信制御部等)を実現する。当該通信制御部は、外部装置との通信動作を制御する。また、当該プログラム(詳細にはプログラムモジュール群)は、通信ネットワークを経由してMFP10にインストールされるようにしてもよい。あるいは、当該プログラムは、USBメモリなどの可搬性の記録媒体に記録され、当該記録媒体から読み出されてMFP10にインストールされるようにしてもよい。 The sub CPU 41 and various semiconductor memories (SRAM, flash ROM, etc.) constitute a computer system. The sub CPU 41 realizes various processing units (communication control unit, etc.) by executing a predetermined program stored in the non-volatile memory 45 (flash ROM, etc.) under its control. The communication control unit controls the communication operation with the external device. Further, the program (specifically, a program module group) may be installed in the MFP 10 via a communication network. Alternatively, the program may be recorded on a portable recording medium such as a USB memory, read from the recording medium, and installed in the MFP 10.

また、MFP10には、SRAM(スタティックRAM)43も設けられている。後述するように、メインCPU31の休止期間および復帰期間等においては、シーケンス番号および代理受信データ等がサブCPU41によってSRAM43に記憶される。SRAM43は受信バッファとして機能する。さらに、メインCPU31に対する給電が再開されメインCPU31が起動状態に復帰した後においては、SRAM43に格納されていた情報が(拡張バスPCIe(図4参照)等を介して)メインメモリ32に転写され、メインCPU31によって利用される。 The MFP 10 is also provided with an SRAM (static RAM) 43. As will be described later, during the pause period, the return period, and the like of the main CPU 31, the sequence number, the proxy reception data, and the like are stored in the SRAM 43 by the sub CPU 41. The SRAM 43 functions as a receive buffer. Further, after the power supply to the main CPU 31 is resumed and the main CPU 31 returns to the activated state, the information stored in the SRAM 43 is transferred to the main memory 32 (via the expansion bus PCIe (see FIG. 4) or the like). Used by the main CPU 31.

<2.動作>
<2−1.代行期間T1(メインCPU31の給電停止期間および復帰期間)>
MFP10が通常動作状態Q1から省電力状態(スリープ状態等)Q2に遷移する際において、メインCPU31は、スナップショットデータ取得処理を開始する。そして、当該スナップショットデータ取得処理が完了すると、メインCPU31は、以後の処理権限をサブCPU41に移譲する。そして、メインCPU31は、自身に対する給電停止指令を電源部36に送出する。これに応答して、電源部36は、メインCPU31等を含むほぼ全ての処理部に対する給電を停止して、MFP10を省電力状態Q2へと遷移させる(図3参照)。
<2. Operation>
<2-1. Proxy period T1 (main CPU 31 power supply stop period and return period)>
When the MFP 10 transitions from the normal operation state Q1 to the power saving state (sleep state, etc.) Q2, the main CPU 31 starts the snapshot data acquisition process. Then, when the snapshot data acquisition process is completed, the main CPU 31 transfers the subsequent processing authority to the sub CPU 41. Then, the main CPU 31 sends a power supply stop command to itself to the power supply unit 36. In response to this, the power supply unit 36 stops the power supply to almost all the processing units including the main CPU 31 and the like, and shifts the MFP 10 to the power saving state Q2 (see FIG. 3).

図3に示すように、省電力状態Q2においては、メインCPU31およびメインメモリ32に対する給電は停止されている。 As shown in FIG. 3, in the power saving state Q2, the power supply to the main CPU 31 and the main memory 32 is stopped.

ただし、省電力状態Q2では、サブCPU41およびSRAM43に対しては給電が行われる。サブCPU41は、メインCPU31に対する給電停止期間(メインCPU31の休止期間とも称される)およびそれに引き続く復帰期間(後述)において、他の装置からのネットワークアクセスに対してメインCPU31の代理応答を行うことが可能である。換言すれば、サブCPU41は、代行期間(メインCPU31からサブCPU41へと処理権限が移譲されて代理で処理を実行する期間)において、各外部装置(送信元装置)からの通信を受信し、当該通信に関する代理応答を行うことが可能である。このサブCPU41等の消費電力は、メインCPU31等の消費電力よりも少ない。したがって、省電力状態Q2にてサブCPU41を(メインCPU31に代えて)動作させることによれば、省電力状態Q2にてメインCPU31を動作させる場合よりも消費電力を低減することが可能である。 However, in the power saving state Q2, power is supplied to the sub CPU 41 and the SRAM 43. The sub CPU 41 may perform a proxy response of the main CPU 31 to a network access from another device during a power supply stop period (also referred to as a pause period of the main CPU 31) to the main CPU 31 and a subsequent return period (described later). It is possible. In other words, the sub CPU 41 receives the communication from each external device (source device) during the proxy period (the period in which the processing authority is transferred from the main CPU 31 to the sub CPU 41 and executes the process on behalf of the user). It is possible to make a proxy response regarding communication. The power consumption of the sub CPU 41 and the like is less than the power consumption of the main CPU 31 and the like. Therefore, by operating the sub CPU 41 (instead of the main CPU 31) in the power saving state Q2, it is possible to reduce the power consumption as compared with the case of operating the main CPU 31 in the power saving state Q2.

代行期間T1(メインCPU31に対する給電停止期間T11とそれに引き続く復帰期間T12(図3および図5等参照)とを含む期間)においては、サブCPU41は、本装置(MFP)10(10Z)宛の通信アクセスに対して、メインCPU31の代理で応答する応答処理(代理応答処理)を実行する。後述するように、外部装置(80A,80B等)からMFP10への通信アクセスが行われる場合、サブCPU41は、第1の種類のアクセスと第2の種類のアクセスとの双方に関して、メインCPU31の代理で応答する応答処理(代理応答処理)を実行する。この点(第1の種類のアクセスのみならず第2の種類のアクセスに対してもサブCPU41が代理応答する点)等において、本実施形態は上述の比較例と相違する。 During the proxy period T1 (a period including a power supply stop period T11 for the main CPU 31 and a subsequent return period T12 (see FIGS. 3 and 5)), the sub CPU 41 communicates with the device (MFP) 10 (10Z). The response process (proxy response process) that responds to the access on behalf of the main CPU 31 is executed. As will be described later, when communication access to the MFP 10 is performed from an external device (80A, 80B, etc.), the sub CPU 41 substitutes for the main CPU 31 with respect to both the first type of access and the second type of access. Execute the response processing (surrogate response processing) that responds with. In this respect (the point that the sub CPU 41 responds by proxy not only to the first type of access but also to the second type of access), the present embodiment is different from the above-mentioned comparative example.

なお、上述のように、第1の種類のアクセス(名前解決プロトコル等によるアクセス)は、単一の通信パケットに対する1回の応答で完結する種類の通信アクセスである。第1の種類のアクセスとしては、名前解決に関する問合せ等が例示される。また、第2の種類のアクセスは、複数のパケットに対する応答を要する種類の通信アクセスである。第2の種類のアクセスとしては、TCP/IPによる通信アクセス等が例示される。第2の種類のアクセスは、複数の受信パケットに分割してデータを送信する種類のアクセスである、とも表現される。 As described above, the first type of access (access by name resolution protocol or the like) is a type of communication access that is completed by one response to a single communication packet. Examples of the first type of access include inquiries regarding name resolution. The second type of access is a type of communication access that requires a response to a plurality of packets. Examples of the second type of access include communication access by TCP / IP. The second type of access is also expressed as a type of access in which data is transmitted by dividing it into a plurality of received packets.

より具体的には、図5に示されるように、代行期間T1(メインCPU31に対する給電停止期間T11とそれに引き続く復帰期間T12とを含む期間)において、サブCPU41は、第1の種類のアクセスに対して代理応答するとともに、第2の種類のアクセス(複数の通信パケット(受信パケット)に対する応答を要するアクセス)に対しても代理応答する。 More specifically, as shown in FIG. 5, in the proxy period T1 (the period including the power supply stop period T11 for the main CPU 31 and the subsequent return period T12), the sub CPU 41 receives the first type of access. In addition to making a proxy response, it also makes a proxy response to a second type of access (access that requires a response to a plurality of communication packets (received packets)).

まず、第1の種類のアクセス(第1の種類のプロトコルによるアクセス)に対しては、上述の比較例等と同様の動作(MACアドレス等の返信処理)が実行される。端的に言えば、サブCPU41による代理応答動作が実行される。たとえば、第1の種類のアクセスとして、名前解決プロトコルの問合せ(パケット701,801等)が他の装置(80Aあるいは80B等)から受信されると、MFP10(10Z)は、自装置10ZのMACアドレス等を送信元装置(80Aあるいは80B等)に返信することによって、当該問合せに応答(代理応答)する。 First, for the first type of access (access by the first type of protocol), the same operation (reply processing of MAC address and the like) as in the above-mentioned comparative example and the like is executed. In short, the proxy response operation by the sub CPU 41 is executed. For example, as the first type of access, when a name resolution protocol query (packets 701,801, etc.) is received from another device (80A, 80B, etc.), the MFP10 (10Z) receives the MAC address of its own device 10Z. Etc. are returned to the source device (80A, 80B, etc.) to respond to the inquiry (proxy response).

一方、第2の種類のアクセス(第2の種類のプロトコルによるアクセス)に対しては、上述の比較例とは異なる動作が実行される。たとえば、MFP10(サブCPU41)は、TCP/IPによる通信アクセスを他の装置(80Aあるいは80B等)から受信すると、当該通信アクセスに対する代理応答処理(具体的には、確認応答(ACK信号)の返信処理等)が行われる。 On the other hand, for the second type of access (access by the second type of protocol), an operation different from the above-mentioned comparative example is executed. For example, when the MFP 10 (sub CPU 41) receives a communication access by TCP / IP from another device (80A, 80B, etc.), it receives a proxy response process (specifically, an acknowledgment (ACK signal)) for the communication access. Processing, etc.) is performed.

MFP10のサブCPU41は、当該MFP10のメインCPU31の代行期間T1においてTCP/IPによる通信アクセスに関する各通信パケットを受信する場合、当該各通信パケットに関する送信元装置(80Aあるいは80B等)に対して確認応答(「ACK」信号)を返信すること等によって、TCP/IPによる各通信パケットに対して応答(代理応答)する。 When the sub CPU 41 of the MFP 10 receives each communication packet related to communication access by TCP / IP during the proxy period T1 of the main CPU 31 of the MFP 10, it acknowledges and responds to the source device (80A, 80B, etc.) related to each communication packet. By replying (“ACK” signal) or the like, a response (proxy response) is made to each communication packet by TCP / IP.

より詳細には、まず通信確立のための通信パケット(「SYN」信号)(101,201等)が送信元装置から送信されてくると、MFP10Z(サブCPU41)は、受信した当該「SYN」信号に対して確認応答(「ACK」信号)を返信する。続いて、複数のデータパケット(データ内容を示す通信パケット)が送信元装置から順次に送信されてくると、MFP10Z(サブCPU41)は、受信した当該複数のデータパケットに対して確認応答(「ACK」信号)を返信する。このように、TCP/IPによる通信アクセス(詳細にはその複数のパケット)に対して、サブCPU41は、確認応答を返信する。 More specifically, when a communication packet (“SYN” signal) (101, 201, etc.) for establishing communication is first transmitted from the source device, the MFP 10Z (sub CPU 41) receives the “SYN” signal. An acknowledgment (“ACK” signal) is returned to. Subsequently, when a plurality of data packets (communication packets indicating the data contents) are sequentially transmitted from the source device, the MFP 10Z (sub CPU 41) acknowledges (“ACK”) the plurality of received data packets. "Signal) is returned. In this way, the sub CPU 41 returns an acknowledgment in response to the communication access by TCP / IP (specifically, the plurality of packets thereof).

また、この実施形態においては、サブCPU41は、各送信元装置からの第2の種類のアクセスに関する複数の受信パケットのそれぞれに対してシーケンス番号(連続番号)を順次に付与する。当該シーケンス番号は、1番(あるいは0番)から開始される必要はなく、適宜の番号から開始されればよい。また、当該シーケンス番号は、メインCPUの省電力状態移行前までにメインCPUにて利用されていたシーケンス番号とは無関係の番号(サブCPU41が独自に付与した番号)であってよい。当該シーケンス番号は、受信パケットの管理用シーケンス番号であり、サブCPU41によって付与され管理される。また、当該シーケンス番号は、送信元装置ごと且つアクセスごとに付与され管理される。 Further, in this embodiment, the sub CPU 41 sequentially assigns sequence numbers (serial numbers) to each of the plurality of received packets related to the second type of access from each source device. The sequence number does not have to start from No. 1 (or No. 0), but may start from an appropriate number. Further, the sequence number may be a number irrelevant to the sequence number used in the main CPU before the transition to the power saving state of the main CPU (a number independently assigned by the sub CPU 41). The sequence number is a management sequence number of the received packet, and is assigned and managed by the sub CPU 41. Further, the sequence number is assigned and managed for each source device and each access.

たとえば、装置80Aから送信されてきたTCP/IP通信に関する受信パケットに対しては、「101」から始まる連続番号が順次に付与され、装置80Bから送信されてきたTCP/IP通信に関する受信パケットに対しては、別の番号「201」から始まる連続番号が順次に付与される。なお、装置80Aから送信されてきた名前解決プロトコルに関する受信パケットに対しては、別の番号「701」等が付与され、装置80Bから送信されてきた名前解決プロトコルに関する受信パケットに対しては、更に別の番号「801」等が付与される。このように、送信元装置ごと且つアクセス(種類)ごとに互いに異なるシーケンス番号が付与される。 For example, for the received packets related to TCP / IP communication transmitted from the device 80A, serial numbers starting with "101" are sequentially assigned, and for the received packets related to TCP / IP communication transmitted from the device 80B. Therefore, consecutive numbers starting with another number "201" are sequentially assigned. A different number "701" or the like is assigned to the received packet related to the name resolution protocol transmitted from the device 80A, and further to the received packet related to the name resolution protocol transmitted from the device 80B. Another number "801" or the like is assigned. In this way, different sequence numbers are assigned to each source device and each access (type).

また、代行期間T1においては、各送信元装置からの第2の種類のアクセスに関する最新のシーケンス番号(送信元装置ごとの最新シーケンス番号)がサブCPU41によってSRAM43に記憶される。 Further, in the proxy period T1, the latest sequence number (latest sequence number for each source device) regarding the second type of access from each source device is stored in the SRAM 43 by the sub CPU 41.

たとえば、或る送信元装置80Aからの通信パケット101(「TCP/IP[SYN]A1」)に対してはシーケンス番号「101」が付与されると、これに応じて、通信パケット101の受信時点における最新のシーケンス番号(送信元装置80Aからのアクセスに関する複数のシーケンス番号のうちの最新情報「最新シーケンス番号」)として「101」がSRAM43に記憶される。 For example, when the sequence number "101" is assigned to the communication packet 101 ("TCP / IP [SYN] A1") from a certain source device 80A, the time when the communication packet 101 is received is corresponding to the sequence number "101". "101" is stored in the SRAM 43 as the latest sequence number (latest information "latest sequence number" among a plurality of sequence numbers related to access from the source device 80A).

その後、同じ送信元装置80Aからの次の通信パケット102(「TCP/IP[data]A2」)に対して、シーケンス番号「102」(直前の「101」を1つインクリメントした値)が付与される。これに応じて、通信パケット102の受信時点における最新シーケンス番号(送信元装置80Aからのアクセスに関する最新シーケンス番号)として「102」がSRAM43に記憶される。 After that, the sequence number "102" (value obtained by incrementing the immediately preceding "101" by one) is assigned to the next communication packet 102 ("TCP / IP [data] A2") from the same source device 80A. To. In response to this, "102" is stored in the SRAM 43 as the latest sequence number (latest sequence number regarding access from the source device 80A) at the time of receiving the communication packet 102.

一方、別の送信元装置80Bからの通信パケット201(「TCP/IP[SYN]B1」)に対しては別系統のシーケンス番号「201」が付与される。これに応じて、通信パケット201の受信時点における最新のシーケンス番号(送信元装置80Bからのアクセスに関する複数のシーケンス番号のうちの最新情報「最新シーケンス番号」)として「201」がSRAM43に記憶される。 On the other hand, the sequence number "201" of another system is assigned to the communication packet 201 ("TCP / IP [SYN] B1") from another source device 80B. In response to this, "201" is stored in the SRAM 43 as the latest sequence number (latest information "latest sequence number" among the plurality of sequence numbers related to access from the source device 80B) at the time of receiving the communication packet 201. ..

同様に、その後、当該別の送信元装置80Bからの次の通信パケット202(「TCP/IP[data]B2」)に対してはシーケンス番号「202」(直前の「201」を1つインクリメントした値)が付与される。これに応じて、通信パケット202の受信時点における最新シーケンス番号(送信元装置80Bからのアクセスに関する最新シーケンス番号)として「202」がSRAM43に記憶される。 Similarly, after that, for the next communication packet 202 (“TCP / IP [data] B2”) from the other source device 80B, the sequence number “202” (immediately preceding “201” is incremented by one. Value) is given. In response to this, "202" is stored in the SRAM 43 as the latest sequence number (latest sequence number regarding access from the source device 80B) at the time of receiving the communication packet 202.

また、サブCPU41による代理応答においてデータが受信される場合には、受信されたデータ(代理受信データ)はSRAM43に記憶される。たとえば、通信パケット102で受信されたデータ、および通信パケット202で受信されたデータ等が、SRAM43に格納される。また、各パケットに関する代理受信データは、サブCPU41によって当該各パケットに対して付与されたシーケンス番号に関連付けられてSRAM43に記憶される。 When data is received in the proxy response by the sub CPU 41, the received data (proxy reception data) is stored in the SRAM 43. For example, the data received in the communication packet 102, the data received in the communication packet 202, and the like are stored in the SRAM 43. Further, the proxy reception data for each packet is stored in the SRAM 43 in association with the sequence number assigned to each packet by the sub CPU 41.

なお、後述するように、SRAM43に格納されていた情報(最新シーケンス番号および代理受信データ)は、メインCPU31が起動状態に復帰した後において、SRAM43を介してサブCPU41からメインCPU31へと引き渡され、メインCPU31によって利用される。 As will be described later, the information (latest sequence number and proxy reception data) stored in the SRAM 43 is passed from the sub CPU 41 to the main CPU 31 via the SRAM 43 after the main CPU 31 returns to the activated state. Used by the main CPU 31.

また、この実施形態においては、サブCPU41は、代行期間T1において最初に第2の種類のアクセスを受信すると、メインCPU31を再起動すべき旨を判定する。図5では、或る送信元装置80Aからの通信パケット101(「TCP/IP[SYN]A1」)が受信されると、メインCPU31を再起動すべき旨が判定される。そして、サブCPU41は、メインCPU31および電源部36に対して、メインCPU31の再起動指令(メインCPU31を起動状態へと復帰させる復帰指令)(メインCPU31に対する起動要求とも称される)を送出する。電源部36は、メインCPU31およびメインメモリ32等への給電を再開し、メインCPU31は再起動動作を開始する(図4参照)。 Further, in this embodiment, the sub CPU 41 determines that the main CPU 31 should be restarted when the second type of access is first received in the proxy period T1. In FIG. 5, when a communication packet 101 (“TCP / IP [SYN] A1”) from a certain source device 80A is received, it is determined that the main CPU 31 should be restarted. Then, the sub CPU 41 sends a restart command for the main CPU 31 (a return command for returning the main CPU 31 to the started state) (also referred to as a start request for the main CPU 31) to the main CPU 31 and the power supply unit 36. The power supply unit 36 restarts the power supply to the main CPU 31, the main memory 32, and the like, and the main CPU 31 starts the restart operation (see FIG. 4).

なお、メインCPU31は、たとえば、不揮発性メモリ33に記憶されていたスナップショットデータ等を用いることによって高速に起動(再起動)することが可能である。スナップショットデータを用いた高速起動による再起動動作の所要時間は、スナップショットデータを用いない通常の再起動動作の所要時間(たとえば数十秒程度)よりも短い時間(たとえば数秒程度)で済む。 The main CPU 31 can be started (restarted) at high speed by using, for example, snapshot data stored in the non-volatile memory 33. The time required for the restart operation by high-speed startup using the snapshot data is shorter (for example, about several seconds) than the time required for the normal restart operation without using the snapshot data (for example, about several tens of seconds).

メインCPU31が再起動処理によって給電停止状態から起動状態に復帰するまで(再起動が完了するまで)の復帰期間(たとえば、数秒〜数十秒(ここでは3秒程度))において、サブCPU41は、メインCPU31の代理で各種の通信アクセスに対する応答処理(代理応答処理)を実行する。 During the recovery period (for example, several seconds to several tens of seconds (here, about 3 seconds)) until the main CPU 31 returns from the power supply stop state to the start state (until the restart is completed) by the restart process, the sub CPU 41 is used. Response processing (proxy response processing) for various communication accesses is executed on behalf of the main CPU 31.

<2−2.メインCPU31の再起動完了後(代行期間T1終了後)>
その後、メインCPU31は、起動状態に復帰すると復帰完了通知をサブCPU41に対して送出し、サブCPU41は、当該復帰完了通知を受け付けると、代理権限をメインCPU31に返上する(メインCPU31に権限を移譲する)。メインCPU31は、再び通常動作(ネットワーク通信動作を含む)を実行する。
<2-2. After the restart of the main CPU 31 is completed (after the agency period T1 ends)>
After that, when the main CPU 31 returns to the activated state, the return completion notification is sent to the sub CPU 41, and when the sub CPU 41 receives the return completion notification, the proxy authority is returned to the main CPU 31 (authority is transferred to the main CPU 31). To do). The main CPU 31 again executes a normal operation (including a network communication operation).

権限移譲の完了に伴って、サブCPU41は、他装置との通信動作を停止する。一方、メインCPU31は、サブCPU41から受け取った情報(サブCPU41からSRAM43を介して引き継いだ「最新シーケンス番号」)に基づいて、第2の種類のアクセスに関する残余の受信パケットの受信動作を継続する。換言すれば、メインCPU31は、当該残余の受信パケットの受信動作をサブCPU41から引き継いで実行する。具体的には、メインCPU31は、サブCPU41から受け取った各最新シーケンス番号に対して1つインクリメントした番号を次の各受信パケットに対して付与し、受信動作を継続する。 With the completion of the transfer of authority, the sub CPU 41 stops the communication operation with the other device. On the other hand, the main CPU 31 continues the operation of receiving the remaining received packets related to the second type of access based on the information received from the sub CPU 41 (the "latest sequence number" inherited from the sub CPU 41 via the SRAM 43). In other words, the main CPU 31 takes over the reception operation of the remaining received packets from the sub CPU 41 and executes the operation. Specifically, the main CPU 31 assigns a number incremented by 1 to each latest sequence number received from the sub CPU 41 to each of the following received packets, and continues the receiving operation.

また、メインCPU31が再起動状態に復帰すると、SRAM43に格納されていた情報(各最新シーケンス番号および各受信データ)がメインメモリ32に転写され、メインCPU31によって利用される。換言すれば、メインCPU31は、SRAM43を介して、第2の種類のアクセスにおける受信パケットに付与された複数のシーケンス番号に関する最新情報(最新シーケンス番号)を復帰後のメインCPUに引き継ぐ。 When the main CPU 31 returns to the restarted state, the information (each latest sequence number and each received data) stored in the SRAM 43 is transferred to the main memory 32 and used by the main CPU 31. In other words, the main CPU 31 inherits the latest information (latest sequence number) regarding the plurality of sequence numbers given to the received packet in the second type of access to the main CPU after the return via the SRAM 43.

たとえば、メインCPU31は、送信元装置80AからのTCP/IP通信(「TCP/IP[data]Ai」)に関して最新シーケンス番号「102」を、SRAM43を介してサブCPU41から受け取る。そして、メインCPU31は、送信元装置80Aからの次の通信パケット103(「TCP/IP[data]A3」)に対してシーケンス番号「103」(直前の「102」を1つインクリメントした値)を付与する。また、通信パケット103の受信時点における最新シーケンス番号(送信元装置80Aからのアクセスに関する最新シーケンス番号)として「103」をメインメモリ32に記憶する。その後の新たな通信パケット104,105,...についても同様の受信処理が行われればよい。 For example, the main CPU 31 receives the latest sequence number “102” from the sub CPU 41 via the SRAM 43 for TCP / IP communication (“TCP / IP [data] Ai”) from the source device 80A. Then, the main CPU 31 assigns the sequence number "103" (a value obtained by incrementing the immediately preceding "102" by one) to the next communication packet 103 ("TCP / IP [data] A3") from the source device 80A. Give. Further, "103" is stored in the main memory 32 as the latest sequence number (latest sequence number related to access from the source device 80A) at the time of receiving the communication packet 103. The same reception processing may be performed for the new communication packets 104, 105, ... After that.

同様に、メインCPU31は、送信元装置80BからのTCP/IP通信(「TCP/IP[data]Bi」)に関して最新シーケンス番号「202」を、SRAM43を介してサブCPU41から受け取る。そして、メインCPU31は、送信元装置80Bからの次の通信パケット203(「TCP/IP[data]B3」)に対してシーケンス番号「203」(直前の「202」を1つインクリメントした値)を付与する。また、通信パケット203の受信時点における最新シーケンス番号(送信元装置80Bからのアクセスに関する最新シーケンス番号)として「203」をメインメモリ32に記憶する。その後の新たな受信パケット204,205,...についても同様の受信処理が行われればよい。 Similarly, the main CPU 31 receives the latest sequence number “202” from the sub CPU 41 via the SRAM 43 for TCP / IP communication (“TCP / IP [data] Bi”) from the source device 80B. Then, the main CPU 31 assigns the sequence number "203" (a value obtained by incrementing the immediately preceding "202" by one) to the next communication packet 203 ("TCP / IP [data] B3") from the source device 80B. Give. Further, "203" is stored in the main memory 32 as the latest sequence number (latest sequence number related to access from the source device 80B) at the time of receiving the communication packet 203. The same reception processing may be performed for the new received packets 204, 205, ... After that.

また、メインCPU31は、当該TCP/IPによる通信において、複数の通信パケットに基づくデータを、通信パケットごとの各受信データに関連付けて記憶されたシーケンス番号に基づいて復元する。換言すれば、各パケットに関する受信データと当該各パケットに対してサブCPU41およびメインCPU31によって付与されたシーケンス番号との対応関係もが利用される。これにより、たとえば、シーケンス番号「102」,「103」,..が付与された各パケットのデータに基づいて正しい全体データ(印刷データ等)が復元される。この際、SRAM43に格納されていた情報(各最新シーケンス番号および受信データ)がメインメモリ32に転写され、メインCPU31によって利用される。これによって、メインCPU31は、復帰前にてサブCPU41によって代理受信されたデータをも正確に反映した正しいデータ(装置80Aからの送信データ(たとえば印刷データ))を取得することが可能である。 Further, in the TCP / IP communication, the main CPU 31 restores data based on a plurality of communication packets based on a sequence number stored in association with each received data for each communication packet. In other words, the correspondence between the received data for each packet and the sequence number assigned by the sub CPU 41 and the main CPU 31 for each packet is also used. As a result, for example, correct overall data (print data, etc.) is restored based on the data of each packet to which the sequence numbers "102", "103", .. are assigned. At this time, the information (each latest sequence number and received data) stored in the SRAM 43 is transferred to the main memory 32 and used by the main CPU 31. As a result, the main CPU 31 can acquire correct data (transmission data (for example, print data) from the device 80A) that accurately reflects the data received by the sub CPU 41 as a proxy before returning.

同様に、メインCPU31は、シーケンス番号「202」,「203」,...の各通信パケットでの受信データを元の送信順序に並べ替えて正しいデータを復元する。この際、SRAM43に格納されていた情報(各最新シーケンス番号および受信データ)がメインメモリ32に転写され、メインCPU31によって利用される。これによれば、メインCPU31は、復帰前にてサブCPU41によって代理受信されたデータをも正確に反映した正しいデータ(装置80Bからの送信データ)を取得することが可能である。 Similarly, the main CPU 31 rearranges the received data in each communication packet of the sequence numbers “202”, “203”, ... In the original transmission order and restores the correct data. At this time, the information (each latest sequence number and received data) stored in the SRAM 43 is transferred to the main memory 32 and used by the main CPU 31. According to this, the main CPU 31 can acquire correct data (transmission data from the device 80B) that accurately reflects the data received by the sub CPU 41 as a proxy before returning.

<2−3.実施形態における効果等>
以上のような動作によれば、サブCPU41は、代行期間T1において、複数の受信パケットに対する応答を要する第2の種類のアクセスにも代理応答する。そして、第2の種類のアクセスにおける受信パケットに付与された複数のシーケンス番号のうちの最新情報(最新番号)が、復帰完了後のメインCPU31に引き継がれる。そのため、或る装置(たとえば80B)からの第2の種類のアクセスに関して、メインCPU31の給電停止状態への移行後から再起動完了前(復帰完了前)までに受信されたパケット(代行期間T1で受信されたパケット)のシーケンス番号と、再起動完了後(復帰完了後)のメインCPU31にて引き続いて受信されたパケットのシーケンス番号との連続性を担保することが可能である。したがって、メインCPU31が休止状態に移行した後においても、外部装置(80A,80B等)からの通信アクセスであって複数の通信パケットに対する応答を要する通信アクセスを適切に受け付けることが可能である。
<2-3. Effects in the embodiment>
According to the above operation, the sub CPU 41 also responds by proxy to the second type of access that requires a response to a plurality of received packets during the proxy period T1. Then, the latest information (latest number) among the plurality of sequence numbers given to the received packet in the second type of access is taken over by the main CPU 31 after the restoration is completed. Therefore, regarding the second type of access from a certain device (for example, 80B), the packet received from the transition to the power supply stop state of the main CPU 31 to the completion of restart (before the completion of recovery) (in the proxy period T1). It is possible to ensure the continuity between the sequence number of the received packet) and the sequence number of the packet subsequently received by the main CPU 31 after the restart is completed (after the recovery is completed). Therefore, even after the main CPU 31 shifts to the hibernation state, it is possible to appropriately accept communication access from an external device (80A, 80B, etc.) that requires a response to a plurality of communication packets.

特に、メインCPU31に対する給電停止期間中および復帰期間中において、サブCPU41が第2の種類のアクセスに対して確認応答(ACK)を代理で返信するので、当該確認応答を受信した送信元装置80B等は、リトライを行わずに直ちに次のパケット送信を行うことができる。したがって、タイムアウト判定が行われることを回避し、且つ、複数のパケットによるデータ送信を停滞させずに適切に進行させることが可能である。 In particular, since the sub CPU 41 returns an acknowledgment (ACK) on behalf of the second type of access during the power supply stop period and the return period to the main CPU 31, the source device 80B or the like that has received the acknowledgment. Can immediately send the next packet without retrying. Therefore, it is possible to avoid the time-out determination being performed and to appropriately proceed the data transmission by a plurality of packets without stagnation.

なお、ここでは、第2の種類のアクセスとしてTCP/IPによる通信を例示しているが、これに限定されず、その他の各種の通信(その他のデータ転送用プロトコルを用いた通信等)であってもよい。また、第2の種類のアクセスとして複数の異なるプロトコルの通信が行われる場合には、各プロトコルごとにシーケンス番号が管理されればよい。 Here, TCP / IP communication is illustrated as the second type of access, but the present invention is not limited to this, and other various types of communication (communication using other data transfer protocols, etc.). You may. Further, when communication of a plurality of different protocols is performed as the second type of access, the sequence number may be managed for each protocol.

<3.変形例等>
以上、この発明の実施の形態について説明したが、この発明は上記説明した内容のものに限定されるものではない。
<3. Deformation example, etc.>
Although the embodiments of the present invention have been described above, the present invention is not limited to the contents described above.

たとえば、上記実施形態等においては、サブCPU41は、複数の受信パケットのそれぞれに個別に応答しているが、これに限定されず、サブCPU41は、いくつかの受信パケット(たとえば2個の受信パケット)に対して纏めて応答(確認応答等)するようにしてもよい。 For example, in the above embodiment, the sub CPU 41 responds to each of a plurality of received packets individually, but the sub CPU 41 is not limited to this, and the sub CPU 41 may use some received packets (for example, two received packets). ) May be collectively answered (acknowledgement response, etc.).

また、上記実施形態等においては、サブCPU41は、代行期間T1において第2の種類のアクセスを受信する場合、当該第2の種類のアクセスに関する送信元装置に対して確認応答(データを正常受信した旨のACK信号)を返信することによって、当該第2の種類のアクセスに対して応答(代理応答)しているが、これに限定されない。 Further, in the above embodiment, when the sub CPU 41 receives the second type of access during the proxy period T1, it acknowledges (normally receives the data) to the source device related to the second type of access. By returning an ACK signal to that effect), a response (proxy response) is made to the second type of access, but the present invention is not limited to this.

たとえば、サブCPU41は、メインCPU31に対する給電停止期間中に第2の種類のアクセスを受信する場合、当該第2の種類のアクセスに関する送信元装置に対して実質的な待機要求(ウエイト指令等)を返信することによって、当該第2の種類のアクセスに対して応答(代理応答)するようにしてもよい。換言すれば、サブCPU41は、送信元装置からのデータ送信を抑止しつつ当該送信元装置への返信(応答)を行うようにしてもよい。 For example, when the sub CPU 41 receives the second type of access during the power supply stop period for the main CPU 31, the sub CPU 41 makes a substantial standby request (weight command, etc.) to the source device for the second type of access. By replying, a response (proxy response) may be made to the second type of access. In other words, the sub CPU 41 may make a reply (response) to the source device while suppressing data transmission from the source device.

詳細には、サブCPU41は、たとえばTCP/IP通信におけるウインドウサイズ(Window Size)をゼロに設定変更した旨をも有する返信を、「ウエイト指令」として送信すればよい。より詳細には、パケット101(,201等)(図5参照)に対する応答として、「ウインドウサイズ(Window Size)をゼロに設定変更した旨をも有するACK」がMFP10から装置80A(,80B等)へと送信されればよい。 Specifically, the sub CPU 41 may transmit, for example, a reply having a setting change of the window size (Window Size) in TCP / IP communication to zero as a "weight command". More specifically, as a response to the packet 101 (, 201, etc.) (see FIG. 5), "ACK having the effect that the window size has been changed to zero" is sent from the MFP 10 to the device 80A (, 80B, etc.). It should be sent to.

ウインドウサイズをゼロに設定変更した返信が送信元装置(80)に送信されることによれば、送信先装置(MFP)は、当該送信先装置の受信バッファメモリの空き容量不足に起因してデータ受信できないことを送信元装置(80)に伝達することができる。これによって、送信元装置(80)からのデータ送信を抑止することが可能である。 According to the reply that the window size is set to zero is sent to the source device (80), the destination device (MFP) has data due to insufficient free space in the receive buffer memory of the destination device. It is possible to convey to the source device (80) that reception is not possible. This makes it possible to suppress data transmission from the source device (80).

ウインドウサイズがゼロに設定された旨の返信を受信した送信元装置(80)は、一定期間の待機の後に、新たなウインドウサイズの送信依頼をMFP(送信先装置)に送信する。 Upon receiving the reply that the window size is set to zero, the source device (80) transmits a transmission request of a new window size to the MFP (destination device) after waiting for a certain period of time.

このときMFPのメインCPU31の起動状態への復帰が未だ完了していない場合には、サブCPU41が、当該送信依頼を受信するとともに、新たなウインドウサイズとして依然として「ゼロ」を返信する。これにより、送信元装置からのデータ送信抑止が継続される。 At this time, if the return of the main CPU 31 of the MFP to the activated state has not been completed yet, the sub CPU 41 receives the transmission request and still returns "zero" as a new window size. As a result, data transmission suppression from the source device is continued.

一方、このときMFPのメインCPU31の起動状態への復帰が既に完了していれば、メインCPU31が、当該送信依頼を受信するとともに、新たなウインドウサイズとして、「ゼロよりも大きな値」(たとえば、数キロバイト)を送信する。これによれば、送信元装置からのデータ送信を再開することができる。 On the other hand, at this time, if the return to the activated state of the main CPU 31 of the MFP has already been completed, the main CPU 31 receives the transmission request and sets a new window size of "a value larger than zero" (for example, a value larger than zero). Send (a few kilobytes). According to this, the data transmission from the source device can be restarted.

このようにして、サブCPU41は、送信元装置からのデータ送信を抑止しつつ当該送信元装置への返信(応答)を行うようにしてもよい。 In this way, the sub CPU 41 may make a reply (response) to the source device while suppressing data transmission from the source device.

また、このような場合には、代行期間T1において、送信元装置(80B等)は、「ウエイト指令」をパケット送信に対する応答として受信しており、送信先装置(MFP)からの何らかの返信(応答)を受信している。したがって、送信元装置(80B等)は、タイムアウト判定を行わない。その後、ウエイト指令に関連する送受信(新たなウインドウサイズの送信依頼等)が何回か繰り返された時点では既にメインCPU31の再起動が完了している。したがって、正常な通信を継続することが可能である。なお、この場合、外部装置からのデータを受信する処理は、たとえば、メインCPU31の復帰後に、メインCPU31によって行われればよい。 Further, in such a case, in the proxy period T1, the source device (80B or the like) receives the "weight command" as a response to the packet transmission, and some reply (response) from the destination device (MFP). ) Is being received. Therefore, the source device (80B or the like) does not perform the timeout determination. After that, when the transmission / reception (request for transmission of a new window size, etc.) related to the weight command is repeated several times, the restart of the main CPU 31 has already been completed. Therefore, normal communication can be continued. In this case, the process of receiving the data from the external device may be performed by the main CPU 31 after the return of the main CPU 31, for example.

10 MFP(画像形成装置)
31 メインCPU
32 メインメモリ
41 サブCPU
43 SRAM(スタティックRAM)
80A,80B 送信元装置(外部装置)
T1 代行期間
T11 給電停止期間
T12 復帰期間
10 MFP (Image Forming Device)
31 main CPU
32 Main memory 41 Sub CPU
43 SRAM (Static RAM)
80A, 80B Source device (external device)
T1 agency period T11 power supply stop period T12 return period

Claims (8)

画像形成装置であって、
メインCPUと、
前記メインCPUが休止状態を有する期間と前記メインCPUが前記休止状態から起動状態へと復帰している途中の復帰期間とを含む第1の期間において、外部装置からの通信ネットワークを介した特定の種類のアクセスであって複数の受信パケットに対する応答を要する特定の種類のアクセスに対して前記メインCPUに代わって代理応答することが可能なサブCPUと、
を備え、
前記サブCPUは、
前記第1の期間において、前記特定の種類のアクセスに関する前記複数の受信パケットに対して代理応答するとともに、前記複数の受信パケットのそれぞれにシーケンス番号を付与し、
前記メインCPUの起動状態への復帰完了後において、前記特定の種類のアクセスに関して前記第1の期間内に前記複数の受信パケットに付与した複数のシーケンス番号に関する最新番号を、前記メインCPUに引き継ぐことを特徴とする画像形成装置。
It is an image forming device
With the main CPU
A specific period via a communication network from an external device in a first period including a period in which the main CPU is in a hibernation state and a return period in which the main CPU is in the process of returning from the hibernation state to the start state. A sub CPU that can make a proxy response on behalf of the main CPU for a specific type of access that is a type of access and requires a response to a plurality of received packets.
With
The sub CPU
In the first period, a proxy response is made to the plurality of received packets related to the specific type of access, and a sequence number is assigned to each of the plurality of received packets.
After the return to the activated state of the main CPU is completed, the latest numbers related to the plurality of sequence numbers assigned to the plurality of received packets within the first period for the specific type of access are taken over by the main CPU. An image forming apparatus characterized by.
請求項1に記載の画像形成装置において、
前記メインCPUは、前記起動状態へ復帰した後、前記サブCPUから引き継いだ前記シーケンス番号の最新の値に対して1つインクリメントした値を前記特定の種類のアクセスにおける次の受信パケットに対して付与し、前記特定の種類のアクセスにおける残余の受信パケットの受信動作を引き継いで実行することを特徴とする画像形成装置。
In the image forming apparatus according to claim 1,
After returning to the started state, the main CPU assigns a value incremented by 1 to the latest value of the sequence number inherited from the sub CPU to the next received packet in the specific type of access. An image forming apparatus that takes over and executes the reception operation of the remaining received packets in the specific type of access.
請求項1または請求項2に記載の画像形成装置において、
前記サブCPUは、前記第1の期間において前記特定の種類のアクセスに関する前記複数の受信パケットを受信する場合、前記複数の受信パケットの送信元装置に対して確認応答を返信することによって、前記複数の受信パケットに関して代理応答することを特徴とする画像形成装置。
In the image forming apparatus according to claim 1 or 2.
When the sub CPU receives the plurality of received packets related to the specific type of access in the first period, the sub CPU returns an acknowledgment to the source device of the plurality of received packets, thereby causing the plurality of received packets. An image forming apparatus characterized in that it responds by proxy with respect to a received packet of.
請求項3に記載の画像形成装置において、
前記サブCPUは、前記第1の期間において前記特定の種類のアクセスに関する前記複数の受信パケットを受信する場合、前記複数の受信パケットによって受信したデータを受信バッファに格納し、
前記メインCPUは、前記起動状態へ復帰すると、前記サブCPUによって前記受信バッファに格納されていたデータを取得することを特徴とする画像形成装置。
In the image forming apparatus according to claim 3,
When the sub CPU receives the plurality of received packets related to the specific type of access in the first period, the sub CPU stores the data received by the plurality of received packets in the reception buffer.
An image forming apparatus, characterized in that, when the main CPU returns to the activated state, the sub CPU acquires data stored in the reception buffer.
請求項1から請求項4のいずれかに記載の画像形成装置において、
前記サブCPUは、異なる複数の装置からの前記特定の種類のアクセスにおける受信パケットのシーケンス番号を前記複数の装置のそれぞれに関して個別に管理することを特徴とする画像形成装置。
In the image forming apparatus according to any one of claims 1 to 4.
The sub-CPU is an image forming apparatus that individually manages sequence numbers of received packets in the specific type of access from a plurality of different devices for each of the plurality of devices.
画像形成装置に内蔵されたサブCPUに、
a)前記画像形成装置のメインCPUが休止状態を有する期間と前記メインCPUが前記休止状態から起動状態へと復帰している途中の復帰期間とを含む第1の期間において、外部装置からのネットワークを介した特定の種類のアクセスであって複数の受信パケットに対する応答を要する特定の種類のアクセスに関する前記複数の受信パケットに対して代理応答するとともに、前記複数の受信パケットのそれぞれにシーケンス番号を付与するステップと、
b)前記特定の種類のアクセスに関して前記第1の期間内に前記複数の受信パケットに付与した複数のシーケンス番号に関する最新番号を、前記メインCPUの起動状態への復帰完了後において、前記メインCPUに引き継ぐステップと、
を実行させるためのプログラム。
In the sub CPU built into the image forming device,
a) A network from an external device in a first period including a period in which the main CPU of the image forming apparatus is in a hibernation state and a return period in which the main CPU is in the process of returning from the hibernation state to the startup state. A proxy response is made to the plurality of received packets related to a specific type of access that requires a response to a plurality of received packets, and a sequence number is assigned to each of the plurality of received packets. Steps to do and
b) The latest numbers relating to the plurality of sequence numbers assigned to the plurality of received packets within the first period for the specific type of access are sent to the main CPU after the return to the activated state of the main CPU is completed. Steps to take over and
A program to execute.
請求項1から請求項5のいずれかに記載の画像形成装置において、 In the image forming apparatus according to any one of claims 1 to 5.
前記特定の種類のアクセスは、TCP/IPによる通信アクセスであることを特徴とする画像形成装置。 An image forming apparatus, wherein the specific type of access is a communication access by TCP / IP.
請求項6に記載のプログラムにおいて、 In the program according to claim 6,
前記特定の種類のアクセスは、TCP/IPによる通信アクセスであることを特徴とするプログラム。 The specific type of access is a program characterized by being a communication access by TCP / IP.
JP2016236672A 2016-12-06 2016-12-06 Image forming device and program Active JP6862807B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016236672A JP6862807B2 (en) 2016-12-06 2016-12-06 Image forming device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016236672A JP6862807B2 (en) 2016-12-06 2016-12-06 Image forming device and program

Publications (2)

Publication Number Publication Date
JP2018089895A JP2018089895A (en) 2018-06-14
JP6862807B2 true JP6862807B2 (en) 2021-04-21

Family

ID=62565034

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016236672A Active JP6862807B2 (en) 2016-12-06 2016-12-06 Image forming device and program

Country Status (1)

Country Link
JP (1) JP6862807B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7287140B2 (en) * 2019-06-21 2023-06-06 株式会社リコー ELECTRONIC DEVICE, ELECTRONIC DEVICE CONTROL METHOD, AND PROGRAM

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004005029A (en) * 2002-05-30 2004-01-08 Canon Inc Device having power saving function and power saving control method
JP2005267100A (en) * 2004-03-17 2005-09-29 Ricoh Co Ltd Network control device, image forming apparatus, image forming system, computer program and recoding medium
JP5061034B2 (en) * 2008-06-05 2012-10-31 株式会社リコー Information processing apparatus, control method for information processing apparatus, program, and recording medium
JP2009297905A (en) * 2008-06-10 2009-12-24 Murata Mach Ltd Image forming apparatus
JP2010280093A (en) * 2009-06-03 2010-12-16 Brother Ind Ltd Communication device
JP5424856B2 (en) * 2009-12-22 2014-02-26 キヤノン株式会社 Image forming apparatus and power saving control method and program thereof
US9722949B2 (en) * 2015-02-27 2017-08-01 Google Inc. Reducing power utilization by transferring communication sessions from a main processor

Also Published As

Publication number Publication date
JP2018089895A (en) 2018-06-14

Similar Documents

Publication Publication Date Title
US7380243B2 (en) Image forming apparatus of which programs are remotely updatable
JP5078671B2 (en) Information processing apparatus, information processing system, and information processing method
JP2012234483A (en) Information processing apparatus, control method therefor, and control program
JP2018023081A (en) Image forming apparatus and method for controlling the same
US9135541B2 (en) Image forming apparatus and nonvolatile memory writing method
JP5779894B2 (en) Communication apparatus and image processing apparatus
US9612645B2 (en) Information processing apparatus, control method for information processing apparatus, and storage medium for reducing power consumption in response to a transition
JP2008181402A (en) Information processing apparatus
JP6862807B2 (en) Image forming device and program
JP2015022681A (en) Information processing apparatus and software update method for information processing apparatus
US9294636B2 (en) Image forming apparatus that has internet facsimile function and stores message ID related to image data in non volatile memory
JP2012156645A (en) Information processor, communication apparatus, and control method therefor
JP2011142577A (en) Power saving control method, and image forming apparatus
JP2018078485A (en) Information processing apparatus and starting method of information processing apparatus
US10168764B2 (en) Electronic device that ensures reduced power consumption and high speed switching of power modes and recording medium
US11016709B2 (en) Printing apparatus and control method of printing apparatus
US20130191623A1 (en) Information processing apparatus, control method therefor, and storage medium
JP7040165B2 (en) Information processing equipment, information processing systems and programs
JP5480194B2 (en) Image forming apparatus and system management program
JP2012190383A (en) Communication device and image processing apparatus
JP6439939B2 (en) Electronic equipment and power control program
JP2020027509A (en) Relay system
JP2007251417A (en) Network device
JP7095505B2 (en) Information processing systems, information processing devices and programs
US20230033484A1 (en) Information processing apparatus, method, and non-transitory recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190913

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200706

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200728

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200914

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210315

R150 Certificate of patent or registration of utility model

Ref document number: 6862807

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150