TW202129526A - Iap based simulation method and device and wafer cleaning device - Google Patents

Iap based simulation method and device and wafer cleaning device Download PDF

Info

Publication number
TW202129526A
TW202129526A TW110100398A TW110100398A TW202129526A TW 202129526 A TW202129526 A TW 202129526A TW 110100398 A TW110100398 A TW 110100398A TW 110100398 A TW110100398 A TW 110100398A TW 202129526 A TW202129526 A TW 202129526A
Authority
TW
Taiwan
Prior art keywords
simulation
function
simulation environment
point channel
hardware machine
Prior art date
Application number
TW110100398A
Other languages
Chinese (zh)
Other versions
TWI792141B (en
Inventor
王毅恒
郭訓容
Original Assignee
大陸商北京北方華創微電子裝備有限公司
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 大陸商北京北方華創微電子裝備有限公司 filed Critical 大陸商北京北方華創微電子裝備有限公司
Publication of TW202129526A publication Critical patent/TW202129526A/en
Application granted granted Critical
Publication of TWI792141B publication Critical patent/TWI792141B/en

Links

Images

Abstract

An IAP based simulation method and device and wafer cleaning equipment. The method includes: receiving the function instruction for controlling the hardware machine through the logic layer and sending the function instruction to the driving layer; judging whether it is in the simulation mode through the driver layer; blocking the communication between the driver layer and the hardware platform when currently in the simulation mode, and sending the function instructions to the simulation environment used for simulating the hardware machine, and executing the function instruction by simulating the hardware platform; the simulation results of function instructions are returned through the driver layer and logic layer. The simulation environment is preset, and the configuration file of the simulation environment includes the binding relationship between the function instructions of the hardware machine and the corresponding IO point channel, and each IO point channel is set with an IO initial value.

Description

基於IAP的模擬方法、裝置以及晶圓清洗設備IAP-based simulation method, device and wafer cleaning equipment

本發明涉及半導體設備技術領域,更具體地,涉及一種基於IAP的模擬方法、裝置以及應用該基於IAP的模擬裝置的晶圓清洗設備。The present invention relates to the technical field of semiconductor equipment, and more specifically, to an IAP-based simulation method and device, and a wafer cleaning device using the IAP-based simulation device.

當前半導體設備依託於IAP(Industrial automation platform,工業自動化平台)機制,其軟體控制系統可分為上位機軟體與下位機軟體,其中上位機軟體主要作用是提供GUI界面,數據儲存以及控制下位機軟體,而下位機軟體主要作用是負責接收上位機軟體發送的指令,控制實際的機台硬體執行相應動作,同時反饋下位機軟體及硬體信息給上位機軟體。The current semiconductor equipment relies on the IAP (Industrial automation platform) mechanism. Its software control system can be divided into upper computer software and lower computer software. The main function of the upper computer software is to provide GUI interface, data storage and control the lower computer software. , And the main function of the lower computer software is to receive the instructions sent by the upper computer software, control the actual machine hardware to perform corresponding actions, and feedback the lower computer software and hardware information to the upper computer software.

下位機軟體按照層次結構劃分主要可以分為邏輯層和驅動層,其中邏輯層包含所有的基本功能、組合功能、報警以及互鎖等邏輯代碼,而驅動層是連接邏輯層與硬體設備IO點,下位機軟體通過驅動層進行硬體設備的交互。The software of the lower computer can be divided into logic layer and drive layer according to the hierarchical structure. The logic layer contains all the basic functions, combination functions, alarm and interlocking logic codes, and the drive layer connects the logic layer and the hardware device IO points. , The lower computer software interacts with hardware devices through the driver layer.

因此,當下位機軟體沒有連接硬體設備時,就必須切換為模擬模式,否則會出現異常。當前模擬模式的測試僅僅是指令到達驅動層後直接返回,該場景僅僅能測試上下位機軟體是否通訊正常,功能代碼是否正常觸發(僅僅是測試到淺層的功能,具體涉及硬體交互的代碼塊無法正常讓其執行),但並不能還原實際的機台場景以及反饋硬體機台實際相關的IO點位變化,導致經常出現當前軟體能夠順利的通過模擬測試階段,但在硬體機台實際工作中卻頻繁報錯,並且往往出現了相當多的在模擬測試階段中並未出現的錯誤。Therefore, when the software of the lower computer is not connected to the hardware device, it must be switched to the simulation mode, otherwise an abnormality will occur. The current simulation mode test only returns directly after the command reaches the drive layer. This scenario can only test whether the upper and lower computer software communicates normally and whether the function code is triggered normally (only the shallow functions are tested, and the code that involves hardware interaction is specific. The block cannot be executed normally), but it cannot restore the actual machine scene and feedback the actual related IO point changes of the hardware machine. As a result, it often appears that the current software can pass the simulation test stage smoothly, but in the hardware machine In actual work, errors are frequently reported, and there are often quite a few errors that did not appear in the simulation test stage.

因此需要提出一種模擬方法,能夠在模擬測試階段還原實際機台的工作場景並在模擬模式下展示硬體機台真實的點位通道變化,以提供可靠的模擬測試結果。Therefore, it is necessary to propose a simulation method that can restore the working scene of the actual machine in the simulation test stage and display the real point channel changes of the hardware machine in the simulation mode to provide reliable simulation test results.

本發明的目的是提出一種基於IAP的模擬方法、裝置以及晶圓清洗設備,實現在模擬測試階段還原實際硬體機台工作場景,在模擬模式下展示硬體機台實際的點位通道變化,提供可靠的模擬測試結果。The purpose of the present invention is to propose a simulation method, device and wafer cleaning equipment based on IAP, to realize the restoration of the actual hardware machine working scene in the simulation test stage, and to display the actual point channel changes of the hardware machine in the simulation mode, Provide reliable simulation test results.

為實現上述目的,本發明提出一種基於IAP的模擬方法,包括:通過一邏輯層接收用於控制一硬體機台的一功能指令,並將該功能指令下發至一驅動層;通過該驅動層判斷當前是否處於模擬模式;在當前處於該模擬模式時,阻斷該驅動層與該硬體機台之間的通訊,並將該功能指令下發至用於模擬該硬體機台的一模擬環境中,模擬該硬體機台執行該功能指令;通過該驅動層、該邏輯層返回該功能指令的模擬結果;其中,該模擬環境是預置的,該模擬環境的一配置文件包括該硬體機台的功能指令與對應IO點位通道的綁定關係,每個該IO點位通道均設置有IO初始值。In order to achieve the above objective, the present invention proposes an IAP-based simulation method, which includes: receiving a functional instruction for controlling a hardware machine through a logic layer, and issuing the functional instruction to a driving layer; The layer judges whether it is currently in simulation mode; when it is currently in the simulation mode, the communication between the driver layer and the hardware machine is blocked, and the function command is issued to a device used to simulate the hardware machine. In the simulation environment, the hardware machine is simulated to execute the function instruction; the simulation result of the function instruction is returned through the drive layer and the logic layer; wherein, the simulation environment is preset, and a configuration file of the simulation environment includes the The binding relationship between the functional instructions of the hardware machine and the corresponding IO point channel, and each IO point channel is set with an IO initial value.

本發明還提出一種基於IAP的模擬裝置,包括:一文件解析模塊,用於解析模擬硬體機台的一模擬環境的配置文件,並根據該配置文件綁定該硬體機台的功能指令與對應IO點位通道以及設定每個該IO點位通道的IO初始值;一模擬模塊,用於建立該模擬環境,通過一邏輯層接收用於控制該硬體機台的功能指令,並將該功能指令下發至一驅動層;通過該驅動層判斷當前是否處於模擬模式;在當前處於該模擬模式時,阻斷該驅動層與硬體機台之間的通訊,並將該功能指令下發至該模擬環境中,模擬該硬體機台執行該功能指令;通過該驅動層、該邏輯層返回該功能指令的模擬結果。The present invention also provides an IAP-based simulation device, including: a file analysis module for analyzing a configuration file of a simulation environment that simulates a hardware machine, and binds the hardware machine's functional instructions with the configuration file according to the configuration file Corresponding to the IO point channel and set the IO initial value of each IO point channel; an analog module is used to establish the simulation environment, receive the functional instructions for controlling the hardware machine through a logic layer, and convert the The function instruction is issued to a drive layer; the drive layer is used to determine whether it is currently in simulation mode; when it is currently in the simulation mode, the communication between the drive layer and the hardware machine is blocked, and the function instruction is issued In the simulation environment, the hardware machine is simulated to execute the function instruction; the simulation result of the function instruction is returned through the drive layer and the logic layer.

本發明還提出一種基於IAP的晶圓清洗設備,包括上述的基於IAP的模擬裝置。The present invention also provides an IAP-based wafer cleaning equipment, including the above-mentioned IAP-based simulation device.

本發明的有益效果在於:本發明基於IAP機制模擬真實硬體機台工作,通過預先將模擬環境的配置文件綁定功能命令與模擬機台的IO點位通道並設置參數值,當驅動層判斷當前處於模擬模式時,阻斷驅動層與硬體機台之間的通訊,並將功能指令下發至用於模擬硬體機台的模擬環境中,模擬硬體機台執行功能指令,實現在模擬測試階段還原實際硬體機台的工作場景,在模擬模式下展示硬體機台實際的點位通道變化,提供可靠的模擬測試結果。The beneficial effect of the present invention is that the present invention simulates the work of a real hardware machine based on the IAP mechanism, and binds the configuration file of the simulation environment to the IO point channel of the simulated machine in advance and sets the parameter value. When the driving layer judges When currently in the simulation mode, block the communication between the driver layer and the hardware machine, and send the function instructions to the simulation environment used to simulate the hardware machine. The simulation hardware machine executes the function instructions to achieve the The simulation test stage restores the working scene of the actual hardware machine, displays the actual point channel changes of the hardware machine in the simulation mode, and provides reliable simulation test results.

本發明的裝置具有其它的特性和優點,這些特性和優點從併入本文中的附圖和隨後的具體實施方式中將是顯而易見的,或者將在併入本文中的附圖和隨後的具體實施方式中進行詳細陳述,這些附圖和具體實施方式共同用於解釋本發明的特定原理。The device of the present invention has other characteristics and advantages, which will be apparent from the drawings incorporated herein and the following specific embodiments, or will be in the drawings incorporated herein and the following specific implementations. Detailed statements are made in the manners, and these drawings and specific embodiments are used together to explain the specific principles of the present invention.

以下揭露提供用於實施本揭露之不同構件之許多不同實施例或實例。下文描述組件及配置之特定實例以簡化本揭露。當然,此等僅為實例且非意欲限制。舉例而言,在以下描述中之一第一構件形成於一第二構件上方或上可包含其中該第一構件及該第二構件經形成為直接接觸之實施例,且亦可包含其中額外構件可形成在該第一構件與該第二構件之間,使得該第一構件及該第二構件可不直接接觸之實施例。另外,本揭露可在各個實例中重複參考數字及/或字母。此重複出於簡化及清楚之目的且本身不指示所論述之各個實施例及/或組態之間的關係。The following disclosure provides many different embodiments or examples of different components for implementing the disclosure. Specific examples of components and configurations are described below to simplify the disclosure. Of course, these are only examples and are not intended to be limiting. For example, in the following description, a first member formed on or on a second member may include an embodiment in which the first member and the second member are formed in direct contact, and may also include additional members therein An embodiment that can be formed between the first member and the second member so that the first member and the second member may not directly contact. In addition, the present disclosure may repeat reference numbers and/or letters in each example. This repetition is for the purpose of simplification and clarity and does not in itself indicate the relationship between the various embodiments and/or configurations discussed.

此外,為便於描述,諸如「下面」、「下方」、「下」、「上方」、「上」及類似者之空間相對術語可在本文中用於描述一個元件或構件與另一(些)元件或構件之關係,如圖中圖解說明。空間相對術語意欲涵蓋除在圖中描繪之定向以外之使用或操作中之裝置之不同定向。設備可以其他方式定向(旋轉90度或按其他定向)且因此可同樣解釋本文中使用之空間相對描述詞。In addition, for ease of description, spatially relative terms such as "below", "below", "below", "above", "upper" and the like can be used herein to describe one element or component and another(s) The relationship between components or components is illustrated in the figure. Spatial relative terms are intended to cover different orientations of devices in use or operation other than those depicted in the figures. The device can be oriented in other ways (rotated by 90 degrees or in other orientations) and therefore the spatial relative descriptors used in this article can also be interpreted.

儘管陳述本揭露之寬泛範疇之數值範圍及參數係近似值,然儘可能精確地報告特定實例中陳述之數值。然而,任何數值固有地含有必然由於見於各自測試量測中之標準偏差所致之某些誤差。再者,如本文中使用,術語「大約」通常意謂在一給定值或範圍之10%、5%、1%或0.5%內。替代地,術語「大約」意謂在由此項技術之一般技術者考量時處於平均值之一可接受標準誤差內。除在操作/工作實例中以外,或除非以其他方式明確指定,否則諸如針對本文中揭露之材料之數量、時間之持續時間、溫度、操作條件、數量之比率及其類似者之全部數值範圍、數量、值及百分比應被理解為在全部例項中由術語「大約」修飾。相應地,除非相反地指示,否則本揭露及隨附發明申請專利範圍中陳述之數值參數係可根據需要變化之近似值。至少,應至少鑑於所報告有效數位之數目且藉由應用普通捨入技術解釋各數值參數。範圍可在本文中表達為從一個端點至另一端點或在兩個端點之間。本文中揭露之全部範圍包含端點,除非另有指定。Although the numerical ranges and parameters stated in the broad scope of this disclosure are approximate values, the numerical values stated in the specific examples should be reported as accurately as possible. However, any value inherently contains certain errors inevitably due to the standard deviation seen in the respective test measurement. Furthermore, as used herein, the term "about" generally means within 10%, 5%, 1%, or 0.5% of a given value or range. Alternatively, the term "approximately" means within one acceptable standard error of the mean when considered by a general technician of the technology. Except in the operation/working example, or unless explicitly specified in other ways, such as the total numerical range of the quantity of materials disclosed in this article, the duration of time, temperature, operating conditions, the ratio of quantities and the like, Quantities, values and percentages should be understood as modified by the term "about" in all examples. Correspondingly, unless otherwise indicated, the numerical parameters stated in the scope of this disclosure and the accompanying invention application are approximate values that can be changed as needed. At the very least, each numerical parameter should be explained at least in view of the number of significant digits reported and by applying ordinary rounding techniques. Ranges can be expressed herein as from one endpoint to the other or between two endpoints. All ranges disclosed herein include endpoints, unless otherwise specified.

當前基於IAP機制的下位機軟體模擬模式的測試僅僅是指令到達驅動層後直接返回,該場景僅僅能測試上下位機軟體是否通訊正常,功能代碼是否正常觸發,並不能還原實際的機台場景以及反饋硬體機台實際相關的IO點位變化,這其中包括一些直接變化和間接變化,例如某些衝突的互斥點位(任何時刻兩個點位不可能同時觸發),當某一個基本功能(基本功能指令是直接控制具體點位的功能,相對而言的具有邏輯的控制基本功能的功能統稱為組合功能)控制其中一個點位時,按照實際情況勢必只會導致由於衝突點位處於觸發狀態,該點位無法正常觸發,同時由於衝突點位未觸發,該點位正常觸發。The current test of the software simulation mode of the lower computer based on the IAP mechanism only returns directly after the command reaches the drive layer. This scenario can only test whether the upper and lower computer software communicates normally, whether the function code is triggered normally, and cannot restore the actual machine scene. Feedback the actual related IO point changes of the hardware machine, including some direct changes and indirect changes, such as some conflicting mutually exclusive points (two points cannot be triggered at any time), when a certain basic function (Basic function instructions are functions that directly control specific points. Relatively speaking, functions that have logical control of basic functions are collectively called combined functions.) When controlling one of the points, according to the actual situation, it will only cause the conflict point to be triggered. Status, the point cannot be triggered normally, and because the conflicting point is not triggered, the point is triggered normally.

因此由於現有的模擬測試僅僅是直接返回而不向硬體下發命令,導致無法測試出間接變化,也無法還原實際機台工作場景,從而導致出現違背機台實際工作情況的結果,例如兩個分別控制一對衝突點位的命令均正常下發,並且當測試內容愈加豐富時,測試結果並不可靠。Therefore, because the existing simulation test only returns directly without issuing commands to the hardware, indirect changes cannot be tested, and the actual machine working scene cannot be restored, resulting in results that violate the actual working conditions of the machine, such as two The commands that control a pair of conflicting points respectively are issued normally, and when the test content becomes more abundant, the test results are not reliable.

為解決上述問題,本法提出了一種基於IAP的模擬方法,能夠在模擬測試階段還原實際機台的工作場景並在模擬模式下展示硬體機台真實的點位通道變化,以提供可靠的模擬測試結果。In order to solve the above problems, this law proposes a simulation method based on IAP, which can restore the working scene of the actual machine in the simulation test stage and show the real point channel changes of the hardware machine in the simulation mode, so as to provide reliable simulation Test Results.

下面將參照附圖更詳細地描述本發明。雖然附圖中顯示了本發明的優選實施例,然而應該理解,可以以各種形式實現本發明而不應被這裡闡述的實施例所限制。相反,提供這些實施例是為了使本發明更加透徹和完整,並且能夠將本發明的範圍完整地傳達給本領域的技術人員。Hereinafter, the present invention will be described in more detail with reference to the accompanying drawings. Although the preferred embodiments of the present invention are shown in the drawings, it should be understood that the present invention can be implemented in various forms and should not be limited by the embodiments set forth herein. On the contrary, these embodiments are provided to make the present invention more thorough and complete, and to fully convey the scope of the present invention to those skilled in the art.

圖1示出了根據本發明的一種基於IAP的模擬方法的步驟圖。Fig. 1 shows a step diagram of an IAP-based simulation method according to the present invention.

如圖1所示,根據本發明的一種基於IAP的模擬方法,包括: 通過邏輯層接收用於控制硬體機台的功能指令,並將功能指令下發至驅動層;通過驅動層判斷當前是否處於模擬模式;在當前處於模擬模式時,阻斷驅動層與硬體機台之間的通訊,並將功能指令下發至用於模擬硬體機台的模擬環境中,模擬硬體機台執行功能指令;通過驅動層、邏輯層返回功能指令的模擬結果;其中,模擬環境是預置的,模擬環境的配置文件包括硬體機台的功能指令與對應IO點位通道的綁定關係,每個IO點位通道均設置有IO初始值。As shown in Figure 1, an IAP-based simulation method according to the present invention includes: receiving a functional instruction for controlling a hardware machine through a logic layer, and issuing the functional instruction to the driving layer; judging by the driving layer whether it is currently In simulation mode; when currently in simulation mode, block the communication between the driver layer and the hardware machine, and issue function commands to the simulation environment used to simulate the hardware machine, and simulate the execution of the hardware machine Function instruction; the simulation result of the function instruction is returned through the drive layer and the logic layer; among them, the simulation environment is preset, and the configuration file of the simulation environment includes the binding relationship between the function instructions of the hardware machine and the corresponding IO point channel. Each IO point channel is set with IO initial value.

具體地,參考圖2,通過預先在模擬環境的配置文件中綁定功能命令與模擬機台的IO點位通道並設置參數值,當驅動層判斷當前處於模擬模式時,阻斷驅動層與硬體機台之間的通訊,並將功能指令下發至用於模擬硬體機台的模擬環境中,模擬硬體機台執行功能指令,實現在模擬測試階段還原實際硬體機台的工作場景,在模擬模式下展示硬體機台實際的點位通道變化,提供可靠的模擬測試結果。其中,IAP包括上位機軟體和下位機軟體,上位機軟體能夠通過下位機軟體向硬體機台下發控制硬體機台的功能指令,下位機軟體中具有邏輯層和驅動層Specifically, referring to Figure 2, by pre-binding function commands to the IO point channel of the simulation machine in the configuration file of the simulation environment and setting parameter values, when the driving layer judges that it is currently in the simulation mode, it blocks the driving layer and the hardware The communication between the hardware machines and the issuing of functional instructions to the simulation environment used to simulate the hardware machines. The simulation hardware machines execute the functional instructions to realize the restoration of the actual hardware machine working scenarios during the simulation test stage. , Display the actual point channel changes of the hardware machine in the simulation mode, and provide reliable simulation test results. Among them, IAP includes upper computer software and lower computer software. The upper computer software can issue functional commands to control the hardware machine through the lower computer software. The lower computer software has a logic layer and a drive layer.

在一優選實施例中,預置模擬環境可以包括:將預先編譯的模擬動態鏈接庫文件導入IAP模擬項目中生成模擬環境,並將模擬環境的配置文件添加到IAP模擬項目的配置文件中。In a preferred embodiment, presetting the simulation environment may include: importing the pre-compiled simulation dynamic link library file into the IAP simulation project to generate the simulation environment, and adding the configuration file of the simulation environment to the configuration file of the IAP simulation project.

具體地,IAP提供有用於外部發開的模擬標籤,本技術領域具有通常知識者可以根據本發明預先開發編譯用於實現模擬環境的模擬程序,並將模擬程序嵌套在下位機軟體中實現模擬環境的搭建。Specifically, IAP provides simulation tags for external development. Those skilled in the art can develop and compile simulation programs for realizing the simulation environment in advance according to the present invention, and embed the simulation programs in the software of the lower computer to realize the simulation. Construction of the environment.

在一個示例中,將預先編譯的模擬動態鏈接庫文件SimuEnvironment.dll導入到IAP模擬項目中生成模擬環境,並將配置文件SimuEnvironment.xml添加到IAP模擬項目文件下的config文件中,同時配置好其中的內容。In an example, import the pre-compiled simulation dynamic link library file SimuEnvironment.dll into the IAP simulation project to generate the simulation environment, and add the configuration file SimuEnvironment.xml to the config file under the IAP simulation project file, and configure it at the same time Content.

在一優選實施例中,根據控制硬體機台的功能指令,配置模擬環境的配置文件可以包括以下至少之一:將每個基本功能指令與模擬環境中對應的一個DI點位通道綁定並設定每個DI點位通道的IO初始值;將每個PMC組合功能指令與模擬環境中對應的多個DI點位通道綁定並設定每個DI點位通道的IO初始值;將每個TMC組合功能指令與模擬環境中對應的多個DI點位通道綁定並設定每個DI點位通道的IO初始值;將每個AO量功能指令與模擬環境中對應的一個AI點位通道綁定並設定每個AI點位通道的IO初始值。In a preferred embodiment, according to the functional instructions for controlling the hardware machine, the configuration file for configuring the simulation environment may include at least one of the following: binding each basic functional instruction to a corresponding DI point channel in the simulation environment and Set the IO initial value of each DI point channel; bind each PMC combined function instruction to the corresponding multiple DI point channels in the simulation environment and set the IO initial value of each DI point channel; change each TMC The combined function command is bound to multiple corresponding DI point channels in the simulation environment and the IO initial value of each DI point channel is set; each AO function command is bound to a corresponding AI point channel in the simulation environment And set the IO initial value of each AI point channel.

具體地,在配置文件SimuEnvironment.xml中能夠通過規定格式綁定功能與IO通道,並且設置IO初始值,其中綁定內容主要包括如下:基本功能指令(DO通道數字量輸出)與對應DI(通道數字量輸入)點位通道通道號一對一綁定,例如將注水閥控制命令與注水閥DI通道綁定;PMC組合功能指令(包括多個基本功能指令)與對應DI點位通道號一對多綁定,例如Tank1注水功能與Tank1所有液位DI通道綁定,或Robot1水平移動功能與Robot1所有槽到位檢測DI點位綁定;TMC組合功能指令(如機械手跨多製程模塊移動操作的功能指令)與對應狀態DI點位通道號一對多綁定,例如Robot1水平移動功能與Robot1 X軸移位至目標位置命令與所有狀態DI通道綁定;AO(模擬量輸出量)功能指令與對應AI(模擬量輸入)通道綁定,例如加熱機台加熱溫度AO功能指令與對應AI通道的綁定。Specifically, in the configuration file SimuEnvironment.xml, functions and IO channels can be bound through a prescribed format, and the initial value of IO can be set. The binding content mainly includes the following: basic function instructions (DO channel digital output) and corresponding DI (channel Digital input) One-to-one binding of point channel channel numbers, such as binding water injection valve control commands to water injection valve DI channels; PMC combined function commands (including multiple basic function commands) and corresponding DI point channel numbers Multi-binding, for example, the tank1 water injection function is bound to all the DI channels of Tank1, or the Robot1 horizontal movement function is bound to all the slot in-position detection DI points of Robot1; TMC combination function instructions (such as the movement operation of the robot across multiple process modules) Function instruction) is bound to the corresponding state DI point channel number one-to-many, for example, Robot1 horizontal movement function and Robot1 X axis shift to target position command are bound to all state DI channels; AO (analog output) function instruction is bound to Corresponding AI (analog input) channel binding, such as the binding of the AO function command of the heating machine heating temperature to the corresponding AI channel.

