The Library SysLibTasks.libΒΆ

If the target system supports the functionality, then the library functions can be used to manage tasks. That means to generate, to delete, to modify priority level, to stop and restart tasks. The execution is synchronous.

Note

These functions are not reentrant. This should be no problem in normal cases, but if in the application program a situation might occur, where several IEC-tasks create and manage additional tasks, the calls to these functions have to be synchronized. You can use the library SysLibSema in this case.

If you need functions to get information on the configuration of IEC-Tasks, use the library SysLibIECTasks.lib. The Library SysIECTasks.lib.

Functions to be used within a task: