UnitIDOperations

The
UnitIDOperations
item returns a list of the equipment operation sequences within the unit specified by the unit ID.
This table shows the input and output formats for this item.
Input Format
Request:
UnitIDOperations
UnitID
is
An ASCII - integer representing the
unique equipment ID corresponding to the unit.
Output Format
The UnitIDOperations item returns in this format:
<OperationsList>
is
<Operation>
\crlf |
<Operation>
\crlf
<OperationList>
<Operation>
is
<OpSeqID>
\t
<OpSeqName>
\t
<MaxOwners>
\t
<OperationType>
\t
<XCord>
\t
<YCord>
\t
<BitMapIndex>
where <Operation> 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.
<MaxOwners>
ASCII - Integer
Maximum number of owners.
<OperationType>
ASCII - Integer
This is an equipment operation sequence, so this field is not used.
<XCord>
ASCII - Integer
X coordinate for the bitmap in the Equipment View.
<YCord>
ASCII - Integer
Y coordinate for the bitmap in the Equipment View.
<BitMapIndex>
ASCII - Integer
Location of bitmap in the List of Phase Bitmap items. This field is not used.
This table shows an example of the return on this request.
Example:
A request on
object
.
GetItem(55Operations)
could return:
68 \t MAKE_CHOCOLATE_CUSTARD \t 1 \t 0 \t 95 \t 88 \t 0 \crlf
70 \t MAKE_VANILLA_CUSTARD \t 2 \t 0 \t 362 \t 89 \t 0 \crlf
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal