JP6157260B2 - Image forming apparatus - Google Patents

Image forming apparatus Download PDF

Info

Publication number
JP6157260B2
JP6157260B2 JP2013158019A JP2013158019A JP6157260B2 JP 6157260 B2 JP6157260 B2 JP 6157260B2 JP 2013158019 A JP2013158019 A JP 2013158019A JP 2013158019 A JP2013158019 A JP 2013158019A JP 6157260 B2 JP6157260 B2 JP 6157260B2
Authority
JP
Japan
Prior art keywords
job
information
procedure
failure information
server
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
JP2013158019A
Other languages
Japanese (ja)
Other versions
JP2015027760A (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.)
Canon Inc
Original Assignee
Canon 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 Canon Inc filed Critical Canon Inc
Priority to JP2013158019A priority Critical patent/JP6157260B2/en
Publication of JP2015027760A publication Critical patent/JP2015027760A/en
Application granted granted Critical
Publication of JP6157260B2 publication Critical patent/JP6157260B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、ネットワーク上のサーバに蓄積された印刷ジョブをダウンロードし、印刷する画像形成装置に関する。   The present invention relates to an image forming apparatus that downloads and prints a print job stored in a server on a network.

ネットワーク上に蓄積された印刷ジョブを、画像形成装置がダウンロードし印刷するクラウドプリントサービスが知られている(特許文献1)。   A cloud print service is known in which an image forming apparatus downloads and prints a print job stored on a network (Patent Document 1).

クラウドプリントサービスでは、サービスを提供しているサーバが印刷ジョブを制御するためのAPIを公開し、画像形成装置がそれを利用することでクラウドプリントを実現している。API は最低限次の3つで構成されている。1つはサーバ上に蓄積されているジョブ情報のリストを取得するAPI(以降fetch と記す)。もう一つはジョブのチケット、画像情報をダウンロードするAPI(以降download と記す)。最後の一つはジョブの状態を制御する API(以降 contorl と記す)である。また、ジョブは最低限次の3つの状態を持つ。印刷待ちの状態(以降QUEUED と記す), ダウンロード済み状態(以降IN_PROGRESS と記す), 印刷済み状態(以降DONEと記す)。   In the cloud print service, a server providing the service discloses an API for controlling a print job, and an image forming apparatus uses the API to realize cloud print. The API consists of at least the following three. One is an API (hereinafter referred to as fetch) that obtains a list of job information stored on the server. The other is an API for downloading job tickets and image information (hereinafter referred to as download). The last one is an API (hereinafter referred to as contorl) that controls the job status. A job has at least the following three states. Print waiting state (hereinafter referred to as QUEUED), downloaded state (hereinafter referred to as IN_PROGRESS), and printed state (hereinafter referred to as DONE).

特開2002-108576号公報JP 2002-108576 A

図3は、ネットワーク上に蓄積された印刷ジョブをダウンロードし、印刷を行う際のフローを示している。画像形成装置は印刷処理を行う際、まず S101 で fetch を実行し、サーバ上に蓄積されているジョブ情報のリストを取得し、S102に進む。S102では、取得したジョブリストから印刷待ち状態のジョブがあるかどうかを調べ、ある場合はS103に進む。ない場合は終了する。S103では、印刷待ち状態のジョブのチケット、画像情報をダウンロードし、S104 に進む。S104では、ダウンロードした情報を元に画像の印刷を行い、S105に進む。   FIG. 3 shows a flow when a print job stored on the network is downloaded and printed. When performing the printing process, the image forming apparatus first executes fetch in S101, acquires a list of job information stored on the server, and proceeds to S102. In S102, it is checked whether there is a job waiting to be printed from the acquired job list, and if there is, the process proceeds to S103. If not, exit. In S103, a ticket and image information of a job waiting for printing are downloaded, and the process proceeds to S104. In S104, an image is printed based on the downloaded information, and the process proceeds to S105.

