|
@ -272,7 +272,6 @@ import { |
|
|
if(!axis)return; |
|
|
if(!axis)return; |
|
|
const x = parseFloat(parseFloat(machineryForm.value[axis]).toFixed(1)); |
|
|
const x = parseFloat(parseFloat(machineryForm.value[axis]).toFixed(1)); |
|
|
console.log('x-------', x) |
|
|
console.log('x-------', x) |
|
|
return; |
|
|
|
|
|
const params = { |
|
|
const params = { |
|
|
commandName:'moveMotorToPosition', |
|
|
commandName:'moveMotorToPosition', |
|
|
params: <MachineryType>{ |
|
|
params: <MachineryType>{ |
|
|