SlotServer Configuration Manual
Page 6 of 37
ProSoft Technology, Inc. is the exclusive provider of FieldServer SlotServers.
For Technical Support call +1 661.716.5100
CONFIGURING THE CPU INTERFACE TO THE SLOTSERVER
3
3.1
CPU interface Description
The SlotServer Data Images (Data Arrays) share data between the ControlLogix CPU tags (using the backplane for
communication) and the FieldServer Logix driver. To map the Logix Driver, the Driver needs to be configured in the
SlotServer Configuration. The information that follows details the configuration parameters that can be used for
this driver. The driver can only act as an I/O Server (Adapter) to a ControlLogix CPU. The SlotServer presently
works with ENBT Ethernet cards, but not EN2F. When configured in remote rack applications, the SlotServer does
not support the use of EN2T-A cards, but is compatible with EN2T-B cards.
Max Nodes Supported
SlotServer Mode Nodes Comments
Server
1
Only one IO image connection supported
// Common Information
FieldServer
Title
, System_Station_Address
SlotServer Server v1.03d
, 1
3.2
Data Array Parameters
The configuration file tells the SlotServer about its interfaces, and the routing of data required. In order to enable
the SlotServer for Logix communications, the driver independent SlotServer buffers need to be declared in the
“Data Arrays” section.
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,
Packed_Bit, Byte, Packed_Byte,
Swapped_Byte
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.
For IO_Data_Type:
Real 1-120
Uint 1-244
Sint 1-492
Dint - 1-120
Example
// Data Arrays
Data_Arrays
Data_Array_Name ,Data_Array_Format ,Data_Array_Length
TestOut_1
, UInt16
, 244
TestOut_2
, UInt16
, 244
TestIn_1
, UInt16
,244
TestIn_2
, UInt16
, 244