S105では、サーバ上のジョブの状態を印刷済みの状態に設定するため control を実行する。このcontrol 実行で、ジョブ状態を印刷済みに設定することで、次の S102 の判定で印刷待ちのジョブがなくなり、印刷処理が終了する。このとき、S105のcontrol実行が失敗した場合、次回のS102の判定で、先ほど印刷したジョブの状態が印刷待ちのままであるため、同じジョブを印刷してしまうという課題がある。   In S105, control is executed to set the job status on the server to the printed status. By executing this control, the job status is set to “printed”, so that there is no job waiting to be printed in the next determination of S102, and the printing process is terminated. At this time, if the control execution of S105 fails, there is a problem that the same job is printed because the state of the job printed earlier is still waiting for printing in the next determination of S102.

本発明は上記問題を鑑みてなされたものであり、control API に失敗した際、同じジョブを複数回印刷することを避けることを目的とする。   The present invention has been made in view of the above problems, and an object thereof is to avoid printing the same job a plurality of times when the control API fails.

上記目的を達成するために、本発明の画像形成装置は、
サーバ上に蓄積されたジョブ情報のリストを取得するジョブ情報リスト取得手順(S402,S413,S420)と、取得したジョブ情報リストの情報からジョブのチケット、画像情報をダウンロードするジョブ情報ダウンロード手順(S404)と、サーバ上のジョブ状態を設定するジョブ状態制御手順(S406,S409)とを有する画像形成装置(200)において、
前記ジョブ状態制御手順が失敗した際に、失敗情報を生成、保持する失敗情報生成保持手順(S415,S416,S417)と、
前記失敗情報生成保持手順で生成した失敗情報によって、処理するジョブを決定するジョブ決定手順(S401,S411)と、
前記失敗情報生成保持手順で生成した失敗情報によって、処理するジョブの処理方法を決定する処理方法決定手順(S412)とを有する。
In order to achieve the above object, an image forming apparatus of the present invention includes:
Job information list acquisition procedure (S402, S413, S420) for acquiring a list of job information accumulated on the server, and job information download procedure (S404) for downloading job tickets and image information from the acquired job information list information ) And a job state control procedure (S406, S409) for setting a job state on the server,
A failure information generation and retention procedure (S415, S416, S417) for generating and retaining failure information when the job status control procedure fails;
A job determination procedure (S401, S411) for determining a job to be processed based on the failure information generated in the failure information generation and holding procedure;
A processing method determination procedure (S412) for determining a processing method of a job to be processed based on the failure information generated in the failure information generation and holding procedure.

本発明によれば、control API に失敗した場合でも、同じジョブを複数回印刷することを避けることができるようになる。   According to the present invention, it is possible to avoid printing the same job multiple times even if the control API fails.

本実施例における画像形成装置(MFP)の利用環境を示す概略図である。1 is a schematic diagram illustrating a use environment of an image forming apparatus (MFP) in the present embodiment. 図1記載のMFP200のハードウェア構成を示すブロック図である。FIG. 2 is a block diagram showing a hardware configuration of MFP 200 shown in FIG. 1. ネットワーク上のサーバからジョブをダウンロードし印刷する処理を示すフロー図である。It is a flowchart which shows the process which downloads and prints the job from the server on a network. 本実施例における、印刷処理を示すフロー図である。It is a flowchart which shows the printing process in a present Example. 本実施例における、失敗情報を示す。The failure information in a present Example is shown.

以下、本発明を実施するための最良の形態について図面を用いて説明する。   The best mode for carrying out the present invention will be described below with reference to the drawings.

図1は、本実施例における画像形成装置(MFP)の利用環境を示す概略図である。クラウドプリントサーバー100、MFP200、無線ネットワークルーター400などが、クラウドネットワーク500に接続されている。また、PDA端末300は、無線ネットワークルーター400を介して、クラウドネットワーク500に接続されている。   FIG. 1 is a schematic diagram showing a use environment of an image forming apparatus (MFP) in the present embodiment. The cloud print server 100, the MFP 200, the wireless network router 400, and the like are connected to the cloud network 500. The PDA terminal 300 is connected to the cloud network 500 via the wireless network router 400.

