TatianaResend / SPIF-A_v2

Development of a compact incremental stamping machine.
GNU General Public License v3.0
1 stars 0 forks source link

Test the motors #15

Closed TatianaResend closed 1 year ago

TatianaResend commented 1 year ago

Make the necessary connections to plug in a motor and create C++ code to test the motors. Initially, you can test motor by motor individually. The controller to be used initially will be an Arduino UNO but in the final project it will be a Controllino MEGA.

Using the AccelStepper library.

TatianaResend commented 1 year ago

Connections in Drive:

High Voltage and Encoder image

Signal and Control Signal: image

TatianaResend commented 1 year ago

AccelStepper library

TatianaResend commented 1 year ago

The first motor work. I can rotate the angle I want through the accelstepper library. Missing: try if the other motors also work

TatianaResend commented 1 year ago

I already have the power supply part for the motors. Just missing wires to be able to connect and test.

TatianaResend commented 1 year ago

All engines individually work correctly