FieldServer FS-8704-13 User Manual

A Sierra Monitor Company
(Supplement to the FieldServer Instruction Manual)
FS-8704-13 GE-SRTP Ethernet Driver
APPLICABILITY & EFFECTIVITY
Effective for all systems manufactured after January 1, 1999
Instruction Manual Part Number FS-8704-13
Version 1.00
Revision 1.a
9/26/2002
FS-8704-13 GE -SRTP Driver Manual
TABLE OF CONTENTS
1. GE-SRTP Driver Description...............................................................................................................................................1
2. Driver Scope of Supply..........................................................................................................................................................2
2.1 Supplied by FieldServer Technologies for this driver.............................................................................................2
2.2 Provided by user .............................................................................................................................................................2
3. Hardware Connections...........................................................................................................................................................3
4. Configuring the FieldServer as a GE-SRTP Driver Client ..............................................................................................4
4.1 Data Arrays.....................................................................................................................................................................4
4.2 Client Side Connections................................................................................................................................................5
4.3 Client Side Nodes...........................................................................................................................................................5
4.4 Client Side Map Descri ptors........................................................................................................................................5
4.4.1 FieldServer Specific Map Descriptor Parameters............................................................................................5
4.4.2 Driver Specific Map Descriptor Parameters ..................................................................................................... 6
4.4.3 Timing Parameters................................................................................................................................................6
4.4.4 Map Descriptor Example 1 – Simple Read......................................................................................................7
4.4.5 Map Descriptor Example 2 – Simple Write .....................................................................................................8
4.4.6 Map Descriptor Example 3 – Handling Bits. ...................................................................................................9
5. Configuring the FieldServer as a GE-SRTP Driver Server ........................................................................................... 10
5.1 Data Arrays...................................................................................................................................................................10
5.2 Server Side Connections.............................................................................................................................................11
5.3 Server Side Nodes ........................................................................................................................................................12
5.4 Server Side Map Descriptors......................................................................................................................................12
5.4.1 FieldServer Specific Map Descriptor Parameters..........................................................................................12
5.4.2 Driver Specific Map Descriptor Parameters ................................................................................................... 13
5.4.3 Timing Parameters..............................................................................................................................................13
5.4.4 Map Descriptor Example...................................................................................................................................14
6. Driver Notes...........................................................................................................................................................................15
6.1 Driver Stats....................................................................................................................................................................15
6.2 Driver Error messages.................................................................................................................................................16
6.3 Scaling............................................................................................................................................................................17
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 (408) 262-2299 fax: (408) 262-9042
Visit our website: www.fieldserver.com E-mail: support@fieldserver.com
Page I
FS-8704-13 GE -SRTP Driver Manual
1. GE- SRTP Driver Description
The GE -SRTP driver allows the FieldServer to transfer data to and from devices over Ethernet using GE -SRTP Driver protocol. There are two Ethernet ports standard on the FieldServer. The FieldServer can emulate either a Server or Client.
The GE -SRTP driver is capable of read & writing the data tables of a GE series 90 PLC which is equipped with an Ethernet port.
The driver is capable of exposing its communication statistics so that they can be monitored by a downstream device.
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 (408) 262-2299 fax: (408) 262-9042
Visit our website: www.fieldserver.com E-mail: support@fieldserver.com
Page 1
FS-8704-13 GE -SRTP Driver Manual
2. Driver Scope of Supply
2.1 Supplied by FieldServer Technologies for this driver
UTP cable (7 foot) for Ethernet connection UTP cable (7 foot) for RS232 use RJ45 to DB9F connector adapter RJ45 to DB25M connection adapter RS485 connection adapter Driver Manual.
2.2 Provided by user
GE-SRTP System.
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 (408) 262-2299 fax: (408) 262-9042
Visit our website: www.fieldserver.com E-mail: support@fieldserver.com
Page 2
FS-8704-13 GE -SRTP Driver Manual
Net 1
Net 2
Net 1
Net 2
3. Hardware Connections
Make sure the device IP_address is configured to be on the same IP network as on the FieldServer. Use a crossover cable if the FieldServer is connected directly to the PLC device. Use a straight cable if the FieldServer is connected to a hub.
ETHERNET CPU
A
P1 P7 R1P2 R2P3 P4 P5 P6 P8 N1 N2
RS232
CPU
364
1 2
RS485
10 Base T
ETHERNET
P4P1RxP2 P3
P7P5 P6
P8 R1
Tx Rx Tx
TxRx Rx
Tx Rx Tx TxRx Rx
Tx Rx Tx Rx Tx
R2
TxRx RxTx Con
Tx Rx Con
Options:
1
RJ45 Transceiver AAUI to 10base-T
2
NON-ETHERNET CPU
B
CPU
CCM
321
2
P1 P7 R1P2 R2P3 P4 P5 P6 P8 N1 N2
Tx Rx Tx
P4P1RxP2 P3
TxRx Rx
Tx Rx Tx TxRx Rx
RS232
P7P5 P6
P8 R1
Tx Rx Tx Rx Tx
R2
TxRx RxTx Con
RS485
Tx Rx Con
Sys
Act
Run
Com
UNDERNEATH
10 Base T
ETHERNET
Sys
Com
Ac t
Run
Pwr
(408)-262-2299
GE-SRTP
Pwr
CONNECTION DIAGRAM
BASE NAME: FILE NAME: FS-T28704-13 .VSD
DATE: 12/7/01 BY: MN
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 (408) 262-2299 fax: (408) 262-9042
Visit our website: www.fieldserver.com E-mail: support@fieldserver.com
Page 3
FS-8704-13 GE -SRTP Driver Manual
4. Configuring the FieldServer as a GE- SRTP Driver Client
For a detailed discussion on FieldServer configuration, please refer to the instruction manual for the FieldServer. 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 driver diskette).
This section documents and describes the parameters necessary for configuring the FieldServer to communicate with a GE -SRTP Driver Server.
The configuration file tells the FieldServer about its interfaces, and the routing of data required. In order to enable the FieldServer for GE -SRTP Driver communications, the driver independent FieldServer buffers need to be declared in the “Data Arrays” section, the destinatio n 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
Section Title
Data_Arrays
Column Title Function Legal Values
Data_Array_Name Provide name for Data Array Up to 15 alphanumeric
characters
Data_Format Provide data format. Each data array can only
take on one format.
Data_Array_Length Number of Data Objects. Must be larger than
the data storage area required for the data being placed in this array.
Example
// Data Arrays
Data_Arrays Data_Array_Name, Data_Format, Data_Array_Length DA_AI_01, UInt16, 200 DA_AO_01, UInt16, 200 DA_DI_01, Byte, 200 DA_DO_01, Byte, 200
FLOAT, BIT, UInt16, SInt16, Packed_Bit, Byte, Packed_Byte, Swapped_Byte 1-10,000
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 (408) 262-2299 fax: (408) 262-9042
Visit our website: www.fieldserver.com E-mail: support@fieldserver.com
Page 4
Loading...
+ 13 hidden pages