PDA端末300は、ユーザーによる印刷指示に応じて、予め定められたプロトコルによってクラウドプリントサーバー100と通信し、印刷の要求を伝える。   The PDA terminal 300 communicates with the cloud print server 100 using a predetermined protocol in response to a print instruction from the user, and transmits a print request.

クラウドプリントサーバー100は、PDA端末300から印刷の要求を受けて、MFP200に対して印刷ジョブが届いたことを通知する。   The cloud print server 100 receives a print request from the PDA terminal 300 and notifies the MFP 200 that a print job has arrived.

MFP200は、クラウドプリントサーバー100からの通知に従って、予め定められたプロトコルでクラウドプリントサーバー100から印刷ジョブを受信し、印刷を実行する。なお、該プロトコルの概要については、後述する。   In accordance with the notification from the cloud print server 100, the MFP 200 receives a print job from the cloud print server 100 using a predetermined protocol, and executes printing. The outline of the protocol will be described later.

図2は、図1記載のMFP200のハードウェア構成を示すブロック図である。図2において、MFP200は、CPU201、ROM202、RAM203、ネットワークインタフェースカード(NIC)204、外部入力コントローラ(PANELC)205、各種ボタン或いはタッチパネル(PANEL)206を備えている。また、MFP200は、ディスプレイコントローラ(DISPC)207、ディスプレイ(DISPLAY)208、ディスクコントローラ(DKC)209、ハードディスク(HD)210を備える。MFP200は、さらに、プリンタ部(PRINTER)211、スキャナ部(SCANNER)212を備えている。   FIG. 2 is a block diagram showing a hardware configuration of MFP 200 shown in FIG. 2, the MFP 200 includes a CPU 201, a ROM 202, a RAM 203, a network interface card (NIC) 204, an external input controller (PANELC) 205, various buttons or a touch panel (PANEL) 206. The MFP 200 includes a display controller (DISPC) 207, a display (DISPLAY) 208, a disk controller (DKC) 209, and a hard disk (HD) 210. The MFP 200 further includes a printer unit (PRINTER) 211 and a scanner unit (SCANNER) 212.

CPU201は、システムバス(System BUS)213に接続される各デバイスを総括的に制御すると共に、ROM202或いは大規模記憶装置であるHD210に記憶されたファームウェアモジュールを実行する。なお、ファームウェアモジュールは、少なくとも2つ以上のモジュールから構成され、ファームウェアモジュールの更新は、それぞれのモジュールごとに行うことが可能である。   The CPU 201 generally controls each device connected to a system bus (System BUS) 213 and executes a firmware module stored in the ROM 202 or the HD 210 which is a large-scale storage device. Note that the firmware module includes at least two modules, and the firmware module can be updated for each module.

また、CPU201は、制御プログラムとしてのファームウェアモジュールに基づき後述の各フローチャートに示す処理を実行する。なお、HD210は、場合によっては画像の一時記憶場所としても使用されることがある。RAM203は、CPU201の主メモリ、ワークエリアとして機能する。   Further, the CPU 201 executes processing shown in each flowchart described later based on a firmware module as a control program. In some cases, the HD 210 may be used as a temporary storage location for images. The RAM 203 functions as a main memory and work area for the CPU 201.

PANELC205は、MFPに装備されたPANEL206からの指示入力を制御する。DISPC207は、DISPLAY208に対する描画を制御する。   The panel ELC 205 controls an instruction input from the panel 206 installed in the MFP. The DISPC 207 controls drawing on the DISPLAY 208.

NIC204は、LAN214を介して他のMFP、ファイルサーバ(不図示)と、双方向にデータのやり取りを行う。PRINTER211は、電子写真方式で記録紙に画像形成を行う。SCANNER212は、記録紙に印刷されている画像の読み取りを行う。SCANNER212には、オプションとしてオートドキュメントフィーダ(不図示)が装着されており、複数枚の原稿を自動的に読み取ることができる。   The NIC 204 bidirectionally exchanges data with other MFPs and file servers (not shown) via the LAN 214. The PRINTER 211 forms an image on a recording sheet by an electrophotographic method. The SCANNER 212 reads an image printed on a recording sheet. The SCANNER 212 is equipped with an auto document feeder (not shown) as an option, and can automatically read a plurality of documents.

