Hello Guest it is March 28, 2024, 12:08:36 PM

Author Topic: Motors ramp up with each line of g code??  (Read 6224 times)

0 Members and 1 Guest are viewing this topic.

Re: Motors ramp up with each line of g code??
« Reply #10 on: May 18, 2007, 10:40:29 AM »
still not turning it on, I set output #1 to pin 14 ( thats what output pin im on not 16)  ran it just like you have it

M3   
M11 P1
G0 X-05.000 Y00.00000 Z00.00000
G0 X-08.000 Y00.00000 Z00.00000
M10 P1
G0 X 00.000 Y00.00000 Z00.00000
M30

I am running Mach 3, I  dont see in the M codes an M11 and M10,, Im quesing M11 on and M10 off
Re: Motors ramp up with each line of g code??
« Reply #11 on: May 18, 2007, 12:34:01 PM »
Got it!! P1 Is output 3 P2 is output 4 and so on,,
Thanks,, Those M10 and M11 comands are going to come in handy,,
Re: Motors ramp up with each line of g code??
« Reply #12 on: May 18, 2007, 01:12:26 PM »
The P number is a bug and is fixed for the next rev :)

Also if you would like to have the program move a bit better try it like this:

M3   
M11 P1
G1 X-05.000 Y00.00000 Z00.00000 F100000.0
X-08.000 Y00.00000 Z00.00000
M10 P1
X00.000 Y00.00000 Z00.00000
M30

This will make the CV work (You can't have CV in G0 mode)
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: Motors ramp up with each line of g code??
« Reply #13 on: May 18, 2007, 07:51:05 PM »
Very Nice!! thanks you so much!!! there is no pause at all
Is it because you used only one Gcode comand as in G1?
what dose the F100000.0 represent?
 
YOU THE MAN BARKER!!
Re: Motors ramp up with each line of g code??
« Reply #14 on: May 18, 2007, 07:59:56 PM »
The G1 linear feed mode and the F10000.0 is just a  very large feed rate to make the move seem like a rapid move.

Happy to see that it is working for you!
Thanks
Brian
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com