<< Click to Display Table of Contents >> Trend |
![]() ![]() ![]() |
Property |
ST script field |
Description |
Line width |
linewidth |
Width of the border's line. |
Color |
color |
Color of the border's line. |
Fill |
fill |
Select fill or not fill trend. |
Fill color |
fillcolor |
Fill color of the trend. |
Curves |
After clicking Collection you’ll see window:
Where: ▪Tag - tag that you want to bind to this curve. ▪Name - name of the curve. ▪Line with - curve's line width. ▪Color - curve's line color. ▪Type - line's type: 1.Type 1 - just draw the line. 2.Type 2 - draw line with filling till axis X. 3.Type 3 - draw a ladder line. 4.Type 4 - draw a filled ladder line. |
|
Default period (min) |
defaultperiod |
Default time period of the trend (end time - begin time). |
History DB * |
History database name of the HTTP server for HTTP history DB trend. |
|
Auto refresh * |
Check it if you want to auto refresh HTTP history DB trend. |
* Available only in HTTP history DB trend.
Also Trend object has several properties that you can’t setup by using settings dialog window, but you can setup by using ST script:
1. begin - start time for trend information. Time represented in minutes from current period. (start time = current time - begin).
2. end - finish time for trend information. Time represented in minutes from current period. (finish time = current time - end).
3. title - title for the trend’s report representation.
4. filename - name of the report’s file.
5. number - report’s frequency of writing values.
6. savereport - when this value become true trend’s report will be created.
7. begindatetime - start time for trend information. Time represented in milliseconds from 1 January 1970.
8. enddatetime - finish time for trend information. Time represented in milliseconds from 1 January 1970.
9. disablesavereport - disable "Save report" button in the dialog.
10. disableprint - disable "Print" report button in the dialog.