Map descriptor example 1. (all zones data), Map descriptor example 2.(specific zone data), 6 and 5.4.7 – Sierra Monitor Company FS-8700-48 User Manual
Page 15

FS-8700-48 Fike Cheetah Manual
Page 16 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.6 Map Descriptor Example 1. (All Zones Data)
This Map Descriptor may be used to store Zone data sent by the panel. The message sent by the panel is dependent on the panel’s firmware version. This
Map Descriptor will use 241 consecutive array locations to store data for the zones. Zone 0’s data will be stored at the first location and Zone 240’s state will
be stored at the 241st location. The base location in the array is determined by the Data Array offset,
// Client Side Map Descriptors
Map Descriptors
Map_Descriptor_Name , Data_Array_Name , Data_Array_Offset , Function , Node_Name , Cheet_Zone , Cheeet_Loop , Cheet_Device Cheet_DT
, Length
CHEETAH01
, ZONE_ABORTS
, 0
, Passive , Panel_01
, All
, None
, None
, Abort
, 256
CHEETAH02
, ZONE_TROUBLES , 0
, Passive , Panel_01
, All
, None
, None
, Trouble
, 256
CHEETAH03
, ZONE_SUPERS
, 0
, Passive , Panel_01
, All
, None
, None
, Supervisory , 256
CHEETAH04
, ZONE_DISABLES
, 0
, Passive , Panel_01
, All
, None
, None
, Disable
, 256
5.4.7 Map Descriptor Example 2.(Specific Zone Data)
In this example the Map Descriptors store data for one zone each. This variation allows the manipulation of the arrangement of data in Data Arrays.
// Client Side Map Descriptors
Map Descriptors
Map_Descriptor_Name
, Cheet_Zone
, Cheet_DT
, Data_Array_Name
, Data_Array_Offset
, Function
, Node_Name
, Length
Zone_Alarms1
, 1
, Release
, DA_1
, 0
, Passive
, Node_A
, 256
Zone_Alarms2
, 2
, Release
, DA_2
, 0
, Passive
, Node_A
, 256
Each Map Descriptor can
be given a unique name.
The data is stored in
this Data Array.
Starting at element
zero.
Data for the specified zone
is stored.
Release state data is
stored.
The data is stored
into a Data Array
called DA_1 for
zone 1 and DA_2 for
zone 2...
Starting at element
zero.
A separate Map Descriptor is
required for each Data Type.
Data for All Zones is stored
(241 data elements)