Appendix a.1.1, Simplex point status data format, O appendix a.1.1 f – FieldServer FS-8700-41 User Manual
Page 17

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 email: [email protected]
Appendix A.1.1.
Simplex Point Status Data Format
When a point status is obtained the FieldServer will, by default, write one byte of data to a Data Array. The byte will contain
the following information. Ensure that the funcion of the Data Array Type used is not Bit..
Bit
Identifier State
Store
Value
Bit
Store
Value
Description
0
(First
Bit)
F
1
0
Fire Alarm
1
P
2
1
Priority 2
2
S
3
2
Supervisory
3
T
4
4
Trouble
4
U
5
8
Utility
5
C
6
16
Control
6
D
7
32
Disable
7
A
8
64
Primary state (based on point type - F if smoke detector, C if
signal circuit, etc.)
State or Bit Store options can be chosen using the Node_Option Parameter. The value provided depending on the option
chosen is shown in the appropriate column in the Data Array.
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.