Confirm recipe post PLC request
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user