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. Stäubli & Bosch 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

movement anticipation

  • shahryar
  • April 26, 2024 at 7:32 PM
  • Thread is Unresolved
  • shahryar
    Posts
    2
    • April 26, 2024 at 7:32 PM
    • #1

    hi

    i have a staubli tx90 with cs8c controller i want set/ reset an out put "in a path" not at a stop point in gluing app.i wrote "out1=true" in the first line and "out1= false" in the end of program and between them are movej or movel , ..... but when i run program, output1 will be set and reset immediately because of movement anticipate. if i use "wait end move()" robot will be stop and run and it is problem in gluing.

    is there a solution for it?

    thanks everyone

  • panic mode April 26, 2024 at 7:42 PM

    Approved the thread.
  • Psyril
    Reactions Received
    18
    Trophies
    4
    Posts
    83
    • April 27, 2024 at 12:46 AM
    • #2

    Hello shahryar

    There are different solutions to achieve what you want:

    1. Distance
      If your last motion is something like:

      Code
      movej(pLastPosition,tTool,mSpeed)

      you can use an instruction like:

      Code
      wait(distance(pLastPosition,here(tTool,fFrame))<100)

      This will not wait until the end of the movement, but until the tool is closer than 100mm to the last position.

    2. moveID
      Every move instruction returns it’s ID in the stack. The instruction getMoveId() returns the moveID of the motion that is currently being performed by the robot. Not only that, but it also returns after the comma the completed percentage of the motion. A return value might be 22.35. This means that 35% of the movement with the ID 22 have been completed.

      Code
      nMoveIdToTrack = movej(pLastPosition,tTool,mSpeed)
      wait(getMoveId()>=nMoveIdToTrack+0.6)

      This will not wait until the end of the movement, but until at least 60% of the movement to the tracked position have been completed.

    In both casses make sure it is possible to reach the requested distance/percentage (a big blending might prevent that, use the wait command after a couple of move instructions to ensure that a big blending can be performed).

    The difference between theory and practice is greater in practice than in theory.

  • shahryar
    Posts
    2
    • April 27, 2024 at 6:42 AM
    • #3

    thank you very much psyril . i will try these codes.

  • ElEsgalho
    Reactions Received
    17
    Trophies
    3
    Posts
    119
    • May 10, 2024 at 12:00 PM
    • #4

    Psyril Great awnser!

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
  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