|
@ -169,25 +169,24 @@ public class AgvNdcOneDeviceDriver extends AbstractDeviceDriver implements Devic |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (device.getDeviceDriver() instanceof StandardOrdinarySiteDeviceDriver) { |
|
|
Object reqWms = device.getExtraValue().get("reqWms"); |
|
|
Object reqWms = device.getExtraValue().get("reqWms"); |
|
|
if (ObjectUtil.isNotEmpty(reqWms) && reqWms.toString().equals("true")) { |
|
|
if (ObjectUtil.isNotEmpty(reqWms) && reqWms.toString().equals("true")) { |
|
|
JSONArray req = new JSONArray(); |
|
|
JSONArray req = new JSONArray(); |
|
|
JSONObject map = new JSONObject(); |
|
|
JSONObject map = new JSONObject(); |
|
|
map.put("Vehiclecode", inst.getVehicle_code()); |
|
|
map.put("Vehiclecode", inst.getVehicle_code()); |
|
|
map.put("Status", "1"); |
|
|
map.put("Status", "1"); |
|
|
map.put("Devicecode", inst.getStart_point_code()); |
|
|
map.put("Devicecode", inst.getStart_device_code()); |
|
|
map.put("Taskcode", inst.getTask_code()); |
|
|
map.put("Taskcode", inst.getTask_code()); |
|
|
req.add(map); |
|
|
req.add(map); |
|
|
HttpResponse httpResponse = acsToWmsService.feedAgvTaskStatus(req); |
|
|
HttpResponse httpResponse = acsToWmsService.feedAgvTaskStatus(req); |
|
|
if (ObjectUtil.isNotEmpty(httpResponse) && httpResponse.getStatus() == 200) { |
|
|
if (ObjectUtil.isNotEmpty(httpResponse) && httpResponse.getStatus() == 200) { |
|
|
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); |
|
|
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); |
|
|
log.info("指令号:{},acs请求wms取货申请成功,wms允许agv申请取货,已反馈agv允许取货", inst.getInstruction_code()); |
|
|
log.info("指令号:{},acs请求wms取货申请成功,wms允许agv申请取货,已反馈agv允许取货", inst.getInstruction_code()); |
|
|
} else { |
|
|
} else { |
|
|
log.warn("指令号:{},acs请求wms取货申请失败,连接被拒绝,未反馈agv允许取货", inst.getInstruction_code()); |
|
|
log.warn("指令号:{},acs请求wms取货申请失败,连接被拒绝,未反馈agv允许取货", inst.getInstruction_code()); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//取货完毕
|
|
|
//取货完毕
|
|
|
//(需要WCS反馈)
|
|
|
//(需要WCS反馈)
|
|
|
} else if (phase == 0x05) { |
|
|
} else if (phase == 0x05) { |
|
@ -225,25 +224,24 @@ public class AgvNdcOneDeviceDriver extends AbstractDeviceDriver implements Devic |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (device.getDeviceDriver() instanceof StandardOrdinarySiteDeviceDriver) { |
|
|
Object reqWms = device.getExtraValue().get("reqWms"); |
|
|
Object reqWms = device.getExtraValue().get("reqWms"); |
|
|
if (ObjectUtil.isNotEmpty(reqWms) && reqWms.toString().equals("true")) { |
|
|
if (ObjectUtil.isNotEmpty(reqWms) && reqWms.toString().equals("true")) { |
|
|
JSONArray req = new JSONArray(); |
|
|
JSONArray req = new JSONArray(); |
|
|
JSONObject map = new JSONObject(); |
|
|
JSONObject map = new JSONObject(); |
|
|
map.put("Vehiclecode", inst.getVehicle_code()); |
|
|
map.put("Vehiclecode", inst.getVehicle_code()); |
|
|
map.put("Status", "2"); |
|
|
map.put("Status", "2"); |
|
|
map.put("Devicecode", inst.getStart_point_code()); |
|
|
map.put("Devicecode", inst.getStart_device_code()); |
|
|
map.put("Taskcode", inst.getTask_code()); |
|
|
map.put("Taskcode", inst.getTask_code()); |
|
|
req.add(map); |
|
|
req.add(map); |
|
|
HttpResponse httpResponse = acsToWmsService.feedAgvTaskStatus(req); |
|
|
HttpResponse httpResponse = acsToWmsService.feedAgvTaskStatus(req); |
|
|
if (ObjectUtil.isNotEmpty(httpResponse) && httpResponse.getStatus() == 200) { |
|
|
if (ObjectUtil.isNotEmpty(httpResponse) && httpResponse.getStatus() == 200) { |
|
|
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); |
|
|
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); |
|
|
log.info("指令号:{},acs反馈wms取货完成成功,wms允许agv取货完成,已反馈agv取货完成", inst.getInstruction_code()); |
|
|
log.info("指令号:{},acs反馈wms取货完成成功,wms允许agv取货完成,已反馈agv取货完成", inst.getInstruction_code()); |
|
|
} else { |
|
|
} else { |
|
|
log.warn("指令号:{},acs反馈wms取货完成失败,连接被拒绝,未反馈agv取货完成", inst.getInstruction_code()); |
|
|
log.warn("指令号:{},acs反馈wms取货完成失败,连接被拒绝,未反馈agv取货完成", inst.getInstruction_code()); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//到达放货点
|
|
|
//到达放货点
|
|
|
//(需要WCS反馈)
|
|
|
//(需要WCS反馈)
|
|
|
} else if (phase == 0x07) { |
|
|
} else if (phase == 0x07) { |
|
@ -277,23 +275,21 @@ public class AgvNdcOneDeviceDriver extends AbstractDeviceDriver implements Devic |
|
|
log.info("未找到关联编号{}对应的指令", ikey); |
|
|
log.info("未找到关联编号{}对应的指令", ikey); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
if (device.getDeviceDriver() instanceof StandardOrdinarySiteDeviceDriver) { |
|
|
Object reqWms = device.getExtraValue().get("reqWms"); |
|
|
Object reqWms = device.getExtraValue().get("reqWms"); |
|
|
if (ObjectUtil.isNotEmpty(reqWms) && reqWms.toString().equals("true")) { |
|
|
if (ObjectUtil.isNotEmpty(reqWms) && reqWms.toString().equals("true")) { |
|
|
JSONArray req = new JSONArray(); |
|
|
JSONArray req = new JSONArray(); |
|
|
JSONObject map = new JSONObject(); |
|
|
JSONObject map = new JSONObject(); |
|
|
map.put("Vehiclecode", inst.getVehicle_code()); |
|
|
map.put("Vehiclecode", inst.getVehicle_code()); |
|
|
map.put("Status", "3"); |
|
|
map.put("Status", "3"); |
|
|
map.put("Devicecode", inst.getNext_point_code()); |
|
|
map.put("Devicecode", inst.getNext_device_code()); |
|
|
map.put("Taskcode", inst.getTask_code()); |
|
|
map.put("Taskcode", inst.getTask_code()); |
|
|
req.add(map); |
|
|
req.add(map); |
|
|
HttpResponse httpResponse = acsToWmsService.feedAgvTaskStatus(req); |
|
|
HttpResponse httpResponse = acsToWmsService.feedAgvTaskStatus(req); |
|
|
if (ObjectUtil.isNotEmpty(httpResponse) && httpResponse.getStatus() == 200) { |
|
|
if (ObjectUtil.isNotEmpty(httpResponse) && httpResponse.getStatus() == 200) { |
|
|
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); |
|
|
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); |
|
|
log.info("指令号:{},acs请求wms放货申请成功,wms允许agv申请放货,已反馈agv允许放货", inst.getInstruction_code()); |
|
|
log.info("指令号:{},acs请求wms放货申请成功,wms允许agv申请放货,已反馈agv允许放货", inst.getInstruction_code()); |
|
|
} else { |
|
|
} else { |
|
|
log.warn("指令号:{},acs请求wms放货申请失败,连接被拒绝,未反馈agv允许放货", inst.getInstruction_code()); |
|
|
log.warn("指令号:{},acs请求wms放货申请失败,连接被拒绝,未反馈agv允许放货", inst.getInstruction_code()); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
//放货完毕
|
|
|
//放货完毕
|
|
@ -330,25 +326,24 @@ public class AgvNdcOneDeviceDriver extends AbstractDeviceDriver implements Devic |
|
|
log.info("未找到编号{}对应的指令", ikey); |
|
|
log.info("未找到编号{}对应的指令", ikey); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
if (device.getDeviceDriver() instanceof StandardOrdinarySiteDeviceDriver) { |
|
|
Object reqWms = device.getExtraValue().get("reqWms"); |
|
|
Object reqWms = device.getExtraValue().get("reqWms"); |
|
|
if (ObjectUtil.isNotEmpty(reqWms) && reqWms.toString().equals("true")) { |
|
|
if (ObjectUtil.isNotEmpty(reqWms) && reqWms.toString().equals("true")) { |
|
|
JSONArray req = new JSONArray(); |
|
|
JSONArray req = new JSONArray(); |
|
|
JSONObject map = new JSONObject(); |
|
|
JSONObject map = new JSONObject(); |
|
|
map.put("Vehiclecode", inst.getVehicle_code()); |
|
|
map.put("Vehiclecode", inst.getVehicle_code()); |
|
|
map.put("Status", "4"); |
|
|
map.put("Status", "4"); |
|
|
map.put("Devicecode", inst.getNext_point_code()); |
|
|
map.put("Devicecode", inst.getNext_device_code()); |
|
|
map.put("Taskcode", inst.getTask_code()); |
|
|
map.put("Taskcode", inst.getTask_code()); |
|
|
req.add(map); |
|
|
req.add(map); |
|
|
HttpResponse httpResponse = acsToWmsService.feedAgvTaskStatus(req); |
|
|
HttpResponse httpResponse = acsToWmsService.feedAgvTaskStatus(req); |
|
|
if (ObjectUtil.isNotEmpty(httpResponse) && httpResponse.getStatus() == 200) { |
|
|
if (ObjectUtil.isNotEmpty(httpResponse) && httpResponse.getStatus() == 200) { |
|
|
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); |
|
|
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); |
|
|
log.info("指令号:{},acs请求wms放货完成成功", inst.getInstruction_code()); |
|
|
log.info("指令号:{},acs请求wms放货完成成功", inst.getInstruction_code()); |
|
|
} else { |
|
|
} else { |
|
|
log.warn("指令号:{},acs请求wms放货完成失败", inst.getInstruction_code()); |
|
|
log.warn("指令号:{},acs请求wms放货完成失败", inst.getInstruction_code()); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
//到达位置点
|
|
|
//到达位置点
|
|
|
//(需要WCS反馈)
|
|
|
//(需要WCS反馈)
|
|
|