This commit is contained in:
2026-05-14 17:21:47 +08:00
parent b67ba5bb27
commit 2b2097d1ed
2 changed files with 119 additions and 127 deletions

View File

@@ -222,7 +222,7 @@ namespace CapMachine.Wpf.Services
{
ToomossCanDrive.IsCycleSend = true;
ToomossCanDrive.CmdData = CmdData;
ToomossCanDrive.StartCycleSendMsg();
ToomossCanDrive.StartPrecisionCycleSendMsg();
}
else
{
@@ -231,7 +231,7 @@ namespace CapMachine.Wpf.Services
}
else
{
ToomossCanDrive.IsCycleSend = false;
ToomossCanDrive.StopCycleSendMsg();
}
}