浏览代码

update SunWayRobot place aligner

chenkui 1 周之前
父节点
当前提交
6ac86ab682
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      PunkHPX8_RT/Devices/EFEM/SunWayRobot.cs

+ 2 - 2
PunkHPX8_RT/Devices/EFEM/SunWayRobot.cs

@@ -521,7 +521,7 @@ namespace PunkHPX8_RT.Devices.EFEM
                 Operation=EfemOperation.Pick,
                 Flip = flip
             };
-            _status = RState.Running;
+           _status = RState.Running;
             SetRobotMovingInfo(RobotAction.Picking, hand, station, flip);
             return WriteCommand(cmd);
         }
@@ -576,7 +576,7 @@ namespace PunkHPX8_RT.Devices.EFEM
             }
             if (ModuleHelper.IsAligner(station))
             {
-                cmd = $"PLACE {stationNumber} PHOME\r";
+                cmd = $"PLACE {stationNumber} PHOME ARM {_armString[hand]}\r";
             }
             SetRobotMovingInfo(RobotAction.Placing, hand, station, flip);
             return WriteCommand(cmd);