SysIECGetFctPointerΒΆ

This auxiliary function of type DWORD returns a function pointer, which is required as input parameter for the function SysTaskCreate which is used to create a new task (see library SysLibTasks.lib).

The function requires as an input parameter the internal index of the POU, which should be called by the task. This index can be acquired with the aid of the INDEXOF operator.

Input-Variable Data Type Description
wIndexOf WORD Internal index of the POU, which is to be called by the task.