PhaseErrs
The If the
PhaseErrs
item lists all the phases that are currently in failure or have an error. FactoryTalk Batch
Server does not return any data when issued a request against this item, it is possible that the item is disabled in the same manner as the PhaseDataList
item.This table shows the input and output formats for this item.
Input Format | Request: PhaseErrs | ||
Output Format | The PhaseErrs item returns in this format: | ||
<PhaseErrors> | is | <NullList> | <PhErrList> \crlf | |
<PhErrList> | is | <PhErrDesc> \crlf | <PhErrDesc> \crlf <PhErrList> | |
<PhErrDesc> | is | <PhaseID> \t <PhaseName> \t <UnitID> \t <UnitName> \t <PCellName> \t <AreaName> \t <Owner> \t <BatchID> \t <PhErrMsg> \t <State> | |
<PhErrMsg> | is | <FailMsg> | <ErrMsg> | |
where <PhErrDesc> is: | |||
Field Name | Format | Description | |
<PhaseID> | ASCII - Integer | Equipment ID of the phase. | |
<PhaseName> | ASCII - String | Name of phase configured in FactoryTalk Batch Equipment Editor . | |
<UnitID> | ASCII - Integer | Current unit ID. | |
<UnitName> | ASCII - String | Current unit name. | |
<PCellName> | ASCII - String | Process cell name. | |
<AreaName> | ASCII - String | Area name. | |
<Owner> | ASCII - String | Owner name. | |
<BatchID> | ASCII - String | User-entered identifier for the batch. | |
<PhErrMsg> | ASCII - String | Message generated by the FactoryTalk Batch Server. | |
<State> | ASCII - String | Current state of the phase. | |
where <PhErrMsg> is: | |||
<FailMsg> | ASCII - String | Failure message generated by the logic running in the PLC. It is configured in the Phase_Failures enumeration of the Equipment Database . | |
<ErrMsg> | ASCII - String | Error message generated by the FactoryTalk Batch Server. This message is internal to FactoryTalk Batch . |
This table shows an example of the return on this request.
Example: | A request on object.GetItem(PhaseErrs) could return:68 \t NP_ADDDAIRY_M1 \t 0 \t \t West_Parlor \t AREA1 \t \t \t FV101_FAILED_TO_CLOSE \t IDLE \crlf |
Provide Feedback