FieldServer FS-8700-40 Computer Drive User Manual


 
FS-8700-40 SBT FSI Driver Manual Page 13 of 29
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: support@fieldserver.com
Passive Map Descriptors must be added for each event per panel to be monitored:
// Client Side Map Descriptors
Map_Descriptors
Map_Descriptor_Name ,Data_Array_Name ,Data_Array_Offset ,Function ,Node_Name ,Block_Number ,Length ,Msg_Type
CD_Fire1 ,Fire ,0 ,Passive ,Panel1 ,1 ,1024 ,Fire
CD_Fire_Ack1 ,Fire_Ack ,0 ,Passive ,Panel1 ,1 ,1024 ,Fire_Ack
CD_Trouble1 ,Trouble ,0 ,Passive ,Panel1 ,1 ,1024 ,Trouble
CD_Trouble_Ack1 ,Trouble_Ack ,0 ,Passive ,Panel1 ,1 ,1024 ,Trouble_Ack
CD_Super1 ,Super ,0 ,Passive ,Panel1 ,1 ,1024 ,Super
CD_Super_Ack1 ,Super_Ack ,0 ,Passive ,Panel1 ,1 ,1024 ,Super_Ack
CD_Secur1 ,Secur ,0 ,Passive ,Panel1 ,1 ,1024 ,Secur
CD_Secur_Ack1 ,Secur_Ack ,0 ,Passive ,Panel1 ,1 ,1024 ,Secur_Ack
CD_Status1 ,Status ,0 ,Passive ,Panel1 ,1 ,1024 ,Status
CD_Test1 ,Test ,0 ,Passive ,Panel1 ,1 ,1024 ,Test
CD_Audible1 ,Audible ,0 ,Passive ,Panel1 ,- ,1 ,Audible
CD_Reset1 ,Reset ,0 ,Passive ,Panel1 ,- ,1 ,Reset
CD Client Descriptor
1 All passive Map Descriptors are optional. Specific Map Descriptors may be defined for particular events to be monitored as per the Msg_Type. Should
events happen for which no Map Descriptors are defined, error messages will occur on the FieldServer. It may therefore be useful to add dummy Map
Descriptors especially for ack responses to prevent nuisance error messages.
Notes:
2 Passive Map Descriptors with Node_Name the same as the poller Map Descriptor will only be able to store events from a panel with the same Node_ID
e.g. Node_ID of 1 will only store events from panel 1. To store events from panel 2, it is necessary to add passive Map Descriptors with Node ID of 2 etc.
Do not add poller Map Descriptors for other panels.
3
Most SBT-FSI panels have device point numbers starting at one instead of zero. The FieldServer MXL driver reserves Data Array offset zero for points with
device numbers of zero although they are currently not used. Triggering the first alarm point on a MXL panel will thus result in a point status change at
Data_Array_Offset of one instead of zero.
Important Note about first alarm point and Data Array Offsets
Length specifies the number of points. There
are 256 points per module. A length of 1024
holds points for 4 modules.
Block Number specifies the
starting module number under
which points are mapped.
Node Name specifies the panel
number for which events will
be stored.