LIN Schedule

This commit is contained in:
2025-10-09 21:34:42 +08:00
parent 1c622d8244
commit a3ef37e64a
9 changed files with 583 additions and 176 deletions

View File

@@ -846,7 +846,7 @@ namespace CapMachine.Wpf.CanDrive
/// <summary>
/// 定时更新时间
/// </summary>
private int UpdateCycle = 100;
private int UpdateCycle { get; set; } = 100;
/// <summary>
/// CNA 调度表的配置信息
@@ -1121,7 +1121,6 @@ namespace CapMachine.Wpf.CanDrive
// Console.WriteLine($"Update CAN Schedule Error ret = {ret} -- SchTabIndex{(byte)itemMsgSchConfig.SchTabIndex} -- MsgIndex{(byte)(itemMsgSchConfig.MsgIndex)}");
// //return;
// }
//}