需要說明的是,下位機軟體包括PMC和TMC。其中,PMC(process module control製程模塊控制),指的是機台上固定的製程模塊,例如每個tank以及屬於它的所有部件。TMC(transfer module control傳輸模塊控制),指的是機台上可以移動的、跨多個製程模塊的,用於傳輸的硬體,例如robot(機械手)等。因此PMC組合功能綁定的是一個製程模塊內的IO,而TMC組合功能中,綁定的是傳輸的硬體運動區間內的所有IO點位(涉及多個製程模塊)。It should be noted that the lower computer software includes PMC and TMC. Among them, PMC (process module control) refers to a fixed process module on the machine, such as each tank and all its components. TMC (transfer module control) refers to the hardware that can be moved on the machine and spans multiple process modules for transmission, such as robots. Therefore, the PMC combination function is bound to the IO in a process module, and the TMC combination function is bound to all the IO points (involving multiple process modules) in the transmitted hardware motion range.

在一優選實施例中,阻斷驅動層與硬體機台之間的通訊可以包括:在IAP下位機軟體的驅動層中聲明以模擬環境為實例,通過IAP提供的模擬方法阻斷驅動層與硬體機台的通訊。In a preferred embodiment, blocking the communication between the driver layer and the hardware machine may include: declaring in the driver layer of the IAP lower computer software to take the simulation environment as an example, and block the driver layer and the hardware machine through the simulation method provided by IAP Communication of hardware machines.

