diff --git a/IOB-WIN-NEXT/IobGeneric.cs b/IOB-WIN-NEXT/IobGeneric.cs index ea1c431a..0b57a343 100644 --- a/IOB-WIN-NEXT/IobGeneric.cs +++ b/IOB-WIN-NEXT/IobGeneric.cs @@ -2969,7 +2969,10 @@ namespace IOB_WIN_NEXT { uid = item.Value.name, name = !string.IsNullOrEmpty(item.Value.description) ? item.Value.description : item.Value.name, - writable = true + writable = true, + UM=item.Value.unit, + valMin=item.Value.minVal, + valMax=item.Value.maxVal }; allParam.Add(currItem); } @@ -2980,7 +2983,10 @@ namespace IOB_WIN_NEXT { uid = item.Value.name, name = !string.IsNullOrEmpty(item.Value.description) ? item.Value.description : item.Value.name, - writable = false + writable = false, + UM = item.Value.unit, + valMin = item.Value.minVal, + valMax = item.Value.maxVal }; allParam.Add(currItem); }