添加线路配置:设置头码车时检查方向checkDirectionWhenSetHead

This commit is contained in:
fan 2021-06-30 16:59:17 +08:00
parent d04e35061c
commit 4707434ed4

View File

@ -109,7 +109,8 @@ export default {
'switchTurnOperationCanRecoverSplitFault',
'holdCommandIgnoreControlMode',
'delayWhenCancelRouteWithAbnormalInterlock',
'noARB'
'noARB',
'checkDirectionWhenSetHead'
],
selectList: ['runMode'],
generalConfig: [
@ -151,7 +152,8 @@ export default {
'delayWhenCancelRouteWithAbnormalInterlock',
'figuresOfTripNumber',
'figuresOfServiceNumber',
'noARB'
'noARB',
'checkDirectionWhenSetHead'
],
rangeList: ['noParkingSM', 'parkingSM'],
speedList: ['rmAtpSpeed', 'urmAtpSpeed'],
@ -198,7 +200,8 @@ export default {
delayWhenCancelRouteWithAbnormalInterlock: '取消联锁条件不满足的进路时需要延时解锁',
figuresOfTripNumber: '车次号的位数',
figuresOfServiceNumber: '服务号的位数',
noARB: '没有ARB判定'
noARB: '没有ARB判定',
checkDirectionWhenSetHead: '设置头码车时检查方向'
}
};
},