线路:宁波1

问题:增加计轴复位的实训配置,由于现有的配置无法实现实训,增加配置并注释说明
This commit is contained in:
lVAL 2021-02-25 18:27:00 +08:00
parent ad1c0d4c5c
commit fa8766a2af

View File

@ -937,6 +937,51 @@ export default {
] ]
}, },
// 新增 // 新增
// 区段计轴复位的操作是一个单独类型设备因此不能直接配置成Section暂不支持
// {
// maxDuration: 15,
// minDuration: 8,
// operateType: 'Section_Axis_Pre_Reset',
// skinCode: '06',
// trainingName: '计轴复位({8}{9})',
// trainingRemark: '计轴复位功能',
// trainingType: 'Section',
// productTypes: ['01'],
// stepVOList: [
// { deviceType: '03', orderNum: 1, operateCode: '1000', tip: '鼠标右键点击菜单【计轴复位】'},
// { deviceType: '03', orderNum: 2, operateCode: '10001', tip: '请选择区段【({8}{9})】' },
// { deviceType: '03', orderNum: 3, operateCode: '1000', tip: '鼠标左键点击【确定】按钮' },
// ]
// },
// {
// maxDuration: 15,
// minDuration: 8,
// operateType: 'Station_Pre_Reset',
// skinCode: '06',
// trainingName: '设置计轴复位({26})',
// trainingRemark: '计轴复位功能',
// trainingType: 'Station',
// productTypes: ['01'],
// stepVOList: [
// { deviceType: '05', orderNum: 1, operateCode: '1000', tip: '鼠标右键点击菜单【设置】'},
// { deviceType: '05', orderNum: 2, operateCode: '10002', tip: '鼠标左键点击【确定】按钮' },
// { deviceType: '05', orderNum: 3, operateCode: 'com16', tip: '鼠标左键点击【执行】按钮' },
// ]
// },
// {
// maxDuration: 15,
// minDuration: 8,
// operateType: 'Station_Cancel_Pre_Reset',
// skinCode: '06',
// trainingName: '取消计轴复位({26})',
// trainingRemark: '计轴复位功能',
// trainingType: 'Station',
// productTypes: ['01'],
// stepVOList: [
// { deviceType: '05', orderNum: 1, operateCode: '1000', tip: '鼠标右键点击菜单【取消】'},
// { deviceType: '05', orderNum: 2, operateCode: '10002', tip: '鼠标左键点击【确定】按钮' },
// ]
// },
{ {
maxDuration: 15, maxDuration: 15,
minDuration: 8, minDuration: 8,
@ -945,7 +990,7 @@ export default {
trainingName: '取消全线临时限速({26})', trainingName: '取消全线临时限速({26})',
trainingRemark: '取消全线临时限速', trainingRemark: '取消全线临时限速',
trainingType: 'LimitControl', trainingType: 'LimitControl',
productTypes: ['01', '02'], productTypes: ['02'],
stepVOList: [ stepVOList: [
{ deviceType: '05', orderNum: 1, operateCode: '800', tip: '鼠标右键点击菜单【取消全线临时限速】'}, { deviceType: '05', orderNum: 1, operateCode: '800', tip: '鼠标右键点击菜单【取消全线临时限速】'},
{ deviceType: '05', orderNum: 2, operateCode: '8001', tip: '鼠标左键点击【打开会话】按钮' }, { deviceType: '05', orderNum: 2, operateCode: '8001', tip: '鼠标左键点击【打开会话】按钮' },