FieldServer FS-8700-41 Computer Drive User Manual


 
FS-8700-41 Simplex 4100 Driver Manual Page 35 of 58
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
Tel: (408) 262-2299 Fax: (408) 262-2296 Toll_Free: 888-509-1970 email: support@fieldserver.com
Appendix A.14. Advanced Map Descriptor Example 5 - AckAll
This example illustrates the use of the ‘AckAll’ function. Each time the driver uses this Map Descriptor, it checks the data in the Data
Array. If one location is non-zero then the appropriate ack message is sent to the panel. As the function is wrbx, the message is only
sent when the value is updated.
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
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
Appendix A.15. Advanced Map Descriptor Example 6 - Silence / Reset
Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Node_Name, sim4100_func, Scan_Interval, Length
Silence_Mapdesc, DA_TRIGGERS, 0, Wrbx, Node_A, Silence, 1.0s, 6
Reset_Mapdesc, DA_TRIGGERS, 1, Wrbx, Node_A Reset, 1.0s 6
As the function is wrbx, the message is only sent when the value is updated.
Note: When configured as a Server, the driver increments the value in the associated DA element each time a silence/reset is
received.
If location 0 goes non-zero then a silence
message is sent. If location 1 goes non-zero
then a reset message is set.
Driver’s set the trigger back to zero once the
message has been set.