From 1e0e0a4401a783651398c2545e152013d6003939 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期二, 29 七月 2025 15:19:27 +0800
Subject: [PATCH] 1.Port编码错位问题修复; 2.调度时的判断条件优化。 3.支持上料下料混合;

---
 SourceCode/Bond/Servo/ServoDlg.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SourceCode/Bond/Servo/ServoDlg.cpp b/SourceCode/Bond/Servo/ServoDlg.cpp
index d6b4057..457a1fe 100644
--- a/SourceCode/Bond/Servo/ServoDlg.cpp
+++ b/SourceCode/Bond/Servo/ServoDlg.cpp
@@ -247,7 +247,7 @@
 					}
 				}
 			}
-			else if (RX_CODE_LOADPORT_INUSE == code) {
+			else if (RX_CODE_LOADPORT_STATUS_CHANGED == code) {
 				SERVO::CLoadPort* pLoadPort = nullptr;
 				if (pAny->getPtrValue("ptr", (void*&)pLoadPort)) {
 					//CPortConfigurationDlg dlg;

--
Gitblit v1.9.3