Added nc softkeys
Added axis names Fix demo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user