first commit

This commit is contained in:
rangang
2026-08-12 17:40:45 +08:00
commit 84b2bdb35d
12 changed files with 1958 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
1.PcControl.py中set_motor_position方法对于电机行程到模拟量的映射是否考虑了volthege_min不为0的情况?原版未考虑,现版暂时考虑了进去
2.最大行程是1000还是1062.5PcControl.py中是1000,而controllers.py中是1062.5
3.init_v预置初始阀门开度是否有用到?read_motor_position读取电机行程,现在是否能做到?