The GE-SNP Serial driver allows the FieldServer to transfer data to and from devices over
either RS-232 or RS-485 using GE-SNP Serial protocol. The FieldServer can emulate either a
Server or Client.
The FieldServer provides functions to read and write PLC memory and change the privilege
level. Standard SNP mailbox messages are used. The driver does not support Datagram
messages and cannot parse them. These messages are defined by the SNP protocol to allow
multiple data types to be packed into one message. They are not commonly used by the HMI
and 3rd party applications and are inconsistent with the FieldServer’s Write Throughand Port Expander capabilities.
The driver can expose communications statistics in a Data Array so that downstream devices
can monitor them.
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldServer.com
The FieldServer is connected to the GE PLC in one of two ways.
Almost every GE PLC has a RS-232 and RS-485 port. Possible cable configurations are
illustrated below.
A converter is required to connect between RS-232 and RS-485. An example of connection
configurations for the Model480TLED connector is depicted overleaf. Any equivalent connector
can be used.
RS-485 port
Cable 1
RS-485 port
15 pin female
FieldServerGE-PLC
C
a
b
l
e
4
RS-232 port
Pin 1 at bottom
Cable 1
FieldServer
+
Tx
-
+
Rx
-
Gnd
RS-232 port
3
e
l
b
a
C
Cable 2
GE
10
+
Tx
-
11
12
+
Rx
-
13
7
Gnd
RJ11
Cable 2
FieldServer
Tx
Rx
Gnd
-
GE
5
Rx
Tx
2
3
Gnd
4
1
CTS
*
6
RTS
CONNECTION DIAGRAM
BASE NAME:
FILE NAME:
GE SNP
DATE: 2/2/
BY: MF
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldServer.com
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 GE_SNP 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 GE_SNP 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
Provide data format. Each Data Array
can only take on one format.
Number of Data Objects. Must be
Data_Array_Length
larger than the data storage area
required by the Map Descriptors for
the data being placed in this array.
Parity* Specify parity
Data_Bits* Specify data bits
Stop_Bits* Specify stop bits
Handshaking* Hnadshaking is not supported
Poll _Delay* Time between internal polls
Baud 19,200 19,200
Data Bits 8 8
Parity Odd Odd
Stop Bits 1 1
Max Link Idle Time 10 Secs 5 Secs
GE Port Capabilities
Baud 300, 600, 1200, 2400, 4800, 9600, 19200
Data Bits 8
Parity Odd, Even, None
Stop Bits 1, 2
Max Link Idle Time 1 to 60 Secs
Specify which port the device is
connected to the FieldServer
P1-P8, R1-R21
110 – 19200, standard baud rates
only (Vendor limitation), 19200
Even, Odd, None, Mark, Space
7, 8
1
None
0-32000 seconds, 1 second
The timeout specified for the connection is used as the data link layer
timeout. It is also used as the timeout for each Map Descriptor if a timeout
is not explicitly defined for a Map Descriptor.
Series 90-30 PLC’s Series 90-70 PLC’s
1
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