|
|
@ -45,9 +45,33 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="debug_main"> |
|
|
|
<div class="debug_left"> |
|
|
|
<div class="mt-[10px]"> |
|
|
|
<div class=""> |
|
|
|
<el-row> |
|
|
|
<el-col :span="6" class="text-right">指定电机转速</el-col> |
|
|
|
<el-col :span="20" class="ml-[5rem]"> |
|
|
|
<el-radio-group v-model="rotateForm.axis"> |
|
|
|
<el-radio value="X">X</el-radio> |
|
|
|
<el-radio value="Y">Y</el-radio> |
|
|
|
<el-radio value="Z">Z</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
<div class="flex"> |
|
|
|
<div> |
|
|
|
速度:<input |
|
|
|
type="number" |
|
|
|
v-model="rotateForm.speed" |
|
|
|
placeholder="" |
|
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />毫米/秒 |
|
|
|
</div> |
|
|
|
<div class="ml-[20px]"> |
|
|
|
<el-button type="primary" @click="onRotate">确定</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-divider /> |
|
|
|
<el-row> |
|
|
|
<el-col :span="6" class="text-right"> 电压控制器: </el-col> |
|
|
|
<el-col :span="6" class="ml-[20px]"> |
|
|
@ -71,7 +95,7 @@ |
|
|
|
v-model="syringeForm.rotationSpeed" |
|
|
|
placeholder="转速" |
|
|
|
type="number" |
|
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />毫米/秒 |
|
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />微升/每分钟 |
|
|
|
</div> |
|
|
|
<div class="mt-[10px] ml-[20px]"> |
|
|
|
<input |
|
|
@ -105,59 +129,6 @@ |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-divider /> |
|
|
|
|
|
|
|
<el-row class="mt-[10px]"> |
|
|
|
<el-col :span="4" class="text-right"> </el-col> |
|
|
|
<el-col :span="18"> |
|
|
|
<div>指定转速 指定时间:</div> |
|
|
|
<el-radio-group v-model="rotateForm.axis"> |
|
|
|
<el-radio value="X">X</el-radio> |
|
|
|
<el-radio value="Y">Y</el-radio> |
|
|
|
<el-radio value="Z">Z</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
<div> |
|
|
|
速度:<input |
|
|
|
type="number" |
|
|
|
v-model="rotateForm.speed" |
|
|
|
placeholder="" |
|
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />毫米/秒 |
|
|
|
<!-- 时间:<input type="number" v-model="rotateForm.time" placeholder='' class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />毫秒 --> |
|
|
|
</div> |
|
|
|
<div class="mt-[20px]"> |
|
|
|
<el-button type="primary" @click="onRotate">确定</el-button> |
|
|
|
|
|
|
|
<!-- X:向左 向右 回原点 |
|
|
|
Y:前进 后退 回原点 |
|
|
|
Z:向上 向下 回原点 |
|
|
|
转速:速度 单位:毫米/秒 --> |
|
|
|
|
|
|
|
<!-- <el-button type="primary" @click="onStopRotate">停止</el-button> --> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
|
|
|
|
<!-- <el-row class="mt-[10px]"> |
|
|
|
<el-col :span="6" class="text-right"> |
|
|
|
推基质容量: |
|
|
|
</el-col> |
|
|
|
<el-col :span="6" class="ml-[20px]"> |
|
|
|
<input placeholder='容量' type="number" class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />ml |
|
|
|
</el-col> |
|
|
|
<el-col :span="4" class="ml-[10px]"> |
|
|
|
<el-button type="primary">确定</el-button> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row class="mt-[10px]"> |
|
|
|
<el-col :span="6" class="text-right"> |
|
|
|
预充基质: |
|
|
|
</el-col> |
|
|
|
<el-col :span="6" class="ml-[20px]"> |
|
|
|
<input placeholder='容量' type="number" class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />ml |
|
|
|
</el-col> |
|
|
|
<el-col :span="4" class="ml-[10px]"> |
|
|
|
<el-button type="primary">确定</el-button> |
|
|
|
</el-col> |
|
|
|
</el-row> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="debug_right"> |
|
|
@ -555,7 +526,7 @@ const onTurnOnLightPanel = () => { |
|
|
|
|
|
|
|
function onTurnOffLightPanel() { |
|
|
|
const params = { |
|
|
|
brightness: 40, |
|
|
|
brightness: brightness.value, |
|
|
|
}; |
|
|
|
turnOffLightPanel(params).then((res) => { |
|
|
|
success(res); |
|
|
|