修改传送带电机、舵机、达妙电机等相关接口

This commit is contained in:
2026-02-26 15:42:22 +08:00
parent 5c9946dfc7
commit 8d2e91b8b3
10 changed files with 1642 additions and 331 deletions

View File

@ -13,7 +13,7 @@ import logging
import os
from conveyor_controller.conveyor_master_controller2_test import conveyor_control
from client import IndustrialPCClient
from DM.DM_Motor_test import DMMotorController, Control_Type, dm_motor_control
from DM.DM_Motor_controller import DMMotorController, Control_Type, dm_motor_control
# ------------ 日志+参数配置 ------------
script_dir = os.path.dirname(os.path.abspath(__file__))