You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
398 B

11 months ago
11 months ago
11 months ago
  1. ```
  2. TODO:
  3. (lld采用压力传感器检测液面)
  4. 移液枪液面探测方法修改成
  5. lld_prepare时,记录一个压力值
  6. lld启动时,先不移动步进电机,先读取压力值,如果压力值大于记录值,说明有液体
  7. 否则,移动步进电机,直到压力值大于记录值
  8. ```
  9. ```angular2html
  10. 1. 将液面探测做到最佳
  11. ```