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

CSV_Trend_GetSettings

Reads an .ini file to recall (Get) the settings (Tags displayed and scales) for the current page. This function will allocate a separate section in the .ini file for each page.

Syntax

CSV_Trend_GetSettings(sPage, hTrendAN)

#sPage:

The reference for the settings to recall.

#hTrendAN:

Animation point number of the trend.

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 entry to the Trend Page.