JP2000131194A - Vehicle diagnostic program generating apparatus and vehicle diagnostic apparatus - Google Patents

Vehicle diagnostic program generating apparatus and vehicle diagnostic apparatus

Info

Publication number
JP2000131194A
JP2000131194A JP10307286A JP30728698A JP2000131194A JP 2000131194 A JP2000131194 A JP 2000131194A JP 10307286 A JP10307286 A JP 10307286A JP 30728698 A JP30728698 A JP 30728698A JP 2000131194 A JP2000131194 A JP 2000131194A
Authority
JP
Japan
Prior art keywords
program
vehicle
diagnostic
ecu
storage unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP10307286A
Other languages
Japanese (ja)
Inventor
Shinsuke Taniguchi
慎介 谷口
Takashi Takakura
敬司 高倉
Ichiro Kono
一郎 河野
Hiroyuki Aiba
裕之 相場
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.)
Honda Motor Co Ltd
Original Assignee
Honda Motor Co 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 Honda Motor Co Ltd filed Critical Honda Motor Co Ltd
Priority to JP10307286A priority Critical patent/JP2000131194A/en
Publication of JP2000131194A publication Critical patent/JP2000131194A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To simplify the generation and correction of a vehicle diagnostic program by a method, wherein an interpreter language in which a procedure used frequently in a vehicle diagnosis is built in as a function is used as a program language and a diagnostic procedure program which corresponds to every diagnostic item is stored. SOLUTION: The so-called program resources, such as an established main program, a diagnostic procedure program or the like corresponding to each diagnostic item, are retained in a program storage part 13a in vehicle diagnostic program generating apparatus. When a program is generated, program resources are used. Then, labor is saved, and the program can be generated quickly. In addition, when a vehicle is diagnosed, an interpreter language in which a frequently used procedure is built in as a function is used as the program language, and the step numbers of programs are reduced. Therefore, the generation of troubles such as bugs, condition setting mistakes or the like can be suppressed, and description amount is reduced. As a result, program structure is simplified, the program is easily understood, and program generation and correction are facilitated.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、車両に搭載された
ECU(電子制御装置)の診断を行う車両診断装置及び
該装置を作動させる車両診断プログラムを作成する装置
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a vehicle diagnostic device for diagnosing an ECU (electronic control device) mounted on a vehicle and a device for creating a vehicle diagnostic program for operating the device.

【0002】[0002]

【従来の技術】一般に車両診断プログラムの作成には、
インタプリタ言語に比べてプログラムの実行速度が速い
コンパイラ言語が用いられている。この場合は、コンパ
イラ言語で記述するプログラム(以下、ソースプログラ
ムとする)に基づいて実行形式のプログラムを作成する
作業(コンパイル作業)が必要である。従って、ソース
プログラムを編集するためのエディタアプリケーション
の他にコンパイル作業のためのアプリケーション(コン
パイラ)が必要になると共にコンパイル作業を適切に行
うためのハードウエアが必要になるが、これらを車両診
断装置に搭載すると車両診断装置が大型化するおそれが
ある。車両診断装置は車両診断作業者が携行するもので
あり、小形軽量であることが望まれている。そこで、実
行形式のプログラムを予め別の装置で作成し、作成した
実行形式のプログラムを車両診断装置に転送することと
して、車両診断装置に上記アプリケーションや適切なコ
ンパイル作業に必要なハードウェアを搭載する必要をな
くして車両診断装置の小形軽量化を図っている。
2. Description of the Related Art Generally, a vehicle diagnostic program is created by:
A compiler language that has a higher program execution speed than an interpreted language is used. In this case, it is necessary to perform an operation (compile operation) of creating an executable program based on a program described in a compiler language (hereinafter, referred to as a source program). Therefore, in addition to an editor application for editing a source program, an application (compiler) for compiling work is required in addition to hardware for appropriately performing compiling work. When mounted, the vehicle diagnostic device may be enlarged. The vehicle diagnostic device is carried by a vehicle diagnostic worker, and is desired to be small and lightweight. Therefore, an executable program is created in advance by another device, and the created executable program is transferred to the vehicle diagnostic device, so that the vehicle diagnostic device is equipped with the above application and hardware necessary for appropriate compiling work. This eliminates the need to reduce the size and weight of the vehicle diagnostic device.

【0003】[0003]

【発明が解決しようとする課題】ところで、車両診断装
置に実行形式のプログラムを転送すると、その後実際に
車両診断を行う前に、診断結果が解っている車両などを
対象に当該プログラムを実行して車両診断プログラムの
動作確認を行っている。ここでプログラムの不具合が発
見された場合は、車両診断装置に転送した実行形式のプ
ログラムを直接修正できないので、ソースプログラムを
修正することになる。
By the way, when an executable program is transferred to the vehicle diagnostic apparatus, the program is executed for a vehicle or the like whose diagnostic result is known before actually performing the vehicle diagnosis. Checking the operation of the vehicle diagnostic program. If a program defect is found here, the executable program transferred to the vehicle diagnostic device cannot be directly modified, so the source program must be modified.

【0004】ところが、車両診断プログラムの作成は、
短期間で作成する必要がある等の理由により、プログラ
ミング技術に習熟したプログラマに依頼しているので、
車両診断プログラムに不具合が発見された場合は、その
不具合をプログラマに連絡して修正を依頼する必要があ
る。従って、不具合箇所を即座に修正して修正後の車両
診断プログラムを再転送し再度動作確認することは困難
であり、プログラムの修正に多大な時間を要する。
However, the creation of a vehicle diagnosis program is
Because we rely on programmers who are proficient in programming technology because we need to create it in a short time,
If a defect is found in the vehicle diagnosis program, it is necessary to notify the programmer of the defect and request correction. Therefore, it is difficult to immediately correct a defective portion, re-transfer the corrected vehicle diagnostic program, and check the operation again, and it takes a lot of time to correct the program.

【0005】このような問題点に鑑みてなされた本発明
は、車両診断プログラムの作成や修正を簡単に行い得る
車両診断プログラム作成装置を及び車両診断装置を提供
することを課題とする。
An object of the present invention, which has been made in view of such a problem, is to provide a vehicle diagnostic program creating device and a vehicle diagnostic device that can easily create and modify a vehicle diagnostic program.

【0006】[0006]

【課題を解決するための手段】このような課題を解決す
る本発明は、プログラムを編集するための編集手段と、
該プログラムを保存するためのプログラム記憶部と、診
断対象となる各車種についての情報が保存される車種情
報記憶部と、当該車種情報記憶部の情報を更新するため
の車種情報設定手段と、診断対象となる各種のECUに
ついての情報が保存されるECU情報記憶部と、当該E
CU情報記憶部の情報を更新するためのECU情報設定
手段とを備えており、前記編集手段で作成したメインプ
ログラムと前記車種情報記憶部及びECU情報記憶部か
ら読み出した診断対象の車種情報及びECU情報とから
なる車両診断プログラムを作成する車両診断プログラム
作成装置において、車両診断において頻繁に使用される
手順が関数として組み込まれたインタプリタ言語をプロ
グラム言語として用い、前記プログラム記憶部に各診断
項目に対応した診断手順プログラムを記憶させたことを
特徴とする。
SUMMARY OF THE INVENTION In order to solve the above-mentioned problems, the present invention provides editing means for editing a program,
A program storage unit for storing the program, a vehicle type information storage unit for storing information on each vehicle type to be diagnosed, a vehicle type information setting unit for updating information in the vehicle type information storage unit, An ECU information storage unit for storing information about various target ECUs;
ECU information setting means for updating information in the CU information storage unit, the main program created by the editing means, the vehicle type information of the diagnosis target read from the vehicle type information storage unit and the ECU information storage unit, and the ECU. In a vehicle diagnostic program creation device that creates a vehicle diagnostic program consisting of information, an interpreter language in which a procedure frequently used in vehicle diagnosis is incorporated as a function is used as a program language, and each diagnostic item is stored in the program storage unit. The diagnostic procedure program is stored.

【0007】インタプリタ言語をプログラム言語として
用いれば、車両診断プログラムがプログラミング技術に
習熟していない者にも理解可能なテキストが記述される
ことになる。従って、車両診断作業者のように車両診断
についての知識がある者にとって、車両診断プログラム
の作成が容易であり、しかも必ずしもプログラミング技
術に習熟している必要がない。
[0007] If an interpreter language is used as a programming language, text that can be understood by those who are not familiar with the vehicle diagnosis program in the programming technique will be described. Therefore, a person who has knowledge of vehicle diagnosis, such as a vehicle diagnosis worker, can easily create a vehicle diagnosis program, and does not necessarily need to be proficient in programming technology.

【0008】また、発明者は、車種毎に定められる比較
条件などの診断基準と違って同一の診断手順は車種が異
なっても共通であること及び車両診断において頻繁に使
用される手順があることを見出し、これらの点に着目し
て上記発明をするに至った。つまり、診断手順は共通で
あるので、上記のようにプログラム記憶部に各診断項目
に対応した診断手順プログラムを記憶させておき、これ
を車両診断プログラムの作成に用いれば、車両診断プロ
グラム作成時に診断手順に関する部分を新たに作成する
必要がなく、車両診断プログラムの作成の容易化及び迅
速化が図られると共に診断手順に関する不具合の発生が
防止される。また、車両診断において頻繁に使用される
手順が関数として組み込まれたインタプリタ言語をプロ
グラム言語として用いれば、頻繁に使用される一連の手
順を、対応する関数を用いて簡単に記述できるので、車
両診断プログラムの記述量が減少する。従って、プログ
ラムの編集がより簡単になり、車両診断プログラムの作
成の容易化及び迅速化が図られると共に、頻繁に使用さ
れる手順に関する不具合の発生が防止される。
Further, the inventor of the present invention has found that unlike diagnostic criteria such as comparison conditions determined for each vehicle type, the same diagnostic procedure is common even for different vehicle types, and that there are procedures frequently used in vehicle diagnostics. The present invention has been made by focusing on these points. That is, since the diagnostic procedure is common, a diagnostic procedure program corresponding to each diagnostic item is stored in the program storage unit as described above, and this is used to create a vehicle diagnostic program. It is not necessary to newly create a part relating to the procedure, thereby facilitating and speeding up the creation of the vehicle diagnostic program, and preventing the occurrence of a failure relating to the diagnostic procedure. Also, if an interpreter language in which procedures frequently used in vehicle diagnosis are incorporated as functions is used as a programming language, a series of frequently used procedures can be easily described using corresponding functions. The amount of program description is reduced. Therefore, the editing of the program becomes simpler, the creation and the speeding up of the vehicle diagnostic program can be facilitated, and the occurrence of troubles related to frequently used procedures can be prevented.

【0009】請求項2に記載の本発明は、車両に搭載さ
れたECUとの間でデータ通信をして当該ECU及びE
CUにより制御される機器について診断する車両診断装
置であって、車両に搭載されたECUとの間でデータ通
信をするための通信手段と、車両診断プログラムが保存
される記憶手段とを備えており、当該記憶手段に保存さ
れる車両診断プログラムを実行して車両診断するものに
おいて、前記車両診断プログラムとして、請求項1に記
載のプログラム言語で記述された車両診断プログラムが
用いられており、当該車両診断プログラムを字句解析し
て得られる解析字句に基づいて車両診断装置を動作させ
る解析実行手段と、車両診断プログラムを編集するため
の編集手段と、を備えることを特徴とする。
According to a second aspect of the present invention, data communication is performed between an ECU mounted on a vehicle and the ECU and the ECU.
A vehicle diagnostic device for diagnosing a device controlled by a CU, comprising: communication means for performing data communication with an ECU mounted on a vehicle; and storage means for storing a vehicle diagnostic program. A vehicle diagnostic program written in a program language according to claim 1, wherein the vehicle diagnostic program is executed by executing a vehicle diagnostic program stored in the storage means. It is characterized by comprising analysis executing means for operating the vehicle diagnostic device based on the lexical analysis obtained by lexical analysis of the diagnostic program, and editing means for editing the vehicle diagnostic program.

