semi合集-English.pdf - 第2243页
SEMI E58-0703 © SEMI 1997, 2003 24 Attribute Name Definition Access Reqd Form SubstateSelect Enables (TRUE) or disables (FA LSE) equipment-initiated selection of substates in PRODUCTIVE and STANDBY. RW N Boolean. Symptom…

SEMI E58-0703 © SEMI 1997, 2003 23
Attribute Name Definition Access Reqd Form
ARAMSTimestamp Timestamp of last ARAMS state change. RO N Formatted numeric text:
timestamp format.
Clock (See NOTE 1.) Current time and date. RW Y Formatted numeric text:
timestamp format.
CycleCtr Non-resettable counter of equipment run cycles. RO Y Unsigned integer.
DowntimeAlarm Identifier of last alarm or exception triggering an
equipment-initiated transition to a downtime state and/or
substate.
RO Y Text. Conforms to
ObjID.
DowntimeAlarmText Text associated with DowntimeAlarm. RO Y Text. 0–80 characters.
DowntimeData Equipment-defined text associated with transitions to
downtime state and/or substate.
RO Y Text. 0–256 characters.
EngInterrupt Enables (TRUE) or disables (FALSE) an equipment-
initiated transition from ENGINEERING to
UNSCHEDULED DOWNTIME. Required in EngRecovery
is supported.
RW N Boolean.
EngRecovery Enables (TRUE) or disables (FALSE) automatic recovery
from UNSCHEDULED DOWNTIME to ENGINEERING.
RW N Boolean.
EngTime Accumulated minutes in the ENGINEERING state/substate.
Required if accumulators are supported.
RW N Unsigned integer.
EqpModel The equipment model. RO Y Text. 1–80 characters.
EqpSerialNum Equipment serial number. RO Y Text. 1–80 characters.
InterruptionPrd Counts number of transitions from PRODUCTIVE to
UNSCHEDULED DOWNTIME. Required if accumulators
are supported.
RW N Unsigned integer.
InterruptionTotal Counts total number of transitions to UNSCHEDULED
DOWNTIME. Required if accumulators are supported.
RW N Unsigned integer.
LastPowerdown Estimate of last powerdown time. RO Y Formatted numeric text:
timestamp format.
NSTime Accumulated minutes in NON-SCHEDULED TIME
state/substate. Required if accumulators are supported.
RW N Unsigned integer.
PowerdownTime Estimate of powerdown time. RO Y Formatted numeric text:
timestamp format.
PowerupState Indicates the powerdown state when powerdown occurs
during manufacturing time.
RW N Text digit:
“2” = standby,
“5” =unscheduled
downtime.
PrdRecovery Enables (TRUE) or disables (FALSE) the equipment-
initiated return to PRODUCTIVE from UNSCHEDULED
DOWNTIME. Required for support of automatic
equipment-initiated recovery.
RW N Boolean.
PrdState The last ARAMS code specified by the user for
PRODUCTIVE.
RO Y Formatted alphanumeric
text. 4 characters.
PrdTime Accumulated minutes in PRODUCTIVE state/substate.
Required if accumulators are supported.
RW N Unsigned integer.
PrevARAMSState ARAMS Substate Code corresponding to state prior to last
state transition.
RO Y Formatted alphanumeric
text. 4 characters.
SDTime Accumulated minutes in SCHEDULED DOWNTIME
state/substate. Required if accumulators are supported.
RW N Unsigned integer.
SbyRecovery Enables or disables the equipment-initiated return to
STANDBY from UNSCHEDULED DOWNTIME.
Required for support of automatic equipment-initiated
recovery.
RW N Boolean.
SbyTime Accumulated minutes in STANDBY state/substate.
Required if accumulators are supported.
RW N Unsigned integer.

SEMI E58-0703 © SEMI 1997, 2003
24
Attribute Name Definition Access Reqd Form
SubstateSelect Enables (TRUE) or disables (FALSE) equipment-initiated
selection of substates in PRODUCTIVE and STANDBY.
RW N Boolean.
SymptomID The identifier of a symptom selected by the user when
requesting a state change.
RO Y Text. Conforms to
ObjID.
SymptomText The descriptive text of the symptom selected by the user
when requesting a state change.
RO Y Text. 0–80 characters.
UDTime Accumulated minutes in UNSCHEDULED DOWNTIME
state/substate. Required if accumulators are supported.
RW N Unsigned integer.
NOTE 1: The Clock attribute may be replaced by a Clock object having a DateTime attribute, as defined in SEMI E38.
1.21 Table Objects — Table 7 defines the attributes of a generic table. This is an abstract type of object that is not
itself directly implemented. Specific table types, which require definitions of their row formats (Section 10.2), are
subtypes of the generic table supertype and inherit all of the attributes of the supertype (see SEMI E39, Appendix).
Table 7 Table 7 Table Object Attribute Definition
Attribute Name Definition Access Reqd Form
ObjType The object type. RO Y Text = “Table”.
ObjID The object’s identifier. RO Y Text. 1–80 characters.
NumCols Number of columns. RO Y Unsigned integer.
NumRows Number of rows. RO Y Unsigned integer.
DataLength Total number of bytes required to store the table elements,
exclusive of any formatting required for storage or transfer.
RO Y Unsigned integer.
1.22 Different applications may define additional table attributes for specific table types. The subtypes defined by
ARAMS (Sections 10.3 and 10.4) are “TableARAMSCode” and “TableARAMSSymptom” and have no additional
attributes.
2 Human Interface Requirements
This section provides a central location for requirements affecting the human interface. It specifies the functions that
shall be available to the operator through the equipment’s console (human interface), where the equipment provides
such an interface. Applications that do not otherwise provide such an interface (e.g., cluster modules) are exempted
from these requirements.
13.2 Data Access — All supported data elements defined in Section 11 shall be accessible to the operator.
Specifically, the operator shall be able to view all ARAMS data provided by the equipment and shall be able to
modify the values of all data defined in Section 11.4.
2.1.1 Where the accumulators defined in Section 11.5 are supported, the operator shall be able to change their
individual values, with the exception of ARAMSAccumReset, and to reset the entire set together.
13.3 Selection of an ARAMS State/Substate — The operator shall be able to select any of the standard ARAMS
states and substates defined in Section 9.2, exclusive of those definitions with a “Reserved” substate that are
reserved for future standards. The operator shall also be able to select MANUFACTURING.
2.1.2 Where ARAMS Substate Tables are provided with user-defined or supplier-defined extensions, these
extensions shall also be available to the operator for selecting a change in the current ARAMS state and /or substate.
2.1.3 When selecting a SCHEDULED DOWNTIME or UNSCHEDULED DOWNTIME state/substate, the
operator shall be able to enter a comment to be stored in DowntimeData (Section 11.2.10).

SEMI E58-0703 © SEMI 1997, 2003 25
13.4 User-Defined ARAMS Symptom Tables — Where
ARAMS Symptom Tables are supported, the
descriptive text for symptoms provided within existing
ARAMS Symptom Tables shall be presented to the
operator for selection, according to the specifications in
Section 10.4, at the time the operator selects an
ARAMS State (Section 14.3). The operator is not
required to select a symptom. If the operator selects a
symptom, the symptom identifier is stored in the
variable SymptomID and the descriptive text is stored
in SymptomText.
13.5 Table Access — Where the equipment supports
one or both types of tables specified by ARAMS
(Sections 10.3 and 10.4), the operator shall have full
access to entries within those tables that are user-
defined. The operator shall be able to enter (define),
modify, and delete user-defined entries within ARAMS
table. The operator shall not be able to change or delete
the generic ARAMS Substate Codes defined in Section
9 or supplier extensions to those generic codes.
2.1.4 The operator shall be able to read the contents of
all existing ARAMS tables.
13.6 Color Codes — The use of color associated with
the display of ARAMS state information is optional. To
ensure consistency for the user, the following color
schemes shall be applied for all cases where color is
associated with an ARAMS state.
Uptime states
PRODUCTIVE: green
STANDBY: yellow
ENGINEERING: blue
Downtime states
SCHEDULED DOWNTIME: light red
UNSCHEDULED DOWNTIME: red
Other
NON-SCHEDULED TIME: grey
2.1.5 This scheme provides a visual grouping.
NOTE 21: The colors used for the two downtime states
should be both clearly related and readily distinguishable,
such as pink and bright red.
3 Services
3.1 This section formally defines the message services
specifically required to support ARAMS functionality.
3.1.1 Formal definition has three parts:
• A list of the services defined (Table 8),
• a common parameter dictionary defining all of the
parameters of these services (Table 9), and
• a dictionary of the individual services that defines
the parameters used by each service.
3.1.2 Services that are used by ARAMS, but are not
specific to ARAMS, are defined by other standards and
are referenced in Section 3.
3.1.3 Both the equipment and the host provide the
services TableSend and TableRequest, and both may
use the services provided by the other. The service
ARAMSStateChange is provided by equipment only.
3.1.4 Table 8 lists the ARAMS services. There are two
types of services:
• An initial message and response between the
service user and the service provider.
• A notification message from the service provider to
the service user that does not require a response.
3.1.5 The column in Table 8 that is called “Type” is
used to indicate whether the service consists of a
request/response message pair (R) or a single
notification message (N).
Table 8 Table 8 ARAMS Services
Message Service Name Type Description
TableSend R Used by the service user to send or delete a table.
TableRequest R A request to receive a table.
ResetAccumulators R A request to reset the set of accumulators.
ARAMSStateChange R Request to go to a specified ARAMS state/substate.
3.1.6 Figure 5 shows the message flow for each of the above ARAMS services.