This subsection discusses how to create a Dashboard Viewer window layout file, shows the specification format, and explains details of the definition. It also discusses the handling of data when dashboard-display data is displayed with Dashboard Viewer.
The name of a Dashboard Viewer window layout file is window-name.xml. You can specify for window-name any desired name consisting of 1 to 16 single-byte alphanumeric characters.
We recommend that you use the sample file provided during installation to create each Dashboard Viewer window layout file. Copy the following sample file and then edit the copy:
installation-directory\samples\httppacket\web\containers\uCSDPAF_Server\layout\dashboard.xml
Store the created Dashboard Viewer window layout file in the following directory:
installation-directory\psb\CC\web\containers\uCSDPAF_Server\layout\#
The following notes apply to creating a Dashboard Viewer window layout file.
The following shows an example of the specification format for a Dashboard Viewer window layout file.
<dashboardDisplay> |
When Dashboard Viewer is used to display dashboard-display data, Dashboard Viewer handles the types of the dashboard-display data as shown in the table below.
No. | Type that can be specified in the dashboard output connector definition | Handling of type by Dashboard Viewer | Value range |
---|---|---|---|
1 | BYTE | Integer | -231 to (231)-1 |
2 | SHORT | ||
3 | INT | ||
4 | LONG | Integer | -253 to 253 #1 |
5 | FLOAT | Double-precision real number#2 | 1.79769313486231 x (10308) to -1.79769313486231 x (10308) |
6 | DOUBLE | ||
7 | BIG_DECIMAL | Character string type | 0 to 1,024 characters#3 |
8 | STRING | ||
9 | DATE | Time type#4 | Maximum#1: 1970-01-01 at 00:00:0.000 Minimum#1: 9999-12-31 at 23:59:59.999 |
10 | TIME | ||
11 | TIMESTAMP |
YYYY-MM-DD hh:mm:ss.SSS |
YYYY: Year
MM: Month
DD: Day
hh: Hour
mm: Minute
ss: Second
SSS: Millisecond