PhasesList
The
PhasesList
item returns a list of all phases, corresponding equipment IDs, and valid units.This table shows the input and output formats for this item.
Format | Description | ||
|---|---|---|---|
Input Format | Request: PhasesList | ||
Output Format | The PhasesList item returns in this format: | ||
<PhasesList> | is | <PhaseData> \crlf | <PhaseData> \crlf <PhasesList> | |
<PhaseData> | is | <PhaseDesc> \t <UnitList> | |
<PhaseDesc> | is | <PhaseID> \t <PhaseName> | |
<UnitList> | is | <UnitName> | <UnitName> \t <UnitList> | |
where <PhaseDesc> is: | |||
Field Name | Format | Description | |
<PhaseID> | ASCII - Integer | Unique equipment ID for a phase. | |
<PhaseName> | ASCII - String | Name of a phase. | |
where <UnitList> is: | |||
Field Name | Format | Description | |
<UnitName> | ASCII - String | Name of the unit. | |
This is an example of the return on this request.
A request on
object.GetItem(PhasesList)
could return:5 \t WP_ADD_CREAM_M1 \t WP_MIXER1 \crlf
6 \t WP_ADD_CREAM_M2 \t WP_MIXER2 \crlf
39 \t SP_ADD_CREAM_M1 \t SP_MIXER1 \crlf
...
04 \t MP_DUMP_MF2 \t MP_MIXERFREEZER2 \crlf
Provide Feedback