diff --git a/FryPot_DosingSystem/Control/DosingLogicControl.cs b/FryPot_DosingSystem/Control/DosingLogicControl.cs index b6729825..d2e8f0bd 100644 --- a/FryPot_DosingSystem/Control/DosingLogicControl.cs +++ b/FryPot_DosingSystem/Control/DosingLogicControl.cs @@ -850,19 +850,17 @@ namespace FryPot_DosingSystem.Control /// public void LineOneProcessExecute() { - if (!globalVar.LOneTaskLock) - { - globalVar.LOneTaskLock = true; + //if (!globalVar.LOneTaskLock) + //{ + // globalVar.LOneTaskLock = true; LOneRecipeDataToPlc(); LOneLoadRoller(); LOneFryPotInputMaterial(); LOneFallMaterial(); LOneFryPotOutputMaterial(); LOneEmptyOperate(); - globalVar.LOneTaskLock = false; - - - } + // globalVar.LOneTaskLock = false; + //} } /// @@ -870,36 +868,36 @@ namespace FryPot_DosingSystem.Control /// public void LineTwoProcessExecute() { - if (!globalVar.LTwoTaskLock) - { - globalVar.LTwoTaskLock = true; + //if (!globalVar.LTwoTaskLock) + //{ + // globalVar.LTwoTaskLock = true; LTwoRecipeDataToPlc(); LTwoAgvLoadRoller(); LTwoFryPotInputMaterial(); LTwoFallMaterial(); LTwoFryPotOutputMaterial(); LTwoEmptyOperate(); - globalVar.LTwoTaskLock = false; + // globalVar.LTwoTaskLock = false; - } + //} } /// /// 线体3的执行流程 /// public void LineThreeProcessExecute() { - if (!globalVar.LThreeTaskLock) - { - globalVar.LThreeTaskLock = true; + //if (!globalVar.LThreeTaskLock) + //{ + // globalVar.LThreeTaskLock = true; LThreeRecipeDataToPlc(); LThreeAgvLoadRoller(); LThreeFryPotInputMaterial(); LThreeFallMaterial(); LThreeFryPotOutputMaterial(); LThreeEmptyOperate(); - globalVar.LThreeTaskLock = false; + // globalVar.LThreeTaskLock = false; - } + //} } /// @@ -2061,8 +2059,6 @@ namespace FryPot_DosingSystem.Control globalVar.AgvToFryPot = true; //原料到位,agv到位,agv自行运料到炒锅 } - - } } else//有故障