semi合集-English.pdf - 第1137页
SEMI E5-1104 © SEMI 1982, 2004 79 Stream,Function Name (Mnemonic) Direction S2,F43 Reset Spooling Streams and Functions (RSSF) S,H->E ,reply Description This message allows the host to select specific streams and func…

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.

SEMI E5-1104 © SEMI 1982, 2004 79
Stream,Function Name (Mnemonic) Direction
S2,F43 Reset Spooling Streams and Functions (RSSF) S,H->E,reply
Description
This message allows the host to select specific streams and functions to be spooled whenever spooling is active.
Structure
L,m
1. L,2
1. <STRID
1
>
2. L,n
1. <FCNID
1
>
.
.
n. <FCNID
n
>
.
.
m. L,2
1. <STRID
m
>
2. L,n
1. <FCNID
1
>
.
.
n. <FCNID
n
>
Exception
1. A zero-length list, m = 0, turns off spooling for all streams and functions.
2. A zero-length list, n = 0, turns on spooling for all functions for the associated stream.
Notes:
1. Turning off spooling for all functions for a specific stream is achieved by omitting reference to the stream from this message.
2. Spooling for Stream 1 is not allowed.
3. Equipment must allow host to spool all primary messages for a stream (except Stream 1).
4. A defined list of functions for a stream in this message will replace any previously selected functions.

SEMI E5-1104 © SEMI 1982, 2004 80
Stream,Function Name (Mnemonic) Direction
S2,F44 Reset Spooling Acknowledge (RSA) M,H<-E
Description
Acknowledge or error
Structure
L,2
1. <RSPACK> (accept or reject)
2. L,m (m = number of streams with errors)
1. L,3
1. <STRID
1
>
2. <STRACK
1
> (error in stream)
3. L,n (n = number of functions in error)
1. <FCNID
1
>
.
.
n. <FCNID
n
>
.
.
m. L,3
1. <STRID
m
>
2. <STRACK
m
> (error in stream)
3. L,n (n = number of functions in error)
1. <FCNID
1
>
.
.
n. <FCNID
n
>
Exception
1. If RSPACK = 0, a zero-length list, m = 0, is given, indicating no streams or functions in error.
2. A zero-length list, n = 0, indicates no functions in error for specified stream.