Hello,
I'm trying to run NEMA 34 motor at a very slow speed. I also want to try different speed for the motor. Please help me with a code so that I can adjust the rpm of the motor.
Motor Specs:
BLY341S-12V-3000
https://www.anaheimautomation.com/products/brushless/brushless-motor-item.php?sID=150&pt=i&tID=96&cID=22
Controller Specs:
MDC151-012301
https://www.anaheimautomation.com/products/brushless/brushless-driver-controller-item.php?sID=278&serID=7&pt=i&tID=999&cID=23
Please help me with a code.
I also want to run 4 motors with one arduino. Which kind of Arduino should I use?
Thanks in advance
i found this
datasheet
you go straight to the wiring page #9 clearly shows how to connect your controller to your motor as well as to your arduino
page #3 shows how to control the whole thing ( run_stop/direction/enable/speed control, etc)
that shouldn't be lot of hassle for arduino to do it
hope you will thoroughly read the rest of the sheet
[edited:]
the controller basically needs 3 I/O pins (out) and 1 PWM pin with arduino, so with 4 motors that makes a total of 12 I/Os (out) + 4 PWM
Arduino Nano ( or Uno ) will do it
JCA34F
January 7, 2020, 6:31am
#3
The speed input on that drive is 0 to 5V DC, I would use a digital to analog converter (DAC) to translate numbers from the Arduino to a DC level the drive can use. Can't say what the minimum controllable speed might be. What are you looking for (RPM)?