Commit 32a68150 LN

入料横移去掉延迟

1 个父辈 84f375e7
......@@ -468,18 +468,11 @@ namespace OnlineStore.DeviceLibrary
{
if (Config.SidesWayNum.Equals(3) || Config.SidesWayNum.Equals(1))
{
//CylinderMove(null, IO_Type.SW_TopCylinder_Down, IO_Type.SW_TopCylinder_Up);
SecondMoveInfo.NextMoveStep(LineMoveStep.MO_15_WaitCanGo_2);
CheckLog("托盘放行 " + SecondMoveInfo.SLog + " ,等待托盘离开,再等待2秒并检测SW_TrayCheck=LOW");
SecondMoveInfo.WaitList.Add(WaitResultInfo.WaitTime(2000));
SecondMoveInfo.WaitList.Add(WaitResultInfo.WaitIO(IO_Type.SW_TrayCheck, IO_VALUE.LOW));
CylinderMove(null, IO_Type.SW_TopCylinder_Down, IO_Type.SW_TopCylinder_Up);
}
else
{
CheckLog("托盘放行 SecondStoreMove:(托盘放行结束)横移顶升先上升 ");
SMoveEnd();
}
}
else
{
SecondMoveInfo.NextMoveStep(LineMoveStep.MO_16_Stop2Down);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!