AnalyzeExpressionCombined (FB)
FUNCTION_BLOCK AnalyzeExpressionCombined
AnalyseExpressionCombined combines the functionalities of AnalyzeExpression plus AnalyseExpressionTable
- InOut:
Scope
Name
Type
Comment
Input
InputExpBOOLExpression to be analysed
DoAnalyzeBOOLTRUE starts analysis
Output
ExpResultBOOLCurrent value of the expression
OutTableARRAY [0..TABLE_UPPER_BOUND] OF ExpressionResult
Result of the analyzation
OutStringSTRING(STRING_LENGTH_OUTSTRING)Result of the analysis, Sequence of the concerned components of the expression (e.g. y < x | d)