JP5045059B2 - Automatic control program creation device - Google Patents
Automatic control program creation device Download PDFInfo
- Publication number
- JP5045059B2 JP5045059B2 JP2006292401A JP2006292401A JP5045059B2 JP 5045059 B2 JP5045059 B2 JP 5045059B2 JP 2006292401 A JP2006292401 A JP 2006292401A JP 2006292401 A JP2006292401 A JP 2006292401A JP 5045059 B2 JP5045059 B2 JP 5045059B2
- Authority
- JP
- Japan
- Prior art keywords
- program
- function
- information
- storage device
- secondary storage
- 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
Links
- 238000010586 diagram Methods 0.000 claims description 30
- 238000000034 method Methods 0.000 claims description 7
- 230000002159 abnormal effect Effects 0.000 claims 1
- 230000006870 function Effects 0.000 description 60
- 230000004913 activation Effects 0.000 description 3
- 229910000831 Steel Inorganic materials 0.000 description 2
- 238000004886 process control Methods 0.000 description 2
- 239000010959 steel Substances 0.000 description 2
- 230000033772 system development Effects 0.000 description 2
- 230000005856 abnormality Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000008676 import Effects 0.000 description 1
Images
Landscapes
- Stored Programmes (AREA)
Description
この発明は、鉄鋼プラントなどのプロセス制御ラインにおける制御プログラムのソースコードを自動作成するための制御プログラム自動作成装置に関するものである。 The present invention relates to a control program automatic creation device for automatically creating a source code of a control program in a process control line of a steel plant or the like.
従来の制御プログラム自動作成装置で自動作成された制御プログラムのソースコードは関数レベルのものが多く、それをユーザーが作成したプログラムから呼び出す形で使われているのが一般的である(例えば、特許文献1参照)。 Many of the source codes of control programs automatically created by conventional control program automatic creation devices are of function level, and are generally used in the form of calling them from a program created by the user (for example, patents). Reference 1).
従来の制御プログラム自動作成装置で自動作成された制御プログラムのソースコードは関数レベルのものが多く、それをユーザーが作成したプログラムから呼び出す形で使われているので、ユーザーが自由に関数を作成することが出来るため仕様書とソースコードの整合性を取ることは困難であった。 Many of the control program source code automatically created by the conventional automatic control program creation device is function level, and it is used by calling it from the program created by the user, so the user can create the function freely Therefore, it was difficult to maintain consistency between the specification and the source code.
この発明は上記のような課題を解決するためになされたもので、全プログラムの全ての関数を、プログラム仕様情報内の処理フロー情報に記述して関数の呼び出しを管理することで仕様書とソースコードの整合性を図り、システム開発の効率化と保守性の向上を実現した制御プログラム自動作成装置を得ることを目的とする。 The present invention has been made to solve the above-described problems. All functions of all programs are described in the processing flow information in the program specification information, and the function call is managed by describing the specifications and the source. An object is to obtain an automatic control program creation device that achieves code consistency, improves system development efficiency, and improves maintainability.
この発明に係る制御プログラム自動作成装置は、情報解析処理部を含む主記憶装置、CPU、CRT、キーボード、及びプログラム仕様情報と標準部品ソースと標準部品以外のプロジェクト固有部品ソースと自動作成ソースコードと自動作成プログラム関連図とを含む2次記憶装置から構成された制御プログラム自動作成装置であって、2次記憶装置のプログラム仕様情報は、センサーの入力によって何のプログラムを実行するかを定義したセンサー情報と各プログラムの実行処理順序を定義した処理フロー情報から構成され、主記憶装置の情報解析処理部は、入力処理機能と入力データ整合性チェック機能と標準部品結合機能とプロジェクト固有部品結合機能とソースコード自動作成機能とプログラム関連図自動作成機能から構成され、入力処理機能は、入力されたプログラム仕様情報のセンサー情報と処理フロー情報を2次記憶装置から取り込む入力処理を実行し、入力データ整合性チェック機能は、センサー情報と処理フロー情報の内容をチェックする入力情報チェックを行い、入力データに誤りがあればデータ異常有りとして自動作成装置を停止し、標準部品結合機能は、入力データが正常であればプログラム仕様情報のセンサー情報と処理フロー情報に基づいて、2次記憶装置内の標準部品ソースから必要なコードを取り込み、標準部品結合を実行し、プロジェクト固有部品結合機能は、プログラム仕様情報のセンサー情報と処理フロー情報に基づいて、2次記憶装置内のプロジェクト固有部品ソースから必要なコードを取り込み、プロジェクト固有部品結合を実行し、ソースコード自動作成機能は、標準部品結合機能とプロジェクト固有部品結合機能の処理結果に基づいてソースコード自動作成を実行して2次記憶装置内の自動作成ソースコードに格納し、プログラム関連図自動作成機能は、プログラム仕様情報のセンサー情報と処理フロー情報に基づいてプログラム関連図自動作成を実行して2次記憶装置内の自動作成プログラム関連図に格納するものである。 A control program automatic creation device according to the present invention includes a main storage device including an information analysis processing unit, a CPU, a CRT, a keyboard, program specification information, a standard component source, a project-specific component source other than a standard component, and an automatically created source code. A control program automatic creation device composed of a secondary storage device including an automatic creation program related diagram, wherein the program specification information of the secondary storage device defines what program is executed by the input of the sensor Information and processing flow information that defines the execution processing order of each program, and the information analysis processing unit of the main storage device includes an input processing function, an input data consistency check function, a standard part combining function, and a project specific part combining function. It consists of an automatic source code creation function and a program-related diagram automatic creation function. The processing function executes an input process for fetching the sensor information and processing flow information of the input program specification information from the secondary storage device, and the input data consistency check function is an input for checking the contents of the sensor information and the processing flow information. If there is an error in the input data, the automatic creation device is stopped if there is an error in the input data, and the standard component combination function is based on the sensor information and processing flow information in the program specification information if the input data is normal. The necessary code is fetched from the standard part source in the secondary storage device, the standard part combination is executed, and the project specific part combination function is based on the sensor information and the processing flow information in the program specification information. Capture the necessary code from the project specific part source, execute the project specific part combination, The source code automatic creation function performs automatic source code creation based on the processing results of the standard part combination function and the project specific part combination function, and stores it in the automatically created source code in the secondary storage device. Is to automatically create a program related diagram based on the sensor information and processing flow information of the program specification information and store it in the automatically created program related diagram in the secondary storage device .
この発明によれば、情報解析処理部を含む主記憶装置、CPU、CRT、キーボード、及びプログラム仕様情報と標準部品ソースと標準部品以外のプロジェクト固有部品ソースと自動作成ソースコードと自動作成プログラム関連図とを含む2次記憶装置から構成された制御プログラム自動作成装置であって、2次記憶装置のプログラム仕様情報は、センサーの入力によって何のプログラムを実行するかを定義したセンサー情報と各プログラムの実行処理順序を定義した処理フロー情報から構成され、主記憶装置の情報解析処理部は、入力処理機能と入力データ整合性チェック機能と標準部品結合機能とプロジェクト固有部品結合機能とソースコード自動作成機能とプログラム関連図自動作成機能から構成され、入力処理機能は、入力されたプログラム仕様情報のセンサー情報と処理フロー情報を2次記憶装置から取り込む入力処理を実行し、入力データ整合性チェック機能は、センサー情報と処理フロー情報の内容をチェックする入力情報チェックを行い、入力データに誤りがあればデータ異常有りとして自動作成装置を停止し、標準部品結合機能は、入力データが正常であればプログラム仕様情報のセンサー情報と処理フロー情報に基づいて、2次記憶装置内の標準部品ソースから必要なコードを取り込み、標準部品結合を実行し、プロジェクト固有部品結合機能は、プログラム仕様情報のセンサー情報と処理フロー情報に基づいて、2次記憶装置内のプロジェクト固有部品ソースから必要なコードを取り込み、プロジェクト固有部品結合を実行し、ソースコード自動作成機能は、標準部品結合機能とプロジェクト固有部品結合機能の処理結果に基づいてソースコード自動作成を実行して2次記憶装置内の自動作成ソースコードに格納し、プログラム関連図自動作成機能は、プログラム仕様情報のセンサー情報と処理フロー情報に基づいてプログラム関連図自動作成を実行して2次記憶装置内の自動作成プログラム関連図に格納するので、システム開発の効率化と保守性の向上を実現した制御プログラム自動作成装置が得られる効果がある。
According to the present invention, a main storage device including an information analysis processing unit, a CPU, a CRT, a keyboard, program specification information, a standard component source, a project-specific component source other than a standard component, an automatically created source code, and an automatically created program related diagram Is a control program automatic creation device composed of a secondary storage device including the following: the program specification information of the secondary storage device includes sensor information defining what program is to be executed by sensor input and each program Consists of processing flow information that defines the execution processing order, and the information analysis processing unit of the main storage device has an input processing function, an input data consistency check function, a standard part combining function, a project-specific part combining function, and a source code automatic creation function And a program-related diagram automatic creation function. Executes input processing to read sensor information and processing flow information of gram specification information from the secondary storage device, and the input data consistency check function performs input information checking to check the contents of the sensor information and processing flow information, and the input data If there is an error, the automatic creation device is stopped because there is a data error, and if the input data is normal, the standard component combination function is based on the sensor information and processing flow information in the program specification information. The necessary code is fetched from the part source, standard part combination is executed, and the project specific part combination function is necessary from the project specific part source in the secondary storage device based on the sensor information and the processing flow information of the program specification information. Import code, execute project-specific component combination, and the source code automatic creation function Based on the processing results of the standard component combination function and the project specific component combination function, the source code is automatically created and stored in the automatically created source code in the secondary storage device. Automatic program-related diagram creation based on sensor information and processing flow information is stored in the automatically-created program-related diagram in the secondary storage device, so control program automation that improves system development efficiency and improves maintainability There is an effect that a creation device is obtained.
実施の形態1.
以下、この発明の実施の形態1を図面に基づいて説明する。図1はこの発明である制御プログラム自動作成装置の構成を示すブロック図である。図1に示すように、制御プログラム自動作成装置は、情報解析処理部2を含む主記憶装置1、CPU4、CRT3、キーボード5、及びプログラム仕様情報7と標準部品ソース8とプロジェクト固有部品ソース9と自動作成ソースコード10と自動作成プログラム関連図11とを含む2次記憶装置6から構成されている。
図2は2次記憶装置6に含まれるプログラム仕様情報7の構成を示す説明図である。プログラム仕様情報7は、センサーの入力によって何のプログラムを実行するかを定義したセンサー情報20と各プログラムの実行処理順序を定義した処理フロー情報21から構成されている。センサー情報20は、センサー名20Aと実行条件20Bと実行イベント名20Cとを含み、処理フロー情報21は、イベント名21Aとプログラム名21Bと関数名21Cと次起動プログラム名21Dと次起動関数名21Eと次起動パラメータ21Fとを含む。
FIG. 2 is an explanatory diagram showing the configuration of the
図3は主記憶装置1内の情報解析処理部2の内部構成と、CPU4及び2次記憶装置6との関連を示すブロック図である。情報解析処理部2は入力処理機能40と入力データ整合性チェック機能41と標準部品結合機能42とプロジェクト固有部品結合機能43とソースコード自動作成機能44とプログラム関連図自動作成機能45から構成されている。
FIG. 3 is a block diagram showing the internal configuration of the information
入力処理機能40は、プログラム仕様情報7内のセンサー情報20と処理フロー情報21の入力処理を行う。
入力データ整合性チェック機能41は、入力データの整合性チェックを行う。
標準部品結合機能42は、プログラム仕様情報7内のセンサー情報20と処理フロー情報21に基づいて、2次記憶装置6内の標準部品ソース8から該当する標準部品の結合処理を行う。
プロジェクト固有部品結合機能43は、センサー情報20と処理フロー情報21に基づいて、2次記憶装置6内のプロジェクト固有部品ソース9から該当するプロジェクト固有部品の結合処理を行う。
ソースコード自動作成機能44は、標準部品結合機能42とプロジェクト固有部品結合機能43の処理結果に基づいてソースコードを作成し、2次記憶装置6内の自動作成ソースコード10に格納する。
プログラム関連図自動作成機能45は、プログラム仕様情報7に基づいてプログラム関連図を作成し、2次記憶装置6内の自動作成プログラム関連図11に格納する。
The input processing function 40 performs input processing of the
The input data consistency check function 41 performs input data consistency check.
Based on the
Based on the
The source code automatic creation function 44 creates a source code based on the processing results of the standard part combination function 42 and the project specific part combination function 43 and stores it in the automatically created source code 10 in the
The program related diagram automatic creation function 45 creates a program related diagram based on the
次に図4のフローチャートに基づき、この発明である制御プログラム自動作成装置の動作について説明する。
まず、図1においてキーボード5から、あらかじめプログラム仕様情報7内のセンサー情報20と処理フロー情報21、2次記憶装置6内のプロジェクト固有部品ソース9を入力する。その後、キーボード5から、ボタン押下操作によりプログラム自動作成指示を行う。
図2のセンサー情報20は鉄鋼プラントなどのプロセス制御ライン上の温度センサー、圧力センサー、移動検知センサーからの入力値が実行条件20Bに一致すれば実行イベント名20Cのイベントを発生させるための情報である。
処理フロー情報21はセンサー情報20で発生させたイベントに対して各種プログラムをどのような順番で実行させていくかを定義する。
Next, the operation of the control program automatic creating apparatus according to the present invention will be described based on the flowchart of FIG.
First, the
The
The process flow
主記憶装置1内の情報解析処理部2は、ユーザーからのプログラム自動生成指示を受けて、図4に示す処理を実行する。
まず、入力処理機能40により、ユーザーが入力したプログラム仕様情報7を2次記憶装置6から取り込む入力処理50を実行する。次に、入力データ整合性チェック機能41により、センサー情報20と処理フロー情報21の内容をチェックする入力情報チェック51を行う。もし、入力データに誤りがあれば、データ異常有り52としてCRT3にエラー出力53を出して自動作成装置を停止し終了する。
The information
First, the input processing function 40 executes an input process 50 for fetching the
入力データが正常であれば、標準部品結合機能42により、2次記憶装置6内にある標準部品ソース8から必要なコードを取り込み、標準部品結合54を実行する。
次に、プロジェクト固有部品結合機能43により、2次記憶装置6内にあるプロジェクト固有部品ソース9から必要なコードを取り込み、プロジェクト固有部品結合55を実行する。
次に、ソースコード自動作成機能44により、標準部品結合機能42とプロジェクト固有部品結合機能43の処理結果に基づいてソースコード自動作成56を実行して2次記憶装置6内の自動作成ソースコード10に格納する。
If the input data is normal, the standard component combination function 42 fetches necessary codes from the standard component source 8 in the
Next, the project-specific component combination function 43 fetches necessary code from the project-specific component source 9 in the
Next, the source code automatic creation function 44 executes the source code automatic creation 56 based on the processing results of the standard part combination function 42 and the project specific part combination function 43 to automatically create the source code 10 in the
最後に、プログラム関連図自動作成機能45により、センサー情報20と処理フロー情報21に基づいてプログラム関連図自動作成57を実行して2次記憶装置6内の自動作成プログラム関連図11に格納する。
Finally, the program related diagram automatic creation function 45 executes the program related diagram automatic creation 57 based on the
1 主記憶装置
2 情報解析処理部
3 CRT
4 CPU
5 キーボード
6 2次記憶装置
7 プログラム仕様情報
8 標準部品ソース
9 プロジェクト固有部品ソース
10 自動作成ソースコード
11 自動作成プログラム関連図
20 センサー情報
21 処理フロー情報
40 入力処理機能
41 入力データ整合性チェック機能
42 標準部品結合機能
43 プロジェクト固有部品結合機能
44 ソースコード自動作成機能
45 プログラム関連図自動作成機能
50 入力処理
51 入力情報チェック
52 データ異常有り
53 エラー出力
54 標準部品結合
55 プロジェクト固有部品結合
56 ソースコード自動作成
57 プログラム関連図自動作成
1
4 CPU
5
Claims (1)
前記2次記憶装置のプログラム仕様情報は、センサーの入力によって何のプログラムを実行するかを定義したセンサー情報と各プログラムの実行処理順序を定義した処理フロー情報から構成され、
前記主記憶装置の情報解析処理部は、入力処理機能と入力データ整合性チェック機能と標準部品結合機能とプロジェクト固有部品結合機能とソースコード自動作成機能とプログラム関連図自動作成機能から構成され、
前記入力処理機能は、入力されたプログラム仕様情報のセンサー情報と処理フロー情報を2次記憶装置から取り込む入力処理を実行し、
前記入力データ整合性チェック機能は、センサー情報と処理フロー情報の内容をチェックする入力情報チェックを行い、入力データに誤りがあればデータ異常有りとして自動作成装置を停止し、
前記標準部品結合機能は、入力データが正常であれば前記プログラム仕様情報のセンサー情報と処理フロー情報に基づいて、2次記憶装置内の標準部品ソースから必要なコードを取り込み、標準部品結合を実行し、
前記プロジェクト固有部品結合機能は、前記プログラム仕様情報のセンサー情報と処理フロー情報に基づいて、2次記憶装置内のプロジェクト固有部品ソースから必要なコードを取り込み、プロジェクト固有部品結合を実行し、
前記ソースコード自動作成機能は、前記標準部品結合機能とプロジェクト固有部品結合機能の処理結果に基づいてソースコード自動作成を実行して2次記憶装置内の自動作成ソースコードに格納し、
前記プログラム関連図自動作成機能は、前記プログラム仕様情報のセンサー情報と処理フロー情報に基づいてプログラム関連図自動作成を実行して2次記憶装置内の自動作成プログラム関連図に格納することを特徴とする制御プログラム自動作成装置。 Main storage including information analysis processing unit, CPU, CRT, keyboard, and secondary storage including program specification information, standard part source, project-specific part source other than standard part, automatically created source code, and automatically created program related diagram A control program automatic creation device composed of devices,
The program specification information of the secondary storage device is composed of sensor information defining what program is executed by sensor input and process flow information defining the execution processing order of each program,
The information analysis processing unit of the main storage device includes an input processing function, an input data consistency check function, a standard part combination function, a project specific part combination function, a source code automatic creation function, and a program related diagram automatic creation function,
The input processing function executes input processing for fetching sensor information and processing flow information of input program specification information from a secondary storage device,
The input data consistency check function performs an input information check to check the contents of sensor information and processing flow information, and if there is an error in the input data, the automatic creation device is stopped as an abnormal data,
If the input data is normal, the standard component combination function fetches necessary code from the standard component source in the secondary storage device and executes standard component combination based on the sensor information and processing flow information of the program specification information And
The project-specific component combination function fetches necessary code from the project-specific component source in the secondary storage device based on the sensor information and the processing flow information of the program specification information, executes the project-specific component combination,
The source code automatic creation function executes automatic source code creation based on the processing results of the standard part joining function and the project specific part joining function, and stores the source code in the automatically created source code in the secondary storage device,
The program-related diagram automatic creation function executes program-related diagram automatic creation based on the sensor information and processing flow information of the program specification information, and stores the program-related diagram in the automatically created program-related diagram in the secondary storage device, Automatic control program creation device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006292401A JP5045059B2 (en) | 2006-10-27 | 2006-10-27 | Automatic control program creation device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006292401A JP5045059B2 (en) | 2006-10-27 | 2006-10-27 | Automatic control program creation device |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008108183A JP2008108183A (en) | 2008-05-08 |
JP5045059B2 true JP5045059B2 (en) | 2012-10-10 |
Family
ID=39441469
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006292401A Active JP5045059B2 (en) | 2006-10-27 | 2006-10-27 | Automatic control program creation device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5045059B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009289162A (en) * | 2008-05-30 | 2009-12-10 | Toshiba Mitsubishi-Electric Industrial System Corp | Apparatus for automatically creating control program and testing method plan |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10293686A (en) * | 1997-04-18 | 1998-11-04 | Hitachi Ltd | Tracking program generating method and device |
JP2003005966A (en) * | 2001-06-25 | 2003-01-10 | Mitsubishi Electric Corp | Device for automatically generating program |
-
2006
- 2006-10-27 JP JP2006292401A patent/JP5045059B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2008108183A (en) | 2008-05-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108351636B (en) | Engineering design tool, system and module | |
CN110928529A (en) | Method and system for assisting operator development | |
CN112148270B (en) | Real-time computing and data interaction method, system and medium | |
EP1906275B1 (en) | Natively retaining project documentation in a controller | |
US9824229B2 (en) | Controller with enhanced reliability | |
CN114706590A (en) | PLC application package generation method, PLC application execution method, and related device and system | |
US7657329B1 (en) | Embedding HMI logic into control logic | |
JP6984565B2 (en) | Information processing equipment and programs | |
WO2014136228A1 (en) | Programmable controller, programmable controller system, and execute error information creation method | |
JP5045059B2 (en) | Automatic control program creation device | |
JP2008293186A (en) | Method and apparatus for automatically generating steel plant control program | |
JP2009289162A (en) | Apparatus for automatically creating control program and testing method plan | |
CN111488152B (en) | Application program page previewing method, related device and system | |
CN115268667A (en) | Method and system for controlling webpage end digital twin three-dimensional scene | |
CN110928602B (en) | FBD program operation method and device | |
JP5539921B2 (en) | Program development tools | |
JP5379054B2 (en) | Manufacturing operation verification environment system, manufacturing operation verification method, and manufacturing operation verification program | |
JP2015069332A (en) | Object range extractor, static verification system, object range extraction method, and object range extraction program for extracting object range to be subjected to static verification by static verification device | |
JP2007133622A (en) | Engineering tool and program conversion method | |
JP2007004516A (en) | Program debugging method of built-in system | |
CN111832735B (en) | Method and system for performing a machine learning process based on templates | |
KR101211914B1 (en) | Method for auto generating of OS task framework and system thereof | |
JP2014106770A (en) | Type check device, type check method and type check program | |
CN117270956B (en) | Configuration method of hardware equipment, client, hardware equipment network management system and medium | |
JP5556480B2 (en) | Context Violation Detection Support Method, Context Violation Detection Support Device, and Context Violation Detection Support Program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090910 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120113 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120117 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120220 |
|
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: 20120619 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120702 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150727 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 Ref document number: 5045059 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |