DataLogManager (FB) ¶ FUNCTION_BLOCK DataLogManager EXTENDS AC.Module IMPLEMENTS IDataLogManager , IDataLogManager2 InOut: Scope Name Type Initial Comment Input pitfDataLogChannels POINTER TO IDataLogChannel uiNumDataLogChannels UINT xLogBias BOOL FALSE Returns whether the current bias shall be logged iBias INT 0 The bias to log in minutes Properties: Bias LogBias Methods: CallPrioLowStart ExternaLogAllChannels Structure: Bias (Property) CallPrioLowStart (Method) ExternaLogAllChannels (Method) LogBias (Property)
DataLogManager.CallPrioLowStart (METH) ¶ METHOD CallPrioLowStart : BOOL InOut: Scope Name Type Return CallPrioLowStart BOOL
DataLogManager.Bias (PROP) ¶ PROPERTY Bias : INT
DataLogManager.ExternaLogAllChannels (METH) ¶ METHOD ExternaLogAllChannels : BOOL InOut: Scope Name Type Return ExternaLogAllChannels BOOL
DataLogManager.LogBias (PROP) ¶ PROPERTY LogBias : BOOL
IDataLogManager (ITF) ¶ INTERFACE IDataLogManager EXTENDS AC.IModule Methods: ExternaLogAllChannels Structure: ExternaLogAllChannels (Method)
AC_DataLog Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title AC_DataLog Version 4.3.0.0 Categories Application|Composer Namespace AC_DataLog Author 3S - Smart Software Solutions GmbH Placeholder AC_DataLog Description 1 ¶ This library contains ApplicationComposer Modules needed for data logging. Contents: ¶ AC_DataLog ComponentManager Constants (GVL) DataLogChannel DataLogInstanceList (Struct) DataLogManager DataLogStorage DataLogVarDesc (Struct) Functions IP (ImagePool) Queue TL (TextList) GlobalTextList (GlobalTextList) Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) Indices and tables ¶ 1 Based on AC_DataLog.library, last modified 08.08.2023, 09:13:57. LibDoc 4.4.0.0-b.27 The content file AC_DataLog.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 08.08.2023, 09:13:57.
ComponentManager ¶ RegisterComponent (FunctionBlock) Init (Method) fb_exit (Method) fb_init (Method)
AC_DataLog ¶ ComponentManager RegisterComponent (FunctionBlock) Init (Method) fb_exit (Method) fb_init (Method) Constants (GVL) 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) DataLogInstanceList (Struct) DataLogManager DataLogManager (FunctionBlock) Bias (Property) CallPrioLowStart (Method) ExternaLogAllChannels (Method) LogBias (Property) DataLogManager (FunctionBlock) Bias (Property) CallPrioLowStart (Method) ExternaLogAllChannels (Method) LogBias (Property) IDataLogManager (Interface) ExternaLogAllChannels (Method) IDataLogManager2 (Interface) Bias (Property) LogBias (Property) DataLogStorage CSVStorage DataLogStorage_CSV (FunctionBlock) IDataLogStorage OnAppStop (Method) OnResetOrigin (Method) IModule CallPrioLowStart (Method) Init (Method) IReplaceDateInFilePath Replace (Method) DataLogStorage_CSV (FunctionBlock) IDataLogStorage OnAppStop (Method) OnResetOrigin (Method) IModule CallPrioLowStart (Method) Init (Method) IReplaceDateInFilePath Replace (Method) DataLogStorageBase (FunctionBlock) IDataLogStorage AddEntry (Method) OnAppStop (Method) OnResetOrigin (Method) IModule Init (Method) fb_exit (Method) private AddLoggerEntryWithInstanceName (Method) DeleteLogFile (Method) DequeueElement (Method) GetStorageFilePath (Method) RemoveElementFromQueue (Method) IDataLogStorage (Folder) AddEntry (Method) OnAppStop (Method) OnResetOrigin (Method) SQLiteStorage DataLogStorage_SQLite (FunctionBlock) IDataLogStorage OnAppStop (Method) OnResetOrigin (Method) IModule CallPrioLowStart (Method) Init (Method) DataLogStorage_SQLite (FunctionBlock) IDataLogStorage OnAppStop (Method) OnResetOrigin (Method) IModule CallPrioLowStart (Method) Init (Method) ETableType (Enum) IDataLogStorage_SQLite (Interface) DataLogVarDesc (Struct) Functions BiasToString (Function) CreateString (Function) IP (ImagePool) Queue DataLogVarDescForQueue (Struct) DataLogVarDescForQueue_FB (FunctionBlock) IElement ElementCompareTo (Method) ElementEquals (Method) ElementHashCode (Method) NodeDispose (Method) TL (TextList)
IDataLogStorage (ITF) ¶ INTERFACE IDataLogStorage EXTENDS AC.IModule Methods: AddEntry OnAppStop OnResetOrigin Structure: AddEntry (Method) OnAppStop (Method) OnResetOrigin (Method)