FS-8700-41 Simplex 4100 Driver Manual
Page 17 of 48
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 A.1.1.
Simpl ex Point Status Data For mat
When a point status is obtained the FieldServer will write one byte of data to a Data Array. The byte will contain the follow ing
information. Ensure that the function of the Data Array is not Bit..
Bit
Identifier Description
0 (First Bit) F
Fire Alarm
1
P
Priority 2
2
S
Supervisory
3
T
Trouble
4
U
Utility
5
C
Control
6
D
Disable
7
A
Primary state (based on point type - F if smoke detector, C if signal circuit, etc.)
Appendix A.2.
SHOW Function Attributes and Attribute States
The Show command provides an ASCII response formatted for printing. The driver parses these messages and converts the
data to numbers which can be sent to Client devices using another protocol.
The driver performs the following tasks in analyzing the response.
On a line by line basis from the left, it searches for an attribute against a table of attribute strings. If an attribute string is
found, processing continues. Otherwise the line is discarded.
The attribute number is used to determine the array location where the attribute state/value will be stored.
The attribute also determines the state/value extraction method.
Method 1: The driver compares the remainder of the line against a table of attribute states. The value of the
attribute state is stored in the array location determined by the attribute,
Method 2: The driver looks for (up to three) analog values separated by forward slashes.
Method 3: The driver looks for analog values preceded by an equal sign.
The driver stores in the first array location the number of response lines which resulted in attribute data being stored.
This information can be used for troubleshooting.