semi合集-English.pdf - 第3649页

SEMI E142-0705 © SEMI 2005 11 13.4 DeviceIdMap 13.4.1 The DeviceIdM ap object co ntains a list of one o r more D eviceId objects. 13.4.2 DeviceId 13.4.2.1 The DeviceId object contains the device coordinate and the value …

100%1 / 7923
SEMI E142-0705 © SEMI 2005 10
Attribute Name Definition Access Reqd Form
Number
The number of contiguous bin codes in the Values attribute.
If omitted Number is derived from the length of the Values
attribute and the value of BinCodeMap.BinType. For
example, if BinCodeMap.BinType = ‘HexaDecimal’, Number
= LengthOf(Values) / 2
RO N Integer
13.3.3 Map Representation Types
13.3.3.1 A BinCode object may contains bin code information for a single device, a row of devices or the entire
map of devices. The choice depends on whether the primary objective is readability, compactness or flexibility.
13.3.3.2 The most readable approach is to represent all the devices in a row in a single BinCode entry. The length
of each row is equal to the value of Layout.Columns. Locations in the layout that do not contain a device are
assigned to the BinCodeMap.NullBin value. Alternatively, a starting XY coordinate and length may be specified.
This approach offers good readability and a balance between compactness and flexibility. See Figure A1-1a
Row/Column Format.
13.3.3.3 For a more compact representation, a single BinCode object can include the entire array of bin codes in
row major format starting at the top left. See Figure A1-1b Array Format.
13.3.3.4 A less compact but more flexible approach is to include a separate BinCode object for each individual
device. The X and Y coordinates must both be included. See Figure A1-1c Coordinate Format
13.3.4 BinDefinition
13.3.4.1 The BinDefinition object describes a bin code that may be present in the map.
Table 13 BinDefinition Attributes
Attribute Name Definition Access Reqd Form
BinCode A bin category, other that the value assigned to
BinCodeMap.NullBin, that may be assigned to a device. It
should be represented according to BinCodeMap.BinType.
RO Y Unsigned 1 byte
integer unless
BinCodeMap.BinTy
pe attribute is
‘Integer2’, in which
case it is a 2 byte
integer.
BinCount The number of devices on the substrate with the specified
BinCode.
If not present then BinCount is undefined.
RO N Positive Integer
BinDescription A description of the specified BinCode, e.g. “100MHz”.
If not present then BinDescription is undefined.
RO N Text
BinQuality Describes the quality of the specified BinCode.
The following values are reserved:
“Pass” – Indicates a quality that has commercial value
“Fail” – Indicates a quality that does not have commercial
value
Other values defined by an application.
If not present then BinQuality is undefined.
RO N Text
Pick Pick = True indicates that devices with this BinCode should
be processed.
Pick = False indicates that devices with this BinCode should
not be processed.
If not present that Pick=False.
RO N Boolean
SEMI E142-0705 © SEMI 2005 11
13.4 DeviceIdMap
13.4.1 The DeviceIdMap object contains a list of one or more DeviceId objects.
13.4.2 DeviceId
13.4.2.1 The DeviceId object contains the device coordinate and the value of the identifier marked on that device.
Table 14 DeviceId Attributes
Attribute Name Definition Access Reqd Form
Value The device identifier. RO Y Text
X The X coordinate of the device with the
substrate oriented, according to the values
of SubstrateMap coordinate attributes;
SubstrateSide, Orientation, OriginLocation,
and AxisDirection.
RO Y Integer
Y The Y coordinate of the device with the
substrate oriented, according to the values
of SubstrateMap coordinate attributes;
SubstrateSide, Orientation, OriginLocation,
and AxisDirection.
RO Y Integer
13.5 TransferMap
13.5.1 The TransferMap object contains a list of one or more Transfer objects.
Table 15 TransferMap Attributes
Attribute Name Definition Access Reqd Form
FromSubstrateType The type of substrate from which the devices were transferred.
A choice of ‘Wafer’, ‘Frame’, ‘Strip” or ‘Tray”.
RO Y Text
FromSubstrateId The identifier of substrate from which the devices were
transferred.
RO Y Text
13.5.2 Transfer
13.5.2.1 The Transfer object defines, for an individual device, the coordinates on the substrate from which the
device was picked and the coordinates at which the device was placed on the substrate to which this TransferMap
applies.
Table 16 Transfer Attributes
Attribute Name Definition Access Reqd Form
FX The X coordinate on the substrate from which the device was
picked, according to the values of SubstrateMap coordinate
attributes; SubstrateSide, Orientation, OriginLocation, and
AxisDirection.
RO Y Integer
FY The Y coordinate on the substrate from which the device was
picked, according to the values of SubstrateMap coordinate
attributes; SubstrateSide, Orientation, OriginLocation, and
AxisDirection.
RO Y Integer
TX The X coordinate at which the device was placed on the substrate
to which this map applies, according to the values of
SubstrateMap coordinate attributes; SubstrateSide, Orientation,
OriginLocation, and AxisDirection.
RO Y Integer
SEMI E142-0705 © SEMI 2005 12
Attribute Name Definition Access Reqd Form
TY The Y coordinate at which the device was placed on the substrate
to which this map applies, according to the values of
SubstrateMap coordinate attributes; SubstrateSide, Orientation,
OriginLocation, and AxisDirection.
RO Y Integer
14 Services
14.1 Table 18 shows the services defined for map data.
Table 17 Map Data Services
Message Service Name Type Description
MapDownload R Download Map Data
MapUpload N Upload Map Data
14.2 Map Download Service
14.2.1 This service may be used to download MapData for a single substrate.
Table 18 Map Download Parameter Dictionary
Parameter Name Description Format: Possible values
SubstrateType The type of substrate to which the MapData applies. Text
Restricted to the values:
‘Wafer’, ‘Frame’, ‘Strip” or ‘Tray”
SubstrateId The identifier of the substrate to which the MapData applies. Text
MapData The MapData for the specified substrate. Text
Other standards that define an
implementation of this service and
reference this standard will define
how the MapData is represented in
text.
Table 19 Map Download Service Definition
Parameter Req/Ind Rsp/Cnf Comment
SubstrateType M - Type of substrate to which download.
SubstrateId M - Identifier of substrate to download.
MapData - M The MapData for the specified substrate.
14.3 Map Upload Service
14.3.1 This service may be used to upload MapData for one ore more substrates.