JP2016081150A - Electronic controller for automatic vehicle - Google Patents

Electronic controller for automatic vehicle Download PDF

Info

Publication number
JP2016081150A
JP2016081150A JP2014209615A JP2014209615A JP2016081150A JP 2016081150 A JP2016081150 A JP 2016081150A JP 2014209615 A JP2014209615 A JP 2014209615A JP 2014209615 A JP2014209615 A JP 2014209615A JP 2016081150 A JP2016081150 A JP 2016081150A
Authority
JP
Japan
Prior art keywords
program
ecu
rewritable
volatile memory
memory
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.)
Pending
Application number
JP2014209615A
Other languages
Japanese (ja)
Inventor
功太 朝倉
Kota Asakura
功太 朝倉
雄介 阿部
Yusuke Abe
雄介 阿部
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.)
Hitachi Astemo Ltd
Original Assignee
Hitachi Automotive Systems Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Automotive Systems Ltd filed Critical Hitachi Automotive Systems Ltd
Priority to JP2014209615A priority Critical patent/JP2016081150A/en
Publication of JP2016081150A publication Critical patent/JP2016081150A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an electronic controller for automatic vehicle capable of adding any program without changing a program on a non-volatile memory.SOLUTION: In an electronic controller for automatic vehicle 100 in which a program can be transferred from the outside to an area which starts from a specific memory address on a volatile memory 130, the electronic controller for automatic vehicle 100 is configured to execute a program, which starts from the memory address on the volatile memory 130, from a program on a non-volatile memory 120.SELECTED DRAWING: Figure 2

Description

本発明は、自動車用電子制御装置に関する。   The present invention relates to an automotive electronic control device.

自動車用のECU(Electronic Control Unit)などの電子制御装置は、不揮発性メモリに格納された車載装置制御プログラム等により、周期またはイベントを契機として、センサ情報の取得や制御指令値の演算を行うことで、車載装置(例えば、燃料噴射装置)を制御する。   An electronic control unit such as an ECU (Electronic Control Unit) for automobiles acquires sensor information and calculates a control command value triggered by a cycle or event by an in-vehicle device control program stored in a non-volatile memory. Thus, the vehicle-mounted device (for example, a fuel injection device) is controlled.

特許第3568704号公報Japanese Patent No. 3568704

電子制御装置は、特許第3568704号公報(特許文献1)に記載されているように、不揮発性メモリの書き換えを実現するために、リセットスタート後に不揮発性メモリの書き換えの要否判断を行う。   As described in Japanese Patent No. 3568704 (Patent Document 1), the electronic control unit determines whether or not the nonvolatile memory needs to be rewritten after reset start in order to realize the rewriting of the nonvolatile memory.

この時、書き換えが必要と判断と判断された場合、揮発性メモリであるRAM(Random Access Memory)内の書換制御プログラムにて書換処理が行われた後、終了する。また、書き換えが不要と判断された場合は、不揮発性メモリに書かれた車載装置制御プログラム(例えば、エンジン制御プログラム)にジャンプする。車載装置制御プログラムでは、周期またはイベントを契機として車載装置を制御するための処理が実行される
この時、車載装置制御プログラムを書き換えることなく、車載装置制御プログラムと同一の実行タイミング内で、任意の処理を追加または変更し、実行することはできない。
At this time, if it is determined that rewriting is necessary, the rewriting process is performed by a rewriting control program in a RAM (Random Access Memory) which is a volatile memory, and then the process is terminated. If it is determined that rewriting is not necessary, the process jumps to an in-vehicle device control program (for example, an engine control program) written in the nonvolatile memory. In the in-vehicle device control program, a process for controlling the in-vehicle device is executed in response to a cycle or an event. At this time, without rewriting the in-vehicle device control program, any processing can be performed within the same execution timing as the in-vehicle device control program. The process cannot be added or changed and executed.

上記課題を解決するために、例えば特許請求の範囲に記載の構成を採用する。   In order to solve the above problems, for example, the configuration described in the claims is adopted.

