| 
					
				 | 
			
			
				@@ -107,8 +107,8 @@ namespace WCS.WorkEngineering 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //Item1表示线体号集合,Item2表示IP,Item3表示设备标识 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             var list = new List<Tuple<List<int>, string, DeviceFlags>>() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                //new Tuple<List<int>, string,DeviceFlags>(new List<int>(){1 },"10.30.37.166",DeviceFlags.满轮主线第一次扫码), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                //new Tuple<List<int>, string,DeviceFlags>(new List<int>(){22, 41, 61 },"10.30.37.166",DeviceFlags.主线分流点), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                new Tuple<List<int>, string,DeviceFlags>(new List<int>(){1 },"10.30.37.166",DeviceFlags.满轮主线第一次扫码), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                new Tuple<List<int>, string,DeviceFlags>(new List<int>(){22, 41, 61 },"10.30.37.166",DeviceFlags.主线分流点), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 //new Tuple<List<int>, string,DeviceFlags>(new List<int>(){418, },"10.30.37.166",DeviceFlags.主线分流点) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -129,8 +129,8 @@ namespace WCS.WorkEngineering 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             var list1 = new List<Tuple<List<int>, string>>() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                //new Tuple<List<int>, string>(new List<int>(){1 },"10.30.37.166"), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                //new Tuple<List<int>, string>(new List<int>(){22, 41, 61 },"10.30.37.166") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                new Tuple<List<int>, string>(new List<int>(){1 },"10.30.37.166"), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                new Tuple<List<int>, string>(new List<int>(){22, 41, 61 },"10.30.37.166") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             foreach (var item in list1) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 |