OperationErrs
The If the
OperationErrs
item lists all the equipment operation sequences that are currently in failure or have an error. FactoryTalk Batch
Server does not return any data when a request is issued against this item, the item may be disabled in the batchsvr.ini
file.Use the
OperationDataList
item to disable this item.This table shows the input and output formats for this item.
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 table shows an example of the return on this request.
Example: | 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