Appendix a.4.4, Acknowledge all points, Appendix a.4.5 – FieldServer FS-8700-41 User Manual
Page 23: Acknowledge a specific point

FS-8700-41 Simplex 4100 Driver Manual
Page 23 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.4.4.
Acknowledge All Points
The ackall function can be used to ack all points or all points that are in a particular state. Each time the driver uses this Map Descriptor, it checks the data in the Data
Array. If a location is non-zero then the appropriate Ack message is sent to the panel.
Map_Descriptor_Name , Data_Array_Name , Data_Array_Offset , Function , Node_Name , sim4100_func , Scan_Interval , Length
AckAll_Mapdesc
, DA_ACKALL
, 0
, Wrbx
, Node_A
, AckAll
, 1.0s
, 6
The 1st element of the Data Array is used to trigger the ack all
2nd – ack A Primary Abnormal State
3rd – ack
F Fire alarm
4th – ack
P Priority 2
5th – ack
S Supervisory
6th – ack
T Trouble
Set the array element to 1 to initiate the command. The FieldServer clears the value on completion
Appendix A.4.5.
Acknowledge a specific point
One Map Descriptor is required for each c-p-s combination requiring specific acknowledgements. The driver checks the array location corresponding to the Map
Descriptor. If the value is non-zero then an ack message is sent. The value is used to determine what kind of ack is sent.
Map_Descriptor_Name
, Data_Array_Name
, Data_Array_Offset
, Function
, Node_Name
, Length
, Scan_Interval
, sim4100_Func
, Sim4100_Card
, Sim4100_Point
, Sim4100_Sub
Ack_mapdesc1
, DA_ACK
, 0
, Wrbx
, Node_A
, 1
, 1.0s
, Ack
, 1
, 2
, 3
Ack_Mapdesc2
, DA_ACK
, 1
, Wrbx
, Node_A
, 1
, 1.0s
, Ack
, 1
, 2
, 4
Bit 0:
F
- Fire Alarm Panel
Bit 1:
P
- Priority 2 alarm state
Bit 2:
T
- Trouble State
Bit 3:
S
- Supervisory State
Bit 4:
U
- Utility Monitor
Bit 5:
C
- Control State
Bit 6:
D
- Disable Trouble State
Bit 7:
A
- Primary Point
The function is Wrbx, the message is only sent when
the value is updated.