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. Yaskawa Motoman 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

Offset position

  • Leanburnin
  • February 5, 2020 at 4:22 PM
  • Thread is Unresolved
  • Leanburnin
    Trophies
    3
    Posts
    3
    • February 5, 2020 at 4:22 PM
    • #1

    Hi new to Motoman and have a YRC1000/GP35L and my question is if I have a saved position in base mode is there a way to deviate from that position in the tool 0 direction with code. I know I can go to the saved position and imov but I want to pre calculate the position with a offset of the tool direction. I have tryed alot of code to do this but can't get it to do what I want. I am very familiar with Denso robots and you can just do a devh. Thanks in advance.:smiling_face:

  • Motouser
    Reactions Received
    39
    Trophies
    4
    Posts
    288
    • February 5, 2020 at 4:45 PM
    • #2

    SFTON Pxxx TF

    where Pxxx is a variable in which you put your correction

    TF: a flag that indicates to do a shift in tool direction

    You need a Tool well calibrated and SFTOF at the end of your move to stop your shift

    Example

    SFTON P001 TF

    MOVL..

    MOVL..

    MOVL..

    SFTOF

    All the moves inside SFTON ...SFTOF will be shifted

  • Leanburnin
    Trophies
    3
    Posts
    3
    • February 5, 2020 at 5:08 PM
    • #3

    Ok thanks, will try!

  • Leanburnin
    Trophies
    3
    Posts
    3
    • February 5, 2020 at 5:20 PM
    • #4

    Got it to work thanks a bunch!

  • schnautz
    Reactions Received
    6
    Trophies
    3
    Posts
    27
    • March 16, 2023 at 2:37 PM
    • #5

    In FANUC, you specify offsets as a modifier to the motion, e.g.:

    MOVL PR[123] OFFSET PR[973]

    This is super handy, since if you move around in the pendant logic, your offset is applied without first having run an 'apply offset' command.

    Is there a similar way in Motoman?

    In a program with SFTON, do commands executed between SFTON and SFTOF apply the shift if the operator skips the SFTON line? That's what I want to avoid...

  • Motouser
    Reactions Received
    39
    Trophies
    4
    Posts
    288
    • March 17, 2023 at 11:21 AM
    • #6

    Simly answer: NO. You must apply it at least one time

    The "shifting effect" will be cancelled if you edit the job, restart from an alarm and turn off the controller.

    With special parameter( as far I know it involves a FD parameter that must be purchased) it will stay activated even in teach mode if you move around the program(not sure if you go outside the program in other menu, I have to check).

    P.S.

    All the info that I have refers to DX100 or DX200, maybe newer controller or newer software version could have other options.

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
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • 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
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Similar Threads

  • Low level encoder test Yaskawa servo SGMAH-A5A1A-YR11(junction B Motoman SV3)

    • GBarbarov
    • January 4, 2020 at 12:08 PM
    • Yaskawa Motoman Robot Forum
  • Vision Guided Robot System Help Please!!

    • steveo86
    • January 26, 2020 at 2:16 PM
    • Yaskawa Motoman Robot Forum
  • Softfloat/pushout program examples

    • StuartB
    • January 4, 2020 at 1:50 AM
    • Fanuc Robot Forum
  • Yaskawa and Cognex ?

    • CoolRobot94
    • May 27, 2019 at 10:09 AM
    • Yaskawa Motoman Robot Forum
  • Using a tool offset to shift a position

    • bbroyles
    • January 16, 2019 at 12:23 AM
    • Fanuc Robot Forum
  • Need Help Programming

    • Alhamilton18
    • October 16, 2018 at 10:21 PM
    • Fanuc Robot Forum
  • Offset All Positions Program Wide

    • Ubadoob
    • September 20, 2018 at 3:07 PM
    • Yaskawa Motoman Robot Forum
  • Coordinate Systems

    • Drpinho
    • March 21, 2016 at 1:24 PM
    • Fanuc Robot Forum
  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