更新
This commit is contained in:
@@ -125,10 +125,10 @@ public class NdxyHandServiceImpl implements NdxyHandService {
|
|||||||
status = "2";
|
status = "2";
|
||||||
status_name = "故障";
|
status_name = "故障";
|
||||||
}
|
}
|
||||||
if (ndxySpecialDeviceDriver.getChecked()) {
|
// if (ndxySpecialDeviceDriver.getChecked()) {
|
||||||
status = "3";
|
// status = "3";
|
||||||
status_name = "已选择";
|
// status_name = "已选择";
|
||||||
}
|
// }
|
||||||
|
|
||||||
Device device_code1 = deviceAppService.findDeviceByCode(devicejo.optString("device_code"));
|
Device device_code1 = deviceAppService.findDeviceByCode(devicejo.optString("device_code"));
|
||||||
jo.put("status", status);
|
jo.put("status", status);
|
||||||
|
|||||||
@@ -2345,12 +2345,14 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable {
|
|||||||
//请求删除任务
|
//请求删除任务
|
||||||
else if (phase == 0x30) {
|
else if (phase == 0x30) {
|
||||||
flag = true;
|
flag = true;
|
||||||
if (!ObjectUtil.isEmpty(inst)) {
|
// if (!ObjectUtil.isEmpty(inst)) {
|
||||||
data = AgvService.sendAgvOneModeInst(phase, index, 0);
|
// data = AgvService.sendAgvOneModeInst(0x8F, index, 0);
|
||||||
} else {
|
// } else {
|
||||||
log.info("未找到对应的指令无法删除");
|
// log.info("未找到对应的指令无法删除");
|
||||||
break;
|
// break;
|
||||||
}
|
// }
|
||||||
|
data = AgvService.sendAgvOneModeInst(0x8F, index, 0);
|
||||||
|
|
||||||
}
|
}
|
||||||
//任务删除确认
|
//任务删除确认
|
||||||
//(需要WCS反馈)
|
//(需要WCS反馈)
|
||||||
|
|||||||
Reference in New Issue
Block a user