Positioning in 3D
Alex Sulkowski
Posts: 13
Looking for suggestions.
I am controlling a robotic arm with a stamp.· The first couple sections of the arm are very long (total 35 feet) and do not have very fine control.· The second portion of the arm has very short sections with very fine control.· I am trying to position the arm very accurately to a location in 3D relative to a fixed position.··I first move the first long section of the arm which gets me within the rough location I need to be, and then use the fine section to get to the exact location.· My problem is that I do not know how to identify the exact location that the end of the arm is at (need to be within an 1/8th inch at most) relative to the fixed position.· Does anyone know of any devices that provides very accurate 3D positioning that the stamp could interface with.· The 3D space that the arm is working in is 10ft Wx 60ft Lx 40ft H.· Perhaps a commercial device exists where a radio signal emitter could be located on the end of the arm with several receivers located on the ground·with a computer performing·the triangulation.··Building anything like this is certainly beyong my abilities, but I am not averse to buying·a complete system and interfacing·it to the stamp.·
Thanks in advance for any ideas (or even telling me that this cannot be done)
-Alex
I am controlling a robotic arm with a stamp.· The first couple sections of the arm are very long (total 35 feet) and do not have very fine control.· The second portion of the arm has very short sections with very fine control.· I am trying to position the arm very accurately to a location in 3D relative to a fixed position.··I first move the first long section of the arm which gets me within the rough location I need to be, and then use the fine section to get to the exact location.· My problem is that I do not know how to identify the exact location that the end of the arm is at (need to be within an 1/8th inch at most) relative to the fixed position.· Does anyone know of any devices that provides very accurate 3D positioning that the stamp could interface with.· The 3D space that the arm is working in is 10ft Wx 60ft Lx 40ft H.· Perhaps a commercial device exists where a radio signal emitter could be located on the end of the arm with several receivers located on the ground·with a computer performing·the triangulation.··Building anything like this is certainly beyong my abilities, but I am not averse to buying·a complete system and interfacing·it to the stamp.·
Thanks in advance for any ideas (or even telling me that this cannot be done)
-Alex
Comments
Your location looks like a warehouse to me from the dimensions you give. Correct?
Let's see what comes up from the others.
Regards,
Kaus
Anybody have any other suggestions for local 3D positioning with very high accuracy (1/8th inch)?
Thanks,
Alex
Depending on your motors to move the arm you·can have any type of precision. In a normal robot arm it is incorporated an encoder. The output of the encoder can be read by stamp and gives you teh exact position of the arm. The only procedure that you have to do is at power up to command the robot to get to a home position. Home means to make some limit switches on each portion of the arm stop. When all the section of the arm are home, you have to reset the count of all the encoders to zero , then you are set. ·To go to a preset postion, you must teach the robot how much to move each arm from zero.
Once the teaching is done, you can put the robot to repeat the same movement over and over and it will be allways in the same place. It is a long story to write here but this is the basic principle.
How many joints has your robot. The industrial ones usualy have 5 or 6. 3 for moving the arm in place (x,y,z), and the 2 or 3 for end of arm tool.
Need more· info, just ask
Goodluck
ion
The arm has 6 degrees of freedom. The arm is on a base that rotates.· The first two segments are powered using hydraulics.· The rest use stepper motors to provide very precise positioning.·· I am using a computer to submit commands to a BS2P which controls (using additional hardware)·the hydraulics and stepper motors (I have not hooked up the stepper motors yet since I am trying to solve the positioning of the hydraulic powered segments of the arm first).
Thanks,
-Alex
1) a bar coded white/black strip to indicate length of hydraulic cylinder extended. would be limitted by how good the bar/code /optical sensor.
2) a laser distance mesuring from 2 or 3 preset locations.
choice 1 would be easier, choice 2 more involved....
Bob N9LVU
·
www.usdigital.com
Ken