CommunicationStateMachine (FUN) ¶ FUNCTION CommunicationStateMachine The communication state machine, to be called after the communication state machine of the base class. InOut: Scope Name Type Inout Axis AXIS_REF_SM3 fbs CommonFBs vars CommonVars config SMC3_CiA_DSP402_ConfigurationPhase DSP402_Statemachine SMC3_CiA_DSP402_StateMachine
State Machine ¶ CommunicationStateMachine (Function) DriveStateMachine (Function)
DriveStateMachine (FUN) ¶ FUNCTION DriveStateMachine : BOOL The drive state machine, to be called before the drive state machine of the base class. InOut: Scope Name Type Return DriveStateMachine BOOL Inout Axis AXIS_REF_SM3 fbs CommonFBs vars CommonVars in SMC3_CIA_DSP402_SpecificInputs out SMC3_CIA_DSP402_SpecificOutputs
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 13.12.2023, 09:02:31 companyName string 3S-Smart Software Solutions GmbH libraryFile SM3_Drive_CMZ_Common.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SM3_Drive_CMZ_Common.clean.json version version 2.0.0.0 ProjectInformation IsEndUserLibrary bool False Released True LastModificationDateTime date 13.12.2023, 09:02:27 LibraryCategories library-category-list Intern|SoftMotion Author string CODESYS Development GmbH Company CODESYS CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace CMZ Description See: Description LanguageModelAttribute qualified-access-only Placeholder SM3_Drive_CMZ_Common Project SM3_Drive_CMZ_Common Title SM3_Drive_CMZ_Common Version version 4.16.0.0
IsPunct (FUN) ¶ FUNCTION IsPunct : BOOL Reports whether the rune is a Unicode punctuation character (category P). InOut: Scope Name Type Return IsPunct BOOL Input diRune RUNE Output eErrorID ERROR
IsSpace (FUN) ¶ FUNCTION IsSpace : BOOL Reports whether the rune is a space character as defined by Unicode’s White Space property; In the Latin-1 space this is ‘t’, ‘n’, ‘v’, ‘f’, ‘r’, ‘ ‘, U+0085 (NEL), U+00A0 (NBSP). Other definitions of spacing characters are set by category Z and property Pattern_White_Space. InOut: Scope Name Type Return IsSpace BOOL Input diRune RUNE Output eErrorID ERROR
IsSymbol (FUN) ¶ FUNCTION IsSymbol : BOOL Reports whether the rune is a symbolic character. InOut: Scope Name Type Return IsSymbol BOOL Input diRune RUNE Output eErrorID ERROR
IsTitle (FUN) ¶ FUNCTION IsTitle : BOOL Reports whether the rune is a title case letter. InOut: Scope Name Type Return IsTitle BOOL Input diRune RUNE Output eErrorID ERROR
IsUpper (FUN) ¶ FUNCTION IsUpper : BOOL Reports whether the rune is an upper case letter. InOut: Scope Name Type Return IsUpper BOOL Input diRune RUNE Output eErrorID ERROR
Mapping ¶ EqualFold (Function) ToLower (Function) ToTitle (Function) ToUpper (Function)