wangxinhui
2024-11-06 8f392cc88b0768b74efca3b68785cf5aa1c38e70
wcs-server-hbf/WIDESEA_WCS/SchedulerExecute/AGV/AgvAndEquiWork_TSJ2.cs
@@ -1,6 +1,7 @@
using HslCommunication;
using System;
using System.Collections.Generic;
using WIDESEA_Common.Tools;
using WIDESEA_Core.EFDbContext;
using WIDESEA_Services.IRepositories;
using WIDESEA_Services.Repositories;
@@ -67,10 +68,9 @@
                OperateResult W_djlc_AGV = agvjrplc.SiemensPLCClient.SiemensS7NetClient.Write("DB1002." + (AGV_uplen + RuLiaoKo_DJLC), R_UP_TSJ.Content);
            }
            catch (Exception)
            catch (Exception ex)
            {
                throw;
                WriteLog.GetLog().Write("传递负极AGV与正极提升机动作流对接信号" + ex.Message.ToString() + DateTime.Now, "传递负极AGV与正极提升机动作流对接信号");
            }