Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
SysSymbols23 Library Documentation ¶ Company System Title SysSymbols23 Version 3.5.13.0 Categories System|SysLibs23 Author 3S - Smart Software Solutions Description 1 ¶ Compatibility library for CoDeSys 2.3 projects, to get accessto symbolks Contents: ¶ POUs SysLibGetSymbolAddress (Function) Indices and tables ¶ 1 Based on SysSymbols23.library, last modified 03.07.2018, 10:35:26. LibDoc 4.4.0.0-b.27 The content file SysSymbols23.clean.json was generated with CODESYS V3.5 SP13 on 03.07.2018, 10:35:26.
POUs ¶ SysLibGetSymbolAddress (Function)
Float ¶ LREAL Assert_LReal_Equal (Function) Assert_LReal_Greater (Function) Assert_LReal_GreaterEqual (Function) Assert_LReal_Less (Function) Assert_LReal_LessEqual (Function) Assert_LReal_NotEqual (Function) REAL Assert_Real_Equal (Function) Assert_Real_Greater (Function) Assert_Real_GreaterEqual (Function) Assert_Real_Less (Function) Assert_Real_LessEqual (Function) Assert_Real_NotEqual (Function)
LREAL ¶ Assert_LReal_Equal (Function) Assert_LReal_Greater (Function) Assert_LReal_GreaterEqual (Function) Assert_LReal_Less (Function) Assert_LReal_LessEqual (Function) Assert_LReal_NotEqual (Function)
Assert_LReal_Equal (FUN) ¶ FUNCTION Assert_LReal_Equal : BOOL Assertion function to check equality of two values of type LREAL . The assertion succeeds for (referenceValue - precision) <= actualValue AND (referenceValue + precision) >= actualValue InOut: Scope Name Type Initial Comment Return Assert_LReal_Equal BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue LREAL The expected value actualValue LREAL The value to check precision LREAL 0.0 A value to specify an allowed deviation. Default is 0.0 wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .
Assert_LReal_Greater (FUN) ¶ FUNCTION Assert_LReal_Greater : BOOL Assertion function to check that a value of LREAL is greater then the given threshold InOut: Scope Name Type Initial Comment Return Assert_LReal_Greater BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue LREAL The value indicating the threshold actualValue LREAL The value to check wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .
Assert_LReal_GreaterEqual (FUN) ¶ FUNCTION Assert_LReal_GreaterEqual : BOOL Assertion function to check that a value of LREAL is greater or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_LReal_GreaterEqual BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue LREAL The value indicating the threshold actualValue LREAL The value to check wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .
Assert_LReal_Less (FUN) ¶ FUNCTION Assert_LReal_Less : BOOL Assertion function to check that a value of LREAL is less then the given threshold InOut: Scope Name Type Initial Comment Return Assert_LReal_Less BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue LREAL The value indicating the threshold actualValue LREAL The value to check wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .
Assert_LReal_LessEqual (FUN) ¶ FUNCTION Assert_LReal_LessEqual : BOOL Assertion function to check that a value of LREAL is less or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_LReal_LessEqual BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue LREAL The value indicating the threshold actualValue LREAL The value to check wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .