Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. 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)
SysStr23 Library Documentation ¶ Company System Title SysStr23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions Description 1 ¶ V2.3 compatible SysLib for string functions Contents: ¶ Internal ToLower (Function) POUs SysStrCmp (Function) SysStrCmpI (Function) SysStrCmpN (Function) SysStrCmpNI (Function) SysStrCpy (Function) SysStrLen (Function) Indices and tables ¶ 1 Based on SysStr23.library, last modified 03.07.2018, 10:35:23. LibDoc 4.4.0.0-b.27 The content file SysStr23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:35:23.
Internal ¶ ToLower (Function)
ToLower (FUN) ¶ FUNCTION ToLower : BYTE InOut: Scope Name Type Return ToLower BYTE Input byIn BYTE
POUs ¶ SysStrCmp (Function) SysStrCmpI (Function) SysStrCmpN (Function) SysStrCmpNI (Function) SysStrCpy (Function) SysStrLen (Function)
SysStrCmp (FUN) ¶ FUNCTION SysStrCmp : DINT InOut: Scope Name Type Comment Return SysStrCmp DINT Input sString1 STRING(256) First buffer sString2 STRING(256) Second buffer
SysStrCmpI (FUN) ¶ FUNCTION SysStrCmpI : DINT InOut: Scope Name Type Comment Return SysStrCmpI DINT Input sString1 STRING(256) First buffer sString2 STRING(256) Second buffer
SysStrCmpN (FUN) ¶ FUNCTION SysStrCmpN : DINT InOut: Scope Name Type Comment Return SysStrCmpN DINT Input sString1 STRING(256) First buffer sString2 STRING(256) Second buffer diChars DINT Number of characters from the beginning of each string to be compared.
SysStrCmpNI (FUN) ¶ FUNCTION SysStrCmpNI : DINT InOut: Scope Name Type Comment Return SysStrCmpNI DINT Input sString1 STRING(256) First buffer sString2 STRING(256) Second buffer diChars DINT Number of characters from the beginning of each string to be compared.
SysStrCpy (FUN) ¶ FUNCTION SysStrCpy : DWORD InOut: Scope Name Type Comment Return SysStrCpy DWORD Inout sString1 STRING(256) Destination string. Inout Const sString2 STRING(256) Source string