LogComponent.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
LogComponent.FB_Init (METH) ¶ METHOD FB_Init : BOOL InOut: Scope Name Type Return FB_Init BOOL Input bInitRetains BOOL bInCopyCode BOOL
Severity (ENUM) ¶ TYPE Severity : Attributes: qualified_only InOut: Name None Debug Info Warning Error FatalError
AsyncBase (FB) ¶ FUNCTION_BLOCK AsyncBase InOut: Scope Name Type Initial Input ulAsyncState UDINT CmpAsyncMgr.ASYNCSTATE_INVALID _jobParam CmpAsyncMgr.ASYNCJOB_PARAM Properties: LastActionCompleted LastActionFailed Methods: CanTrigger FB_Init JoinLastAction Reset TriggerCall TriggerCallWithTaskInfo Structure: CanTrigger (Method) FB_Init (Method) JoinLastAction (Method) LastActionCompleted (Property) LastActionFailed (Property) Reset (Method) TriggerCall (Method) TriggerCallWithTaskInfo (Method)
AsyncBase.CanTrigger (METH) ¶ METHOD PROTECTED CanTrigger : BOOL InOut: Scope Name Type Return CanTrigger BOOL
AsyncBase.FB_Init (METH) ¶ METHOD FB_Init : BOOL InOut: Scope Name Type Return FB_Init BOOL Input bInitRetains BOOL bInCopyCode BOOL
AsyncBase.JoinLastAction (METH) ¶ METHOD JoinLastAction
AsyncBase.LastActionCompleted (PROP) ¶ PROPERTY LastActionCompleted : BOOL Returns whether the last action completed (either successfully or failed)
AsyncBase.LastActionFailed (PROP) ¶ PROPERTY LastActionFailed : BOOL Returns whether the execution of the last action failed due to reasons of the AsyncHandling
AsyncBase.Reset (METH) ¶ METHOD Reset : BOOL Resets all internal state of this instance InOut: Scope Name Type Return Reset BOOL