This commit is contained in:
Lucio Maranta
2019-02-20 16:53:45 +00:00
parent 8ab7daf24e
commit 8f58b90c05
7 changed files with 168 additions and 15 deletions
+17
View File
@@ -381,6 +381,23 @@ namespace CMS_CORE_Library.Models
public bool StartStopQueueEnabled;
}
public class SelectedProcessData
{
public short Origin { get; set; }
public short ActiveOffsetId { get; set; }
}
public enum ORIGIN
{
NONE = 0,
G54 = 1,
G55 = 2,
G56 = 3,
G57 = 4,
G505 = 5
}
public enum QUEUE_STATUS
{
NOT_ACTIVE = 0,