Commit 70b82795 LN

出口防护门夹到料问题修改

1 个父辈 2bbdb9f8
......@@ -100,6 +100,7 @@ namespace OnlineStore.DeviceLibrary
CloseAllAxis();
return false;
}
mainTimer.Enabled = false ;
runStatus = RobotRunStatus.Reset;
MoveInfo.NewMove(RobotMoveType.Reset);
......@@ -108,6 +109,7 @@ namespace OnlineStore.DeviceLibrary
LogInfo("开始重置: ");
StartReset();
mainTimer.Enabled = true ;
return true;
}
......
......@@ -159,7 +159,6 @@ namespace OnlineStore.DeviceLibrary
public override bool Reset()
{
mainTimer.Enabled = false;
bool isNeedAllReset = false;
if (isInSuddenDown || isNoAirCheck)
{
......
......@@ -299,13 +299,13 @@ namespace OnlineStore.DeviceLibrary
MoveInfo.NextMoveStep(StepEnum.XW25_WaitTime);
//Out_ReelInfo = Work_ReelInfo.GetReelInfo();
//Work_ReelInfo = new ReelInfo();
WorkLog("料盘处理: 中间皮带线先停止,出口皮带线 再转动2秒,出口门先关闭,档停先下降");
WorkLog("料盘处理: 中间皮带线先停止,出口皮带线 再转动3秒,挡停先下降");
IOMove(IO_Type.X_MLine_Run, IO_VALUE.LOW);
IOMove(IO_Type.X_OLine_Run, IO_VALUE.HIGH);
MoveInfo.WaitList.Add(WaitResultInfo.WaitTime(2000));
MoveInfo.WaitList.Add(WaitResultInfo.WaitTime(3000));
MoveInfo.WaitList.Add(WaitResultInfo.WaitIO(IO_Type.Out_TrayCheck, IO_VALUE.HIGH));
CylinderMove(null, IO_Type.X_OutDoor_Down, IO_Type.X_OutDoor_Up);
//CylinderMove(null, IO_Type.X_OutDoor_Down, IO_Type.X_OutDoor_Up);
CylinderMove(null, IO_Type.X_StopCylinder_Up, IO_Type.X_StopCylinder_Down);
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!