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
Driver.TargetByteOrder (PROP) ¶ PROPERTY TargetByteOrder : IDatasources.ByteOrder Returns the byteorder used by the system managed by the related |IDatasource| . Note It is not expected that this value changes at runtime.
RequestFactory (FB) ¶ FUNCTION_BLOCK RequestFactory IMPLEMENTS IDataSources.IDriverRequestFactory, IDatasources.IDriverRequestFactoryCustom, IDatasources.IDriverRequestFactoryReusable no implementation of IDriverRequestFactoryLargeRequests necessary because PLCHandler already supports sending big lists using the normal read/write mechanism Properties: ReusableRequestsSupported Methods: CreateCustomRequest CreateReadRequest CreateReusableRequest CreateWriteRequest ReleaseRequest HelpCreateReadableRequestBase Structure: CreateCustomRequest (Method) CreateReadRequest (Method) CreateReusableRequest (Method) CreateWriteRequest (Method) Private HelpCreateReadableRequestBase (Method) ReleaseRequest (Method) ReusableRequestsSupported (Property)