ViewTagTrend

 

Displays the historical trend of the SCADA Server's tag.

 

void @ViewTagTrend(string tag, int hours);

 

Parameters

string tag : Tag name

int hours : Time range to display (choose from 1/8/24/48/72/720)

 

Return Value

None

 

Example

@ViewTagTrend("AI_0000", 8);

 

Description : Go to the historical trend for 8 hours of AI_0000 tag.

 

Version Information

Supported Version: 10.3.3

 

Related Helps

@ViewAlarmList()

@ViewTagData()

@ViewTagDetail()

@ViewTagTrend()