|
|
@ -333,6 +333,7 @@ public class AgvNdcOneDeviceDriver extends AbstractDeviceDriver implements Devic |
|
|
|
agv_message = conveyorPressStationDeviceDriver.getDevice_code() + message; |
|
|
|
logService.deviceExecuteLog(device_code, "", "", message); |
|
|
|
log.info("{},{}", device_code,message); |
|
|
|
log.info("模式为{} 光电信号{} 取放信号{}",conveyorPressStationDeviceDriver.getMode(),conveyorPressStationDeviceDriver.getMove(),conveyorPressStationDeviceDriver.getIo_action()); |
|
|
|
lucene.deviceExecuteLog(new LuceneLogDto(this.device_code, message)); |
|
|
|
} |
|
|
|
} |
|
|
@ -585,6 +586,7 @@ public class AgvNdcOneDeviceDriver extends AbstractDeviceDriver implements Devic |
|
|
|
agv_message = conveyorPressStationDeviceDriver.getDevice_code() + message; |
|
|
|
logService.deviceExecuteLog(device_code, "", "", message); |
|
|
|
log.info("{},{}", device_code,message); |
|
|
|
log.info("模式为{} 光电信号{} 取放信号{}",conveyorPressStationDeviceDriver.getMode(),conveyorPressStationDeviceDriver.getMove(),conveyorPressStationDeviceDriver.getIo_action()); |
|
|
|
lucene.deviceExecuteLog(new LuceneLogDto(this.device_code, message)); |
|
|
|
} |
|
|
|
} |
|
|
@ -857,6 +859,7 @@ public class AgvNdcOneDeviceDriver extends AbstractDeviceDriver implements Devic |
|
|
|
agv_message = conveyorPressStationDeviceDriver.getDevice_code() + message; |
|
|
|
logService.deviceExecuteLog(device_code, "", "", message); |
|
|
|
log.info("{},{}", device_code,message); |
|
|
|
log.info("模式为{} 光电信号{} 取放信号{}",conveyorPressStationDeviceDriver.getMode(),conveyorPressStationDeviceDriver.getMove(),conveyorPressStationDeviceDriver.getIo_action()); |
|
|
|
lucene.deviceExecuteLog(new LuceneLogDto(this.device_code, message)); |
|
|
|
} |
|
|
|
} |
|
|
@ -1114,6 +1117,7 @@ public class AgvNdcOneDeviceDriver extends AbstractDeviceDriver implements Devic |
|
|
|
agv_message = conveyorPressStationDeviceDriver.getDevice_code() + message; |
|
|
|
logService.deviceExecuteLog(device_code, "", "", message); |
|
|
|
log.info("{},{}", device_code,message); |
|
|
|
log.info("模式为{} 光电信号{} 取放信号{}",conveyorPressStationDeviceDriver.getMode(),conveyorPressStationDeviceDriver.getMove(),conveyorPressStationDeviceDriver.getIo_action()); |
|
|
|
lucene.deviceExecuteLog(new LuceneLogDto(this.device_code, message)); |
|
|
|
} |
|
|
|
} |
|
|
|