增加了注释和小改动

This commit is contained in:
2025-03-18 17:58:51 +08:00
parent be7ef37b08
commit 89a9ef54f0
2 changed files with 18 additions and 1 deletions

View File

@@ -116,11 +116,29 @@ namespace CapMachine.Wpf.Models.Tag
/// 是否为仪表参数
/// </summary>
bool IsMeter { get; set; }
/// <summary>
/// 手自动切换地址
/// </summary>
string AutoHandSwitchAddress { get; set; }
/// <summary>
/// Pid-p地址
/// </summary>
string Pid_PAddress { get; set; }
/// <summary>
/// Pid-i地址
/// </summary>
string Pid_IAddress { get; set; }
/// <summary>
/// Pid-D地址
/// </summary>
string Pid_DAddress { get; set; }
/// <summary>
/// Limit_Up地址
/// </summary>
string Limit_UpAddress { get; set; }
/// <summary>
/// Limit_Down地址
/// </summary>
string Limit_DownAddress { get; set; }
}
}

View File

@@ -1523,7 +1523,6 @@ namespace CapMachine.Wpf.Services
#region
/// <summary>
/// 队列通道
/// 当前队列消费触发的数据记录