|
@ -62,11 +62,11 @@ const debug_pallet_elevator_stop = async () => { |
|
|
await debugStore.sendControl(params) |
|
|
await debugStore.sendControl(params) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const debug_cap_lifting_origin = async () => { |
|
|
|
|
|
|
|
|
const debug_pallet_elevator_reset = async () => { |
|
|
currentCommandId = Date.now().toString() |
|
|
currentCommandId = Date.now().toString() |
|
|
const params = { |
|
|
const params = { |
|
|
commandId: currentCommandId, |
|
|
commandId: currentCommandId, |
|
|
command: 'debug_cap_lifting_origin', |
|
|
|
|
|
|
|
|
command: 'debug_pallet_elevator_reset', |
|
|
params: { |
|
|
params: { |
|
|
index: debugStore.formData.heatArea.index, |
|
|
index: debugStore.formData.heatArea.index, |
|
|
}, |
|
|
}, |
|
@ -862,7 +862,7 @@ const debug_door_stop = async () => { |
|
|
<ft-button size="small" :click-handle="debug_pallet_elevator_stop"> |
|
|
<ft-button size="small" :click-handle="debug_pallet_elevator_stop"> |
|
|
停止 |
|
|
停止 |
|
|
</ft-button> |
|
|
</ft-button> |
|
|
<ft-button size="small" type="primary" :click-handle="debug_cap_lifting_origin"> |
|
|
|
|
|
|
|
|
<ft-button size="small" type="primary" :click-handle="debug_pallet_elevator_reset"> |
|
|
回原点 |
|
|
回原点 |
|
|
</ft-button> |
|
|
</ft-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|