UnitIDPhaseBitmaps
The
UnitIDPhaseBitmaps
item returns a filename list for the phase bitmaps within the unit specified by the unit ID. This is a companion item to the UnitIDPhases
item. The files are returned in the same order as <BitMapIndex> in UnitIDPhases
.This table shows the input and output formats for this item.
Input Format | Request: UnitIDPhaseBitmaps | ||
<UnitID> | is | ASCII – String, the unique equipment ID corresponding to the unit. | |
Output Format | The UnitIDPhaseBitmaps item returns in this format: <List> | ||
<List> | is | <BitMap> \crlf <List> | |
<BitMap> | is | <BitMapIndex> \t <FileName> | |
where: | |||
Field Name | Format | Description | |
<BitMapIndex> | ASCII - Integer | Location of bit map in the List of Phase Bitmap items – same offset as returned in UnitIDPhases . | |
<FileName> | ASCII - String | Filename of the bitmap. |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(55PhaseBitmaps) could return:0 \t dump2&.bmp \crlf
1 \t dump2&.bmp \crlf
... 5 \t t-in.bmp \crlf |
Provide Feedback