The AB_CSP driver allows the FieldServer to transfer data to and from devices over AB_CSP
Ethernet protocol. The FieldServer can emulate either a Server or Client.
The information that follows describes how to expand upon the factory defaults provided in the
configuration files included with the FieldServer.
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
Make sure the device IP_address is configured to be on the same IP network as 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.
Configure the PLC according to manufacturer’s instructions
PLC
FS-8915-10
SITE
ETHERNET
FS-8915-10
FIELDSERVER
AB-CSP
CONNECTION DIAGRAM
BASE NAME:
FILE NAME:
Ethernet Interface
(408)-262-2299
DATE: 5/04/04
BY: MC
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 an AB-CSP 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 AB-CSP 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
larger than the data storage area
required by the Map Descriptors for
the data being placed in this array.
Up to 15 alphanumeric
characters
INT16, INT32, BIT,
FLOAT
1-10,000
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
4.4. Client Side Map Descriptors Client Side Map Descriptors
4.4.1. FieldServer Related Map Descriptor Parameters
Column Title Function Legal Values
Map_Descriptor_Name
Data_Array_Name
Data_Array_Offset
Function
Name of this Map
Descriptor
Name of Data Array
where data is to be
stored in the
FieldServer
Starting location in Data
Array
Function of Client Map
Descriptor
Up to 32 alphanumeric
characters
One of the Data Array
names from “Data Array”
section above
0 to maximum specified in
“Data Array” section above
RDBC, WRBC, WRBX
4.4.2. Driver Related Map Descriptor Parameters
Column Title Function Legal Values
Node_Name
File_Type
File_Number
Address
Data_Array_Low_Scale* Scaling zero in Data Array -32767 to 32767, 0
Data_Array_High_Scale* Scaling max in Data Array -32767 to 32767, 100
Node_Low_Scale*
Node_High_Scale*
AB_Command
Name of Node to fetch
data from
File type in PLC N, B, F, S
File Number in PLC 0-255
Starting address of read
block
Scaling zero in Connected
Node
Scaling max in Connected
Node
Override the default
command
Client Side Nodes
0 – 255
-32767 to 32767, 0
-32767 to 32767, 100
Unprotected Command
Typed
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
5.3.1. FieldServer Related Map Descriptor Parameters
Column Title Function Legal Values
Map_Descriptor_Name
Data_Array_Name
Data_Array_Offset
Function
Name of this Map
Descriptor
Name of Data Array
where data is to be
stored in the
FieldServer
Starting location in Data
Array
Function of Client Map
Descriptor
Up to 32 alphanumeric
characters
One of the Data Array
names from “Data Array”
section above
0 to maximum specified in
“Data Array” section above
Server
5.3.2. Driver Related Map Descriptor Parameters
Column Title Function Legal Values
Node_Name
File_Type
File_Number File number in PLC 0-255
Address
Data_Array_Low_Scale* Scaling zero in Data Array -32767 to 32767, 0
Data_Array_High_Scale* Scaling max in Data Array -32767 to 32767, 100
Node_Low_Scale*
Node_High_Scale*
Name of Node to fetch
data from
File type in PLC N, B, F, I, O, S
Starting address of read
block
Scaling zero in Connected
Node
Scaling max in Connected
Node
One of the node names
specified in “Server Side
Nodes” above
0 - 255
-32767 to 32767, 0
-32767 to 32767, 100
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
RS View has been known to crash if it tries to read a server mapping that is discontinuous.
e.g. Server map 1: N21: 0-31
Server map 2: N21: 32-100
This will crash RS view as the AB_CSP will attempt to map N21: 0-100
If set up as
Server Map 1: N21: 0-100, no problems are experienced
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
The following commands are supported by the FieldServer for the various PLC types:
PLC_Type File_type FNC Read FNC Write
N 1 Range Read 0 Range Write N7: 3, L5
PLC3
PLC5
SLC5
F 1 Range Read 0 Range Write F12: 3, L5
B 1 Range Read 2 Bit Write B3/4: 5, l5
N 1 Range Read 0 Range Write N7: 3 , L5
F 1 Range Read 67 Typed Write F12: 3, L5
B 1 Range Read 26 Read Modify Write B3/4: 5, L5