WIP Tool Movement

WIP new exception manager
WIP m156
This commit is contained in:
Lucio Maranta
2020-01-29 15:44:16 +00:00
parent 33ec5dbb3b
commit 800f976db8
9 changed files with 139 additions and 67 deletions
+2 -1
View File
@@ -198,6 +198,7 @@ namespace CMS_CORE_Library.Models
public static CmsError OSAI_TT_FOLDER_NOT_FOUND_ERROR = new CmsError(CMS_ERROR_CODES.OSAI_TT_FOLDER_NOT_FOUND, "osai_tt_folder_not_found_error");
public static CmsError OPTION_NOT_CONSISTENT_ERROR = new CmsError(CMS_ERROR_CODES.OPTION_NOT_CONSISTENT, "error_option_not_consistent");
public static CmsError WRONG_CMS_PP_ERROR = new CmsError(CMS_ERROR_CODES.WRONG_CMS_PP, "error_wrong_custom_part_program");
public static CmsError SIEMENS_TOOL_TABLE_ERROR = new CmsError(CMS_ERROR_CODES.SIEMENS_TOOL_TABLE_ERROR, "error_siemens_tool_table_error");
#endregion Cms Errors Codes
@@ -445,7 +446,7 @@ namespace CMS_CORE_Library.Models
public ASSISTED_TOOLING_ACTION Action { get; set; }
}
public class ToolMovementModel
public class MovementBetweenMagazinesModel
{
public ushort NewMagazineId { get; set; }
public ushort NewPositionId { get; set; }