压缩机PTC 功能

参数控制,由跟随速度到单个大参数控制
This commit is contained in:
2025-08-14 17:28:15 +08:00
parent c4be5e0929
commit 06ac590208
16 changed files with 3545 additions and 862 deletions

View File

@@ -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>