【0010】インタプリタ言語をプログラム言語に用い
れば、プログラミング技術に習熟していない車両診断作
業者にも理解可能なテキストで記述された車両診断プロ
グラムが車両診断装置の記憶手段に記憶されることにな
るので、車両診断プログラムに不具合が発見された場合
は、車両診断装置の編集手段により容易に車両診断プロ
グラムを修正でき、しかもコンパイラ言語を用いる場合
に必須であるコンパイル作業が不要である。従って、車
両診断の現場で即座に車両診断プログラムを修正して再
度の動作確認をすることができる。
If an interpreter language is used as a programming language, a vehicle diagnostic program described in text understandable to a vehicle diagnostic worker who is not proficient in programming technology will be stored in the storage means of the vehicle diagnostic device. Therefore, when a defect is found in the vehicle diagnosis program, the vehicle diagnosis program can be easily corrected by the editing means of the vehicle diagnosis device, and the compile work which is essential when using a compiler language is unnecessary. Therefore, it is possible to correct the vehicle diagnosis program immediately at the vehicle diagnosis site and check the operation again.

【0011】また請求項1に記載のプログラム言語で記
述された車両診断プログラムによれば、診断手順に関す
る不具合や頻繁に使用される手順に関する不具合の発生
が防止されるので、不具合の発生が減少し修正作業に要
する時間が短縮される。また、発生する不具合の種類が
限定されるので、仮に不具合があっても動作確認時にお
ける不具合の発見が容易になり、車両診断プログラムの
修正作業の容易化及び迅速化が図られる。そして、車両
診断において頻繁に使用される手順を、対応する関数を
記述するだけで記述できるので、車両診断プログラムの
記述量が減少し、不具合の発生を減ずることができると
共に不具合の発見が容易になり、修正作業の容易化及び
迅速化が図られる。
Further, according to the vehicle diagnostic program described in the program language according to the first aspect, the occurrence of problems related to diagnostic procedures and frequently used procedures is prevented. The time required for the correction work is reduced. In addition, since the types of troubles that occur are limited, even if there is a trouble, it is easy to find the trouble at the time of operation confirmation, and the correction work of the vehicle diagnosis program is facilitated and speeded up. Further, since procedures frequently used in vehicle diagnosis can be described simply by describing the corresponding functions, the amount of description of the vehicle diagnosis program is reduced, the occurrence of defects can be reduced, and defects can be easily found. This facilitates and speeds up the repair work.

【0012】さらに、コンパイル作業に必要なコンパイ
ラ等の大容量を要するアプリケーションを車両診断装置
の記憶手段にインストールする必要がないので、記憶手
段の容量の増加による装置の大形化を防止できる。
Furthermore, since it is not necessary to install a large-capacity application such as a compiler required for compiling work in the storage means of the vehicle diagnostic apparatus, it is possible to prevent the apparatus from being enlarged due to an increase in the capacity of the storage means.

【0013】[0013]

【発明の実施の形態】図1を参照して、1は車両診断プ
ログラム作成装置であり、該車両診断プログラム作成装
置1で作成された車両診断プログラムは車両診断装置2
で実行され、完成した車両3のECU(電子制御装置)
の診断に用いられる。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Referring to FIG. 1, reference numeral 1 denotes a vehicle diagnostic program creating device, and a vehicle diagnostic program created by the vehicle diagnostic program creating device 1 is a vehicle diagnostic device 2
ECU (electronic control unit) of the completed vehicle 3
Used for diagnosis.

【0014】車両診断プログラム作成装置1は、図2に
示すように、CPU及びメモリ11bを備えるメインコ
ントローラ11と、これにインタフェース12を介して
接続される記憶手段としてのハードディスク13と、入
力手段としてのキーボード14と、表示手段としてのデ
ィスプレイ15と、車両診断装置2等の外部機器との間
でデータ転送する入出力インターフェースとしてのRS
−232Cインタフェースのコネクタ16とを備える。
As shown in FIG. 2, the vehicle diagnostic program creation device 1 includes a main controller 11 having a CPU and a memory 11b, a hard disk 13 connected to the main controller 11 via an interface 12, and an input device. , A display 15 as display means, and an RS as an input / output interface for transferring data between external devices such as the vehicle diagnostic device 2.
232C interface connector 16.

【0015】ハードディスク13には、既成のメインプ
ログラム及び各診断項目に対応する診断手順プログラム
などのいわゆるプログラム資源が保存されたプログラム
記憶部13aと、診断対象になる各車種についての情報
が保存された車種情報記憶部13bと、診断対象になる
各種のECUについての情報が保存されたECU情報記
憶部13cと、が記憶領域として確保されている。また
ハードディスク13には、車両診断プログラム作成装置
1を編集手段、車種情報記憶部の情報を更新するための
車種情報設定手段及びECU情報記憶部の情報を更新す
るためのECU情報設定手段として機能させるエディタ
(アプリケーション)がインストールされており、その
ための記憶領域が確保されている。なお、プログラム記
憶部13aには、上記プログラムの他に通信手段の構成
要素である所定の通信プロトコルに従う通信手順が記憶
されている。
The hard disk 13 stores a program storage unit 13a in which so-called program resources such as an established main program and a diagnostic procedure program corresponding to each diagnostic item are stored, and information on each type of vehicle to be diagnosed. A vehicle type information storage unit 13b and an ECU information storage unit 13c in which information on various ECUs to be diagnosed are stored are secured as storage areas. Further, the hard disk 13 causes the vehicle diagnostic program creation device 1 to function as an editing unit, a vehicle type information setting unit for updating information in the vehicle type information storage unit, and an ECU information setting unit for updating information in the ECU information storage unit. An editor (application) is installed, and a storage area for it is secured. The program storage unit 13a stores a communication procedure according to a predetermined communication protocol, which is a component of the communication unit, in addition to the above-described program.