本願は上記課題を解決する手段を複数含んでいるが、その一例を挙げるならば、揮発性メモリ上の特定のメモリ番地から開始される領域に、外部からプログラムを転送可能な自動車用電子制御装置であって、不揮発性メモリ上のプログラムから、前記揮発性メモリ上のメモリ番地から開始されるプログラムを実行することを特徴とする。   The present application includes a plurality of means for solving the above-mentioned problems. To give an example, an electronic control apparatus for automobile capable of transferring a program from the outside to an area starting from a specific memory address on a volatile memory. The program starting from the memory address on the volatile memory is executed from the program on the nonvolatile memory.

本発明によれば、不揮発性メモリに格納された制御プログラムを書き換えることなく、制御プログラムと同一の実行タイミング内に、任意のプログラムを追加および変更し、実行することが出来る。   According to the present invention, an arbitrary program can be added, changed, and executed within the same execution timing as the control program without rewriting the control program stored in the nonvolatile memory.

ECU及びプログラム転送ツールの構成図。The block diagram of ECU and a program transfer tool. プログラム書換および実行処理の概要。Overview of program rewriting and execution processing. ECUの書換制御プログラムが実行する処理のフローチャート。The flowchart of the process which the rewriting control program of ECU performs. ECUの車載装置制御プログラムが実行する処理のフローチャート。The flowchart of the process which the vehicle-mounted apparatus control program of ECU performs. 書換可能プログラムが空処理である時に実行する処理のフローチャート。The flowchart of the process performed when a rewritable program is an empty process. 書換可能プログラムが任意の処理である時に、実行する処理のフローチャート。The flowchart of the process performed when a rewritable program is arbitrary processes.

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

図1は、本発明の実施形態に係るECU及びプログラム転送ツールの構成例を示している。   FIG. 1 shows a configuration example of an ECU and a program transfer tool according to an embodiment of the present invention.

ECU100は、自動車用エンジンにおける燃料噴射や点火等を制御するためのものであり、マイクロコンピュータ110、不揮発性メモリであるROM(Read Only Memory)120、揮発性メモリであるRAM130、及び、通信回路140を含んで構成される。ECU100は、CAN(Controller Area Network)などの通信回線300によって、プログラム転送ツール200に対し着脱可能に接続される。   The ECU 100 is for controlling fuel injection, ignition, and the like in an automobile engine, and includes a microcomputer 110, a ROM (Read Only Memory) 120 that is a nonvolatile memory, a RAM 130 that is a volatile memory, and a communication circuit 140. It is comprised including. The ECU 100 is detachably connected to the program transfer tool 200 via a communication line 300 such as a CAN (Controller Area Network).

マイクロコンピュータ110は、CPU(Central Processing Unit)、及び、キャッシュメモリ等を備え、ROM120及びRAM130に格納された各種プログラムを実行する。   The microcomputer 110 includes a CPU (Central Processing Unit), a cache memory, and the like, and executes various programs stored in the ROM 120 and the RAM 130.

通信回路140は、ECU100がプログラム転送ツール200を含む他の装置と通信するときに使用される。   The communication circuit 140 is used when the ECU 100 communicates with other devices including the program transfer tool 200.

プログラム転送ツール200は、ストレージ210(例えばハードディスク)及び通信回路220を含んで構成される。また、プログラム転送ツール200は、端末(例えば、パーソナルコンピュータ)及びECU100と接続する装置を含み、プログラム転送ツール200を操作する作業者が、プログラム転送ツール200に対し対話的に指示を出すことができる。プログラム転送ツール200はストレージ210に格納されているプログラムデータを、ECU100に対して転送する。   The program transfer tool 200 includes a storage 210 (for example, a hard disk) and a communication circuit 220. The program transfer tool 200 includes a terminal (for example, a personal computer) and a device connected to the ECU 100, and an operator who operates the program transfer tool 200 can interactively issue instructions to the program transfer tool 200. . The program transfer tool 200 transfers program data stored in the storage 210 to the ECU 100.