具體地,圖3為對驅動層往PLC下發方法進行處理的示例,在下位機軟體驅動層中聲明模擬環境SimuEnvironment實例,通過IAP提供的Simulated模擬方法阻斷與硬體通訊並調用模擬環境SimuEnvironment提供的讀寫方法,即可將基本功能指令或AO功能指令下發到模擬環境中,完成模擬環境的搭建並且可以順利測試基本功能。Specifically, Figure 3 is an example of processing the method that the driver layer sends to the PLC. The simulation environment SimuEnvironment instance is declared in the lower computer software driver layer, and the Simulated simulation method provided by IAP is used to block communication with the hardware and call the simulation environment SimuEnvironment The provided read and write method can send basic function instructions or AO function instructions to the simulation environment to complete the construction of the simulation environment and test the basic functions smoothly.

在一優選實施例中,將功能指令下發至用於模擬硬體機台的模擬環境中,模擬硬體機台執行功能指令可以包括:當功能指令為基本功能指令或AO量功能指令時,直接將基本功能指令或AO量功能指令下發到模擬環境,模擬環境中的模擬程序根據配置文件中相應的DI點位通道或AI點位通道的IO初始值執行基本功能指令或AO量功能指令的模擬;當功能指令為PMC組合功能指令或TMC組合功能指令時,首先調用與PMC組合功能指令或TMC組合功能指令對應的執行邏輯並將PMC組合功能指令或TMC組合功能指令以及執行邏輯下發到模擬環境,調用模擬環境提供的設置IO點位通道變化時刻的方法,根據執行邏輯按變化時刻先後順序對PMC組合功能指令或TMC組合功能指令綁定的每一個DI點位通道設置變化的時刻,同時根據配置文件中相應的每個DI點位通道的IO初始值模擬執行PMC組合功能指令或TMC組合功能指令。In a preferred embodiment, the function instruction is issued to the simulation environment used to simulate the hardware machine. The execution of the function instruction by the simulated hardware machine may include: when the function instruction is a basic function instruction or an AO quantity function instruction, Directly issue basic function instructions or AO quantity function instructions to the simulation environment. The simulation program in the simulation environment executes the basic function instructions or AO quantity function instructions according to the IO initial value of the corresponding DI point channel or AI point channel in the configuration file Simulation; when the function command is a PMC combined function command or a TMC combined function command, first call the execution logic corresponding to the PMC combined function command or TMC combined function command and issue the PMC combined function command or TMC combined function command and the execution logic In the simulation environment, call the method of setting the change time of the IO point channel provided by the simulation environment, and set the change time of each DI point channel bound to the PMC combination function instruction or TMC combination function instruction in the sequence of the change time according to the execution logic , Simultaneously execute the PMC combined function command or TMC combined function command according to the IO initial value of each DI point channel in the configuration file.

具體地,基本功能指令是指針對基本的機台的硬體點位通道的開或關操作。例如,現在要直接打開機台中某個製程槽的進水閥,如圖1,當上位機軟體發送該功能指令後,邏輯層接收到該命令後便下發至驅動層,驅動層判斷此時是模擬模式便不進行硬體交互,而是進入模擬讀寫方法,直接跳到模擬程序中,模擬程序會把綁定的IO通道值置為1(即該信號觸發),同時將結果記錄在log日誌文件中;同理,當上位機軟體發送關閉製程槽的進水閥指令後,該對應的IO值會置為0,同時將結果記錄在log日誌文件中。Specifically, the basic function instruction refers to the opening or closing operation of the hardware point channel of the basic machine. For example, it is necessary to directly open the water inlet valve of a certain process slot in the machine, as shown in Figure 1. When the host computer software sends the function command, the logic layer receives the command and sends it to the drive layer. The drive layer judges this time In the simulation mode, the hardware interaction is not performed, but the simulation read and write method is entered, and directly jumps to the simulation program. The simulation program will set the bound IO channel value to 1 (that is, the signal is triggered), and record the result in In the log file; in the same way, when the host computer software sends a command to close the water inlet valve of the process tank, the corresponding IO value will be set to 0, and the result will be recorded in the log file.

