简体   繁体   English

如何使用直流电机、电流传感器和 arduino uno 构建转矩控制电路

[英]How to build a circuit for torque control using a DC motor, current sensor and arduino uno

I have been tasked with designing a circuit that controls the output torque of a DC motor.我的任务是设计一个控制直流电机 output 扭矩的电路。 The requirements are that the motor should operate at one of two torque values (inputted using a toggle switch).要求是电机应在两个扭矩值之一(使用拨动开关输入)下运行。 This should be done using an arduino uno as well as a DiodeZetex 5 pin current sensor.这应该使用 arduino uno 以及 DiodeZetex 5 针电流传感器来完成。 I am unsure of how to actually fit all of the components together - specifically, I am not sure how to use the current sensor or how to 'set' the current of the motor?我不确定如何将所有组件实际安装在一起——具体来说,我不确定如何使用电流传感器或如何“设置”电机的电流?

I'm assuming you are using a DC motor with permanent ma.nets.我假设您使用的是带有永磁网络的直流电机。 In the datasheet there should be a torque constant km (Nm/A) .在数据表中应该有扭矩常数km (Nm/A) The torque M can then be calculated "ideally" with the formula M = km * I .然后可以“理想地”使用公式M = km * I计算扭矩M。 The rest should be solvable with ohm's law and maybe some try and error. rest 应该可以用欧姆定律解决,也许可以尝试一些错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM