diff --git a/CMS_CORE_Library/Osai/Nc_Osai.cs b/CMS_CORE_Library/Osai/Nc_Osai.cs index 3f89c27..a650d75 100644 --- a/CMS_CORE_Library/Osai/Nc_Osai.cs +++ b/CMS_CORE_Library/Osai/Nc_Osai.cs @@ -3574,7 +3574,7 @@ namespace CMS_CORE_Library.Osai bitIndex -= 64; // First tool id + actual head index - int headIndex = (HEADS_DATA.Address + 2) + (bitIndex * 5); + int headIndex = (HEADS_DATA.Address + 2) + (bitIndex * 6); cmsError = MEM_RWWord(R, 0, HEADS_DATA.MemType, headIndex, ref toolId); if (i < 32) diff --git a/CMS_CORE_Library/ToolConfigurations.cs b/CMS_CORE_Library/ToolConfigurations.cs index fbd4c90..f10404b 100644 --- a/CMS_CORE_Library/ToolConfigurations.cs +++ b/CMS_CORE_Library/ToolConfigurations.cs @@ -51,6 +51,7 @@ namespace CMS_CORE_Library private static Dictionary toolTypeCodeList = new Dictionary() { {0, "generic"}, + {10, "angularTransmission"}, {80, "disk"}, {81, "cutter50"}, {83, "cutter70"},