In this section, you can find subroutinesfrequently used for the Trend object. For more detailed information, please refer to the next section.
- All commands must be used with brackets. - Commands except TrendCsvWr is are supported in XpanelDesigner versions 2.53 and above. - Subroutine The subroutine commands shown below operate a certain action without any value returned, unlike the functions, which have a return value. |
Command | Description | ||
Trend | Subroutine | TrendCsvWr | Saves the trend data as a CSV file. |
Subroutine | SetTrendZoom | Changes the min/max value of pen in the YT trend. | |
Subroutine | SetTrendRatio | Changes the min/max value ratio of the pen in the YT trend. | |
Subroutine | ResetTrend | Resets the min/max value of pen to default value in the YT trend. | |
Function | TrendGetPenVal | Returns set value from the min/max value of pen in the YT trend. | |
Function | TrendSetPenVal | Sets description or the min/max value of pen in the YT trend. | |
Subroutine | SetPenStatus | Shows or hides a pen from the YT trend. |
...