SML_TelegramWriter_ETC.Abort (METH) ¶ METHOD Abort
SML_TelegramWriter_ETC.Execute (METH) ¶ METHOD Execute
SML_TelegramWriter_ETC.Initialize (METH) ¶ METHOD Initialize InOut: Scope Name Type Inout result SML_TgWriteResult Input diAxisParameterNumber DINT pbyData POINTER TO BYTE usiDataLength USINT
SML_TelegramWriter_ETC.IsActive (METH) ¶ METHOD IsActive : BOOL InOut: Scope Name Type Return IsActive BOOL
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 10.03.2023, 14:13:39 companyName string 3S-Smart Software Solutions GmbH libraryFile SML_Drive_ETC.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SML_Drive_ETC.clean.json version version 2.0.0.0 ProjectInformation Released bool True ShowSmartCodingInfo True LastModificationDateTime date 10.03.2023, 14:13:39 LibraryCategories library-category-list Intern|SoftMotion Author string 3S - Smart Software Solutions GmbH Company 3S - Smart Software Solutions GmbH CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace SML_Drive_ETC Description See: Description Placeholder SML_Drive_ETC Project SML_Drive_ETC Title SML_Drive_ETC Version version 4.14.0.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. IoStandard ¶ Library Identification ¶ Placeholder: IoStandard Default Resolution: IoStandard, * (System) Namespace: IoStandard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: IoStandard SM3_Shared ¶ Library Identification ¶ Placeholder: SM3_Shared Default Resolution: SM3_Shared, * (3S - Smart Software Solutions GmbH) Namespace: SM0 Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: SM3_Shared SML_Basic ¶ Library Identification ¶ Placeholder: SML_Basic Default Resolution: SML_Basic, * (3S - Smart Software Solutions GmbH) Namespace: SML Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SML_Basic SML_ETC_ITF ¶ Library Identification ¶ Placeholder: SML_ETC_ITF Default Resolution: SML_ETC_ITF, * (3S - Smart Software Solutions GmbH) Namespace: SML_ETC_ITF Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SML_ETC_ITF Standard ¶ Library Identification ¶ Placeholder: Standard Default Resolution: Standard, * (System) Namespace: Standard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Standard SysMem23 ¶ Library Identification ¶ Placeholder: SysMem Default Resolution: SysMem23, * (System) Namespace: SysMem Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: SysMem
tSysFileGetPath (STRUCT) ¶ TYPE tSysFileGetPath : STRUCT Parameter to get the path of this file. If a path is specified in the filename, the path will be extracted from the filename. If no path is specified in the filename, the standard path for this file extension type will be returned. InOut: Name Type Comment szFileName STRING(254) File name. Can contain an absolute or relative path szPath STRING(254) Path for this file diMaxLen DINT [OUT] Maximum size in bytes of path length pulOut POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library)
tSysFileGetPos (STRUCT) ¶ TYPE tSysFileGetPos : STRUCT Parameter to get actual file pointer position InOut: Name Type Comment pulPos POINTER TO __XWORD [OUT] Pointer to get actual position of the file pointer from the beginning of the file pulOut POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library)
tSysFileGetSize (STRUCT) ¶ TYPE tSysFileGetSize : STRUCT Parameter to get file size of the file specified by name InOut: Name Type Comment szFileName 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 (\)! pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) - ERR_OK: Successful - ERR_NO_OBJECT: File not available - ERR_FAILED: Failed to get file size pulOut POINTER TO __XWORD [OUT] Size of the file in bytes
tSysFileGetSizeByHandle (STRUCT) ¶ TYPE tSysFileGetSizeByHandle : STRUCT Parameter to get file size of the file specified by handle InOut: Name Type Comment pResult POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) pulOut POINTER TO __XWORD [OUT] Size of the file in bytes