JP2008118485A - Secs message data preparing device - Google Patents

Secs message data preparing device Download PDF

Info

Publication number
JP2008118485A
JP2008118485A JP2006301037A JP2006301037A JP2008118485A JP 2008118485 A JP2008118485 A JP 2008118485A JP 2006301037 A JP2006301037 A JP 2006301037A JP 2006301037 A JP2006301037 A JP 2006301037A JP 2008118485 A JP2008118485 A JP 2008118485A
Authority
JP
Japan
Prior art keywords
message
definition
secs
message data
definition file
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
JP2006301037A
Other languages
Japanese (ja)
Inventor
Mikishige Kobayashi
幹成 小林
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing 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 Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP2006301037A priority Critical patent/JP2008118485A/en
Publication of JP2008118485A publication Critical patent/JP2008118485A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Communication Control (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To enhance general versatility and availability in preparation of SECS message data. <P>SOLUTION: An SECS message data preparing device 3 for editing/extracting an SECS message for communication between a semiconductor manufacturing device 1 and a host computer 2 is provided. The message data preparing device has a definition format using a parameter to prepare a message definition file, imports the message definition file prepared, and compiles the message definition file imported to be converted into execution data. The message definition file preparation has a definition format described by XML, and the definition format is divided into a template definition portion and an object (parameter) definition portion. Also, the message data preparing device transmits/receives the message data prepared to/from a host computer, or provides the data as a packaged component. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、半導体製造装置とホストコンピュータとの間の通信システムに係り、特にSECS(Semiconductor Equipment Communication Standard)通信規格に準じたSECSメッセージデータの作成装置に関する。   The present invention relates to a communication system between a semiconductor manufacturing apparatus and a host computer, and more particularly to an SECS message data creation apparatus that conforms to SECS (Semiconductor Equipment Communication Standard) communication standards.

SECSメッセージデータの通信による半導体製造装置とホストコンピュータとの階層構成を図5に示す。半導体製造装置1およびホストコンピュータ2は、それぞれアプリケーション11,21の下に,SECS−IIメッセージに対応したGEM(Generic Equipment Model)12,22、これらの下に通信メッセージフォーマットSECS−II 13,23、さらにシリアル通信インターフェース/通信プロトコルになるSECS−I 14,24とTCP/IPによるメッセージ伝達を行うHSMS(High Speed SECS Message Service)15,25が設けられる(例えば、特許文献1参照)。   FIG. 5 shows a hierarchical configuration of the semiconductor manufacturing apparatus and the host computer based on SECS message data communication. The semiconductor manufacturing apparatus 1 and the host computer 2 have GEMs (Generic Equipment Models) 12 and 22 corresponding to SECS-II messages under the applications 11 and 21, respectively, and communication message formats SECS-II 13 and 23 under these. Further, SECS-I 14 and 24, which are serial communication interfaces / communication protocols, and HSMS (High Speed SECS Message Service) 15 and 25 for performing message transmission by TCP / IP are provided (for example, see Patent Document 1).

このシステム構成において、ホストコンピュータ2は、ホスト通信データを展開/編集する機能26を実装可能にしている。この機能を搭載したホスト通信システムをパッケージソフトウェアとして提供する場合、通信データ展開/編集機能を実装するための提供形態には、大きく2つが存在する。   In this system configuration, the host computer 2 can implement a function 26 for expanding / editing host communication data. When a host communication system equipped with this function is provided as package software, there are roughly two forms of provision for implementing the communication data expansion / editing function.

(A)通信データを個々のアイテムデータに展開、もしくはデータを編集するための汎用的なライブラリを提供し、利用者(アプリケーション)にて個別実装を行う。   (A) A general-purpose library for expanding or editing communication data into individual item data is provided, and individual implementation is performed by a user (application).

(B)あらかじめメッセージ構造を別途定義した情報をもって、受信時には自動的にパターンマッチングを行い、その結果を利用者(アプリケーション)に通知し、送信時にはその別途定義情報に従ったメッセージ構造を編集してデータを構築する機能を提供する。
特開2004−259942号公報
(B) With information that defines the message structure separately in advance, pattern matching is automatically performed at the time of reception, the result is notified to the user (application), and the message structure according to the separately defined information is edited at the time of transmission. Provides the ability to build data.
JP 2004-259942 A

前記の汎用ホスト通信システムをパッケージソフトウェアとして提供する場合、従来手法では汎用性および有用性で問題がある。   When the general-purpose host communication system is provided as package software, there is a problem in versatility and usefulness in the conventional method.

半導体製造におけるホスト通信には、SECS−IIというフォーマットが規格化されており、そのフォーマットにしたがった通信メッセージデータを展開/編集する機能を実装することとなる。実際にシステムとして実装される際には、通信データ仕様に基づきこのメッセージデータの展開/編集機能を実現することとなるが、従来のパッケージの提供形態では、以下の汎用性および有用性に問題がある。   A format called SECS-II is standardized for host communication in semiconductor manufacturing, and a function for expanding / editing communication message data according to the format is implemented. When actually implemented as a system, this message data expansion / editing function will be realized based on the communication data specifications. However, the conventional package providing form has the following problems in versatility and usefulness. is there.

(1)従来の(A)の手法では、通信データ仕様が変更される度に、利用者アプリケーションを改造する必要があり、改造するたびに利用者アプリケーション全体として再試験を実施しなければならなく、コストも増大する。   (1) With the conventional method (A), it is necessary to modify the user application every time the communication data specifications are changed, and the user application as a whole must be retested each time the modification is made. The cost also increases.

(2)従来の(B)の手法では、データ定義のみを変更すれば対応可能となるが、現在の一般的な定義方式では全ての通信データ仕様に対応できない場合、(A)の手法を取らざるを得なくなり、こちらも十分な汎用性を備えてはいない。   (2) The conventional method (B) can be handled by changing only the data definition. However, if the current general definition method cannot handle all communication data specifications, the method (A) is adopted. I have no choice but to have enough versatility.

本発明の目的は、汎用性および有用性を高めたSECSメッセージデータの作成装置を提供することにある。   An object of the present invention is to provide a device for creating SECS message data with improved versatility and usefulness.

本発明は、前記の課題を解決するため、汎用的な定義フォーマットによるメッセージ編集/展開機能を提供できるようにしたもので、以下の構成を特徴とする。   In order to solve the above-described problems, the present invention can provide a message editing / development function using a general-purpose definition format, and has the following configuration.

(1)半導体製造装置とホストコンピュータとの間で、SECS通信規格に準じたSECSメッセージデータの通信で半導体製造装置を運用するシステムにおいて、
前記SECSメッセージの編集/展開を行うコンピュータ構成のSECSメッセージデータ作成装置を備え、
前記メッセージデータ作成装置は、
パラメータを用いた定義フォーマットを有してメッセージ定義ファイルを作成するメッセージ定義ファイル作成手段と、
前記作成したメッセージ定義ファイルをインポートする定義ファイルインポート手段と、
前記インポートしたメッセージ定義ファイルをコンパイルして実行用データに変換する定義ファイルコンパイル手段とを備えたことを特徴とする。
(1) In a system in which a semiconductor manufacturing apparatus is operated by SECS message data communication conforming to the SECS communication standard between a semiconductor manufacturing apparatus and a host computer.
A SECS message data creation device having a computer configuration for editing / developing the SECS message;
The message data creation device includes:
Message definition file creation means for creating a message definition file having a definition format using parameters;
Definition file importing means for importing the created message definition file;
And a definition file compiling unit that compiles the imported message definition file and converts it into execution data.

(2)前記メッセージ定義ファイル作成手段は、XMLで記述できる定義フォーマットとし、この定義フォーマットをテンプレート定義部と、オブジェクト(パラメータ)定義部に分けたことを特徴とする。   (2) The message definition file creation means has a definition format that can be described in XML, and the definition format is divided into a template definition section and an object (parameter) definition section.

(3)前記メッセージデータ作成装置は、作成したメッセージデータを前記ホストコンピュータとの間で送受信、またはパッケージ化したコンポーネントとして提供することを特徴とする。   (3) The message data creation device provides the created message data as a component that is transmitted / received to / from the host computer or packaged.

以上のとおり、本発明によれば、汎用的な定義フォーマットによるメッセージ編集/展開機能を搭載することにより、利用者アプリケーションの改造なしに、定義フォーマット内容を変更するのみで通信データ仕様の変更に対応することが出来るようになる。   As described above, according to the present invention, by incorporating a message editing / development function using a general-purpose definition format, it is possible to cope with changes in communication data specifications by changing the contents of the definition format without modifying the user application. You will be able to

この定義フォーマットによるメッセージ編集/展開機能はパッケージにより、コンポーネントとして提供されることで、利用者アプリケーションの信頼性の向上に寄与する効果がある。   The message editing / development function based on this definition format is provided as a component by a package, which has the effect of contributing to the improvement of the reliability of the user application.

また、全てのメッセージ定義に対応可能となることで汎用性、有用性の向上に寄与する効果がある。   In addition, by being able to handle all message definitions, there is an effect that contributes to improvement in versatility and usability.

図1は、本発明の実施形態を示すSECSメッセージデータ通信における階層構成図であり、図5の階層構成においてSECSメッセージデータ作成装置3を設けている。SECSメッセージデータ作成装置3は、例えばパーソナルコンピュータ(PC)を利用し、そのソフトウェア構成として、メッセージをテキストファイルで作成するメッセージ定義ファイル作成機能31、作成したメッセージ定義ファイルをインポートする定義ファイルインポート機能32およびインポートしたメッセージ定義ファイルをコンパイルして実行用データに変換する定義ファイルコンパイル機能33を搭載することでSECSメッセージ編集/展開機能を実現し、これをホストコンピュータ2との間で送受信、またはパッケージ化したコンポーネントとして提供する。   FIG. 1 is a hierarchical configuration diagram in SECS message data communication showing an embodiment of the present invention, and an SECS message data creation device 3 is provided in the hierarchical configuration of FIG. The SECS message data creation device 3 uses, for example, a personal computer (PC), and as its software configuration, a message definition file creation function 31 that creates a message as a text file, and a definition file import function 32 that imports the created message definition file. In addition, the SECS message editing / developing function is realized by installing the definition file compiling function 33 that compiles the imported message definition file and converts it into execution data, and transmits / receives or packages this with the host computer 2 As a component.

本実施形態では、SECSメッセージの作成にパラメータを用いた定義フォーマットを提供するもので、主要なポイントは以下の通り。   In this embodiment, a definition format using parameters is provided to create a SECS message, and the main points are as follows.

(A)XML(eXtensible Markup Language)を採用した定義フォーマットにより汎用性を高める。   (A) Generality is enhanced by a definition format adopting XML (eXtensible Markup Language).

(B)定義フォーマットをテンプレート定義部と、オブジェクト(パラメータ)定義部に分けることにより、全てのSECSメッセージフォーマットに対応可能とする。   (B) By dividing the definition format into a template definition part and an object (parameter) definition part, all SECS message formats can be supported.

以下、SECSメッセージデータ作成装置3による定義フォーマットを詳細に説明する。   Hereinafter, the definition format by the SECS message data creation device 3 will be described in detail.

ここで言うユーザ定義メッセージとは、装置(本システム)とホストコンピュータとの間で送受信するSECSメッセージのことを指す。   The user-defined message here refers to a SECS message transmitted / received between the apparatus (this system) and the host computer.

本システムにおいて、メッセージ定義ファイル作成機能31はユーザ定義メッセージデータをテキスト形式ファイルで定義し、定義ファイルインポート機能32はテキスト形式のメッセージ定義ファイルを本システムの開発マンマシンでインポートし、定義ファイルコンパイル機能33は定義データをコンパイルすることにより、メッセージを本システムに登録する。   In this system, a message definition file creation function 31 defines user-defined message data in a text format file, and a definition file import function 32 imports a text format message definition file by the development man machine of this system, and a definition file compilation function 33 compiles the definition data to register the message in the system.

定義ファイルのコンパイル機能の一部であるメッセージコンパイラ(以降、本コンパイラと記述する)が、テキスト形式で定義されたメッセージデータを本システムが理解するコードに変換する。本コンパイラの規約に従って定義ファイルを作成し、インポート、コンパイルすれば、メッセージとして取り扱えるようになる。   A message compiler (hereinafter referred to as this compiler), which is a part of the definition file compiling function, converts message data defined in text format into a code understood by the system. If a definition file is created, imported, and compiled according to the rules of this compiler, it can be handled as a message.

メッセージ定義ファイルの作成はテキスト(XML)形式ファイルで行う。   The message definition file is created as a text (XML) format file.

本システムのメッセージ定義ファイルの記述方法を、以下の例で示す。   The following example shows how to describe the message definition file of this system.

例)下記のようなメッセージを定義するとする。   Example) Suppose that the following message is defined.

