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)
SysFileAsyncFB.SysFileGetSizeAsync (METH) ¶ METHOD SysFileGetSizeAsync : RTS_IEC_HANDLE Method to get the size of a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetSizeAsync RTS_IEC_HANDLE Input pSysFileGetSize POINTER TO tSysFileGetSize 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.SysFileGetPosAsync (METH) ¶ METHOD SysFileGetPosAsync : RTS_IEC_HANDLE Method to get the actual read/write position of a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetPosAsync RTS_IEC_HANDLE Input pSysFileGetPos POINTER TO tSysFileGetPos 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.SysFileGetSizeByHandleAsync (METH) ¶ METHOD SysFileGetSizeByHandleAsync : RTS_IEC_HANDLE Method to get the size of a file by handle asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetSizeByHandleAsync RTS_IEC_HANDLE Input pSysFileGetSizeByHandle POINTER TO tSysFileGetSizeByHandle 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.SysFileGetStatusAsync (METH) ¶ METHOD SysFileGetStatusAsync : RTS_IEC_HANDLE Method to get the status of a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetStatusAsync RTS_IEC_HANDLE Input pSysFileGetStatus POINTER TO tSysFileGetStatus 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.SysFileGetTimeAsync (METH) ¶ METHOD SysFileGetTimeAsync : RTS_IEC_HANDLE Method to get time information of a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileGetTimeAsync RTS_IEC_HANDLE Input pSysFileGetTime POINTER TO tSysFileGetTime 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)