Tasks, programs, and routines
A project file contains the building blocks of the control system.
Tasks are the basic scheduling mechanism for executing a program. The default configuration contains a continuous task, called Main Task.
The Main Task contains a program called Main Program.
The Main Program contains a routine called Main Routine, which is configured as the main routine.
The system executes the task, programs, and routines defined in the project from beginning to end.
Provide Feedback