|  |  | 
 |  |  |     }}; | 
 |  |  |  | 
 |  |  |     public static final ArrayList<Integer> staNos2 = new ArrayList<Integer>() {{ | 
 |  |  |         add(2000);add(2001);add(2002);add(1001);add(1002); | 
 |  |  |         add(2000);add(2001);add(2002);add(1001);add(1002);add(1003);add(1004);add(1005);add(1006);add(1007); | 
 |  |  |     }}; | 
 |  |  |  | 
 |  |  |  | 
 |  |  | 
 |  |  |                 staProtocol.setWeightError(statusError[5]);  // 超重报警 | 
 |  |  |                 staProtocol.setBarcodeError(statusError[6]);  // 扫码报警 | 
 |  |  |  | 
 |  |  |                 short emptyInType = siemensS7Net.getByteTransform().TransInt16(result.Content, (i * 18) + 14);//预留1-空托入库类型,1:立库方向 2:产线方向 | 
 |  |  |                 staProtocol.setEmptyInType(emptyInType); | 
 |  |  |  | 
 |  |  |                 if (!staProtocol.isPakMk() && !staProtocol.isLoading()) { | 
 |  |  |                     staProtocol.setPakMk(true); | 
 |  |  |                 } |