Disperate feed rates
Thanks for any suggestions
Please Log in or Create an account to join the conversation.
[15:52] archivist_emc JT-Shop, he has to learn the inverse time mode or guess his feed rate, currently the trajectory planner has no clue of the radius the tool is at www.linuxcnc.org/docview/html/gcode_main.html#sub:G93,-G94:-Set
[15:53] JT-Shop thanks
[15:54] cradek if both X and A are moving and he programs F10 in the normal G94 mode, doesn't he get what he want?
[15:54] JT-Shop I would assume so
[15:55] cradek but yes in general the solution is G93 as recommended here www.linuxcnc.org/docs/devel/html/gcode/o..._code_best_practices
John
Please Log in or Create an account to join the conversation.
www.linuxcnc.org/docview/html/gcode_main.html#sub:G93,-G94:-Set
and
www.linuxcnc.org/docview/html/common_mac...r.html#sub:Feed-Rate
Rick G
Please Log in or Create an account to join the conversation.
radek is right. My error was in programming an A only move after the combined move so F10 was still in effect and limited the A axis to 10 degrees/min. I just couldn;t see for looking.
Thanks or the help.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
he should use G93 he should use G93 he should use G93 he should use G93
John
Please Log in or Create an account to join the conversation.
www.linuxcnc.org/docview/html/common_mac...r.html#sub:Feed-Rate
1. If any of XYZ are moving, F is in units per minute in the XYZ cartesian system, and all other axes (UVWABC) move so as to start and stop in coordinated fashion
2. Otherwise, if any of UVW are moving, F is in units per minute in the UVW cartesian system, and all other axes (ABC) move so as to start and stop in coordinated fashion
3. Otherwise, the move is pure rotary motion and the F word is in rotary units in the ABC “pseudo-cartesian” system.
So could you set the proper rotary feed rate for the rotary only moves and revert to the proper linear feed rate for combined moves?
Rick G
Please Log in or Create an account to join the conversation.