reorg codice fanuc

This commit is contained in:
Samuele Locatelli
2024-11-20 11:31:59 +01:00
parent 788c3df824
commit 7bb6df7e87
+6 -5
View File
@@ -232,9 +232,9 @@ namespace IOB_WIN_NEXT.Iob
{
taskVal = $"NO MemMap found, SET task: {item.Key} --> {newVal} ({item.Value})";
}
// salvo in currProd..
// salvo in currProd..
#if false
saveProdData(new KeyValuePair<string, string>(item.Key, item.Value));
saveProdData(new KeyValuePair<string, string>(item.Key, item.Value));
#endif
upsertKey(item.Key, item.Value);
break;
@@ -313,7 +313,7 @@ namespace IOB_WIN_NEXT.Iob
}
// salvo in currProd..
#if false
saveProdData(new KeyValuePair<string, string>(item.Key, newVal));
saveProdData(new KeyValuePair<string, string>(item.Key, newVal));
#endif
upsertKey(item.Key, item.Value);
break;
@@ -372,7 +372,7 @@ namespace IOB_WIN_NEXT.Iob
}
// salvo in currProd..
#if false
saveProdData(new KeyValuePair<string, string>(item.Key, newVal));
saveProdData(new KeyValuePair<string, string>(item.Key, newVal));
#endif
upsertKey(item.Key, item.Value);
break;
@@ -387,7 +387,7 @@ namespace IOB_WIN_NEXT.Iob
// salvo in currProd..
#if false
saveProdData(new KeyValuePair<string, string>(item.Key, newVal));
saveProdData(new KeyValuePair<string, string>(item.Key, newVal));
#endif
upsertKey(item.Key, item.Value);
break;
@@ -1821,6 +1821,7 @@ namespace IOB_WIN_NEXT.Iob
return memAddr;
}
}
private string memAddrPzCntFree
{
get