組合功能指令是指通過邏輯層中對應的執行邏輯來控制多個基本功能指令的功能,例如實現清製程槽注水的組合功能指令,需調用的打開注水閥與關閉注水閥兩個基本功能指令,並且包含了一定的邏輯處理,比如當液位達到預設值時關閉注水閥。在每個組合功能指令中,調用SimuEnvironment提供的設置IO變化時刻的方法setChangeTime(),按每個組合功能指令中執行多個基本功能的變化時刻先後順序對每一個綁定的DI通道設置其變化的時刻,setChangeTime()方法的參數格式為:“通道號,參數值,時刻”,每個通道號都設置一個變化時刻,不設置則默認無變化。The combined function command refers to the function of controlling multiple basic function commands through the corresponding execution logic in the logic layer. For example, the combined function command to realize the water injection of the cleaning process tank, the two basic function commands that need to be called to open the water injection valve and close the water injection valve, It also contains certain logic processing, such as closing the water injection valve when the liquid level reaches a preset value. In each combined function instruction, call the method setChangeTime() provided by SimuEnvironment to set the IO change time, and set the change for each bound DI channel according to the sequence of the change time of multiple basic functions in each combined function instruction. The parameter format of the setChangeTime() method is: "channel number, parameter value, time", each channel number is set with a change time, if it is not set, there will be no change by default.

圖4示出了在製程槽注水功能的組合功能指令中設置模擬DI通道變化的方法示例,從上位機軟體發送注水功能指令,程序走到下位機軟體邏輯層後,進入該功能的邏輯控制方法,判斷當前為模擬模式後,程序會先調用模擬setChangeTime()方法(該方法實際上是在另外一個單獨線程上執行),設定好DI點位通道的變化時刻,在Tank1注水功能中設置某個液位變化:setChangeTime(72,0,0)和setChangeTime(72,1,5),表示通道號為72的液位DI信號在第5s時處於觸發狀態,之後開始執行該注水功能指令。Figure 4 shows an example of the method of setting the analog DI channel change in the combined function command of the process tank water injection function. The water injection function command is sent from the upper computer software, and the program goes to the lower computer software logic layer, and then enters the logic control method of the function After judging that it is currently in simulation mode, the program will first call the simulation setChangeTime() method (this method is actually executed on a separate thread), set the change time of the DI point channel, and set a certain value in the tank1 water injection function. Liquid level change: setChangeTime(72,0,0) and setChangeTime(72,1,5), indicating that the DI signal of the liquid level with channel number 72 is in the trigger state at the 5th second, and then the water injection function command will be executed.

當第0s時,通道號為72的DI點位(該點位為液位DI信號),處於未觸發狀態,DI點位值為0(在實際機台上表示此時槽內水位未達到)。當第5s時,模擬程序會自動觸發該DI信號,即將該點位IO通道值置為1(在實際硬體機台中表示此時槽內水位已達到)。以此能夠在測試階段動態地還原出該注水功能在實際機台運作的情況。當第5s後,組合功能邏輯判斷水位達到,便會調用關閥功能,之後正常結束該功能。At the 0s, the DI point with channel number 72 (this point is the level DI signal) is in the untriggered state, and the DI point value is 0 (in the actual machine, it means that the water level in the tank has not reached at this time) . At the 5th second, the simulation program will automatically trigger the DI signal, that is, set the IO channel value of this point to 1 (in the actual hardware machine, it means that the water level in the tank has reached at this time). In this way, it is possible to dynamically restore the operation of the water injection function in the actual machine during the test phase. After 5s, the combination function logic judges that the water level is reached, it will call the valve-closing function, and then the function will be terminated normally.

