From 30847e604bbf072a0b6a4577cf395ff1a617bac3 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期四, 24 七月 2025 08:51:17 +0800 Subject: [PATCH] 1.LoadPort状态变为InUse的时候不自动弹出LoadPort配置对话框; 2.修改调度逻辑,G2和G1分别进入Bonder的间隔不要太长,防止G2先进入Bonder,等待烘烤中的G1太久,在高温Bonder下出问题; --- SourceCode/Bond/Servo/CPageLinkSignal.h | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/SourceCode/Bond/Servo/CPageLinkSignal.h b/SourceCode/Bond/Servo/CPageLinkSignal.h index 8b40ce2..e97a68d 100644 --- a/SourceCode/Bond/Servo/CPageLinkSignal.h +++ b/SourceCode/Bond/Servo/CPageLinkSignal.h @@ -14,13 +14,16 @@ virtual ~CPageLinkSignal(); void setEquipment(SERVO::CEquipment* pEquipment); void CreateSignalButtons(); - void UpdateAllSignalStatesFromDevice(); - void UpdateSignalState(int nRow, int nCol, bool bNewState); + void UpdateAllUpstreamSignalStatesFromDevice(); + void UpdateAllDownstreamSignalStatesFromDevice(); + void UpdateUpstreamSignalState(int nRow, int nCol, bool bNewState); + void UpdateDownstreamSignalState(int nRow, int nCol, bool bNewState); private: SERVO::CEquipment* m_pEquipment; - CBlButton* m_pBtn[8][8]; + CBlButton* m_pBtnUpstream[8][8]; + CBlButton* m_pBtnDwonstream[8][4]; BOOL m_bEnable; // 瀵硅瘽妗嗘暟鎹� -- Gitblit v1.9.3