The tables below describe the ELEMENT_TYPE_PROGRESS specific parameters and
additional fields for the MSG_CONF_DASHBOARD_ELEMENT message.
Table 1. ELEMENT_TYPE_PROGRESS Specific
Parameters| Parameter |
Value |
| ELEMENT_TYPE |
0x03 |
| Total data length of MSG_CONF_DASHBOARD_ELEMENT when
using ELEMENT_TYPE_PROGRESS |
29 |
Table 2. Additional Data Fields to
MSG_CONF_DASHBOARD_ELEMENT for ELEMENT_TYPE_PROGRESS| Field |
Size |
Values |
Description |
| Minimum value |
4 bytes |
|
|
| Maximum value |
4 bytes |
|
|
| Initial value |
4 byte |
|
|
| Color |
3 bytes |
0xRRGGBB |
RGB color of progress bar |
Example
The picture below shows an example of a progress bar element. The corresponding
element data fields are given in the table below the picture.
Note: The appearance of elements will vary with operating system version
and configuration.
Table 3. Progress Bar| Field |
Value |
| Z-index |
0 |
| X-coordinate |
10 |
| Y-coordinate |
10 |
| Width |
100 |
| Height |
30 |
| Element type |
0x03 |
| Minimum value |
0 |
| Maximum value |
100 |
| Initial value |
50 |
| Color |
0x01D328 |