From 996e0093540b7d2519b2427035dd9005ee91fcea Mon Sep 17 00:00:00 2001 From: "LAPTOP-V3V5DP1T\\Han Qiang Qiang" <1364346467@qq.com> Date: Tue, 18 Jul 2023 13:55:02 +0800 Subject: [PATCH] =?UTF-8?q?EFEM=E8=AE=BE=E5=A4=87UpdatTrayBelongTo?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=97=A0=E9=9C=80=E8=B5=8B=E5=80=BC=EF=BC=8C?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E7=A9=BA=E7=9A=84=E6=96=B9=E6=B3=95=EF=BC=8C?= =?UTF-8?q?=E5=90=A6=E5=88=99=E8=B0=83=E7=94=A8=E6=97=B6=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=9C=89=E9=94=99=E8=AF=AF=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SicRT/Equipments/Systems/EquipmentManager.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SicRT/Equipments/Systems/EquipmentManager.cs b/SicRT/Equipments/Systems/EquipmentManager.cs index d6a31f30..7a0b2ed1 100644 --- a/SicRT/Equipments/Systems/EquipmentManager.cs +++ b/SicRT/Equipments/Systems/EquipmentManager.cs @@ -498,6 +498,9 @@ namespace SicRT.Equipments.Systems OP.Subscribe("AlterWaferInfo", InvokeAlterWaferInfo); + OP.Subscribe("UpdatTrayBelongTo", (string cmd, object[] args) => { return true; });//注册空的方法,否则调用时日志有错误输出 + + OP.Subscribe("System.ReturnAllWafer", (string cmd, object[] args) => {