A SERVICE OF

logo

Chapter 1 Import and export files
44 Rockwell Automation Publication 1756-RM084S-EN-P - March 2015
Force Values
Force values are indicated with an additional <ForceData> XML tag element for
both raw and L5K data formats. However, for decorated data, force values are
indicated with ForceValue attribute in the <DataValue> XML tag element of the
decorated data format.
<Tag Name="aDINTTag" TagType="Produced"
DataType="DINT" Radix="Decimal">
<ProduceInfo ProduceCount="1"
ProgrammaticallySendEventTrigger="false"
UnicastPermitted="false"/>
<Data>03 00 00 00</Data>
<ForceData>00 00 00 00 FF FF FF FF 07 00 00
00
</ForceData>
<Data Format="L5K">
<![CDATA[3 ]]>
</Data>
<ForceData Format="L5K">
<![CDATA[[0,0,0,0,-1,-1,-1,-1,7,0,0,0] ]]>
</ForceData>
<Data Format="Decorated"><DataValue
DataType="DINT" Radix="Decimal" Value="3"
ForceValue="7"/>
</Data>
</Tag>
The .L5K import/export file contains these components. The L5K format for
each component is described in subsequent chapters of this reference manual.
Component Description See Chapter
CONTROLLER The controller Chapter 2 Define a Controller Component on page 49
DATATYPE User-defined and I/O data structures Chapter 3 Define a Datatype Component on page 63
MODULE Modules in the controller organizer Chapter 4 Define a Module Component on page 69
ADD_ON_INSTRUCTION_
DEFINITION
Add-On Instructions Chapter 5 Define an Add-On Instruction Component on page 85
TAG Controller-scope tags Chapter 6 Define a Tag Component on page 105
PROGRAM Program files Chapter 7 Define a Program Component on page 137
ROUTINE Ladder logic routines Chapter 8 Define a Ladder Logic Routine on page 147
FBD_ROUTINE Function block diagram routines Chapter 9 Define a Function Block Diagram Routine on page 159
SFC_ROUTINE Sequential function chart routine Chapter 10 Define a Sequential Function Chart Routine on page 183
ST_ROUTINE Structured text routine Chapter 11 Define a Structured Text Routine on page 205
TASK Controller tasks Chapter 12 Define a Task Component on page 217
PARAMETER_CONNECTION Program Parameter connections Chapter 13 Define a Parameter Connection on page 221
.L5K file structure