Commit cda6d9ad 刘韬

1

1 个父辈 6ac85ea1
......@@ -151,7 +151,11 @@ namespace DeviceLibrary
RobotManage.Config.DIList.Remove(IO_Type.LeftDoorClose_Check);
RobotManage.Config.DIList.Remove(IO_Type.RightDoorClose_Check);
RobotManage.Config.DIList.Remove(IO_Type.BackDoorClose_Check);
RobotManage.Config.DIList.Remove(IO_Type.AGV_OnPosition);
try
{
RobotManage.Config.DIList.Remove(IO_Type.AGV_OnPosition);
}
catch { }
RobotManage.Config.DOList.Remove(IO_Type.DoorSafe_Disable);
}
......
......@@ -93,6 +93,7 @@ namespace DeviceLibrary
}
catch (Exception ex) {
LogUtil.error(ex.ToString());
LoadFinishEvent?.Invoke(false, ex.Message);
return;
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!