FEED_COMPLETE report parameter values
This table describes FEED_COMPLETE report parameter values:
FEED_COMPLETE | HoldOnSplitFeed | Explanation |
|---|---|---|
TRUE | N/A | The addition or distribution of the step completes so the SFC continues running. |
FALSE | YES | The addition or distribution is not complete. The recipe is HELD to prevent the next step in the SFC from beginning to execute. The step must be rebound to proceed. The operator must perform an active step change away from the unfinished step, rebind the step manually, active step change back and restart the batch. |
FALSE | NO | The addition or distribution is not complete. In the recipe, the material phase step should have been built within a loop with the transitions testing the value of the FEED_COMPLETE report as well as the value of the step.state attribute. When FALSE, the branch looping around to rerun the phase should be taken. |
Provide Feedback