Files
flow_control/问题.md

6 lines
532 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1.PcControl.py中set_motor_position方法对于电机行程到模拟量的映射是否考虑了volthege_min不为0的情况?原版未考虑,现版暂时考虑了进去
答:读取数据时考虑了。写入数据无需考虑。
2.最大行程是1000还是1062.5PcControl.py中是1000,而controllers.py中是1062.5。
答:统一改为1000.
3.init_v预置初始阀门开度是否有用到?read_motor_position读取电机行程,现在是否能做到?
答:可以读取电机行程,尚未拉取最新PcControl.py。