public Dictionary <string, string> GetDcsTime(string factoryId, string relatedTags)
 {
     return(DCSMonitorHelper.GetDcsTime(factoryId, relatedTags));
 }
 public string GetFactoryId(string organizationId)
 {
     return(DCSMonitorHelper.GetFactoryId(organizationId));
 }
 public SyetemColor GetSystemColorInfo(string organizationId)
 {
     return(DCSMonitorHelper.GetAlarmColorInfo(organizationId));
 }
 public List <GaugesInfo> GetGaugesInfors(string organizationId, string tagSet)
 {
     return(DCSMonitorHelper.GetGaugesInfos(organizationId, tagSet));
 }
 public static List <ViewInfoValue> GetViewPageInfos()
 {
     return(DCSMonitorHelper.GetViewPageInfosMethod(nodeId));
 }
Exemplo n.º 6
0
 public Dictionary <string, RunningStatus> GetRelatedTags(string factoryId, string relatedTags)
 {
     return(DCSMonitorHelper.GetRelatedTags(factoryId, relatedTags));
 }