![FieldServer Gamewell FCI E3 Series Driver Manual Download Page 19](http://html.mh-extra.com/html/fieldserver/gamewell-fci-e3-series/gamewell-fci-e3-series_driver-manual_2287894019.webp)
FS-8700-132 Gamewell FCI-E3 Driver Manual
Page 19 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
Appendix C.4.
Driver Stats Exposed.
In addition to the standard FieldServer operating statistics the driver exposes certain key stats in a Data Array if
required. An upstream device can then monitor these stats.
Add the following to the configuration file to activate these stats.
// Expose Driver Operating Stats.
Data_Arrays
Data_Array_Name , Data_Format , Data_Array_Length
fci-e3-stats
, UINT32
, 200
The driver exposes stats based on a port handle. The offset specified in the table below must be added to the
handle number multiplied by 100. i.e. for port whose handle is 1 then the driver will store the 1
st
stat at
1+100*1=101.
Stat
Offset Description
FCI_E3_STAT_NO_PLACE_TO_STORE
1
Increments each time point data is received but there
is no Map Descriptor to store the data (any)
FCI_E3_STAT_NO_PLACE_TO_STORE_ZONE
2
Increments each time point data is received but there
is no Map Descriptor to store Zone data
FCI_E3_STAT_NO_PLACE_TO_STORE_RELAY
3
Increments each time point data is received but there
is no Map Descriptor to store Relay data
FCI_E3_STAT_NO_PLACE_TO_STORE_LOOP
4
Increments each time point data is received but there
is no Map Descriptor to store the Loop data
FCI_E3_STAT_NO_PLACE_TO_STORE_SENSOR
5
Increments each time point data is received but there
is no Map Descriptor to store the Sensor data
FCI_E3_STAT_NO_PLACE_TO_STORE_MODULE
6
Increments each time point data is received but there
is no Map Descriptor to store the Module data
FCI_E3_STAT_EMPTY_MSG
7
Number of times that a message line was zero bytes
long (excluding the terminator)
FCI_E3_STAT_SHORT_MSG
8
Number of times that a message line was too short
probably a system id tag line
FCI_E3_STAT_NO_RESET
9
Increments each time a reset was rcvd but no Data
Array was reset
FCI_E3_STAT_NO_PLACE_TO_STORE_PANEL
10
Increments each time point data is received but there
is no Map Descriptor to store data that cannot be
attributed to a zone, relay, loop, sensor, module
FCI_E3_STAT_RCVD_MSGS
11
Increments each time a message is received
FCI_E3_STAT_RCVD_BYTES
12
Increments each time a character is received from the
panel. The bytes are only added when a message
terminator is received. Thus this count is equivalent to
the byte count in all FCI_E3_STAT_RCVD_MSGS
FCI_E3_STAT_PARSED_NO_ERRS_EXCLD_RESET 13
Increments each time a message is parsed without
errors. Excludes Reset Messages
FCI_E3_STAT_PARSED_NO_ERRS_RESET
14
Increments each time a reset message is parsed
without errors.