reorg codice fanuc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user