diff --git a/CMS_CORE_Library/Osai/Nc_Osai.cs b/CMS_CORE_Library/Osai/Nc_Osai.cs index 6efc4ec..2ab8e62 100644 --- a/CMS_CORE_Library/Osai/Nc_Osai.cs +++ b/CMS_CORE_Library/Osai/Nc_Osai.cs @@ -1457,7 +1457,7 @@ namespace CMS_CORE_Library.Osai if (errorClass != 0 || errorNum != 0 || nReturn == 0) return GetNCError(errorClass, errorNum); - ushort axesR = 1; + ushort axesR = 20; // Read origins nReturn = OpenNC.GetAxOriginNum((ushort)processId, ref axesR, out AXORIGNUMC4array axOrigin, out errorClass, out errorNum); if (errorClass != 0 || errorNum != 0 || nReturn == 0)