From 0b05e3525e2767bc9eb314ce5d0d59a8e4073f6e Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期三, 23 七月 2025 10:52:57 +0800 Subject: [PATCH] 1.Port状态 map图对话框,增加全选和全不选。增加 Process Start和Process Cancel按钮,并下发相关指定到Cassette --- SourceCode/Bond/Servo/CLoadPort.h | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/SourceCode/Bond/Servo/CLoadPort.h b/SourceCode/Bond/Servo/CLoadPort.h index 0910af3..12776df 100644 --- a/SourceCode/Bond/Servo/CLoadPort.h +++ b/SourceCode/Bond/Servo/CLoadPort.h @@ -37,6 +37,8 @@ void localSetCessetteType(CassetteType type); void localSetTransferMode(TransferMode mode); void localAutoChangeEnable(BOOL bEnable); + short getScanCassetteMap(); + short getDownloadCassetteMap(); public: short getNextCassetteSequenceNo(); @@ -56,6 +58,8 @@ int getCassetteMappingState(); int getCassetteStatus(); int testGenerateGlassList(MaterialsType type); + int generateGlassList(short map); + int testGenerateGlassListFromConfig(const SERVO::PortConfig& config); public: static std::string& getPortTypeDescription(PortType portType, std::string& strDescription); @@ -75,8 +79,10 @@ int jobExistenceSize, short slotProcess, short jopCount, - CJobDataA* pJobDataA); + CJobDataA* pJobDataA, + ONWRITED onWritedBlock); CStep* getCassetteCtrlCmdStep(); + void setCompareMapsBeforeProceeding(BOOL bCompare); private: int decodePortStatusReport(CStep* pStep, const char* pszData, size_t size); @@ -91,6 +97,9 @@ BOOL m_bAutoChangeEnable; CPortStatusReport m_portStatusReport; int m_nNextCassetteSequenceNo; + + // 在开始工艺前是否先需要先比较map + BOOL m_isCompareMapsBeforeProceeding; }; } -- Gitblit v1.9.3