AnalyzeExpression (FB)
FUNCTION_BLOCK AnalyzeExpression
Function block to analyze a expression of a SFC transion. AnalyzeExpression returns in a string the components of the expression, which are adding to the total value FALSE.
- InOut:
Scope
Name
Type
Comment
Input
InputExpBOOLExpression to be analysed
DoAnalyzeBOOLTRUE starts analysis
Output
ExpResultBOOLCurrent value of the expression
OutStringSTRING(STRING_LENGTH_OUTSTRING)Result of the analysis, Sequence of the concerned components of the expression (e.g. y < x | d)