q from very beginer
at last i found where to deal linux
i'm dealing now with project of robot arm
i ask all about help of
how to configure the pins outputs for the motor drivers ( stepper motors)
is that like mach3
is linux cnc accept g-code from robot maser or what cad/cam softwear
i ask any body even to lead me to the way or refer to any documentation
thanks all
Please Log in or Create an account to join the conversation.
Is what like mach3?
LinuxCNC reads G code from a file.
The Getting Started manual is a good place to start.
JT
Please Log in or Create an account to join the conversation.
thanks for response
1- i'll need nearly 6 axes ( stepper motor ) all rotaors
2- in the mach3 there are a menu for configuration in ===> motor output =====> step / dir ( for define the pins of LPT)
3- if the linux deal with the robot arm kenmatics ( the g-code contains j1/j2/j3/j4/j5/j6)
thank you and i ask really for help man
Please Log in or Create an account to join the conversation.
The Stepconf Wizard is for setting up simple stepper machines like a mill or lathe. I would suggest looking at some of the sample configurations when you start LinuxCNC.
There is a chapter on kinematics in the integrators manual you should read. Kinematics and G code are separate items. LinuxCNC can have custom kinematics but the G code is the same for any machine.
There is a ton of information on the wiki and in the manuals.
JT
Please Log in or Create an account to join the conversation.
That is too many for a parallel port (just not enough pins for 6 x step + 6 x direction). So you will need at least some extra hardware.1- i'll need nearly 6 axes ( stepper motor ) all rotaors
LinuxCNC has Stepconf for this, but it only handles up to 4 axes, as far as I know. But once you have a few axes working it is just a case of editing a text file to configure the rest.2- in the mach3 there are a menu for configuration in ===> motor output =====> step / dir ( for define the pins of LPT)
It can, certainly. If you boot from the LiveCD you can experiment with the Puma360 simulator to get a feel for how it works. You need to start the program then home the joints. At that point you can move each joint independently. Then you can switch to "World mode" and the axes move in a coordinated way, so that an X-move moves the tool point in a straight line, moving all the joints together.3- if the linux deal with the robot arm kenmatics ( the g-code contains j1/j2/j3/j4/j5/j6)
Please Log in or Create an account to join the conversation.
i hope you provide me or refer to any documentation to re-begine my research
Please Log in or Create an account to join the conversation.
dear andy
i hope you provide me or refer to any documentation to re-begine my research
www.linuxcnc.org/docs/html/
But more specifically:
www.linuxcnc.org/docs/html/quickstart/stepper_quickstart.html
followed by
www.linuxcnc.org/docs/html/config/stepconf.html
The Puma simulator looks like this: wiki.linuxcnc.org/cgi-bin/wiki.pl?Vismach
Please Log in or Create an account to join the conversation.
i have studied the pages ypu refared to but found no refare about cofigering emc2 to joins
they accept x,y,z a,b axeses
or you mean that to refere to the x,y,z as functions (math)
please help
thanks dear
Please Log in or Create an account to join the conversation.
if any body knows about it please refare and how to cnonfigure
i think this needs rotation matrix ( kinmatics)
Please Log in or Create an account to join the conversation.
if any body knows about it please refare and how to cnonfigure
i think this needs rotation matrix ( kinmatics)
is the puma simulator exist in the live cd of the emc2 that downloaded
and you mean that it is the way to configure the joins and set zero points ther then make the calibaration proccess in the world mode ( in the puma simulator in the live cd that downloaded)
Please Log in or Create an account to join the conversation.