|
@@ -376,7 +376,7 @@ namespace WCS.WorkEngineering
|
|
|
new("10.30.37.234",new List<int>(){ 1696, 1691}), //库二北
|
|
|
new("10.30.37.236",new List<int>(){ 1711, 1706}), //库二南
|
|
|
new("10.30.37.238",new List<int>(){ 1726, 1721}), //库三北
|
|
|
- new("10.30.37.240",new List<int>(){ 1736, 1741}), //库三南
|
|
|
+ new("10.30.37.240",new List<int>(){ 1741, 1736}), //库三南
|
|
|
};
|
|
|
|
|
|
foreach (var item in tuples21)
|
|
@@ -1090,7 +1090,7 @@ namespace WCS.WorkEngineering
|
|
|
{ DeviceFlags.桁架09缓存放行点, new List<string>(){ "466", "480", "494", "508", "522", "536", "666", "680", "694", "708", "722", "736"
|
|
|
, "866", "880", "894", "908", "922", "936", "1066", "1080", "1094", "1108", "1122", "1136",
|
|
|
"1266", "1280", "1294", "1308", "1322", "1336", "1466", "1480", "1494", "1408", "1422", "1436" } },
|
|
|
- { DeviceFlags.桁架09异常缓存放行点, new List<string>(){ "591", "791", "991" , "1191"/* , "1391" , "1591" } },
|
|
|
+ { DeviceFlags.桁架09异常缓存放行点, new List<string>(){ "591", "791", "991" , "1191" , "1391" , "1591" } },
|
|
|
{ DeviceFlags.桁架18缓存放行点, new List<string>(){ "550", "564", "578", "750", "764", "778", "950", "964", "978" , "1150", "1164", "1178" /*, "1350", "1364", "1378" , "1450", "1464", "1478"*/ } },
|
|
|
{ DeviceFlags.桁架取货点, new List<string>(){ "461", "475", "489", "503", "517", "531", "545", "559", "573", "586", "661", "675", "689", "703", "717", "731", "745", "759", "773", "786",
|
|
|
"861", "875", "889", "903", "917", "931", "945", "959", "973", "986", "1061", "1075", "1089", "1103", "1117", "1131", "1145", "1159", "1173", "1186",
|
|
@@ -1099,7 +1099,7 @@ namespace WCS.WorkEngineering
|
|
|
{ DeviceFlags.拆盘机, new List<string>(){ "1602", "1612", "1622", "1632", "1642", "1652" } },
|
|
|
{ DeviceFlags.桁架码垛位, new List<string>(){ /*"1670", "1671",*/ "1672", "1673", "1674", "1675", "1664","1662","1663","1665","1677","1678","1679","1680",/*"1685","1686",*/"1687","1688","1689",
|
|
|
"1690", "1692", "1693", "1694", "1695", "1700", "1701", "1702", "1703", "1704", "1705", "1707", "1708", "1709", "1710", "1715", "1716", "1717", "1718", "1719", "1720", "1722", "1723", "1724", "1725", "1730", "1731", "1732", "1733", "1734", "1735", "1737", "1738", "1739", "1740", "1745", "1746", "1747", "1748", "1749", "1750" } },
|
|
|
- { DeviceFlags.环形库码垛工位, new List<string>(){ "1666", "1661", "1676", "1681", "1691", "1696", "1706", "1711"/*, "1721", "1726", "1736", "1741"*/ } },
|
|
|
+ { DeviceFlags.环形库码垛工位, new List<string>(){ "1666", "1661", "1676", "1681", "1691", "1696", "1706", "1711", "1721", "1726", "1736", "1741" } },
|
|
|
{ DeviceFlags.AGV取货站台口, new List<string>(){ "2533", "2534", "2734", "2733","2934","2933","3133", "3134","3333","3334","3533","3534"} },
|
|
|
{ DeviceFlags.Robot, new List<string>(){ "Robot1", "Robot2", "Robot3", "Robot4" , "Robot5", "Robot6" } },
|
|
|
{DeviceFlags.二次码垛RGV取货口, new List<string>(){ "1606", "1616", "1626","1636","1646","1656"}}
|