CAN FD 波特率等参数的增加和联动配置

This commit is contained in:
2025-07-09 22:15:19 +08:00
parent 6a2ce24cbb
commit 42c4502a8d
14 changed files with 430 additions and 29 deletions

View File

@@ -28,6 +28,11 @@ namespace CapMachine.Wpf.Models.Tag.Cell
/// </summary>
public string? Address { get; set; }
/// <summary>
/// 回写PLC地址一般是压缩机的参数回写到PLC的地址,比如压缩机母线电流反馈、压缩机母线电压反馈等信息
/// </summary>
public string? ReWritePLCAddress { get; set; }
/// <summary>
/// 启用
/// </summary>