CAN和SV发送数据问题的修复,只发送速度到CAN

This commit is contained in:
2025-04-25 22:28:16 +08:00
parent 0aee140e3f
commit 2f80b50e0b
9 changed files with 60 additions and 129 deletions

View File

@@ -53,6 +53,12 @@ namespace CapMachine.Wpf.ChannelModel
/// </summary>
public Limit? CurLoadLimit { get; set; }
/// <summary>
/// 是否是速度仪表参数
/// 这个模型是通用的,但是发送后的速度参数需要特殊处理(给压缩机),所以要标记
/// </summary>
public bool IsSpeed { get; set; } = false;
/// <summary>
/// 拓展参数集合
/// 比如:速度参数拓展的输出锁定、吸排气阀,压缩机使能等这些拓展参数