Merge branch 'develop' of https://bitbucket.org/ncarminati/cms_core_library into develop
This commit is contained in:
@@ -2727,7 +2727,7 @@ namespace CMS_CORE_Library.Siemens
|
||||
// Set the path to read on which process is the axis
|
||||
ncAxes[i - 1] = new Item("/Nck/MachineAxis/chanNoAxisIsActive[" + i + "]");
|
||||
// Set the path in order to find which axes are visible
|
||||
ncAxes[i - 1 + MAX_AXES_FOR_PROCESS] = new Item("/NC/_N_CH_TEA_ACX/$MC_DISPLAY_AXIS[u" + channel + "," + i + "]");
|
||||
ncAxes[i - 1 + MAX_AXES_FOR_PROCESS] = new Item("/Nck/MachineAxis/displayAxis[" + i + "]");
|
||||
// Set the path of the axes type
|
||||
ncAxes[i - 1 + (MAX_AXES_FOR_PROCESS * 2)] = new Item("/Nck/Configuration/axisType[" + i + "]");
|
||||
}
|
||||
|
||||
@@ -244,7 +244,7 @@ namespace CMS_CORE_Library
|
||||
public const int NC_MAX_TOOL_NUMER = 300;
|
||||
public const int NC_MAX_EDGES_PER_TOOL = 3;
|
||||
public const int NC_MAX_TOOLS_PER_FAMILY = 300;
|
||||
public const int NC_MAX_MULTITOOLS_NUMBER = 3;
|
||||
public const int NC_MAX_MULTITOOLS_NUMBER = 100;
|
||||
public const int NC_MAX_TOOLS_PER_MULTITOOL = 3;
|
||||
|
||||
public struct CATEGORY_NAMES
|
||||
|
||||
Reference in New Issue
Block a user