From 3cb4638bcb93a8fdf4cfea140025bbc299d35d47 Mon Sep 17 00:00:00 2001
From: chenluhua1980 <Chenluhua@qq.com>
Date: 星期二, 18 十一月 2025 17:02:07 +0800
Subject: [PATCH] 1.权限完善。操作日志等

---
 SourceCode/Bond/Servo/CPageGraph1.cpp |   32 +-------------------------------
 1 files changed, 1 insertions(+), 31 deletions(-)

diff --git a/SourceCode/Bond/Servo/CPageGraph1.cpp b/SourceCode/Bond/Servo/CPageGraph1.cpp
index e68b86e..84b7d0c 100644
--- a/SourceCode/Bond/Servo/CPageGraph1.cpp
+++ b/SourceCode/Bond/Servo/CPageGraph1.cpp
@@ -560,37 +560,7 @@
 
 	// 绉诲姩鍒版寚瀹氫綅缃� (娴嬭瘯浣跨敤)
 	if (pGraphNmhdr->dwData == INDICATE_LPORT1) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Port1);
-	}
-	else if (pGraphNmhdr->dwData == INDICATE_LPORT2) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Port2);
-	}
-	else if (pGraphNmhdr->dwData == INDICATE_LPORT3) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Port3);
-	}
-	else if (pGraphNmhdr->dwData == INDICATE_LPORT4) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Port4);
-	}
-	else if (pGraphNmhdr->dwData == INDICATE_ALIGNER) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Aligner);
-	}
-	else if (pGraphNmhdr->dwData == INDICATE_FLIPER) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Fliper);
-	}
-	else if (pGraphNmhdr->dwData == INDICATE_BONDER1) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Bonder1);
-	}
-	else if (pGraphNmhdr->dwData == INDICATE_BONDER2) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Bonder2);
-	}
-	else if (pGraphNmhdr->dwData == INDICATE_VACUUM_BAKE) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Bake);
-	}
-	else if (pGraphNmhdr->dwData == INDICATE_BAKE_COOLING) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Cooling);
-	}
-	else if (pGraphNmhdr->dwData == INDICATE_MEASUREMENT) {
-		StartRobotMoveToPosition(SERVO::ROBOT_POSITION::Measurement);
+
 	}
 	
 	*pResult = 0;

--
Gitblit v1.9.3