This commit is contained in:
Lucio Maranta
2018-12-03 16:44:52 +00:00
parent 75d51a2a0f
commit af198e6143
3 changed files with 46 additions and 172 deletions
+5 -5
View File
@@ -275,11 +275,11 @@ namespace CMS_CORE_Library.Models
public enum MAGAZINE_ACTIONS
{
NONE = 0,
LOADING = 1,
UNLOADING = 2,
TRANSFER = 4,
GENERIC = 5
NOT_READY = 0,
READY = 1,
LOADING = 2,
UNLOADING = 3,
EXCHANGE = 5
}
public enum SIEMENS_MAGAZINE_TYPE