Appendix a.5. arming and de-arming entities, Appendix a.5 f, Appendix a.5 – FieldServer FS-8700-40 User Manual
Page 25: O appendix a.5

FS-8700-40 SBT FSI Driver Manual
Page 25 of 32
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.5. Arming and De-Arming Entities
This example demonstrates the methodology to arm or disarm equipment on the MXL/XLS panel as per the SBT-FSI protocol specification. This relates to the
opcodes Disarm/manuallycontrol entity – opcode 0x77; Arm entity – opcode 0x78,
The configuration example in Section 4 can be modified as per the example below for Arming and De-arming Entities on the MXL Panel.
// Data Arrays
//
Data_Arrays
Data_Array_Name
, Data_Format
, Data_Array_Length
Counts_1
, Uint16
, 19
Arm_Disarm_Ent
, Bit
, 10
// Client Side Connections
//
Connections
Port
, Baud
, Parity
, Data_Bits
, Line_Drive_On
, Line_Drive_Off
, Enhanced_Protocol
, Protocol
, System_Type
P1
, 19200
, Even
, 7
, 0.001
, 0.001
, No
, Cerberus
, MXL
// Client Side Map Descriptors
//
Map_Descriptors
Map_Descriptor_Name
, Scan_Interval
, Data_Array_Name
, Data_Array_Offset
, Function
, Node_Name
, Block_Number
, Length
, Msg_Type
POLLER_1
, 2.0s
, Counts_1
, 0
, Rdbc
, Panel1
, 1
, 19
, Poller
Map_Descriptors
Map_Descriptor_Name
, Scan_Interval
, Data_Array_Name
, Data_Array_Offset
, Function
.Node_Name
, Block_Number
, Block_Offset
, Length
, Msg_Type
, Entity_Types
PNL_1_Arm_Disarm
, 0s
, Arm_Disarm_Ent
, 0
, Awt
, Panel1
, 1
, 1
, 10
, Entity_Arm_Disarm , Inputs
Map_Descriptors
Map_Descriptor_Name , Scan_Interval , Data_Array_Name , Data_Array_Offset , Function , Node_Name , Block_Number , Block_Offset , Length , Msg_Type
, Entity_Types , Entity_Energizations
PNL_1_Arm_Disarm
, 0s
, Arm_Disarm_Ent , 0
, Awt
, Panel1
, 1
, 1
, 10
, Entity_Arm_Disarm , Outputs
, De-energize
Map_Descriptors
Map_Descriptor_Name , Scan_Interval , Data_Array_Name , Data_Array_Offset , Function , Node_Name , Block_Number , Block_Offset , Length , Msg_Type
, Entity_Types , Entity_Energizations
PNL_1_Arm_Disarm
, 0s
, Arm_Disarm_Ent , 0
, Awt
, Panel1
, 1
, 1
, 10
, Entity_Arm_Disarm , Outputs
, Energize
The configuration example in Section 4 can be modified as per the example below for Arming and De-arming Entities on the XLS panel.
// Data Arrays
//
Data_Arrays
Data_Array_Name
, Data_Format
, Data_Array_Length
Counts_1
, Uint16
, 19
Arm_Disarm_Ent
, Bit
, 10