CAN驱动的重构V1

CAN报文的展示和处理
This commit is contained in:
2025-04-30 11:23:01 +08:00
parent 96597c95f2
commit 16eaa230d8
9 changed files with 760 additions and 110 deletions

View File

@@ -132,6 +132,8 @@ namespace CapMachine.Wpf
containerRegistry.RegisterSingleton<LogicRuleService>();
containerRegistry.RegisterSingleton<ConfigService>();
containerRegistry.RegisterSingleton<AlarmService>();
containerRegistry.RegisterSingleton<HightDriveMsgService>();
////注册设备服务
//containerRegistry.RegisterSingleton<MachineDataService>();
containerRegistry.RegisterSingleton<CanDriveService>();