Map descriptor example 1 – sensor / module events – FieldServer FCI 7100 Series User Manual
Page 10
FS-8700-112 Gamewell-FCI 7100 Driver Manual
Page 10 of 20
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
Map Descriptor Example 1 – Sensor / Module Events
This Map Descriptor will be used to store messages from Loop 1, Module 1 to 99. To store modules on more than one loop, a separate Map Descriptor needs
to be defined for each loop. Since the event type was set to ‘Alarm’, only ‘Alarm’ events will be stored. To store all events, change the ‘Event Type’ to ‘Any’.
Example:
F.S.E.C. :[CR][LF]
FIRST ALARM: UP STAIRS N. ENT Manual Station L1M21 00:37:28 01/01/99[CR][LF]
// Client Side Map Descriptors
Map_Descriptors
Map_Descriptor_Name
, Data_Array_Name
, Data_Array_Offset
, Function
, Node_Name
, Event_Type
, Point_Type
, Relay/Loop/Zone_Number
, Address
, Length
, Clear_On_Reset
ModuleData1
, DA_MODULE
, 0
, Passive_Client
, Panel-01
, Alarm
, Module
, 1
, 1
, 99
, Yes
The driver will
clear the
1(=Length)
element of the
Data Array called
DA_Panel
starting at
offset=0 when a
Reset message is
received.
It is
recommended
that you allocate
unique MD
names.
The address
specifies the
starting Module
number and the
Length tells the
driver the range
of Modules.
In this example:
Module 1 to 99
Change this to
‘Sensor’ for
sensors.
In this example,
only Alarm events
will be stored.
Messages
reporting other
events will be
ignored unless
other Map
Descriptors are
defined.
Data Array name
and starting
location where
data should be
stored.
The driver listens
passively for
messages from
the Panel. It
cannot poll for
data.
The name of the
Node defined in
Section 5.2.