semi合集-English.pdf - 第2574页

SEMI E90-0705 © SEMI 1999, 2005 14 Attribute Name Definition Access Reqmt Format SubstLocID Identifier for current equipment s ubstrate location. RO Y Text (If batch process equipment, this data is empty while the substr…

100%1 / 7923
SEMI E90-0705 © SEMI 1999, 2005 13
No. Current State Trigger New State Action Comment
21 WAITING FOR
HOST
Equipment has received a
“CancelSubstrate” service.
CONFIRMATION
FAILED
Issue an event for
transition 21 and
update the
substrate
processing status
to SKIPPED
taking the
appropriate
transition. The
substrate is
returned or
placed into its
destination
location.
9.5 Substrate Object Attribute Definition
9.5.1 Table 2 defines attributes for substrate objects. These attributes can be accessed by using GetAttr and SetAttr
messages as defined in SEMI E39 (OSS).
Table 2 Substrate Object Attribute Table
Attribute Name Definition Access Reqmt Format
AcquiredID Contains the ID read from the substrate. Empty string before
the substrate is read. The attribute shall be updated as soon
the Substrate ID has been successfully read.
[Equipment with substrate ID reader only]
RO N Text
BatchLocID Identifier for current batch location. RO N Text (batch process
equipment only)
LotID Identifier of the lot associated with the substrate by the user. RW N Text
MaterialStatus Current status of the substrate that represents criteria of the
processing quality. The criteria is equipment design
dependent.
RO N Enumerated:
equipment dependent
ObjID Object Identifier. RO Y Text equal to the Substrate
ID
ObjType Object type. RO Y Text = “Substrate”
SubstDestination Identifier of the substrate location on which the substrate
shall be finally restored.
When a carrier is used for restoring the substrate, the value
shall be the concatenation of carrier identifier (carrier ID)
string and a numeric string representing the substrate position
in the carrier to represent the carrier and position of the
substrate restored.
RO Y Text
If empty string, then same
as source substrate location
SubstHistory History of locations visited. RO Y List of structures consisting
of SubstLocID
or
BatchLocID+“.”+SubstPosI
nBatch (batch process
equipment only), TimeIn,
TimeOut
SubstIDStatus Status of the substrate ID. This attribute is mandatory only
when the equipment provided a substrate reader.
RO N Enumerated
NOT CONFIRMED
WAITING FOR HOST
CONFIRMED
CONFIRMATION
FAILED
SEMI E90-0705 © SEMI 1999, 2005 14
Attribute Name Definition Access Reqmt Format
SubstLocID Identifier for current equipment substrate location. RO Y Text (If batch process
equipment, this data is
empty while the substrate
belongs to a batch)
SubstPosInBatch Current substrate position in a batch. RO N Text (batch process
equipment only, and empty
if substrate position in a
batch is not informed)
SubstProcState Processing state of the substrate.
“NEEDS PROCESSING”: initial value to indicate that
processing in the equpment is required and has not started.
“IN PROCESS”: processing has started.
“PROCESSED”: processing has completed normally.
“ABORTED”: processing has terminated abnormally.
“STOPPED”: processing has terminated at completion of
certain processing step.
“REJECTED”: the substrate has been identified as needing
special treatment.
“LOST”: the substrate has been removed from the equipment
by an external agent or it is physically missing.
“SKIPPED”: the substrate was not processed.
RO Y Enumerated:
NEEDS PROCESSING
IN PROCESS
PROCESSED
ABORTED
STOPPED
REJECTED
LOST
SKIPPED
SubstSource Identifier of the substrate location on which the substrate has
been initially registered.
When a carrier is used for registering the substrate, the value
shall be the concatenation of carrier identifier (carrier ID)
string and a numeric string representing the substrate position
in the carrier to represent the carrier and position of the
substrate registered.
RO Y Text
SubstState Transport state of the substrate. RO Y Enumerated:
AT SOURCE
AT WORK
AT DESTINATION
SubstType The type of the substrate. It includes wafers, flat panels, CD’s
or masks.
RW N Enumerated:
WAFER
FLAT PANEL
CD
MASK
SubstUsage How the substrate is used, such as “product”, “test”, and
“filler”.
RW N Enumerated:
PRODUCT
TEST
FILLER
Additional types defined
and added by the
equipment.
9.5.2 SubstHistory attribute is a composite data type. The constitute data is defined in Table 3.
Table 3 Attribute Data Definition
Data Identifier Description Form
BatchLocID+“.”+Su
bstPosInBatch
Batch location, on which the group of substrates (e.g., batch) has
visited, with substrate position information in a batch (recorded
while the substrate belongs to a batch).
For example, if BatchLocID = “Chamber-A” and
SubstPosInBatch = “30”, then what is recorded is “Chamber-
A.30”.
Text (batch process equipment only,
and if substrate position in a batch is
not informed “.”+SubstPosInBatch
portion is not recorded).
SEMI E90-0705 © SEMI 1999, 2005 15
Data Identifier Description Form
SubstLocID Equipment substrate location on which the substrate has visited.
Must be copied from SubstLocID of which the substrate has
visited. (If batch process equipment, this data is not recorded
while the substrate belongs to a batch.)
Text
TimeIn Actual arrival time of the substrate on the substrate location. The format of the timestamp defined
by the protocol for implementation.
TimeOut Actual departure time of the substrate from the substrate location. The format of the timestamp defined
by the protocol for implementation.
10 Substrate Location Object Definition
10.1 A Substrate Location Object (SLO) provides a model for identifying substrate locations. Each SLO on an
equipment is assigned a substrate location ID to uniquely identify it. The assignment shall be documented by the
equipment supplier. There are two types of substrate locations: carrier substrate location, which is the location or
position (e.g., slot) in the carrier, and equipment substrate location, which is on the equipment resource. The
equipment substrate location is a persistent object, while the carrier substrate locations are dynamic objects that shall
be created or deleted by the placement or removal of carriers on the equipment.
10.1.1 Source substrate locations and Destination substrate locations are the points at which substrates transfer
to/from the equipment’s internal substrate locations (often locations at which processing occurs). A carrier substrate
location is the Source or Destination substrate location when a carrier is used to transfer the substrate. An equipment
substrate location can be the Source or Destination substrate location when the substrate is transferred directly
(without a carrier).
10.2 Substrate Location State Model
Figure 4 shows the dynamic behavior of the substrate location using the Harel state chart representation.
UNOCCUPIED
OCCUPIED
SUBSTRATE LOCATION
1
2
Figure 4
Dynamic Behavior Model of Substrate Location
A-1.1.1.2
10.3 Substrate Location State Definitions
10.3.1 SUBSTRATE LOCATION — the superstate of UNOCCUPIED and OCCUPIED.
10.3.2 UNOCCUPIED — the state in which the substrate location does not hold or have a substrate.
10.3.3 OCCUPIED — the state in which the substrate location holds a substrate.
10.4 Substrate Location State Transition
Table 4 Substrate Location State Model Transition Table
No. Current State Trigger New State Action Comment
1 UNOCCUPIED Substrate moves onto the substrate location. OCCUPIED None.
2 OCCUPIED Substrate moves off the location. UNOCCUPIED Update substrate
tracking history.