図4は、本実施例のジョブのダウンロードと印刷処理の流れを示したフローチャートである。ジョブのダウンロードと印刷処理は、他のプログラムと共に図2記載のHD210に記憶されていて、電源が供給されるとRAM203に展開される。サーバからのジョブ投入通知の受信、あるいはユーザによるジョブ有無の問い合わせ要求を受けると、MFP は図4のフローを開始する。まず、S401 において、WebAPI を失敗したジョブの失敗情報があるかどうか失敗情報キューを確認し、失敗したジョブがない場合はS402に進む。失敗したジョブがある場合はS411に進む。失敗情報キューは図5に示す情報を持つ。具体的には、ジョブを特定するためのジョブIDと、失敗の要因を示す情報を保持している。初期起動時は、このキューは空となる。   FIG. 4 is a flowchart showing the flow of job download and print processing according to this embodiment. The job download and print processing are stored in the HD 210 shown in FIG. 2 together with other programs, and are developed in the RAM 203 when power is supplied. When receiving a job submission notification from the server or receiving a job presence inquiry request from the user, the MFP starts the flow of FIG. First, in S401, the failure information queue is checked to see if there is failure information of a job that failed WebAPI. If there is no failed job, the process proceeds to S402. If there is a failed job, the process proceeds to S411. The failure information queue has the information shown in FIG. Specifically, it holds a job ID for identifying the job and information indicating the cause of the failure. At initial startup, this queue is empty.

S402 ではfetch を行う。fetch でサーバに蓄積されたジョブ情報のリストを取得し、S403に進む。S403 では、取得したリストから印刷待ち状態のジョブがあるかどうかを確認する。印刷待ち状態のジョブがある場合、一番新しい印刷待ちのジョブを、処理中のジョブとしてセットしS404に進む。ない場合処理を終了する。S404では、処理中のジョブ情報をダウンロードするため download を実行し、S405に進む。   In S402, fetch is performed. A list of job information stored in the server is acquired by fetch, and the process proceeds to S403. In S403, it is checked whether there is a job waiting to be printed from the acquired list. If there is a job waiting to be printed, the newest job waiting to be printed is set as a job being processed, and the process proceeds to S404. If not, the process ends. In S404, download is executed to download the job information being processed, and the process proceeds to S405.

S405 では、download の実行結果を確認し、成功している場合は S406 に進む。失敗している場合は S413に進む。S406では、サーバ上のジョブの状態を、ダウンロードが終了したことを示すIN_PROGRESS に設定するために control を実行し、S407に進む。   In S405, the execution result of download is confirmed. If the result is successful, the process proceeds to S406. If it has failed, go to S413. In S406, control is executed to set the status of the job on the server to IN_PROGRESS indicating that the download is completed, and the process proceeds to S407.

S407 では、control の実行結果を確認し、成功している場合はS408に進む。失敗している場合はS416に進む。S408 では、ダウンロードしたジョブの印刷を行い、S409 に進む。S409 では、サーバ上のジョブの状態を、印刷が終了したことを示す DONE に設定するために control を実行し、S410 に進む。S410 では、controlが成功したかどうかを確認し、成功した場合S418 に進む。失敗した場合 S417 に進む。S411 では、失敗情報を失敗情報キューからpopして情報を取得し、処理中のジョブ情報としてセットする。また、失敗情報を保持している領域をクリアし、S412に進む。   In S407, the execution result of control is confirmed. If it is successful, the process proceeds to S408. If it has failed, the process proceeds to S416. In S408, the downloaded job is printed, and the process proceeds to S409. In S409, control is executed to set the status of the job on the server to DONE indicating that printing has ended, and the process proceeds to S410. In S410, it is confirmed whether or not the control is successful, and if successful, the process proceeds to S418. If unsuccessful, proceed to S417. In S411, the failure information is popped from the failure information queue to acquire the information, and set as job information being processed. Further, the area holding the failure information is cleared, and the process proceeds to S412.

