|
@@ -1829,6 +1829,7 @@ namespace WCS.WorkEngineering
|
|
|
devices = new Dictionary<DeviceFlags, List<string>>
|
|
|
{
|
|
|
{ DeviceFlags.一楼叠盘机,new List<string>() { "2527", "2528", "2727", "2728" } },
|
|
|
+ { DeviceFlags.环形库分流点,new List<string>() { "418", "618" } },
|
|
|
{ DeviceFlags.桁架分流点,new List<string>() { "455", "655" } },
|
|
|
{ DeviceFlags.桁架缓存放行点, new List<string>(){ "466", "480", "494", "508", "522", "536", "550", "564", "578", "591", "666", "680", "694", "708", "722", "736", "750", "764", "778", "791",} },
|
|
|
{ DeviceFlags.桁架09缓存放行点, new List<string>(){ "666", "680", "694", "708", "722", "736", "466", "480", "494", "508", "522", "536" } },
|
|
@@ -1860,6 +1861,7 @@ namespace WCS.WorkEngineering
|
|
|
devices = new Dictionary<DeviceFlags, List<string>>
|
|
|
{
|
|
|
{ DeviceFlags.一楼叠盘机,new List<string>() { "2927", "2928", "3127", "3128", } },
|
|
|
+ { DeviceFlags.环形库分流点,new List<string>() { "818", "1018" } },
|
|
|
{ DeviceFlags.桁架分流点,new List<string>() { "855", "1055" } },
|
|
|
{ DeviceFlags.桁架缓存放行点, new List<string>(){ "866", "880", "894", "908", "922", "936", "950", "964", "978", "991", "1066", "1080", "1094", "1108", "1122", "1136", "1150", "1164", "1178", "1191",} },
|
|
|
{ DeviceFlags.桁架09缓存放行点, new List<string>(){ "866", "880", "894", "908", "922", "936", "1066", "1080", "1094", "1108", "1122", "1136"} },
|
|
@@ -1891,6 +1893,7 @@ namespace WCS.WorkEngineering
|
|
|
devices = new Dictionary<DeviceFlags, List<string>>
|
|
|
{
|
|
|
{ DeviceFlags.一楼叠盘机,new List<string>() { "3327", "3328", "3527", "3528" } },
|
|
|
+ { DeviceFlags.环形库分流点,new List<string>() { "1218", "1418" } },
|
|
|
{ DeviceFlags.桁架分流点,new List<string>() { "1255", "1455" } },
|
|
|
{ DeviceFlags.桁架缓存放行点, new List<string>(){ "1266", "1280", "1294", "1308", "1322", "1336", "1350", "1364", "1378", "1391", "1466", "1480", "1494", "1508", "1522", "1536", "1550", "1564", "1578", "1591"} },
|
|
|
{ DeviceFlags.桁架09缓存放行点, new List<string>(){ "1266", "1280", "1294", "1308", "1322", "1336", "1466", "1480", "1494", "1508", "1522", "1536" } },
|