FieldServer FS-8700-40 User Manual
Page 14

FS-8700-40 SBT FSI Driver Manual
Page 14 of 32
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.3.4 Map Descriptor example 1 - Monitoring a MXL/XLS Device for Events
To monitor a MXL/XLS device we need only one “poller” Map Descriptor as shown below. The function of this Map Descriptor’s is to continuously check the
MXL device for events from panels. Only one poller Map Descriptor per FieldServer port is required when monitoring more than one MXL/XLS device. The
Node_Name will indicate on which port this Map Descriptor resides.
// Client Side Map Descriptors
Map_Descriptors
Map_Descriptor_Name , Data_Array_Name , Data_Array_Offset , Function , Node_Name , Block_Number , Length , Msg_Type
CD_Poller1
, Event_Counts1
, 0
, RDBC
, Panel1
, 1
, 19
, Poller
Specifies lowest panel
number from which
events will be
received. Refer to
Appendix A.2 for more
information.
Specify length in
multiples of 19
events according
to Block Number
used.
Refer to Appendix
A.2 for more
information.
Specify poller
message type
for this Map
Descriptor.
Specifies Data Array
that will hold event
counters. Data Array
length must be equal
or greater than Data
Array offset plus Map
Descriptor length.
Specifies offset
into event
counters Data
Array where
event counts
will be stored.
Choose a
Node_Name from
the passive Map
Descriptors in the
next section to
specify the port
on which this
poller will be
active.