Monitoring Logging ¶ GVL_MonLog (GVL) MonLog_Binary (Function) MonLog_CurrentTime (Function) MonLog_DumpDataItem (Function) MonLog_DumpDataItemBase (Function) MonLog_DumpDataItemWriting (Function) MonLog_Error (Function) MonLog_ErrorAndClose (Function) MonLog_LogLine (Function) MonLog_OkAndClose (Function)
GVL_MonLog (GVL) ¶ Attributes: qualified_only InOut: Name Type Initial stRequestFile STRING ‘ MonReq_ ’ stResponseFile STRING ‘ MonResp_ ’ iMaxParallelFiles INT 10 iCurrentFile INT 0 iCurrentReadRequest UDINT 0
MonLog_Binary (FUN) ¶ FUNCTION MonLog_Binary : BOOL InOut: Scope Name Type Return MonLog_Binary BOOL Input hFile SysFile.RTS_IEC_HANDLE pData POINTER TO BYTE uiSize UDINT
MonLog_CurrentTime (FUN) ¶ FUNCTION MonLog_CurrentTime : BOOL InOut: Scope Name Type Return MonLog_CurrentTime BOOL Input hFile SysFile.RTS_IEC_HANDLE
MonLog_DumpDataItem (FUN) ¶ FUNCTION MonLog_DumpDataItem : BOOL InOut: Scope Name Type Return MonLog_DumpDataItem BOOL Input hFile SysFile.RTS_IEC_HANDLE item IDatasources.IDataItem pOptAddressInfo POINTER TO AddressGeneratedInfo
MonLog_DumpDataItemBase (FUN) ¶ FUNCTION MonLog_DumpDataItemBase : BOOL InOut: Scope Name Type Return MonLog_DumpDataItemBase BOOL Input hFile SysFile.RTS_IEC_HANDLE item IDatasources.IDataItem pOptAddressInfo POINTER TO AddressGeneratedInfo
MonLog_DumpDataItemWriting (FUN) ¶ FUNCTION MonLog_DumpDataItemWriting : BOOL InOut: Scope Name Type Return MonLog_DumpDataItemWriting BOOL Input hFile SysFile.RTS_IEC_HANDLE item IDatasources.IDataItem pOptAddressInfo POINTER TO AddressGeneratedInfo
Driver.Init (METH) ¶ METHOD Init This method passes an instance of the configuration object to the driver. The according concrete type is driver dependent and the codegeneration will allocate and initialize the configuration object accordingly before calling this method. InOut: Scope Name Type Input pCFGData POINTER TO BYTE
Driver.RequestFactory (PROP) ¶ PROPERTY RequestFactory : IDatasources.IDriverRequestFactory
Driver.StateMachine (PROP) ¶ PROPERTY StateMachine : IDatasources.IDriverStateMachine