修改:换端操作不再关闭ATO;进路相关移动授权计算

This commit is contained in:
joylink_zhangsai 2021-07-06 09:24:59 +08:00
parent 35d6139ed6
commit f25c5fd5f1
2 changed files with 1 additions and 2 deletions

View File

@ -468,7 +468,7 @@ public class ZCLogicLoop {
base = pre;
}
}
if (!lock) {
if (!lock && section.getSignalOf(right) == null) {
// 未锁闭进路中设置移动授权终点
return new MovementAuthority.End(section, MovementAuthority.EndType.UNLOCK_SECTION);
}

View File

@ -169,7 +169,6 @@ public class DriverOperateHandler {
public void changeHead(Simulation simulation, String groupNumber) {
VirtualRealityTrain train = simulation.getRepository().getOnlineTrainBy(groupNumber);
if (train.isStop()) {
train.setAtoOn(false);
this.ATPService.turnDirectionImmediately(train);
}
}