Hi All, Not at all good a math so need some help from you all. I want to test the repeatability of a 3 axis robot arm. I have laser sensors that are able to read errors to 0.00001. The test is the test arm is put in to the focus point of the laser and this position is taught to the robot a station 'c'. Then there is a position to the left and lower for station 'a' and one to the right of the sensor and higher station 'b'.
At the focus point I set the laser zero to the same value and have found +10 is the most stable. The 100 cycles are recorded.
Typical data: Focus or ref position: 10, 10, 10.
Test data: 10, 11,09 cycle one, 11,12,10 cycle two and so on.
I want to graph this to show the error and to see if it falls outside a range. I have two formulas that I am not sure where they came from that I have been using. They are as follows:
T axis: Degrees(ATan(B2 - B5) / (4 * F2)
B2 = rawdata/1000 ex: 10/1000
Option 1 for B5: Average of all column B rawdata
Option 2 for B5: The ref reading ex: 10
F2 = The distance from center of robot to focus point of sensors in 0.001".
R axis: C2 - C5
C2 = rawdata/1000 ex: 11/1000
C5 is the same as B5 above with the two options.
Z axis: D2 - D5
C2 = rawdata / 1000 ex: 9/1000
D5 again has the two above options of B2.
Right now the old spread sheets that I have with the two options I know were made up years ago and with sensors that only could read to 0.001". So when I put in my data it is not so clean or nice. I really want to have the higher accurcy. I have played with this a lot and am so poor in math its getting worse then better. The graphs that are made up are line graphs with a red line showing the limits of T axis 0.01 deg, R and Z axis are 0.001". Would like to be able to line graph this too and also a spider plot would really be useful. Any one out there able to assis an old guy?
I am using OpenOffice but also tried Gnuplot and boy did I mess that up! Hope for some help from you all. Thanks Robert