From cb9456e93002220b7247fadac088c7bddf6908d3 Mon Sep 17 00:00:00 2001
From: chenluhua1980 <Chenluhua@qq.com>
Date: 星期日, 01 二月 2026 21:03:23 +0800
Subject: [PATCH] 1.LoadPort1装G1,LoadPort2装G2, LoadPort3装G1, LoadPort4装G4, 加工完成回到G1的原位。按此增加生产模式的调度和连接图;
---
SourceCode/Bond/Servo/CPageGraph1.h | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/SourceCode/Bond/Servo/CPageGraph1.h b/SourceCode/Bond/Servo/CPageGraph1.h
index ffd2aeb..1d6f9b8 100644
--- a/SourceCode/Bond/Servo/CPageGraph1.h
+++ b/SourceCode/Bond/Servo/CPageGraph1.h
@@ -2,6 +2,11 @@
#include "ServoGraph.h"
#include "ServoCommo.h"
+namespace SERVO {
+ class CEquipment;
+ class CGlass;
+}
+
enum DeviceStatus {
ONLINE, // 鍦ㄧ嚎
OFFLINE, // 绂荤嚎
@@ -38,12 +43,20 @@
POINT LoadArmOffset(const std::string& armName);
void SaveArmOffset(const std::string& armName, const POINT& pt);
+ void UpdateSlotBars();
+ void BuildSlotColors(SERVO::CEquipment* pEq, std::vector<COLORREF>& colors);
+ COLORREF GetSlotColor(SERVO::CGlass* pGlass, BOOL isProcessing);
+
+ void ApplySlotBarTestPattern(int mode);
+ void UpdateLegendPosition();
+
private:
IObserver* m_pObserver;
CServoGraph* m_pGraph;
BOOL m_bIsRobotMoving;
COLORREF m_crBkgnd;
HBRUSH m_hbrBkgnd;
+ int m_slotBarTestMode;
// ===== 鏈哄櫒浜哄姩鐢荤浉鍏虫垚鍛樺彉閲� =====
--
Gitblit v1.9.3