S412では、取得した失敗情報から失敗要因を調べ、IN_PROGRESS 設定のcontrolで失敗したか、donwload で失敗した場合 S404に進み、DONE 設定の control で失敗した場合は S420 に進む。S413では、fetch を実行しサーバからジョブリストを取得し S414 に進む。S414では、取得したジョブリストに現在処理中のジョブが印刷待ち状態であるかを確認し、印刷待ち状態である場合終了し、印刷待ち状態でない場合 S403 に進む。   In S412, the failure factor is checked from the acquired failure information, and if it fails in the control of IN_PROGRESS setting or fails in donwload, the process proceeds to S404, and if it fails in the control of DONE setting, the process proceeds to S420. In S413, fetch is executed to acquire the job list from the server, and the process proceeds to S414. In S414, it is confirmed in the acquired job list whether the job currently being processed is waiting for printing. If the job is waiting for printing, the process ends. If not, the process proceeds to S403.

S415では、download に失敗したことを示す失敗情報を生成して失敗情報キューに追加し、処理を終了する。S416 では、IN_PROGRESS に設定するためのcontrol が失敗したことを示す失敗情報を生成して失敗情報キューに追加し、処理を終了する。S417では、DONE に設定するためのcontrol が失敗したことを示す情報を生成して失敗情報キューに追加し、処理を終了する。   In S415, failure information indicating that the download has failed is generated and added to the failure information queue, and the process ends. In S416, failure information indicating that the control for setting to IN_PROGRESS has failed is added to the failure information queue, and the process ends. In S417, information indicating that the control for setting DONE has failed is added to the failure information queue, and the process ends.

S418では、失敗情報キューに残りがあるかどうかを確認し、ない場合は S402 に進む。ある場合はS419に進む。S419 では、失敗情報キューの先頭情報のpopし、保持されているジョブIDを処理ジョブとしてセットし、popした情報をクリアする。そして、S409に進む。   In S418, it is confirmed whether there is any remaining information in the failure information queue, and if there is not, the process proceeds to S402. If there is, the process proceeds to S419. In S419, the top information of the failure information queue is popped, the held job ID is set as a processing job, and the popped information is cleared. Then, the process proceeds to S409.

S420 では、fetch を行いサーバからジョブリストをダウンロードし、S421に進む。S421 では、取得したジョブリストに処理中のジョブよりも新しい印刷待ちジョブがあるかどうかを判断する。新しい印刷待ちジョブがある場合、そのジョブを印刷するためにS404に進み。ない場合は、再度 controlを実行するために S409に進む。   In S420, fetch is performed to download the job list from the server, and the process proceeds to S421. In S421, it is determined whether or not there is a print waiting job that is newer than the job being processed in the acquired job list. If there is a new job waiting to be printed, the process proceeds to S404 to print the job. If not, go to S409 to execute control again.

以上のように構成することによって、本実施例のMFP200は、control が失敗した場合でも、同じジョブを何度も印刷することを防ぐことができる。   With the configuration described above, the MFP 200 according to the present embodiment can prevent the same job from being printed many times even when the control fails.

100 ・・・ LAN
200 ・・・ MFP
206 ・・・ PANEL
208 ・・・ DISPLAY
100 ... LAN
200 ・ ・ ・ MFP
206 ・ ・ ・ PANEL
208 ・ ・ ・ DISPLAY

Claims (1)

