FieldServer FS-8704-12 User Manual

Driver Version:
1.02
Document Revision:
3
APPLICABILITY & EFFECTIVITY
Effective for all systems manufactured after April 2010
Driver Manual
(Supplement to the FieldServer Instruction Manual)
FS-8704-12 GE-EGD
A Sierra Monitor Company
FS-8704-12 GE-EGD Driver Manual Table of Contents
TABLE OF CONTENTS
1 GE-EGD (Ethernet Global Data) Description ............................................................................................... 3
2 Driver Scope of Supply ............................................................................................................................. 3
2.1 Supplied by FieldServer Technologies for this driver ........................................................................................ 3
2.2 Provided by the Supplier of 3rd Party Equipment .............................................................................................. 3
3 Hardware Connections ............................................................................................................................. 4
4 Data Array Parameters ............................................................................................................................. 5
5 Configuring the FieldServer as a GE-EGD Client .......................................................................................... 6
5.1 Client Side Connection Parameters .................................................................................................................... 6
5.2 Client Side Node Parameters .............................................................................................................................. 7
5.3 Client Side Map Descriptor Parameters ............................................................................................................ 7
5.3.1 FieldServer Specific Map Descriptor Parameters ...................................................................................... 7
5.3.2 Driver Specific Map Descriptor Parameters ............................................................................................... 8
5.3.3 Map Descriptor Example 1: - Simple Consumer Map Descriptor ............................................................. 9
5.3.4 Map Descriptor Example 2: - Multiple Consumer Map Descriptor ........................................................ 10
6 Configuring the FieldServer as a GE-EGD Server ........................................................................................ 11
6.1 Server Side Connection Parameters ................................................................................................................. 11
6.2 Server Side Node Parameters ........................................................................................................................... 11
6.3 Server Side Map Descriptors............................................................................................................................. 12
6.3.1 FieldServer Specific Map Descriptor Parameters .................................................................................... 12
6.3.2 Driver Specific Map Descriptor Parameters ............................................................................................. 12
6.3.3 Timing Parameters .................................................................................................................................... 12
6.3.4 Map Descriptor Example........................................................................................................................... 13
Appendix A. Vendor Information .................................................................................................................... 14
Appendix A.1. Enable the FieldServer to read data from a 90-xx PLC. ....................................................................... 14
Appendix A.1.1. Use Versapro to configure/look at the EGD configuration. ..................................................... 14
Appendix A.1.2. Create a CSV file that will consume the produced data. .......................................................... 16
Appendix B. Troubleshooting .......................................................................................................................... 19
Appendix B.1. ProducerID with FieldServer device as Producer ................................................................................ 19
Appendix B.2. Produced Time Stamp ........................................................................................................................... 19
Appendix B.3. Status Values .......................................................................................................................................... 19
Appendix B.4. Error Messages ...................................................................................................................................... 19
Appendix B.5. EGD-ii (EGD Internal Indications) .......................................................................................................... 20
Appendix B.6. Driver Stats ............................................................................................................................................. 21
Appendix C. Reference ................................................................................................................................... 23
Appendix C.1. Data Types .............................................................................................................................................. 23
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-8704-12 GE-EGD Driver Manual Page 3 of 23
FieldServer Technologies PART #
Description
FS-8915-10
UTP cable (7 foot) for Ethernet connection
1 GE-EGD (ETHERNET GLOBAL DATA) DESCRIPTION
The GE-EGD (Ethernet Global Data) driver allows the FieldServer to transfer data to and from devices over Ethernet using GE-EGD (Ethernet Global Data) protocol. The FieldServer can emulate either a Server or Client.
GE Fanuc Automation and GE Drive Systems developed an Ethernet Global Data, or EGD, exchange for PLC and computer data in 1998. EGD uses UDP or datagram messages for fast transfer of up to 1400 bytes of data from a producer to one or more consumers. UDP messages have much less overhead than the streaming TCP connection used for programming or CommReq’s over SRTP Ethernet. Like Genius® broadcast input or directed control messages, UDP messages are not acknowledged. They can be sent at short intervals. Chances of one or more messages being dropped are small on a local area network.
As a Client the FieldServer acts as an EGD consumer. As a Server the FieldServer acts as an EGD producer.
The IC697CMM742 Ethernet module supports both GE SRTP and GE EGD.
2 DRIVER SCOPE OF SUPPLY
2.1 Supplied b y Fie ld Server Technologies for t his dri ver
2.2 Provided b y the Supplie r of 3
EGD capable GE communication/processor module.
The IC697CMM742 modules configured with Control and IC693CPU364 and IC200CPUE05 configured with VersaPro can send and receive EGD.
rd
P a rty Equipment
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-8704-12 GE-EGD Driver Manual Page 4 of 23
FieldServer
FieldServer Part #
8915-10
UTP cable
Connect to an Ethernet Port
on the FieldServer
N1
18
Hub/Router
GE-EGD Device
N7
3 HARDW ARE CONNECTIONS
The FieldServer is connected to the Site Ethernet as shown below.
Configure and connect the "GE TCP/IP Ethernet Interface Type 2" according to manufacturer’s instructions.
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-8704-12 GE-EGD Driver Manual Page 5 of 23
Section Title
Data_Arrays
Column Title
Function
Legal Values
Data_Array_Name
Provide name for Data Array
Up to 15 alphanumeric characters
Data_Array_Format
Provide data format. Each Data Array can only take on one format.
Float, Bit, UInt16, SInt16
Data_Array_Length
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.
1-10, 000 // Data Arrays
Data_Arrays
Data_Array_Name
, Data_Array_Format
, Data_Array_Length
DA_AI_01
, UInt16
, 200
DA_AO_01
, UInt16
, 200
DA_DI_01
, Bit
, 200
DA_DO_01
, Bit
, 200
4 DATA ARRAY P AR AMETERS
Data Arrays are “protocol neutral” data buffers for storage of data to be passed between protocols. It is necessary to declare the data format of each of the Data Arrays to facilitate correct storage of the relevant data.
Example
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-8704-12 GE-EGD Driver Manual Page 6 of 23
Section Title
Adapter
Column Title
Function
Legal Values
Adapter
Adapter Name
N1,N21
Protocol
Specify protocol used
ge_egd
// Client Side Connections
Adapters
Adapter
, Protocol
N1
, ge_egd
1
5 CONFIGURING THE FIEL DSERVER AS A GE-EGD CLIENT
Historically, one uses the client-server model to describe the operation of most protocols. Recently producer­consumer model protocols have started to become more numerous. The GE-EGD (Ethernet Global Data) is a producer-consumer model protocol. In equating the two models it is important to regard the consumer as a
passive (FieldServer) client. Other clients typically are active and poll for new data. The consumer is a passive client in that waits to digest new data generated by a producer.
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 t he configuration files included with the FieldServer (See “.csv” files provided with the FieldServer).
This section documents and describes the parameters necessary for configuring the FieldServer to communicate with a GE-EGD Producer.
The configuration file tells the FieldServer about its interfaces, and the routing of data required. In order to enable the FieldServer for GE-EGD 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.
5.1 Client Sid e Con nectio n Par ameter s
Example
Not all ports shown are necessarily supported by the hardware. Consult the appropriate Instruction manual for details of the ports available
on specific hardware.
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-8704-12 GE-EGD Driver Manual Page 7 of 23
Section Title
Nodes
Column Title
Function
Legal Values
Node_Name
Provide name for Node
Up to 32 alphanumeric characters
IP_Address
The IP address in dot format of the EGD-Device.
Nnn.nnn.nnn.nnn Where nnn is in the range 0-255.
Protocol
Specify protocol used
ge_egd
Adapter
Specify which adapter connects to the network the EGD­device is connected to.
N1, N22 // Consumer (Passive Client) Side Nodes
Nodes
Node_Name
, IP_Address
, Adapter
, Protocol
Node_A
, 192.168.1.102
, N1
, ge_egd
Column Title
Function
Legal Values
Map_Descriptor_Name
Name of this Map Descriptor
Up to 32 alphanumeric characters..
Data_Array_Name
Name of Data Array where data is to be stored in the FieldServer
One of the Data Array names from Section 4
Data_Array_Location
Starting location in Data Array
0 to (Data_Array_Length-1) as specified in Section 4
Function
Function of Client Map Descriptor
Passive
2
5.2 Client Sid e Node P aram eters
Example
5.3 Client Side Map Descriptor Parameters
5.3.1 FieldSer ver Specif ic M ap Des c riptor P arameters
Not all ports shown are necessarily supported by the hardware. Consult the appropriate Instruction manual for details of the ports available
on specific hardware.
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...
+ 16 hidden pages