Map descriptor example 11 – alarm ack – Sierra Monitor Company FS-8700-48 User Manual

Page 21

Advertising
background image

FS-8700-48 Fike Cheetah Manual

Page 22 of 37

FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com

Tel: (408) 262 2299 Fax: (408) 262 2269 Toll Free: (888) 509 1970 email: [email protected]

5.4.16 Map Descriptor Example 11 – Alarm Ack

This example illustrates a Map Descriptor which can be used to acknowledge / silence or reset the panel. Read Appendix A.1 to understand the limitations of
this functionality. The value of the array element at offset zero in the array named DA_ACK is used to send a signal to the Cheetah panel.

// Client Side Map Descriptors

Map_Descriptor_Name , Data_Array_Name , Data_Array_Offset , Function , Node_Name , Cheet_Func
Ack_Mapdesc

, DA_ACK

, 0

, Passive

, Node_A

, Port Response


This tells the driver
that this Map
Descriptor is to be
used for
acknowledging alarms.

The Map Descriptor
must always be
passive. This is
because this Map
Descriptor is used to
respond to the port
supervision query.

Only one element of this
Data Array is used.
The value determines how
the Cheetah panel will be
affected.
If bit 0 is set then the panel
will be reset.
If bit 1 is set then the panel
will be silenced.
If bit 2 is set then the panel
will be acknowledged.

Advertising