西安一实训调整

This commit is contained in:
fan 2021-03-09 15:46:54 +08:00
parent f2a7955bf3
commit c9f656c4a7
2 changed files with 26 additions and 10 deletions

View File

@ -87,12 +87,12 @@ export default {
label: '所有进路交ATS自动控',
handler: this.atsAutoControlALL,
cmdType: CMD.Station.CMD_STATION_OPEN_AUTO_SETTING
},
{
label: '执行关键操作测试',
handler: this.execKeyOperationTest,
cmdType: CMD.Station.CMD_STATION_KEY_OPERATION_TEST
}
// {
// label: '',
// handler: this.execKeyOperationTest,
// cmdType: CMD.Station.CMD_STATION_KEY_OPERATION_TEST
// }
]
},
menuForce: [

View File

@ -309,14 +309,14 @@ export default {
minDuration: 8,
operateType: 'Stand_Set_Reentry_Strategy',
skinCode: '02',
trainingName: '人工折返策略设置({10}-{12}站台)',
trainingRemark: '人工折返策略设置功能',
trainingName: '设置折返策略({10}-{12}站台)',
trainingRemark: '设置折返策略功能',
trainingType: 'Stand',
productTypes: ['02'],
stepVOList: [
{ deviceType: '06', orderNum: 1, operateCode: '511', tip: '鼠标右键菜单选择【人工折返策略设置】' },
{ deviceType: '06', orderNum: 1, operateCode: '511', tip: '鼠标右键菜单选择【设置折返策略】' },
{ deviceType: '06', orderNum: 2, operateCode: '5111', tip: '鼠标左键点击,选择【无折返】', val: '01' },
{ deviceType: '06', orderNum: 3, operateCode: '511', tip: '鼠标左键点击【确定】按钮', val: '01' }
{ deviceType: '06', orderNum: 3, operateCode: '511', tip: '鼠标左键点击【确定】按钮' }
]
},
@ -741,7 +741,7 @@ export default {
trainingName: '引导进路办理({3})',
trainingRemark: '进路办理信号引导',
trainingType: 'Signal',
productTypes: ['01'],
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '04', orderNum: 1, operateCode: '308', tip: '鼠标右键菜单选择【引导进路办理】' },
{ deviceType: '04', orderNum: 2, operateCode: '3081', tip: '鼠标左键点击【下达】按钮' },
@ -920,6 +920,22 @@ export default {
{deviceType: '05', orderNum: 4, operateCode: '6034', tip: '鼠标左键点击【确认2】'},
{deviceType: '05', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮'}
]
},
{
maxDuration: 15,
minDuration: 8,
operateType: 'Station_Set_Turn_Back_Strategy',
skinCode: '02',
trainingName: '设置折返策略({32})({31})',
trainingRemark: '设置折返策略',
trainingType: 'Station',
productTypes: ['01', '02'],
stepVOList: [
{ deviceType: '05', orderNum: 1, operateCode: '610', tip: '鼠标右键菜单选择【设置折返策略】', codeType: 'BUTTON'},
{ deviceType: '05', orderNum: 2, operateCode: '6101', tip: '选择折返策略【{31}】', val: '1' }, // 1为选项中的第一个和后台默认保持一致
{ deviceType: '05', orderNum: 3, operateCode: '610', tip: '鼠标左键点击【确定】' }
],
config:{tbStrategyBT:true}
}
]
};