| | |
| | | // String url = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/aMesSysIntegration/deviceResultFeedback"; |
| | | try{ |
| | | daParamCollection.setWeightValue(getRandomNumberBetween(312.5, 313.5)); |
| | | // Object recordDataDone = miloService.readFromOpcUa("PACK" + "." + daParamCollection.getLocationCode() + ".MStepNumber").getValue(); |
| | | // if(ObjectUtil.isNotNull(recordDataDone)){ |
| | | // daParamCollection.setWeightValue(recordDataDone.toString()); |
| | | // } |
| | | Object recordDataDone = miloService.readFromOpcUa("PACK" + "." + daParamCollection.getLocationCode() + ".weight").getValue(); |
| | | if(ObjectUtil.isNotNull(recordDataDone)){ |
| | | daParamCollection.setWeightValue(recordDataDone.toString()); |
| | | } |
| | | long timestampMillis = Instant.now().toEpochMilli(); |
| | | ParentVO parentVO = new ParentVO(); |
| | | ChildVO childVO = new ChildVO(); |