| 
					
				 | 
			
			
				@@ -369,8 +369,8 @@ public class AsyncServiceImpl { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (i == 1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             int j = 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             for (; j < index; j++) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                if ((j + 1) != 9 && (j + 1) != 25) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    //去掉电源故障和卷曲故障 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if ((j + 1) != 9 && (j + 1) != 25 && (j + 1) != 24) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    //去掉电源故障和卷曲伺服故障和牵引伺服故障 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     boolean currV = curr.getBool(j + 12); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if (currV) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         flags[j] = false; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -395,8 +395,8 @@ public class AsyncServiceImpl { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         int j = 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         for (; j < index; j++) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if ((j + 1) != 9 && (j + 1) != 25) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                //去掉电源故障和卷曲故障 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if ((j + 1) != 9 && (j + 1) != 25 && (j + 1) != 24) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                //去掉电源故障和卷曲伺服故障和牵引伺服故障 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (flags[j]) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     boolean currV = curr.getBool(j + 12); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     boolean lastV = last.getBool(j + 12); 
			 |