This commit is contained in:
Lucio Maranta
2018-06-12 15:47:03 +00:00
parent bf73906adc
commit c4d668c5fd
10 changed files with 298 additions and 194 deletions
+20 -7
View File
@@ -445,13 +445,6 @@ namespace CMS_CORE_Library
GENERIC = 5
}
public enum ROTATION
{
NONE = 0,
CLOCKWHISE = 1,
COUNTERCLOCKWHISE = 2
}
public enum MAGAZINE_TYPE
{
CHAIN = 1,
@@ -461,6 +454,24 @@ namespace CMS_CORE_Library
MAGAZINE_LOADING_STATION = 9
}
public enum POSITION_TYPE
{
MAGAZINE_LOCATION = 1,
SPINDLE = 2,
GRIPPER = 3,
LOADER = 4,
TRANSFER_LOCATION = 5,
LOADING_STATION = 6,
LOADING_POINT = 7
}
public enum ROTATION
{
NONE = 0,
CLOCKWHISE = 1,
COUNTERCLOCKWHISE = 2
}
public enum SIEMENS_LIFE_TYPE
{
NONE = 0,
@@ -570,6 +581,7 @@ namespace CMS_CORE_Library
{
public int PositionId;
public int MagazineId;
public POSITION_TYPE PhysicalType;
public int Type;
public bool Disabled;
}
@@ -659,6 +671,7 @@ namespace CMS_CORE_Library
public MAGAZINE_TYPE Type;
public int MaxPositions;
public bool LoadingIsActive;
public int LoadPosition;
}
public class ToolTableConfiguration