Welcome! Log In Create A New Profile

Advanced

MKS TB6600 motor drifing using arduino

Posted by varunme 
MKS TB6600 motor drifing using arduino
September 29, 2015 04:02AM
Hi all, how MKS TB6600 motor drifing using arduino?


Is it like ?

for (i=0; i<=10; i++)
{
EN =1;
CLK =1;
DIR =1


CLK =0;
EN =0;

EN =1;
CLK =1;
DIR =0;


CLK =0;
EN =0;
}
Re: MKS TB6600 motor drifing using arduino
September 29, 2015 07:21AM
It's more like

EN=1
DIR=1

for() {
CLK=1
CLK=0
}


Triffid Hunter's Calibration Guide --> X <-- Drill for new Monitor Most important Gcode.
Sorry, only registered users may post in this forum.

Click here to login