因此上述實施例的基於IAP的模擬方法通過動態模擬DI信號的設置方法,能夠有效避免以往的模擬測試方法中注水功能一直監控不到水位信號亮起便會一直持續到功能超時而報警,並能夠準確測試出點位通道的直接變化和間接變化,還原實際硬體機台的工作場景提高模擬測試結果的準確性。Therefore, the IAP-based simulation method of the above embodiment can effectively avoid the previous simulation test method that the water injection function has not monitored the water level signal and will continue to alarm until the function is overtime by dynamically simulating the setting method of the DI signal. It can accurately test the direct change and indirect change of the point channel, restore the working scene of the actual hardware machine, and improve the accuracy of the simulation test result.

本發明的實施例還提出一種基於IAP的模擬裝置,包括:文件解析模塊,用於解析模擬硬體機台的模擬環境的配置文件,並根據配置文件綁定硬體機台的功能指令與對應IO點位通道以及設定每個IO點位通道的IO初始值;模擬模塊,用於建立模擬環境,通過邏輯層接收用於控制硬體機台的功能指令,並將功能指令下發至驅動層;通過驅動層判斷當前是否處於模擬模式;在當前處於模擬模式時,阻斷驅動層與硬體機台之間的通訊,並將功能指令下發至模擬環境中,模擬硬體機台執行功能指令;通過驅動層、邏輯層返回功能指令的模擬結果。The embodiment of the present invention also provides an IAP-based simulation device, including: a file parsing module, used to analyze the configuration file of the simulation environment of the simulated hardware machine, and bind the functional instructions of the hardware machine to the corresponding configuration file according to the configuration file. IO point channel and set the IO initial value of each IO point channel; analog module, used to establish a simulation environment, receive functional instructions for controlling the hardware machine through the logic layer, and send the functional instructions to the drive layer ; Judge whether it is currently in simulation mode through the drive layer; when it is currently in simulation mode, block the communication between the drive layer and the hardware machine, and send function commands to the simulation environment to simulate the hardware machine execution function Instruction; the simulation result of the function instruction is returned through the drive layer and the logic layer.

具體地,文件解析模塊主要作用是定義對外提供的SimuEnvironment.xml配置文件,通過規定格式綁定功能與IO點通道,並且設置IO初始值,其中綁定內容主要包括:基本功能(DO)與對應DI點位通道號一對一綁定;PMC組合功能與對應DI點位通道號一對多綁定;TMC組合功能與對應狀態(DI)點位通道號一對多綁定;AO模擬量輸出量功能與對應AI模擬量輸入通道綁定。模擬模塊主要用於模擬下發處理方法、模擬接收處理方法、模擬環境設置方法等。Specifically, the main function of the file parsing module is to define the SimuEnvironment.xml configuration file provided externally, bind functions and IO point channels through a prescribed format, and set the initial value of IO. The binding content mainly includes: basic functions (DO) and corresponding One-to-one binding of DI point channel number; PMC combination function and corresponding DI point channel number one-to-many binding; TMC combination function and corresponding status (DI) point channel number one-to-many binding; AO analog output The quantity function is bound to the corresponding AI analog quantity input channel. The simulation module is mainly used to simulate the sending processing method, the simulation receiving processing method, the simulation environment setting method, etc.

在一個示例中,還可以包括:日誌模塊,用於記錄模擬模式下功能指令的收發和IO點位通道的變化。In an example, it may further include: a log module, which is used to record the sending and receiving of functional instructions and the change of the IO point channel in the simulation mode.

具體地,日誌模塊主要記錄模擬模式下的功能指令收發與IO通道變化等內容。Specifically, the log module mainly records content such as the sending and receiving of functional instructions and the changes of IO channels in the simulation mode.

本發明的實施例還提出一種基於IAP機制的晶圓清洗設備,包括上述的基於IAP的模擬裝置。採用上述實施例的基於IAP機制的下位機模擬系統,能夠在模擬測試階段還原實際機台場景,在模擬模式下展示實際機台的直接點位變化與間接點位變化,提供可靠的模擬測試結果。The embodiment of the present invention also provides a wafer cleaning equipment based on the IAP mechanism, including the aforementioned IAP-based simulation device. The lower computer simulation system based on the IAP mechanism of the above embodiment can restore the actual machine scene during the simulation test stage, display the direct point change and indirect point change of the actual machine in the simulation mode, and provide reliable simulation test results .

本技術領域具有通常知識者可以通過現有IAP提供的底層庫函數以及相關的模擬標籤等工具,基於本發明的方法完成本發明的模擬環境的二次開發(模擬環境的開發過程本技術領域具有通常知識者容易實現,此處不再贅述),將開發出的模擬環境嫁接入下位機軟體程序中,基於模擬環境提供的配置文件,針對不同的機台功能進行功能指令與通道點位的綁定以及相關的IO初始值設置,實現針對不同硬體機台的模擬測試,並且發明的模擬環境可以移植到任意基於IAP開發的下位機軟體中,或者移植到其他基於上下位機軟體開發的半導體設備都能夠實現相同的技術效果。Those with ordinary knowledge in this technical field can use the underlying library functions and related simulation tags provided by the existing IAP to complete the secondary development of the simulation environment of the present invention based on the method of the present invention (the development process of the simulation environment It is easy for the knowledgeable person to realize it, so I won’t repeat it here). Connect the developed simulation environment to the software program of the lower computer. Based on the configuration file provided by the simulation environment, bind function commands and channel points for different machine functions. And related IO initial value settings, realize the simulation test for different hardware machines, and the invented simulation environment can be transplanted to any lower computer software developed based on IAP, or transplanted to other semiconductor equipment developed based on upper and lower computer software Both can achieve the same technical effect.

前述內容概括數項實施例之特徵,使得熟習此項技術者可更佳地理解本揭露之態樣。熟習此項技術者應瞭解,其等可容易地使用本揭露作為用於設計或修改用於實行本文中介紹之實施例之相同目的及/或達成相同優點之其他製程及結構之一基礎。熟習此項技術者亦應瞭解,此等等效構造不背離本揭露之精神及範疇,且其等可在不背離本揭露之精神及範疇之情況下在本文中作出各種改變、置換及更改。The foregoing content summarizes the features of several embodiments, so that those familiar with the art can better understand the aspect of the disclosure. Those familiar with the technology should understand that they can easily use the present disclosure as a basis for designing or modifying other processes and structures for implementing the same purpose and/or achieving the same advantages of the embodiments described herein. Those familiar with this technology should also understand that these equivalent structures do not depart from the spirit and scope of this disclosure, and they can make various changes, substitutions and alterations in this article without departing from the spirit and scope of this disclosure.

