| | |
| | | Constants.PLC2.add(Constants.OP045); |
| | | Constants.PLC2.add(Constants.OP060); |
| | | Constants.PLC2.add(Constants.OP070); |
| | | Constants.PLC2.add(Constants.OP070_1); |
| | | Constants.PLC2.add(Constants.OP075); |
| | | Constants.PLC2.add(Constants.OP080); |
| | | Constants.PLC2.add(Constants.OP090); |
| | |
| | | Constants.PLC3.add(Constants.OP290_2); |
| | | Constants.PLC3.add(Constants.OP295); |
| | | Constants.PLC3.add(Constants.OP300); |
| | | Constants.PLC3.add(Constants.OP310); |
| | | //PLC4//排查上下线 |
| | | Constants.PLC4.add(Constants.C040); |
| | | Constants.PLC4.add(Constants.OP030); |
| | | Constants.PLC4.add(Constants.OP050); |
| | | Constants.PLC4.add(Constants.OP110); |
| | | Constants.PLC4.add(Constants.OP070); |
| | | Constants.PLC4.add(Constants.OP075); |
| | | Constants.PLC4.add(Constants.OP080); |
| | | Constants.PLC4.add(Constants.OP140); |
| | | //上线工位 |
| | | Constants.ONLINE.add(Constants.C005); |
| | |
| | | lists.add("PLC3.OP110.RecordData"); |
| | | lists.add("PLC3.OP140.RecordData"); |
| | | |
| | | //TEST |
| | | lists.add("TEST.C005.RecordData"); |
| | | lists.add("TEST.C005.WorkOrderRequest"); |
| | | lists.add("TEST.C060.RecordData"); |
| | | lists.add("TEST.OP005.RecordData"); |
| | | lists.add("TEST.OP005.WorkOrderRequest"); |
| | | lists.add("TEST.OP010.RecordData"); |
| | | lists.add("TEST.OP310.RecordData"); |
| | | lists.add("TEST.P010.RecordData"); |
| | | lists.add("TEST.P010.WorkOrderRequest"); |
| | | |
| | | |
| | | |
| | | // //TEST |
| | | // lists.add("TEST.C005.RecordData"); |
| | | // lists.add("TEST.C005.WorkOrderRequest"); |
| | | // lists.add("TEST.C060.RecordData"); |
| | | // lists.add("TEST.OP005.RecordData"); |
| | | // lists.add("TEST.OP005.WorkOrderRequest"); |
| | | // lists.add("TEST.OP010.RecordData"); |
| | | // lists.add("TEST.OP310.RecordData"); |
| | | // lists.add("TEST.P010.RecordData"); |
| | | // lists.add("TEST.P010.WorkOrderRequest"); |
| | | |
| | | return lists; |
| | | } |