| | |
| | | this.rgvNo = rgvProtocol.getRgvNo(); |
| | | this.sendTime = now; |
| | | this.mode = command.getTaskModeType1().name(); |
| | | this.sourceRow = rgvProtocol.getRgvPosI();//小车当前位置 |
| | | this.sourceSta = command.getSourceStaNo1().intValue(); |
| | | this.posSta = command.getDestinationStaNo1().intValue(); |
| | | this.updateTime = now; |
| | |
| | | this.rgvNo = rgvProtocol.getRgvNo(); |
| | | this.sendTime = now; |
| | | this.mode = "漫游"; |
| | | this.sourceRow = rgvProtocol.getRgvPosI();//小车当前位置 |
| | | this.sourceSta = rgvProtocol.getRgvPosI(); |
| | | this.posSta = command.intValue(); |
| | | this.updateTime = now; |