SysTaskCreate (FUN)ΒΆ
FUNCTION SysTaskCreate : UDINT
- InOut:
Scope
Name
Type
Comment
Return
SysTaskCreate
UDINT
Input
stName
STRING
Name of the task
byPriority
BYTE
Priority of the task
udiInterval
UDINT
Interval in milliseconds
pfFunction
DWORD
Function pointer, must be generated with function SYSGETIECFCTPOINTER
pArgument
DWORD
Address of argument for task