00193786-02 - 第98页
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 P age 98 o f 241 ©S i e m en s A G, a ll r i gh t s r e s e r v ed T he Ho s t c an de l e t e a ll r epo r t de f i n i t i on s …

SIPLACE GEM SW Version GEM 505.03 SP1 HOST Interface Manual
©Siemens AG, all rights reserved page 97 of 241
4.4.19 S2F33 - Define Report
{XE "S2F33"}S2F33 W * H->E, Multiblock
<L [2]
<U4 {XE "DATAID"}DATAID> * DATAID
<L
<L [2]
<U4 {XE "RPTID"}RPTID> * Report ID
<L
<U4 VID> * Variable ID
...
>
>
...
>
> .
The Host specifies one or more Report IDs, and defines which Variables should be
included in each report.
If S2F33 is multi-block, the Host may optionally send the S2F39/S2F40 Inquire/Grant
Transaction before sending S2F33, but this Equipment does not require it.
The Equipment ignores DATAID.
If the SIPLACE already contains existing Report Definitions, then this message can be
used to download additional definitions for RPTIDs not yet defined. The Host cannot
download a new Report Definition for a RPTID for which a Report Definition already
exists in the Equipment. Instead, to change a Report Definition the Host must first delete
the old Report Definition and then send a new Report Definition for that RPTID.
The Host can delete selected report definitions and associated links in the Equipment by
using the following specifications in S2F33:
...
<L [2]
<U4 RPTID> * Report ID to delete
<L>
...

SIPLACE GEM SW Version GEM 505.03 SP1 HOST Interface Manual
Page 98 of 241 ©Siemens AG, all rights reserved
The Host can delete all report definitions and associated links in the Equipment by using
the following special format:
S2F33 W * H->E
<L [2]
<U4 DATAID> * DATAID
<L>
> .
4.4.20 S2F34 - Define Report Acknowledge
{XE "S2F34"}S2F34 * H<-E
<B [1] {XE "DRACK"}DRACK> . * DRACK - Acknowledge Code
Normally, DRACK is zero. Any non-zero DRACK indicates the Equipment has rejected
the entire S2F33 message.
DRACK Description
0x00 OK
0x02 Denied. Invalid format.
0x03 Denied. At least one RPTID already defined.
0x04 Denied. At least one VID does not exist.
4.4.21 S2F35 - Link Event Report
{XE "S2F35"}S2F35 W * H->E, Multiblock
<L [2]
<U4 {XE "DATAID"}DATAID> * DATAID
<L
<L [2]
<U4 CEID> * Collection Event ID
<L
<U4 RPTID> * Report ID
...
>
>
...
>
> .
The Host links Report Ids to selected Collection Event Ids. The Specified CEIDs are
initialized to "disabled". See S2F37 for enabling CEIDs.
If S2F35 is multi-block, the Host may optionally send the S2F39/S2F40 Inquire/Grant
transaction before sending S2F35, but the SIPLACE does not require it.
The Equipment ignores DATAID.

SIPLACE GEM SW Version GEM 505.03 SP1 HOST Interface Manual
©Siemens AG, all rights reserved page 99 of 241
The Host can eliminate all links for a CEID by sending the following format in S2F35 for
that CEID:
...
<L [2]
<U4 CEID> * Collection Event ID
<L>
>
...
4.4.22 S2F36 - Link Event Report Acknowledge
{XE "S2F36"}S2F36 * H<-E
<B [1] {XE "LRACK"}LRACK> . * LRACK - Acknowledge Code
Normally, LRACK is zero. Any non-zero LRACK indicates the Equipment has rejected
the entire S2F35 message.
LRACK Description
0x00 OK
0x02 Denied. Invalid format.
0x03 Denied. At least one CEID link already defined
0x04 Denied. At least one CEID does not exist.
0x05 Denied. At least one RPTID does not exist.
Other Equipment has rejected the S2F35 message
4.4.23 S2F37 - Enable/Disable Event Report
{XE "S2F37"}S2F37 W * H<-E
<L [2]
<BOOLEAN CEED> * Coll. Event Enable
<L
<U4 CEID> * Collection Event ID
...
>
> .
The Host enables reporting for a list of Collection Event IDs, or disables reporting for the
list.
CEED is "True" to indicate Enabling, or "False" to indicate Disabling reporting for the
specified CEIDs.
The Host can enable or disable all CEIDs by using the following special format: