SysFileAsyncFB.SysFileOpenAsync (METH) ¶ METHOD SysFileOpenAsync : RTS_IEC_HANDLE Method to open a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileOpenAsync RTS_IEC_HANDLE Input pSysFileOpen POINTER TO tSysFileOpen 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.SysFileReadAsync (METH) ¶ METHOD SysFileReadAsync : RTS_IEC_HANDLE Method to read a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileReadAsync RTS_IEC_HANDLE Input pSysFileRead POINTER TO tSysFileRead 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.SysFileSetPosAsync (METH) ¶ METHOD SysFileSetPosAsync : RTS_IEC_HANDLE Method to set the actual read/write position in a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileSetPosAsync RTS_IEC_HANDLE Input pSysFileSetPos POINTER TO tSysFileSetPos 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.SysFileRenameAsync (METH) ¶ METHOD SysFileRenameAsync : RTS_IEC_HANDLE Method to rename a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileRenameAsync RTS_IEC_HANDLE Input pSysFileRename POINTER TO tSysFileRename 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.SysFileWriteAsync (METH) ¶ METHOD SysFileWriteAsync : RTS_IEC_HANDLE Method to write a file asynchronous. For details, see node Documentation InOut: Scope Name Type Comment Return SysFileWriteAsync RTS_IEC_HANDLE Input pSysFileWrite POINTER TO tSysFileWrite 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)
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 02.03.2023, 11:05:40 companyName string 3S-Smart Software Solutions GmbH libraryFile SysFileAsync.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysFileAsync.clean.json version version 2.0.0.0 ProjectInformation LinkInSimulation bool True Released True LastModificationDateTime date 02.03.2023, 11:05:38 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description DocFormat reStructuredText Placeholder SysFileAsync Project SysFileAsync Title SysFileAsync Version version 3.5.19.0
ADDRESS_SEGMENTS (ENUM) ¶ TYPE ADDRESS_SEGMENTS : InOut: Name DATAID_MEMORY DATAID_INPUT DATAID_OUTPUT DATAID_RETAIN DATAID_GLOBVARS
POUs ¶ SysLibGetAddress (Function) SysLibGetSize (Function)
SysLibGetAddress (FUN) ¶ FUNCTION SysLibGetAddress : DWORD This function returns the start address of a segment of the first application. If every segment is in its own area, this function works in V3 InOut: Scope Name Type Return SysLibGetAddress DWORD Input iSegment INT
SysLibGetSize (FUN) ¶ FUNCTION SysLibGetSize : DWORD This function returns the start address of a segment of the first application. If every segment is in its own area, this function works in V3 InOut: Scope Name Type Return SysLibGetSize DWORD Input iSegment INT