diff --git a/Thermo.Active.Config/Config/userSoftKeyConfig.xml b/Thermo.Active.Config/Config/userSoftKeyConfig.xml index 2b9b88bd..78203dd0 100644 --- a/Thermo.Active.Config/Config/userSoftKeyConfig.xml +++ b/Thermo.Active.Config/Config/userSoftKeyConfig.xml @@ -31,10 +31,12 @@ false 3 - Termoregulator + Thermoregulator Termoregolatori true + options_thermoregulator_enable + options_thermoregulator_enable_button @@ -85,6 +87,8 @@ true true + heaters_enable + heaters_enable_button diff --git a/Thermo.Active/Controllers/WebApi/RecipeController.cs b/Thermo.Active/Controllers/WebApi/RecipeController.cs index 1d72a2b6..41f05e73 100644 --- a/Thermo.Active/Controllers/WebApi/RecipeController.cs +++ b/Thermo.Active/Controllers/WebApi/RecipeController.cs @@ -296,7 +296,6 @@ namespace Thermo.Active.Controllers.WebApi [WebApiAuthorize(FunctionAccess = FUNCTIONALITY_NAMES.RECIPE_MANAGER, Action = ACTIONS.READ)] public IHttpActionResult Load(string newName) { - // chiamo metodo di lettura... var dataRead = NcFileAdapter.LoadRecipe(newName); if (dataRead == null) @@ -310,8 +309,6 @@ namespace Thermo.Active.Controllers.WebApi // update current live data! NcFileAdapter.SaveRecipeCurrent(); - - CmsError libraryError = WriteCurrentRecipeToPlc(); if (libraryError.IsError()) { diff --git a/Thermo.Active/Properties/AssemblyInfo.cs b/Thermo.Active/Properties/AssemblyInfo.cs index 61226fd7..3099a5ef 100644 --- a/Thermo.Active/Properties/AssemblyInfo.cs +++ b/Thermo.Active/Properties/AssemblyInfo.cs @@ -30,4 +30,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.21.106")] \ No newline at end of file +[assembly: AssemblyVersion("0.99.107")] \ No newline at end of file