Displaying Batch Details in faceplate

Hi

Im just wondering is there an easy way to display details of the Current Batch, Procedure, Unit procedure, Operation and Phases in my graphics.

Im need the end of a project and need to polish up the visuals

Thanks 

Thomas

1 Reply

  • Thomas,

    Replace "unitname" in the links below with the Unit tagname for the unit you want to display the information for

    Batch ID: DVSYS.unitname/BATCH_ID.A_CV

    Procedure: DVSYS.unitname/PROCEDURE.A_CV

    Unit Procedure: DVSYS.unitname/UNITPROCEDURE.A_CV

    Operation: DVSYS.unitname/OPERATION.A_CV

    Phase(s): DVSYS.unitname/P1/PHASE.A_CV[_NOT_CONFIG_OK_]

                      DVSYS.unitname/P2/PHASE.A_CV[_NOT_CONFIG_OK_]

                      DVSYS.unitname/P3/PHASE.A_CV[_NOT_CONFIG_OK_]

                      DVSYS.unitname/P4/PHASE.A_CV[_NOT_CONFIG_OK_]

                      DVSYS.unitname/P5/PHASE.A_CV[_NOT_CONFIG_OK_]

                      DVSYS.unitname/P6/PHASE.A_CV[_NOT_CONFIG_OK_]

                      DVSYS.unitname/P7/PHASE.A_CV[_NOT_CONFIG_OK_]

                      DVSYS.unitname/P8/PHASE.A_CV[_NOT_CONFIG_OK_]

                      DVSYS.unitname/P9/PHASE.A_CV[_NOT_CONFIG_OK_]

                      DVSYS.unitname/P10/PHASE.A_CV[_NOT_CONFIG_OK_]

    The reason you see [_NOT_CONFIG_OK_] for the phases is because the link won't be valid if the phase is NOT loaded. This allows the system to display these values when appropriate without giving errors when the phase isn't loaded. You may want to add visibility for the number of phases (link shown below) if the phase name is showing weird values for ones that are not loaded.

    # of Phases Loaded: DVSYS.unitname/NUMPHASES.F_CV

    Note on the Operation field, since multiple operations can be running at a time, I think this only shows the last operation that was loaded and won't show all the operations that are currently running.

    Regards,

    Matt