ViewTagDetail

 

 Displays the detail view of the SCADA Server's tag.

 

void @ViewTagDetail(string tag);

 

Parameters

string tag : Tag name

 

Return Value

None

 

Example

@ViewTagDetail("AI_0000");

 

Description : Go to the detail view of the AI_0000 tag.

 

Version Information

Supported Version: 10.3.3

 

Related Helps

@ViewAlarmList()

@ViewTagData()

@ViewTagDetail()

@ViewTagTrend()