Using the CSV_Include Project > CSV_Include Reference > CSV_Include Functions > CSV_Trend_GetSettings

CSV_Trend_GetSettings

Writes an .ini file to recall (Get) the settings (tags displayed and scales) for the current page. This function allocates a separate section in the .ini file for each page.

Syntax

CSV_Trend_GetSettings(sPage,hTrendAN)

Example

[TrendPage1]
Tag_1=TrendTag1
Zero_1=0.
Full_1=1000.
Tag_2=TrendTag2
Zero_2=0.
Full_2=1000.
Tag_3=TrendTag3
Zero_3=0.
Full_3=1000.
Tag_4=TrendTag4
Zero_4=0.
Full_4=1000.
Tag_5=
Tag_6=
Tag_7=
Tag_8=

Note: Call this function on exiting the Trend Page.