KR25003初步更改项目的信息
This commit is contained in:
@@ -60,10 +60,10 @@ namespace CapMachine.Wpf.Models
|
||||
public double InhTemp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 冷凝器出口水温[℃]
|
||||
/// 冷凝器循环水温[℃]
|
||||
/// V COND1水温
|
||||
/// </summary>
|
||||
[Name("冷凝器出口水温[℃]")]
|
||||
[Name("冷凝器循环水温[℃]")]
|
||||
public double Cond1Temp { get; set; }
|
||||
|
||||
///// <summary>
|
||||
@@ -211,12 +211,12 @@ namespace CapMachine.Wpf.Models
|
||||
//[Name("EVAP出口压力[MpaA]")]
|
||||
//public double EVAPExpPress { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 水箱进水温度[℃]
|
||||
/// V
|
||||
/// </summary>
|
||||
[Name("水箱进水温度[℃]")]
|
||||
public double WaterTankInTemp { get; set; }
|
||||
///// <summary>
|
||||
///// 水箱进水温度[℃]
|
||||
///// V
|
||||
///// </summary>
|
||||
//[Name("水箱进水温度[℃]")]
|
||||
//public double WaterTankInTemp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 水加热温度H1[℃]
|
||||
@@ -232,19 +232,19 @@ namespace CapMachine.Wpf.Models
|
||||
[Name("压缩机表面温度1[℃]")]
|
||||
public double CapSurfTemp1 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 压缩机表面温度2[℃]
|
||||
/// V
|
||||
/// </summary>
|
||||
[Name("压缩机表面温度2[℃]")]
|
||||
public double CapSurfTemp2 { get; set; }
|
||||
///// <summary>
|
||||
///// 压缩机表面温度2[℃]
|
||||
///// V
|
||||
///// </summary>
|
||||
//[Name("压缩机表面温度2[℃]")]
|
||||
//public double CapSurfTemp2 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 压缩机表面温度3[℃]
|
||||
/// V
|
||||
/// </summary>
|
||||
[Name("压缩机表面温度3[℃]")]
|
||||
public double CapSurfTemp3 { get; set; }
|
||||
///// <summary>
|
||||
///// 压缩机表面温度3[℃]
|
||||
///// V
|
||||
///// </summary>
|
||||
//[Name("压缩机表面温度3[℃]")]
|
||||
//public double CapSurfTemp3 { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// 腔内压力[MpaA]
|
||||
|
||||
@@ -67,7 +67,7 @@ namespace CapMachine.Wpf.Models
|
||||
Map(m => m.ExPress).Name("排气压力[MpaA]");
|
||||
Map(m => m.InhPress).Name("吸气压力[MpaA]");
|
||||
Map(m => m.InhTemp).Name("吸气温度[℃]");
|
||||
Map(m => m.Cond1Temp).Name("冷凝器出口水温[℃]");
|
||||
Map(m => m.Cond1Temp).Name("冷凝器循环水温[℃]");
|
||||
Map(m => m.OS2Temp).Name("吸气混合器温度[℃]");
|
||||
Map(m => m.HV).Name("HV_V[V]");
|
||||
Map(m => m.HVCur).Name("HV_A[A]");
|
||||
@@ -82,11 +82,11 @@ namespace CapMachine.Wpf.Models
|
||||
|
||||
Map(m => m.CondInTemp).Name("冷凝器进口温度[℃]");
|
||||
Map(m => m.CondInPress).Name("冷凝器进口压力[MpaA]");
|
||||
Map(m => m.WaterTankInTemp).Name("水箱进水温度[℃]");
|
||||
//Map(m => m.WaterTankInTemp).Name("水箱进水温度[℃]");
|
||||
Map(m => m.WaterHeatTempH1).Name("水加热温度H1[℃]");
|
||||
Map(m => m.CapSurfTemp1).Name("压缩机表面温度1[℃]");
|
||||
Map(m => m.CapSurfTemp2).Name("压缩机表面温度2[℃]");
|
||||
Map(m => m.CapSurfTemp3).Name("压缩机表面温度3[℃]");
|
||||
//Map(m => m.CapSurfTemp2).Name("压缩机表面温度2[℃]");
|
||||
//Map(m => m.CapSurfTemp3).Name("压缩机表面温度3[℃]");
|
||||
|
||||
//Map(m => m.LubePress).Name("润滑油压力[MpaA]");
|
||||
//Map(m => m.Cond2Press).Name("COND2压力[MpaA]");
|
||||
|
||||
@@ -209,7 +209,7 @@ namespace CapMachine.Wpf.Models.LightChart
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.InhPress, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
case "吸气温度[℃]":
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.InhTemp, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
case "冷凝器出口水温[℃]":
|
||||
case "冷凝器循环水温[℃]":
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.Cond1Temp, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
//case "润滑油压力[MpaA]":
|
||||
// return CurHistoryData.Select(a => new ChartPoint() { Value = a.LubePress, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
@@ -293,16 +293,16 @@ namespace CapMachine.Wpf.Models.LightChart
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.CondInTemp, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
case "冷凝器进口压力[MpaA]":
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.CondInPress, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
case "水箱进水温度[℃]":
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.WaterTankInTemp, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
//case "水箱进水温度[℃]":
|
||||
// return CurHistoryData.Select(a => new ChartPoint() { Value = a.WaterTankInTemp, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
case "水加热温度H1[℃]":
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.WaterHeatTempH1, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
case "压缩机表面温度1[℃]":
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.CapSurfTemp1, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
case "压缩机表面温度2[℃]":
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.CapSurfTemp2, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
case "压缩机表面温度3[℃]":
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.CapSurfTemp3, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
//case "压缩机表面温度2[℃]":
|
||||
// return CurHistoryData.Select(a => new ChartPoint() { Value = a.CapSurfTemp2, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
//case "压缩机表面温度3[℃]":
|
||||
// return CurHistoryData.Select(a => new ChartPoint() { Value = a.CapSurfTemp3, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
case "过热度[K]":
|
||||
return CurHistoryData.Select(a => new ChartPoint() { Value = a.Superheat, Time = a.CreateTime }).OrderBy(a => a.Time).ToList();
|
||||
case "过冷度[K]":
|
||||
|
||||
Reference in New Issue
Block a user