當結合附圖閱讀時,從以下詳細描述最佳理解本揭露之態樣。應注意,根據產業中之標準實踐,各種構件未按比例繪製。事實上,為了論述的清楚起見可任意增大或減小各種構件之尺寸。 圖1示出了根據本發明的一種基於IAP的模擬方法的步驟圖。 圖2示出了根據本發明的一種基於IAP的模擬方法的原理圖。 圖3示出了根據本發明的一個實施例的一種基於IAP的模擬方法中驅動層向模擬環境下發功能指令方法的示意圖。 圖4示出了根據本發明的一個實施例的一種基於IAP的模擬方法中組合功能模擬過程的示例圖。When read in conjunction with the accompanying drawings, the aspect of the present disclosure is best understood from the following detailed description. It should be noted that according to standard practice in the industry, the various components are not drawn to scale. In fact, the size of various components can be increased or decreased arbitrarily for the sake of clarity of the discussion. Fig. 1 shows a step diagram of an IAP-based simulation method according to the present invention. Fig. 2 shows a schematic diagram of an IAP-based simulation method according to the present invention. Fig. 3 shows a schematic diagram of a method for a driving layer to issue a function instruction to a simulation environment in an IAP-based simulation method according to an embodiment of the present invention. Fig. 4 shows an example diagram of a combined function simulation process in an IAP-based simulation method according to an embodiment of the present invention.

Claims (10)

一種基於IAP的模擬方法,包括: 通過一邏輯層接收用於控制一硬體機台的一功能指令,並將該功能指令下發至一驅動層; 通過該驅動層判斷當前是否處於一模擬模式; 在當前處於該模擬模式時,阻斷該驅動層與該硬體機台之間的通訊,並將該功能指令下發至用於模擬該硬體機台的一模擬環境中,模擬該硬體機台執行該功能指令;以及 通過該驅動層、該邏輯層返回該功能指令的一模擬結果; 其中,該模擬環境是預置的,該模擬環境的一配置文件包括該硬體機台的功能指令與對應一IO點位通道的綁定關係,每個該IO點位通道均設置有一IO初始值。A simulation method based on IAP, including: Receive a function command for controlling a hardware machine through a logic layer, and issue the function command to a drive layer; Judge whether it is currently in a simulation mode through the drive layer; When currently in the simulation mode, block the communication between the driver layer and the hardware machine, and issue the function command to a simulation environment for simulating the hardware machine to simulate the hardware The machine executes the functional command; and Return a simulation result of the function instruction through the drive layer and the logic layer; The simulation environment is preset, and a configuration file of the simulation environment includes the binding relationship between the functional instructions of the hardware machine and the corresponding IO point channel, and each IO point channel is set with an IO initial value. 如請求項1所述的模擬方法,其中預置該模擬環境包括: 將預先編譯的一模擬動態鏈接庫文件導入一IAP模擬項目中生成該模擬環境,並將該模擬環境的該配置文件添加到該IAP模擬項目的一配置文件中。The simulation method according to claim 1, wherein presetting the simulation environment includes: A pre-compiled simulation dynamic link library file is imported into an IAP simulation project to generate the simulation environment, and the configuration file of the simulation environment is added to a configuration file of the IAP simulation project. 如請求項1所述的模擬方法,其中配置該模擬環境的該配置文件包括以下至少之一: 將每個基本功能指令與該模擬環境中一個DI點位通道綁定並設定每個該DI點位通道的一IO初始值; 將每個PMC組合功能指令與該模擬環境中的多個DI點位通道綁定並設定每個該DI點位通道的該IO初始值; 將每個TMC組合功能指令與該模擬環境中的多個DI點位通道綁定並設定每個該DI點位通道的該IO初始值;以及 將每個AO量功能指令與該模擬環境中的一個AI點位通道綁定並設定每個該AI點位通道的一IO初始值。The simulation method according to claim 1, wherein the configuration file configuring the simulation environment includes at least one of the following: Bind each basic function instruction to a DI point channel in the simulation environment and set an IO initial value for each DI point channel; Bind each PMC combined function command with multiple DI point channels in the simulation environment and set the IO initial value of each DI point channel; Bind each TMC combined function instruction to multiple DI point channels in the simulation environment and set the IO initial value of each DI point channel; and Bind each AO function instruction with an AI point channel in the simulation environment and set an IO initial value for each AI point channel. 如請求項3所述的模擬方法,其中該將該功能指令下發至用於模擬該硬體機台的模擬環境中,模擬該硬體機台執行該功能指令包括: 當該功能指令為該基本功能指令或該AO量功能指令時,直接將該基本功能指令或該AO量功能指令下發到該模擬環境,該模擬環境中的一模擬模塊根據該配置文件中相應的DI點位通道或AI點位通道的該IO初始值模擬執行該基本功能指令或該AO量功能指令。The simulation method according to claim 3, wherein the issuing the function instruction to a simulation environment for simulating the hardware machine, and simulating the hardware machine to execute the function instruction includes: When the function instruction is the basic function instruction or the AO quantity function instruction, the basic function instruction or the AO quantity function instruction is directly issued to the simulation environment, and a simulation module in the simulation environment is based on the corresponding configuration file The IO initial value of the DI point channel or AI point channel simulates the execution of the basic function instruction or the AO function instruction. 如請求項3所述的模擬方法,其中該將該功能指令下發至用於模擬該硬體機台的該模擬環境中,模擬該硬體機台執行該功能指令包括: 當該功能指令為該PMC組合功能指令或該TMC組合功能指令時,首先調用與該PMC組合功能指令或該TMC組合功能指令對應的執行邏輯,並將該PMC組合功能指令或該TMC組合功能指令以及該執行邏輯下發到該模擬環境,調用該模擬環境提供的設置IO點位通道變化時刻的一方法,根據該執行邏輯按變化時刻先後順序對該PMC組合功能指令或該TMC組合功能指令綁定的每一個DI點位通道設置變化的時刻,同時根據該配置文件中相應的每個DI點位通道的該IO初始值模擬執行該PMC組合功能指令或該TMC組合功能指令。The simulation method according to claim 3, wherein the issuing the function instruction to the simulation environment for simulating the hardware machine, and simulating the hardware machine to execute the function instruction includes: When the function command is the PMC combined function command or the TMC combined function command, first call the execution logic corresponding to the PMC combined function command or the TMC combined function command, and combine the PMC combined function command or the TMC combined function command And the execution logic is sent to the simulation environment, a method for setting the IO point channel change time provided by the simulation environment is invoked, and the PMC combined function command or the TMC combined function command is bound to the PMC combined function command or the TMC combined function command in the sequence of the change time according to the execution logic. Set the time when each DI point channel setting changes, and simultaneously execute the PMC combined function command or the TMC combined function command according to the IO initial value of each corresponding DI point channel in the configuration file. 如請求項5所述的基於IAP的模擬方法,其中該調用該模擬環境提供的設置IO點位通道變化時刻的該方法包括: 調用setChangeTime()方法。The IAP-based simulation method according to claim 5, wherein the method of calling the IO point channel change time provided by the simulation environment includes: Call the setChangeTime() method. 如請求項1所述的基於IAP的模擬方法,其中該阻斷該驅動層與硬體機台之間的通訊包括: 在該驅動層中聲明以該模擬環境為實例,通過該IAP提供的模擬方法阻斷該驅動層與該硬體機台的通訊。The IAP-based simulation method according to claim 1, wherein the blocking communication between the driver layer and the hardware machine includes: It is stated in the driver layer that the simulation environment is taken as an example, and the communication between the driver layer and the hardware machine is blocked by the simulation method provided by the IAP. 一種基於IAP的模擬裝置,包括: 一文件解析模塊,用於解析一模擬硬體機台的一模擬環境的一配置文件,並根據該配置文件綁定該硬體機台的一功能指令與對應IO點位通道以及設定每個該IO點位通道的IO初始值;以及 一模擬模塊,用於建立該模擬環境,通過一邏輯層接收用於控制該硬體機台的一功能指令,並將該功能指令下發至一驅動層;通過該驅動層判斷當前是否處於一模擬模式;在當前處於該模擬模式時,阻斷該驅動層與硬體機台之間的通訊,並將該功能指令下發至該模擬環境中,模擬該硬體機台執行該功能指令;通過該驅動層、該邏輯層返回該功能指令的一模擬結果。A simulation device based on IAP, including: A file parsing module for parsing a configuration file of a simulation environment of a simulated hardware machine, and binding a function command of the hardware machine to the corresponding IO point channel according to the configuration file and setting each The IO initial value of the IO point channel; and A simulation module is used to establish the simulation environment, receive a function command for controlling the hardware machine through a logic layer, and send the function command to a drive layer; the drive layer judges whether it is currently in a Simulation mode; when currently in the simulation mode, block the communication between the driver layer and the hardware machine, and issue the function command to the simulation environment to simulate the hardware machine to execute the function command; A simulation result of the function instruction is returned through the driving layer and the logic layer. 如請求項8所述的基於IAP的模擬裝置,還包括: 一日誌模塊,用於記錄該模擬模式下該功能指令的收發和該IO點位通道的變化。The IAP-based simulation device as described in claim 8, further comprising: A log module is used to record the sending and receiving of the function command and the change of the IO point channel in the simulation mode. 一種基於IAP的晶圓清洗設備,其中包括如請求項8或9所述的模擬裝置。An IAP-based wafer cleaning equipment, which includes the simulation device as described in claim 8 or 9.
TW110100398A 2020-01-21 2021-01-06 Iap based simulation method and device and wafer cleaning device TWI792141B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010071405.XA CN111310313B (en) 2020-01-21 2020-01-21 IAP-based simulation method and device and wafer cleaning equipment
CN202010071405.X 2020-01-21

