实训操作步骤文件拆分
This commit is contained in:
parent
3de6121cbf
commit
613a88ca90
684
src/jmapNew/theme/beijing_01/operationConfig.js
Normal file
684
src/jmapNew/theme/beijing_01/operationConfig.js
Normal file
@ -0,0 +1,684 @@
|
|||||||
|
import CMD from '@/scripts/cmdPlugin/CommandEnum';
|
||||||
|
export default {
|
||||||
|
list: [
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0501',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_SET_HOLD_TRAIN,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '设置扣车({10}-{12} 站台)',
|
||||||
|
trainingRemark: '设置扣车功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
productTypes: ['02'], // 产品类型 01 现地 02 行调
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '504', tip: '鼠标右键菜单选择【设置扣车】'},
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '504', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0501',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_SET_HOLD_TRAIN,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '设置扣车({10}-{12} 站台)',
|
||||||
|
trainingRemark: '设置扣车功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
productTypes: ['01'], // 产品类型 01 现地 02 行调
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '2993', tip: '鼠标左键点击【功能按钮】'},
|
||||||
|
{ deviceType: 'DetainLamp', orderNum: 2, operateCode: '504', tip: '鼠标左键点击【{12}扣车】', codeType:'STAND'}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0502',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_CANCEL_HOLD_TRAIN,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '取消扣车({10}-{12} 站台)',
|
||||||
|
trainingRemark: '取消扣车功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
productTypes: ['02'], // 产品类型 01 现地 02 行调
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '505', tip: '鼠标右键菜单选择【取消扣车】'},
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '505', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0502',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_CANCEL_HOLD_TRAIN,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '取消扣车({10}-{12} 站台)',
|
||||||
|
trainingRemark: '取消扣车功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
productTypes: ['01'], // 产品类型 01 现地 02 行调
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '2994', tip: '鼠标左键点击【总取消】' },
|
||||||
|
{ deviceType: 'DetainLamp', orderNum: 2, operateCode: '505', tip: '鼠标左键点击【{12}扣车】', codeType:'STAND'}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0505',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_SET_JUMP_STOP,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '设置跳停({10}-{12} 站台)',
|
||||||
|
trainingRemark: '设置跳停功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
productTypes: ['02'], // 产品类型 01 现地 02 行调
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '502', tip: '鼠标右键菜单选择【设置跳停】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '502', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0505',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_SET_JUMP_STOP,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '设置跳停({10}-{12} 站台)',
|
||||||
|
trainingRemark: '设置指定001号列车跳停功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
productTypes: ['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',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_CANCEL_JUMP_STOP,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '取消跳停({10}-{12} 站台)',
|
||||||
|
trainingRemark: '取消跳停功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
productTypes: ['02'], // 产品类型 01 现地 02 行调
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '503', tip: '鼠标右键菜单选择【取消跳停】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '503', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0506',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_CANCEL_JUMP_STOP,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '取消跳停({10}-{12} 站台)',
|
||||||
|
trainingRemark: '取消指定001号列车跳停功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
productTypes: ['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',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_VIEW_STATUS,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '查询站台状态({10}-{12} 站台)',
|
||||||
|
trainingRemark: '查询站台状态功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
productTypes: ['02'], // 产品类型 01 现地 02 行调
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '507', tip: '鼠标右键菜单选择【站台信息】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '0012', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0508',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_SET_PARK_TIME,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '停站时间控制({10}-{12} 站台)',
|
||||||
|
trainingRemark: '停站时间控制(自动, 一直有效)',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
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',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_SET_PARK_TIME,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '停站时间控制({10}-{12} 站台)',
|
||||||
|
trainingRemark: '停站时间控制(人工, 20秒, 一直有效)',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
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',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_SET_PARK_TIME,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '停站时间控制({10}-{12} 站台)',
|
||||||
|
trainingRemark: '停站时间控制(人工, 20秒, 一次有效)',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
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',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_SET_RUN_TIME,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '运行时间控制({10}-{12} 站台)',
|
||||||
|
trainingRemark: '运行时间控制(设置区间 运行等级1,运行时间为115,一直有效)',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
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',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_SET_RUN_TIME,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '运行时间控制({10}-{12} 站台)',
|
||||||
|
trainingRemark: '运行时间控制(设置区间 运行等级1,运行时间为115,一次有效)',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
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',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_EARLY_DEPART,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '提前发车({10}-{12} 站台)',
|
||||||
|
trainingRemark: '提前发车功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '501', tip: '鼠标右键菜单选择【提前发车】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '501', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0511',
|
||||||
|
// operateType:CMD.Stand.CMD_STAND_SET_REENTRY_STRATEGY,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '变通策略管理({10}-{12} 站台)',
|
||||||
|
trainingRemark: '变通策略管理功能',
|
||||||
|
trainingType: '05',
|
||||||
|
// trainingType:'Stand',
|
||||||
|
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',
|
||||||
|
// operateType:CMD.Section.CMD_SECTION_CUT_OFF,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '轨道切除({8}{9} 区段)',
|
||||||
|
trainingRemark: '轨道切除功能',
|
||||||
|
trainingType: '04',
|
||||||
|
// trainingType:'Section',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '405', tip: '鼠标右键菜单选择【轨道切除】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '405', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0403',
|
||||||
|
// operateType:CMD.Section.CMD_SECTION_ACTIVE,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '轨道激活({8}{9} 区段)',
|
||||||
|
trainingRemark: '轨道激活功能',
|
||||||
|
trainingType: '04',
|
||||||
|
// trainingType:'Section',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '406', tip: '鼠标右键菜单选择【轨道激活】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '406', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0407',
|
||||||
|
// operateType:CMD.Section.CMD_SECTION_SET_LIMIT_SPEED,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '设置临时限速({8}{9} 区段)',
|
||||||
|
trainingRemark: '设置临时限速功能(限速值:15)',
|
||||||
|
trainingType: '04',
|
||||||
|
// trainingType:'Section',
|
||||||
|
productTypes: ['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',
|
||||||
|
// operateType:CMD.Switch.CMD_SWITCH_CUT_OFF,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '轨道切除({7} 道岔)',
|
||||||
|
trainingRemark: '轨道切除功能',
|
||||||
|
trainingType: '03',
|
||||||
|
// trainingType:'Switch',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '111', tip: '鼠标右键菜单选择【轨道切除】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '111', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0309',
|
||||||
|
// operateType:CMD.Switch.CMD_SWITCH_ACTIVE,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '轨道激活({7} 道岔)',
|
||||||
|
trainingRemark: '轨道激活功能',
|
||||||
|
trainingType: '03',
|
||||||
|
// trainingType:'Switch',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '112', tip: '鼠标右键菜单选择【轨道激活】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '112', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0310',
|
||||||
|
// operateType:CMD.Switch.CMD_SWITCH_SET_LIMIT_SPEED,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '设置临时限速({7} 道岔)',
|
||||||
|
trainingRemark: '设置临时限速功能(限速值 35 )',
|
||||||
|
trainingType: '03',
|
||||||
|
// trainingType:'Switch',
|
||||||
|
productTypes: ['02'],
|
||||||
|
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: '0313',
|
||||||
|
// operateType:CMD.Switch.CMD_SWITCH_REVERSE_POSITION,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '道岔总反({7} 道岔)',
|
||||||
|
trainingRemark: '道岔反位功能',
|
||||||
|
trainingType: '03',
|
||||||
|
// trainingType:'Switch',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '1020', tip: '鼠标左键点击【道岔总反】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '102', tip: '鼠标左键点击【道岔】', codeType:'SWITCH' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0312',
|
||||||
|
// operateType:CMD.Switch.CMD_SWITCH_NORMAL_POSITION,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '道岔总定({7} 道岔)',
|
||||||
|
trainingRemark: '道岔定位功能',
|
||||||
|
trainingType: '03',
|
||||||
|
// trainingType:'Switch',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '1010', tip: '鼠标左键点击【道岔总定】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '101', tip: '鼠标左键点击【道岔】', codeType:'SWITCH' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0301',
|
||||||
|
// operateType:CMD.Switch.CMD_SWITCH_SINGLE_LOCK,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '道岔单锁({7} 道岔)',
|
||||||
|
trainingRemark: '道岔单锁功能',
|
||||||
|
trainingType: '03',
|
||||||
|
// trainingType:'Switch',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '1030', tip: '鼠标左键点击【道岔单锁】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '103', tip: '鼠标左键点击【道岔】', codeType:'SWITCH' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0302',
|
||||||
|
// operateType:CMD.Switch.CMD_SWITCH_SINGLE_UNLOCK,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '道岔解锁({7} 道岔)',
|
||||||
|
trainingRemark: '道岔单解功能',
|
||||||
|
trainingType: '03',
|
||||||
|
// trainingType:'Switch',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '1040', tip: '鼠标左键点击【道岔解锁】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '104', tip: '鼠标左键点击【道岔】', codeType:'SWITCH' },
|
||||||
|
{ deviceType: '02', orderNum: 3, operateCode: '104', tip: '鼠标左键点击【确定】'}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0201',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_SET_ROUTE,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '排列进路({3} 进路)',
|
||||||
|
trainingRemark: '排列进路功能',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
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: '0202',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_CANCEL_ROUTE,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '取消进路({3} 进路)',
|
||||||
|
trainingRemark: '取消进路功能',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【取消进路】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '303', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0210',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_DETAIL,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '查询进路控制状态({5} 信号机)',
|
||||||
|
trainingRemark: '查询进路控制状态功能',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '316', tip: '鼠标右键菜单选择【查询进路控制状态】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '316', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0208',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_OPEN_AUTO_SETTING,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '进路交自动控({5} 信号机)',
|
||||||
|
trainingRemark: '进路交自动控功能',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
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',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_CLOSE_AUTO_SETTING,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '进路交人工控({5} 信号机)',
|
||||||
|
trainingRemark: '进路交人工控功能',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
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',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_REOPEN_SIGNAL,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '信号重开({3} 进路)',
|
||||||
|
trainingRemark: '信号重开功能',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '304', tip: '鼠标右键菜单选择【信号重开】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '304', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0206',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_REOPEN_SIGNAL,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '信号重开({3} 进路)',
|
||||||
|
trainingRemark: '信号重开功能',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '3040', tip: '鼠标左键点击【信号重开】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '3040', tip: '鼠标左键点击【信号机】', codeType:'SIGNAL'}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0211',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_SET_CI_AUTO,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '设置自动进路({3} 进路)',
|
||||||
|
trainingRemark: '设置自动进路功能',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '3090', tip: '鼠标左键点击【自动进路】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '3090', tip: '鼠标左键点击【信号机】', codeType:'SIGNAL'}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0212',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_CANCEL_CI_AUTO,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '取消自动进路({3} 进路)',
|
||||||
|
trainingRemark: '取消自动进路功能',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '3090', tip: '鼠标左键点击【自动进路】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '3090', tip: '鼠标左键点击【信号机】', codeType:'SIGNAL'}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0215',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_HUMAN_RELEASE_ROUTE,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '总人解({3} 进路)',
|
||||||
|
trainingRemark: '人解进路(总人解)',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '3050', tip: '鼠标左键点击【总人解】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '3050', tip: '鼠标左键点击【信号机】', codeType:'SIGNAL'}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0205',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_CLOSE_SIGNAL,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '关闭信号({5} )',
|
||||||
|
trainingRemark: '关闭信号',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '2994', tip: '鼠标左键点击【总取消】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '2994', tip: '鼠标左键点击【信号机】', codeType:'SIGNAL'}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0205',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_CANCEL_ROUTE,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '取消进路({5} )',
|
||||||
|
trainingRemark: '取消进路',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '2994', tip: '鼠标左键点击【总取消】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '2994', tip: '鼠标左键点击【信号机】', codeType:'SIGNAL'}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0201',
|
||||||
|
// operateType:CMD.Signal.CMD_SIGNAL_SET_ROUTE,
|
||||||
|
skinCode: '03',
|
||||||
|
trainingName: '进路建立({3})',
|
||||||
|
trainingRemark: '进路建立',
|
||||||
|
trainingType: '02',
|
||||||
|
// trainingType:'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '3010', tip: '鼠标左键点击【排列进路】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '3010', tip: '鼠标左键点击【始端信号机】', codeType:'SIGNAL'},
|
||||||
|
{ deviceType: '04', orderNum: 3, operateCode: '3010', tip: '鼠标左键点击【终端信号机】', codeType:'SIGNAL'}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
// 自动折返 (暂时没有)
|
||||||
|
// 取消自动折返 (暂时没有)
|
||||||
|
// 引导信号 (暂时没有)
|
||||||
|
// 取消引导信号 (暂时没有)
|
||||||
|
{
|
||||||
|
// 暂时没有
|
||||||
|
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: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
713
src/jmapNew/theme/chengdu_03/operationConfig.js
Normal file
713
src/jmapNew/theme/chengdu_03/operationConfig.js
Normal file
@ -0,0 +1,713 @@
|
|||||||
|
export default {
|
||||||
|
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: '04', orderNum: 1, operateCode: '3010', tip: '鼠标左键点击【排列进路】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '3010', tip: '鼠标左键点击【{5}】' },
|
||||||
|
{ deviceType: '04', orderNum: 3, operateCode: '3010', tip: '鼠标左键点击【{5}】', val: '{4}' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0216',
|
||||||
|
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: '0216',
|
||||||
|
skinCode: '04',
|
||||||
|
trainingName: '引导进路({3})[进路未锁闭]',
|
||||||
|
trainingRemark: '进路办理信号引导',
|
||||||
|
trainingType: '02',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '3080', tip: '鼠标左键点击【引导进路】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '3080', tip: '鼠标左键点击【{5}】'}, // 进路编号值不正确
|
||||||
|
{ deviceType: '04', orderNum: 3, operateCode: '0011', tip: '输入密码123,点击【确定】按钮' },
|
||||||
|
{ deviceType: '04', orderNum: 4, operateCode: '3080', tip: '鼠标左键点击【{5}】', val: '{4}' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '待定',
|
||||||
|
skinCode: '04',
|
||||||
|
trainingName: '引导进路({3})[进路锁闭]',
|
||||||
|
trainingRemark: '进路办理信号引导',
|
||||||
|
trainingType: '02',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '3080', tip: '鼠标左键点击【引导进路】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '3080', tip: '鼠标左键点击【{5}】', val: '{4}' }, // 进路编号值不正确
|
||||||
|
{ deviceType: '04', orderNum: 3, operateCode: '0011', tip: '输入密码123,点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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: '04', orderNum: 1, operateCode: '3030', tip: '鼠标左键点击【总取消】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '3051', tip: '输入密码123,点击【确定】按钮' },
|
||||||
|
{ deviceType: '04', orderNum: 3, 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: '鼠标左键点击【确定】按钮', val: '{6}' },
|
||||||
|
{ 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: '04', orderNum: 1, operateCode: '3050', tip: '鼠标左键点击【总人解】' },
|
||||||
|
{ deviceType: '04', 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: '鼠标右键菜单选择【信号重开】', val: '{6}' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '304', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: '0206',
|
||||||
|
skinCode: '04',
|
||||||
|
trainingName: '信号重开({3} 进路)',
|
||||||
|
trainingRemark: '信号重开功能',
|
||||||
|
trainingType: '02',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '3010', tip: '鼠标左键点击【排列进路】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '304', tip: '鼠标左键点击【{5}】', val: '{6}' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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: '输入密码123,点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0203',
|
||||||
|
skinCode: '04',
|
||||||
|
trainingName: '信号封锁({5})',
|
||||||
|
trainingRemark: '信号封锁功能',
|
||||||
|
trainingType: '02',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', 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: '输入密码123,点击【确认】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0204',
|
||||||
|
skinCode: '04',
|
||||||
|
trainingName: '信号解封({5})',
|
||||||
|
trainingRemark: '信号解封功能',
|
||||||
|
trainingType: '02',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '2992', tip: '鼠标左键菜单选择【解封】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '0011', tip: '输入密码123,点击【确认】按钮' },
|
||||||
|
{ deviceType: '04', orderNum: 3, operateCode: '2992', tip: '鼠标左键点击【{5}】', val: '{6}' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0209',
|
||||||
|
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: '0209',
|
||||||
|
skinCode: '04',
|
||||||
|
trainingName: '人工控({5})',
|
||||||
|
trainingRemark: '人工控',
|
||||||
|
trainingType: '02',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '3140', tip: '鼠标左键点击【人工控】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '3140', tip: '鼠标左键点击【{3}】', val: '{6}' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0208',
|
||||||
|
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: '0208',
|
||||||
|
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: '{6}' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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: '鼠标左键点击【确定】按钮', val: '{17}' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0312',
|
||||||
|
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: '鼠标左键点击【确定】按钮', val: '{17}' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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: '鼠标左键点击【确定】按钮', val: '{17}' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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: 2, operateCode: '104', tip: '鼠标左键点击【确定】按钮', val: '{17}' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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: '输入密码123,点击【确认】按钮' },
|
||||||
|
{ 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: '0011', tip: '输入密码123,点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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: '0011', tip: '输入密码123,点击【确认】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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: '输入密码123,点击【确认】按钮' },
|
||||||
|
{ 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: '输入密码123,点击【确认】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
// 区段列表
|
||||||
|
{
|
||||||
|
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: '0011', tip: '输入密码123,点击【确认】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0401',
|
||||||
|
skinCode: '04',
|
||||||
|
trainingName: '区故解({9})',
|
||||||
|
trainingRemark: '故障解锁功能',
|
||||||
|
trainingType: '04',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '4020', tip: '鼠标右键菜单选择【区故解】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '0011', tip: '输入密码123,点击【确认】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 3, operateCode: '4020', tip: '鼠标左键点击【{9}】', val: '{18}' },
|
||||||
|
{ deviceType: '03', 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: ['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: ['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: '鼠标左键点击【退出】按钮' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
@ -42,6 +42,16 @@ class Theme {
|
|||||||
loadPropConvert(code) {
|
loadPropConvert(code) {
|
||||||
return require(`./${this._mapMenu[code || this._code]}/model`).default;
|
return require(`./${this._mapMenu[code || this._code]}/model`).default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 加载实训操作步骤
|
||||||
|
loadTraingSteps(code) {
|
||||||
|
if (code == '05') {
|
||||||
|
return require(`./${this._mapMenu[code || this._code]}/operationConfigGlobal`).default;
|
||||||
|
} else {
|
||||||
|
return require(`./${this._mapMenu[code || this._code]}/operationConfig`).default;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Theme;
|
export default Theme;
|
||||||
|
849
src/jmapNew/theme/fuzhou_01/operationConfig.js
Normal file
849
src/jmapNew/theme/fuzhou_01/operationConfig.js
Normal file
@ -0,0 +1,849 @@
|
|||||||
|
// 操作规则定义
|
||||||
|
// {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: "15", trainingType: "03", name: "道岔位置"}
|
||||||
|
// {id: "16", trainingType: "03", name: "道岔位置(反)"}
|
||||||
|
// {id: "21", trainingType: "03", name: "车站名称"}
|
||||||
|
// {id: "23", trainingType: "03", name: "车站编号"}
|
||||||
|
// {id: "24", trainingType: "03", name: "道岔计轴区段编号"}
|
||||||
|
// {id: "25", trainingType: "03", name: "道岔计轴区段名称"}
|
||||||
|
|
||||||
|
// {id: "8", trainingType: "04", name: "物理区段名称"}
|
||||||
|
// {id: "9", trainingType: "04", name: "逻辑区段名称"}
|
||||||
|
// {id: "18", trainingType: "04", name: "逻辑区段编码"}
|
||||||
|
// {id: "19", trainingType: "04", name: "区段编号"}
|
||||||
|
// {id: "20", trainingType: "04", name: "车站名称"}
|
||||||
|
// {id: "22", 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: "站台行驶方向(反)"}
|
||||||
|
export default {
|
||||||
|
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: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
820
src/jmapNew/theme/fuzhou_01/operationConfigGlobal.js
Normal file
820
src/jmapNew/theme/fuzhou_01/operationConfigGlobal.js
Normal file
@ -0,0 +1,820 @@
|
|||||||
|
export default {
|
||||||
|
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]' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
698
src/jmapNew/theme/haerbin_01/operationConfig.js
Normal file
698
src/jmapNew/theme/haerbin_01/operationConfig.js
Normal file
@ -0,0 +1,698 @@
|
|||||||
|
// 操作规则定义
|
||||||
|
// {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: "15", trainingType: "03", name: "道岔位置"}
|
||||||
|
// {id: "16", trainingType: "03", name: "道岔位置(反)"}
|
||||||
|
// {id: "21", trainingType: "03", name: "车站名称"}
|
||||||
|
// {id: "23", trainingType: "03", name: "车站编号"}
|
||||||
|
// {id: "24", trainingType: "03", name: "道岔计轴区段编号"}
|
||||||
|
// {id: "25", trainingType: "03", name: "道岔计轴区段名称"}
|
||||||
|
|
||||||
|
// {id: "8", trainingType: "04", name: "物理区段名称"}
|
||||||
|
// {id: "9", trainingType: "04", name: "逻辑区段名称"}
|
||||||
|
// {id: "18", trainingType: "04", name: "逻辑区段编码"}
|
||||||
|
// {id: "19", trainingType: "04", name: "区段编号"}
|
||||||
|
// {id: "20", trainingType: "04", name: "车站名称"}
|
||||||
|
// {id: "22", 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: "站台行驶方向(反)"}
|
||||||
|
export default {
|
||||||
|
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: '道岔区段封锁({7})',
|
||||||
|
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: '道岔区段解封({7})',
|
||||||
|
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: '道岔区段故障解锁({7})',
|
||||||
|
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: '03', orderNum: 2, operateCode: '3071', tip: '鼠标左键点击【下达】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 3, operateCode: '3072', tip: '鼠标左键点击【确认】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 4, operateCode: '3073', tip: '鼠标左键点击【确认1】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 5, operateCode: '3074', tip: '鼠标左键点击【确认2】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 6, operateCode: '001', 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: '鼠标左键选择{3}进路', val: '{4}' },
|
||||||
|
{ 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: '鼠标左键选择{3}进路', val: '{4}' },
|
||||||
|
{ 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: '鼠标左键点击【执行】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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: '鼠标左键点击【执行】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: '0213',
|
||||||
|
skinCode: '07',
|
||||||
|
trainingName: '追踪单开({5})',
|
||||||
|
trainingRemark: '追踪单开',
|
||||||
|
trainingType: '02',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '309', tip: '鼠标右键菜单选择【追踪单开】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '309', 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: '309', 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: '310', tip: '鼠标右键菜单选择【追踪单关】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '310', 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: '310', tip: '鼠标左键点击【追踪单关】按钮' },
|
||||||
|
{ deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
765
src/jmapNew/theme/ningbo_01/operationConfig.js
Normal file
765
src/jmapNew/theme/ningbo_01/operationConfig.js
Normal file
@ -0,0 +1,765 @@
|
|||||||
|
export default {
|
||||||
|
list: [
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: 'Stand_Set_Hold_Train',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '扣车({10}-{12} 站台)',
|
||||||
|
trainingRemark: '设置扣车功能',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
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: 'Stand_Cancel_Hold_Train',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '取消扣车({10}-{12} 站台)',
|
||||||
|
trainingRemark: '取消扣车功能',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
productTypes: ['01', '02'], // 产品类型 01 现地 02 行调
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '505', tip: '鼠标右键菜单选择【取消扣车】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '505', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: 'Stand_Set_Hold_Train_Batch',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '批量扣车({10}-{12} 站台)',
|
||||||
|
trainingRemark: '批量扣车功能',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
productTypes: ['02'], // 产品类型 01 现地 02 行调
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '515', tip: '鼠标右键菜单选择【批量扣车】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '515', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: 'Stand_Cancel_Hold_Train_Batch',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '取消批量扣车({10}-{12} 站台)',
|
||||||
|
trainingRemark: '取消批量扣车功能',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
productTypes: ['02'], // 产品类型 01 现地 02 行调
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '516', tip: '鼠标右键菜单选择【取消批量扣车】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '516', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Stand_Early_Depart',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '提前发车({10}-{12}站台)',
|
||||||
|
trainingRemark: '提前发车功能',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '501', tip: '鼠标右键菜单选择【提前发车】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '501', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Stand_Set_Jump_Stop',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '设置跳停({10}-{12}站台)',
|
||||||
|
trainingRemark: '设置跳停功能',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '502', tip: '鼠标右键菜单选择【设置跳停】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '502', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Stand_Cancel_Jump_Stop',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '取消跳停({10}-{12}站台)',
|
||||||
|
trainingRemark: '设置取消跳停功能',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '503', tip: '鼠标右键菜单选择【取消跳停】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '503', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Stand_Set_Park_Time',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '设置停站时间({10}-{12}站台)',
|
||||||
|
trainingRemark: '设置停站时间(自动, 一直有效)',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
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: 'Stand_Set_Park_Time',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '设置停站时间({10}-{12}站台)',
|
||||||
|
trainingRemark: '设置停站时间(人工, 20秒, 一直有效)',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
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: 'Stand_Set_Park_Time',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '设置停站时间({10}-{12}站台)',
|
||||||
|
trainingRemark: '设置停站时间(人工, 20秒, 一次有效)',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
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: 'Stand_Set_Run_Time',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '运行时间控制({10}-{12} 站台)',
|
||||||
|
trainingRemark: '运行时间控制(设置区间 运行等级1,运行时间为115,一直有效)',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
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: 5, operateCode: '510', tip: '鼠标左键点击【确认】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Stand_Set_Run_Time',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '运行时间控制({10}-{12} 站台)',
|
||||||
|
trainingRemark: '运行时间控制(设置区间 运行等级自动,一直有效)',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '510', tip: '鼠标右键菜单选择【设置运行等级】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '5104', tip: '鼠标左键点击,选择【自动】', val: '0' },
|
||||||
|
{ deviceType: '06', orderNum: 3, operateCode: '5103', tip: '鼠标左键点击,选择【一直有效】', val: 'true' },
|
||||||
|
{ deviceType: '06', orderNum: 4, operateCode: '510', tip: '鼠标左键点击【确认】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Stand_Set_Hold_Train_Auto',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '区间列车数量限制({10}-{12}站台)',
|
||||||
|
trainingRemark: '区间列车数量限制',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '517', tip: '鼠标右键菜单选择【区间列车数量限制】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '517', tip: '鼠标左键点击【确认】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Stand_Cancel_Hold_Train_Auto',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '取消区间列车数量限制({10}-{12}站台)',
|
||||||
|
trainingRemark: '取消区间列车数量限制',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '518', tip: '鼠标右键菜单选择【取消区间列车数量限制】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '518', tip: '鼠标左键点击【确认】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: 'Stand_View_Status',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '查看站台信息({10}-{12}站台)',
|
||||||
|
trainingRemark: '查看站台信息功能',
|
||||||
|
trainingType: 'Stand',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '06', orderNum: 1, operateCode: '507', tip: '鼠标右键菜单选择【查看站台信息】' },
|
||||||
|
{ deviceType: '06', orderNum: 2, operateCode: '0012', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Section_Fault_Unlock',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '区段故障解锁({8}{9})',
|
||||||
|
trainingRemark: '区段故障解锁',
|
||||||
|
trainingType: 'Section',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '402', tip: '鼠标右键菜单选择【区段故障解锁】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '4024', tip: '鼠标左键点击【确定】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 3, operateCode: '4028', tip: '鼠标左键选择({8}{9})区段', val: '' },
|
||||||
|
{ deviceType: '03', orderNum: 4, operateCode: '4025', tip: '鼠标左键点击【确定】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 5, operateCode: '4023', tip: '鼠标左键点击【关闭】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Section_Cut_Off',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '区段跟踪切除({8}{9})',
|
||||||
|
trainingRemark: '区段跟踪切除',
|
||||||
|
trainingType: 'Section',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '405', tip: '鼠标右键菜单选择【区段跟踪切除】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '405', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Section_Active',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '区段跟踪激活({8}{9})',
|
||||||
|
trainingRemark: '区段跟踪激活功能',
|
||||||
|
trainingType: 'Section',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '406', tip: '鼠标右键菜单选择【区段跟踪激活】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '406', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Section_Set_Limit_Speed',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '设置临时限速({8}{9})',
|
||||||
|
trainingRemark: '设置临时限速功能(限速值:5)',
|
||||||
|
trainingType: 'Section',
|
||||||
|
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: 'Section_Set_Limit_Speed',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '设置临时限速({8}{9})',
|
||||||
|
trainingRemark: '设置临时限速功能(限速值:自动)',
|
||||||
|
trainingType: 'Section',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '407', tip: '鼠标右键菜单选择【设置临时限速】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '4076', tip: '鼠标左键选择【限速值自动】', val: '0' },
|
||||||
|
{ 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: 'Section_Block',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '区段封锁({8}{9})',
|
||||||
|
trainingRemark: '区段封锁功能',
|
||||||
|
trainingType: 'Section',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '403', tip: '鼠标右键菜单选择【区段封锁】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '403', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Section_Unblock',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '区段解封({8}{9})',
|
||||||
|
trainingRemark: '区段解封功能',
|
||||||
|
trainingType: 'Section',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '404', tip: '鼠标右键菜单选择【区段解封】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '4043', tip: '鼠标左键点击【确定】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 3, operateCode: '4046', tip: '鼠标左键选择({8}{9})区段', val: '{19}' },
|
||||||
|
{ deviceType: '03', orderNum: 4, operateCode: '4044', tip: '鼠标左键点击【确定】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 5, operateCode: '4042', tip: '鼠标左键点击【关闭】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Section_Comfirmation_Axle',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '确认计轴有效({8}{9})',
|
||||||
|
trainingRemark: '确认计轴有效功能',
|
||||||
|
trainingType: 'Section',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '412', tip: '鼠标右键菜单选择【确认计轴有效】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '4123', tip: '鼠标左键选择【确认】' },
|
||||||
|
{ deviceType: '03', orderNum: 3, operateCode: '4121', tip: '鼠标左键选择{20}', val: '{22}' },
|
||||||
|
{ deviceType: '03', orderNum: 4, operateCode: '4122', tip: '鼠标左键选择({8}{9})', val: '{19}' },
|
||||||
|
{ deviceType: '03', orderNum: 5, operateCode: '4124', tip: '鼠标左键点击【确认】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 6, operateCode: '000', tip: '鼠标左键点击【关闭】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Switch_Turn_NP_Chain',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '定操({7})',
|
||||||
|
trainingRemark: '定操({7})',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '101', tip: '鼠标左键菜单选择【定操】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '101', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Switch_Turn_RP_Chain', // 0313 新增定位字典
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '反操({7})',
|
||||||
|
trainingRemark: '反操({7})',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '102', tip: '鼠标右键菜单选择【反操】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '102', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Switch_Cut_Off',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '区段切除({7})',
|
||||||
|
trainingRemark: '区段切除',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '111', tip: '鼠标右键菜单选择【区段切除】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '111', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Switch_Active',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '区段激活({7})',
|
||||||
|
trainingRemark: '区段激活功能',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '112', tip: '鼠标右键菜单选择【区段激活】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '112', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Switch_Comfirmation_Axle',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '确认计轴有效({8}{9})',
|
||||||
|
trainingRemark: '确认计轴有效功能',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '412', tip: '鼠标右键菜单选择【确认计轴有效】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '4123', tip: '鼠标左键选择【确认】' },
|
||||||
|
{ deviceType: '03', orderNum: 3, operateCode: '4121', tip: '鼠标左键选择{21}', val: '{23}' },
|
||||||
|
{ deviceType: '03', orderNum: 4, operateCode: '4122', tip: '鼠标左键选择({25})', val: '{24}' },
|
||||||
|
{ deviceType: '03', orderNum: 5, operateCode: '4124', tip: '鼠标左键点击【确认】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 6, operateCode: '000', tip: '鼠标左键点击【关闭】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Switch_Single_Lock',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '道岔单锁({7})',
|
||||||
|
trainingRemark: '道岔单锁功能',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '103', tip: '鼠标右键菜单选择【道岔单锁】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '103', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Switch_Single_Unlock',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '道岔单解({7})',
|
||||||
|
trainingRemark: '道岔单解功能',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '104', tip: '鼠标右键菜单选择【区段解封】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '1043', tip: '鼠标左键点击【确定】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 3, operateCode: '1046', tip: '鼠标左键选择({7})区段', val: '{17}' },
|
||||||
|
{ deviceType: '03', orderNum: 4, operateCode: '1044', tip: '鼠标左键点击【确定】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 5, operateCode: '1042', tip: '鼠标左键点击【关闭】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Switch_Block',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '道岔封锁({7})',
|
||||||
|
trainingRemark: '道岔封锁功能',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '105', tip: '鼠标右键菜单选择【道岔封锁】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '105', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Switch_Unblock',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '道岔解封({7})',
|
||||||
|
trainingRemark: '道岔解封功能',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '106', tip: '鼠标右键菜单选择【区段解封】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '1063', tip: '鼠标左键点击【确定】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 3, operateCode: '1066', tip: '鼠标左键选择({7})区段', val: '{17}' },
|
||||||
|
{ deviceType: '03', orderNum: 4, operateCode: '1064', tip: '鼠标左键点击【确定】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 5, operateCode: '1062', tip: '鼠标左键点击【关闭】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Switch_Set_Limit_Speed',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '设置临时限速({7})',
|
||||||
|
trainingRemark: '设置临时限速功能(限速值:10)',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '113', tip: '鼠标右键菜单选择【设置临时限速】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '1136', tip: '鼠标左键选择【限速值5】', val: '10' },
|
||||||
|
{ 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: 'Switch_Set_Limit_Speed',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '设置临时限速({7})',
|
||||||
|
trainingRemark: '设置临时限速功能(限速值:不限)',
|
||||||
|
trainingType: 'Switch',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '02', orderNum: 1, operateCode: '113', tip: '鼠标右键菜单选择【设置临时限速】' },
|
||||||
|
{ deviceType: '02', orderNum: 2, operateCode: '1136', tip: '鼠标左键选择【限速值: 不限】', val: '0' },
|
||||||
|
{ 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: 'Signal_Set_Route',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '排列进路({3})',
|
||||||
|
trainingRemark: '排列进路',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
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: 'Signal_Cancel_Route',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '取消进路({3})',
|
||||||
|
trainingRemark: '取消进路',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【取消进路】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '303', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 8,
|
||||||
|
minDuration: 5,
|
||||||
|
operateType: 'Signal_Reopen_Signal',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '信号重开({3} 进路)',
|
||||||
|
trainingRemark: '信号重开功能',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '304', tip: '鼠标右键菜单选择【信号重开】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '304', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Signal_Open_Auto_Setting',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '进路交自动控({5})',
|
||||||
|
trainingRemark: '进路交自动控',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01', '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: 'Signal_Close_Auto_Setting',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '进路交人工控({5})',
|
||||||
|
trainingRemark: '进路交人工控',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01', '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: 'Signal_Set_CI_Auto',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '设置通过模式({5})',
|
||||||
|
trainingRemark: '设置通过模式',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '309', tip: '鼠标右键菜单选择【设置通过模式】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '309', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Signal_Set_CI_Auto',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: 'Fleet进路办理({5})',
|
||||||
|
trainingRemark: 'Fleet进路办理',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '309', tip: '鼠标右键菜单选择【Fleet进路办理】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '309', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Signal_Cancel_CI_Auto',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '取消通过模式({5})',
|
||||||
|
trainingRemark: '取消通过模式',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '310', tip: '鼠标右键菜单选择【取消通过模式】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '310', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Signal_Cancel_CI_Auto',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: 'Fleet进路取消({5})',
|
||||||
|
trainingRemark: 'Fleet进路取消',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '310', tip: '鼠标右键菜单选择【Fleet进路取消】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '310', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Signal_Cancel_Guide',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '人工解锁进路({5})',
|
||||||
|
trainingRemark: '人工解锁进路',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '318', tip: '鼠标右键菜单选择【人工解锁进路】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '318', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Signal_Set_Guide',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '信号机引导办理({5})',
|
||||||
|
trainingRemark: '信号机引导办理',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '308', tip: '鼠标右键菜单选择【信号机引导办理】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '308', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Signal_Block',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '信号封锁({5})',
|
||||||
|
trainingRemark: '信号封闭',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '306', tip: '鼠标右键菜单选择【信号封闭】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '306', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Signal_Unblock',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '信号解封({5})',
|
||||||
|
trainingRemark: '信号解封功能',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '03', orderNum: 1, operateCode: '307', tip: '鼠标右键菜单选择【信号解封】' },
|
||||||
|
{ deviceType: '03', orderNum: 2, operateCode: '3073', tip: '鼠标左键点击【确定】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 3, operateCode: '3076', tip: '鼠标左键选择({5})区段', val: '{6}' },
|
||||||
|
{ deviceType: '03', orderNum: 4, operateCode: '3074', tip: '鼠标左键点击【确定】按钮' },
|
||||||
|
{ deviceType: '03', orderNum: 5, operateCode: '3072', tip: '鼠标左键点击【关闭】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'Signal_Detail',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '查询进路控制状态({5})',
|
||||||
|
trainingRemark: '查询进路控制状态',
|
||||||
|
trainingType: 'Signal',
|
||||||
|
productTypes: ['01', '02'],
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: '04', orderNum: 1, operateCode: '316', tip: '鼠标右键菜单选择【查询进路控制状态】' },
|
||||||
|
{ deviceType: '04', orderNum: 2, operateCode: '316', tip: '鼠标左键点击【确定】按钮' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
maxDuration: 20,
|
||||||
|
minDuration: 15,
|
||||||
|
operateType: 'CM_Apply_For_Center_Control',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '请求遥控({1})',
|
||||||
|
trainingRemark: '控制权限转换,站控转中控',
|
||||||
|
trainingType: 'ControlConvertMenu',
|
||||||
|
productTypes: ['02'], // 行调请求中控
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: 'button', orderNum: 1, operateCode: '202', tip: '鼠标右键菜单选择【请求遥控】'},
|
||||||
|
{ deviceType: '05', orderNum: 2, operateCode: '202', tip: '鼠标左键点击【应用】' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
maxDuration: 15,
|
||||||
|
minDuration: 8,
|
||||||
|
operateType: 'CM_Apply_For_Station_Control',
|
||||||
|
skinCode: '06',
|
||||||
|
trainingName: '请求站控({1})',
|
||||||
|
trainingRemark: '控制权限转换,中控转站控',
|
||||||
|
trainingType: 'ControlConvertMenu',
|
||||||
|
productTypes: ['01'], // 现地请求站控
|
||||||
|
stepVOList: [
|
||||||
|
{ deviceType: 'button', orderNum: 1, operateCode: '204', tip: '鼠标右键菜单选择【请求站控】'},
|
||||||
|
{ deviceType: '05', orderNum: 2, operateCode: '204', tip: '鼠标左键点击【应用】' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
File diff suppressed because it is too large
Load Diff
@ -16,8 +16,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import Vue from 'vue';
|
||||||
import { addTrainingRulesList } from '@/api/management/operation';
|
import { addTrainingRulesList } from '@/api/management/operation';
|
||||||
import { OperationList } from '@/scripts/OperationConfig';
|
// import { OperationList } from '@/scripts/OperationConfig';
|
||||||
import { getLineCodeList } from '@/api/management/mapline';
|
import { getLineCodeList } from '@/api/management/mapline';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -116,14 +117,17 @@ export default {
|
|||||||
async create() {
|
async create() {
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
try {
|
try {
|
||||||
OperationList[this.$route.query.lineCode].list.forEach(item => {
|
var OperationList = this.$route.query.lineCode ? Vue.prototype.$theme.loadTraingSteps(this.$route.query.lineCode) : null;
|
||||||
item.mapId = this.$route.query.mapId;
|
if (OperationList && OperationList.list) {
|
||||||
});
|
OperationList.list.forEach(item => {
|
||||||
await addTrainingRulesList(this.$route.query.mapId, OperationList[this.$route.query.lineCode].list);
|
item.mapId = this.$route.query.mapId;
|
||||||
this.loading = false;
|
});
|
||||||
this.$message.success(this.$t('lesson.batchCreateSuccess'));
|
await addTrainingRulesList(this.$route.query.mapId, OperationList.list);
|
||||||
this.handleClose();
|
this.loading = false;
|
||||||
this.$emit('reloadTable'); // 刷新列表
|
this.$message.success(this.$t('lesson.batchCreateSuccess'));
|
||||||
|
this.handleClose();
|
||||||
|
this.$emit('reloadTable'); // 刷新列表
|
||||||
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
this.$message.error(this.$t('error.batchCreateFailed'));
|
this.$message.error(this.$t('error.batchCreateFailed'));
|
||||||
|
Loading…
Reference in New Issue
Block a user