ABB Robot for continuous path welding
            
                
                                    
                                  in RobotStudio             
            
                    Dear Sir,
I am new to Robotics controller programming. So please help me.
I modeled ABB Robot in Matlab and wrote a program to do Inverse kinmatics and find Joint angles for circular motion of its end effector. I saved this Joint angles in .CSV file for 200 steps.
How can i input this file to a Robot controller to achieve the motion by on floor Robot?
Kindly suggest some solution
regards,
Soma Sundar A
                I am new to Robotics controller programming. So please help me.
I modeled ABB Robot in Matlab and wrote a program to do Inverse kinmatics and find Joint angles for circular motion of its end effector. I saved this Joint angles in .CSV file for 200 steps.
How can i input this file to a Robot controller to achieve the motion by on floor Robot?
Kindly suggest some solution
regards,
Soma Sundar A
0  
            Comments
- 
            Hi,
You can use joint targets and MoveAbsJ to define motion by joint angles. This is how it would look like in RAPID:MODULE Module1<br> CONST jointtarget JointTarget_1:=[[<b>0,0,0,0,0,0</b>],[9E+09,9E+09,9E+09,9E+09,9E+09,9E+09]];<br> CONST jointtarget JointTarget_2:=[[<b>10,0,0,0,0,0</b>],[9E+09,9E+09,9E+09,9E+09,9E+09,9E+09]];<br> CONST jointtarget JointTarget_3:=[[<b>20,0,0,0,0,0</b>],[9E+09,9E+09,9E+09,9E+09,9E+09,9E+09]];<br>    PROC Path_10()<br>     MoveAbsJ JointTarget_1,v100,z10,tool0\WObj:=wobj0;<br>     MoveAbsJ JointTarget_2,v100,z10,tool0\WObj:=wobj0;<br>     MoveAbsJ JointTarget_3,v100,z10,tool0\WObj:=wobj0;<br> ENDPROC<br>ENDMODULE
Johannes Weiman
Software Engineer
RobotStudio Team, ABB Robotics0 - 
            Thank you sir for the reply. I will work this out and update the progress0
 
Categories
- All Categories
 - 5.6K RobotStudio
 - 401 UpFeed
 - 21 Tutorials
 - 15 RobotApps
 - 306 PowerPacs
 - 407 RobotStudio S4
 - 1.8K Developer Tools
 - 250 ScreenMaker
 - 2.9K Robot Controller
 - 363 IRC5
 - 81 OmniCore
 - 8 RCS (Realistic Controller Simulation)
 - 853 RAPID Programming
 - 31 AppStudio
 - 4 RobotStudio AR Viewer
 - 19 Wizard Easy Programming
 - 110 Collaborative Robots
 - 5 Job listings
 
