1
cjs
2 天以前 ff48949f706e899725c1ef7d0426c12c2b3e674f
ams/Hanhe.iWCS.JingmenGEMTwoProtocol/EnentListen.cs
@@ -272,7 +272,8 @@
            #region   2000-充电任务--无需改动
            if (currActionModel.CN_N_ACTION_CODE == 2000)
            {
                ProcessHelper.AGVBatteryTime();
                //ProcessHelper.AGVBatteryTime();
                ProcessHelper.AGVBatteryTimeTwo();
                //Thread.Sleep(500);
            }
            #endregion
@@ -369,7 +370,14 @@
            }
            #endregion
            #region 四钴
            #region 10021-erp简单生产入库表反馈失败,重新反馈
            if (currActionModel.CN_N_ACTION_CODE == 10021)
            {
                ERPService.SendERPTaskCompleteFuncThree();
            }
            #endregion
            #region 电钴
            #region 10017-A口
            if (currActionModel.CN_N_ACTION_CODE == 10017)
@@ -414,8 +422,8 @@
            }
            #endregion
            #region 10019-电钴接驳位入立库
            if (currActionModel.CN_N_ACTION_CODE == 10019)
            #region 10020-电钴接驳位入立库
            if (currActionModel.CN_N_ACTION_CODE == 10020)
            {
                var conInfo = Settings.GetDGConnectingbitsList().Where(a => a.enable == 1).ToList();
                if (conInfo != null)
@@ -429,6 +437,16 @@
            }
            #endregion
            #region 10022-反馈erp 插入简单生产入库表
            if (currActionModel.CN_N_ACTION_CODE == 10022)
            {
                ERPService.SendERPTaskCompleteFuncDG();
            }
            #endregion
            #region 生产退库
            #endregion
            #endregion
            return bResult;
        }