Warning that SFCStep block is used multiple times in Sequence structure SFC
Compiler output complains that SFCStep function block is used multiple times. According to the help you should only declare it once. Anyone knows what I might have done wrong?
Voted best answer
As far as I know, this is the only correct way, and what you are getting is just warnings. There is an option in compiler switches that is set to warn you when you use the same function block multiple times by default; you may turn this off in order to get rid of the warnings, but again this will turn off such warnings for any FB, not only SFCStep.
Add new comment