PathElem_IsOriAxisSpaceElem (FUN) ¶ FUNCTION PathElem_IsOriAxisSpaceElem : BOOL InOut: Scope Name Type Inout Const pe PathElem Return PathElem_IsOriAxisSpaceElem BOOL
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)
SysFileAsync Library Documentation ¶ Company System Title SysFileAsync Version 3.5.19.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysFileAsync Description 1 ¶ Asynchronous file access Contents: ¶ DUT tSysFileClose (Struct) tSysFileCopy (Struct) tSysFileDelete (Struct) tSysFileDeleteByHandle (Struct) tSysFileEOF (Struct) tSysFileGetName (Struct) tSysFileGetPath (Struct) tSysFileGetPos (Struct) tSysFileGetSize (Struct) tSysFileGetSizeByHandle (Struct) tSysFileGetStatus (Struct) tSysFileGetTime (Struct) tSysFileOpen (Struct) tSysFileRead (Struct) tSysFileRename (Struct) tSysFileSetPos (Struct) tSysFileWrite (Struct) Documentation (GVL) General Information: USAGE of the FB: SysFileAsyncFB (FunctionBlock) SysFileCloseAsync (Method) SysFileCopyAsync (Method) SysFileDeleteAsync (Method) SysFileDeleteByHandleAsync (Method) SysFileEOFAsync (Method) SysFileGetNameAsync (Method) SysFileGetPathAsync (Method) SysFileGetPosAsync (Method) SysFileGetSizeAsync (Method) SysFileGetSizeByHandleAsync (Method) SysFileGetStatusAsync (Method) SysFileGetTimeAsync (Method) SysFileOpenAsync (Method) SysFileReadAsync (Method) SysFileRenameAsync (Method) SysFileSetPosAsync (Method) SysFileWriteAsync (Method) Indices and tables ¶ 1 Based on SysFileAsync.library, last modified 02.03.2023, 11:05:38. LibDoc 4.4.0.0-b.27 The content file SysFileAsync.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 02.03.2023, 11:05:40.
DUT ¶ tSysFileClose (Struct) tSysFileCopy (Struct) tSysFileDelete (Struct) tSysFileDeleteByHandle (Struct) tSysFileEOF (Struct) tSysFileGetName (Struct) tSysFileGetPath (Struct) tSysFileGetPos (Struct) tSysFileGetSize (Struct) tSysFileGetSizeByHandle (Struct) tSysFileGetStatus (Struct) tSysFileGetTime (Struct) tSysFileOpen (Struct) tSysFileRead (Struct) tSysFileRename (Struct) tSysFileSetPos (Struct) tSysFileWrite (Struct)
PathElem_ProjectPos (FUN) ¶ FUNCTION PathElem_ProjectPos : BOOL Projects a position on path element peSrc to the closest position on path element peDst. If there is not a unique geometrically closest position, then the projection is done based on the interpolation parameter. The blending of the interpolation parameter works like this: If a trigger is included in the blending section of peA or peB, it will be projected onto the blending. Triggers at a cut position always belong to the prefix (in accordance to PathElemTrigger_RemovePrefix/Suffix). For peA -> peBld: ]xA, lenA] -> ]0, lenAInBld] For peB -> peBld: [0, xB] -> [lenAInBld, lenBld] InOut: Scope Name Type Comment Inout errCtx SMRE.ErrorContext Inout Const peSrc PathElem peDst PathElem Input xSrc LREAL The position on peSrc to be projected xDst0 LREAL The start position in peDst for parameter based blending. xSrc0 LREAL The start position in peSrc for parameter based blending. xScale LREAL The scale applied for parameter based blending Return PathElem_ProjectPos BOOL Output x LREAL
tSysFileClose (STRUCT) ¶ TYPE tSysFileClose : STRUCT Parameter to close a file asynchronously InOut: Name Type Comment pulOut POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library)
tSysFileCopy (STRUCT) ¶ TYPE tSysFileCopy : STRUCT Parameter to copy a file asynchronously InOut: Name Type Comment szDestFile STRING(254) Destination file name. File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/) and not with a Backslash (\)! szSrcFile STRING(254) Source file name. File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/) and not with a Backslash (\)! pulCopied POINTER TO __XWORD [OUT] Number of bytes copied pulOut POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library)
tSysFileDelete (STRUCT) ¶ TYPE tSysFileDelete : STRUCT Parameter to delete the file specified by name InOut: Name Type Comment szFile STRING(254) File name. File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/) and not with a Backslash (\)! pulOut POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library)
SysEthernetPortConfigAndStatus (STRUCT) ¶ TYPE SysEthernetPortConfigAndStatus : STRUCT Structure containing the Ethernet port configuration and status InOut: Name Type Comment udiStructSize UDINT Size of the structure SysEthernetPortConfigAndStatus returned from external implementation udiVersion UDINT Version number of the structure udiMauType UDINT Media Access Unit (MAU) type, see MauType constants SYSETH_MAUTYPE_ … uiOperStatus UINT Link state of Ethernet port, see OperStatus constants SYSETH_OPERSTAT_ … usiAutoNegSupport USINT Auto-negotiation support of MAU, see AutoNegSupport constants SYSETH_AUTONEGSUP_ … usiAutoNegMode USINT Auto-negotiation mode of MAU, see AutoNegMode constants SYSETH_AUTONEGMODE_ … uliAutoNegSupportedCap ULINT Supported auto-negotiation capabilities of MAU, see AutoNegCaps constants SYSETH_AUTONEGCAP_ … uliAutoNegAdvertisedCap ULINT Advertised auto-negotiation capabilities of MAU, see AutoNegCaps constants SYSETH_AUTONEGCAP_ …
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 27.05.2024, 10:44:06 companyName string 3S-Smart Software Solutions GmbH libraryFile SysEthernet.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysEthernet.clean.json version version 2.0.0.0 ProjectInformation IsEndUserLibrary bool False Released True LastModificationDateTime date 27.05.2024, 10:44:04 LibraryCategories library-category-list System|SysLibs Author string CODESYS Development GmbH Company CODESYS CompiledLibraryCompatibilityVersion CODESYS V3.5 SP16 Patch 3 DefaultNamespace CmpSysEthernet Description See: Description DocFormat reStructuredText Placeholder CmpSysEthernet Project SysEthernet Title SysEthernet Version version 3.5.20.10