From 2d2342157638cab98a4c59b0c687808cc2f98ea1 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期五, 25 七月 2025 17:24:57 +0800 Subject: [PATCH] 增加空托堆叠和空托入货架的新逻辑,增加拆盘入库和回炉胶和废料的逻辑 --- device/TcpServer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/device/TcpServer.cs b/device/TcpServer.cs index d72eef8..1b17450 100644 --- a/device/TcpServer.cs +++ b/device/TcpServer.cs @@ -142,7 +142,7 @@ { saoMa.Add(remote_ip, 3); } - if (messageBytes.Length <= 20 && messageBytes.Length > 0) + if (messageBytes.Length <= 20 && messageBytes.Length > 0)//闀垮害涓嶅鏃剁洿鎺ュ垽鏂壂鐮佸け璐� { saoMa[remote_ip] = 3;//鏈壂鍒扮爜 } -- Gitblit v1.9.1