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)
Constants (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Constant gc_CLASSID_DataLogManager UDINT 16#1803 gc_ChannelNamePlaceholder STRING(14) ‘%CHANNEL_NAME%’ gc_DatePlaceholder STRING(6) ‘%DATE%’
DataLogChannel ¶ DataLogChannel (FunctionBlock) EventCallback EventCallback (Method) IDataLogChannel Enable (Property) GetAllDataLogVariables (Method) GetIsActionOngoing (Method) LogAll (Method) SetIsActionOngoing (Method) UseHashValues (Property) IModule CallPrioHighStart (Method) Init (Method) fb_exit (Method) DataLogChannel (FunctionBlock) EventCallback EventCallback (Method) IDataLogChannel Enable (Property) GetAllDataLogVariables (Method) GetIsActionOngoing (Method) LogAll (Method) SetIsActionOngoing (Method) UseHashValues (Property) IModule CallPrioHighStart (Method) Init (Method) fb_exit (Method) IDataLogChannel (Interface) Enable (Property) GetAllDataLogVariables (Method) GetIsActionOngoing (Method) LogAll (Method) SetIsActionOngoing (Method) UseHashValues (Property)
DataLogChannel (FB) ¶ FUNCTION_BLOCK DataLogChannel EXTENDS AC.Module IMPLEMENTS IDataLogChannel InOut: Scope Name Type Initial Comment Input itfDataLogStorage IDataLogStorage Slot xEnable BOOL TRUE Parameters xSaveInFirstCycle BOOL TRUE tSaveCyclic TIME TIME#0ms xCRCCheck BOOL TRUE Output xActionOngoing BOOL uiNumVars UINT uiNumLogEntriesCreated UINT Properties: Enable UseHashValues Methods: fb_exit CallPrioHighStart EventCallback GetAllDataLogVariables GetIsActionOngoing Init LogAll SetIsActionOngoing Structure: EventCallback EventCallback (Method) IDataLogChannel Enable (Property) GetAllDataLogVariables (Method) GetIsActionOngoing (Method) LogAll (Method) SetIsActionOngoing (Method) UseHashValues (Property) IModule CallPrioHighStart (Method) Init (Method) fb_exit (Method)
EventCallback ¶ EventCallback (Method)