00193786-01 - 第124页

SIPLACE GEM SW Version GEM 505.01 HOST Interface Manual Page 124 of 236 ©Siemens AG, all rights reserved 4.8.19 S6F22 - Request Annotated Report Data S6F22 * H<-E, Multiblock <L <L [2] <U4 VID> * VID - Var…

100%1 / 236
SIPLACE GEM SW Version GEM 505.01
HOST Interface Manual
©Siemens AG, all rights reserved page 123 of 236
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
S6F19 W * H->E
<U4 RPTID> . * Report ID
The Host requests a Report for the specified RPTID.
4.8.17 S6F20 - Request Report Data
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 RPTID> . * Report ID
The Host requests an Annotated Report for the specified RPTID.
SIPLACE GEM SW Version GEM 505.01 HOST Interface Manual
Page 124 of 236 ©Siemens AG, all rights reserved
4.8.19 S6F22 - Request Annotated Report Data
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
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 "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.01
HOST Interface Manual
©Siemens AG, all rights reserved page 125 of 236
4.8.21 S6F24 - Request Spooled Data Acknowledge
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.