FieldServer FS-8700-127, HCS-R User Manual

-
Driver Version:
1.00
A Sierra Monitor Company
(Supplement to the FieldServer Instruction Manual)
FS-8700-127 Hanning & Kahl
HCS-R
APPLICABILITY & EFFECTIVITY
Effective for all systems manufactured after May 1, 2001
Document Revision: 9
FS-8700-127 Hanning & Kahl HCS-R Manual Table of Contents
TABLE OF CONTENTS
1.
HANNING & KAHL HCS-R DESCRIPTION.................................................................... 3
2.
DRIVER SCOPE OF SUPPLY ........................................................................................ 4
2.1.
Supplied by FieldServer Technologies for this driver.................................................. 4
3.
HARDWARE CONNECTIONS........................................................................................ 5
3.1.
Hardware Connection Tips / Hints.............................................................................. 5
4.
CONFIGURING THE FIELDSERVER AS A HCS-R CLIENT.......................................... 6
4.1.
Data Arrays/Descriptors............................................................................................. 6
4.2.
Client Side Connection Descriptions .......................................................................... 7
4.3.
Client Side Node Descriptors ..................................................................................... 7
4.4.
Client Side Map Descriptors....................................................................................... 8
4.4.1. FieldServer Related Map Descriptor Parameters.................................................... 8
4.4.2. Driver Related Map Descriptor Parameters............................................................. 8
4.4.3. Timing Parameters ................................................................................................. 8
4.5.
Map Descriptor Example: Read Data......................................................................... 9
4.6.
Map Descriptor Example: Read Data and Keep History............................................10
5.
CONFIGURING THE FIELDSERVER AS A HCS-R SERVER.......................................11
5.1.
Server Side Connection Descriptors .........................................................................11
5.2.
Server Side Node Descriptors...................................................................................12
5.3.
Server Side Map Descriptors ....................................................................................13
5.3.1. FieldServer Specific Map Descriptor Parameters...................................................13
5.3.2. Driver Specific Map Descriptor Parameters ...........................................................13
5.3.3. Map Descriptor Example. - SMD_HCSR_01 Map Descriptor to Serve HCS-R clients. 14
APPENDIX A. ADVANCED TOPICS.....................................................................................15
Appendix A.1. 1. How Client Stores Data:...........................................................................15
Appendix A.1.1. Data_Type is Ana_Input or not specified................................................15
Appendix A.1.2. Data_Type is Digi_Input.........................................................................15
Appendix A.2. 2. How Server expects Data:........................................................................16
Appendix A.2.1. Data_Type is Ana_Input or not specified................................................16
Appendix A.2.2. Data_Type is Digi_Input.........................................................................16
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-127 Hanning & Kahl HCS-R Manual Page 3 of 17
1. Hanning & Kahl HCS-R Description
The Hanning & Kahl HCS-R driver allows the transfer of data from devices over RS-232 HCS-R protocol. Data is read from HCS-R and current data stored in a specified memory area. The driver can store the data with its loop data status distinct memory areas depending on wheter the data is on loop or from loop. The driver is based on section 10.5 of Hanning & Kahl - part number 40801121. The FieldServer can act as a Client or Server.
Max Nodes Supported
FieldServer Mode Nodes Comments
Client 1 Only 1 virtual client per port allowed on multidrop systems,
Server 1 This is a protocol limit, maximum devices can be polled by Client
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-127 Hanning & Kahl HCS-R Manual Page 4 of 17
2. Driver Scope of Supply
2.1. Supplied by FieldServer Technologies for this driver
FieldServer Technologies PART #
FS-8915-10 UTP cable (7 foot) for RS-232 use FS-8700-127 Driver Manual.
Description
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-127 Hanning & Kahl HCS-R Manual Page 5 of 17
08
3. Hardware Connections
The FieldServer is connected to the Hanning & Kahl HCS-R as shown in connection drawing.
Configure the HCS-R according to manufacturer’s instructions
HCS-R
(Hanning Communication System)
RS-232
FS-8917-02
8917-02 WIRE LIST
FUNCTION
Rx
GND
Tx RTS CTS
FROM RJ45-01 RJ45-04 RJ45-08
TO DB9F-03 DB9F-05 DB9F-02 DB9F-07 DB9F-08
RJ45 CAT 5 Cable
3.1. Hardware Connection Tips / Hints
1. Loop back RTS CTS if it is required by the other device.
FIELDSERVER
HANNING KAHL
CONNECTION DIAGRAM
BASE NAME: FS-8700-127 FILE NAME:
(408)-262-2299
DATE: 2/12/ BY: MC
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-127 Hanning & Kahl HCS-R Manual Page 6 of 17
4. Configuring the FieldServer as a HCS-R 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” sample files provided with the FieldServer).
This section documents and describes the parameters necessary for configuring the FieldServer to communicate with a HCS-R Server.
4.1. Data Arrays/Descriptors
The configuration file tells the FieldServer about its interfaces, and the routing of data required. In order to enable the FieldServer for HCS-R 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.
Section Title
Data_Arrays
Column Title Function Legal Values
Data_Array_Name Provide name for Data Array
Data_Array_Format
Data_Array_Length
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 by the Map Descriptors for the data being placed in this array.
Example
// Data Arrays Data_Arrays Data_Array_Name, Data_Array_Format, Data_Array_Length DA_CURRENT, Uint16, 22 DI_FromLoop01, Bit, 22 DI_OnLoop01, Bit, 22 DI_FromLoop02, Bit, 22 DI_OnLoop02, Bit, 22 DI_FromLoop03, Bit, 22 DI_OnLoop03, Bit, 22 DI_FromLoop014 Bit, 22 DI_OnLoop04, Bit, 22
Up to 15 alphanumeric characters Float, Bit, UInt16, SInt16, Byte,
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
Loading...
+ 11 hidden pages