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.

17 lines
612 B

1 year ago
  1. ```
  2. 1. 新的tip 4
  3. 2. tip上有水滴 10
  4. 3. 用手摸tip 150
  5. 4. tip浸没在水中 30
  6. 5. tip浸没在水中,用手摸试管 50
  7. 只有没有tip的情况下允许调用lld_prepare
  8. 移液枪的使用流程:
  9. 1. 丢tip
  10. 2. 移动泵机到z轴中间(液面探测准备)
  11. 3. 装tip
  12. 4. 检测是否有tip,检测是否已经执行过吸液,液面探测(记录吸液排液水平线)
  13. 5. 吸液()记录最大值,如果超过最大值则,不允许继续吸液
  14. 6. 排液()记录最大值,如果超过最大值则,不允许继续吸液
  15. ```