补全其他参数的下载参数

运行 停止  暂停的防呆操作
This commit is contained in:
2025-03-01 11:26:35 +08:00
parent a2c69f24f2
commit 1caa2fdd9f
16 changed files with 3318 additions and 260 deletions

View File

@@ -117,5 +117,10 @@ namespace CapMachine.Wpf.Models.Tag
/// </summary>
bool IsMeter { get; set; }
string AutoHandSwitchAddress { get; set; }
string Pid_PAddress { get; set; }
string Pid_IAddress { get; set; }
string Pid_DAddress { get; set; }
string Limit_UpAddress { get; set; }
string Limit_DownAddress { get; set; }
}
}

View File

@@ -122,6 +122,31 @@ namespace CapMachine.Wpf.Models.Tag
/// </summary>
public string MVAddress { get; set; }
/// <summary>
/// 地址信息 Pid_P
/// </summary>
public string Pid_PAddress { get; set; }
/// <summary>
/// 地址信息 Pid_I
/// </summary>
public string Pid_IAddress { get; set; }
/// <summary>
/// 地址信息 Pid_D
/// </summary>
public string Pid_DAddress { get; set; }
/// <summary>
/// 地址信息 Limit_Up
/// </summary>
public string Limit_UpAddress { get; set; }
/// <summary>
/// 地址信息 Limit_Down
/// </summary>
public string Limit_DownAddress { get; set; }
/// <summary>
/// 地址信息 Index
/// </summary>