实训调整
This commit is contained in:
parent
48e26565df
commit
ee6d3b41b1
@ -854,7 +854,7 @@ export default {
|
||||
maxDuration: 15,
|
||||
minDuration: 8,
|
||||
operateType: 'Station_Set_CI_Auto_Trigger',
|
||||
skinCode: '07',
|
||||
skinCode: '02',
|
||||
trainingName: '全站设置联锁自动触发({26})',
|
||||
trainingRemark: '全站设置联锁自动触发',
|
||||
trainingType: 'Station',
|
||||
@ -867,7 +867,7 @@ export default {
|
||||
maxDuration: 15,
|
||||
minDuration: 8,
|
||||
operateType: 'Station_Cancel_CI_Auto_Trigger',
|
||||
skinCode: '07',
|
||||
skinCode: '02',
|
||||
trainingName: '全站取消联锁自动触发({26})',
|
||||
trainingRemark: '全站取消联锁自动触发',
|
||||
trainingType: 'Station',
|
||||
@ -880,7 +880,7 @@ export default {
|
||||
maxDuration: 15,
|
||||
minDuration: 8,
|
||||
operateType: 'Station_Close_Auto_Setting',
|
||||
skinCode: '07',
|
||||
skinCode: '02',
|
||||
trainingName: '所有进路交人工控({26})',
|
||||
trainingRemark: '所有进路交人工控',
|
||||
trainingType: 'Station',
|
||||
@ -894,7 +894,7 @@ export default {
|
||||
maxDuration: 15,
|
||||
minDuration: 8,
|
||||
operateType: 'Station_Open_Auto_Setting',
|
||||
skinCode: '07',
|
||||
skinCode: '02',
|
||||
trainingName: '所有进路交ATS自动控({26})',
|
||||
trainingRemark: '所有进路交ATS自动控',
|
||||
trainingType: 'Station',
|
||||
@ -903,6 +903,23 @@ export default {
|
||||
{ deviceType: '04', orderNum: 1, operateCode: '606', tip: '鼠标右键菜单选择【所有进路交ATS自动控】' },
|
||||
{ deviceType: '04', orderNum: 2, operateCode: '606', tip: '鼠标左键点击【确定】按钮', val: 'true' }
|
||||
]
|
||||
},
|
||||
{
|
||||
maxDuration: 15,
|
||||
minDuration: 8,
|
||||
operateType: 'Station_Power_On_Unlock',
|
||||
skinCode: '02',
|
||||
trainingName: '上电解锁({26})',
|
||||
trainingRemark: '上电解锁',
|
||||
trainingType: 'Station',
|
||||
productTypes: ['01'],
|
||||
stepVOList:[
|
||||
{deviceType: '05', orderNum: 1, operateCode: '603', tip: '鼠标右键菜单选择【上电解锁】'},
|
||||
{deviceType: '05', orderNum: 2, operateCode: '6031', tip: '鼠标左键点击【下达】'},
|
||||
{deviceType: '05', orderNum: 3, operateCode: '6033', tip: '鼠标左键点击【确认1】'},
|
||||
{deviceType: '05', orderNum: 4, operateCode: '6034', tip: '鼠标左键点击【确认2】'},
|
||||
{deviceType: '05', orderNum: 5, operateCode: '001', tip: '鼠标左键点击【关闭】按钮'}
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user