00193786-02 - 第129页
S I P L A C E G EM S W V e r s i on G EM 505 . 03 SP 1 H O S T I n t e r f a c e M anua l ©S i e m en s A G, a ll r i gh t s r e s e r v ed page 129 o f 241 4 . 8 . 19 S 6 F 22 - R e qu est A nno tate d R e po r t D ata …

SIPLACE GEM SW Version GEM 505.03 SP1 HOST Interface Manual
Page 128 of 241 ©Siemens AG, all rights reserved
The Equipment sends one or more Event Reports which the Host has previously linked
to that CEID (see S2F35). Each report contains specific Variables which the Host has
previously defined for that Report (see S2F33).
This message occurs whether or not the Host has enabled event reporting for this CEID
(see S2F37), and regardless of how the Host has set up the Equipment Constant RpType
(report format).
The Equipment generates a meaningless value for DATAID.
CEID contains the CEID specified in S6F17.
If the CEID specified in S6F17 is invalid, or if no reports are linked to this CEID, this
message has the following format:
S6F18 * H<-E, Multiblock
<L [3]
<U4 DATAID> * DATAID
<U4 CEID> * Collection Event ID
<L>
> .
4.8.16 S6F19 - Request Report Request
{XE "S6F19"}S6F19 W * H->E
<U4 {XE "RPTID"}RPTID> . * Report ID
The Host requests a Report for the specified RPTID.
4.8.17 S6F20 - Request Report Data
{XE "S6F20"}S6F20 * H<-E, Multiblock
<L
<V>
...
> .
The Equipment sends the Report.
If no report is defined for the RPTID in S6F19, S6F20 has the following special error
format:
S6F20 * H<-E
<L> .
4.8.18 S6F21 - Request Annotated Report Request
S6F21 W * H->E
<U4 {XE "RPTID"}RPTID> . * Report ID
The Host requests an Annotated Report for the specified RPTID.

SIPLACE GEM SW Version GEM 505.03 SP1 HOST Interface Manual
©Siemens AG, all rights reserved page 129 of 241
4.8.19 S6F22 - Request Annotated Report Data
{XE "S6F22"}S6F22 * H<-E, Multiblock
<L
<L [2]
<U4 VID> * VID - Variable ID
<V>
>
...
> .
The Equipment sends the Annotated Report.
If no Report is defined for the RPTID in S6F21, S6F22 has the following special error
format:
S6F22 * H<-E
<L> .
4.8.20 S6F23 - Request Spooled {XE "S6F23"}
S6F23 W * H -> E
<U1 RSDC> .
The Host sends this message to start the transfer of spooled messages from the
Equipment to the Host, or to delete the contents of the spool file, depending on the value
of RSDC.
When the Host requests the spooled messages (RSDC is zero), the Equipment will send
messages according to EC "{XE "MaxSpoolTransmit"}MaxSpoolTransmit". All
messages are sent from oldest to newest, and once the message is successfully sent, it
is removed from the spool. If MaxSpoolTransmit is zero, all messages will be sent one at
a time until the last message has been delivered. If MaxSpoolTransmit is set to a non-
zero value, the Equipment will send the lesser of MaxSpoolTransmit or messages left in
spool. If in this case the Equipment sends MaxSpoolTransmit messages, and messages
remain in the spool, the Equipment will wait for another S6F23 to deliver the next
messages.
If the Host sends S6F23 with RSDC set to one, this will be interpreted by the Equipment
as a request to purge the spool.
RSDC Description
0 Transmit spooled messages.
1 Purge spooled messages

SIPLACE GEM SW Version GEM 505.03 SP1 HOST Interface Manual
Page 130 of 241 ©Siemens AG, all rights reserved
4.8.21 S6F24 - Request Spooled Data Acknowledge{XE
"S6F24"}
S6F24 * H <- E
<B [1] RSDA> .
Equipment acknowledges the Host's request to either purge spooled messages or send
spooled messages to the Host.
RSDA Description
0x00 Normal. Equipment will start to send spooled
data or optionally purge the spool. Action
performed will depend on value for RSDC in
S6F23.
0x02 Denied. Spooled data does not exist.