Threaded View
-
19-06-2019 #3
My understanding of your situation is that you have a CNC shield which is effectively acting as a breakout board for the arduino GPIO pins.
The CNC shield can either have small driver chips attached (like in this instructable link) or you can connect to external stepper motor drivers, like you seem to be trying.
In your case, I'd expect the external drivers to be connecting to the XYZ Step / Dir pins on the left hand side of the shield, rather than the pins that you show them connected to. I think the ones you've got them wired to are the output for the motor driver chips which would go directly to the stepper motors - but without a pinout diagram its hard to say.
The drivers should have STEP or PULSE + and -, DIR + and -. Those are the four pins you want to connect to your shield.
To understand why, you need to have a grasp of how we turn G Code into Stepper motor movements. The first stage is to translate the Gcode command into a direction and a number of pulses for the motor (there are many pulses per turn - it depends on the motor, but typically 200). This is what your arduino is doing. The CNC shield is simply moving the output of the arduino from Pin N to a helpful location for you to plug into. You then need a stepper driver which turns these pulses and directions into currents which go through the two coils in the stepper motor which cause it to move in one direction or the other. The confusing bit here is that your CNC shield can accept small chips which do this job, but you're not using them!Last edited by AndyUK; 19-06-2019 at 10:46 AM.
-
The Following User Says Thank You to AndyUK For This Useful Post:
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Arduino CNC Shield Power Routing
By AcrimoniousMirth in forum Control Hardware & SystemsReplies: 25Last Post: 03-07-2017, 07:37 AM -
eBay Nema23 Stepper mounts
By Slixxor in forum Gantry/Router Machines & BuildingReplies: 7Last Post: 05-06-2016, 05:02 PM -
FOR SALE: 3 nema23 sanyo 3a 6.35 shaft 4 wire motors - 3 3a 24v 6560 drivers - 24v 15a psu £100
By nobby in forum Items For SaleReplies: 0Last Post: 22-06-2014, 01:59 PM -
RFQ: RFQ Nema23 stepper mount
By r0bsk1 in forum Projects, Jobs & RequestsReplies: 0Last Post: 15-02-2014, 02:16 PM -
WANTED: stepper driver module
By tinshak in forum Items WantedReplies: 0Last Post: 16-01-2013, 09:31 AM



Reply With Quote
Bookmarks