aggiunto salvataggio ID PROCESSO + DESCR ASSE x OSAI

This commit is contained in:
Samuele E. Locatelli
2018-01-17 11:06:26 +01:00
parent bbfe0b3af9
commit 949410bab6
+3 -1
View File
@@ -1018,9 +1018,11 @@ namespace MTC_Adapter
{
// salvo!!! come path#nome
axisDict.Add(string.Format("{0}#{1}", i, axisTable[j]), currId);
// salvo (per ID) descr asse e processo corrente!
vettAxis[currId].mAxDescr = axisTable[j];
vettAxis[currId].mAxMainProc = i;
}
}
}
char axName;