サーバ上に蓄積されたジョブ情報のリストを取得するジョブ情報リスト取得手順(S402,S413,S420)と、取得したジョブ情報リストの情報からジョブのチケット、画像情報をダウンロードするジョブ情報ダウンロード手順(S404)と、サーバ上のジョブ状態を設定するジョブ状態制御手順(S406,S409)とを有する画像形成装置(200)において、
前記ジョブ状態制御手順が失敗した際に、失敗情報を生成、保持する失敗情報生成保持手順(S415,S416,S417)と、
前記失敗情報生成保持手順で生成した失敗情報によって、処理するジョブを決定するジョブ決定手順(S401,S411)と、
前記失敗情報生成保持手順で生成した失敗情報によって、処理するジョブの処理方法を決定する処理方法決定手順(S412)と、
を有することを特徴とする画像形成装置。
Job information list acquisition procedure (S402, S413, S420) for acquiring a list of job information accumulated on the server, and job information download procedure (S404) for downloading job tickets and image information from the acquired job information list information ) And a job state control procedure (S406, S409) for setting a job state on the server,
A failure information generation and retention procedure (S415, S416, S417) for generating and retaining failure information when the job status control procedure fails;
A job determination procedure (S401, S411) for determining a job to be processed based on the failure information generated in the failure information generation and holding procedure;
A processing method determination procedure (S412) for determining a processing method of a job to be processed based on the failure information generated in the failure information generation and holding procedure;
An image forming apparatus comprising:
JP2013158019A 2013-07-30 2013-07-30 Image forming apparatus Active JP6157260B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013158019A JP6157260B2 (en) 2013-07-30 2013-07-30 Image forming apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013158019A JP6157260B2 (en) 2013-07-30 2013-07-30 Image forming apparatus

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2017107069A Division JP6333447B2 (en) 2017-05-30 2017-05-30 Image forming apparatus

Publications (2)

Publication Number Publication Date
JP2015027760A JP2015027760A (en) 2015-02-12
JP6157260B2 true JP6157260B2 (en) 2017-07-05

Family

ID=52491838

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013158019A Active JP6157260B2 (en) 2013-07-30 2013-07-30 Image forming apparatus

Country Status (1)

Country Link
JP (1) JP6157260B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6563070B2 (en) * 2018-04-25 2019-08-21 キヤノン株式会社 Image forming apparatus

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007157054A (en) * 2005-12-08 2007-06-21 Toshiba Tec Corp Fraud prevention system using non-contact id tag
JP2011170804A (en) * 2010-02-22 2011-09-01 Canon Inc Network print system, control method of the same, and program
JP5885410B2 (en) * 2011-06-29 2016-03-15 キヤノン株式会社 Pull print system, print server, control method therefor, and program
JP2013050804A (en) * 2011-08-30 2013-03-14 Canon Inc Printing system, print control method, and computer program
JP2013092886A (en) * 2011-10-25 2013-05-16 Canon Inc Printer, control method, and program
JP2013116559A (en) * 2011-12-01 2013-06-13 Canon Inc Image forming apparatus, control method, and program

Also Published As

Publication number Publication date
JP2015027760A (en) 2015-02-12

Similar Documents

Publication Publication Date Title
US9111209B2 (en) Image forming apparatus and power supply control system
US10664212B2 (en) Image forming apparatus, control method for image forming apparatus, and storage medium for controlling storage of a print job
JP2010218384A (en) Device management system, device, device management method and device management program
JP2013092886A (en) Printer, control method, and program
JP2022109916A (en) Program and printing system
JP2019064003A (en) Image formation device, method for controlling the same and program
JP6141007B2 (en) PRINT CONTROL DEVICE, ITS CONTROL METHOD, AND PROGRAM
US20160217084A1 (en) Device, system, and method
JP5545271B2 (en) Image processing system, image processing apparatus, display apparatus, image processing system control method, and image processing system control program
JP6333447B2 (en) Image forming apparatus
JP6157260B2 (en) Image forming apparatus
JP6264575B2 (en) Job processing device management server program
JP2016097644A (en) Printer, printing system, printing method and printing program
JP6563070B2 (en) Image forming apparatus
US9047552B2 (en) Forming system and image forming apparatus that generate image log data to server
JP6041636B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP7119433B2 (en) Equipment, information processing system, information processing method and program
JP2021043547A (en) Information processing device and control method for information processing device, and program
JP2013111799A (en) Printer and method for controlling the same
JP2008195041A (en) Image formation system, information processing method, information processing program
JP7070205B2 (en) Storage media readers, programs, printing systems
JP2009043151A (en) Accounting management device and accounting management method
JP2017128027A (en) Information processing device and method for controlling the same, and program
JP2015130011A (en) Information processing system, information processor, information processing method, and program
JP6415150B2 (en) Function providing device and function providing program

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20160720

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160722

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170412

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170606

R151 Written notification of patent or utility model registration

Ref document number: 6157260

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151