Driver Manual
(Supplement to the FieldServer Instruction Manual)
FS-8700-72 Secutron Modul-R
APPLICABILITY & EFFECTIVITY
Effective for all systems manufactured after August 2008
Document Revision: 8
FS-8700-72 Secutron Manual Table of Contents
TABLE OF CONTENTS
1.
SECUTRON MODUL-R DRIVER DESCRIPTION ...........................................................3
2.
DRIVER SCOPE OF SUPPLY.........................................................................................3
2.1.
Supplied by FieldServer Technologies for this driver.................................................. 3
3.
HARDWARE CONNECTIONS ........................................................................................4
4.
CONFIGURING THE FIELDSERVER AS A SECUTRON MODUL-R DRIVER CLIENT ..5
4.1.
Data Arrays/Descriptors ............................................................................................. 5
4.2.
Client Side Connection Descriptors............................................................................ 6
4.3.
Client Side Node Descriptors ..................................................................................... 6
4.4.
Client Side Map Descriptors....................................................................................... 7
4.4.1. FieldServer Specific Map Descriptor Parameters.................................................... 7
4.4.2. Driver Specific Map Descriptor Parameters ............................................................ 7
4.4.3. Timing Parameters.................................................................................................. 7
4.4.4. Map Descriptor Example......................................................................................... 8
5.
CONFIGURING THE FIELDSERVER AS A SECUTRON MODUL-R DRIVER SERVER 9
5.1.
Data Arrays................................................................................................................ 9
5.2.
Server Side Connection Descriptors ........................................................................ 10
5.3.
Server Side Node Descriptors.................................................................................. 10
5.4.
Server Side Map Descriptors ................................................................................... 11
5.4.1. FieldServer Specific Map Descriptor Parameters.................................................. 11
5.4.2. Driver Specific Map Descriptor Parameters .......................................................... 11
5.4.3. Map Descriptor Example....................................................................................... 12
APPENDIX A. ADVANCED TOPICS......................................................................................12
Appendix A.1. Event Function or Condition Codes............................................................. 12
Appendix A.2. Panel Circuit or Zone numbers.................................................................... 13
Appendix A.3. Panel Power-up, Restarts and Resets ........................................................ 14
Appendix A.4. Driver Messages, Error Messages and Optional Map Descriptors............... 14
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: support@fieldserver.com
FS-8700-72 Secutron Manual Page 3 of 15
1. Secutron Modul-R driver Description
The Secutron Modul-R driver allows the FieldServer to transfer data to and from a Client and a Server
panel on a single point to point network over RS-232 using Secutron Modul-R protocol.
The protocol is strictly command/response with the Client polling a Server device. A Server device can
report the generation and clearing of alarms to the polling Client. One panel can be connected per
FieldServer port. The driver supports networked panels connected to a single port. The server driver
only supports 10 panels due to memory limitations. A Server panel can consist of up to 100 circuits.
Whan an alarm is generated, a bit is set and when the alarm is cleared, the bit is cleared. The panel
number is identified by the Node_ID in the configuration file.
2. Driver Scope of Supply
2.1. Supplied by FieldServer Technologies for this driver
FieldServer Technologies PART # Description
FS-8917-16 Pigtail cable for RJ45 Port
FS-8700-72 Driver Manual.
.
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: support@fieldserver.com
FS-8700-72 Secutron Manual Page 4 of 15
3. Hardware Connections
The FieldServer is connected to the panels as shown below.
Configure the panels according to manufacturer’s instructions.
Connector Pinouts
RJ-45 Pin From RJ-45 To Secutron
1 Brown Tx
8 White/Orange Rx
5 Blue/white GND
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: support@fieldserver.com
FS-8700-72 Secutron Manual Page 5 of 15
4. Configuring the FieldServer as a Secutron Modul-R driver Client
For a detailed discussion on FieldServer configuration, please refer to the FieldServer Configuration
Manual. The information that follows describes how to expand upon the factory defaults provided in the
configuration files included with the FieldServer (See “.csv” files on the provided with the FieldServer).
This section documents and describes the parameters necessary for configuring the FieldServer to
communicate with Secutron Modul-R panels.
The configuration file tells the FieldServer about its interfaces, and the routing of data required. In order
to enable the FieldServer for Secutron Modul-R driver communications, the driver independent
FieldServer buffers need to be declared in the “Data Arrays” section, the destination device addresses
need to be declared in the “Client Side Nodes” section, and the data required from the Servers needs to
be mapped in the “Client Side Map Descriptors” section. Details on how to do this can be found below.
Note that in the tables, * indicates an optional parameter, with the bold legal value being the default.
4.1. Data Arrays/Descriptors
Section Title
Data_Arrays
Column Title Function Legal Values
Up to 15
Data_Array_Name Provide name for Data Array
Data_Format
Data_Array_Length
Example
// Data Arrays
Data_Arrays
Data_Array_Name, Data_Array_Format, Data_Array_Length
p1c1_devices, Bit, 1
p1c1_function, Byte, 1000
p1c69_restart, Bit, 1000
p1c69_function, Byte, 100
p1c90_reset, Bit, 100
p1c90_function, Byte, 100
The Poller Data Array will contain non-zero data when communications with the panel is OK.
Provide data format. Each Data Array can only take
on one format.
Number of Data Objects. Must be larger than the data
storage area required for the data being placed in this
array.
alphanumeric
characters
Bit, Byte, Packed_Bit,
Uint16
1-10,000
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: support@fieldserver.com