Calling Function Blocks from Transitions
It is not recommended to call a function block in a Sequential Function Chart (SFC) condition for these reasons:
- A function block should be called at each cycle, typically in a cyclic program.
- An SFC condition is evaluated only when all of its preceding steps are active (not at each cycle)
Provide Feedback