1. Home
    1. Dashboard
    2. Search
  2. Forum
    1. Unresolved Threads
    2. Members
      1. Recent Activities
      2. Users Online
      3. Team Members
      4. Search Members
      5. Trophys
  3. Articles
  4. Blog
  5. Videos
  6. Jobs
  7. Shop
    1. Orders
  • Login or register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Forum
  3. Industrial Robot Support and Discussion Center
  4. ABB Robot Forum
Your browser does not support videos RoboDK Software for simulation and programming
Visit our Mainsponsor
IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Sponsored Ads

Circular Move around an Object IRB6700

  • SimoneCosti
  • February 8, 2024 at 10:48 AM
  • Thread is Resolved
  • SimoneCosti
    Trophies
    1
    Posts
    10
    • February 8, 2024 at 10:48 AM
    • #1

    Good morning everyone,

    Actually i'm working in a robotic cell where i need to rotate the tool of my robot around a cylindrical object.
    In this figure i will show you an example:

    I'm working with a workobject "temp_wobj" and i start from the robtarget "P_Start".
    The revolution around the object is approximately 80 degrees (but it may vary based on a certain input) and during the movement i should keep the point of the tool perpendicular to the surface.
    I think i can use a MoveC instruction but i don't know how i can define the final target "P_Fine"
    I thought i could define it with RelTool(P_Start,-Radius,0,-Radius,\Rx:=0,\Ry:=-80,\Rz:=0) but with this instruction the rotation occurs around the tool and not around the "temp_wobj" as i want.
    How can i define this point without taking it manually? My starting data are only the temp_wobj, the P_Start, the diameter of the object and the degrees.

  • Go to Best Answer
  • Lemster68
    Reactions Received
    301
    Trophies
    9
    Posts
    2,490
    Blog Articles
    7
    • February 8, 2024 at 2:13 PM
    • #2

    You can combine the Reltool and Offset functions. There was discussion about that here:

    Move RelTool for x and y Axis
    I am in the process of automating pick and place applications and have unfortunately encountered a problem that I need help with.
    forums.robotstudio.com
  • Online
    Black
    Reactions Received
    6
    Trophies
    3
    Posts
    127
    • February 18, 2024 at 12:18 AM
    • Best Answer
    • #3

    i used to made a perfect weld circle

    moveCirInc 47,7;

    MODULE Unnamed

    PROC CirInc(

    num raggio,

    num inclina)

    CirPathMode \CirPointOri;


    centro:=CRobT(\Tool:=tFRONIUS\WObj:=wATTUALE);

    moveL RelTool(centro,0,raggio,0\Rx:=-inclina\Ry:=inclina\Rz:=0),v200,fine,tFRONIUS\Wobj:=wATTUALE;

    moveC RelTool(centro,raggio,0,0\Rx:=inclina\Ry:=-inclina\Rz:=0),RelTool(centro,0,-raggio,0\Rx:=+inclina\Ry:=-inclina\Rz:=0),v200,z1,tFRONIUS\Wobj:=wATTUALE;

    moveC RelTool(centro,-raggio,0,0\Rx:=-inclina\Ry:=-inclina\Rz:=0),RelTool(centro,0,raggio,0\Rx:=-inclina\Ry:=inclina\Rz:=0),v200,z1,tFRONIUS\Wobj:=wATTUALE;

    moveL RelTool(centro,4,raggio,0\Rx:=0\Ry:=inclina\Rz:=0),v200,fine,tFRONIUS\Wobj:=wATTUALE;

    MoveL RelTool(centro,0,0,-30\Rx:=0\Ry:=0\Rz:=0),v500,z1,tFRONIUS\WObj:=wATTUALE;

    RETURN;

    ENDPROC

    ! moveCirInc 47,7;

    ENDMODULE

  • Online
    Black
    Reactions Received
    6
    Trophies
    3
    Posts
    127
    • February 18, 2024 at 12:35 AM
    • #4

    you must define center point

  • SimoneCosti February 20, 2024 at 8:24 AM

    Selected a post as the best answer.

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics

Job Postings

  • Anyware Robotics is hiring!

    yzhou377 February 23, 2025 at 4:54 AM
  • How to see your Job Posting (search or recruit) here in Robot-Forum.com

    Werner Hampel November 18, 2021 at 3:44 PM
Your browser does not support videos RoboDK Software for simulation and programming

Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • krc5
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Thread Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • krc5
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Tags

  • RAPID
  • robotstudio
  • moveC
  • wobj
  1. Privacy Policy
  2. Legal Notice
Powered by WoltLab Suite™
As a registered Member:
* You will see no Google advertising
* You can translate posts into your local language
* You can ask questions or help the community with your knowledge
* You can thank the authors for their help
* You can receive notifications of replies or new topics on request
* We do not sell your data - we promise

JOIN OUR GREAT ROBOTICS COMMUNITY.
Don’t have an account yet? Register yourself now and be a part of our community!
Register Yourself Lost Password
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on Google Play
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on the App Store
Download