Confirm recipe post PLC request

This commit is contained in:
Samuele Locatelli
2020-06-26 12:19:30 +02:00
parent 251795ad19
commit 807e225de8
+7
View File
@@ -323,6 +323,13 @@ namespace Thermo.Active.NC
WriteRecipeParams(updtRecipe);
// Ack !
libraryError = numericalControl.PLC_WAckConfRecipeRequest();
if (libraryError.IsError())
return libraryError;
// do conferma come se avessi appena approvata ricetta...
libraryError = ConfirmRecipeData(true);
if (libraryError.IsError())
return libraryError;
}
}
}