PhasesList2

The
PhasesList2
item returns a list of all equipment phases, corresponding equipment IDs, recipe phases, the phase type, and valid units.
This table shows the input and output formats for this item.
Input Format
Request:
PhasesList2
Output Format
The PhasesList2 item returns in this format:
<PhasesList>
is
<PhaseData>
\crlf |
<PhaseData>
\crlf
<PhasesList>
<PhaseData>
is
<PhaseDesc>
\t
<UnitList>
<PhaseDesc>
is
<PhaseID>
\t
<Equipment PhaseName>
\t
<Recipe PhaseName>
\t
<PhaseType>
<UnitList>
is
<UnitName>
|
<UnitName>
\t
<UnitList>
where <PhaseDesc> is:
Field Name
Format
Description
<PhaseID>
ASCII - Integer
Unique equipment ID for a phase.
<Equipment PhaseName>
ASCII - String
Name of an equipment phase. (Marked as the phase in
FactoryTalk Batch Equipment Editor
.)
<Recipe PhaseName>
ASCII - String
Name of a recipe phase. (Marked as the phase class in
FactoryTalk Batch Equipment Editor
.)
<PhaseType>
ASCII - Integer
0 = Reserved for future use.
where <UnitList> is:
Field Name
Format
Description
<UnitName>
ASCII - String
Name of the unit.
This table shows an example of the return on this request.
Example:
A request on
object
.
GetItem(PhasesList2)
could return:
5 \t WP_ADD_CREAM_M1 \t ADD_CREAM \t 0 \t WP_MIXER1 \crlf
6 \t WP_ADD_CREAM_M2 \t ADD_CREAM \t 0 \t WP_MIXER2 \crlf
39 \t SP_ADD_CREAM_M1 \t ADD_CREAM \t 0 \t SP_MIXER1 \crlf
...
104 \t MP_DUMP_MF2 \t MBR_DUMP \t 0 \t MP_MIXERFREEZER2 \crlf
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal