// 操作规则定义 // {id: "1", trainingType: "01", name: "车站名称"} // {id: "2", trainingType: "01", name: "车站控制模式编号"} // {id: "3", trainingType: "02", name: "进路名称"} // {id: "4", trainingType: "02", name: "进路编号"} // {id: "5", trainingType: "02", name: "信号机名称"} // {id: "6", trainingType: "02", name: "信号机编号"} // {id: "7", trainingType: "03", name: "道岔名称"} // {id: "17", trainingType: "03", name: "道岔编码"} // {id: "8", trainingType: "04", name: "物理区段名称"} // {id: "9", trainingType: "04", name: "逻辑区段名称"} // {id: "18", trainingType: "04", name: "逻辑区段编码"} // {id: "10", trainingType: "05", name: "车站名称"} // {id: "11", trainingType: "05", name: "站台行驶方向编号"} // {id: "12", trainingType: "05", name: "站台行驶方向"} // {id: "13", trainingType: "05", name: "站台行驶方向编号(反)"} // {id: "14", trainingType: "05", name: "站台行驶方向(反)"} // {id: "15", trainingType: "03", name: "道岔位置"} // {id: "16", trainingType: "03", name: "道岔位置(反)"} export const OperationList = { '01': { list: [] }, '02': { // 福州一号线 list: [ { maxDuration: 20, minDuration: 15, operateType: '0103', skinCode: '02', trainingName: '转为中控({1})', trainingRemark: '控制权限转换,站控转中控', trainingType: '01', productTypes: ['02'], stepVOList: [ { deviceType: 'bar', orderNum: 1, operateCode: '0024', tip: '鼠标左键点击顶部菜单栏【控制模式转换】' }, { deviceType: 'bar', orderNum: 2, operateCode: '2041', tip: '鼠标左键点击【转为中控】' }, { deviceType: '05', orderNum: 3, operateCode: '2042', tip: '鼠标左键选择所需要转换的控制区域【{1}】', val: '{2}' }, { deviceType: '05', orderNum: 4, operateCode: '204', tip: '鼠标左键点击【请求中控】', val: '{2}' }, { deviceType: '05', orderNum: 5, operateCode: '2043', tip: '鼠标左键点击【确认】按钮', val: '{2}' }, { deviceType: '05', orderNum: 6, operateCode: '0013', tip: '鼠标左键点击【确定】按钮' }, { deviceType: 'bar', orderNum: 7, operateCode: '000', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0101', skinCode: '02', trainingName: '转为站控({1})', trainingRemark: '控制权限转换,中控转站控', trainingType: '01', productTypes: ['01'], stepVOList: [ { deviceType: 'bar', orderNum: 1, operateCode: '0024', tip: '鼠标左键点击顶部菜单栏【控制模式转换】' }, { deviceType: 'bar', orderNum: 2, operateCode: '2021', tip: '鼠标左键点击【转为站控】' }, { deviceType: '05', orderNum: 3, operateCode: '2022', tip: '鼠标左键选择所需要转换的控制区域【{1}】', val: '{2}' }, { deviceType: '05', orderNum: 4, operateCode: '202', tip: '鼠标左键点击【请求站控】', val: '{2}' }, { deviceType: '05', orderNum: 5, operateCode: '2023', tip: '鼠标左键点击【确认】按钮', val: '{2}' }, { deviceType: '05', orderNum: 6, operateCode: '0013', tip: '鼠标左键点击【确定】按钮' }, { deviceType: 'bar', orderNum: 7, operateCode: '000', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0102', skinCode: '02', trainingName: '强制站控({1})', trainingRemark: '控制权限转换,强制站控', trainingType: '01', productTypes: ['01'], stepVOList: [ { deviceType: 'bar', orderNum: 1, operateCode: '0024', tip: '鼠标左键点击顶部菜单栏【控制模式转换】' }, { deviceType: 'bar', orderNum: 2, operateCode: '2034', tip: '鼠标左键点击【强制站控】' }, { deviceType: 'bar', orderNum: 3, operateCode: '2035', tip: '鼠标左键输入默认密码【123456】后,点击【确定】按钮' }, { deviceType: '05', orderNum: 4, operateCode: '2032', tip: '鼠标左键选择所需要转换的控制区域【{1}】', val: '{2}' }, { deviceType: '05', orderNum: 5, operateCode: '203', tip: '鼠标左键点击【强制站控】', val: '{2}' }, { deviceType: '05', orderNum: 6, operateCode: '2033', tip: '鼠标左键点击【确认】按钮', val: '{2}' }, { deviceType: '05', orderNum: 7, operateCode: '0013', tip: '鼠标左键点击【确定】按钮' }, { deviceType: 'bar', orderNum: 8, operateCode: '000', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0501', skinCode: '02', trainingName: '站台扣车({10}-{12}站台)', trainingRemark: '设置扣车功能', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '504', tip: '鼠标右键菜单选择【扣车】' }, { deviceType: '06', orderNum: 2, operateCode: '504', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0502', skinCode: '02', trainingName: '站台取消扣车({10}-{12}站台)', trainingRemark: '设置取消扣车功能', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '505', tip: '鼠标右键菜单选择【取消扣车】' }, { deviceType: '06', orderNum: 2, operateCode: '505', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0503', skinCode: '02', trainingName: '强制取消扣车({10}-{12}站台)', trainingRemark: '强制取消扣车功能', trainingType: '05', productTypes: ['01'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '506', tip: '鼠标右键菜单选择【强制取消扣车】' }, { deviceType: '06', orderNum: 2, operateCode: '506', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0504', skinCode: '02', trainingName: '全线取消扣车({10}-{12}站台)', trainingRemark: '全线取消扣车功能(默认上行全线/下行全线,不做选择)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '508', tip: '鼠标右键菜单选择【全线取消扣车】' }, { deviceType: '06', orderNum: 2, operateCode: '508', tip: '鼠标左键点击【确定】按钮', val: '{11}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0504', skinCode: '02', trainingName: '全线取消扣车({10}-{12}站台)', trainingRemark: '全线取消扣车功能(选择上/下行全线)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '508', tip: '鼠标右键菜单选择【全线取消扣车】' }, { deviceType: '06', orderNum: 2, operateCode: '5081', tip: '鼠标右键菜单选择【{14}全线】', val: '{13}' }, { deviceType: '06', orderNum: 3, operateCode: '508', tip: '鼠标左键点击【确定】按钮', val: '{13}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0505', skinCode: '02', trainingName: '站台跳停({10}-{12}站台)', trainingRemark: '设置跳停功能', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '502', tip: '鼠标右键菜单选择【跳停】' }, { deviceType: '06', orderNum: 2, operateCode: '502', tip: '鼠标左键点击【确定】按钮', val: '{11}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0506', skinCode: '02', trainingName: '取消跳停({10}-{12}站台)', trainingRemark: '设置取消跳停功能', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '503', tip: '鼠标右键菜单选择【取消跳停】' }, { deviceType: '06', orderNum: 2, operateCode: '503', tip: '鼠标左键点击【确定】按钮', val: '{11}' } ] }, { maxDuration: 8, minDuration: 5, operateType: '0507', skinCode: '02', trainingName: '查询站台状态({10}-{12}站台)', trainingRemark: '查询站台状态功能', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '507', tip: '鼠标右键菜单选择【查询站台状态】' }, { deviceType: '06', orderNum: 2, operateCode: '0012', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '02', trainingName: '设置停站时间({10}-{12}站台)', trainingRemark: '设置停站时间(自动, 一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【设置停站时间】' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: '鼠标左键点击,选择【自动】', val: '01' }, { deviceType: '06', orderNum: 3, operateCode: '509', tip: '鼠标左键点击【确认】按钮', val: '01::20::true' }, { deviceType: '06', orderNum: 4, operateCode: '5091', tip: '鼠标左键点击【确认】按钮', val: '01::20::true' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '02', trainingName: '设置停站时间({10}-{12}站台)', trainingRemark: '设置停站时间(人工, 20秒, 一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【设置停站时间】' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: '鼠标左键点击,选择【人工】', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '5094', tip: '输入或鼠标点击,调整为【20】', val: '20' }, { deviceType: '06', orderNum: 4, operateCode: '509', tip: '鼠标左键点击【确认】按钮', val: '02::20::true' }, { deviceType: '06', orderNum: 5, operateCode: '5091', tip: '鼠标左键点击【确认】按钮', val: '02::20::true' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '02', trainingName: '设置停站时间({10}-{12}站台)', trainingRemark: '设置停站时间(人工, 20秒, 一次有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【设置停站时间】' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: '鼠标左键点击,选择【人工】', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '5094', tip: '输入或鼠标点击,调整为【20】', val: '20' }, { deviceType: '06', orderNum: 4, operateCode: '5093', tip: '鼠标左键点击,选择【一次有效】', val: 'false' }, { deviceType: '06', orderNum: 5, operateCode: '509', tip: '鼠标左键点击【确认】按钮', val: '02::20::false' }, { deviceType: '06', orderNum: 6, operateCode: '5091', tip: '鼠标左键点击【确认】按钮', val: '02::20::false' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0509', skinCode: '02', trainingName: '设置运行等级({10}-{12}站台)', trainingRemark: '设置运行等级(设置区间运行时间为60,一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【设置运行等级】' }, { deviceType: '06', orderNum: 2, operateCode: '5101', tip: '鼠标左键点击,选择【60】', val: '60' }, { deviceType: '06', orderNum: 3, operateCode: '510', tip: '鼠标左键点击【确认】按钮', val: '60::true' }, { deviceType: '06', orderNum: 4, operateCode: '5102', tip: '鼠标左键点击【确认】按钮', val: '60::true' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0509', skinCode: '02', trainingName: '设置运行等级({10}-{12}站台)', trainingRemark: '设置运行等级(设置区间运行时间为60,一次有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【设置运行等级】' }, { deviceType: '06', orderNum: 2, operateCode: '5101', tip: '鼠标左键点击,选择【60】', val: '60' }, { deviceType: '06', orderNum: 3, operateCode: '5103', tip: '鼠标左键点击,取消选择【一直有效】', val: 'false' }, { deviceType: '06', orderNum: 4, operateCode: '510', tip: '鼠标左键点击【确认】按钮', val: '60::false' }, { deviceType: '06', orderNum: 5, operateCode: '5102', tip: '鼠标左键点击【确认】按钮', val: '60::false' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0510', skinCode: '02', trainingName: '设置提前发车({10}-{12}站台)', trainingRemark: '设置提前发车功能', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '501', tip: '鼠标右键菜单选择【设置提前发车】' }, { deviceType: '06', orderNum: 2, operateCode: '501', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0511', skinCode: '02', trainingName: '人工折返策略设置({10}-{12}站台)', trainingRemark: '人工折返策略设置功能', trainingType: '05', productTypes: ['02'], stepVOList: [ { 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' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0401', skinCode: '02', trainingName: '区段故障解锁({8}{9})', trainingRemark: '故障解锁功能', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '402', tip: '鼠标右键菜单选择【区段故障解锁】' }, { deviceType: '03', orderNum: 2, operateCode: '4026', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '4024', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '03', orderNum: 4, operateCode: '4025', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '03', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0402', skinCode: '02', trainingName: '区段切除({8}{9})', trainingRemark: '区段切除', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '405', tip: '鼠标右键菜单选择【区段切除】' }, { deviceType: '03', orderNum: 2, operateCode: '405', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0403', skinCode: '02', trainingName: '区段激活({8}{9})', trainingRemark: '区段激活功能', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '406', tip: '鼠标右键菜单选择【区段激活】' }, { deviceType: '03', orderNum: 2, operateCode: '406', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0404', skinCode: '02', trainingName: '计轴预复位({8}{9})', trainingRemark: '计轴预复位功能', trainingType: '04', productTypes: ['01'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '409', tip: '鼠标右键菜单选择【区段计轴预复位】' }, { deviceType: '03', orderNum: 2, operateCode: '4091', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '4093', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '03', orderNum: 4, operateCode: '4094', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '03', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0405', skinCode: '02', trainingName: '区段封锁({8}{9})', trainingRemark: '区段封锁功能', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '403', tip: '鼠标右键菜单选择【区段封锁】' }, { deviceType: '03', orderNum: 2, operateCode: '403', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0406', skinCode: '02', trainingName: '区段解封({8}{9})', trainingRemark: '区段解封功能', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '404', tip: '鼠标右键菜单选择【区段解封】' }, { deviceType: '03', orderNum: 2, operateCode: '4041', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '4043', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '03', orderNum: 4, operateCode: '4044', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '03', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0407', skinCode: '02', trainingName: '区段设置限速({8}{9})', trainingRemark: '区段设置限速功能(限速值:5)', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '407', tip: '鼠标右键菜单选择【区段设置限速】' }, { deviceType: '03', orderNum: 2, operateCode: '4076', tip: '鼠标左键选择【限速值5】', val: '5' }, { deviceType: '03', orderNum: 3, operateCode: '4071', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '03', orderNum: 4, operateCode: '4072', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '03', orderNum: 5, operateCode: '4073', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '03', orderNum: 6, operateCode: '4074', tip: '鼠标左键点击【确认2】按钮', val: '5' }, { deviceType: '03', orderNum: 7, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0408', skinCode: '02', trainingName: '区段取消限速({8}{9})', trainingRemark: '区段取消限速功能', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '408', tip: '鼠标右键菜单选择【区段取消限速】' }, { deviceType: '03', orderNum: 2, operateCode: '4081', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '4082', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '03', orderNum: 4, operateCode: '4083', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '03', orderNum: 5, operateCode: '4084', tip: '鼠标左键点击【确认2】按钮', val: '5' }, { deviceType: '03', orderNum: 6, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0301', skinCode: '02', trainingName: '道岔单锁({7})', trainingRemark: '道岔单锁功能', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '103', tip: '鼠标右键菜单选择【道岔单锁】' }, { deviceType: '02', orderNum: 2, operateCode: '103', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0302', skinCode: '02', trainingName: '道岔单解({7})', trainingRemark: '道岔单解功能', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '104', tip: '鼠标右键菜单选择【道岔单解】' }, { deviceType: '02', orderNum: 2, operateCode: '1041', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '1043', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '02', orderNum: 4, operateCode: '1044', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '02', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0303', skinCode: '02', trainingName: '道岔区段封闭({7})', trainingRemark: '道岔区段封闭功能', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '105', tip: '鼠标右键菜单选择【道岔区段封闭】' }, { deviceType: '02', orderNum: 2, operateCode: '105', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0304', skinCode: '02', trainingName: '道岔区段解封({7})', trainingRemark: '道岔区段解封功能', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '106', tip: '鼠标右键菜单选择【道岔区段解封】' }, { deviceType: '02', orderNum: 2, operateCode: '1061', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '1063', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '02', orderNum: 4, operateCode: '1064', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '02', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0305', skinCode: '02', trainingName: '道岔转动({7})', trainingRemark: '道岔转动功能({15}转{16})', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '107', tip: '鼠标右键菜单选择【道岔转动】' }, { deviceType: '02', orderNum: 2, operateCode: '107', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 20, minDuration: 10, operateType: '0306', skinCode: '02', trainingName: '道岔区段故障解锁({7})', trainingRemark: '道岔区段故障解锁功能', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '109', tip: '鼠标右键菜单选择【道岔区段故障解锁】' }, { deviceType: '02', orderNum: 2, operateCode: '1091', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '1093', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '02', orderNum: 4, operateCode: '1094', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '02', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0307', skinCode: '02', trainingName: '道岔区段计轴预复位({7})', trainingRemark: '道岔区段计轴预复位功能', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '110', tip: '鼠标右键菜单选择【道岔区段计轴预复位】' }, { deviceType: '02', orderNum: 2, operateCode: '1101', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '1103', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '02', orderNum: 4, operateCode: '1104', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '02', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0308', skinCode: '02', trainingName: '区段切除({7})', trainingRemark: '区段切除', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '111', tip: '鼠标右键菜单选择【区段切除】' }, { deviceType: '02', orderNum: 2, operateCode: '111', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0309', skinCode: '02', trainingName: '区段激活({7})', trainingRemark: '区段激活功能', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '112', tip: '鼠标右键菜单选择【区段激活】' }, { deviceType: '02', orderNum: 2, operateCode: '112', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0310', skinCode: '02', trainingName: '道岔区段设置限速({7})', trainingRemark: '道岔区段设置限速功能(限速值:5)', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '113', tip: '鼠标右键菜单选择【道岔区段设置限速】' }, { deviceType: '02', orderNum: 2, operateCode: '1136', tip: '鼠标左键选择【限速值5】', val: '5' }, { deviceType: '02', orderNum: 3, operateCode: '1131', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '02', orderNum: 4, operateCode: '1132', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '02', orderNum: 5, operateCode: '1133', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '02', orderNum: 6, operateCode: '1134', tip: '鼠标左键点击【确认2】按钮', val: '5' }, { deviceType: '02', orderNum: 7, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0311', skinCode: '02', trainingName: '道岔区段取消限速({7})', trainingRemark: '道岔区段取消限速功能', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '114', tip: '鼠标右键菜单选择【道岔区段取消限速】' }, { deviceType: '02', orderNum: 2, operateCode: '1141', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '1142', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '02', orderNum: 4, operateCode: '1143', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '02', orderNum: 5, operateCode: '1144', tip: '鼠标左键点击【确认2】按钮', val: '5' }, { deviceType: '02', orderNum: 6, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0201', skinCode: '02', trainingName: '进路选排({3})', trainingRemark: '选择排列进路', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '301', tip: '鼠标右键菜单选择【进路选排】' }, { deviceType: '04', orderNum: 2, operateCode: '3011', tip: '鼠标左键选择进路名称【{3}】', val: '{4}' }, { deviceType: '04', orderNum: 3, operateCode: '301', tip: '鼠标左键点击【确定】按钮' }, { deviceType: '04', orderNum: 4, operateCode: '3012', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0202', skinCode: '02', trainingName: '进路取消({3})', trainingRemark: '进路取消', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【进路取消】' }, { deviceType: '04', orderNum: 2, operateCode: '303', tip: '鼠标左键点击【确定】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '3031', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0202', skinCode: '02', trainingName: '进路取消({3})', trainingRemark: '进路取消', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【进路取消】' }, { deviceType: '04', orderNum: 2, operateCode: '303', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0203', skinCode: '02', trainingName: '信号封闭({5})', trainingRemark: '信号封闭', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '306', tip: '鼠标右键菜单选择【信号封闭】' }, { deviceType: '04', orderNum: 2, operateCode: '306', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0204', skinCode: '02', trainingName: '信号解封({5})', trainingRemark: '信号解封', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '307', tip: '鼠标右键菜单选择【信号解封】' }, { deviceType: '04', orderNum: 2, operateCode: '3071', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '3072', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '04', orderNum: 4, operateCode: '3073', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '04', orderNum: 5, operateCode: '3074', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '04', orderNum: 6, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0205', skinCode: '02', trainingName: '信号关灯({3})', trainingRemark: '信号关灯', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '313', tip: '鼠标右键菜单选择【信号关灯】' }, { deviceType: '04', orderNum: 2, operateCode: '313', tip: '鼠标左键点击【确定】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '3131', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0206', skinCode: '02', trainingName: '信号重开({3})', trainingRemark: '信号重开', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '304', tip: '鼠标右键菜单选择【信号重开】' }, { deviceType: '04', orderNum: 2, operateCode: '304', tip: '鼠标左键点击【确定】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '3041', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0207', skinCode: '02', trainingName: '引导进路办理({3})', trainingRemark: '进路办理信号引导', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '308', tip: '鼠标右键菜单选择【引导进路办理】' }, { deviceType: '04', orderNum: 2, operateCode: '3081', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '3083', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '04', orderNum: 4, operateCode: '3084', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '04', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0208', skinCode: '02', trainingName: '自排开({5})', trainingRemark: '自排开', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '315', tip: '鼠标右键菜单选择【自排开】' }, { deviceType: '04', orderNum: 2, operateCode: '3151', tip: '鼠标左键选择控制状态为"人工"的进路', val: '{6}' }, { deviceType: '04', orderNum: 3, operateCode: '315', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0209', skinCode: '02', trainingName: '自排关({5})', trainingRemark: '自排关', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '314', tip: '鼠标右键菜单选择【自排关】' }, { deviceType: '04', orderNum: 2, operateCode: '3141', tip: '鼠标左键选择第一条进路', val: '{6}' }, { deviceType: '04', orderNum: 3, operateCode: '314', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0210', skinCode: '02', trainingName: '查询进路控制状态({5})', trainingRemark: '查询进路控制状态', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '316', tip: '鼠标右键菜单选择【查询进路控制模式】' }, { deviceType: '04', orderNum: 2, operateCode: '316', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0211', skinCode: '02', trainingName: '设置联锁自动进路({5})', trainingRemark: '设置联锁自动进路', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '309', tip: '鼠标右键菜单选择【设置联锁自动进路】' }, { deviceType: '04', orderNum: 2, operateCode: '309', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0212', skinCode: '02', trainingName: '取消联锁自动进路({5})', trainingRemark: '取消联锁自动进路', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '310', tip: '鼠标右键菜单选择【取消联锁自动进路】' }, { deviceType: '04', orderNum: 2, operateCode: '310', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0213', skinCode: '02', trainingName: '设置联锁自动触发({5})', trainingRemark: '设置联锁自动触发', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '311', tip: '鼠标右键菜单选择【设置联锁自动触发】' }, { deviceType: '04', orderNum: 2, operateCode: '311', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0214', skinCode: '02', trainingName: '取消联锁自动触发({5})', trainingRemark: '取消联锁自动触发', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '312', tip: '鼠标右键菜单选择【取消联锁自动触发】' }, { deviceType: '04', orderNum: 2, operateCode: '312', tip: '鼠标左键点击【确定】按钮' } ] } ] }, '03': { // 北京一号线 list: [ { maxDuration: 8, minDuration: 5, operateType: '0501', skinCode: '03', trainingName: '设置扣车({10}-{12} 站台)', trainingRemark: '设置扣车功能', trainingType: '05', productTypes: ['01', '02'], // 产品类型 01 现地 02 行调 stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '504', tip: '鼠标右键菜单选择【设置扣车】' }, { deviceType: '06', orderNum: 2, operateCode: '504', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 8, minDuration: 5, operateType: '0502', skinCode: '03', trainingName: '取消扣车({10}-{12} 站台)', trainingRemark: '取消扣车功能', trainingType: '05', productTypes: ['01', '02'], // 产品类型 01 现地 02 行调 stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '505', tip: '鼠标右键菜单选择【取消扣车】' }, { deviceType: '06', orderNum: 2, operateCode: '505', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0505', skinCode: '03', trainingName: '设置跳停({10}-{12} 站台)', trainingRemark: '设置跳停功能', trainingType: '05', productTypes: ['01', '02'], // 产品类型 01 现地 02 行调 stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '502', tip: '鼠标右键菜单选择【设置跳停】' }, { deviceType: '06', orderNum: 2, operateCode: '502', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0505', skinCode: '03', trainingName: '设置跳停({10}-{12} 站台)', trainingRemark: '设置指定001号列车跳停功能', trainingType: '05', productTypes: ['01', '02'], // 产品类型 01 现地 02 行调 stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '502', tip: '鼠标右键菜单选择【设置跳停】' }, { deviceType: '06', orderNum: 2, operateCode: '5024', tip: '鼠标左键点击' }, { deviceType: '06', orderNum: 2, operateCode: '5022', tip: '请选择001号车', val: '001' }, { deviceType: '06', orderNum: 2, operateCode: '502', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0506', skinCode: '03', trainingName: '取消跳停({10}-{12} 站台)', trainingRemark: '取消跳停功能', trainingType: '05', productTypes: ['01', '02'], // 产品类型 01 现地 02 行调 stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '503', tip: '鼠标右键菜单选择【取消跳停】' }, { deviceType: '06', orderNum: 2, operateCode: '503', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0506', skinCode: '03', trainingName: '取消跳停({10}-{12} 站台)', trainingRemark: '取消指定001号列车跳停功能', trainingType: '05', productTypes: ['01', '02'], // 产品类型 01 现地 02 行调 stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '503', tip: '鼠标右键菜单选择【取消跳停】' }, { deviceType: '06', orderNum: 2, operateCode: '5034', tip: '鼠标左键点击' }, { deviceType: '06', orderNum: 2, operateCode: '5032', tip: '请选择001号车', val: '001' }, { deviceType: '06', orderNum: 2, operateCode: '503', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 8, minDuration: 5, operateType: '0507', skinCode: '03', trainingName: '查询站台状态({10}-{12} 站台)', trainingRemark: '查询站台状态功能', trainingType: '05', productTypes: ['01', '02'], // 产品类型 01 现地 02 行调 stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '507', tip: '鼠标右键菜单选择【站台信息】' }, { deviceType: '06', orderNum: 2, operateCode: '0012', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '03', trainingName: '停站时间控制({10}-{12} 站台)', trainingRemark: '停站时间控制(自动, 一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【停站时间控制】' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: '鼠标左键点击,选择【自动】', val: '01' }, { deviceType: '06', orderNum: 3, operateCode: '509', tip: '鼠标左键点击【确认】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '03', trainingName: '停站时间控制({10}-{12} 站台)', trainingRemark: '停站时间控制(人工, 20秒, 一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【停站时间控制】' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: '鼠标左键点击,选择【人工】', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '5094', tip: '输入或鼠标点击,调整为【20】', val: '20' }, { deviceType: '06', orderNum: 4, operateCode: '509', tip: '鼠标左键点击【确认】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '03', trainingName: '停站时间控制({10}-{12} 站台)', trainingRemark: '停站时间控制(人工, 20秒, 一次有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【停站时间控制】' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: '鼠标左键点击,选择【人工】', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '5094', tip: '输入或鼠标点击,调整为【20】', val: '20' }, { deviceType: '06', orderNum: 4, operateCode: '5093', tip: '鼠标左键点击,选择【一次有效】', val: 'false' }, { deviceType: '06', orderNum: 5, operateCode: '509', tip: '鼠标左键点击【确认】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0509', skinCode: '03', trainingName: '运行时间控制({10}-{12} 站台)', trainingRemark: '运行时间控制(设置区间 运行等级1,运行时间为115,一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【运行时间控制】' }, { deviceType: '06', orderNum: 2, operateCode: '5104', tip: '鼠标左键点击,选择【1】', val: '1' }, { deviceType: '06', orderNum: 3, operateCode: '5101', tip: '鼠标左键点击,选择【115】', val: '115' }, { deviceType: '06', orderNum: 4, operateCode: '510', tip: '鼠标左键点击【确认】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0509', skinCode: '03', trainingName: '运行时间控制({10}-{12} 站台)', trainingRemark: '运行时间控制(设置区间 运行等级1,运行时间为115,一次有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【运行时间控制】' }, { deviceType: '06', orderNum: 2, operateCode: '5104', tip: '鼠标左键点击,选择【1】', val: '1' }, { deviceType: '06', orderNum: 3, operateCode: '5101', tip: '鼠标左键点击,选择【115】', val: '115' }, { deviceType: '06', orderNum: 4, operateCode: '5103', tip: '鼠标左键点击,取消选择【一直有效】', val: 'false' }, { deviceType: '06', orderNum: 5, operateCode: '510', tip: '鼠标左键点击【确认】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0510', skinCode: '03', trainingName: '提前发车({10}-{12} 站台)', trainingRemark: '提前发车功能', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '501', tip: '鼠标右键菜单选择【提前发车】' }, { deviceType: '06', orderNum: 2, operateCode: '501', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0511', skinCode: '03', trainingName: '变通策略管理({10}-{12} 站台)', trainingRemark: '变通策略管理功能', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '511', tip: '鼠标右键菜单选择【变通策略管理】' }, { deviceType: '06', orderNum: 2, operateCode: '5111', tip: '鼠标左键点击,选择【无折返】', val: '01' }, { deviceType: '06', orderNum: 3, operateCode: '511', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0402', skinCode: '03', trainingName: '轨道切除({8}{9} 区段)', trainingRemark: '轨道切除功能', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '405', tip: '鼠标右键菜单选择【轨道切除】' }, { deviceType: '03', orderNum: 2, operateCode: '405', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0403', skinCode: '03', trainingName: '轨道激活({8}{9} 区段)', trainingRemark: '轨道激活功能', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '406', tip: '鼠标右键菜单选择【轨道激活】' }, { deviceType: '03', orderNum: 2, operateCode: '406', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0407', skinCode: '03', trainingName: '设置临时限速({8}{9} 区段)', trainingRemark: '设置临时限速功能(限速值:15)', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '407', tip: '鼠标右键菜单选择【设置临时限速】' }, { deviceType: '03', orderNum: 2, operateCode: '4076', tip: '鼠标左键选择【限速值15】', val: '15' }, { deviceType: '03', orderNum: 3, operateCode: '4071', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '03', orderNum: 4, operateCode: '4072', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '03', orderNum: 5, operateCode: '4073', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '03', orderNum: 6, operateCode: '4074', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '03', orderNum: 7, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0308', skinCode: '03', trainingName: '轨道切除({7} 道岔)', trainingRemark: '轨道切除功能', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '111', tip: '鼠标右键菜单选择【轨道切除】' }, { deviceType: '02', orderNum: 2, operateCode: '111', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0309', skinCode: '03', trainingName: '轨道激活({7} 道岔)', trainingRemark: '轨道激活功能', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '112', tip: '鼠标右键菜单选择【轨道激活】' }, { deviceType: '02', orderNum: 2, operateCode: '112', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0310', skinCode: '03', trainingName: '设置临时限速({7} 道岔)', trainingRemark: '设置临时限速功能(限速值 35 零点西上行公里标0 - 零点西上行公里标3000)', trainingType: '03', productTypes: ['01', '02'], // stepVOList: [ // { deviceType: '02', orderNum: 1, operateCode: '113', tip: '鼠标右键菜单选择【设置临时限速】' }, // { deviceType: '02', orderNum: 2, operateCode: '1131', tip: '鼠标左键选择【打开会话】' }, // { deviceType: '02', orderNum: 3, operateCode: '1132', tip: '选择【35】', val: '35' }, // { deviceType: '02', orderNum: 4, operateCode: '1134', tip: '选择【零点西上行】', val: '01' }, // { deviceType: '02', orderNum: 5, operateCode: '1135', tip: '输入0', val: '0' }, // { deviceType: '02', orderNum: 6, operateCode: '1136', tip: '选择【零点西上行】', val: '01' }, // { deviceType: '02', orderNum: 7, operateCode: '1137', tip: '输入3000', val: '3000' }, // { deviceType: '02', orderNum: 8, operateCode: '1138', tip: '鼠标左键点击【确认设备】', val: '35::01::0::01::3000' }, // { deviceType: '02', orderNum: 9, operateCode: '1139', tip: '鼠标左键点击【首次确认】' }, // { deviceType: '02', orderNum: 10, operateCode: '11310', tip: '选择【35】', val: '35' }, // { deviceType: '02', orderNum: 11, operateCode: '11311', tip: '选择【零点西上行】', val: '01' }, // { deviceType: '02', orderNum: 12, operateCode: '11312', tip: '选择【0】', val: '0' }, // { deviceType: '02', orderNum: 13, operateCode: '11313', tip: '选择【零点西上行】', val: '01' }, // { deviceType: '02', orderNum: 14, operateCode: '11314', tip: '选择【3000】', val: '3000' }, // { deviceType: '02', orderNum: 15, operateCode: '11315', tip: '鼠标左键点击【确认设备】' }, // { deviceType: '02', orderNum: 16, operateCode: '114', tip: '鼠标左键点击【确认发送】', val: '35::01::0::01::3000' }, // { deviceType: '02', orderNum: 17, operateCode: '11317', tip: '鼠标左键点击【关闭】' }, // { deviceType: '02', orderNum: 18, operateCode: '11318', tip: '鼠标左键点击【确认】' }, // ] stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '113', tip: '鼠标右键菜单选择【设置临时限速】' }, { deviceType: '02', orderNum: 2, operateCode: '1136', tip: '鼠标左键选择【限速值35】', val: '35' }, { deviceType: '02', orderNum: 3, operateCode: '1131', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '02', orderNum: 4, operateCode: '1132', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '02', orderNum: 5, operateCode: '1133', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '02', orderNum: 6, operateCode: '1134', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '02', orderNum: 7, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0201', skinCode: '03', trainingName: '排列进路({3} 进路)', trainingRemark: '排列进路功能', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '301', tip: '鼠标右键菜单选择【排列进路】' }, { deviceType: '04', orderNum: 2, operateCode: '3011', tip: '鼠标左键选择进路名称【{3}】', val: '{4}' }, { deviceType: '04', orderNum: 3, operateCode: '301', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0202', skinCode: '03', trainingName: '取消进路({3} 进路)', trainingRemark: '取消进路功能', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【取消进路】' }, { deviceType: '04', orderNum: 2, operateCode: '303', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 8, minDuration: 5, operateType: '0210', skinCode: '03', trainingName: '查询进路控制状态({5} 信号机)', trainingRemark: '查询进路控制状态功能', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '316', tip: '鼠标右键菜单选择【查询进路控制状态】' }, { deviceType: '04', orderNum: 2, operateCode: '316', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 8, minDuration: 5, operateType: '0208', skinCode: '03', trainingName: '进路交自动控({5} 信号机)', trainingRemark: '进路交自动控功能', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '315', tip: '鼠标右键菜单选择【进路交自动控】' }, { deviceType: '04', orderNum: 2, operateCode: '3151', tip: '鼠标左键选择【{5}】', val: '{6}' }, { deviceType: '04', orderNum: 3, operateCode: '315', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 8, minDuration: 5, operateType: '0209', skinCode: '03', trainingName: '进路交人工控({5} 信号机)', trainingRemark: '进路交人工控功能', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '314', tip: '鼠标右键菜单选择【进路交人工控】' }, { deviceType: '04', orderNum: 2, operateCode: '3141', tip: '鼠标左键选择【{5}】', val: '{6}' }, { deviceType: '04', orderNum: 3, operateCode: '314', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 8, minDuration: 5, operateType: '0206', skinCode: '03', trainingName: '信号重开({3} 进路)', trainingRemark: '信号重开功能', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '304', tip: '鼠标右键菜单选择【信号重开】' }, { deviceType: '04', orderNum: 2, operateCode: '304', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0801', skinCode: '03', trainingName: '全线取消临时限速', trainingRemark: '全线取消临时限速功能', trainingType: '08', productTypes: ['01', '02'], stepVOList: [ { deviceType: '10', orderNum: 1, operateCode: '800', tip: '鼠标右键菜单选择【取消全线临时限速】' }, { deviceType: '10', orderNum: 2, operateCode: '8001', tip: '鼠标左键点击【打开会话】按钮' }, { deviceType: '10', orderNum: 3, operateCode: '8003', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '10', orderNum: 4, operateCode: '8004', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '10', orderNum: 5, operateCode: '8005', tip: '鼠标左键点击【关闭】按钮' }, { deviceType: '10', orderNum: 6, operateCode: '8006', tip: '鼠标左键点击【确定】按钮' } ] } ] }, '04': { // 成都三号线 list: [ // 信号机列表 { maxDuration: 15, minDuration: 8, operateType: '0201', skinCode: '04', trainingName: '办理进路({3} 进路)', trainingRemark: '办理进路功能', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '301', tip: '鼠标右键菜单选择【办理进路】' }, { deviceType: '04', orderNum: 2, operateCode: '3011', tip: '鼠标左键选择进路名称【{3}】', val: '{4}' }, { deviceType: '04', orderNum: 3, operateCode: '301', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0201', skinCode: '04', trainingName: '办理进路({3} 进路)', trainingRemark: '办理进路功能', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: 'mbm', orderNum: 1, operateCode: '3010', tip: '鼠标左键点击【排列进路】' }, { deviceType: '04', orderNum: 2, operateCode: '3010', tip: '鼠标左键点击【{5}】', val: '{6}' }, { deviceType: '04', orderNum: 3, operateCode: '3010', tip: '鼠标左键点击【{5}】', val: '{6}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0207', skinCode: '04', trainingName: '办理引导进路({3})', trainingRemark: '进路办理信号引导', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '308', tip: '鼠标右键菜单选择【办理引导进路】' }, { deviceType: '04', orderNum: 2, operateCode: '3086', tip: '鼠标左键选择进路名称【{3}】', val: '{4}' }, // 进路编号值不正确 { deviceType: '04', orderNum: 3, operateCode: '308', tip: '鼠标左键点击【确认】按钮' } ] }, // { // maxDuration: 15, // minDuration: 8, // operateType: '0207', // skinCode: '04', // trainingName: '引导进路({3})', // trainingRemark: '进路办理信号引导', // trainingType: '02', // productTypes: ['01'], // stepVOList: [ // { deviceType: 'mbm', orderNum: 1, operateCode: '3080', tip: '鼠标左键点击【引导进路】' }, // { deviceType: '04', orderNum: 2, operateCode: '3080', tip: '鼠标左键点击【{5}】', val: '{6}' }, // 进路编号值不正确 // { deviceType: 'mbm', orderNum: 3, operateCode: '0011', tip: '输入密码123456,点击【确定】按钮' }, // { deviceType: '04', orderNum: 4, operateCode: '3080', tip: '鼠标左键点击【{5}】', val: '{6}' } // ] // }, { maxDuration: 15, minDuration: 8, operateType: '0202', skinCode: '04', trainingName: '取消进路({3} 进路)', trainingRemark: '取消进路功能', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【取消进路】' }, { deviceType: '04', orderNum: 2, operateCode: '303', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0202', skinCode: '04', trainingName: '总取消({3} 进路)', trainingRemark: '总取消功能', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: 'mbm', orderNum: 1, operateCode: '3030', tip: '鼠标左键点击【总取消】' }, { deviceType: '04', orderNum: 2, operateCode: '3030', tip: '鼠标左键点击【{5}】按钮', val: '{6}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0215', // 新增数据字典code skinCode: '04', trainingName: '总人解({3})', trainingRemark: '总人解', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '305', tip: '鼠标右键菜单选择【总人解】' }, { deviceType: '04', orderNum: 2, operateCode: '305', tip: '鼠标左键点击【确定】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '3051', tip: '输入密码123456,点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0215', // 新增数据字典code skinCode: '04', trainingName: '总人解({3})', trainingRemark: '总人解', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: 'mbm', orderNum: 1, operateCode: '3050', tip: '鼠标左键点击【总人解】' }, { deviceType: 'mbm', orderNum: 2, operateCode: '0011', tip: '输入密码123456,点击【确定】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '3050', tip: '鼠标左键点击【{5}】', val: '{6}' } ] }, { maxDuration: 8, minDuration: 5, operateType: '0206', skinCode: '04', trainingName: '信号重开({3} 进路)', trainingRemark: '信号重开功能', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '304', tip: '鼠标右键菜单选择【信号重开】' }, { deviceType: '04', orderNum: 2, operateCode: '304', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0203', skinCode: '04', trainingName: '信号封锁({5})', trainingRemark: '信号封闭', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '306', tip: '鼠标右键菜单选择【信号封闭】' }, { deviceType: '04', orderNum: 2, operateCode: '306', tip: '鼠标左键点击【确定】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '3061', tip: '输入密码123456,点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0203', skinCode: '04', trainingName: '信号封锁({5})', trainingRemark: '信号封锁功能', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: 'mbm', orderNum: 1, operateCode: '2991', tip: '鼠标左键菜单选择【封锁】' }, { deviceType: '04', orderNum: 1, operateCode: '2991', tip: '鼠标左键点击【{5}】', val: '{6}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0204', skinCode: '04', trainingName: '信号解封({5})', trainingRemark: '信号解封', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '307', tip: '鼠标右键菜单选择【信号解封】' }, { deviceType: '04', orderNum: 2, operateCode: '307', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '3072', tip: '输入密码123456,点击【确认】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0204', skinCode: '04', trainingName: '信号解封({5})', trainingRemark: '信号解封功能', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: 'mbm', orderNum: 1, operateCode: '2992', tip: '鼠标左键菜单选择【解封】' }, { deviceType: 'mbm', orderNum: 2, operateCode: '0011', tip: '输入密码123456,点击【确认】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '2992', tip: '鼠标左键点击【{5}】', val: '{6}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0208', skinCode: '04', trainingName: '进路收人工控({5})', trainingRemark: '进路收人工控', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '314', tip: '鼠标右键菜单选择【进路收人工控】' }, { deviceType: '04', orderNum: 2, operateCode: '3141', tip: '鼠标左键选择进路名称【{3}】', val: '{4}' }, { deviceType: '04', orderNum: 3, operateCode: '314', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0208', skinCode: '04', trainingName: '人工控({5})', trainingRemark: '人工控', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: 'mbm', orderNum: 1, operateCode: '3140', tip: '鼠标左键点击【人工控】' }, { deviceType: '04', orderNum: 2, operateCode: '3140', tip: '鼠标左键点击【{3}】', val: '{4}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0209', skinCode: '04', trainingName: '进路交自动控({5})', trainingRemark: '进路交自动控', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '315', tip: '鼠标右键菜单选择【进路交自动控】' }, { deviceType: '04', orderNum: 2, operateCode: '3151', tip: '鼠标左键选择进路名称【{3}】', val: '{4}' }, { deviceType: '04', orderNum: 3, operateCode: '315', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0209', skinCode: '04', trainingName: '自动控({5})', trainingRemark: '自动控', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: 'mbm', orderNum: 1, operateCode: '3150', tip: '鼠标左键点击【自动控】' }, { deviceType: '04', orderNum: 2, operateCode: '3150', tip: '鼠标左键点击【{3}】', val: '{4}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0210', skinCode: '04', trainingName: '查询进路控制状态({5})', trainingRemark: '查询进路控制状态', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '316', tip: '鼠标右键菜单选择【查询进路控制模式】' }, { deviceType: '04', orderNum: 2, operateCode: '000', tip: '鼠标左键点击【关闭】按钮' } ] }, // 道岔列表 { maxDuration: 15, minDuration: 8, operateType: '0312', // 0312 新增定位字典 skinCode: '04', trainingName: '单操到定位({7})', trainingRemark: '单操到定位({15})', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '101', tip: '鼠标右键菜单选择【单操到定位】' }, { deviceType: '02', orderNum: 2, operateCode: '101', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0313', skinCode: '04', trainingName: '单操到定位({7})', trainingRemark: '单操到定位({7})', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '1010', tip: '鼠标左键菜单选择【道岔定操】' }, { deviceType: '02', orderNum: 2, operateCode: '1010', tip: '鼠标左键点击【{7}】按钮', val: '{17}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0313', // 0313 新增定位字典 skinCode: '04', trainingName: '单操到反位({7})', trainingRemark: '单操到反位({7})', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '102', tip: '鼠标右键菜单选择【单操到反位】' }, { deviceType: '02', orderNum: 2, operateCode: '102', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0313', skinCode: '04', trainingName: '单操到反位({7})', trainingRemark: '单操到反位({7})', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '1020', tip: '鼠标左键菜单选择【道岔反操】' }, { deviceType: '02', orderNum: 2, operateCode: '1020', tip: '鼠标左键点击【{7}】按钮', val: '{17}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0301', skinCode: '04', trainingName: '道岔单锁({7})', trainingRemark: '道岔单锁功能', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '103', tip: '鼠标右键菜单选择【道岔单锁】' }, { deviceType: '02', orderNum: 2, operateCode: '103', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0301', skinCode: '04', trainingName: '道岔单锁({7})', trainingRemark: '道岔单锁功能', trainingType: '03', productTypes: ['01'], // 现地操作 stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '1030', tip: '鼠标左键菜单选择【道岔单锁】' }, { deviceType: '02', orderNum: 2, operateCode: '1030', tip: '鼠标左键点击【{{7}}】', val: '{17}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0302', skinCode: '04', trainingName: '道岔解锁({7})', trainingRemark: '道岔解锁功能', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '104', tip: '鼠标右键菜单选择【道岔解锁】' }, { deviceType: '02', orderNum: 5, operateCode: '104', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0305', skinCode: '04', trainingName: '道岔解锁({7})', trainingRemark: '道岔解锁功能', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '1040', tip: '鼠标左键菜单选择【道岔解锁】' }, { deviceType: '02', orderNum: 2, operateCode: '0011', tip: '输入密码123456,点击【确认】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '1040', tip: '鼠标左键点击【{7}】按钮', val: '{17}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0303', skinCode: '04', trainingName: '道岔封锁({7})', trainingRemark: '道岔封锁功能', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '105', tip: '鼠标右键菜单选择【道岔封锁】' }, { deviceType: '02', orderNum: 2, operateCode: '105', tip: '鼠标左键点击【确定】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '1051', tip: '输入密码123456,点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0305', skinCode: '04', trainingName: '道岔封锁({7})', trainingRemark: '道岔封锁功能', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '2991', tip: '鼠标左键菜单选择【封锁】' }, { deviceType: '02', orderNum: 2, operateCode: '2991', tip: '鼠标左键点击【{7}】按钮', val: '{17}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0304', skinCode: '04', trainingName: '道岔解封({7})', trainingRemark: '道岔解封功能', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '106', tip: '鼠标右键菜单选择【道岔解封】' }, { deviceType: '02', orderNum: 2, operateCode: '106', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '1062', tip: '输入密码123456,点击【确认】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0305', skinCode: '04', trainingName: '道岔解封({7})', trainingRemark: '道岔解封功能', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '2992', tip: '鼠标左键菜单选择【解封】' }, { deviceType: '02', orderNum: 2, operateCode: '0011', tip: '输入密码123456,点击【确认】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '2992', tip: '鼠标左键点击【{7}】按钮', val: '{17}' } ] }, { maxDuration: 20, minDuration: 10, operateType: '0306', skinCode: '04', trainingName: '区故解({7})', trainingRemark: '道岔区段故障解锁功能', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '109', tip: '鼠标右键菜单选择【区故解】' }, { deviceType: '02', orderNum: 2, operateCode: '109', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '1092', tip: '输入密码123456,点击【确认】按钮' } ] }, // 区段列表 { maxDuration: 15, minDuration: 8, operateType: '0401', skinCode: '04', trainingName: '区故解({8}{9})', trainingRemark: '故障解锁功能', trainingType: '04', productTypes: ['02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '402', tip: '鼠标右键菜单选择【区故解】' }, { deviceType: '03', orderNum: 2, operateCode: '402', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '4023', tip: '输入密码123456,点击【确认】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0401', skinCode: '04', trainingName: '区故解({9})', trainingRemark: '故障解锁功能', trainingType: '04', productTypes: ['01'], stepVOList: [ { deviceType: 'mbm', orderNum: 1, operateCode: '4020', tip: '鼠标右键菜单选择【区故解】' }, { deviceType: 'mbm', orderNum: 2, operateCode: '0011', tip: '输入密码123456,点击【确认】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '4020', tip: '鼠标左键点击【{9}】', val: '{18}' }, { deviceType: 'mbm', orderNum: 4, operateCode: '00012', tip: '鼠标左键点击【清除】' } ] }, { maxDuration: 15, // 自动生成实训失败 minDuration: 8, operateType: '0409', skinCode: '04', trainingName: '属性({8}{9})', trainingRemark: '区段详情({8}{9})', trainingType: '04', productTypes: ['02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '410', tip: '鼠标右键菜单选择【属性】' }, { deviceType: '03', orderNum: 2, operateCode: '410', tip: '鼠标左键点击【确认】按钮' } ] }, // 站台列表 { maxDuration: 15, minDuration: 8, operateType: '0501', skinCode: '04', trainingName: '设置扣车({10}-{12}站台)', trainingRemark: '设置扣车功能', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '504', tip: '鼠标右键菜单选择【设置扣车】' }, { deviceType: '06', orderNum: 2, operateCode: '504', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0502', skinCode: '04', trainingName: '取消扣车({10}-{12}站台)', trainingRemark: '设置取消扣车功能', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '505', tip: '鼠标右键菜单选择【取消扣车】' }, { deviceType: '06', orderNum: 2, operateCode: '505', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0502', skinCode: '04', trainingName: '取消扣车({10}-{12}站台)', trainingRemark: '设置取消扣车功能(上行全线)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '505', tip: '鼠标右键菜单选择【取消扣车】' }, { deviceType: '06', orderNum: 2, operateCode: '5051', tip: '鼠标左键点击【上行全线】按钮', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '508', tip: '鼠标左键点击【确定】按钮', val: '02' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0505', skinCode: '04', trainingName: '设置跳停({10}-{12}站台)', trainingRemark: '设置跳停功能', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '502', tip: '鼠标右键菜单选择【跳停】' }, { deviceType: '06', orderNum: 2, operateCode: '502', tip: '鼠标左键点击【确定】按钮', val: '{11}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0506', skinCode: '04', trainingName: '取消跳停({10}-{12}站台)', trainingRemark: '设置取消跳停功能', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '503', tip: '鼠标右键菜单选择【取消跳停】' }, { deviceType: '06', orderNum: 2, operateCode: '503', tip: '鼠标左键点击【确定】按钮', val: '{11}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '04', trainingName: '设置停站时间({10}-{12}站台)', trainingRemark: '设置停站时间(自动, 一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【设置停站时间】' }, { deviceType: '06', orderNum: 2, operateCode: '5093', tip: '鼠标左键点击,选择【自动】', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '509', tip: '鼠标左键点击【确认】按钮', val: '01::0::true' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '04', trainingName: '设置停站时间({10}-{12}站台)', trainingRemark: '设置停站时间(人工, 20秒, 一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【设置停站时间】' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: '鼠标左键点击,选择【人工】', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '5094', tip: '输入或鼠标点击,调整为【20】', val: '20' }, { deviceType: '06', orderNum: 4, operateCode: '5093', tip: '标左键点击,选择【一直有效】', val: '02' }, { deviceType: '06', orderNum: 5, operateCode: '509', tip: '鼠标左键点击【确认】按钮', val: '02::20::true' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '04', trainingName: '设置停站时间({10}-{12}站台)', trainingRemark: '设置停站时间(人工, 20秒, 一次有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: '鼠标右键菜单选择【设置停站时间】' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: '鼠标左键点击,选择【人工】', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '5094', tip: '输入或鼠标点击,调整为【20】', val: '20' }, { deviceType: '06', orderNum: 4, operateCode: '509', tip: '鼠标左键点击【确认】按钮', val: '02::20::false' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0509', skinCode: '04', trainingName: '设置站间运行等级({10}-{12}站台)', trainingRemark: '设置站间运行等级(自动, 一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【设置站间运行等级】' }, { deviceType: '06', orderNum: 2, operateCode: '5107', tip: '标左键点击,选择【一直有效】', val: '02' }, { deviceType: '06', orderNum: 4, operateCode: '510', tip: '鼠标左键点击【确认】按钮', val: '01::01::true' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0509', skinCode: '04', trainingName: '设置站间运行等级({10}-{12}站台)', trainingRemark: '设置站间运行等级(人工, 常速, 一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【设置站间运行等级】' }, { deviceType: '06', orderNum: 2, operateCode: '5106', tip: '鼠标左键点击,选择【人工】', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '5107', tip: '鼠标左键点击,取消选择【一直有效】', val: '02' }, { deviceType: '06', orderNum: 4, operateCode: '510', tip: '鼠标左键点击【确认】按钮', val: '02::01::true' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0509', skinCode: '04', trainingName: '设置站间运行等级({10}-{12}站台)', trainingRemark: '设置站间运行等级(人工, 常速, 一次有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【设置站间运行等级】' }, { deviceType: '06', orderNum: 2, operateCode: '5106', tip: '鼠标左键点击,选择【人工】', val: '02' }, { deviceType: '06', orderNum: 4, operateCode: '510', tip: '鼠标左键点击【确认】按钮', val: '02::01::false' } ] }, { maxDuration: 8, // 自动生成实训失败 minDuration: 5, operateType: '0507', skinCode: '04', trainingName: '属性({10}-{12}站台)', trainingRemark: '查询站台状态功能', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '507', tip: '鼠标右键菜单选择【属性】' }, { deviceType: '06', orderNum: 2, operateCode: '0012', tip: '鼠标左键点击【退出】按钮' } ] } ] }, '05': { // 国际版线 list: [ { maxDuration: 20, minDuration: 15, operateType: '0103', skinCode: '05', trainingName: 'Switch to central control ({1})', trainingRemark: 'Control permission conversion, switch station control to central control', trainingType: '01', productTypes: ['02'], stepVOList: [ { deviceType: 'bar', orderNum: 1, operateCode: '0024', tip: 'Left click the menu bar [control mode conversion]on the top' }, { deviceType: 'bar', orderNum: 2, operateCode: '2041', tip: 'Left click [switch to central control] ' }, { deviceType: '05', orderNum: 3, operateCode: '2042', tip: 'Left click to select the control area to be converted【{1}】', val: '{2}' }, { deviceType: '05', orderNum: 4, operateCode: '204', tip: 'Left click [request to central control] ', val: '{2}' }, { deviceType: '05', orderNum: 5, operateCode: '2043', tip: 'Left click [confirm]', val: '{2}' }, { deviceType: '05', orderNum: 6, operateCode: '0013', tip: 'Left click [confirm]' }, { deviceType: 'bar', orderNum: 7, operateCode: '000', tip: 'Left click [close] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0101', skinCode: '05', trainingName: 'Switch to station control ({1})', trainingRemark: 'Control permission conversion, Force to station control', trainingType: '01', productTypes: ['01'], stepVOList: [ { deviceType: 'bar', orderNum: 1, operateCode: '0024', tip: 'Left click the menu bar [control mode conversion]on the top' }, { deviceType: 'bar', orderNum: 2, operateCode: '2021', tip: 'Left click [switch to station control' }, { deviceType: '05', orderNum: 3, operateCode: '2022', tip: 'Left click to select the control area to be converted【{1}】', val: '{2}' }, { deviceType: '05', orderNum: 4, operateCode: '202', tip: 'Left click [request to station control', val: '{2}' }, { deviceType: '05', orderNum: 5, operateCode: '2023', tip: 'Left click [confirm] ', val: '{2}' }, { deviceType: '05', orderNum: 6, operateCode: '0013', tip: 'Left click [confirm] ' }, { deviceType: 'bar', orderNum: 7, operateCode: '000', tip: 'Left click [close] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0102', skinCode: '05', trainingName: 'Force to station control ({1})', trainingRemark: 'Control permission conversion,Force to station control', trainingType: '01', productTypes: ['01'], stepVOList: [ { deviceType: 'bar', orderNum: 1, operateCode: '0024', tip: 'Left click the menu bar [control mode conversion]on the top' }, { deviceType: 'bar', orderNum: 2, operateCode: '2034', tip: 'Left click[Force to station control]' }, { deviceType: 'bar', orderNum: 3, operateCode: '2035', tip: 'Left click to input the password [123456],then left click the [confirm]' }, { deviceType: '05', orderNum: 4, operateCode: '2032', tip: 'Left click to select the control area to be converted【{1}】', val: '{2}' }, { deviceType: '05', orderNum: 5, operateCode: '203', tip: 'Left click [Foece to station control', val: '{2}' }, { deviceType: '05', orderNum: 6, operateCode: '2033', tip: 'Left click [confirm] ', val: '{2}' }, { deviceType: '05', orderNum: 7, operateCode: '0013', tip: 'Left click [confirm] ' }, { deviceType: 'bar', orderNum: 8, operateCode: '000', tip: 'Left click [close] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0501', skinCode: '05', trainingName: 'Detain Train({10}-{12}station)', trainingRemark: 'Set the detaining function', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '504', tip: 'Right click to select [Detain Train]' }, { deviceType: '06', orderNum: 2, operateCode: '504', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0502', skinCode: '05', trainingName: 'Cancel Detaining({10}-{12}The platform)', trainingRemark: 'Set cancelling detaining function', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '505', tip: 'Right click to select [Cancel Detaining]]' }, { deviceType: '06', orderNum: 2, operateCode: '505', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0503', skinCode: '05', trainingName: 'Force Canceling Detaining({10}-{12}The platform)', trainingRemark: 'Force to cancel train detaining function', trainingType: '05', productTypes: ['01'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '506', tip: 'Right click to select [Force Canceling Detaining]' }, { deviceType: '06', orderNum: 2, operateCode: '506', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0504', skinCode: '05', trainingName: 'Cancel train detaining along the whole line({10}-{12}The platform)', trainingRemark: 'Cancel train detaining along the whole line (default the whole uplink and downlink )', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '508', tip: 'Right click to select [Cancel train detaining along the whole line]' }, { deviceType: '06', orderNum: 2, operateCode: '508', tip: 'Left click [confirm] ', val: '{11}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0504', skinCode: '05', trainingName: 'Cancel train detaining along the whole line({10}-{12}The platform)', trainingRemark: 'Cancel train detaining along the whole line (select the uplink or downlink ))', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '508', tip: 'Right click to select [Cancel train detaining along the whole line]' }, { deviceType: '06', orderNum: 2, operateCode: '5081', tip: 'Right click to select[{14}the whole line', val: '{13}' }, { deviceType: '06', orderNum: 3, operateCode: '508', tip: 'Left click [confirm]', val: '{13}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0505', skinCode: '05', trainingName: 'Skip this station to continue moving({10}-{12}The platform)', trainingRemark: 'Set the skip to continue moving function', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '502', tip: 'Right click to select [Skip this station to continue moving]' }, { deviceType: '06', orderNum: 2, operateCode: '502', tip: 'Left click [confirm]', val: '{11}' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0506', skinCode: '05', trainingName: 'Cancel skiping({10}-{12}The platform)', trainingRemark: 'Set cancelling skiping function', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '503', tip: 'Right click to select [Cancel skiping]' }, { deviceType: '06', orderNum: 2, operateCode: '503', tip: 'Left click [confirm]', val: '{11}' } ] }, { maxDuration: 8, minDuration: 5, operateType: '0507', skinCode: '05', trainingName: 'Query Platform status({10}-{12}The platform)', trainingRemark: 'Query platform status function', trainingType: '05', productTypes: ['01', '02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '507', tip: 'Right click to select [Query Platform status]' }, { deviceType: '06', orderNum: 2, operateCode: '0012', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '05', trainingName: 'Set the stop time({10}-{12}The platform)', trainingRemark: 'Set the stop time (auto, permanent validity)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: 'Right click to select [Set the stop time]' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: 'Left click to select [auto]', val: '01' }, { deviceType: '06', orderNum: 3, operateCode: '509', tip: 'Left click [confirm] ', val: '01::20::true' }, { deviceType: '06', orderNum: 4, operateCode: '5091', tip: 'Left click [confirm] ', val: '01::20::true' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '05', trainingName: 'Set the stop time({10}-{12}The platform)', trainingRemark: 'Set the stop time (manual, 20 seconds, permanent validity)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: 'Right click to select [Set the stop time]' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: 'Left click to select [manual]', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '5094', tip: 'Set time [20]', val: '20' }, { deviceType: '06', orderNum: 4, operateCode: '509', tip: 'Left click [confirm] ', val: '02::20::true' }, { deviceType: '06', orderNum: 5, operateCode: '5091', tip: 'Left click [confirm]', val: '02::20::true' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0508', skinCode: '05', trainingName: 'Set the stop time({10}-{12}The platform)', trainingRemark: 'Set the stop time (manual, 20 seconds, once valid )', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '509', tip: 'Right click to select [Set the stop time]' }, { deviceType: '06', orderNum: 2, operateCode: '5092', tip: 'Left click to select [manual]', val: '02' }, { deviceType: '06', orderNum: 3, operateCode: '5094', tip: 'Set time [20]', val: '20' }, { deviceType: '06', orderNum: 4, operateCode: '5093', tip: 'Left click to select "once valid ".', val: 'false' }, { deviceType: '06', orderNum: 5, operateCode: '509', tip: 'Left click [confirm] ', val: '02::20::false' }, { deviceType: '06', orderNum: 6, operateCode: '5091', tip: 'Left click [confirm] ', val: '02::20::false' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0509', skinCode: '05', trainingName: 'Set Operation speed Level({10}-{12}The platform)', trainingRemark: 'Set Operation speed Level(set the interval running time to 60, permanent validity)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '510', tip: 'Right click to select [Set Operation speed Level]' }, { deviceType: '06', orderNum: 2, operateCode: '5101', tip: 'Left click to select [60]', val: '60' }, { deviceType: '06', orderNum: 3, operateCode: '510', tip: 'Left click [confirm] ', val: '60::true' }, { deviceType: '06', orderNum: 4, operateCode: '5102', tip: 'Left click [confirm] ', val: '60::true' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0509', skinCode: '05', trainingName: 'Set Operation speed Level({10}-{12}The platform)', trainingRemark: 'Set Operation speed Level (set the interval running time to 60, once valid )', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '510', tip: 'Right click to select [Set Operation speed Level]' }, { deviceType: '06', orderNum: 2, operateCode: '5101', tip: 'Left click to select [60]', val: '60' }, { deviceType: '06', orderNum: 3, operateCode: '5103', tip: 'Left click to cancel [permanent validity].', val: 'false' }, { deviceType: '06', orderNum: 4, operateCode: '510', tip: 'Left click [confirm] ', val: '60::false' }, { deviceType: '06', orderNum: 5, operateCode: '5102', tip: 'Left click [confirm] ', val: '60::false' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0510', skinCode: '05', trainingName: 'Set departure in advance({10}-{12}The platform)', trainingRemark: 'Set departure inadvance function', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '501', tip: 'Right click to select [Set departure in advance]' }, { deviceType: '06', orderNum: 2, operateCode: '501', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0511', skinCode: '05', trainingName: 'Manual return strategy setting({10}-{12}The platform)', trainingRemark: 'Manual return strategy setting function', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '511', tip: 'Right click to select [Manual return strategy setting]' }, { deviceType: '06', orderNum: 2, operateCode: '5111', tip: 'Left click to select [No return]".', val: '01' }, { deviceType: '06', orderNum: 3, operateCode: '511', tip: 'Left click [confirm] ', val: '01' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0401', skinCode: '05', trainingName: 'Section fault unlocking({8}{9})', trainingRemark: 'Fault unlocking', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '402', tip: 'Right click to select [Section fault unlocking]' }, { deviceType: '03', orderNum: 2, operateCode: '4026', tip: 'Left click [Execute] ' }, { deviceType: '03', orderNum: 3, operateCode: '4024', tip: 'Left click [ok 1] ' }, { deviceType: '03', orderNum: 4, operateCode: '4025', tip: 'Left click [ok 2] ' }, { deviceType: '03', orderNum: 5, operateCode: '001', tip: 'Left click [close] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0402', skinCode: '05', trainingName: 'Section resection({8}{9})', trainingRemark: 'Section resection', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '405', tip: 'Right click to select [Section resection]' }, { deviceType: '03', orderNum: 2, operateCode: '405', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0403', skinCode: '05', trainingName: 'Section activation({8}{9})', trainingRemark: 'Section activation function', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '406', tip: 'Right click to select [Section activation]' }, { deviceType: '03', orderNum: 2, operateCode: '406', tip: 'Left click [confirm]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0404', skinCode: '05', trainingName: 'Axis pre-reset({8}{9})', trainingRemark: 'Axis pre-reset function', trainingType: '04', productTypes: ['01'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '409', tip: 'Right click to select [Axis pre-reset]' }, { deviceType: '03', orderNum: 2, operateCode: '4091', tip: 'Left click [Execute]' }, { deviceType: '03', orderNum: 3, operateCode: '4093', tip: 'Left click [confirm1]' }, { deviceType: '03', orderNum: 4, operateCode: '4094', tip: 'Left click [confirm2]' }, { deviceType: '03', orderNum: 5, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0405', skinCode: '05', trainingName: 'Section blockade({8}{9})', trainingRemark: 'Section blockade function', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '403', tip: 'Right click to select [Section blockade]' }, { deviceType: '03', orderNum: 2, operateCode: '403', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0406', skinCode: '05', trainingName: 'Section unblockade({8}{9})', trainingRemark: 'Section unblockade function', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '404', tip: 'Right click to select [Section unblockade]' }, { deviceType: '03', orderNum: 2, operateCode: '4041', tip: 'Left click [Execute]' }, { deviceType: '03', orderNum: 3, operateCode: '4043', tip: 'Left click [confirm1]' }, { deviceType: '03', orderNum: 4, operateCode: '4044', tip: 'Left click [confirm2]' }, { deviceType: '03', orderNum: 5, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0407', skinCode: '05', trainingName: 'Set speed limit on the section({8}{9})', trainingRemark: 'Set speed limit on the section (speed limit value: 5)', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '407', tip: 'Right click to select [Set speed limit on the section]' }, { deviceType: '03', orderNum: 2, operateCode: '4076', tip: 'Left click to select [speed limit 5] ', val: '5' }, { deviceType: '03', orderNum: 3, operateCode: '4071', tip: 'Left click [Execute]' }, { deviceType: '03', orderNum: 4, operateCode: '4072', tip: 'Left click [confirm]' }, { deviceType: '03', orderNum: 5, operateCode: '4073', tip: 'Left click [confirm1]' }, { deviceType: '03', orderNum: 6, operateCode: '4074', tip: 'Left click [confirm2]', val: '5' }, { deviceType: '03', orderNum: 7, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0408', skinCode: '05', trainingName: 'Cancel speed limit on the section({8}{9})', trainingRemark: 'Cancel speed limit on the section', trainingType: '04', productTypes: ['01', '02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '408', tip: 'Right click to select [Cancel speed limit on the section]' }, { deviceType: '03', orderNum: 2, operateCode: '4081', tip: 'Left click [Execute]' }, { deviceType: '03', orderNum: 3, operateCode: '4082', tip: 'Left click [confirm] ' }, { deviceType: '03', orderNum: 4, operateCode: '4083', tip: 'Left click [confirm1]' }, { deviceType: '03', orderNum: 5, operateCode: '4084', tip: 'Left click [confirm2]', val: '5' }, { deviceType: '03', orderNum: 6, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0301', skinCode: '05', trainingName: 'Single lock of turnout({7})', trainingRemark: 'Single lock of turnout', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '103', tip: 'Right click to select [Single lock of turnout]' }, { deviceType: '02', orderNum: 2, operateCode: '103', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0302', skinCode: '05', trainingName: 'Single release of turnout({7})', trainingRemark: 'Single release of turnout', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '104', tip: 'Right click to select [Single release of turnout]' }, { deviceType: '02', orderNum: 2, operateCode: '1041', tip: 'Left click [Execute]' }, { deviceType: '02', orderNum: 3, operateCode: '1043', tip: 'Left click [confirm1] ' }, { deviceType: '02', orderNum: 4, operateCode: '1044', tip: 'Left click [confirm2] ' }, { deviceType: '02', orderNum: 5, operateCode: '001', tip: 'Left click [close] '} ] }, { maxDuration: 15, minDuration: 8, operateType: '0303', skinCode: '05', trainingName: 'Turnout section closure({7})', trainingRemark: 'Turnout section closure ', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '105', tip: 'Right click to select [Turnout section closure]' }, { deviceType: '02', orderNum: 2, operateCode: '105', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0304', skinCode: '05', trainingName: 'Turnout section unsealing({7})', trainingRemark: 'Turnout section unsealing function', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '106', tip: 'Right click to select [Turnout section unsealing]' }, { deviceType: '02', orderNum: 2, operateCode: '1061', tip: 'Left click [Execute]' }, { deviceType: '02', orderNum: 3, operateCode: '1063', tip: 'Left click [confirm1]' }, { deviceType: '02', orderNum: 4, operateCode: '1064', tip: 'Left click [confirm2]' }, { deviceType: '02', orderNum: 5, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0305', skinCode: '05', trainingName: 'Turnout rotation({7})', trainingRemark: 'Turnout rotation({15}turn{16})', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '107', tip: 'Right click to select [Turnout rotation]' }, { deviceType: '02', orderNum: 2, operateCode: '107', tip: 'Left click [confirm] ' } ] }, { maxDuration: 20, minDuration: 10, operateType: '0306', skinCode: '05', trainingName: 'Turnout section fault unlocking({7})', trainingRemark: 'Turnout section fault unlocking function', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '109', tip: 'Right click to select [Turnout section fault unlocking]' }, { deviceType: '02', orderNum: 2, operateCode: '1091', tip: 'Left click [Execute]' }, { deviceType: '02', orderNum: 3, operateCode: '1093', tip: 'Left click [confirm1]' }, { deviceType: '02', orderNum: 4, operateCode: '1094', tip: 'Left click [confirm2]' }, { deviceType: '02', orderNum: 5, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0307', skinCode: '05', trainingName: 'Turnout section axile pre reset({7})', trainingRemark: 'Turnout section axile pre reset function', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '110', tip: 'Right click to select [Turnout section axile pre reset]' }, { deviceType: '02', orderNum: 2, operateCode: '1101', tip: 'Left click [Execute]' }, { deviceType: '02', orderNum: 3, operateCode: '1103', tip: 'Left click [confirm1]' }, { deviceType: '02', orderNum: 4, operateCode: '1104', tip: 'Left click [confirm2]' }, { deviceType: '02', orderNum: 5, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0308', skinCode: '05', trainingName: 'Section resection({7})', trainingRemark: 'Section resection', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '111', tip: 'Right click to select [Section resection]' }, { deviceType: '02', orderNum: 2, operateCode: '111', tip: 'Left click [confirm]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0309', skinCode: '05', trainingName: 'Section activation({7})', trainingRemark: 'Section activation function', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '112', tip: 'Right click to select [Section activation]' }, { deviceType: '02', orderNum: 2, operateCode: '112', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0310', skinCode: '05', trainingName: 'Set speed limit on the turnout section({7})', trainingRemark: 'Set speed limit on the section (speed limit value: 5)', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '113', tip: 'Right click to select [Set speed limit on the turnout section]' }, { deviceType: '02', orderNum: 2, operateCode: '1136', tip: 'Left click to select [speed limit 5] ', val: '5' }, { deviceType: '02', orderNum: 3, operateCode: '1131', tip: 'Left click [Execute]' }, { deviceType: '02', orderNum: 4, operateCode: '1132', tip: 'Left click [confirm]' }, { deviceType: '02', orderNum: 5, operateCode: '1133', tip: 'Left click [confirm1]' }, { deviceType: '02', orderNum: 6, operateCode: '1134', tip: 'Left click [confirm2]', val: '5' }, { deviceType: '02', orderNum: 7, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0311', skinCode: '05', trainingName: 'Cancel speed limit on the turnout section({7})', trainingRemark: 'Cancel speed limit on the turnout section', trainingType: '03', productTypes: ['01', '02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '114', tip: 'Right click to select [Cancel speed limit on the turnout section]' }, { deviceType: '02', orderNum: 2, operateCode: '1141', tip: 'Left click [Execute]' }, { deviceType: '02', orderNum: 3, operateCode: '1142', tip: 'Left click [confirm] ' }, { deviceType: '02', orderNum: 4, operateCode: '1143', tip: 'Left click [confirm1]' }, { deviceType: '02', orderNum: 5, operateCode: '1144', tip: 'Left click [confirm2]', val: '5' }, { deviceType: '02', orderNum: 6, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0201', skinCode: '05', trainingName: 'Route selection({3})', trainingRemark: 'Route selection', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '301', tip: 'Right click to select [Route selection]' }, { deviceType: '04', orderNum: 2, operateCode: '3011', tip: 'Left click to select the route name【{3}】', val: '{4}' }, { deviceType: '04', orderNum: 3, operateCode: '301', tip: 'Left click [confirm] ' }, { deviceType: '04', orderNum: 4, operateCode: '3012', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0202', skinCode: '05', trainingName: 'Cancel the route({3})', trainingRemark: 'Cancel the route', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '303', tip: 'Right click to select [Cancel the route]' }, { deviceType: '04', orderNum: 2, operateCode: '303', tip: 'Left click [confirm] ' }, { deviceType: '04', orderNum: 3, operateCode: '3031', tip: 'Left click [confirm]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0202', skinCode: '05', trainingName: 'Cancel the route({3})', trainingRemark: 'Cancel the route', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '303', tip: 'Right click to select [Cancel the route]' }, { deviceType: '04', orderNum: 2, operateCode: '303', tip: 'Left click [confirm]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0203', skinCode: '05', trainingName: 'Signal closure({5})', trainingRemark: 'Signal closure', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '306', tip: 'Right click to select [Signal closure]' }, { deviceType: '04', orderNum: 2, operateCode: '306', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0204', skinCode: '05', trainingName: 'Signal unsealing({5})', trainingRemark: 'Signal unsealing', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '307', tip: 'Right click to select [Signal unsealing]' }, { deviceType: '04', orderNum: 2, operateCode: '3071', tip: 'Left click [Execute]' }, { deviceType: '04', orderNum: 3, operateCode: '3072', tip: 'Left click [confirm]' }, { deviceType: '04', orderNum: 4, operateCode: '3073', tip: 'Left click [confirm1]' }, { deviceType: '04', orderNum: 5, operateCode: '3074', tip: 'Left click [confirm2]' }, { deviceType: '04', orderNum: 6, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0205', skinCode: '05', trainingName: 'Signal Off({3})', trainingRemark: 'Signal Off', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '313', tip: 'Right click to select [Signal Off]' }, { deviceType: '04', orderNum: 2, operateCode: '313', tip: 'Left click [confirm]' }, { deviceType: '04', orderNum: 3, operateCode: '3131', tip: 'Left click [confirm]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0206', skinCode: '05', trainingName: 'Signal reopen({3})', trainingRemark: 'Signal reopen', trainingType: '02', productTypes: ['01', '02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '304', tip: 'Right click to select [Signal reopen]' }, { deviceType: '04', orderNum: 2, operateCode: '304', tip: 'Left click [confirm]' }, { deviceType: '04', orderNum: 3, operateCode: '3041', tip: 'Left click [confirm]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0207', skinCode: '05', trainingName: 'Guide route handling({3})', trainingRemark: 'Guide route handling', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '308', tip: 'Right click to select [Guide route handling]' }, { deviceType: '04', orderNum: 2, operateCode: '3081', tip: 'Left click [Execute]' }, { deviceType: '04', orderNum: 3, operateCode: '3083', tip: 'Left click [confirm1]' }, { deviceType: '04', orderNum: 4, operateCode: '3084', tip: 'Left click [confirm2]' }, { deviceType: '04', orderNum: 5, operateCode: '001', tip: 'Left click [close]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0208', skinCode: '05', trainingName: 'Start automatic routing({5})', trainingRemark: 'Start automatic routing', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '315', tip: 'Right click to select [Start automatic routing]' }, { deviceType: '04', orderNum: 2, operateCode: '3151', tip: 'Left click to select the route based on the manual control state', val: '{6}' }, { deviceType: '04', orderNum: 3, operateCode: '315', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0209', skinCode: '05', trainingName: 'Close automatic routing({5})', trainingRemark: 'Close automatic routing', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '314', tip: 'Right click to select [Close automatic routing]' }, { deviceType: '04', orderNum: 2, operateCode: '3141', tip: 'Left click to select the first route', val: '{6}' }, { deviceType: '04', orderNum: 3, operateCode: '314', tip: 'Left click [confirm]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0210', skinCode: '05', trainingName: 'Route control status query({5})', trainingRemark: 'Query the route control status ', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '316', tip: 'Right click to select [Route control status query]' }, { deviceType: '04', orderNum: 2, operateCode: '316', tip: 'Left click [confirm] ' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0211', skinCode: '05', trainingName: 'Set Interlock for Auto Routing({5})', trainingRemark: 'Set Interlock for Auto Routing', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '309', tip: 'Right click to select [Set Interlock for Auto Routing]' }, { deviceType: '04', orderNum: 2, operateCode: '309', tip: 'Left click [confirm]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0212', skinCode: '05', trainingName: 'Cancel Interlock setting for Auto Routing({5})', trainingRemark: 'Cancel Interlock setting for Auto Routing', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '310', tip: 'Right click to select [Cancel Interlock setting for Auto Routing]' }, { deviceType: '04', orderNum: 2, operateCode: '310', tip: 'Left click [confirm]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0213', skinCode: '05', trainingName: 'Set Interlock for Auto Trigger({5})', trainingRemark: 'Set Interlock for Auto Trigger', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '311', tip: 'Right click to select [Set Interlock for Auto Trigger]' }, { deviceType: '04', orderNum: 2, operateCode: '311', tip: 'Left click [confirm]' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0214', skinCode: '05', trainingName: 'Cancel Interlock setting for Auto Trigger({5})', trainingRemark: 'Cancel Interlock setting for Auto Trigger', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '312', tip: 'Right click to select[Cancel Interlock setting for Auto Trigger]' }, { deviceType: '04', orderNum: 2, operateCode: '312', tip: 'Left click [confirm]' } ] } ] }, '07': { // 哈尔滨一号线 list: [ { maxDuration: 15, minDuration: 8, operateType: '0405', skinCode: '07', trainingName: '区段封锁({8}{9})', trainingRemark: '区段封锁功能', trainingType: '04', productTypes: ['02'], // 产品类型 01 现地 02 行调 stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '403', tip: '鼠标右键菜单选择【区段封锁】' }, { deviceType: '03', orderNum: 2, operateCode: '403', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0405', skinCode: '07', trainingName: '区段封锁({8}{9})', trainingRemark: '区段封锁功能', trainingType: '04', productTypes: ['01'], // 产品类型 01 现地 02 行调 stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该区段' }, { deviceType: '03', orderNum: 2, operateCode: '403', tip: '鼠标左键点击【封锁区段】' }, { deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0406', skinCode: '07', trainingName: '区段解封({8}{9})', trainingRemark: '区段解封功能', trainingType: '04', productTypes: ['02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '404', tip: '鼠标右键菜单选择【区段解封】' }, { deviceType: '03', orderNum: 2, operateCode: '4041', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '4043', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '03', orderNum: 4, operateCode: '4044', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '03', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0406', skinCode: '07', trainingName: '区段解封({8}{9})', trainingRemark: '区段解封功能', trainingType: '04', productTypes: ['01'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该区段' }, { deviceType: '03', orderNum: 2, operateCode: '404', tip: '鼠标左键点击【区段解封】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0407', skinCode: '07', trainingName: '区段设置限速({8}{9})', trainingRemark: '区段设置限速功能(限速值:5)', trainingType: '04', productTypes: ['02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '407', tip: '鼠标右键菜单选择【区段设置限速】' }, { deviceType: '03', orderNum: 2, operateCode: '4076', tip: '鼠标左键选择【限速值5】', val: '5' }, { deviceType: '03', orderNum: 3, operateCode: '4071', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '03', orderNum: 4, operateCode: '4072', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '03', orderNum: 5, operateCode: '4073', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '03', orderNum: 6, operateCode: '4074', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '03', orderNum: 7, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0408', skinCode: '07', trainingName: '区段取消限速({8}{9})', trainingRemark: '区段取消限速功能', trainingType: '04', productTypes: ['02'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: '408', tip: '鼠标右键菜单选择【区段取消限速】' }, { deviceType: '03', orderNum: 2, operateCode: '4081', tip: '鼠标左键点击【下达】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '4082', tip: '鼠标左键点击【确认】按钮' }, { deviceType: '03', orderNum: 4, operateCode: '4083', tip: '鼠标左键点击【确认1】按钮' }, { deviceType: '03', orderNum: 5, operateCode: '4084', tip: '鼠标左键点击【确认2】按钮' }, { deviceType: '03', orderNum: 6, operateCode: '001', tip: '鼠标左键点击【关闭】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0401', skinCode: '02', trainingName: '区段故障解锁({8}{9})', trainingRemark: '故障解锁功能', trainingType: '04', productTypes: ['01'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该区段' }, { deviceType: '03', orderNum: 2, operateCode: '402', tip: '鼠标左键点击【强解区段】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0312', // 0312 新增定位字典 skinCode: '07', trainingName: '单操到定位({7})', trainingRemark: '单操到定位({15})', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '101', tip: '鼠标右键菜单选择【单操到定位】' }, { deviceType: '02', orderNum: 2, operateCode: '101', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0312', skinCode: '07', trainingName: '单操到定位({7})', trainingRemark: '单操到定位({15})', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该区段' }, { deviceType: '02', orderNum: 2, operateCode: '101', tip: '鼠标左键点击【转换定位】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0313', // 0313 新增定位字典 skinCode: '07', trainingName: '单操到反位({7})', trainingRemark: '单操到反位({7})', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '102', tip: '鼠标右键菜单选择【单操到反位】' }, { deviceType: '02', orderNum: 2, operateCode: '102', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0313', // 0313 新增定位字典 skinCode: '07', trainingName: '单操到反位({7})', trainingRemark: '单操到反位({7})', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该区段' }, { deviceType: '02', orderNum: 2, operateCode: '102', tip: '鼠标左键点击【转换反位】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0301', skinCode: '07', trainingName: '道岔单锁({7})', trainingRemark: '道岔单锁功能', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '103', tip: '鼠标右键菜单选择【道岔单锁】' }, { deviceType: '02', orderNum: 2, operateCode: '103', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0301', skinCode: '07', trainingName: '道岔单锁({7})', trainingRemark: '道岔单锁功能', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该区段' }, { deviceType: '02', orderNum: 2, operateCode: '103', tip: '鼠标左键点击【单锁道岔】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0302', skinCode: '07', trainingName: '道岔单解({7})', trainingRemark: '道岔单解功能', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '104', tip: '鼠标右键菜单选择【道岔单解】' }, { deviceType: '02', orderNum: 2, operateCode: '104', tip: '鼠标左键点击【下达】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0302', skinCode: '07', trainingName: '道岔单解({7})', trainingRemark: '道岔单解功能', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该区段' }, { deviceType: '02', orderNum: 2, operateCode: '104', tip: '鼠标左键点击【取消锁定】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0303', skinCode: '07', trainingName: '道岔封锁({7})', trainingRemark: '道岔封锁功能', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '105', tip: '鼠标右键菜单选择【道岔封锁】' }, { deviceType: '02', orderNum: 2, operateCode: '105', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0303', skinCode: '07', trainingName: '道岔封锁({7})', trainingRemark: '道岔封锁功能', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该区段' }, { deviceType: '02', orderNum: 2, operateCode: '105', tip: '鼠标左键点击【封锁道岔】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0304', skinCode: '07', trainingName: '道岔解封({7})', trainingRemark: '道岔解封功能', trainingType: '03', productTypes: ['02'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: '106', tip: '鼠标右键菜单选择【道岔解封】' }, { deviceType: '02', orderNum: 2, operateCode: '106', tip: '鼠标左键点击【确认】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0304', skinCode: '07', trainingName: '道岔解封({7})', trainingRemark: '道岔解封功能', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '02', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该区段' }, { deviceType: '02', orderNum: 2, operateCode: '106', tip: '鼠标左键点击【解封道岔】按钮' }, { deviceType: '02', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0303', skinCode: '07', trainingName: '区段封锁({8}{9})', trainingRemark: '区段封锁功能', trainingType: '03', productTypes: ['01'], // 产品类型 01 现地 02 行调 stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该道岔' }, { deviceType: '03', orderNum: 2, operateCode: '403', tip: '鼠标左键点击【封锁区段】' }, { deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0304', skinCode: '07', trainingName: '区段解封({8}{9})', trainingRemark: '区段解封功能', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该道岔' }, { deviceType: '03', orderNum: 2, operateCode: '404', tip: '鼠标左键点击【区段解封】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0306', skinCode: '02', trainingName: '区段故障解锁({8}{9})', trainingRemark: '故障解锁功能', trainingType: '03', productTypes: ['01'], stepVOList: [ { deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该道岔' }, { deviceType: '03', orderNum: 2, operateCode: '402', tip: '鼠标左键点击【强解区段】按钮' }, { deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0201', skinCode: '07', trainingName: '排列进路({3})', trainingRemark: '选择排列进路', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '301', tip: '鼠标右键菜单选择【排列进路】' }, { deviceType: '04', orderNum: 2, operateCode: '3011', tip: '鼠标左键选择进路名称【{3}】', val: '{4}' }, { deviceType: '04', orderNum: 3, operateCode: '301', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0201', skinCode: '07', trainingName: 'ATP进路({3})', trainingRemark: '选择ATP进路', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 3, operateCode: '301', tip: '鼠标左键点击【ATP进路】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0202', skinCode: '07', trainingName: '进路取消({3})', trainingRemark: '进路取消', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【进路取消】' }, { deviceType: '04', orderNum: 2, operateCode: '303', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0202', skinCode: '07', trainingName: '取消ATP({3})', trainingRemark: '取消ATP', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 3, operateCode: '303', tip: '鼠标左键点击【ATP进路】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0203', skinCode: '07', trainingName: '封锁信号({5})', trainingRemark: '封锁信号', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '306', tip: '鼠标右键菜单选择【封闭信号】' }, { deviceType: '04', orderNum: 2, operateCode: '306', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0203', skinCode: '07', trainingName: '封锁信号({5})', trainingRemark: '封锁信号', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: '306', tip: '鼠标左键点击【封闭信号】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0204', skinCode: '07', trainingName: '解封信号({5})', trainingRemark: '解封信号', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '307', tip: '鼠标右键菜单选择【解封信号】' }, { deviceType: '04', orderNum: 2, operateCode: '307', tip: '鼠标左键点击【确认】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0204', skinCode: '07', trainingName: '解封信号({5})', trainingRemark: '解封信号', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: '307', tip: '鼠标左键点击【解封信号】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0208', skinCode: '07', trainingName: '自排单开({5})', trainingRemark: '自排单开', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '315', tip: '鼠标右键菜单选择【自排单开】' }, { deviceType: '04', orderNum: 2, operateCode: '3151', tip: '鼠标左键选择控制状态为"人工"的进路', val: '{6}' }, { deviceType: '04', orderNum: 3, operateCode: '315', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0208', skinCode: '07', trainingName: '自排单开({5})', trainingRemark: '自排单开', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: '315', tip: '鼠标左键点击【自排单开】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0209', skinCode: '07', trainingName: '自排单关({5})', trainingRemark: '自排单关', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '314', tip: '鼠标右键菜单选择【自排单关】' }, { deviceType: '04', orderNum: 2, operateCode: '3141', tip: '鼠标左键选择一条进路', val: '{6}' }, { deviceType: '04', orderNum: 3, operateCode: '314', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0209', skinCode: '07', trainingName: '自排单关({5})', trainingRemark: '自排单关', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: '314', tip: '鼠标左键点击【自排单关】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0205', skinCode: '07', trainingName: '关单信号({3})', trainingRemark: '关单信号', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '313', tip: '鼠标右键菜单选择【关单信号】' }, { deviceType: '04', orderNum: 2, operateCode: '313', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0205', skinCode: '07', trainingName: '关单信号({3})', trainingRemark: '关单信号', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: '313', tip: '鼠标左键点击【关单信号】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0206', skinCode: '07', trainingName: '信号重开({3})', trainingRemark: '信号重开', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '304', tip: '鼠标右键菜单选择【信号重开】' }, { deviceType: '04', orderNum: 2, operateCode: '304', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0206', skinCode: '07', trainingName: '重复开放({3})', trainingRemark: '重复开放', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: '304', tip: '鼠标左键点击【重复开放】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0216', skinCode: '07', trainingName: '引导进路({3})', trainingRemark: '引导进路办理', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 3, operateCode: '308', tip: '鼠标左键点击【引导进路】按钮' }, { deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【确认2】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0217', skinCode: '07', trainingName: '取消引导({3})', trainingRemark: '取消引导', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 3, operateCode: '305', tip: '鼠标左键点击【取消引导】按钮' }, { deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【确认2】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0213', skinCode: '07', trainingName: '追踪单开({5})', trainingRemark: '追踪单开', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '311', tip: '鼠标右键菜单选择【追踪单开】' }, { deviceType: '04', orderNum: 2, operateCode: '311', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0213', skinCode: '07', trainingName: '追踪单开({5})', trainingRemark: '追踪单开', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: '311', tip: '鼠标左键点击【追踪单开】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0214', skinCode: '07', trainingName: '追踪单关({5})', trainingRemark: '追踪单关', trainingType: '02', productTypes: ['02'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: '312', tip: '鼠标右键菜单选择【追踪单关】' }, { deviceType: '04', orderNum: 2, operateCode: '312', tip: '鼠标左键点击【确定】按钮' } ] }, { maxDuration: 15, minDuration: 8, operateType: '0214', skinCode: '07', trainingName: '追踪单关({5})', trainingRemark: '追踪单关', trainingType: '02', productTypes: ['01'], stepVOList: [ { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' }, { deviceType: '04', orderNum: 2, operateCode: '312', tip: '鼠标左键点击【追踪单关】按钮' }, { deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' } ] } ] }, '06': { // 宁波一号线 list: [ { maxDuration: 15, minDuration: 8, operateType: '0509', skinCode: '03', trainingName: '运行时间控制({10}-{12} 站台)', trainingRemark: '运行时间控制(设置区间 运行等级1,运行时间为115,一直有效)', trainingType: '05', productTypes: ['02'], stepVOList: [ { deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【设置运行等级】' }, { deviceType: '06', orderNum: 2, operateCode: '5104', tip: '鼠标左键点击,选择【1】', val: '1' }, { deviceType: '06', orderNum: 3, operateCode: '5101', tip: '鼠标左键点击,选择【115】', val: '115' }, { deviceType: '06', orderNum: 4, operateCode: '5103', tip: '鼠标左键点击,选择【一直有效】', val: 'true' }, { deviceType: '06', orderNum: 4, operateCode: '510', tip: '鼠标左键点击【确认】按钮' } ] } ] } };