Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpEventMgr Interfaces ¶ Library Identification ¶ Name: CmpEventMgr Interfaces Version: newest Company: System Namespace: CmpEventMgr_Interfaces Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpEventMgr Interfaces, * (System) SysTypes2 Interfaces ¶ Library Identification ¶ Name: SysTypes2 Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes2 Interfaces, * (System)
MvtIdRange_Extend (FUN) ¶ FUNCTION MvtIdRange_Extend InOut: Scope Name Type Inout mvtIdsDst MvtIdRange Inout Const mvtIdsSrc MvtIdRange Input mvtId ULINT
SysFile23 Library Documentation ¶ Company System Title SysFile23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions GmbH Description 1 ¶ SysFile library for compatibility Contents: ¶ Data types FILETIME (Struct) Global Variables Globale_Variablen (GVL) POUs SysFileClose (Function) SysFileCopy (Function) SysFileDelete (Function) SysFileEOF (Function) SysFileGetPos (Function) SysFileGetSize (Function) SysFileGetTime (Function) SysFileOpen (Function) SysFileRead (Function) SysFileRename (Function) SysFileSetPos (Function) SysFileWrite (Function) extern30 AccessMode30 (Enum) FileTime30 (Struct) SysFileClose30 (Function) SysFileCopy30 (Function) SysFileDelete30 (Function) SysFileEOF30 (Function) SysFileGetPos30 (Function) SysFileGetSize30 (Function) SysFileGetTime30 (Function) SysFileOpen30 (Function) SysFileRead30 (Function) SysFileRename30 (Function) SysFileSetPos30 (Function) SysFileWrite30 (Function) Indices and tables ¶ 1 Based on SysFile23.library, last modified 03.07.2018, 10:34:42. LibDoc 4.4.0.0-b.27 The content file SysFile23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:34:42.
Data types ¶ FILETIME (Struct)
FILETIME (STRUCT) ¶ TYPE FILETIME : STRUCT InOut: Name Type dtCreation DT dtLastAccess DT dtLastModification DT
MvtIdRange_Union (FUN) ¶ FUNCTION MvtIdRange_Union InOut: Scope Name Type Inout mvtIdsOut MvtIdRange Inout Const mvtIdsLhs MvtIdRange mvtIdsRhs MvtIdRange
Global Variables ¶ Globale_Variablen (GVL)
SysFileGetTime (FUN) ¶ FUNCTION SysFileGetTime : BOOL InOut: Scope Name Type Return SysFileGetTime BOOL Inout Const FileName STRING Input ftFileTime POINTER TO FILETIME
PathElem_CalculateRelativePositionRight (FUN) ¶ FUNCTION PathElem_CalculateRelativePositionRight : LREAL For an absolute position dS_abs on the path, finds the path element at the position and returns a position dS_rel relative to the start of the element, handling rounding errors in a way that dS_rel lies to the right of the exact position, i.e. dS_abs <= sum(path, 0, k-1) + dS_rel. Undefined, if dS_abs is not inside the path. InOut: Scope Name Type Inout Const path PathQueue Input pp PathPosition Return PathElem_CalculateRelativePositionRight LREAL Output pElem POINTER TO PathElem k UDINT
SysFileOpen (FUN) ¶ FUNCTION SysFileOpen : DWORD InOut: Scope Name Type Comment Return SysFileOpen DWORD Inout Const FileName STRING Mode STRING(20) Use ‘w’ (write), ‘r’ (read) or ‘rw’ (read and write)