791 lines
37 KiB
JavaScript
791 lines
37 KiB
JavaScript
// 操作规则定义
|
||
// {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: 'Section_Block',
|
||
skinCode: '07',
|
||
trainingName: '区段封锁({8}{9})',
|
||
trainingRemark: '区段封锁功能',
|
||
trainingType: 'Section',
|
||
productTypes: ['02'], // 产品类型 01 现地 02 行调
|
||
stepVOList: [
|
||
{ deviceType: '03', orderNum: 1, operateCode: '403', tip: '鼠标右键菜单选择【区段封锁】' },
|
||
{ deviceType: '03', orderNum: 2, operateCode: '403', tip: '鼠标左键点击【确定】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Section_Block',
|
||
skinCode: '07',
|
||
trainingName: '区段封锁({8}{9})',
|
||
trainingRemark: '区段封锁功能',
|
||
trainingType: 'Section',
|
||
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: 'Section_Unblock',
|
||
skinCode: '07',
|
||
trainingName: '区段解封({8}{9})',
|
||
trainingRemark: '区段解封功能',
|
||
trainingType: 'Section',
|
||
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: 'Section_Unblock',
|
||
skinCode: '07',
|
||
trainingName: '区段解封({8}{9})',
|
||
trainingRemark: '区段解封功能',
|
||
trainingType: 'Section',
|
||
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: 'Section_Set_Limit_Speed',
|
||
skinCode: '07',
|
||
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: '07',
|
||
trainingName: '轨区设限({8}{9})',
|
||
trainingRemark: '区段设置限速功能(限速值:5)',
|
||
trainingType: 'Section',
|
||
productTypes: ['01'],
|
||
stepVOList: [
|
||
{ deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该道岔' },
|
||
{ deviceType: '03', orderNum: 2, operateCode: '407', tip: '鼠标左键点击【轨区设限】按钮' },
|
||
{ deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Section_Cancel_Limit_Speed',
|
||
skinCode: '07',
|
||
trainingName: '区段取消限速({8}{9})',
|
||
trainingRemark: '区段取消限速功能',
|
||
trainingType: 'Section',
|
||
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: 'Section_Cancel_Limit_Speed',
|
||
skinCode: '07',
|
||
trainingName: '轨区消限({8}{9})',
|
||
trainingRemark: '区段取消限速功能',
|
||
trainingType: 'Section',
|
||
productTypes: ['01'],
|
||
stepVOList: [
|
||
{ deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该道岔' },
|
||
{ deviceType: '03', orderNum: 2, operateCode: '408', tip: '鼠标左键点击【轨区消限】按钮' },
|
||
{ deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Section_Fault_Unlock',
|
||
skinCode: '02',
|
||
trainingName: '强解区段({8}{9})',
|
||
trainingRemark: '强解区段功能',
|
||
trainingType: 'Section',
|
||
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: 'Switch_Normal_Position', // 0312 新增定位字典
|
||
skinCode: '07',
|
||
trainingName: '单操到定位({7})',
|
||
trainingRemark: '单操到定位({7})',
|
||
trainingType: 'Switch',
|
||
productTypes: ['02'],
|
||
stepVOList: [
|
||
{ deviceType: '02', orderNum: 1, operateCode: '101', tip: '鼠标右键菜单选择【单操到定位】' },
|
||
{ deviceType: '02', orderNum: 2, operateCode: '101', tip: '鼠标左键点击【确定】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Switch_Normal_Position',
|
||
skinCode: '07',
|
||
trainingName: '转换定位({7})',
|
||
trainingRemark: '转换定位({7})',
|
||
trainingType: 'Switch',
|
||
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: 'Switch_Reverse_Position', // 0313 新增定位字典
|
||
skinCode: '07',
|
||
trainingName: '单操到反位({7})',
|
||
trainingRemark: '单操到反位({7})',
|
||
trainingType: 'Switch',
|
||
productTypes: ['02'],
|
||
stepVOList: [
|
||
{ deviceType: '02', orderNum: 1, operateCode: '102', tip: '鼠标右键菜单选择【单操到反位】' },
|
||
{ deviceType: '02', orderNum: 2, operateCode: '102', tip: '鼠标左键点击【确定】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Switch_Reverse_Position', // 0313 新增定位字典
|
||
skinCode: '07',
|
||
trainingName: '转换反位({7})',
|
||
trainingRemark: '转换反位({7})',
|
||
trainingType: 'Switch',
|
||
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: 'Switch_Single_Lock',
|
||
skinCode: '07',
|
||
trainingName: '道岔单锁({7})',
|
||
trainingRemark: '道岔单锁功能',
|
||
trainingType: 'Switch',
|
||
productTypes: ['02'],
|
||
stepVOList: [
|
||
{ deviceType: '02', orderNum: 1, operateCode: '103', tip: '鼠标右键菜单选择【道岔单锁】' },
|
||
{ deviceType: '02', orderNum: 2, operateCode: '103', tip: '鼠标左键点击【确定】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Switch_Single_Lock',
|
||
skinCode: '07',
|
||
trainingName: '道岔单锁({7})',
|
||
trainingRemark: '道岔单锁功能',
|
||
trainingType: 'Switch',
|
||
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: 'Switch_Single_Unlock',
|
||
skinCode: '07',
|
||
trainingName: '道岔单解({7})',
|
||
trainingRemark: '道岔单解功能',
|
||
trainingType: 'Switch',
|
||
productTypes: ['02'],
|
||
stepVOList: [
|
||
{ deviceType: '02', orderNum: 1, operateCode: '104', tip: '鼠标右键菜单选择【道岔单解】' },
|
||
{ deviceType: '02', orderNum: 2, operateCode: '104', tip: '鼠标左键点击【确定】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Switch_Single_Unlock',
|
||
skinCode: '07',
|
||
trainingName: '道岔单解({7})',
|
||
trainingRemark: '道岔单解功能',
|
||
trainingType: 'Switch',
|
||
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: 'Switch_Block',
|
||
skinCode: '07',
|
||
trainingName: '道岔封锁({7})',
|
||
trainingRemark: '道岔封锁功能',
|
||
trainingType: 'Switch',
|
||
productTypes: ['02'],
|
||
stepVOList: [
|
||
{ deviceType: '02', orderNum: 1, operateCode: '105', tip: '鼠标右键菜单选择【道岔封锁】' },
|
||
{ deviceType: '02', orderNum: 2, operateCode: '105', tip: '鼠标左键点击【确定】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Switch_Block',
|
||
skinCode: '07',
|
||
trainingName: '道岔封锁({7})',
|
||
trainingRemark: '道岔封锁功能',
|
||
trainingType: 'Switch',
|
||
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: 'Switch_Unblock',
|
||
skinCode: '07',
|
||
trainingName: '道岔解封({7})',
|
||
trainingRemark: '道岔解封功能',
|
||
trainingType: 'Switch',
|
||
productTypes: ['02'],
|
||
stepVOList: [
|
||
{ deviceType: '02', orderNum: 1, operateCode: '106', tip: '鼠标右键菜单选择【道岔解封】' },
|
||
{ deviceType: '02', orderNum: 2, operateCode: '106', tip: '鼠标左键点击【确认】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Switch_Unblock',
|
||
skinCode: '07',
|
||
trainingName: '道岔解封({7})',
|
||
trainingRemark: '道岔解封功能',
|
||
trainingType: 'Switch',
|
||
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: 'Switch_Section_Block',
|
||
skinCode: '07',
|
||
trainingName: '道岔区段封锁({7})',
|
||
trainingRemark: '区段封锁功能',
|
||
trainingType: 'Switch',
|
||
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: 'Switch_Section_Unblock',
|
||
skinCode: '07',
|
||
trainingName: '道岔区段解封({7})',
|
||
trainingRemark: '区段解封功能',
|
||
trainingType: 'Switch',
|
||
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: 'Switch_Fault_Unlock',
|
||
skinCode: '02',
|
||
trainingName: '强解区段({7})',
|
||
trainingRemark: '强解区段',
|
||
trainingType: 'Switch',
|
||
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: 'Switch_Set_Limit_Speed',
|
||
skinCode: '02',
|
||
trainingName: '道岔轨区设限({7})',
|
||
trainingRemark: '轨区设限功能',
|
||
trainingType: 'Switch',
|
||
productTypes: ['01'],
|
||
stepVOList: [
|
||
{ deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该道岔' },
|
||
{ deviceType: '03', orderNum: 2, operateCode: '113', tip: '鼠标左键点击【轨区设限】按钮' },
|
||
{ deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Switch_Cancel_Limit_Speed',
|
||
skinCode: '02',
|
||
trainingName: '道岔轨区消限({7})',
|
||
trainingRemark: '轨区消限功能',
|
||
trainingType: 'Switch',
|
||
productTypes: ['01'],
|
||
stepVOList: [
|
||
{ deviceType: '03', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该道岔' },
|
||
{ deviceType: '03', orderNum: 2, operateCode: '114', tip: '鼠标左键点击【轨区消限】按钮' },
|
||
{ deviceType: '03', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
|
||
]
|
||
},
|
||
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Signal_Set_Route',
|
||
skinCode: '07',
|
||
trainingName: '排列进路({3})',
|
||
trainingRemark: '选择排列进路',
|
||
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: 'Signal_Set_Route',
|
||
skinCode: '07',
|
||
trainingName: 'ATP进路({3})',
|
||
trainingRemark: '选择ATP进路',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Cancel_Route',
|
||
skinCode: '07',
|
||
trainingName: '进路取消({3})',
|
||
trainingRemark: '进路取消',
|
||
trainingType: 'Signal',
|
||
productTypes: ['02'],
|
||
stepVOList: [
|
||
{ deviceType: '04', orderNum: 1, operateCode: '303', tip: '鼠标右键菜单选择【进路取消】' },
|
||
{ deviceType: '04', orderNum: 2, operateCode: '303', tip: '鼠标左键点击【确定】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Signal_Cancel_Route',
|
||
skinCode: '07',
|
||
trainingName: '取消ATP({3})',
|
||
trainingRemark: '取消ATP',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Block',
|
||
skinCode: '07',
|
||
trainingName: '封锁信号({5})',
|
||
trainingRemark: '封锁信号',
|
||
trainingType: 'Signal',
|
||
productTypes: ['02'],
|
||
stepVOList: [
|
||
{ deviceType: '04', orderNum: 1, operateCode: '306', tip: '鼠标右键菜单选择【封锁信号】' },
|
||
{ deviceType: '04', orderNum: 2, operateCode: '306', tip: '鼠标左键点击【确定】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Signal_Block',
|
||
skinCode: '07',
|
||
trainingName: '封锁信号({5})',
|
||
trainingRemark: '封锁信号',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Unblock',
|
||
skinCode: '07',
|
||
trainingName: '解封信号({5})',
|
||
trainingRemark: '解封信号',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Unblock',
|
||
skinCode: '07',
|
||
trainingName: '解封信号({5})',
|
||
trainingRemark: '解封信号',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Open_Auto_Setting',
|
||
skinCode: '07',
|
||
trainingName: '自排单开({5})',
|
||
trainingRemark: '自排单开',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Open_Auto_Setting',
|
||
skinCode: '07',
|
||
trainingName: '自排全开({5})',
|
||
trainingRemark: '自排全开',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Close_Auto_Setting',
|
||
skinCode: '07',
|
||
trainingName: '自排单关({5})',
|
||
trainingRemark: '自排单关',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Close_Auto_Setting',
|
||
skinCode: '07',
|
||
trainingName: '自排全关({5})',
|
||
trainingRemark: '自排全关',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Close_Signal',
|
||
skinCode: '07',
|
||
trainingName: '关单信号({3})',
|
||
trainingRemark: '关单信号',
|
||
trainingType: 'Signal',
|
||
productTypes: ['02'],
|
||
stepVOList: [
|
||
{ deviceType: '04', orderNum: 1, operateCode: '313', tip: '鼠标右键菜单选择【关单信号】' },
|
||
{ deviceType: '04', orderNum: 2, operateCode: '313', tip: '鼠标左键点击【确定】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Signal_Close_Signal',
|
||
skinCode: '07',
|
||
trainingName: '关单信号({3})',
|
||
trainingRemark: '关单信号',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Reopen_Signal',
|
||
skinCode: '07',
|
||
trainingName: '重复开放({3})',
|
||
trainingRemark: '重复开放',
|
||
trainingType: 'Signal',
|
||
productTypes: ['02'],
|
||
stepVOList: [
|
||
{ deviceType: '04', orderNum: 1, operateCode: '304', tip: '鼠标右键菜单选择【重复开放】' },
|
||
{ deviceType: '04', orderNum: 2, operateCode: '304', tip: '鼠标左键点击【确定】按钮' }
|
||
]
|
||
},
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Signal_Reopen_Signal',
|
||
skinCode: '07',
|
||
trainingName: '重复开放({3})',
|
||
trainingRemark: '重复开放',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Set_Route',
|
||
// skinCode: '07',
|
||
// trainingName: '联锁进路({3})',
|
||
// trainingRemark: '联锁进路',
|
||
// trainingType: 'Signal',
|
||
// productTypes: ['01'],
|
||
// stepVOList: [
|
||
// { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' },
|
||
// { deviceType: '04', orderNum: 2, operateCode: 'click', tip: '鼠标左键点击选择该信号机' },
|
||
// { deviceType: '04', orderNum: 3, operateCode: '301', tip: '鼠标左键点击【联锁进路】按钮' },
|
||
// { deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
|
||
// ]
|
||
// },
|
||
// {
|
||
// maxDuration: 15,
|
||
// minDuration: 8,
|
||
// operateType: 'Signal_Cancel_Route',
|
||
// skinCode: '07',
|
||
// trainingName: '取消联锁({3})',
|
||
// trainingRemark: '取消联锁',
|
||
// trainingType: 'Signal',
|
||
// productTypes: ['01'],
|
||
// stepVOList: [
|
||
// { deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' },
|
||
// { deviceType: '04', orderNum: 2, operateCode: 'click', tip: '鼠标左键点击选择该信号机' },
|
||
// { deviceType: '04', orderNum: 3, operateCode: '303', tip: '鼠标左键点击【取消联锁】按钮' },
|
||
// { deviceType: '04', orderNum: 4, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
|
||
// ]
|
||
// },
|
||
{
|
||
maxDuration: 15,
|
||
minDuration: 8,
|
||
operateType: 'Signal_Set_Guide',
|
||
skinCode: '07',
|
||
trainingName: '引导进路({3})',
|
||
trainingRemark: '引导进路办理',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Human_Release_Route',
|
||
skinCode: '07',
|
||
trainingName: '取消引导({3})',
|
||
trainingRemark: '取消引导',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Set_CI_Auto',
|
||
skinCode: '07',
|
||
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: '07',
|
||
trainingName: '追踪单开({5})',
|
||
trainingRemark: '追踪单开',
|
||
trainingType: 'Signal',
|
||
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: 'Signal_Cancel_CI_Auto',
|
||
skinCode: '07',
|
||
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: '07',
|
||
trainingName: '追踪单关({5})',
|
||
trainingRemark: '追踪单关',
|
||
trainingType: 'Signal',
|
||
productTypes: ['01'],
|
||
stepVOList: [
|
||
{ deviceType: '04', orderNum: 1, operateCode: 'click', tip: '鼠标左键点击选择该信号机' },
|
||
{ deviceType: '04', orderNum: 2, operateCode: '310', tip: '鼠标左键点击【追踪单关】按钮' },
|
||
{ deviceType: '04', orderNum: 3, operateCode: '008', tip: '鼠标左键点击【执行】按钮' }
|
||
]
|
||
}
|
||
]
|
||
};
|