Commit 7aabacc7 张东亮

吸盘放料等待时间

1 个父辈 23ee1430
...@@ -195,7 +195,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -195,7 +195,7 @@ namespace OnlineStore.DeviceLibrary
{ {
moveInfo.WaitList.Add(WaitResultInfo.WaitIO(IO_Type.Robot_ClampWork, IO_VALUE.LOW)); moveInfo.WaitList.Add(WaitResultInfo.WaitIO(IO_Type.Robot_ClampWork, IO_VALUE.LOW));
moveInfo.WaitList.Add(WaitResultInfo.WaitIO(IO_Type.Robot_PressureCheck, IO_VALUE.LOW)); moveInfo.WaitList.Add(WaitResultInfo.WaitIO(IO_Type.Robot_PressureCheck, IO_VALUE.LOW));
// moveInfo.WaitList.Add(WaitResultInfo.WaitTime(1000)); moveInfo.WaitList.Add(WaitResultInfo.WaitTime(ConfigHelper.Config.Get("释放料盘后等待时间", 2000)));
} }
} }
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!