ストレージ210には、ECU100に転送される任意の処理が、プログラムデータとして格納されている。なお、プログラムデータとして格納される任意の処理は、複数であってもよい。   Arbitrary processing transferred to the ECU 100 is stored in the storage 210 as program data. A plurality of arbitrary processes may be stored as program data.

通信回路220は、プログラム転送ツール200がECU100と通信するときに使用される。   The communication circuit 220 is used when the program transfer tool 200 communicates with the ECU 100.

ここで、ECU100のプログラム書換および実行処理の概要を図2に示す。   Here, an outline of the program rewriting and execution processing of the ECU 100 is shown in FIG.

ステップ1(図では「S1」と略記する。以下同様)では、書換制御プログラム121が起動され、特殊モードと判定されるとプログラム転送ツール200と通信を行い、プログラム転送ツール200よりプログラムデータ(例えば、任意の処理を含むプログラム)を取得する。なお、書込みデータは、一括して転送してよく、時分割に転送してもよい。   In step 1 (abbreviated as “S1” in the figure, the same applies hereinafter), the rewrite control program 121 is activated and communicates with the program transfer tool 200 when the special mode is determined. , A program including any processing). Note that the write data may be transferred in a batch or may be transferred in a time division manner.

ステップ2で、書換制御プログラム121は、取得したプログラムデータを、RAM130の書換可能プログラム領域131に書き込む。この時、書換可能プログラム領域131に書き込まれたプログラムデータが、書換可能プログラム132である。なお、書換可能プログラム領域131は、RAM130上の固定されたメモリ番地から開始される領域であって、書換可能プログラム132のプログラムサイズより、十分大きい領域である。   In step 2, the rewrite control program 121 writes the acquired program data in the rewritable program area 131 of the RAM 130. At this time, the program data written in the rewritable program area 131 is the rewritable program 132. The rewritable program area 131 is an area that starts from a fixed memory address on the RAM 130 and is sufficiently larger than the program size of the rewritable program 132.

ステップ3で、車載装置制御プログラム122は、センサ情報の取得や制御指令値の演算など車載装置(例えば、燃料噴射装置)の制御処理と同一の実行タイミングで、書換可能プログラム132を実行する。   In step 3, the in-vehicle device control program 122 executes the rewritable program 132 at the same execution timing as the control processing of the in-vehicle device (for example, fuel injection device) such as acquisition of sensor information and calculation of a control command value.

書換制御プログラム121において実行する処理のフローチャートを図3に示す。   A flowchart of processing executed in the rewrite control program 121 is shown in FIG.

ステップ11では、特殊モードか否かを判定する。特殊モードとは、ステップ13を実行するための動作モードのことを指し、通常モード(特殊モード以外の通常動作時)では、外部から入力され得ないA/D入力値や通信データ等の特定のデータの組み合わせが、ECU100に入力されているか否かで判定する。書換制御プログラム121は、特定のデータの組み合わせがECU100に入力されていれば、特殊モードであると判定し、処理をステップ13に進める(Yes)一方、特定のデータの組み合わせがECU100に入力されていなければ、特殊モードではないと判定し、処理をステップ12に進める。なお、特殊モードの判定条件として、認証手続き(例えば、公開鍵認証)を加えることで、セキュリティを確保することが可能となる。   In step 11, it is determined whether or not the special mode is set. The special mode refers to an operation mode for executing step 13. In the normal mode (during normal operation other than the special mode), a specific mode such as an A / D input value or communication data that cannot be input from the outside is specified. Determination is made based on whether or not a combination of data is input to the ECU 100. The rewrite control program 121 determines that the mode is the special mode if a specific combination of data is input to the ECU 100 and advances the process to Step 13 (Yes), while the specific combination of data is input to the ECU 100. If not, it is determined that the mode is not the special mode, and the process proceeds to Step 12. It should be noted that security can be ensured by adding an authentication procedure (for example, public key authentication) as a determination condition for the special mode.

