Appendix b.2. driver stats exposed, Appendix b.2 – FieldServer FCI 7100 Series User Manual
Page 17

FS-8700-112 Gamewell-FCI 7100 Driver Manual
Page 17 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]
Message
Description
FCI7100:#36 Err. Too Short. Bytes=%d , conn->ux_iptr"
An event message is less than 80 bytes long. If
this error is repeated often it is possible that a
FCI firmware update as made the driver
unusable. Take a log and contact tech support.
Appendix B.2. Driver Stats Exposed.
In addition to the standard FieldServer operating statistics the driver exposes certain key stats in a Data Array if
required. A Server Side device can then monitor these stats.
Add the following to your configuration file to activate these stats.
// Expose Driver Operating Stats.
Data_Arrays
Data_Array_Name , Data_Format , Data_Array_Length
fci-7100-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
#define FCI_7100_STAT_NO_PLACE_TO_STORE
1
Increments each time point data is received but
there is no Map Descriptor to store the data (any)
#define
FCI_7100_STAT_NO_PLACE_TO_STORE_ZONE
2
Increments each time point data is received but
there is no Map Descriptor to store Zone data
#define
FCI_7100_STAT_NO_PLACE_TO_STORE_RELAY
3
Increments each time point data is received but
there is no Map Descriptor to store Relay data
#define
FCI_7100_STAT_NO_PLACE_TO_STORE_LOOP
4
Increments each time point data is received but
there is no MD to store the Loop data
#define
FCI_7100_STAT_NO_PLACE_TO_STORE_SENSOR
5
Increments each time point data is received but
there is no MD to store the Sensor data
#define
FCI_7100_STAT_NO_PLACE_TO_STORE_MODULE
6
Increments each time point data is received but
there is no MD to store the Module data
#define FCI_7100_STAT_EMPTY_MSG
7
Number of times that a message line was was zero
bytes long (excluding the terminator)
#define FCI_7100_STAT_SHORT_MSG
8
Number of times that a message line was was too
short probably a system id tag line
#define FCI_7100_STAT_NO_RESET
9
Increments each time a reset was rcvd but no DA
was reset
#define
FCI_7100_STAT_NO_PLACE_TO_STORE_PANEL
10
Increments each time point data is received but
there is no MD to store data that cannot be
attributed to a zone, relay, loop, sensor, module