Publications (2)

Publication Number Publication Date
TW202129526A true TW202129526A (en) 2021-08-01
TWI792141B TWI792141B (en) 2023-02-11

Family

ID=71144931

Family Applications (1)

Application Number Title Priority Date Filing Date
TW110100398A TWI792141B (en) 2020-01-21 2021-01-06 Iap based simulation method and device and wafer cleaning device

Country Status (2)

Country Link
CN (1) CN111310313B (en)
TW (1) TWI792141B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112749425A (en) * 2021-01-19 2021-05-04 北京北方华创微电子装备有限公司 Gas path diagram implementation method and device based on IAP platform
CN113676368B (en) * 2021-07-12 2022-07-19 交控科技股份有限公司 Method and device applied to ATS network performance test

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW440797B (en) * 1999-04-29 2001-06-16 Inst Information Industry Automatic test equipment with simulation test function and the test method thereof
FR2841668B1 (en) * 2002-06-26 2006-08-11 Emulation And Verification Eng METHOD AND SYSTEM FOR EMULATING A TEST CIRCUIT ASSOCIATED WITH A TEST ENVIRONMENT
US10037443B2 (en) * 2011-03-07 2018-07-31 Rockwell Automation Technologies, Inc. Industrial simulation using redirected I/O module configurations
TW201239614A (en) * 2011-03-28 2012-10-01 Wistron Corp Automated test system and automated test method
US10719644B2 (en) * 2017-06-30 2020-07-21 Synopsys, Inc. Method and framework to dynamically split a testbench into concurrent simulatable multi-processes and attachment to parallel processes of an accelerated platform
CN107463745A (en) * 2017-08-03 2017-12-12 爱普(福建)科技有限公司 The Non-disturbance online verification method of simulation model algorithm based on emulation platform
CN107807539B (en) * 2017-10-17 2018-08-31 广东工业大学 A kind of glass post-processing production line distributed integeration method and its system

Also Published As

Publication number Publication date
CN111310313A (en) 2020-06-19
TWI792141B (en) 2023-02-11
CN111310313B (en) 2023-10-13

Similar Documents

Publication Publication Date Title
US5752008A (en) Real-time process control simulation method and apparatus
EP0814404B1 (en) Debugging apparatus for debugging a program
Har'El et al. Software for analytical development of communications protocols
US9342437B2 (en) Backward post-execution software debugger
US8549491B2 (en) Apparatus and method for application testing of embedded system
JP4578839B2 (en) A functional block implementation of a cause-effect matrix for use in a process safety system
TW202129526A (en) Iap based simulation method and device and wafer cleaning device
US7730452B1 (en) Testing a component of a distributed system
JPH05505695A (en) An improved software debugging system and method specifically for debugging code within a multi-architecture environment.
CN103412817B (en) Automatic test script Off Line Debugging Method and system
US11366945B2 (en) Soft-real-time hub providing data transport for processor-in-the-loop (PIL) simulations
US20180203713A1 (en) Precise error injection for driver testing
US20190235997A1 (en) Context-based device testing
KR20200007133A (en) Method and apparatus for dinamically injecting fault for vehicle ecu software test
CN101216766A (en) Atom manipulation encapsulation apparatus and method
US7873498B2 (en) Remote hardware inspection system and method
US6058333A (en) Animation of execution history
JP5508457B2 (en) Architecture and method for a general purpose programmable semiconductor processing system
US20200272553A1 (en) Configurable system for interaction with system or processor states in development tools
KR101283026B1 (en) System for real time control of total control system and method thereof
Göbe et al. Synthesis tool for automation controller supervision
US7139693B1 (en) Using software objects to communicate with hardware devices
KR102219387B1 (en) Control method for error status of PLC system
WO2001046761A2 (en) Fabrication process control system emulator
JPH0397040A (en) Inspecting system for test program