WREPLACE (FUN) ¶ FUNCTION WREPLACE : WSTRING(255) Replaces L wcharacters of STR1 by STR2, starting at the POS-th wcharacter position and returns the new string. POS = 1 is the first character. Note The current implementation is unfortunately not correct for the case P=0 . The implementation cannot be changed for compatibility reasons. If P=0 is used, the parameter L is internally reduced by one! It is generally recommended to use values in the range specified by IEC 61131-3. The smallest value for P is specified there as 1 . InOut: Scope Name Type Return WREPLACE WSTRING(255) Input STR1 WSTRING(255) STR2 WSTRING(255) L INT P INT
WRIGHT (FUN) ¶ FUNCTION WRIGHT : WSTRING(255) Returns rightmost SIZE wcharacters of STR. InOut: Scope Name Type Return WRIGHT WSTRING(255) Input STR WSTRING(255) SIZE INT
Timer ¶ LTOF (FunctionBlock) LTON (FunctionBlock) LTP (FunctionBlock)
LTOF (FB) ¶ FUNCTION_BLOCK LTOF Timer of delay. Q is FALSE, after the delay defined in PT and IN had a faling edge. InOut: Scope Name Type Comment Input IN BOOL starts timer with falling edge, resets timer with rising edge PT LTIME time to pass, before Q is reset Output Q BOOL is FALSE, PT seconds after IN had a falling edge ET LTIME elapsed time since falling edge at IN
LTON (FB) ¶ FUNCTION_BLOCK LTON Timer on delay. Q is TRUE, after the delay defined in PT and IN had a rising edge. InOut: Scope Name Type Comment Input IN BOOL starts timer with rising edge, resets timer with falling edge PT LTIME time to pass, before Q is set Output Q BOOL ET LTIME elapsed time since rising edge at IN
LTP (FB) ¶ FUNCTION_BLOCK LTP Timer Pulse. Q produces a High-Signal with the length of PT on every rising edge on IN. InOut: Scope Name Type Comment Input IN BOOL Trigger for Start of the Signal PT LTIME The length of the High-Signal Output Q BOOL The pulse ET LTIME elapsed time since pulse start
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 27.04.2020, 15:44:04 companyName string 3S-Smart Software Solutions GmbH libraryFile standard64.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 contentFile standard64.clean.json version version 2.0.0.0 ProjectInformation OnlineHelp bool True Released True ShowSmartCodingInfo True LastModificationDateTime date 27.04.2020, 15:44:02 LibraryCategories library-category-list Application|Common Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description DocFormat reStructuredText Placeholder Standard64 Project standard64 Title Standard64 Version version 3.5.16.0
PlcOperationControl.xDisableApplicationForce (PROP) ¶ PROPERTY xDisableApplicationForce : BOOL
PlcOperationControl.xDisableApplicationDownload (PROP) ¶ PROPERTY xDisableApplicationDownload : BOOL
PlcOperationControl.xDisableApplicationOnlineChange (PROP) ¶ PROPERTY xDisableApplicationOnlineChange : BOOL