| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace IStation.Model.Monitor |
| | | namespace IStation.Model.Monitor |
| | | { |
| | | /// <summary> |
| | | /// 公式类型 |
| | |
| | | public const string Calculation_UWP = "Calculation_单位能耗"; |
| | | |
| | | /// <summary> |
| | | /// 计算-常量 |
| | | /// </summary> |
| | | public const string Calculation_Const = "Calculation_常量"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 统计-最大值 |
| | | /// </summary> |
| | | public const string Statistics_Max = "Statistics_最大值"; |
| | |
| | | /// 统计-和值 |
| | | /// </summary> |
| | | public const string Statistics_Sum = "Statistics_和值"; |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | dict.Add("Calculation_千吨能耗", "千吨能耗计算"); |
| | | dict.Add("Calculation_单位能耗", "单位能耗计算"); |
| | | |
| | | dict.Add("Calculation_常量", "常量计算"); |
| | | |
| | | dict.Add("Statistics_最大值", "最大值统计"); |
| | | dict.Add("Statistics_最小值", "最小值统计"); |
| | | dict.Add("Statistics_均值", "均值统计"); |
| | | dict.Add("Statistics_差值", "差值统计"); |
| | | dict.Add("Statistics_和值", "和值统计"); |
| | | |
| | | |
| | | |
| | | return dict; |
| | | } |
| | |
| | | case Calculation_E: return "效率计算"; |
| | | case Calculation_WP: return "千吨能耗计算"; |
| | | case Calculation_UWP: return "单位能耗计算"; |
| | | |
| | | case Calculation_Const: return "常量计算"; |
| | | |
| | | case Statistics_Max: return "最大值统计"; |
| | | case Statistics_Min: return "最小值统计"; |
| | |
| | | dict.Add("Calculation_效率", "效率计算"); |
| | | dict.Add("Calculation_千吨能耗", "千吨能耗计算"); |
| | | dict.Add("Calculation_单位能耗", "单位能耗计算"); |
| | | |
| | | dict.Add("Calculation_常量", "常量计算"); |
| | | } |
| | | break; |
| | | case eCronType.EachHour: |
| | |
| | | list.Add("Calculation_效率"); |
| | | list.Add("Calculation_千吨能耗"); |
| | | list.Add("Calculation_单位能耗"); |
| | | list.Add("Calculation_常量"); |
| | | } |
| | | break; |
| | | case eCronType.EachHour: |