ステップ12では、何も実行しない空処理をプログラムデータとして作成する。空処理の作成にあたっては、ステップ1記載のプログラム転送ツール200と通信する必要はなく、書換制御プログラム121の内部で作成できるものである。   In step 12, an empty process for executing nothing is created as program data. When creating an empty process, it is not necessary to communicate with the program transfer tool 200 described in Step 1 and can be created inside the rewrite control program 121.

ステップ13では、ステップ1によりプログラム転送ツール200から任意の処理を取得し、プログラムデータとして保持する。   In step 13, arbitrary processing is acquired from the program transfer tool 200 in step 1 and held as program data.

ステップ14では、ステップ12またはステップ13にて作成したプログラムデータを、ステップ2により、書換可能プログラム領域131を書き換える。この時、書換可能プログラム領域131に書き込まれたプログラムを、書換可能プログラム132と呼ぶ。   In step 14, the rewritable program area 131 is rewritten in step 2 with the program data created in step 12 or step 13. At this time, the program written in the rewritable program area 131 is called a rewritable program 132.

ステップ15では、車載装置制御プログラム122を起動する。   In step 15, the in-vehicle device control program 122 is activated.

車載装置制御プログラム122において実行する処理のフローチャートを図4に示す。   A flowchart of processing executed in the in-vehicle device control program 122 is shown in FIG.

ステップ21では、ステップ3により、書換可能プログラム132を実行ループの中で繰り返し実行する。書換可能プログラム132は、書換可能プログラム領域131の先頭メモリ番地に格納された書換可能プログラム132を実行し、書換可能プログラム132の終了をもって、終了する。すなわち、書換可能プログラム132の内容をステップ14により書き換えることで、実行する処理を追加および変更することが可能となる。なお、処理の実行タイミングは、周期的な実行だけでなく、イベント(例えば、割込み処理)を契機(処理開始要因)とした非周期的な実行としてもよい。また、ステップ21は、車載装置制御プログラム内で1箇所の実行とは限らず、複数箇所で実行してもよい。その時、複数箇所に分かれたステップ21は、それぞれ異なる書換可能プログラムを実行してもよい。   In step 21, in step 3, the rewritable program 132 is repeatedly executed in the execution loop. The rewritable program 132 executes the rewritable program 132 stored at the start memory address of the rewritable program area 131 and ends when the rewritable program 132 ends. That is, by rewriting the contents of the rewritable program 132 in step 14, it is possible to add and change the processing to be executed. Note that the execution timing of the process is not limited to periodic execution, and may be aperiodic execution triggered by an event (for example, interrupt process) (process start factor). Further, step 21 is not limited to being executed at one place in the in-vehicle device control program, and may be executed at a plurality of places. At that time, the step 21 divided into a plurality of locations may execute different rewritable programs.

書換可能プログラムが空処理である時に実行する処理のフローチャートを図5に示す。   FIG. 5 shows a flowchart of processing executed when the rewritable program is empty processing.

書換可能プログラムが任意の処理である時に、実行する処理のフローチャートを図6に示す。   FIG. 6 shows a flowchart of processing executed when the rewritable program is arbitrary processing.

ステップ31では、任意の処理を実行する。   In step 31, arbitrary processing is executed.

ここで、かかる書換可能プログラムの実行処理の理解を容易ならしめるために、具体的な適用事例を想定して説明する。   Here, in order to facilitate understanding of the execution process of the rewritable program, a specific application example will be assumed and described.

(適用事例1)
適用事例1は、任意の処理として、RAMやROMに保存された制御データをモニタする処理を追加する場合である。
(Application 1)
Application example 1 is a case where a process of monitoring control data stored in a RAM or ROM is added as an arbitrary process.