<通信確立要求>
S1F13(ストリーム=1、ファンクション=13)、返信あり、双方向構造(双方向のメッセージで、方向により構造が異なる)
(装置→ホストの場合)
L,2
1,<MDLN>
2,<SOFTREV>
(ホスト→装置の場合)
L,0
これを本システムの規約に従って記述すると、図2のようになる。また、メッセージヘッダは本システムの規約に従って記述すると図3のようになる。
<Communication establishment request>
S1F13 (stream = 1, function = 13), reply, bidirectional structure (bidirectional message, structure varies depending on direction)
(Device → Host)
L, 2
1, <MDLN>
2, <SOFTREV>
(From host to device)
L, 0
When this is described in accordance with the rules of this system, it is as shown in FIG. In addition, the message header is described as shown in FIG.

図4は、ユーザ定義アイテム、ユーザ定義特殊アイテムを使用した装置からホストへのメッセージ定義例である。   FIG. 4 shows an example of message definition from the device to the host using user-defined items and user-defined special items.

本発明の実施形態を示すSECSメッセージデータ通信における階層構成図。The hierarchical block diagram in SECS message data communication which shows embodiment of this invention. 実施形態におけるメッセージ定義例。The message definition example in embodiment. 実施形態におけるメッセージヘッダ定義例。The message header definition example in embodiment. 実施形態におけるメッセージ定義例。The message definition example in embodiment. 従来のSECSメッセージデータ通信における階層構成図。The hierarchical block diagram in the conventional SECS message data communication.

