Update Comeca x bit richiesta scrittura aprametri + note double --> string
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user