A SERVICE OF

logo

Rockwell Automation Publication 1756-RM084S-EN-P - March 2015 217
Chapter 12
Define a task component
This chapter explains the overall structure of the task component.
A task component defines a task in the controller project. The maximum number
of tasks depends on the type of controller.
Controller Maximum Number of Tasks
ControlLogix 32
SoftLogix5800 32
FlexLogix 8
CompactLogix
1768-L30x
1769-L33x
1769-L36x
32
32
23
DriveLogix 8
L5K TASK structure
TASK <task_name> [(Description := "text", Attributes)]
<program_name>;
END_TASK
L5X task structure
<Tasks>
<Task [Task_Attributes]>
<Description>
<![CDATA[ text ]]>
</Description>
<EventInfo [EventInfo_Attributes]>
<ScheduledPrograms>
< ScheduledProgram Name="program_name" />
</Programs>
</Task>
</Tasks>
Introduction
Task component