This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
uls:structure [2017-02-14 08:26] uls [Default Units] |
uls:structure [2017-10-17 11:01] (current) uls [Data Types] |
||
---|---|---|---|
Line 17: | Line 17: | ||
* numbers in combination with si-related units (e.g. ''km'', ''m'', ''mm''; or ''°C'', ''°F'', ''K''), 200 characters max | * numbers in combination with si-related units (e.g. ''km'', ''m'', ''mm''; or ''°C'', ''°F'', ''K''), 200 characters max | ||
* timing tuples, as tuples of start- and stop-timing events, bound together with the same time stamp, 200 characters max | * timing tuples, as tuples of start- and stop-timing events, bound together with the same time stamp, 200 characters max | ||
- | * timestamps in ISO notation (yyyy-mm-dd HH:MM:SS) (''{DT}'') or seconds since unix epoch (''{TT}''). | + | * timestamps in ISO notation (yyyy-mm-dd HH:MM:SS) (use unit ''{DT}'') or seconds since unix epoch (use unit ''{TT}''). |
* strings rendered in monospaced font in the web browser, can e.g. be used for tabular data, 32000 characters max | * strings rendered in monospaced font in the web browser, can e.g. be used for tabular data, 32000 characters max | ||
- | * images (.jpg, .png, .gif, ...) are shown as images in the web browser, other files are represented as web links | + | * images (.jpg, .png, .gif, ...) are shown as images in the web browser, other files are represented as web links for download |
Line 119: | Line 119: | ||
| _N | | 0 | 0 | multiple text expressions, separated by empty line | | | _N | | 0 | 0 | multiple text expressions, separated by empty line | | ||
| _T | | 0 | 0 | tabular text expressions | | | _T | | 0 | 0 | tabular text expressions | | ||
- | | {DT} | | 0 | 0 | time stamp in the format: yyyy-mm-dd hh:mm:ss[:{+-}hh:mm] | | + | | {DT} | | 0 | 0 | time stamp in the format: yyyy-mm-dd hh:mm:ss[{+-}hh:mm] | |
| {E} #:Laufwerk | {E} #:Laufwerk | 0 | 0 | time interval + drive/unit # | | | {E} #:Laufwerk | {E} #:Laufwerk | 0 | 0 | time interval + drive/unit # | | ||
| {E} :Lw | {E} :Lw | 0 | 0 | time interval + drive | | | {E} :Lw | {E} :Lw | 0 | 0 | time interval + drive | | ||
Line 159: | Line 159: | ||
| {DT} | | {DT} | ||
| timestamp | | timestamp | ||
- | | the value is interpreted as time stamp. Format is "YYYY-MM-DD hh:mi:ss". | + | | the value is interpreted as time stamp. Format is "YYYY-MM-DD hh:mm:ss[{+|-}hh:mm]". |
There is no graphical representation but limits and aggregations in combination | There is no graphical representation but limits and aggregations in combination | ||
with function "age" may be applied. | with function "age" may be applied. | ||
Line 171: | Line 171: | ||
Then, the ULS-server shows all "<value> <unit>" pairs in the grid | Then, the ULS-server shows all "<value> <unit>" pairs in the grid | ||
and graphs can be generated of these values. | and graphs can be generated of these values. | ||
- | The values are calculated to a base unit (si-unit) which is also used | + | The values are calculated to a base unit (si-unit) which is also used as unit for the respective y-axis. |
- | as unit for the respective y-axis. | + | |
**BUT**: details having this unit do currently only support the | **BUT**: details having this unit do currently only support the | ||
comparisons: last, first, count, differ in limit definitions! | comparisons: last, first, count, differ in limit definitions! | ||
Line 180: | Line 179: | ||
| time | | time | ||
| timing tuple with additional attributes, example: | | timing tuple with additional attributes, example: | ||
- | value: "Start YYYY-MM-DD hh:mi:ss <expression>" | + | value: "Start YYYY-MM-DD hh:mm:ss[{+|-}hh:mm] <expression>" |
- | or "Stop YYYY-MM-DD hh:mi:ss <expression>", | + | or "Stop YYYY-MM-DD hh:mm:ss[{+|-}hh:mm] <expression>", |
unit: "{E} <y-axis unit>:<y-axis title>" | unit: "{E} <y-axis unit>:<y-axis title>" | ||
|- | |- | ||
| {T} | | {T} | ||
| time | | time | ||
- | | marks a timing tuple, which must be in the format "Start YYYY-MM-DD hh:mi:ss" | + | | marks a timing tuple, the values must be in the format |
- | or "Stop YYYY-MM-DD hh:mi:ss" respectively. Both **must** be related to | + | "Start YYYY-MM-DD hh:mm:ss[{+|-}hh:mm]" for the time stamp of the start of an action |
- | the same time stamp, see :ref:`send_data_to_uls` for an example. The | + | or "Stop YYYY-MM-DD hh:mm:ss[{+|-}hh:mm]" for the time stamp of the stop of an action. |
- | timing tuple is represented by a horizontal bar in graphs | + | Both values **must** be related to the same time stamp (of the value, not of the action). |
+ | The timing tuple is represented as a horizontal bar in graphs | ||
|- | |- | ||
| {TT} | | {TT} |