Programs, tasks, and routines
A project file contains the building blocks of the control system:
- Tasks. Tasks are the basic scheduling mechanism for executing a program. The default configuration contains a continuous task, calledMain Task.
- Programs. A program calledMain Programexists in the Main Task
- Routines. A routine calledMain Routineexists in the Main Program. Main Routine is the main routine of the program.
The system executes the task, programs, and routines defined in the project from beginning to end.
Provide Feedback