Hello
Guest
it is
April 28, 2025, 04:35:24 AM
Guest
Login
Register
Menu
Home
Help
Search
Login
Register
YouTube
Machsupport Forum
/
Mach Discussion
/
General Mach Discussion
/
Motors ramp up with each line of g code??
« previous
next »
Print
Pages:
«
1
2
Go Down
Author
Topic: Motors ramp up with each line of g code?? (Read 11668 times)
0 Members and 1 Guest are viewing this topic.
learman
93
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
Logged
learman
93
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,,
Logged
Brian Barker
3,860
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)
Logged
Fixing problems one post at a time
www.newfangledsolutions.com
www.machsupport.com
learman
93
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!!
Logged
Brian Barker
3,860
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
Logged
Fixing problems one post at a time
www.newfangledsolutions.com
www.machsupport.com
Print
Pages:
«
1
2
Go Up
« previous
next »