符号の説明Explanation of symbols

1 半導体製造装置
2 ホストコンピュータ
3 SECSメッセージデータ作成装置
31 メッセージ定義ファイル作成部
32 定義ファイルインポート部
33 定義ファイルコンパイル部
DESCRIPTION OF SYMBOLS 1 Semiconductor manufacturing apparatus 2 Host computer 3 SECS message data creation apparatus 31 Message definition file creation part 32 Definition file import part 33 Definition file compilation part

Claims (3)

半導体製造装置とホストコンピュータとの間で、SECS通信規格に準じたSECSメッセージデータの通信で半導体製造装置を運用するシステムにおいて、
前記SECSメッセージの編集/展開を行うコンピュータ構成のSECSメッセージデータ作成装置を備え、
前記メッセージデータ作成装置は、
パラメータを用いた定義フォーマットを有してメッセージ定義ファイルを作成するメッセージ定義ファイル作成手段と、
前記作成したメッセージ定義ファイルをインポートする定義ファイルインポート手段と、
前記インポートしたメッセージ定義ファイルをコンパイルして実行用データに変換する定義ファイルコンパイル手段とを備えたことを特徴とするSECSメッセージデータの作成装置。
In a system for operating a semiconductor manufacturing apparatus by communication of SECS message data according to the SECS communication standard between a semiconductor manufacturing apparatus and a host computer,
A SECS message data creation device having a computer configuration for editing / developing the SECS message;
The message data creation device includes:
Message definition file creation means for creating a message definition file having a definition format using parameters;
Definition file importing means for importing the created message definition file;
A SECS message data creating apparatus comprising: definition file compiling means for compiling the imported message definition file and converting it into execution data.
前記メッセージ定義ファイル作成手段は、XMLで記述できる定義フォーマットとし、この定義フォーマットをテンプレート定義部と、オブジェクト(パラメータ)定義部に分けたことを特徴とする請求項1に記載のSECSメッセージデータの作成装置。   2. The SECS message data creation according to claim 1, wherein the message definition file creation means has a definition format that can be described in XML, and the definition format is divided into a template definition part and an object (parameter) definition part. apparatus. 前記メッセージデータ作成装置は、作成したメッセージデータを前記ホストコンピュータとの間で送受信、またはパッケージ化したコンポーネントとして提供することを特徴とする請求項1または2に記載のSECSメッセージデータの作成装置。   3. The SECS message data creation device according to claim 1, wherein the message data creation device provides the created message data as a component that is transmitted / received to / from the host computer or packaged.
JP2006301037A 2006-11-07 2006-11-07 Secs message data preparing device Pending JP2008118485A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006301037A JP2008118485A (en) 2006-11-07 2006-11-07 Secs message data preparing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006301037A JP2008118485A (en) 2006-11-07 2006-11-07 Secs message data preparing device

