This commit is contained in:
Lucio Maranta
2019-01-30 16:20:32 +00:00
parent a98b8ee1f3
commit ec0ac12c94
9 changed files with 311 additions and 186 deletions
+12 -3
View File
@@ -20,7 +20,7 @@ namespace CMS_CORE_Library.Models
public const int USER_SOFTKEYS_NUMBER = 128;
public const int NC_SOFTKEYS_NUMBER = 32;
public const int PROCESS_NUMBER = 6;
public const int MAX_PROCESS_NUMBER = 6;
public const int ALARMS_NUMBER = 1024;
public const int MAX_HEADS_NUMBER = 20;
@@ -240,6 +240,7 @@ namespace CMS_CORE_Library.Models
public bool Visible;
public ushort Reps;
public bool IsSelected;
public bool CanLoadProgram;
}
public class FunctionalityModel
@@ -296,7 +297,7 @@ namespace CMS_CORE_Library.Models
public Dictionary<byte, string> Buttons;
}
public struct MtConnectDataIsNeededModel
public struct M154DataModel
{
public uint Process;
public bool IsNeeded;
@@ -316,8 +317,14 @@ namespace CMS_CORE_Library.Models
public bool Value;
}
public class HeadDataModel
public class ToolInSpindleModel
{
public string ToolName;
public int ChildId;
}
public class HeadDataModel
{
public uint Id;
public byte Process;
public byte Override;
@@ -329,6 +336,8 @@ namespace CMS_CORE_Library.Models
public bool IsSelected;
public bool OverrideEditable;
public bool AbrasiveIsActive;
public ToolInSpindleModel Tool;
}
public class AxisModel