Added nc softkeys

Added axis names
Fix demo
This commit is contained in:
Lucio Maranta
2018-03-21 11:47:12 +00:00
parent 9c607bd45d
commit 309c40e9cb
8 changed files with 620 additions and 184 deletions
+9 -2
View File
@@ -7,7 +7,7 @@ namespace CMS_CORE_Library
{
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#region Data structor models
#region Data structure models
#region Pre and Post Power on Models
@@ -293,6 +293,12 @@ namespace CMS_CORE_Library
public bool OverrideEditable;
}
public class AxisModel
{
public int Id;
public string Name;
}
#endregion Data structor models
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -360,7 +366,8 @@ namespace CMS_CORE_Library
#region Constants
public const int SOFTKEYS_NUMBER = 128;
public const int USER_SOFTKEYS_NUMBER = 128;
public const int NC_SOFTKEYS_NUMBER = 32;
public const int PROCESS_NUMBER = 6;
public const int ALARMS_NUMBER = 1024;
public const int HEADS_NUMBER = 20;