UnitsList
The
UnitsList
item returns a list of all units and corresponding equipment IDs and unit classes.This table shows the input and output formats for this item.
Input Format | Request: UnitsList | ||
Output Format | The UnitsList item is returned in this format: | ||
<UnitList> | is | <Unit> \crlf | <Unit> \crlf <UnitList> | |
<Unit> | is | <UnitID> \t <UnitName> \t <UnitClass> | |
where <Unit> is: | |||
Field Name | Format | Description | |
<UnitID> | ASCII - Integer | Unique equipment identifier for a unit. | |
<UnitName> | ASCII - String | Unit name. | |
<UnitClass> | ASCII - String | Unit class name. |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(UnitsList) could return:3 \tWP_MIXER1 \tMIXER_CLS \crlf 2 \tWP_MIXER2 \tMIXER_CLS \crlf 26 \tSP_MIXER1 \tMIXER_CLS \crlf ... 46 \tMP_MIXERFREEZER2 \tMBR_MIXERFREEZER \crlf |
Provide Feedback