Analyzation (LIB)
- Version
3.5.17.0
- Namespace
Analyzation
- Author
3S-Smart Software Solutions
- Placeholder
Analyzation
Description 1
Analysis of expressions with the Analyzation library
This library provides modules for the analysis of expressions. If a composed expression is FALSE, those of its components can be evaluated which are adding to this result. In the SFC-Editor the flag SFCErrorAnalyzationTable uses this function implicitely for the analysis of expressions in transitions.
Example of an expression:
b OR NOT(y < x) OR NOT (NOT d AND e)
The functions:
The following variables are used by all modules:
InputExpr: BOOL, expression to be analysed
DoAnalyze: BOOL, TRUE starts analysis
ExpResult: BOOL, current value of the expression
Result of the analyzation:
AnalyzeExpression returns in a string the components of the expression, which are adding to the total value FALSE.
OutString: STRING, Result of the analysis, Sequence of the concerned components of the expression (e.g. y < x | d)
AnalyseExpressionTable writes the components of the expression, which are adding to the total value FALSE, to an array. For each component the following information is provided by structure ExpressionResult: name, address, comment, (current)value.
OutTable: ARRAY [0..15] OF ExpressionResult;
e.g..

Figure 1: SFC settings

Figure 2: SFC analyzation example
AnalyseExpressionCombined combines the functionalities of AnalyzeExpression plus AnalyseExpressionTable
Contents:
Indices and tables
- 1
- Based on Analyzation.library, last modified 20.04.2021, 15:13:51. LibDoc 3.5.16.40The content file Analyzation.library.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:13:51.