semi合集-English.pdf - 第727页
SEMI E99-1104 E © SEMI 2000, 2004 17 RELATED INFORMATION 2 OBJECT MODEL NOTICE : This related information is not an official pa rt of SEMI E99. This relat ed inform ation was approved for publication by fu ll letter ball…

SEMI E99-1104
E
© SEMI 2000, 2004 16
Table R1-5 Scenario to Write Data to Both Heads
Controller CIDRW Head 1 Head 2
Msg. Msg. Action State Action State Action State
Write Data 01 Operating Start
Write
Busy Idle
Write Data 02 Operating Busy Start
Write
Busy
Write Data
Reply 01
Operating Idle Busy
Write Data
Reply 02
Operating Idle Idle

SEMI E99-1104
E
© SEMI 2000, 2004 17
RELATED INFORMATION 2
OBJECT MODEL
NOTICE: This related information is not an official part of SEMI E99. This related information was approved for
publication by full letter ballot procedures on August 28, 2000.
R2-1 Object models provide a graphic representation of entities. The models in this section use the Object
Modeling Technique (OMT) described in Object-Oriented Modeling and Design. Object types are represented by
rectangles with one, two, or three sections. The name of the object type is in the first, or only section. Attributes,
information about the object, are shown in the second section. Operations or services are shown in a third section.
Lines between objects represent relationships.
R2-2 Three models are shown for purposes of illustration. The general multi-head case is shown first with only the
required attributes and services. Next, the full model for the multi-head case is shown with all attributes and
services defined in this standard. Finally, the full model for the integrated single-head case is shown.
R2-3 Note that the Upstream Controller sends all service requests to the CIDRW controller, including services
shown for the individual heads. Services shown on these models for CIDRW are those with a Head ID service
parameter value of zero while services shown for the Head are those with a Head ID service parameter value
between one and thirty-one.
R2-4 Fundamental Requirements Example Object Models
R2-4.1 The object model in Figure R2-1 shows objects for the general (multi-head) CIDRW satisfying fundamental
requirements only. It shows the CIDRW subsystem as made up of one or more heads. It also illustrates the required
attributes and services provided by the CIDRW and its relationships with its upstream controller and with its heads.
1+
CIDRW
- Alarm Status
- Configuration
- SoftwareRevisionLevel
- Operational Status
Get Attributes
Get Status
Head
- HeadID
- HeadStatus
Get Attributes
Get Status
Read ID
Upstream
Controller
requests
services from
is made up of
Figure R2-1
Object Model for Fundamental Requirements

SEMI E99-1104
E
© SEMI 2000, 2004 18
R2-5 Full Capabilities
R2-5.1 Figure R2-2 shows the object model for a CIDRW with full capabilities, so that all optional attributes and
services are supported.
1+
CIDRW
- AlarmStatus
- Configuration
- DateInstalled
- DeviceType
- HardwareRevisionLevel
- MaintenanceData
- Manufacturer
- ModelNumber
- OperationalStatus
- SerialNumber
- SoftwareRevisionLevel
ChangeState
GetAttributes
GetStatus
PerformDiagnostics
Reset
SetAttributes
Head
- Cycles
- HeadCondition
- HeadDateInstalled
- HeadID
- HeadStatus
- HeadMaintenanceData
Upstream
Controller
requests
services from
is made up of
GetAttributes
GetStatus
ReadData
ReadID
WriteData
WriteID
Figure R2-2
Object Model for Full Capabilities
R2-6 Integrated Model
R2-6.1 Figure R2-3 shows the object model for a CIDRW with full capabilities and a single integrated head. The
head is not shown as a separate component in this case, and the head attributes and services have become part of the
CIDRW subsystem itself.
CIDRW
- AlarmStatus
- Configuration
- Cycles
- DateInstalled
- DeviceType
- HardwareRevisionLevel
- HeadCondition
- HeadStatus
- MaintenanceData
- Manufacturer
- ModelNumber
- OperationalStatus
- SerialNumber
- SoftwareRevisionLevel
ChangeState
GetAttributes
GetStatus
PerformDiagnostics
ReadData
ReadID
Reset
SetAttributes
WriteData
WriteID
Upstream
Controller
requests
services from
Figure R2-3
Integrated Model with Full Capabilities