Publications (1)

Publication Number Publication Date
JP2008118485A true JP2008118485A (en) 2008-05-22

Family

ID=39504049

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006301037A Pending JP2008118485A (en) 2006-11-07 2006-11-07 Secs message data preparing device

Country Status (1)

Country Link
JP (1) JP2008118485A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0766096A (en) * 1993-08-26 1995-03-10 Toshiba Corp Apparatus for managing manufacture of semiconductor
JP2001154931A (en) * 1998-10-30 2001-06-08 Aim Systems Inc Secs-i-to-hsms conversion method
JP2001184324A (en) * 1999-12-22 2001-07-06 Toshiba Eng Co Ltd Device and method for supporting communication and recording medium with stored program for supporting communication
JP2002116987A (en) * 2000-10-05 2002-04-19 Mitsubishi Electric Corp Conversion rule/input program generator, method therefor, conversion rule/input form generator, method therefor and client-server system
JP2003076620A (en) * 2001-09-04 2003-03-14 Fujitsu Ltd Dynamic protocol exchanging system and its method
JP2004152145A (en) * 2002-10-31 2004-05-27 Fujitsu Ltd Program, method and device for converting protocol

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0766096A (en) * 1993-08-26 1995-03-10 Toshiba Corp Apparatus for managing manufacture of semiconductor
JP2001154931A (en) * 1998-10-30 2001-06-08 Aim Systems Inc Secs-i-to-hsms conversion method
JP2001184324A (en) * 1999-12-22 2001-07-06 Toshiba Eng Co Ltd Device and method for supporting communication and recording medium with stored program for supporting communication
JP2002116987A (en) * 2000-10-05 2002-04-19 Mitsubishi Electric Corp Conversion rule/input program generator, method therefor, conversion rule/input form generator, method therefor and client-server system
JP2003076620A (en) * 2001-09-04 2003-03-14 Fujitsu Ltd Dynamic protocol exchanging system and its method
JP2004152145A (en) * 2002-10-31 2004-05-27 Fujitsu Ltd Program, method and device for converting protocol

