Hi
ROBOT
irb 6600 m2000
irb 6600-175/2.8 type b
CONTROLLER
s4c+ auto m200a
I am migrating a program from a 6400 to a 6600. I have had been having an issue with the configuration of the new robot. When I ran my program the robot was moving to the X,Y,Z position with axis 4 180 degrees away from the 6400 s interpretation. This was causing me an issue with tooling mounts. I have managed to rectify the issue by adjusting the confdata offline within ultraedit. This has however led me to some confusion regard the conf data.
Below is an example of before and after lines
Before
MoveL [[-270,1185,-469.99],[0.014966,0.8668,-0.031553,0.497431],[-2,0,-1,0],[349.985,9E+09,9E+09,9E+09,9E+09,9E+09]],v1000\T:=0.15,z5,toolpu\WObj:=wobjP3;
After
MoveL [[-270,1185,-469.99],[0.014966,0.8668,-0.031553,0.497431],[-2,0,-1,1],[349.985,9E+09,9E+09,9E+09,9E+09,9E+09]],v1000\T:=0.15,z5,toolpu\WObj:=wobjP3;
I initially expected that the confdata in the square brackes would allow me to offset axis 4 by changing the 3rd value but this did not affect anything. However when I changed the 4th value from 0 to one my robot ran with the correct configuration. This is great but I would really like to understand why this is working.
If anyone could shed some light on how the 6600 interrupts the confdata that would be awesome.
regards
Guy Allanson