Diez B. Roggisch wrote:
> Hi,
> 
> I'm working with a 3-axis-table mill. Driving the mill in manual mode 
> respects the override as well as the traverse rate controller.
> 
> However, once I issue a G0-command, only the override is used - the 
> traverse rate is incredibly high & thus makes the machine getting pretty 
> worked up.
> 

G0 is a rapid - that means the machine will move at the MAX_VELOCITY
specified in the ini file.  Note that the ini file numbers are in inches
(or mm) per second, not per minute.

> So I wonder - how can I influence the G0 traverse rate?

Set MAX_VELOCITY in the [TRAJ] or [AXIS_n] sections of the ini file (or
both).  The TRAJ section affects movement in any direction, the [AXIS_n]
sections only affect movement along that axis.  For example, if X and Y
both have max velocities of 1.0, a 45 degree diagonal move might go as
fast as 1.4 inches per second.  If you set the [TRAJ] value to 1.0, then
that speed should never be exceeded.


Regards,

John Kasunich

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to