Re: Training a paint arm robot
Posted by
wsampl00
on 2003-05-20 17:50:09 UTC
Thanks for everyone's thoughts on this. I don't think that a jog
from point A to point B would work. I need smooth fluid motion of
the arm. There are six axis and at least two switches that need to
be run by the system. The actual application is a paint robot.
I was thinking of using encoders to generate data file that can then
be converted to step and direction code. By recording the output and
time of the pulses from the encoders, one should be able to control
ramp and velocity without having to program it. Of course you would
have to move the arm no faster then the motors could move it.
I was thinking the text file to run the arm might look something
like the following:
OUTPUT TIME/
12345678 STEP
01010110 1
01011001 2
11110011 3
11110001 4
11001100 5
11101100 6
11100100 7
I know that text file will end up being huge, but fast computers are
fairly cheap now. The text file could also be broken in to multiple
files if needed.
Bill
from point A to point B would work. I need smooth fluid motion of
the arm. There are six axis and at least two switches that need to
be run by the system. The actual application is a paint robot.
I was thinking of using encoders to generate data file that can then
be converted to step and direction code. By recording the output and
time of the pulses from the encoders, one should be able to control
ramp and velocity without having to program it. Of course you would
have to move the arm no faster then the motors could move it.
I was thinking the text file to run the arm might look something
like the following:
OUTPUT TIME/
12345678 STEP
01010110 1
01011001 2
11110011 3
11110001 4
11001100 5
11101100 6
11100100 7
I know that text file will end up being huge, but fast computers are
fairly cheap now. The text file could also be broken in to multiple
files if needed.
Bill
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