Commit e70bb168 LN

料仓出库需要等横移气缸后退之后再开始

1 个父辈 f8f5dcc8
......@@ -953,8 +953,9 @@ namespace OnlineStore.DeviceLibrary
{
return true;
}
//前进后退气缸后退以后才可以出库
else if (move.runStatus.Equals(LineRunStatus.Busy) && move.MoveInfo.MoveType.Equals(LineMoveType.OutStore) &&
move.MoveInfo.MoveStep >= (LineMoveStep.MO_56_BeforeAfterCylinderAfter))
move.MoveInfo.MoveStep >= (LineMoveStep.MO_58_UpDownCylinderDown))
{
return true;
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!