A SERVICE OF

logo

Chapter 7 Define a program component
140 Rockwell Automation Publication 1756-RM084S-EN-P - March 2015
Attribute Description
RecipePhaseNames The FactoryTalk Batch recipe phases for the Equipment Phase. This value is set by the FactoryTalk Batch software when
you synchronize with a project file. Do not modify this value.
The Child Program component defines the child programs used in the logic you
export. A child program is a program defined as the logical child of another
program in the Logical Organizer in the Logix Designer application.
L5K CHILD_PROGRAM structure
PROGRAM <program_name> [(Description := "text",
Program_Attributes)]
[TAG declaration]
[ROUTINE declaration]
[FBD_ROUTINE declaration]
[SFC_ROUTINE declaration]
[ST_ROUTINE declaration]
[CHILD_PROGRAMS]
END_PROGRAM
L5X child program structure
<Programs>
<Program [Program_Attributes]>
<Description>
<![CDATA[ text ]] >
</Description>
<Tags>
tags
</Tags>
<Routines>
routines
</Routines>
<ChildPrograms>
child_programs
</ChildPrograms>
</Program>
</Programs>
Child program component