FieldServer FS-RA-CLX-BAS instruction manual Map Descriptors Example

Page 14

FS-RA-CLX_SlotServer_Instruction_Manual_(T17011)

Page 14 of 34

6.6.3.Map Descriptors Example

Only two Map Descriptors are allowed, one to transfer data to the Logix CPU and one to accept data from the Logix CPU.

// Server Side Map Descriptors

 

 

 

 

 

 

Map_Descriptors

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Map_Descriptor_Name,

Scan_Interval,

Function,

Node_Name,

IO_Data_Type,

DA_Name_Start4,

DA_Count,

Protocol_Type_ID

Input_BP_Image,

0.2s,

WRBC,

SlotServer_CPU,

REAL,

In_1,

2,

0

Output_BP_Image,

0.2s,

RDBC,

SlotServer_CPU,

REAL,

Out_1,

2,

0

 

 

 

 

 

 

 

 

The following Data Arrays section must exist for the above Map Descriptors:

// Data Arrays

 

 

Data_Arrays

 

 

Data_Array_Name,

Data_Format,

Data_Array_Length

In_1,

Float,

76

In_2,

Float,

76

Out_1,

Float,

76

Out_2,

Float,

76

 

 

 

The data format should be chosen to allow no loss of resolution with the chosen IO_Data_Type of the Map Descriptor, e.g. don’t use integer here if you intend transferring float data.

See the Data Arrays section for the maximum Data Array lengths allowed per IO_Data_Type chosen on the Map Descriptor.

4Refer to Appendix A.6 for information specific to naming Logics driver Data Arrays.

FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldServer.com Tel: (408) 262-2299 Fax: (408) 262-2296 Toll_Free: 888-509-1970 email: support@fieldServer.com

Image 14
Contents Applicability & Effectivity Table of Contents Appendix B Troubleshooting Tips Introduction About this product Required configuration for the SlotServer RslogixInstall the FieldServer Utilities Install the SlotServer in a ControlLogix RackWrite the SlotServer configuration Load the SlotServer Configuration into the SlotServerSlotServer Installation SlotServer Ports and DisplaysLED Technical Specifications Inside Cover Door LabelSlotServer Topology Configuring the SlotServer as a Logix I/O Server Data Arrays/DescriptorsServer Side Connection Descriptors Server Side Node DescriptorsDriver Specific Map Descriptor Parameters Map Descriptors Example Establish an RSLogix project5 Add and configure the SlotServer as an IO Module Write Ladder Program to get Input Data from Data Arrays FS-RA-CLXSlotServerInstructionManualT17011 Very Important Note Download the RSLogix Program and Run Set up the third party connectionWrite Ladder Program to Send Output Data to Data Arrays Accessing Multiple Output Data Arrays Multiple Input Data ArraysVery Important Note FS-RA-CLXSlotServerInstructionManualT17011 SlotServer Data Transfer over IO Data Image Appendix A.3. How to obtain Node Status from the SlotServer Appendix A.2. The IO image headerAppendix A.4. Dealing with ControlLogix RPI Settings Appendix A.5.2. Setup Appendix A.5.3. RSLogix configurationAppendix A.5.4. RSNetWorx configuration Appendix A.5.5. Testing FS-RA-CLXSlotServerInstructionManualT17011 Appendix A.6. Rules for Naming Logix driver Data Arrays Wrbc CPU1 INT Rdbc CPU1 INTFS-RA-CLXSlotServerInstructionManualT17011 This page Intentionally Left Blank