From 016183bc4926c4fd80599dc7e06542c5396e6fd8 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期六, 12 四月 2025 16:24:25 +0800
Subject: [PATCH] 1.读取机器的Job Event上报; 2.修复在读取CC-Link数据当单元号超出32767时读取失败的问题。

---
 SourceCode/Bond/Servo/CPageGraph2.cpp |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/SourceCode/Bond/Servo/CPageGraph2.cpp b/SourceCode/Bond/Servo/CPageGraph2.cpp
index beaf70e..9e6a522 100644
--- a/SourceCode/Bond/Servo/CPageGraph2.cpp
+++ b/SourceCode/Bond/Servo/CPageGraph2.cpp
@@ -173,7 +173,7 @@
 			}
 			*/
 			// 娴嬭瘯娓呴櫎Cim Message
-			/*
+			
 			if (pEquipment->getID() == EQ_ID_Bonder1
 				|| pEquipment->getID() == EQ_ID_Bonder2) {
 				static int msgId = 0; msgId++;
@@ -184,9 +184,10 @@
 					pEquipment->clearCimMessage(msgId, 2);
 				}
 			}
-			*/
+			
 
 			// 娴嬭瘯璁剧疆鏃堕棿
+			/*
 			if (pEquipment->getID() == EQ_ID_Bonder1
 				|| pEquipment->getID() == EQ_ID_Bonder2) {
 				CTime time = CTime::GetCurrentTime();
@@ -197,7 +198,7 @@
 					(short)time.GetMinute(),
 					(short)time.GetSecond());
 			}
-			
+			*/
 
 			
 			// 娴嬭瘯璁剧疆cim mode
@@ -208,8 +209,8 @@
 				pEquipment->setCimMode(ii % 2 == 0);
 			}
 			*/
+			
 			/*
-			SERVO::CEquipment* pEquipment = (SERVO::CEquipment*)pItem->pData;
 			if (pEquipment->getID() == EQ_ID_Bonder1
 				|| pEquipment->getID() == EQ_ID_Bonder2) {
 				static int ii = 0; ii++;

--
Gitblit v1.9.3