PhasesList3
The
PhasesList3
item returns a list of all equipment phases, corresponding equipment IDs, recipe phases, phase types, bitmap filenames, and valid units.This table shows the input and output formats for this item.
Input Format | Request: PhasesList3 | ||
Output Format | The PhasesList3 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> \t <PhaseBitmapName> | |
<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. | |
<PhaseBitmap
Name> | ASCII - String | Name of the phase bitmap file. | |
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(PhasesList3) could return:5 \t WP_ADD_CREAM_M1 \t ADD_CREAM \t 0 \t DUMP2&.BMP \t WP_MIXER1 \crlf 6 \t WP_ADD_CREAM_M2 \t ADD_CREAM \t 0 \t DUMP2&.BMP \t WP_MIXER2 \crlf 39 \t SP_ADD_CREAM_M1 \t ADD_CREAM \t 0 \t DUMP2&.BMP \t SP_MIXER1 \crlf ... 104 \t MP_DUMP_MF2 \t MBR_DUMP \t 0 \t dump1&.bmp \t MP_MIXERFREEZER2 \crlf |
Provide Feedback