semi合集-English.pdf - 第1135页
SEMI E5-1104 © SEMI 1982, 2004 77 Stream,Function Name (Mnemonic) Direction S2,F37 Enable/Disable Event Report (EDER) S,H->E,rep ly Description The purpose of this message is for the host to enable or disable reportin…

SEMI E5-1104 © SEMI 1982, 2004 76
Stream,Function Name (Mnemonic) Direction
S2,F35 Link Event Report (LER) M,H->E,reply
Description
The purpose of this message is for the host to link n reports to an event (CEID). These linked event reports will default to
‘disabled’ upon linking. That is, the occurrence of an event would not cause the report to be sent until enabled. See S2,F37 for
enabling reports.
If S2,F35 is Multi-block, it must be preceded by the S2,F39/S2,F40 Inquire/Grant transaction.
Structure
L,2
1. <DATAID>
2. L,a # events
1. L,2 event 1
1. <CEID
1
>
2. L,b
1. <RPTID
1
>
.
.
b. <RPTID
b
>
.
.
a. L,2 event a
1. <CEID
a
> # RPTIDS this event
2.L,c
1.<RPTID
1
>
.
.
c. <RPTID
c
>
Exception
A list of zero length following CEID deletes all report links to that event.
Stream,Function Name (Mnemonic) Direction
S2,F36 Link Event Report Acknowledge (LERA) S,H<-E
Description
Acknowledge or error If an error condition is detected the entire message is rejected (i.e., partial changes are not allowed).
Structure
<LRACK>
Exception
None

SEMI E5-1104 © SEMI 1982, 2004 77
Stream,Function Name (Mnemonic) Direction
S2,F37 Enable/Disable Event Report (EDER) S,H->E,reply
Description
The purpose of this message is for the host to enable or disable reporting for a group of events (CEIDs).
Structure
L,2
1. <CEED> enable/disable
2. L,n #CEIDs
1. <CEID
1
>
.
.
n. <CEID
n
>
Exception
A list of zero length following <CEED> means all CEIDs.
Stream,Function Name (Mnemonic) Direction
S2,F38 Enable/Disable Event Report Acknowledge (EERA) S,H<-E
Description
Acknowledge or error If an error condition is detected the entire message is rejected, i.e., partial changes are not allowed.
Structure
<ERACK>
Exception
None
Stream,Function Name (Mnemonic) Direction
S2,F39 Multi-block Inquire (DMBI) S,H->E,reply
Description
If a S2,F23 S2,F33, S2,F35, S2,F45, or S2,F49 message is more than one block, this transaction must precede the message.
Structure
L,2
1. <DATAID>
2. <DATALENGTH>
Exception
Stream,Function Name (Mnemonic) Direction
S2,F40 Multi-block Grant (DMBG) S,H<-E
Description
Grant permission to send multi-block message.
Structure
<GRANT>
Exception
None

SEMI E5-1104 © SEMI 1982, 2004 78
Stream,Function Name (Mnemonic) Direction
S2,F41 Host Command Send (HCS) S,H->E,reply
Description
The Host requests the Equipment perform the specified remote command with the associated parameters.
Structure
L,2
1. <RCMD>
2. L,n # of parameters
1. L,2
1. <CPNAME
1
> parameter 1 name
2. <CPVAL
1
> parameter 1 value
.
.
n. L,2
1. <CPNAME
n
> parameter n name
2. <CPVAL
n
> parameter n value
Exception
None
Stream,Function Name (Mnemonic) Direction
S2,F42 Host Command Acknowledge (HCA) S,H<-E
Description
Acknowledge Host command or error. If command is not accepted due to one or more invalid parameters (i.e., HCACK = 3),
then a list of invalid parameters will be returned containing the parameter name and reason for being invalid.
Structure
L,2
1. <HCACK>
2. L,n # of parameters
1. L,2
1. <CPNAME
1
> parameter 1 name
2. <CPACK
1
> parameter 1 reason
.
.
n. L,2
1. <CPNAME
n
> parameter n name
2. <CPACK
n
> parameter n reason
Exception
If there are no invalid parameters, then a list of zero length will be sent for item 2.