【0016】このような構成の車両診断プログラム作成
装置1によりメインプログラムを作成する場合は、図3
に示す手順で行う。まずキーボード14により診断対象
となる車両及びECUを登録して(S1)、車種情報記
憶部13bから車種情報を呼び出すと共にECU情報記
憶部13cからECU情報を呼び出す。これらのデータ
は、車両診断時に、車両診断プログラムの診断対象と実
際の診断対象とが一致しているか否かの判断に用いられ
る。次に、エディタを起動して、車両診断プログラムで
実行する診断内容を設定する(S2)と共に、車両診断
プログラムで使用する変数及びその値を設定する(S
3)。これらの作業を必要に応じて繰り返し、メインプ
ログラムの設定が終了すると(S4)、車両情報、EC
U情報及びメインプログラムをテキストファイル化し
(S5,S6)、必要に応じて車両診断装置2に転送す
る(S7)。
When a main program is created by the vehicle diagnostic program creating apparatus 1 having such a configuration, FIG.
The procedure is as follows. First, the vehicle and the ECU to be diagnosed are registered with the keyboard 14 (S1), and the vehicle type information is called from the vehicle type information storage unit 13b and the ECU information is called from the ECU information storage unit 13c. These data are used at the time of vehicle diagnosis to determine whether the diagnosis target of the vehicle diagnosis program matches the actual diagnosis target. Next, the editor is started to set the contents of diagnosis to be executed by the vehicle diagnosis program (S2), and to set variables and their values used in the vehicle diagnosis program (S2).
3). These operations are repeated as necessary, and when the setting of the main program is completed (S4), the vehicle information, EC
The U information and the main program are converted into a text file (S5, S6), and transferred to the vehicle diagnosis device 2 as needed (S7).

【0017】診断内容の設定(S2)は、エディタを起
動して図4に示す設定画面を表示させた状態で行う。設
定画面は、大別すると左欄Lと右欄Rとから構成されて
おり、左欄Lにはプログラム記憶部13aに保存される
診断手順プログラムに対応した診断名Nが一覧として表
示され、右欄Rには左欄Lで選択した診断名Nに対応す
る診断手順のステップが表示される。なお、図4では左
欄Lで選択された「診断手順」のステップが右欄Rに表
示されている。右欄Rはさらに、ステップ番号を表示す
る番号欄R1と、メインプログラムを構成する各ステッ
プの実際の記述が表示されるステップ欄R2と、各ステ
ップの処理内容の日本語による説明が記述される注釈欄
R3とから構成される。例えば図4に示す右欄Rのステ
ップ1には、ステップ欄R2に「if(KEEP 2WBS WAIT FL=
=1)」と記述されており、これに対応して右側の注釈欄
R3に「もし、[KEEP 2WBS WAIT FL]が[1]と等しけれ
ば」と記述されている。
The setting of the diagnosis contents (S2) is performed in a state where the editor is started and the setting screen shown in FIG. 4 is displayed. The setting screen is roughly composed of a left column L and a right column R. In the left column L, a list of diagnosis names N corresponding to the diagnosis procedure programs stored in the program storage unit 13a is displayed. In the column R, the steps of the diagnostic procedure corresponding to the diagnosis name N selected in the left column L are displayed. In FIG. 4, the steps of “diagnosis procedure” selected in the left column L are displayed in the right column R. The right column R further includes a number column R1 for displaying a step number, a step column R2 for displaying an actual description of each step constituting the main program, and a description in Japanese of the processing content of each step. And a comment field R3. For example, in Step 1 of the right column R shown in FIG. 4, “if (KEEP 2WBS WAIT FL =
= 1) ", and correspondingly," If [KEEP 2 WBS WAIT FL] is equal to [1] "is described in the comment field R3 on the right side.

【0018】ステップ欄R2だけからでもプログラムの
記述内容(設定内容)を理解できるが、注釈欄R3があ
ればより容易にプログラムの内容を認識できるので、例
えばプログラミング技術に習熟していない車両診断作業
者であっても容易に車両診断プログラムを編集し、作成
することができる。なお、注釈欄R3の記述はステップ
欄R2の記述に対応して自動的に作成されるが作成手順
の説明は省略する。
Although the description contents (setting contents) of the program can be understood only from the step field R2, the contents of the program can be more easily recognized if the comment field R3 is provided. Even a person can easily edit and create a vehicle diagnosis program. The description in the comment column R3 is automatically created in correspondence with the description in the step column R2, but the description of the creation procedure is omitted.

【0019】プログラム記憶部13aに記憶されている
診断手順プログラムを利用してメインプログラムを作成
する場合は、図5に示す手順で行う。具体的には、設定
画面の右欄Rにメインプログラムを表示した状態で、ま
ずステップ欄R2内のカーソルを移動させて診断手順プ
ログラムを組み込む位置すなわち設定位置を選択する
(S11)。続いて設定する診断手順プログラムに対応
したファイルを左欄Lから選択し(S12)、設定する
(S13)。全ての設定が終了して「OK」であれば設
定を完了し、そうでなければ必要に応じて同様の設定作
業を繰り返す(S14)。なお、一旦設定した診断手順
プログラムを削除することもできるが、その説明は省略
する。このように、プログラム記憶部13aに保存され
る診断プログラム手順等のプログラム資源を利用すれ
ば、その分プログラム作成の手間が省け、車両診断プロ
グラムの作成が迅速化する。
When a main program is created by using the diagnostic procedure program stored in the program storage section 13a, the procedure shown in FIG. 5 is performed. Specifically, in a state where the main program is displayed in the right column R of the setting screen, first, the cursor in the step column R2 is moved to select a position for incorporating the diagnostic procedure program, that is, a setting position (S11). Subsequently, a file corresponding to the diagnostic procedure program to be set is selected from the left column L (S12) and set (S13). If all the settings are completed and "OK", the setting is completed. Otherwise, the same setting operation is repeated as necessary (S14). Although the diagnostic procedure program once set can be deleted, its description is omitted. As described above, if the program resources such as the diagnostic program procedure stored in the program storage unit 13a are used, the trouble of program creation can be saved correspondingly, and the vehicle diagnostic program can be created more quickly.

