From e370d743235b6c182a62e15fb3efe764103ad8ef Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期六, 07 六月 2025 11:53:33 +0800 Subject: [PATCH] 1.流程中断后,物料的人工搬出机制,用于恢复流程,保证数据同步; --- SourceCode/Bond/Servo/CEquipment.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/CEquipment.h b/SourceCode/Bond/Servo/CEquipment.h index 8152520..da67314 100644 --- a/SourceCode/Bond/Servo/CEquipment.h +++ b/SourceCode/Bond/Servo/CEquipment.h @@ -185,6 +185,8 @@ // 指定槽位是否可以放置玻璃 BOOL canPlaceGlassInSlot(const short slotIndex); + // 手动移除物料 + int removeGlass(int slotNo); // 以下为从CC-Link读取到的Bit标志位检测函数 public: -- Gitblit v1.9.3