SysIntRegister (FUN) ¶ FUNCTION SysIntRegister : UDINT InOut: Scope Name Type Comment Return SysIntRegister UDINT Input hInt UDINT pCallback UDINT Type of Callback: UDINT CallbackFunction () ulAdditionalInfo UDINT
SysIntUnregister (FUN) ¶ FUNCTION SysIntUnregister : UDINT InOut: Scope Name Type Return SysIntUnregister UDINT Input hInt UDINT pCallback UDINT
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 03.07.2018, 10:34:55 companyName string 3S-Smart Software Solutions GmbH libraryFile SysInt23.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP13 contentFile SysInt23.clean.json version version 2.0.0.0 ProjectInformation Released bool True Support32BitOnly True LastModificationDateTime date 03.07.2018, 10:34:55 LibraryCategories library-category-list System|SysLibs23 Author string 3S - Smart Software Solutions GmbH Company System Description See: Description Project SysInt23 Title SysInt23 Version version 3.5.13.0
POUs ¶ SysMemAlloc (Function) SysMemCmp (Function) SysMemCpy (Function) SysMemFree (Function) SysMemMove (Function) SysMemSet (Function) SysMemSwap (Function)
SysMemCmp (FUN) ¶ FUNCTION SysMemCmp : DWORD InOut: Scope Name Type Comment Return SysMemCmp DWORD Input dwBuf1 DWORD First buffer dwBuf2 DWORD Second buffer dwCount DWORD Number of characters to compare
SysMemCpy (FUN) ¶ FUNCTION SysMemCpy : DWORD InOut: Scope Name Type Comment Return SysMemCpy DWORD Input dwDest DWORD New buffer dwSrc DWORD Buffer to copy from dwCount DWORD Number of characters to copy
SysMemFree (FUN) ¶ FUNCTION SysMemFree : BOOL InOut: Scope Name Type Comment Return SysMemFree BOOL Input dwAddress DWORD Previously allocated memory block to be freed dwSize DWORD Size of block to free
SysMemMove (FUN) ¶ FUNCTION SysMemMove : DWORD InOut: Scope Name Type Comment Return SysMemMove DWORD Input dwDest DWORD New buffer dwSrc DWORD Buffer to copy from dwCount DWORD Number of characters to copy
SysMemSet (FUN) ¶ FUNCTION SysMemSet : DWORD InOut: Scope Name Type Comment Return SysMemSet DWORD Input dwDest DWORD Pointer to destination bCharacter BYTE Character to set dwCount DWORD Number of characters
SysMemSwap (FUN) ¶ FUNCTION SysMemSwap : BOOL InOut: Scope Name Type Comment Return SysMemSwap BOOL Input dwAddress DWORD Address of byffer to swap diSize DINT Swap size: 2,4,8 diCount DINT Number of swap elements in buffer