【0020】メインプログラムの編集を車両手順プログ
ラムの設定による追加でなくステップ単位で追加する場
合は、「手順の追加」に対応する設定画面上のアイコン
(図示せず)を選択するなどして、図6(A)に示す編
集画面を表示させる。この編集画面において編集内容を
選択により設定する。例えば四則演算をする場合は画面
上の「四則演算」を選択する。続いて図6(B)に示す
画面を表示させて、足し算処理の追加であれば「+」を
選択する。続いて図6(C)に示す画面を表示させて、
足される2変数(シンボル)及び足し算の結果が代入さ
れる変数(シンボル)を選択(例えば足される2変数と
してAとBとを、また足し算の結果が代入される変数と
してCを選択)する。なお、必要に応じて変数を追加登
録できる。このようにして作成した手順に不備がなけれ
ば、所定位置に設定により新たなステップとして登録す
る。
When the editing of the main program is performed not in accordance with the setting of the vehicle procedure program but in increments of steps, an icon (not shown) on a setting screen corresponding to "adding a procedure" is selected. The editing screen shown in FIG. 6A is displayed. On this editing screen, the editing content is set by selection. For example, to perform four arithmetic operations, select “four arithmetic operations” on the screen. Subsequently, a screen shown in FIG. 6B is displayed, and “+” is selected if addition processing is to be added. Then, the screen shown in FIG. 6C is displayed,
Select the two variables (symbol) to be added and the variable (symbol) to which the result of the addition is substituted (for example, select A and B as the two variables to be added and C as the variable to which the result of the addition is substituted) I do. Note that additional variables can be registered as needed. If there is no deficiency in the procedure created in this way, it is registered as a new step by setting it at a predetermined position.

【0021】メインプログラム内の既に存在するステッ
プを修正したり削除したりする場合は、「手順の修正」
に対応するアイコンを設定画面上から選択し、「手順の
追加」と同様、選択により表示される画面において編集
内容を選択することにより行うが、その説明は省略す
る。
To modify or delete an existing step in the main program, select "Modify procedure".
Is selected from the setting screen, and the editing content is selected on the screen displayed by the selection in the same manner as in the “adding procedure”, but the description thereof is omitted.

【0022】ところで、本実施形態では、プログラム言
語として車両診断において頻繁に使用される手順が組込
関数として組み込まれたインタプリタ言語を用いてい
る。
In the present embodiment, an interpreter language in which procedures frequently used in vehicle diagnosis are incorporated as built-in functions is used as a program language.

【0023】頻繁に使用される手順としては「2つの変
数の和の絶対値を演算する手順」がある。当該手順は、
図7に示すように、四則演算及び平方根演算についての
関数を備える通常のインタプリタ言語においては3つの
ステップで構成されるが、「2つの変数の和の絶対値を
演算する処理」が組込関数(Abs)として組み込まれ
ている本実施形態のインタプリタ言語によれば1ステッ
プで構成できる。プログラムのステップ数を減ずること
ができれば、ステップ数が増えるに従って発生率が高く
なるバグや条件設定ミスなどの不具合の発生を抑制でき
る。また、記述量が少なくなれば、プログラム構造が簡
素になって理解が容易になり、プログラム作成や修正が
容易になる。なお、先に例示した「2つの変数の和の絶
対値を演算する手順」をはじめとして車両診断において
頻繁に使用される手順の使用頻度は、個々の車両診断プ
ログラム毎に異なるが、使用頻度が多いほどプログラム
のステップ数を減ずる効果やバグや条件設定ミスなどの
不具合の発生を抑制する効果が高くなる。
A frequently used procedure is "a procedure for calculating the absolute value of the sum of two variables". The procedure is
As shown in FIG. 7, in a normal interpreter language having functions for the four arithmetic operations and the square root operation, it is composed of three steps, but the "process of calculating the absolute value of the sum of two variables" is a built-in function. According to the interpreter language of the present embodiment incorporated as (Abs), it can be configured in one step. If the number of steps in the program can be reduced, it is possible to suppress the occurrence of problems such as bugs and condition setting errors that increase in incidence as the number of steps increases. In addition, if the amount of description is small, the program structure is simplified, understanding is easy, and program creation and modification are easy. Note that the frequency of use of procedures frequently used in vehicle diagnosis, such as the “procedure for calculating the absolute value of the sum of two variables” exemplified above, differs for each vehicle diagnosis program. The greater the number, the greater the effect of reducing the number of steps in the program and the effect of suppressing the occurrence of defects such as bugs and incorrect setting of conditions.

【0024】次に、車両診断装置2について説明する。
車両診断装置2は、図8に示すように、CPU及びメモ
リ21bを備えるメインコントローラ21と、これにイ
ンタフェース22を介して接続される記憶手段としての
ハードディスク23と、入力手段としてのキーボード2
4と、表示手段としてのディスプレイ25と、車両3に
搭載されるECU等の外部機器との間でデータ通信をす
る入出力インターフェースとしてのRS−232Cイン
タフェースのコネクタ26とを備える。ハードディスク
23には、メインプログラムを保存するプログラム記憶
部23aと、車両やECUについての情報が保存される
情報記憶部23bと、車両診断プログラムの字句解析に
より得られた解析字句を保存するための解析データ記憶
部23cとが確保されている。なお、プログラム記憶部
23aには通信手段を構成要素である所定の通信プロト
コルに従う通信手順が記憶されている。車両診断プログ
ラムはフロッピディスク等の媒体を解して又はデータ通
信による転送により、ハードディスク23に記憶され
る。
Next, the vehicle diagnostic device 2 will be described.
As shown in FIG. 8, the vehicle diagnostic apparatus 2 includes a main controller 21 having a CPU and a memory 21b, a hard disk 23 connected to the main controller 21 via an interface 22, and a keyboard 2 serving as an input unit.
4, a display 25 as a display means, and a connector 26 of an RS-232C interface as an input / output interface for performing data communication with an external device such as an ECU mounted on the vehicle 3. The hard disk 23 has a program storage unit 23a for storing a main program, an information storage unit 23b for storing information about a vehicle and an ECU, and an analysis for storing an analysis lexical obtained by lexical analysis of a vehicle diagnosis program. The data storage unit 23c is secured. The program storage unit 23a stores a communication procedure according to a predetermined communication protocol, which is a component of the communication unit. The vehicle diagnosis program is stored in the hard disk 23 through a medium such as a floppy disk or by data communication.

