This commit is contained in:
TD 2025-03-27 15:31:36 +08:00
parent 3be4b185d6
commit b4569f8ccc

View File

@ -1010,8 +1010,8 @@ namespace DHSoftware
private void HandleStopButton() private void HandleStopButton()
{ {
Cameras.Clear(); // Cameras.Clear();
Dectection.Clear(); // Dectection.Clear();
// Add the code for the "停止" button click here // Add the code for the "停止" button click here
PLC.TurnStart(false); PLC.TurnStart(false);
CurrentMachine = true; CurrentMachine = true;