AsyncProperty (FB) ¶ FUNCTION_BLOCK PUBLIC FINAL AsyncProperty IMPLEMENTS IAsyncProperty Structure for defining the properties of a background task InOut: Scope Name Type Initial Comment Input Const tgTaskGroup TASK_GROUP ‘IEC-Tasks’ anAppName APP_NAME ‘’ Use current application, if empty tnTaskName TASK_NAME usiTaskPrio USINT udiTaskInterval UDINT Taskinterval in µs
IBackgroundTask ¶ See: IBackgroundTask TaskDisableScheduling (Method) TaskDisableWatchdog (Method) TaskEnableScheduling (Method) TaskEnableWatchdog (Method) TaskResetStatistics (Method)
BackgroundTask.TaskDisableScheduling (METH) ¶ METHOD TaskDisableScheduling : BOOL This method is part of IBackgroundTask InOut: Scope Name Type Return TaskDisableScheduling BOOL
BackgroundTask.TaskDisableWatchdog (METH) ¶ METHOD TaskDisableWatchdog : BOOL This method is part of IBackgroundTask InOut: Scope Name Type Return TaskDisableWatchdog BOOL
BackgroundTask.TaskEnableScheduling (METH) ¶ METHOD TaskEnableScheduling : BOOL This method is part of IBackgroundTask InOut: Scope Name Type Return TaskEnableScheduling BOOL
BackgroundTask.TaskEnableWatchdog (METH) ¶ METHOD TaskEnableWatchdog : BOOL This method is part of IBackgroundTask InOut: Scope Name Type Return TaskEnableWatchdog BOOL
BackgroundTask.TaskResetStatistics (METH) ¶ METHOD TaskResetStatistics : BOOL This method is part of IBackgroundTask InOut: Scope Name Type Return TaskResetStatistics BOOL
IBehaviourModel ¶ See: The documentation of IBehaviourModel in the Common Behaviour Model Library AbortModel (Method) ActionController (Property) GetConfiguration (Method) GetConfiguration2 (Method) GetModelState (Method) ModelTimeLimit (Property) ModelTimeOut (Property) ResetModel (Method) StartModel (Method)
BackgroundTask.AbortModel (METH) ¶ METHOD AbortModel : CBML.ERROR InOut: Scope Name Type Return AbortModel CBML.ERROR Input xCommit BOOL
BackgroundTask.ActionController (PROP) ¶ PROPERTY ActionController : CBML.IActionController