【0025】またハードディスク23には、車両診断装
置2を字句解析手段として機能させるインタプリタ(ア
プリケーション)及び編集手段として機能させるエディ
タ(アプリケーション)がインストールされており、そ
のための記憶領域がハードディスク23に確保されてい
る。なお、本実施形態のインタプリタは、車両診断にお
いて頻繁に使用される手順が組込関数として組み込まれ
たインタプリタ言語で記述されたプログラムを字句解析
するものである。車両診断において頻繁に使用される手
順が関数として組み込まれたインタプリタ言語を用いる
と、メインプログラムの記述量が少なくなるので、上記
関数が組み込まれていないインタプリタ言語を用いる場
合に比べて字句解析時間が短縮され、実行時間が短縮さ
れる。
An interpreter (application) for causing the vehicle diagnostic device 2 to function as a lexical analyzer and an editor (application) for functioning as an editing device are installed in the hard disk 23, and a storage area for this is secured on the hard disk 23. ing. The interpreter of the present embodiment lexically analyzes a program described in an interpreter language in which procedures frequently used in vehicle diagnosis are incorporated as built-in functions. When using an interpreted language in which procedures frequently used in vehicle diagnosis are incorporated as functions, the amount of description in the main program is reduced, so that the lexical analysis time is shorter than when using an interpreted language in which the above functions are not incorporated. Shorter and shorter execution times.

【0026】車両診断は、図9に示すように、概略的に
は初期化処理と実際の車両診断処理とから構成される。
As shown in FIG. 9, the vehicle diagnosis generally includes an initialization process and an actual vehicle diagnosis process.

【0027】初期化処理では、まずメモリ21bに、プ
ログラム記憶部23aからメインプログラムを読み込む
と共に情報ファイルを情報記憶部23bから車種情報及
びECU情報を読み込み(S31)、続いてメモリ21
b中に車両診断で使用するいわゆるグローバル変数を読
み込んで当該グローバル変数を記憶するための記憶領域
を確保する(S32)。この後、テキストデータである
メインプログラムに記述されている処理手順を字句解析
して得られた解析結果を解析データ記憶部23cに記憶
させ(S33)、各ECU毎に定められているECU情
報に基づいて車両診断装置の動作環境を設定する。
In the initialization process, first, the main program is read from the program storage unit 23a into the memory 21b, and the information file is read from the information storage unit 23b as vehicle type information and ECU information (S31).
In step b, a so-called global variable used in vehicle diagnosis is read, and a storage area for storing the global variable is secured (S32). After that, the analysis result obtained by lexical analysis of the processing procedure described in the main program, which is text data, is stored in the analysis data storage unit 23c (S33), and the ECU information is stored in the ECU information defined for each ECU. The operating environment of the vehicle diagnostic device is set based on the operating environment.

【0028】また実際の車両診断処理では、まず車両診
断装置2が接続された車両3のECUからIDを読み取
り(S34)、読み取ったIDを情報記憶部23bに記
憶されている登録されたIDと照合する(S35)。こ
こで両IDが一致していれば、メモリ21b中に確保し
たグローバル変数を記憶する領域に、読み取ったIDに
応じた所定のグローバル変数を情報記憶部23bから読
み込んで具体的に設定し(S36)、解析データ記憶部
23cに記憶されている解析結果に基づいて車両診断を
実行する(S37)。なお、車両診断手順自体は従来通
りであるので、その説明は省略する。また、ECUのI
Dが不一致の場合はディスプレイにエラー表示等を行い
車両診断を終了する(S36)。なお、初期化処理にお
いて得られる解析結果をハードディスク23に保存して
利用できるようにしておけば、一度字句解析しておけ
ば、その後字句解析する必要がなく、車両診断時間が短
縮する。
In the actual vehicle diagnosis process, first, an ID is read from the ECU of the vehicle 3 to which the vehicle diagnosis device 2 is connected (S34), and the read ID is registered with the registered ID stored in the information storage unit 23b. Collation is performed (S35). Here, if the two IDs match, a predetermined global variable corresponding to the read ID is read from the information storage unit 23b and specifically set in an area for storing the global variable secured in the memory 21b (S36). ), A vehicle diagnosis is executed based on the analysis result stored in the analysis data storage unit 23c (S37). Since the vehicle diagnosis procedure itself is the same as the conventional one, the description thereof is omitted. The ECU I
If D does not match, an error message or the like is displayed on the display, and the vehicle diagnosis is terminated (S36). If the analysis result obtained in the initialization process is stored in the hard disk 23 and can be used, once the lexical analysis is performed, there is no need to perform the lexical analysis thereafter, and the vehicle diagnosis time is reduced.

【0029】ところで、車両診断装置2に転送した車両
診断プログラムは、実際に車両診断する前に、診断済み
の車両などを用いて所望の手順で所望の診断を実行する
か否か動作確認される。ここでバグや設定ミスなどの不
具合が発見されれば、修正して再度動作確認するという
作業が繰り返される。コンパイラ言語を用いる場合は実
行形式のプログラムは修正できないので、必ず車両診断
プログラム作成装置1に戻ってソースプログラムを修正
する必要があり修正に時間を要する。特に、車両診断プ
ログラムの作成をプログラマに依頼している場合は修正
に多大な時間を要する。この点、本実施形態のようにイ
ンタプリタ言語を用いれば、車両診断装置2に転送した
車両診断プログラム自体を修正でき、迅速に修正及び再
度の動作確認を行うことができる。
By the way, the vehicle diagnostic program transferred to the vehicle diagnostic device 2 is checked before the actual vehicle diagnosis whether or not to execute a desired diagnosis in a desired procedure using a diagnosed vehicle or the like. . Here, if a defect such as a bug or a setting error is found, the operation of correcting and checking the operation again is repeated. When the compiler language is used, since the executable program cannot be modified, it is necessary to always return to the vehicle diagnostic program creating device 1 and modify the source program, which takes time. In particular, if a programmer is requested to create a vehicle diagnostic program, a large amount of time is required for correction. In this regard, if the interpreter language is used as in the present embodiment, the vehicle diagnostic program itself transferred to the vehicle diagnostic device 2 can be corrected, and the correction and the operation check can be quickly performed.

