| | |
| | | @Autowired |
| | | private IDaParamCollectionService daParamCollectionService; |
| | | |
| | | @Autowired |
| | | private IDaCollectionParamConfService daCollectionParamConfService; |
| | | |
| | | @Override |
| | | public void run(ApplicationArguments args) throws Exception { |
| | | |
| | |
| | | */ |
| | | public List<String> getSubList(){ |
| | | List<String> lists = new ArrayList<>(); |
| | | lists.add(OPCElement.OP_OP010_RecordSN);//请求下发SN号 |
| | | lists.add(OPCElement.OP_OP230_RecordData);//请求记录数据 |
| | | lists.add(OPCElement.OP_OP240_RecordData);//请求记录数据 |
| | | // lists.add(OPCElement.PACK_OP010_RecordSN);//请求下发SN号 |
| | | lists.add(OPCElement.PACK_OP230_RecordData);//请求记录数据 |
| | | // lists.add(OPCElement.PACK_OP240_RecordData);//请求记录数据. |
| | | // lists.add(OPCElement.PACK_OP240_AngleResult);//请求记录数据 |
| | | // lists.add(OPCElement.PACK_OP250_RecordData);//请求记录数据 |
| | | // lists.add(OPCElement.PACK_OP250_AngleResult);//请求记录数据 |
| | | // lists.add(OPCElement.PACK_OP380_RecordData);//请求记录数据 |
| | | // lists.add(OPCElement.PACK_OP380_AngleResult);//请求记录数据 |
| | | lists.add(OPCElement.PACK_OP300_RecordData);//请求记录数据 |
| | | // lists.add(OPCElement.PACK_OP300_AngleResult);//请求记录数据 |
| | | lists.add(OPCElement.PACK_OP270_RecordData);//请求记录数据 |
| | | lists.add(OPCElement.PACK_OP270_AngleResult);//请求记录数据 |
| | | // lists.add(OPCElement.PACK_OP370_RecordData);//请求记录数据 |
| | | |
| | | return lists; |
| | | } |
| | | } |