Configure a dashboard element and add it to the specified dashboard. The table shows common fields for all dashboard element types. Additional fields must be added, depending on element type. See below.
| Field | Size | Values | Description |
|---|---|---|---|
| Message ID | 1 byte | 0x2B | |
| Data length | 2 bytes | 14 + element specific length | Depending on element type |
| Dashboard ID | 2 bytes | 0x0000-0xFFFF | ID of dashboard to add the element to |
| Element ID | 2 bytes | 0x0000-0xFFFF | Unique ID of element |
| Z-Index | 1 byte | Order index, 0 places the element the farthest to the back | |
| X-coordinate | 2 bytes | Coordinate value in pixels | X-coordinate of element location. 0 is topmost position on dashboard. |
| Y-coordinate | 2 bytes | Coordinate value in pixels | Y-coordinate of element location. 0 is topmost position on dashboard. |
| Width | 2 bytes | Width in pixels | Width of element |
| Height | 2 bytes | Height in pixels | Height of element |
| Element type | 1 byte | ELEMENT_TYPE | See each element type below |