wangxinhui
2024-12-26 78b99e5348592a29ca1393a5e13db619cc4eba56
wcs-server-hbf/WIDESEA_WCS/SchedulerExecute/AGV/AgvAndEquiWork_TSJ1.cs
@@ -1,6 +1,7 @@
using HslCommunication;
using System;
using System.Collections.Generic;
using WIDESEA_Common.Tools;
using WIDESEA_WCS.WCSClient;
namespace WIDESEA_WCS.SchedulerExecute.AGV
@@ -65,10 +66,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与正极提升机动作流对接信号");
            }