RTS_EVENT_SOURCE (ENUM) ¶ TYPE RTS_EVENT_SOURCE : InOut: Name SOURCE_UNSPECIFIED SOURCE_SYSTEM SOURCE_RUNTIME SOURCE_IECPROGRAM SOURCE_IECTASK
EVTPARAM_CmpAppException (STRUCT) ¶ TYPE EVTPARAM_CmpAppException : STRUCT InOut: Name Type pApp POINTER TO APPLICATION hIecTask RTS_IEC_HANDLE ulException UDINT
EVTPARAM_SysExcept (STRUCT) ¶ TYPE EVTPARAM_SysExcept : STRUCT InOut: Name Type uiTaskOSHandle UDINT ulException UDINT Context RegContext
POUs ¶ EventCallbackFunction (Function) MapException (Function) OpenEvent (Function) SysCallbackRegister (Function) SysCallbackUnregister (Function)
RegContext (STRUCT) ¶ TYPE RegContext : STRUCT InOut: Name Type IP UDINT BP UDINT SP UDINT
SysCallback23 Library Documentation ¶ Company System Title SysCallback23 Version 3.5.13.0 Categories System|SysLibs23 Author None Description 1 ¶ Library to get access to all runtime events by registered callback functions. Contents: ¶ ComponentIds ComponentIds (GVL) EventIDs_CmpApp (GVL) EventIDs_CmpIecTask (GVL) EventIDs_CmpMgr (GVL) EventIDs_CmpSchedule (GVL) EventIDs_SysExcept (GVL) ExceptionIDs (GVL) Data types EventParameter23 (Struct) RTS_EVENT (Enum) RTS_EVENT_FILTER (Enum) RTS_EVENT_SOURCE (Enum) EventParameter EVTPARAM_CmpAppException (Struct) EVTPARAM_SysExcept (Struct) RegContext (Struct) POUs EventCallbackFunction (Function) MapException (Function) OpenEvent (Function) SysCallbackRegister (Function) SysCallbackUnregister (Function) Indices and tables ¶ 1 Based on SysCallback23.library, last modified 03.07.2018, 10:34:30. LibDoc 4.4.0.0-b.27 The content file SysCallback23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:34:30.
SysFileAsyncFB.SysFileDeleteByHandleAsync (METH) ¶ METHOD SysFileDeleteByHandleAsync : RTS_IEC_HANDLE Method to delete a file by its handle asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileDeleteByHandleAsync RTS_IEC_HANDLE Input pSysFileDeleteByHandle POINTER TO tSysFileDeleteByHandle Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileEOFAsync (METH) ¶ METHOD SysFileEOFAsync : RTS_IEC_HANDLE Method to get end of file (EOF) asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileEOFAsync RTS_IEC_HANDLE Input pSysFileEOF POINTER TO tSysFileEOF Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileGetNameAsync (METH) ¶ METHOD SysFileGetNameAsync : RTS_IEC_HANDLE Method to get the name of a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetNameAsync RTS_IEC_HANDLE Input pSysFileGetName POINTER TO tSysFileGetName Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)
SysFileAsyncFB.SysFileGetPathAsync (METH) ¶ METHOD SysFileGetPathAsync : RTS_IEC_HANDLE Method to get the path of a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetPathAsync RTS_IEC_HANDLE Input pSysFileGetPath POINTER TO tSysFileGetPath Parameter for this operation. See parameter structure for details. pudState POINTER TO UDINT [OUT] Pointer to actual state of the asynchronous job. See ASYNCSTATE_XXX in CmpAsyncMgr.library for details. pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) Result of the asynchronous manager (if asynchronous job is accepted)