Yes I'd expect it to sound different. You are asking the the Z motor to do different things in each case
With G1 you are commanding an average speed over the length of the move. With G1 it is the total time needed to get to the specified point that matters. The controller will ramp up the z axis speed using specified limits of acceleration and jerk, move at a constant speed, then decelerate within specified limits. With G33 you are commanding a constant rate move. If you want rates to be the same you will have to used MANY G1 commands. On Tue, Feb 6, 2018 at 7:37 AM, <[email protected]> wrote: > In an effort to optimize our lathe for spindle synchronized motion a > question came up. Should a machine sound the same when running a G1 vs G33 > at identical feeds and speeds? > > -- Chris Albertson Redondo Beach, California ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
