diff --git a/GWMS.Data/IobObjects.cs b/GWMS.Data/IobObjects.cs index 4f191d5..a93ffc1 100644 --- a/GWMS.Data/IobObjects.cs +++ b/GWMS.Data/IobObjects.cs @@ -2,9 +2,6 @@ using Newtonsoft.Json.Converters; using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace GWMS.Data { @@ -255,11 +252,21 @@ namespace GWMS.Data /// public int valMin { get; set; } + /// + /// Ordinamento + /// + public int displOrdinal { get; set; } = 0; + /// /// Valore parametro (come stringa, decimali con ",", default VUOTO), sul CNC/PLC /// public string value { get; set; } = ""; + /// + /// Descrizione valore + /// + public string description { get; set; } = ""; + /// /// Indica se sia abilitato in scrittura (WRITE) /// diff --git a/GWMS.UI/Data/GWMSDataService.cs b/GWMS.UI/Data/GWMSDataService.cs index 1a5a760..b913d04 100644 --- a/GWMS.UI/Data/GWMSDataService.cs +++ b/GWMS.UI/Data/GWMSDataService.cs @@ -1883,6 +1883,8 @@ namespace GWMS.UI.Data // se trovato procedo if (trovato != null) { + // forzo writable se son arrivato qui... + trovato.writable = true; // aggiorno valore richiesto + DtEvent richiesta trovato.reqValue = reqValue; trovato.lastRequest = DateTime.Now; diff --git a/GWMS.UI/GWMS.UI.csproj b/GWMS.UI/GWMS.UI.csproj index 01aa4ca..d2d0e25 100644 --- a/GWMS.UI/GWMS.UI.csproj +++ b/GWMS.UI/GWMS.UI.csproj @@ -2,7 +2,7 @@ net6.0 - 1.2.2603.1218 + 1.2.2603.1219 95c9f021-52d1-4390-a670-5810b7b777b0 true true diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index c46b2be..5c1a7c1 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ GWMS - Gas Warehouse Management System -

Versione: 1.2.2603.1218

+

Versione: 1.2.2603.1219


Note di rilascio: