FS-8700-48 Fike Cheetah Manual Page 15 of 36
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
Tel: (408) 262-2299 Fax: (408) 262-9042 Toll Free: 888-509-1970 email: support@fieldserver.com
4.5.1. Map Descriptor Example 1. (All Zones Data)
In this example the driver will use this Map Descriptor 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 128 consecutive array locations to store ‘Release’ state
data for the zones. Zone 0’s data will be stored at the first location and Zone 127’s state will be stored at the 128th location. The
base location in the array is determined by the Data Array offset,
// Client Side Map Descriptors
Map Descriptors
Map_Descriptor_Name, Cheet_Zone, Cheet_DT, Data_Array_Name, Data_Array_Offset, Function, Node_Name
Zone_Alarms, All, Release, DA_3, 0, Passive, Node_A
Release state data is
stored by the first Map
Descriptor and Al arm
state data is stored by
the second Map
Descriptor.
You can give each Map Descriptor a
unique name or as in this example,
leave them with a generic name
describing the action they perform.
Data for All Zones
is stored (128 data
elements)
The data is stored in
Data Array DA_3.
Starting at
element zero.