自動車用のECUの場合、市場に出荷する際、防水シール処理がなされることが多い。そのため、ICE(In-Circuit Emulator)等の外部モニタツールを接続できなくなる。そこで、CAN(Controller Area Network)等の通信により、制御データを取得する。しかし、通信で送受信可能なデータ数には制限があるため、全ての制御データをモニタすることはできない。   In the case of an automotive ECU, a waterproof seal process is often performed when shipped to the market. Therefore, it becomes impossible to connect an external monitor tool such as ICE (In-Circuit Emulator). Therefore, control data is acquired by communication such as CAN (Controller Area Network). However, since there is a limit to the number of data that can be transmitted and received by communication, it is not possible to monitor all control data.

そこで、ステップ13にて読み込む任意の処理として、モニタする制御データを外部から指定する処理を取得する。車載装置制御プログラムからこの処理を実行することで、出荷時はモニタ対象外であった制御データを、後から指定することでモニタすることが可能になる。   Therefore, as an arbitrary process to be read in step 13, a process for designating control data to be monitored from the outside is acquired. By executing this process from the in-vehicle device control program, it becomes possible to monitor the control data that was not monitored at the time of shipment by specifying it later.

本適用事例1は、不具合発生により市場から回収したECUの原因解析や、無線通信を備えたECUからの制御データの収集に使用することができる。   This application example 1 can be used for cause analysis of an ECU collected from the market due to occurrence of a failure, and for collection of control data from an ECU equipped with wireless communication.

(適用事例2)
適用事例2は、任意の処理として、EEPROM(Electrically Erasable Programmable Read-Only Memory)等の不揮発性メモリを書き換える処理を追加する場合である。
(Application 2)
Application example 2 is a case where a process for rewriting a nonvolatile memory such as an EEPROM (Electrically Erasable Programmable Read-Only Memory) is added as an arbitrary process.

自動車用のECUでは、意図しない不揮発性メモリ領域の書き換えを防ぐために、市場に出荷する際、任意の不揮発性メモリ領域を書き換える処理を組み込むことが禁止される場合がある。   In order to prevent unintended rewriting of a non-volatile memory area, an automotive ECU may be prohibited from incorporating a process for rewriting an arbitrary non-volatile memory area when shipped to the market.

そこで、ステップ13にて読み込む任意の処理として、不揮発性メモリの指定領域を任意の値に書き換える処理を取得する。車載装置制御プログラムからこの処理を実行することで、不揮発性メモリ領域の一部のみを書き換えることが可能になる。   Therefore, a process of rewriting the designated area of the nonvolatile memory to an arbitrary value is acquired as an arbitrary process read in step 13. By executing this process from the in-vehicle device control program, only a part of the nonvolatile memory area can be rewritten.

本適用事例2は、不具合発生により市場から回収したECUの原因解析に使用することができる。   This application example 2 can be used for cause analysis of an ECU collected from the market due to a failure.

なお、本発明は上記した実施形態に限定されるものではなく、様々な変形例が含まれる。例えば、上記した実施形態は本発明を分かりやすく説明するために詳細に説明したものであり、必ずしも説明した全ての構成を備えるものに限定されるものではない。   In addition, this invention is not limited to above-described embodiment, Various modifications are included. For example, the above-described embodiment has been described in detail for easy understanding of the present invention, and is not necessarily limited to one having all the configurations described.

100…ECU
110…マイクロコンピュータ
120…ROM
121…書換制御プログラム
122…車載装置制御プログラム
130…RAM
131…書換可能プログラム領域
132…書換可能プログラム
140…通信回路
200…プログラム転送ツール
210…ストレージ
220…通信回路
300…通信回線
100 ... ECU
110 ... Microcomputer 120 ... ROM
121 ... Rewrite control program 122 ... In-vehicle device control program 130 ... RAM
131: rewritable program area 132: rewritable program 140: communication circuit 200 ... program transfer tool 210 ... storage 220 ... communication circuit 300 ... communication line

Claims (3)

揮発性メモリ上の特定のメモリ番地から開始される領域に、外部からプログラムを転送可能な自動車用電子制御装置であって、
不揮発性メモリ上のプログラムから、前記揮発性メモリ上のメモリ番地から開始されるプログラムを実行する自動車用電子制御装置。
An automotive electronic control device capable of transferring a program from the outside to an area starting from a specific memory address on a volatile memory,
An automotive electronic control device that executes a program starting from a memory address on the volatile memory from a program on a nonvolatile memory.
請求項1に記載の自動車用電子制御装置であって、
前記プログラムの転送を他の装置との通信によって行う自動車用電子制御装置。
The electronic control device for an automobile according to claim 1,
An automotive electronic control device that transfers the program by communicating with another device.
請求項2に記載の自動車用電子制御装置であって、
前記揮発性メモリ上のメモリ番地から開始されるプログラムを周期またはイベントを契機として実行する自動車用電子制御装置。
The electronic control device for an automobile according to claim 2,
An automotive electronic control device that executes a program started from a memory address on the volatile memory in response to a cycle or an event.
JP2014209615A 2014-10-14 2014-10-14 Electronic controller for automatic vehicle Pending JP2016081150A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014209615A JP2016081150A (en) 2014-10-14 2014-10-14 Electronic controller for automatic vehicle

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014209615A JP2016081150A (en) 2014-10-14 2014-10-14 Electronic controller for automatic vehicle

Publications (1)

Publication Number Publication Date
JP2016081150A true JP2016081150A (en) 2016-05-16

Family

ID=55956243

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014209615A Pending JP2016081150A (en) 2014-10-14 2014-10-14 Electronic controller for automatic vehicle

Country Status (1)

Country Link
JP (1) JP2016081150A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102044822B1 (en) * 2019-06-25 2019-11-15 주식회사 디젠 Apparatus for controlling boot path using digital cluster and method for controlling thereof

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63201354A (en) * 1987-02-18 1988-08-19 Hitachi Ltd Engine control device
JPH0443139A (en) * 1990-06-11 1992-02-13 Zexel Corp Diagnosis of controller for vehicle
JPH05189268A (en) * 1992-01-13 1993-07-30 Sony Corp Electronic device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63201354A (en) * 1987-02-18 1988-08-19 Hitachi Ltd Engine control device
JPH0443139A (en) * 1990-06-11 1992-02-13 Zexel Corp Diagnosis of controller for vehicle
JPH05189268A (en) * 1992-01-13 1993-07-30 Sony Corp Electronic device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102044822B1 (en) * 2019-06-25 2019-11-15 주식회사 디젠 Apparatus for controlling boot path using digital cluster and method for controlling thereof

Similar Documents

Publication Publication Date Title
JP6185772B2 (en) Information processing apparatus, control method thereof, and program
JP6284903B2 (en) COMMUNICATION DEVICE AND COMMUNICATION LIMIT PROGRAM
JP2013254264A (en) Electronic control unit
JP2009505304A (en) Embedded memory access control
JP2016081150A (en) Electronic controller for automatic vehicle
JP6415990B2 (en) Electronic control unit for automobile
EP2709073A2 (en) Electronic control unit of vehicle
JP2007316800A (en) Onboard program rewriting controller
JP6708596B2 (en) Electronic control device and control program verification method
JP6408450B2 (en) Electronic control unit for automobile
JP5700660B2 (en) Electronic control device for vehicle
JP2010286897A (en) Electronic control unit, and program rewriting method
JP2019008693A (en) Vehicle-purpose electronic control unit
JP2005276113A (en) Pseudo random number generating method, security check method and controller
WO2015133062A1 (en) Vehicle device
JP2017204083A (en) Memory protection system
JP6762411B2 (en) Electronic control unit for automobiles
JP6596455B2 (en) Electronic control unit for automobile
JP2004287712A (en) Electronic device
JP6107710B2 (en) Program management device, vehicle control device, and program management program
US20220342653A1 (en) Ota master, center, system, update method, non-transitory storage medium, and vehicle
JP7081205B2 (en) Communication system, master device
JP6950383B2 (en) Memory access device and memory access method
KR101900729B1 (en) Method for running PLC operating system
JP2008257415A (en) Controller having program write function

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20161125

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20161125

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20170117

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20170124

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170818

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170829

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20180327