Fix errore output kawasaki
This commit is contained in:
@@ -189,12 +189,12 @@ namespace IOB_WIN
|
||||
int.TryParse(item.Value, out newPzCount);
|
||||
if (newPzCount >= 0)
|
||||
{
|
||||
setContapezziCNC(newPzCount);
|
||||
answ.Add(item.Key, $"FORCE SET PZ COUNT TO {newPzCount}");
|
||||
taskOk = setContapezziCNC(newPzCount);
|
||||
taskVal = taskOk ? $"FORCE SET PZ COUNT TO {newPzCount}" : $"FORCE SET PZ COUNT TO {newPzCount} | NO EXEC";
|
||||
}
|
||||
else
|
||||
{
|
||||
answ.Add(item.Key, $"ERROR IN FORCE SET PZ COUNT TO {newPzCount}");
|
||||
taskVal = $"ERROR IN FORCE SET PZ COUNT TO {newPzCount}";
|
||||
}
|
||||
break;
|
||||
case "startSetup":
|
||||
|
||||
Reference in New Issue
Block a user