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.5K RobotStudio
- 395 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 310 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 785 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings