Appendix a.6.1, Fieldserver configuration file – FieldServer FS-8704-14 User Manual

Page 22

Advertising
background image

FS-8704-14 EtherNet/IP Manual

Page 22 of 31

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: [email protected]

Appendix A.6.1.

FieldServer Configuration File

// Data Arrays

//

Data_Arrays

Data_Array_Name , Data_Format , Data_Array_Length
DA_Read

, Float

, 50

DA_Write

, Float

, 50

// Client Side Connections
//

Connections

Adapter

, Protocol

N1

, Ethernet/IP

// Client Side Nodes

//

Nodes

Node_Name

, IP_Address , Protocol

, Adapter

EIP_01

, 192.168.1.9 , Ethernet/IP , N1

// Client Side Map Descriptors

//

Map_Descriptors

Map_Descriptor_Name , Scan_Interval , Data_Array_Name , Data_Array_Offset , EIP_CON_TYP

, Node_Name , Function

, EIP_SERVICE

, EIP_PATH , EIP_TAG_NAME , Length

PLC_TO_FIELDSERVER

, 0.1

, DA_Read

, 0

, EXPLICIT

, EIP_01

, Rdbc

, DATA_TABLE_READ

, 1 0

, FS_Status

, 20

FIELDSERVER_TO_PLC

, 0.1

, DA_Write

, 0

, EXPLICIT

, EIP_01

, Wrbc

, DATA_TABLE_WRITE

, 1 0

, FS_Control

, 20

These are the PLC Tag names that will be accessed in the PLC.
The names must match the PLC tag name exactly.

Appendix A.3 lists the paths for
specific devices

Advertising