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); }