Phase process diagram
This diagram is an example of a phase process:

- The command to START the phase is issued from theFactoryTalk BatchServer. The RUNNING program eventually begins.
- The phase logic sends a request to download the AMOUNT parameter from theFactoryTalk BatchServer.
- TheFactoryTalk BatchServer requests a Promise ID from the Material Server. This establishes an accounting data entity for tracking the inventory used.
- The Material Server returns SUCCESS for the Promise ID to theFactoryTalk BatchServer. This is used by theFactoryTalk BatchServer during warm restarts to restore the state of a batch if theFactoryTalk BatchServer failed as the batch was running.
- TheFactoryTalk BatchServer downloads the parameters to the phase logic. The PCD runs its program to perform a material addition or distribution.
- The FEED_COMPLETE and ACTUAL_AMOUNT parameters are uploaded to theFactoryTalk BatchServer.
- The phase logic transitions to a terminal state.
- The value returned in the FEED_COMPLETE report parameter, and the Hold on Split Feed configuration determine what recipe execution will do next:TIP:Hold On Split Feed is set in theMaterial Policytab in theServer Optionsdialog box inFactoryTalk Batch Equipment Editor.
- If FEED_COMPLETE is TRUE, the batch continues running.
- If FEED_COMPLETE is FALSE, and Hold on Split Feed is YES, the batch is held.
- If FEED_COMPLETE is FALSE, and Hold on Split Feed is NO, the batch continues running.
- The amount of the material addition or distribution is sent to the Material Server. The inventory levels in the material database are updated, and for material additions, the sublot or sublots of inventory used are identified.
- Material, lot, and container data are returned to theFactoryTalk BatchServer and recorded in theFactoryTalk BatchEvent Journal.
Provide Feedback