From a30e50fe53af7a089bf253391d90f8136cebb2e9 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 29 Apr 2020 18:07:35 +0200 Subject: [PATCH] Ok demo (SIM) x recipe/current --- Thermo.Active.NC/NcAdapter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Thermo.Active.NC/NcAdapter.cs b/Thermo.Active.NC/NcAdapter.cs index 915bf4a9..2b4f816c 100644 --- a/Thermo.Active.NC/NcAdapter.cs +++ b/Thermo.Active.NC/NcAdapter.cs @@ -1463,9 +1463,9 @@ namespace Thermo.Active.NC currParam = new DTORecipeParam() { Range = currRange, - Status = currStatus + Status = currStatus, UnitMeasure = "", - ValueAct = actVal, + ValueAct = actVal }; current.Add(item.Label, currParam); }