NEWS
LinuxCNC 2.5.2 Release
There are no translations available.

LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release
There are no translations available.

LinuxCNC 2.5.1 Update Released (changelog). If the Package Manager does not prompt you to upgrade see this page.

 
LinuxCNC 2.5.0 Release
There are no translations available.

New major release (changelog). See the instructions to update your system from EMC 2.4 to LinuxCNC 2.5.
 
Home Forum General General LinuxCNC Questions Can I have a ONE AXIS cnc machine config?

Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Can I have a ONE AXIS cnc machine config?

Can I have a ONE AXIS cnc machine config? 13 Jul 2010 11:39 #3343

  • ichudov
  • ichudov's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 23
  • Karma: 0
I am retrofitting a Bridgeport Series II Interact 2 to EMC.

I have wired one axis with a servo drive, tach feedback, and a US Digital encoder.

What I would like to do, if possible, is to wire the servo motor and encoder on ONE AXIS ONLY and then try to debug as much as possible (encoders, soft limits, limit switches, homing, tuning etc), before turning my attention to other two axes.

That way, any possible mistakes I will make in only one place instead of three.

And my question is, does EMC support a "one axis CNC" machine configuration?

Thanks

i
The administrator has disabled public write access.

Re:Can I have a ONE AXIS cnc machine config? 13 Jul 2010 15:06 #3345

  • robh
  • robh's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 117
  • Thank you received: 2
  • Karma: 21
it should be no problem todo,

in
[TRAJ] Section
AXES = n

One more than the number of the highest joint number in the system. For an XYZ machine, the joints are numbered 0, 1 and 2; in this case AXES should be 3. For an XYUV machine using "trivial kinematics", the V joint is numbered 7 and therefore AXES should be 8. For a machine with nontrivial kinematics (e.g., scarakins) this will generally be the number of controlled joints.

COORDINATES =
= X Y Z The names of the axes being controlled. X, Y, Z, A, B, C, U, V, and W are all valid. Only axis named in COORDINATES are accepted in g-code. This has no effect on the mapping from G-code axis names (X- Y- Z-) to joint numbers--for "trivial kinematics", X is always joint 0, A is always joint 4, and U is always joint 7, and so on. It is permitted to write an axis name twice (e.g., X Y Y Z for a gantry machine) but this has no effect.

see the intergrater manual for more options etc as im sure there are some i have missed

should get you started
rob
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 3.970 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.