Which Arduino board do you have ?
Do you use the newest Arduino IDE version 1.0.6 or 1.5.8 ?
Are you sure that you are uploading the sketch ? Can you make a led blink ?
Delta_G, you think a step relay is used ? then 4ms is too short.
the pin 11 puts power to a bace of a NPN tranzistor alowing the steper moter to reverce and the 4 ms is makeing the steper moter step bye aplying pasitive pulces to the step pin on the bipolar driver bord from pin 12 so i want pin 12 to have a 4ms delay and the pin 11 to have a 1000 ms delay dose that make more sence
that is how the code was wrote so i coppyed it and modifyed the variebls so it would do what i want so what needs to be fixed what line and what number
Would writing the current states to the pins help I wonder ?
Delta_G did tell you earlier
The only thing you're doing wrong here is not setting the pins. You get the new state for the pins, but at some point you'll need to actually do a digitalWrite(Step, Step_State) to actually put that out on the pin.
i think i got it i under sthnd how variebules and how to turn a io pin on and off but the timeing was what keps not working but with the new code ti solves the isshue but it gave mr no io i think i fixed what you said before i upload it a gin so here is the revised code just the void loop
All I want to know is if i wrote the code the way you said to. Or not please check the code that I will quote.
if this will work witch it did not then tell me the issue with it please.
vinaton:
All I want to know is if i wrote the code the way you said to. Or not please check the code that I will quote.
if this will work witch it did not then tell me the issue with it please.
We cannot tell you the issue with it unless you post the whole program.
For instance, have you set the output pins properly with the pinMode() command ?
I solved my problem thanks for the help. Sorry Delta_G for all my problems with geammer. I don't write that often so I am not the best. I learned alot from this so i will have less problems.