semi合集-English.pdf - 第3056页
SEMI E122.1-0703 © SEMI 2003 11 RELATED INFORMATION 1 NOTICE : This rel ated information is n ot an offici al part of SEMI E122.1 and was derived from wor k by the originating committee. Th is related information was ap …

SEMI E122.1-0703 © SEMI 2003 10
Variable Name Description SECS-II Type Class Comments
TextResult Arbitrary string of text. A[80] DVVAL Valid only in Datalog
reports.
UnitID Unit Serial Number. A[80] DVVAL List by test-site.
Units Electrical units to be measured.
Multiple instances of this variable
exist. See TEST-LIST report.
A[80] DVVAL
List by TestID.
VirtualConfig Current Virtual Configuration listing
all test-sites used.
L, 2
1.
TestBoardSiteID
2. TestHeadId
SV List by test-site.
NOTICE: SEMI makes no warranties or representations as to the suitability of the standards set forth herein for any
particular application. The determination of the suitability of the standard is solely the responsibility of the user.
Users are cautioned to refer to manufacturer' s instructions, product labels, product data sheets, and other relevant
literature, respecting any materials or equipment mentioned herein. These standards are subject to change without
notice.
By publication of this standard, Semiconductor Equipment and Materials International (SEMI) takes no position
respecting the validity of any patent rights or copyrights asserted in connection with any items mentioned in this
standard. Users of this standard are expressly advised that determination of any such patent rights or copyrights, and
the risk of infringement of such rights are entirely their own responsibility.

SEMI E122.1-0703 © SEMI 2003 11
RELATED INFORMATION 1
NOTICE: This related information is not an official part of SEMI E122.1 and was derived from work by the
originating committee. This related information was approved for publication by full letter ballot procedures.
R1-1 Scenarios
R1-1.1 The purpose of this section is to document possible TSEM-specific operational scenarios to provide further
context to the specifications.
R1-1.2 Normal Processing Scenario
R1-1.2.1 This scenario shows typical automated processing of materials using a materials handler and TSEM
equipment. This scenario assumes no direct link between Test Equipment and Handler. Host directs all run-to-run
processing between the two equipments. Host and Station Controller represent the same entity here. Under this
intended usage, job processing with TSEM is simplified from perspective of Host as shown in Figure R1-1.
Cell Controller HandlerTester
Operator determines all
materials ready and tools
setup to start processing
READY
START
UnitsReady
START
LOADING
AWAITING
COMMAND
BinDataReady
WORKING
READY
Factory specific
bin data disposition
BIN-UNITS
LOADING
UnitsReady
Process repeat until
all units completed
AWAITING
COMMAND
Bin out/Load
READY
Figure R1-1
Normal Processing Scenario

SEMI E122.1-0703 © SEMI 2003 12
R1-1.3 Unbuffered Test Data Acquisition
R1-1.3.1 This scenario shows acquisition of test results data from the test equipment while test is being performed
on the device(s). This scenario is useful for online process analysis. Note that all test data for current device(s)
under test needs to be read and acknowledged before next unit can proceed since data will be unbuffered.
Table R1-1 Unbuffered Test Data Acquisition Scenario
Host Test Equipment
SC introduces lot to equipment and other
external systems.
Tester completes PP-SELECT and in READY state.
SC configures Test Data Collection plan on
Tester and issues START command. See
Test Result Data Collection section for
details.
Assume Data Set A is assigned to all
Testheads.
S2,F49
!
"
S2,F50
"
S13,F1 Tester starts Testing and as Test Result data becomes
available, notifies SC of data set …
DSSA ACK = 0 S13,F2
!
Open Data Set Request (DSOR)
L,2
1. HANDLE = H-A (arbitrary but
unique)
2. DSNAME = A
S13,F3
!
"
S13,F4 Open Data Set Data (DSOD)
L,5
1. HANDLE = H-A
2. DSNAME = A
3. ACKC13 = 0
4. TYPE = STREAM
5. RECLEN = 0 (N/A for streams)
Read Data Set Request (DSRR)
L,2
1. HANDLE = H-A
2. READLN = 0 (read all available)
S13,F5
!
SC processes incoming data … i.e. SC can
spawn an agent to handle all incoming test
data and route to DSS system, freeing core
SC to process other events…
"
S13,F6 Read Data Set Data (DSRD)
L,4
1. HANDLE = H-A
2. ACKC13 = 0
3. CKPNT =…
4. L,n
1. <FILDAT>
2. …
n. <FILDAT>
Repeat until Test Completes …
"
S6,F11 Event Report Send (ERS)
Test Complete Event or State Transition Event
associated with Test Complete, along with attached
BinData Report.
Event ACK S6,F12
!
Since test is complete, SC can now close the
data set (is using agent, notify it to close
upon read complete).
Close Data Set Send (DSCS)
L,1
1. HANDLE = H-A
S13,F7
!
"
S13,F8