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
extern30 ¶ SysMemAllocData30 (Function) SysMemCmp30 (Function) SysMemCpy30 (Function) SysMemFreeData30 (Function) SysMemMove30 (Function) SysMemSet30 (Function) SysMemSwap30 (Function)
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
SysOS23 Library Documentation ¶ Company System Title SysOS23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions GmbH Description 1 ¶ Compatibility library for CoDeSys 2.3 projects, to get access to OS. Contents: ¶ POUs SysCreateProcess (Function) SysExecuteCommand (Function) extern30 SysProcessCreate30 (Function) SysProcessExecuteCommand30 (Function) Indices and tables ¶ 1 Based on SysOS23.library, last modified 03.07.2018, 10:34:59. LibDoc 4.4.0.0-b.27 The content file SysOS23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:34:59.
POUs ¶ SysCreateProcess (Function) SysExecuteCommand (Function)
SysCreateProcess (FUN) ¶ FUNCTION SysCreateProcess : DWORD Create a process and returns the process handle. 0 if failed InOut: Scope Name Type Comment Return SysCreateProcess DWORD Inout Const pszCommandLine STRING Command line to start as a new process. Typically the first parameter is the module name to start as a process Input bHide BOOL Hide window at command execution
SysExecuteCommand (FUN) ¶ FUNCTION SysExecuteCommand : DINT Execute system command and returns system result InOut: Scope Name Type Comment Return SysExecuteCommand DINT Inout Const pszCommand STRING COmmand line to execute as system command
extern30 ¶ SysProcessCreate30 (Function) SysProcessExecuteCommand30 (Function)