DataLogChannel.SetIsActionOngoing (METH) ¶ METHOD SetIsActionOngoing : BOOL This method tries to set that this channel is currently active writing or reading. ..return: If it was possible to set the current state of activity. If this is FALSE xIsActionOngoing has not been set! InOut: Scope Name Type Return SetIsActionOngoing BOOL Input xIsActionOngoing BOOL
DataLogChannel.UseHashValues (PROP) ¶ PROPERTY UseHashValues : BOOL
DataLogChannel.CallPrioHighStart (METH) ¶ METHOD CallPrioHighStart : BOOL InOut: Scope Name Type Return CallPrioHighStart BOOL
DataLogChannel.Init (METH) ¶ METHOD Init InOut: Scope Name Type Input bOnlineChange BOOL
IDataLogStorage ¶ OnAppStop (Method) OnResetOrigin (Method)
DataLogStorage_CSV.OnAppStop (METH) ¶ METHOD OnAppStop
RegisterComponent (FB) ¶ FUNCTION_BLOCK RegisterComponent Methods: Init fb_exit fb_init Structure: Init (Method) fb_exit (Method) fb_init (Method)
RegisterComponent.Init (METH) ¶ METHOD PUBLIC Init
RegisterComponent.fb_exit (METH) ¶ METHOD fb_exit : BOOL InOut: Scope Name Type Comment Return fb_exit BOOL Input bInCopyCode BOOL if TRUE, the exit method is called for exiting an instance that is copied afterwards (online change).
RegisterComponent.fb_init (METH) ¶ METHOD fb_init : BOOL InOut: Scope Name Type Comment Return fb_init BOOL Input bInitRetains BOOL if TRUE, the retain variables are initialized (warm start / cold start) bInCopyCode BOOL if TRUE, the instance afterwards gets moved into the copy code (online change)