压缩机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

@@ -29,7 +29,7 @@ namespace CapMachine.Model
///// </summary>
//public int StepRepeat { get; set; }
private CycleInfoDto? _SpeedCycle=new CycleInfoDto();
private CycleInfoDto? _SpeedCycle = new CycleInfoDto();
/// <summary>
/// 速度循环信息
/// </summary>
@@ -209,6 +209,40 @@ namespace CapMachine.Model
set { _MeterPTCPwInfo = value; RaisePropertyChanged(); }
}
private string? _MeterPTCPw2Info;
/// <summary>
/// MeterPTCPw 2 信息
/// </summary>
public string? MeterPTCPw2Info
{
get { return _MeterPTCPw2Info; }
set { _MeterPTCPw2Info = value; RaisePropertyChanged(); }
}
private string? _MeterPTCWaterTempInfo;
/// <summary>
/// MeterPTCWaterTemp 信息
/// </summary>
public string? MeterPTCWaterTempInfo
{
get { return _MeterPTCWaterTempInfo; }
set { _MeterPTCWaterTempInfo = value; RaisePropertyChanged(); }
}
private string? _MeterPTCWaterFlowInfo;
/// <summary>
/// MeterPTCWaterFlow 信息
/// </summary>
public string? MeterPTCWaterFlowInfo
{
get { return _MeterPTCWaterFlowInfo; }
set { _MeterPTCWaterFlowInfo = value; RaisePropertyChanged(); }
}
private string? _MeterEnvRHInfo;
/// <summary>
/// MeterTestBoxRH 信息