CAN和SV发送数据问题的修复,只发送速度到CAN
This commit is contained in:
@@ -53,6 +53,12 @@ namespace CapMachine.Wpf.ChannelModel
|
||||
/// </summary>
|
||||
public Limit? CurLoadLimit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否是速度仪表参数
|
||||
/// 这个模型是通用的,但是发送后的速度参数需要特殊处理(给压缩机),所以要标记
|
||||
/// </summary>
|
||||
public bool IsSpeed { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 拓展参数集合
|
||||
/// 比如:速度参数拓展的输出锁定、吸排气阀,压缩机使能等这些拓展参数
|
||||
|
||||
Reference in New Issue
Block a user