压缩机PTC 功能
参数控制,由跟随速度到单个大参数控制
This commit is contained in:
@@ -106,33 +106,33 @@ namespace CapMachine.Model
|
||||
[Column(Name = "PTCEnable")]
|
||||
public bool PTCEnable { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 加热器 PTC功率1
|
||||
/// 跟随速度步骤的常值数据
|
||||
/// </summary>
|
||||
[Column(Name = "PTCPw1")]
|
||||
public double PTCPw1 { get; set; }
|
||||
///// <summary>
|
||||
///// 加热器 PTC功率1
|
||||
///// 跟随速度步骤的常值数据
|
||||
///// </summary>
|
||||
//[Column(Name = "PTCPw1")]
|
||||
//public double PTCPw1 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 加热器 PTC功率2
|
||||
/// 跟随速度步骤的常值数据
|
||||
/// </summary>
|
||||
[Column(Name = "PTCPw2")]
|
||||
public double PTCPw2 { get; set; }
|
||||
///// <summary>
|
||||
///// 加热器 PTC功率2
|
||||
///// 跟随速度步骤的常值数据
|
||||
///// </summary>
|
||||
//[Column(Name = "PTCPw2")]
|
||||
//public double PTCPw2 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 加热器 PTC水流量
|
||||
/// 跟随速度步骤的常值数据
|
||||
/// </summary>
|
||||
[Column(Name = "PTCWaterFlow")]
|
||||
public double PTCWaterFlow { get; set; }
|
||||
///// <summary>
|
||||
///// 加热器 PTC水流量
|
||||
///// 跟随速度步骤的常值数据
|
||||
///// </summary>
|
||||
//[Column(Name = "PTCWaterFlow")]
|
||||
//public double PTCWaterFlow { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 加热器 PTC水温
|
||||
/// 跟随速度步骤的常值数据
|
||||
/// </summary>
|
||||
[Column(Name = "PTCWaterTemp")]
|
||||
public double PTCWaterTemp { get; set; }
|
||||
///// <summary>
|
||||
///// 加热器 PTC水温
|
||||
///// 跟随速度步骤的常值数据
|
||||
///// </summary>
|
||||
//[Column(Name = "PTCWaterTemp")]
|
||||
//public double PTCWaterTemp { get; set; }
|
||||
|
||||
|
||||
///// <summary>
|
||||
|
||||
Reference in New Issue
Block a user