![Allen-Bradley 1769-L16ER-BB1B User Manual Download Page 259](http://html1.mh-extra.com/html/allen-bradley/1769-l16er-bb1b/1769-l16er-bb1b_user-manual_2900142259.webp)
264
Rockwell Automation Publication 1769-UM021G-EN-P - October 2015
Chapter 10
Develop Applications
Figure 39 - Elements of a Control Program
Tasks
A Logix5000™ controller lets you use multiple tasks to schedule and prioritize the
execution of your programs that are based on criteria. This multitasking allocates
the processing time of the controller among the different operations in your
application:
•
The controller executes only one task at a time.
•
One task can interrupt the execution of another task and take control.
•
In any given task, multiple programs can be used. However, only one
program executes at a time.
•
You can display tasks in the Controller or Logical Organizer views, as
necessary.
Control Application
Controller Fault Handler
Task 32
Task 1
Configuration
Status
Watchdog
Program 1000
Program 1
Main Routine
Fault Routine
Program (Local
Tags and
Parameters)
Other
Routines
Controller (global)
Tags
I/O Data
System-shared Data
Controller Fault Handler