【0030】また、診断手順や頻繁に使用される手順に
関して不具合の発生が防止されるので、不具合の発生が
減少し修正作業に要する時間が短縮される。しかも「頻
繁に使用される手順」という特定の事項について不具合
の発生を防止できれば、発生する不具合の種類が限定さ
れるので、仮に不具合があっても動作確認時における不
具合の発見が容易になり、車両診断プログラムの修正作
業の容易化及び迅速化が図られる。さらに、車両診断に
おいて頻繁に使用される手順を、対応する関数を記述す
るだけで記述できるので、車両診断プログラムの記述量
が減少し、不具合の発見が容易になり、やはり修正作業
の容易化及び迅速化が図られる。従って、動作確認を行
った車両診断作業者自身によって車両診断プログラムを
容易かつ迅速に修正でき、即座に再度の動作確認を行う
ことができる。
In addition, since the occurrence of malfunctions in the diagnostic procedures and frequently used procedures is prevented, the occurrence of malfunctions is reduced and the time required for corrective work is shortened. Moreover, if it is possible to prevent the occurrence of a defect with respect to a specific item of "frequently used procedure", the type of the defect that occurs can be limited, so that even if there is a defect, it is easy to find the defect at the time of operation check, The modification work of the vehicle diagnosis program is facilitated and speeded up. Furthermore, since procedures frequently used in vehicle diagnosis can be described simply by describing the corresponding functions, the amount of description of the vehicle diagnosis program is reduced, defects can be easily found, and correction work can be facilitated. Speed is achieved. Therefore, the vehicle diagnosis program that has performed the operation check can correct the vehicle diagnosis program easily and quickly, and the operation check can be immediately performed again.

【0031】なお、上記実施形態のインタプリタ言語
は、車両診断において頻繁に使用される手順を関数とし
て組み込んだものであるが、判断結果やECUから受け
取ったデータなどを表示する画面のレイアウトを処理す
る手順やECUとの間の所定の通信プロトコルに従う処
理手順など、診断対象が変わっても変更がない処理を行
う一連の手順を、インタプリタ言語の一つの関数として
取り扱うようにすれば、関数を選択することでこれらの
処理手順を設定できる。このようにすれば、車両診断プ
ログラム以外の処理についてプログラムを作成する場合
においても、作成内容を限定でき、不具合の発生を減ず
ることができる。従って、より容易に不具合を発見して
修正することができる。
Although the interpreter language of the above embodiment incorporates, as a function, a procedure frequently used in vehicle diagnosis, the interpreter language processes a screen layout for displaying a judgment result, data received from the ECU, and the like. If a series of procedures that perform processing that does not change even if the diagnosis target changes, such as procedures and processing procedures according to a predetermined communication protocol with the ECU, are handled as one function of the interpreted language, a function is selected. Thus, these processing procedures can be set. By doing so, even when a program is created for processing other than the vehicle diagnosis program, the content of the creation can be limited, and the occurrence of defects can be reduced. Therefore, it is possible to more easily find and correct a defect.

【0032】[0032]

【発明の効果】以上の説明から解るように、本発明によ
れば、車両診断プログラムの作成や修正などの編集を、
車両診断プログラム作成装置はもとより、車両診断装置
においても迅速に行うことができる。
As can be understood from the above description, according to the present invention, it is possible to edit a vehicle diagnostic program, such as creating or modifying a vehicle diagnostic program.
Not only the vehicle diagnosis program creation device but also the vehicle diagnosis device can be quickly executed.

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

【図1】 本発明の車両診断プログラム作成装置と車両
診断装置の関係を示す説明図
FIG. 1 is an explanatory diagram showing a relationship between a vehicle diagnostic program creation device and a vehicle diagnostic device according to the present invention.

【図2】 車両診断プログラム作成装置の構成を示すブ
ロック図
FIG. 2 is a block diagram showing a configuration of a vehicle diagnostic program creation device.

【図3】 メインプログラムの作成手順を示すフローチ
ャート
FIG. 3 is a flowchart showing a procedure for creating a main program.

【図4】 診断手順プログラムの設定画面を示す図FIG. 4 is a diagram showing a setting screen of a diagnostic procedure program.

【図5】 診断手順プログラムの設定手順を示すフロー
チャート
FIG. 5 is a flowchart showing a setting procedure of a diagnostic procedure program.

【図6】 (A),(B),(C)は、プログラムのス
テップを追加する手順を示す図
FIGS. 6A, 6B, and 6C are diagrams showing a procedure for adding a program step;

【図7】 頻繁に使用する手順を組込関数にすることに
より得られる効果を説明するための説明図
FIG. 7 is an explanatory diagram for explaining an effect obtained by making a frequently used procedure a built-in function;

【図8】 車両診断装置の構成を示すブロック図FIG. 8 is a block diagram showing a configuration of a vehicle diagnostic device.

【図9】 実際の車両診断手順を示すフローチャートFIG. 9 is a flowchart showing an actual vehicle diagnosis procedure.

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

1 車両診断プログラム作成装置 2 車両診断装置 3 車両 1 vehicle diagnostic program creation device 2 vehicle diagnostic device 3 vehicle

