EMS Manual

Collector Commands and Responses
EMS Manual426909-005
19-12
Common Response Tokens for ZCOM- Commands
zbds-num-sim-burst
indicates the maximum number of simultaneous event bursts that can be
detected. This is the same as the S parameter in EMSACOLL and
EMSCCTRL.
zbds-num-subj-bytes
indicates the maximum number of bytes of the first subject value that are used
in determining same events for burst detection and suppression. A length of 0
signifies that the subject value is not used in determining same events. For
BDS purposes, events are the same if they have the same SSID and event
number. The maximum value for this field is 254. This field provides the same
information as the L parameter (when L is not negative) used in EMSACOLL
and EMSCCTRL.
ZEMS-MAP-BDS-INFO
is the token map returned in the ZCOM-CMD-STATUS and ZCOM-CMD-INFO
commands when the object type is ZCOM-OBJ-COLL (an EMS collector). The
fields in this token describe the BDS configuration in the collector.
zbds-flags
contains several bit fields that further describe the particular BDS configuration.
These bit fields are:
zbds-f.enabled
is set to 1 if BDS is enabled and set to 0 if BDS is disabled.
zbds-f.tmds
in the EMS alternate collector, is set to 1 if it is running in TMDS mode.
Otherwise, it is set to 0. The EMS primary collector always sets this bit to
0.
DEFINITION zems-ddl-bds-info
02 zbds-flags TYPE zspi-ddl-uint.
02 zbds-f redefines zbds-flags
03 enabled TYPE BIT 1.
03 tmds TYPE BIT 1.
03 use-subj TYPE BIT 1.
03 process-type TYPE BIT 4.
02 zbds-num-events TYPE zspi-ddl-uint.
02 zbds-interval-start TYPE zspi-ddl-uint.
02 zbds-interval-end TYPE zspi-ddl-uint.
03 zbds-interval-chk-end TYPE zspi-ddl-uint.
02 zbds-num-sim-bursts TYPE zspi-ddl-uint SPI-NULL 255.
02 zbds-num-subj-bytes TYPE zspi-ddl-uint SPI-NULL 255.
END