CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot

Posted by Art
on 2003-05-20 18:07:12 UTC
Peter:

Actually, Rab did ask me about it. Is this a case of your wanting to Jog
each axis? or do you intend to force each axis manually and wish to read an
encoder position. Unfortunately, Mach2 uses only 3 encoders as inputs. I
should up it to 6 really, but pin-in's are valuable space, so I haven't yet.
If its a case of using 6-axis of jog to position an arm and you wish to
record the end positions of each jog movement, that would not be too
difficult. Mach2 already does a point cloud output from G31 commands, and at
the end of each jog, the axis locations are internally "sync'ed" so I could
output the coordinates at time of syncing to the same point cloud. This
would create a 6-axis point cloud file. Of course, I could put out the point
cloud as a series of G1 moves so in essence you'd be creating a jog-written
G-Code file. I don't know of any cam program that will take 6 coordinate
point clouds and do anything with them, but a 6 axis G-Code file could be
written pretty easily I think. Most of it is already possible in Macro's,
I'd just need to add a macro command for output of synced coordinates in
some form or another into the Digitize file. To make Mach2 do this would
probably only require about an hour or two programming.(Mach2 is pretty open
and modular for just this reason.) This I may be able to do for you as it
fits my rule of "whats good for one is probably good for others...", so it
could go on my "easy to add list" for the next version.

If , however, you need to read all 6 axis from encoders and wish to
follow the movement as a feedback operation, this would take some doing.
First I'd have to add an IO48 card for the inputs, do a ton of boilerplate
code to set it up...etc...

With the demands on my time these days, it could be awhile. (The Mach
series is a little too popular nad lathe is a bitch.)On the other hand, if
you wish to write such a program ,I could provide the driver and the tools.
("So, have you ever programmed in C, Billy?").

;)
Art
www.artofcnc.ca

Discussion Thread

wsampl00 2003-05-19 21:30:36 UTC Training a paint arm robot echnidna 2003-05-20 01:58:08 UTC Re: Training a paint arm robot rainnea 2003-05-20 04:04:10 UTC Re: Training a paint arm robot pcfw 2003-05-20 09:25:31 UTC Re: Training a paint arm robot Alan Marconett KM6VV 2003-05-20 10:55:39 UTC Re: [CAD_CAM_EDM_DRO] Training a paint arm robot Alan Marconett KM6VV 2003-05-20 12:06:29 UTC Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot Art 2003-05-20 13:11:40 UTC Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot Alan Marconett KM6VV 2003-05-20 14:59:37 UTC Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot pcfw 2003-05-20 15:06:44 UTC Re: Training a paint arm robot wsampl00 2003-05-20 17:50:09 UTC Re: Training a paint arm robot Art 2003-05-20 18:07:12 UTC Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot Art 2003-05-20 18:39:45 UTC Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot pcfw 2003-05-20 18:49:52 UTC Re: Training a paint arm robot CL 2003-05-20 19:43:04 UTC Re: [CAD_CAM_EDM_DRO] Training a paint arm robot David Paulson 2003-05-20 19:52:09 UTC Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot CL 2003-05-20 19:58:53 UTC Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot Raymond Heckert 2003-05-20 20:17:02 UTC Re: [CAD_CAM_EDM_DRO] Training a paint arm robot Raymond Heckert 2003-05-20 20:17:05 UTC Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot rainnea 2003-05-21 03:08:42 UTC Re: Training a paint arm robot wsampl00 2003-05-21 16:15:58 UTC Re: Training a paint arm robot Art 2003-05-21 16:56:59 UTC Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot Markwayne 2003-05-21 16:57:17 UTC Re: [CAD_CAM_EDM_DRO] Re: Training a paint arm robot