───────────────────────────────────────────────────── フロントページの続き (72)発明者 河野 一郎 埼玉県狭山市新狭山1丁目10番地1 ホン ダエンジニアリング株式会社内 (72)発明者 相場 裕之 埼玉県狭山市新狭山1丁目10番地1 ホン ダエンジニアリング株式会社内 Fターム(参考) 5B076 DA02 DC02  ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Ichiro Kono 1-10-1 Shinsayama, Sayama City, Saitama Prefecture Honda Engineering Co., Ltd. (72) Inventor Hiroyuki Aiba 1-10-1 Shinzayama, Sayama City, Saitama Prefecture Hong DA Engineering Co., Ltd. F-term (reference) 5B076 DA02 DC02

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 プログラムを編集するための編集手段
と、該プログラムを保存するためのプログラム記憶部
と、 診断対象となる各車種についての情報が保存される車種
情報記憶部と、当該車種情報記憶部の情報を更新するた
めの車種情報設定手段と、 診断対象となる各種のECUについての情報が保存され
るECU情報記憶部と、当該ECU情報記憶部の情報を
更新するためのECU情報設定手段とを備えており、 前記編集手段で作成したメインプログラムと前記車種情
報記憶部及びECU情報記憶部から読み出した診断対象
の車種情報及びECU情報とからなる車両診断プログラ
ムを作成する車両診断プログラム作成装置において、 車両診断において頻繁に使用される手順が関数として組
み込まれたインタプリタ言語をプログラム言語として用
い、前記プログラム記憶部に各診断項目に対応した診断
手順プログラムを記憶させたことを特徴とする車両診断
プログラム作成装置。
An editing unit for editing a program, a program storage unit for storing the program, a vehicle type information storage unit for storing information about each vehicle type to be diagnosed, and a vehicle type information storage unit Vehicle type information setting means for updating information of the ECU, an ECU information storage section for storing information on various ECUs to be diagnosed, and ECU information setting means for updating the information of the ECU information storage section A vehicle diagnostic program creating apparatus for creating a vehicle diagnostic program including a main program created by the editing means and vehicle type information and ECU information to be diagnosed read from the vehicle type information storage unit and the ECU information storage unit. In Japan, an interpreter language in which procedures frequently used in vehicle diagnosis are incorporated as functions is called a programming language. Te used, vehicle diagnostic program creating apparatus characterized by having stored a diagnostic procedure program corresponding to each diagnostic item in the program storage unit.
【請求項2】 車両に搭載されたECUとの間でデータ
通信をして当該ECU及びECUにより制御される機器
について診断する車両診断装置であって、車両に搭載さ
れたECUとの間でデータ通信をするための通信手段
と、車両診断プログラムが保存される記憶手段とを備え
ており、当該記憶手段に保存される車両診断プログラム
を実行して車両診断するものにおいて、 前記車両診断プログラムとして、請求項1に記載のプロ
グラム言語で記述された車両診断プログラムが用いられ
ており、 当該車両診断プログラムを字句解析して得られる解析字
句に基づいて車両診断装置を動作させる解析実行手段
と、車両診断プログラムを編集するための編集手段と、
を備えることを特徴とする車両診断装置。
2. A vehicle diagnostic device for performing data communication with an ECU mounted on a vehicle and diagnosing the ECU and a device controlled by the ECU, wherein the data is communicated with the ECU mounted on the vehicle. A communication unit for performing communication, and a storage unit for storing a vehicle diagnosis program, wherein the vehicle diagnosis program is executed by executing the vehicle diagnosis program stored in the storage unit. An analysis execution means for operating a vehicle diagnostic device based on an analysis lexical token obtained by lexically analyzing the vehicle diagnostic program, wherein the vehicle diagnostic program is described in a program language according to claim 1. Editing means for editing the program;
A vehicle diagnostic device comprising:
JP10307286A 1998-10-28 1998-10-28 Vehicle diagnostic program generating apparatus and vehicle diagnostic apparatus Withdrawn JP2000131194A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10307286A JP2000131194A (en) 1998-10-28 1998-10-28 Vehicle diagnostic program generating apparatus and vehicle diagnostic apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10307286A JP2000131194A (en) 1998-10-28 1998-10-28 Vehicle diagnostic program generating apparatus and vehicle diagnostic apparatus

Publications (1)

Publication Number Publication Date
JP2000131194A true JP2000131194A (en) 2000-05-12

Family

ID=17967312

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10307286A Withdrawn JP2000131194A (en) 1998-10-28 1998-10-28 Vehicle diagnostic program generating apparatus and vehicle diagnostic apparatus

Country Status (1)

Country Link
JP (1) JP2000131194A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6728611B2 (en) 2001-09-12 2004-04-27 Denso Corporation Failure diagnostic system and electronic control unit for use in diagnosing failure of vehicle
JP2012063826A (en) * 2010-09-14 2012-03-29 Nec Corp Program generation device, method and program, and remote management system
JP2015190956A (en) * 2014-03-28 2015-11-02 富士通テン株式会社 On-vehicle device inspection system, on-vehicle device inspection apparatus, on-vehicle device, and portable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6728611B2 (en) 2001-09-12 2004-04-27 Denso Corporation Failure diagnostic system and electronic control unit for use in diagnosing failure of vehicle
JP2012063826A (en) * 2010-09-14 2012-03-29 Nec Corp Program generation device, method and program, and remote management system
JP2015190956A (en) * 2014-03-28 2015-11-02 富士通テン株式会社 On-vehicle device inspection system, on-vehicle device inspection apparatus, on-vehicle device, and portable storage medium

Similar Documents

Publication Publication Date Title
US20050235260A1 (en) User interface application development device and development method
US20080127060A1 (en) Dynamic mating of a modified user interface with pre-modified user interface code library
JPH11509654A (en) Automatic implementation of behavior in application programs
JP2006185324A (en) Method and program for supporting application program development, and information processor
US6473771B1 (en) Method of integrating application programs to form or modify suite, and a suite integration toolkit to perform same
JPH09259153A (en) Device and method for generating batch execution control program
US6275955B1 (en) Diagnostic software for facilitating flowchart programming
JP2008276690A (en) Development system, server for development system, and development method
Engels et al. Towards model-driven unit testing
US20100088689A1 (en) Branding binary modules using resource patching
US7636912B2 (en) Custom assembly to extend a wizard
JP4896909B2 (en) Scenario generation apparatus and program
JP2000131194A (en) Vehicle diagnostic program generating apparatus and vehicle diagnostic apparatus
JPH06348766A (en) Method and device for incorporating tool
JP3504605B2 (en) Software automatic test method
EP0801348A1 (en) Method of monitoring the operation of a computer
JPH0554277A (en) Plant monitor device
US20100287415A1 (en) Method of making an enduring universal tool for developing equipment tests and tool for the implementation thereof
JP5657183B2 (en) Method and apparatus for enabling a first computer program to execute application logic of a second computer program, for interfacing the first computer program and the second computer program And apparatus for generating computer program code for the same, a computer program, and a software interface for enabling a first computer program to execute application logic of a second computer program For providing information (computer program interface)
JP5481267B2 (en) Control program creation device and control program creation device drive method
JPH1021058A (en) Method and device for managing version of application module
Stürmer et al. Modeling Guidelines and Model Analysis Tools in Embedded Automotive Software Development.
JPH09223040A (en) System test supporting device for software and test scenario generator to be used for the same
US20040039773A1 (en) Information processing system, information processing method and program
JPH10247142A (en) System and method for programming process control program

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060110