| | |
| | | vo.setFullPlt(stationProtocol.isFullPlt()); // 是否满板 |
| | | vo.setRunBlock(stationProtocol.isRunBlock());// 运行堵塞 |
| | | vo.setEnableIn(stationProtocol.isEnableIn());// 启动入库 |
| | | vo.setInBarcodeError(stationProtocol.isInBarcodeError());// 入库条码站异常 |
| | | vo.setPalletHeight(stationProtocol.getPalletHeight()); // 托盘高度 |
| | | vo.setError(stationProtocol.getError()); // 错误码 |
| | | vo.setErrorMsg(stationProtocol.getErrorMsg()); // 报警信息 |
| | |
| | | vo.setOffset(Double.valueOf(crnProtocol.getBay())); |
| | | vo.setBay(crnProtocol.getBay()); // 当前列 |
| | | vo.setTaskNo(crnProtocol.getTaskNo()); |
| | | vo.setLaserValue(crnProtocol.getLaserValue()); |
| | | /** |
| | | * 堆垛机状态判断 |
| | | */ |