From 38fdd2e7d1d45a3ffed57fde30031a6a8f04d235 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期一, 05 五月 2025 18:02:20 +0800
Subject: [PATCH] 1.获取配方列表,已处理待测试。

---
 SourceCode/Bond/Servo/CPageGraph2.cpp |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/SourceCode/Bond/Servo/CPageGraph2.cpp b/SourceCode/Bond/Servo/CPageGraph2.cpp
index 4d81345..7ead0b6 100644
--- a/SourceCode/Bond/Servo/CPageGraph2.cpp
+++ b/SourceCode/Bond/Servo/CPageGraph2.cpp
@@ -176,8 +176,10 @@
 				}
 			}
 			*/
+
+
 			// 娴嬭瘯娓呴櫎Cim Message
-			
+			/*
 			if (pEquipment->getID() == EQ_ID_Bonder1
 				|| pEquipment->getID() == EQ_ID_Bonder2) {
 				static int msgId = 0; msgId++;
@@ -188,7 +190,7 @@
 					pEquipment->clearCimMessage(msgId, 2);
 				}
 			}
-			
+			*/
 
 			// 娴嬭瘯璁剧疆鏃堕棿
 			/*
@@ -221,8 +223,8 @@
 				pEquipment->setEqMode((ii % 5) + 1);
 			}
 			*/
+
 			/*
-			SERVO::CEquipment* pEquipment = (SERVO::CEquipment*)pItem->pData;
 			SERVO::CGlass* pGlass = pEquipment->getFrontGlass();
 			if (pGlass != nullptr) {
 				std::string strDescription;
@@ -234,6 +236,12 @@
 				}
 			}
 			*/
+
+
+			// 璇锋眰涓婚厤鏂瑰垪琛�
+			if (pEquipment != nullptr) {
+				pEquipment->masterRecipeListRequest(0);
+			}			
 		}
 
 

--
Gitblit v1.9.3