林豪 左 hace 1 año
padre
commit
9a3f4f82d5
Se han modificado 1 ficheros con 18 adiciones y 9 borrados
  1. 18 9
      业务工程/分拣库/WCS.WorkEngineering/WorkStart.cs

+ 18 - 9
业务工程/分拣库/WCS.WorkEngineering/WorkStart.cs

@@ -47,11 +47,11 @@ namespace WCS.WorkEngineering
             List<RgvSegmentInfo> RgvInfo = new List<RgvSegmentInfo>
             {
                 new RgvSegmentInfo( 1, "10.30.37.113"),
-                //new RGVSegmentInfo( 2, "10.30.37.118"),
-                //new RGVSegmentInfo( 3, "10.30.37.123"),
-                //new RGVSegmentInfo( 4, "10.30.37.128"),
-                //new RGVSegmentInfo( 5, "10.30.37.133"),
-                //new RGVSegmentInfo( 6, "10.30.37.138")
+                new RgvSegmentInfo( 2, "10.30.37.118"),
+                //new RgvSegmentInfo( 3, "10.30.37.123"),
+                //new RgvSegmentInfo( 4, "10.30.37.128"),
+                //new RgvSegmentInfo( 5, "10.30.37.133"),
+                //new RgvSegmentInfo( 6, "10.30.37.138")
             };
 
             foreach (var item in RgvInfo)
@@ -117,6 +117,11 @@ namespace WCS.WorkEngineering
                 {
                     new(1, 110),
                     new(401, 599),
+                }),
+                new("10.30.37.198",new List<Tuple<int, int>>()
+                {
+                    new(101, 210),
+                    new(601, 799),
                 })
             };
 
@@ -146,7 +151,8 @@ namespace WCS.WorkEngineering
             //Item2表示线体号集合,Item1表示IP
             var mLTuples520 = new List<Tuple<string, List<int>>>()
             {
-                new("10.30.37.166",new List<int>(){1,22,41,61,418,426,435,444,455,466,480,494,508,522,536,550,564,578})
+                new("10.30.37.166",new List<int>(){1,22,41,61,418,426,435,444,455,466,480,494,508,522,536,550,564,578}),
+                new("10.30.37.198",new List<int>(){101,122,141,161,618,426,635,644,655,666,680,694,708,722,736,750,764,778,791})
             };
 
             foreach (var item in mLTuples520)
@@ -174,7 +180,8 @@ namespace WCS.WorkEngineering
             //Item2表示线体号集合,Item1表示IP
             var mLTuples83 = new List<Tuple<string, List<int>>>()
             {
-                new("10.30.37.166",new List<int>(){1,22,41,61,18})
+                new("10.30.37.166",new List<int>(){1,22,41,61,18}) ,
+                new("10.30.37.198",new List<int>(){101,122,141,161,118,})
             };
 
             foreach (var item in mLTuples83)
@@ -196,7 +203,8 @@ namespace WCS.WorkEngineering
             //Item2表示线体号集合,Item1表示IP
             var mLTuples525 = new List<Tuple<string, List<int>>>()
             {
-                new("10.30.37.166",new List<int>(){18})
+                new("10.30.37.166",new List<int>(){18}),
+                new("10.30.37.198",new List<int>(){118}),
             };
 
             foreach (var item in mLTuples525)
@@ -217,7 +225,8 @@ namespace WCS.WorkEngineering
             //Item2表示线体号集合,Item1表示IP
             var mLTuples91 = new List<Tuple<string, List<int>>>()
             {
-                new("10.30.37.166",new List<int>(){418})
+                new("10.30.37.166",new List<int>(){418}),
+                new("10.30.37.166",new List<int>(){618})
             };
 
             foreach (var item in mLTuples91)