PROFIBUS DP Master Driver Manual
Page 6 of 14
CONFIGURING THE FIELDSERVER AS A PROFIBUS DP MASTER CLIENT
For detailed information on FieldServer configuration, 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 (s
ee “.csv” sample files provided with the FieldServer).
This section documents and describes the parameters necessary for configuring the FieldServer to
communicate with up to 125 PROFIBUS DP Slaves.
The configuration file tells the FieldServer about its interfaces, and the routing of data required. In order to
enable the FieldServer for PROFIBUS DP Master 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: In the tables below, * indicates an optional parameter and the bold legal value the default.
4.1
FieldServer
Section Title
FieldServer
Column Title
Function
Legal Values
System_Station_Address PROFIBUS address of the DP Master. 0-125
4.2
Data Arrays/Descriptors
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, Byte, Uint16,
Uint32, Sint16, Sint32
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-10000
Example
// Data Arrays
Data_Arrays
Data_Array_Name ,Data_Array_Format ,Data_Array_Length
Byte_Output
, Byte
, 10
Byte_Input
, Byte
, 10
Word_Output
, Uint16
, 10
Word_Input
, Uint16
, 10
Float_Output
, Float
, 10
Float_Input
, Float
, 10