Commit f075fe55 张东亮

工单料与单独出库料混出造成料串下降问题

1 个父辈 55e3f0d4
......@@ -53,6 +53,8 @@ namespace DeviceLibrary
static int webclienttimeout = 30000;
public static void CheckAndRunServer()
{
try
{
lock (EyemFeatureSet)
{
Process[] processesByName = Process.GetProcessesByName("EyemFeatureSet");
......@@ -82,6 +84,11 @@ namespace DeviceLibrary
}
throw new Exception("算法服务器文件打开失败");
}
}catch(Exception ex)
{
LogUtil.error("CheckAndRunServer EyemFeatureSet.exe", ex);
}
}
public class Result
{
......
......@@ -326,6 +326,10 @@ namespace DeviceLibrary
MoveInfo.log($"等待料串准备好放料");
return false;
}
else if(MoveInfo.IsTimeOut(10))
{
mainMachine.TurnToOut();
}
}
else if (To.posid == BoxStorePosition.ngdoor)
{
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!