Display the data view of the SCADA Server's tag.
void @ViewTagData(string tag, int time_type);
Parameters
string tag : Tag name
int time_type : Time format to be displayed (0=Minutes Data, 1=Hourly Data, 2=Daily Data, 3=Weekly Data, 4=Monthly Data)
Return Value
None
Example
@ViewTagData("AI_0000", 1);
Description : Moves to the Daily Data View of AI_0000 tag.
Version Information
Supported Version: 10.3.3
Related Helps