PC-based phase execution

The following is an example of a PC-based phase executing within a recipe. The PC-based phase is created to prompt the operator to take a sample to the
Quality
control and then enter the results. The phase communicates with the
FactoryTalk Batch
Server by way of the
Batch Phase Execution
control. The phase can direct the server to prompt the operator, wait for results and have the server store the result in the electronic batch record. The recipe only proceeds if the result is within the appropriate range.
FTB_PCB_Phase Execution
  1. As the batch is processed, the
    QC_Chk
    phase is executed.
  2. The
    QC_Chk
    phase displays a screen to the operator, requesting that the operator have QC take an in-process sample. The
    QC_Chk
    phase does not continue processing until the operator enters the QC result.
  3. When the operator enters the result, the
    QC_Chk
    phase sends the report value to the
    FactoryTalk Batch
    Server by way of the
    Batch Phase Execution
    control. The
    Batch Phase Execution
    control stores the value in the electronic batch record. While the phase is executing, an activity log file is updated with process events.
  4. Control is returned to the recipe, and it continues processing the balance of the transitions and steps.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal