ETableType (ENUM) ¶ TYPE ETableType : Attributes: qualified_only InOut: Name Initial data_table 0 hash_table 1
IDataLogStorage_SQLite (ITF) ¶ INTERFACE IDataLogStorage_SQLite EXTENDS IDataLogStorage Needed for checking in PlugIn -> Create Database or not? Methods: AddEntry , inherited from IDataLogStorage OnAppStop , inherited from IDataLogStorage OnResetOrigin , inherited from IDataLogStorage
DataLogVarDesc (STRUCT) ¶ TYPE DataLogVarDesc : STRUCT InOut: Name Type Comment pbyValue POINTER TO BYTE pbyOldValue POINTER TO BYTE pbyInstancePath POINTER TO BYTE tc IBaseLibrary.TypeClass uiMaxSize UINT needed for (w)string variables rHysterese REAL udiHash UDINT xLogBias BOOL iBias INT
Functions ¶ BiasToString (Function) CreateString (Function)
BiasToString (FUN) ¶ FUNCTION BiasToString : STRING InOut: Scope Name Type Comment Return BiasToString STRING Input iBias INT The bias in minutes
CreateString (FUN) ¶ FUNCTION CreateString : STRING(AC_PERSIST.Constants.gc_uiMaxLineSize) InOut: Scope Name Type Return CreateString STRING(AC_PERSIST.Constants.gc_uiMaxLineSize) Input pSt POINTER TO BYTE diLen DINT
IP (Image Pool) ¶ ID File name Image Link type DataLogStorage_Icon_16 StorageContainer_16x.png Embedded DataLogManager_Icon_16 Log_16x.png Embedded DataLogManager_Icon_32 Log_32x.png Embedded DataLogChannel_Icon_16 Log_inverse_16x.png Embedded DataLogChannel_Icon_32 Log_inverse_32x.png Embedded DataLogStorage_Icon_32 StorageContainer_32x.png Embedded
IDataLogChannel.GetIsActionOngoing (METH) ¶ METHOD GetIsActionOngoing : BOOL This method tries to get if this channel is currently active writing. ..return: If it was possible to get the current state of activity. If this is FALSE xIsActionOngoing is not valid! InOut: Scope Name Type Return GetIsActionOngoing BOOL Output xIsActionOngoing BOOL
IDataLogChannel.LogAll (METH) ¶ METHOD LogAll : BOOL After calling this method all variables logged by this channel create an entry InOut: Scope Name Type Return LogAll BOOL
IDataLogChannel.UseHashValues (PROP) ¶ PROPERTY UseHashValues : BOOL Whether this channel uses hashed InstancePaths