Update Comeca x bit richiesta scrittura aprametri + note double --> string

This commit is contained in:
Samuele Locatelli
2021-10-25 16:58:34 +02:00
parent 4dc909ac15
commit 433546e6e0
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -4571,6 +4571,7 @@ namespace IOB_WIN_NEXT
valore = getVal_TSVC(chiave, scaduto);
if (scaduto)
{
// limite a 3 digit x valore float
outVal.Add(chiave, $"{valore:N3}");
}
LastTSVC[chiave] = valore;
+5
View File
@@ -200,6 +200,11 @@ namespace IOB_WIN_NEXT
taskVal = $"WRONG REQUEST FOR SET PARAMETERS: {item.Value} doesnt contain pipe for splitting key/value";
}
}
// aggiunta finale bit a 1 x richiesta processing..
MemBlock = S7.Net.Types.Int.ToByteArray(1);
memAddrWrite = "DB85.DBB308";
break;
default: