Commit b552f79b LN

横移23 BUG修改。

1 个父辈 2d395298
...@@ -980,8 +980,8 @@ namespace OnlineStore.DeviceLibrary ...@@ -980,8 +980,8 @@ namespace OnlineStore.DeviceLibrary
} }
private void SW23_SW06_TopCylinderUp() private void SW23_SW06_TopCylinderUp()
{ {
if (CylinderIsOk(IO_Type.SW2_LocationCylinder_Up, IO_Type.SW2_LocationCylinder_Down) && if (CylinderIsOk(IO_Type.SW2_TopCylinder_Down, IO_Type.SW2_TopCylinder_Up) &&
CylinderIsOk(IO_Type.SW3_LocationCylinder_Up, IO_Type.SW3_LocationCylinder_Down)) CylinderIsOk(IO_Type.SW3_TopCylinder_Down, IO_Type.SW3_TopCylinder_Up))
{ {
SW23_SW07_WaitNoTray(); SW23_SW07_WaitNoTray();
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!