pulizia aree commentate
This commit is contained in:
@@ -997,9 +997,6 @@ namespace MTC_Adapter
|
||||
CMSCncLib.OPENcontrol.GETINTDATA[] tmpPosAssi = new CMSCncLib.OPENcontrol.GETINTDATA[currAdpConf.nAxis];
|
||||
CMSCncLib.OPENcontrol.GETINTDATA[] posAssiTgt = new CMSCncLib.OPENcontrol.GETINTDATA[currAdpConf.nAxis];
|
||||
CMSCncLib.OPENcontrol.GETINTDATA[] posAssi = new CMSCncLib.OPENcontrol.GETINTDATA[currAdpConf.nAxis];
|
||||
#if false
|
||||
//axisTabOsai[] axisTab = new axisTabOsai[currAdpConf.nAxis];
|
||||
#endif
|
||||
Dictionary<string, int> axisDict = new Dictionary<string, int>();
|
||||
char[] axisTable = new char[currAdpConf.nAxis];
|
||||
short[] axisIdTable = new short[currAdpConf.nAxis];
|
||||
@@ -1021,11 +1018,6 @@ namespace MTC_Adapter
|
||||
{
|
||||
// salvo!!! come path#nome
|
||||
axisDict.Add(string.Format("{0}#{1}", i, axisTable[j]), currId);
|
||||
#if false
|
||||
//axisTab[currId - 1].Id = currId;
|
||||
//axisTab[currId - 1].Nome = axisTable[j];
|
||||
//axisTab[currId - 1].Path = i;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user