semi合集-English.pdf - 第1233页

SEMI E5-1104 © SEMI 1982, 2004 175 Stream,Function Name (Mnemonic) Direction S13,F12 Data Set Object Multi- Block Grant (DSOMBG) S,H<->E Description This message grants or denies perm ission to send a multi-block d…

100%1 / 7923
SEMI E5-1104 © SEMI 1982, 2004 174
Stream,Function Name (Mnemonic) Direction
S13,F8 Close Data Set Acknowledge (DSCA) S,H<->E
Description
Sent by the sending system in response to Close Data Set Send (DSCS).
Structure
L,2
1. <HANDLE>
2. <ACKC13>
The possible ACKC13 codes for this message are:
0 = O.K.
6 = ERROR:No open Data Set.
10 = ERROR:Pending Transaction.
Exception
None
Stream,Function Name (Mnemonic) Direction
S13,F9 Reset Data Set Send (DSRS) S,H<->E,reply
Description
Sent by either system to close all open data sets.
Structure
Header only
Exception
None
Stream,Function Name (Mnemonic) Direction
S13,F10 Reset Data Set Acknowledge (DSRA) S,H<->E
Description
Sent in response to Reset Data Set Send.
Structure
Header only
Exception
None
Stream,Function Name (Mnemonic) Direction
S13,F11 Data Set Object Multi-Block Inquire (DSOMGI) S,H<->E,reply
Description
This message requests permission to send a multi-block data set. If the receiving system does not grant permission in the reply,
the multi-block data set may not be sent. OBJSPEC is used to identify the data set object type and identifier and may include a
destination. DATALENGTH represents the total message length, not the length of the data set.
Structure
L,3
1. <DATAID>
2. <OBJSPEC>
3. <DATALENGTH>
Exception
None
SEMI E5-1104 © SEMI 1982, 2004 175
Stream,Function Name (Mnemonic) Direction
S13,F12 Data Set Object Multi-Block Grant (DSOMBG) S,H<->E
Description
This message grants or denies permission to send a multi-block data set.
Structure
<GRANT>
Exception
None
Stream,Function Name (Mnemonic) Direction
S13,F13 Table Data Send (TDS) M,H<->E,reply
Description
This message allows the host and the equipment to exchange predefined datasets in a tabular format. The first element of every
row is used to reference that row for all other elements. If S13,F13 is Multi-block, it must be preceded by the S13,F11/S13,F12
Inquire/Grant transaction.
Structure
L,8
1. <DATAID>
2. <OBJSPEC>
3. <TBLTYP>
4. <TBLID>
5. <TBLCMD>
6. L,n # of table attributes
1. L,2
1. <ATTRID
1
>
2. <ATTRDATA
1
>
.
.
n. L,2
1. <ATTRID
n
>
2. <ATTRDATA
n
>
7. L,c # of column definitions
1. <COLHDR
1
> 1st column element description
.
.
c. <COLHDR
c
> cth column element description
8. L,r # of row definitions
1. L,c
1
# of entries per definition
1. <TBLELT
11
> 1st table element, 1st row
.
m. <TBLELT
1c1
> mth table element, 1st row
.
.
r. L,c
r
rth row definition
1. <TBLELT
r1
> 1st table element, rth row
.
m. <TBLELT
rcr
> mth table element, rth row
Exception
If OBJSPEC is a zero-length item, then the owner of the table is the receiver of the message. If r is zero, any existing table
definition of the given type and id is to be deleted. Otherwise, c
1
may not be zero, and the value of c
1
shall be less than or equal
to the value of c.
SEMI E5-1104 © SEMI 1982, 2004 176
Stream,Function Name (Mnemonic) Direction
S13,F14 Table Data Acknowledge (TDA) S,H<->E
Description
This message is used to acknowledge the receipt of a table and to indicate any errors.
Structure
L,2
1. <TBLACK>
2. L,p
1. L,2
1. <ERRCODE
1
>
2. <ERRTEXT
1
>
.
.
p. L,2
1. <ERRCODE
p
>
2. <ERRTEXT
p
>
Exception
p = 0 if and only if TBLACK indicates no errors.
Stream,Function Name (Mnemonic) Direction
S13,F15 Table Data Request (TDR) M,H<->E,reply
Description
This message allows the host or the equipment to request part or all of a specific table. Either specific columns or specific rows
may be requested, but not both at the same time. If S13,F15 is Multi-block, it must be preceded by the S13,F11/S13,F12
Inquire/Grant transaction.
Structure
L,7
1. <DATAID>
2. <OBJSPEC>
3. <TBLTYP>
4. <TBLID>
5. <TBLCMD>
6. L,p # of column definitions
1. <COLHDR
1
> 1st column element description
.
.
p. <COLHDR
p
> pth column element description
7. L,q
1. <TBLELT
1
> 1st row identifier
.
.
q. <TBLELT
q
>
Exception
If OBJSPEC is a zero-length item, then the owner of the table is the receiver of the message. Either p or q, or both, must be zero.
If p = 0 and q = 0, all rows are requested; otherwise, only the specified columns, or the rows referenced by TBLELT, are
requested.