Similar Documents

Publication Publication Date Title
Riedel et al. Using web service gateways and code generation for sustainable IoT system development
Ossher et al. Software engineering tools and environments: a roadmap
JP5444394B2 (en) Custom function blocks for sharing with process control systems
CN101834845B (en) SOAP client protocol encapsulating method based on TCP short connection
EP0961968A1 (en) Method and system for generating software code
García et al. Developing CPPS within IEC-61499 based on low cost devices
CN102622211A (en) Method for application development and device
CN111813381A (en) Method, device, medium and electronic equipment for generating executable program in cross-platform mode
Podlubne et al. Model-based approach for automatic generation of hardware architectures for robotics
WO2014061516A1 (en) Method and device for generation of conversion module linking between different robot middleware types
JP2008118485A (en) Secs message data preparing device
JP2008165342A (en) Source code creating method, device and program
CN104951297A (en) Integrated development environment (IDE) operating in Web end
EP2037374A1 (en) Method for translating a graphical workflow in a textual description
JP2010049439A (en) System construction method using software model and modeling device
CN108108161A (en) Support the access system and method for SDK by all kinds of means
Riedel et al. A model driven internet of things
CN112448971B (en) Data analysis platform, data analysis method and storage medium
CN106561030A (en) Remote sensing image processing Web service dynamic generation method
Willink The waveform description language
WO2022205173A1 (en) Method and apparatus for executing workflow task across control objects
Tervoort et al. APSL: A light weight testing tool for protocols with complex messages
Thramboulidis et al. Field device specification for the development of function block oriented engineering support systems
Garcia et al. Lifting ROS to Model-Driven Development: Lessons Learned from a bottom-up approach
KR101525510B1 (en) An apparatus for cooperating authoring tool with integrated development environment and the control method by using the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090904

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110127

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110215

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110726