OperationErrs
The
OperationErrs
item lists all the equipment operation sequences
that are currently in failure or have an error. If the FactoryTalk Batch
Server does not return any data when a request is
issued against this item, the item may be disabled. Disable the item by this setting in the tab:OperationDataList = YES
This table shows the input and output formats for this item.
Format | Description | ||
|---|---|---|---|
Input Format | Request: OperationErrs | ||
Output Format | The OperationErrs item returns in this format: | ||
<OperationErrors> | is | <NullList> | <OpSeqErrList> \crlf | |
<OpSeqErrList> | is | <OpSeqErrDesc> \crlf | <OpSeqErrDesc> \crlf <OpSeqErrList> | |
<OpSeqErrDesc> | is | <OpSeqID> \t <OpSeqName> \t <UnitID> \t <UnitName> \t <PCellName> \t <AreaName> \t <Owner> \t <BatchID> \t <OpSeqErrMsg> \t <State> | |
<OpSeqErrMsg> | is | <FailMsg> | <ErrMsg> | |
where <OpSeqErrDesc> is: | |||
Field Name | Format | Description | |
<OpSeqID> | ASCII - Integer | Equipment ID of the equipment operation sequence. | |
<OpSeqName> | ASCII - String | Name of the equipment operation sequence configured in FactoryTalk Batch Equipment Editor. | |
<UnitID> | ASCII - Integer | Current unit ID. | |
<UnitName> | ASCII - String | Name of the unit. | |
<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. | |
<OpSeqErrMsg> | ASCII - String | Message generated by the FactoryTalk Batch Server. | |
<State> | ASCII - String | Current state of the equipment operation sequence. | |
where <OpSeqErrMsg> is: | |||
<FailMsg> | ASCII - String | Failure message generated by the logic running in the PLC. This message 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 is an example of the return on this request.
A request on
object.GetItem(OperationErrs)
could return:68 \t MAKE_ICE_CREAM \t 0 \t \t West_Parlor \t AREA1 \t \t \t FV101_FAILED_TO_CLOSE
\t IDLE \crlf
Provide Feedback