SysFileStreamRemoveV3 (FUN) ¶ FUNCTION SysFileStreamRemoveV3 : BOOL InOut: Scope Name Type Return SysFileStreamRemoveV3 BOOL Input FileName STRING
SysFileStreamRenameV3 (FUN) ¶ FUNCTION SysFileStreamRenameV3 : BOOL InOut: Scope Name Type Return SysFileStreamRenameV3 BOOL Input FileOldName STRING FileNewName STRING
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 03.07.2018, 10:34:48 companyName string 3S-Smart Software Solutions GmbH libraryFile SysFileStream23.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP13 contentFile SysFileStream23.clean.json version version 2.0.0.0 ProjectInformation Released bool True Support32BitOnly True LastModificationDateTime date 03.07.2018, 10:34:48 LibraryCategories library-category-list System|SysLibs23 Author string 3S - Smart Software Solutions GmbH Company System Description See: Description Project SysFileStream23 Title SysFileStream23 Version string Version version 3.5.13.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. SysTypes Interfaces ¶ Library Identification ¶ Name: SysTypes Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes Interfaces, * (System)
MonoPoly_Create7 (FUN) ¶ FUNCTION MonoPoly_Create7 : BOOL Creates a new MonoPoly from given boundary conditions and chooses a suitable domain (length l). The polynomial is computed such that the second _and_ third derivative at x=0 and x=1 is zero. InOut: Scope Name Type Comment Return MonoPoly_Create7 BOOL Inout mp MonoPoly The created MonoPoly Input f0 LREAL The function value at x=0 f1 LREAL The function value at x=l f0_x LREAL The first derivative at x=0 f1_x LREAL The first derivative at x=l dLambda LREAL This parameter in the range [0,1] determines how the length l is chosen. For dLambda=0, the smallest possible length is chosen. For dLambda=1, the largest possible length is chosen. Output l LREAL The length (the domain of the MonoPoly is [0, l]).
SysSemProcess Library Documentation ¶ Company System Title SysSemProcess Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysSemProcess Description 1 ¶ Semaphore handling functions Contents: ¶ Global_Constants (GVL) SysSemProcessCreate (Function) SysSemProcessDelete (Function) SysSemProcessEnter (Function) SysSemProcessLeave (Function) Indices and tables ¶ 1 Based on SysSemProcess.library, last modified 20.04.2021, 16:07:35. LibDoc 4.4.0.0-b.27 The content file SysSemProcess.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:07:36.
SysSemProcessCreate (FUN) ¶ FUNCTION SysSemProcessCreate : RTS_IEC_HANDLE <description>Create a new semaphore object to synchronize processes (global semaphores)</description> <result><p>RESULT: Handle to the sempahore object</p></result> InOut: Scope Name Type Comment Return SysSemProcessCreate RTS_IEC_HANDLE Input pszName STRING <param name=”pszName” type=”IN”>Name of the semaphore</param> pResult POINTER TO RTS_IEC_RESULT <param name=”pResult” type=”OUT”>Pointer to runtime system error code (see CmpErrors.library): <ul> <li>ERR_OK</li> <li>ERR_DUPLICATE: if semaphore already exists</li> <ul> </param>
MonoPoly ¶ MonoPoly (Struct) MonoPoly_Create (Function) MonoPoly_Create7 (Function) MonoPoly_CreateL (Function) MonoPoly_CreateL7 (Function) MonoPoly_CreateLenMulti (Function) MonoPoly_CreateLenMulti7 (Function) MonoPoly_Eval (Function) MonoPoly_Invert (Function) MonoPoly_LenRange (Function) MonoPoly_LenRange7 (Function) MonoPoly_MaxSlope (Function)
SysFileStreamFTell (FUN) ¶ FUNCTION SysFileStreamFTell : DINT InOut: Scope Name Type Return SysFileStreamFTell DINT Input File RTS_IEC_HANDLE