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

Overriding speed

  • krzych
  • March 10, 2014 at 8:00 AM
  • Thread is Resolved
  • krzych
    Reactions Received
    2
    Trophies
    3
    Posts
    90
    • March 10, 2014 at 8:00 AM
    • #1

    What is your way of overriding speed?

    Now in each move instruction in program I have speed variable.

    I set speed in percent in some other variable on panel and then recalculate all speed variables.

    Wondering if it is a way to simply set percentage speed, in each instruction have speed constant and have everything done automaticly.

    Speed override does not work for me, cause it resets to 100% after cycle, program restart etc. I also want to change speed during program execution.

  • jejbr84
    Trophies
    3
    Posts
    24
    • March 10, 2014 at 12:53 PM
    • #2

    You can do that quite easily:
    - Set S2C701 from 0 to 1. This enables the speed override function.
    - Set S2C287 to an input group number (e.g. setting it to 10 will use universal inputs 00100-00107).
    - Set the speed you want in the input group you selected in binary format (or link it to a register in the CIO for easy change).

  • cunaf
    Reactions Received
    1
    Trophies
    3
    Posts
    156
    • March 11, 2014 at 4:49 PM
    • #3

    The controller generation was not specified. Will this work for DX100?

  • 95devils
    Reactions Received
    235
    Trophies
    8
    Posts
    1,951
    • March 11, 2014 at 5:47 PM
    • #4

    S2C701 is for DX. The S2C287 I believe is a typo. On DX the Universal Input group number is S4C287. There are other parameters for this.

    S4C288 Speed percentage (%) Signal 1
    S4C289 Speed percentage (%) Signal 2
    S4C290 Speed percentage (%) Signal 3
    S4C291 Speed percentage (%) Signal 4
    S4C292 Speed percentage (%) Signal 5
    S4C293 Speed percentage (%) Signal 6
    S4C294 Speed percentage (%) Signal 7
    S4C295 Speed percentage (%) Signal 8

    Specifies the speed percentage by the Universal Input signals set in S4C287. Priority: Signal 1 > Signal 8
    If S4C288 to S4C295 are all "0", the input status 1 to 255 of the Universal Input signals (8 points) will be applied to the speed percentage 0 to 255

    I know a thing or two, because I’ve seen a thing or two. Don't even ask about a third thing. I won't know it.

  • jejbr84
    Trophies
    3
    Posts
    24
    • March 11, 2014 at 10:45 PM
    • #5

    You are right. DX100 and S4C287.

    I didn't know about the other parameters, but the advantage of the input group is that you can easily change the speed. Even from the robot jobs when the program is running. Or from the IF-panel, or from an external PLC, etc.

  • cunaf
    Reactions Received
    1
    Trophies
    3
    Posts
    156
    • March 12, 2014 at 12:36 AM
    • #6

    Wow! Pretty cool, thank you. So can I go @ 255% speed!?

    Sent from my Nexus 5 using Tapatalk

  • lovleen90
    Guest
    • March 12, 2014 at 8:02 PM
    • #7

    Yup u can go..... but the path of the robot effected.... largely.....

    lovleen.manchanda1@gmail.com

  • krzych
    Reactions Received
    2
    Trophies
    3
    Posts
    90
    • March 14, 2014 at 1:43 AM
    • #8

    I have DX100 controller with two robots. Is it possible to override speed in that way for each robot seperately? It is very important for me to have them running with different speeds.

  • love838
    Trophies
    3
    Posts
    17
    • September 7, 2015 at 11:53 AM
    • #9

    Dear sir,

    Thank you for the procedure of Speed Overide control. Today i have tried same on ES200D DX100 Robot.
    first i have set S2C701 TO 1.
    After that i set 16 to in S2C287. ( its mean universal group input 16 will be used).

    I turned off the controller and again switch it on, but still no effect seen. When checking in speed adjustment it is showing previous value. so i request you to please suggest further

    At the time of this the Robot is not in Auto, we are checking just simply putting teach pendant in Remote Mode.
    how to authenticate t weather its is done or not. please share your valuable feedback on this.

  • cunaf
    Reactions Received
    1
    Trophies
    3
    Posts
    156
    • November 3, 2015 at 11:47 PM
    • #10

    Do these parameters work on NX100 also?


    Sent from my iPhone using Tapatalk

  • cunaf
    Reactions Received
    1
    Trophies
    3
    Posts
    156
    • December 16, 2016 at 5:35 PM
    • #11

    Yes they do.
    NX100 speed override enable=S2C563, I/O group S4C153.

  • Silverstamp
    Trophies
    3
    Posts
    95
    • July 17, 2017 at 6:25 AM
    • #12
    Quote from jejbr84


    You can do that quite easily:
    - Set S2C701 from 0 to 1. This enables the speed override function.
    - Set S2C287 to an input group number (e.g. setting it to 10 will use universal inputs 00100-00107).
    - Set the speed you want in the input group you selected in binary format (or link it to a register in the CIO for easy change).


    Excellent, but do you know what would they be on a DX200?

  • cunaf
    Reactions Received
    1
    Trophies
    3
    Posts
    156
    • July 17, 2017 at 7:00 PM
    • #13

    The parameters are the same for DX100 & DX200.

  • 5GensOfFun
    Reactions Received
    4
    Trophies
    3
    Posts
    51
    • July 18, 2017 at 6:21 AM
    • #14

    Just to add to this thread:

    If arc welding, set S2C1135 = 1, this allows the air moves to run at the override speed but will not affect the welding speed. (I've tested this at 10% speed adjustment while welding 1.2mm low carbon steel). I haven't had chance to test it with a static mounted torch (external TCP) yet tho...

    I also haven't tried it when using the S2C287 - group input to set the speed. Just a warning!

    Also S2C709 = 1 will hold the speed override value when changing modes etc.

    DX200, but guessing it is the same for DX100 (test it first on a part to be welded that has low value :toothy9:)

    Hope this is useful for people!

    Edited once, last by 5GensOfFun (July 18, 2017 at 6:24 AM).

  • alextalosro
    Trophies
    3
    Posts
    18
    • March 13, 2018 at 3:08 PM
    • #15

    Hello, I come to a question to this topic if anyone is kind enough to help.

    I'm trying to increase the speed of the robot from 100% to 120% for exemple, with the instructions in this topic.

    I dont see a change in speed, I checked the moved time given by robot. No change between 100% and 130%

    Any help.

    What I did was

    S2C701 FROM 0 TO 1

    S3C287 FROM 0 TO 200 IG200

    IN IG200 i put 130

    I see the speed override on the screen when the robot is in play but no change in speed.

    Thank you.

  • smurrill73
    Reactions Received
    4
    Trophies
    3
    Posts
    45
    • March 22, 2018 at 2:45 PM
    • #16

    Are your motions very short and/or involve a lot of position config changing (wrist flip, etc.)? With those types of moves, it may be that the robot is not physically/mechanically able to reach the programmed speed, thus increasing the override would yield no gain.

  • BAlexander
    Trophies
    3
    Posts
    18
    • July 17, 2018 at 2:00 PM
    • #17

    Will this work for the external drives like the Gantry the robot sits on would love to make this go faster as it accounts for 75% of the robots travel time?

  • cunaf
    Reactions Received
    1
    Trophies
    3
    Posts
    156
    • July 18, 2018 at 8:45 PM
    • #18

    S2C287 not S3C297

  • kinguno
    Reactions Received
    2
    Trophies
    3
    Posts
    36
    • August 4, 2018 at 4:01 PM
    • #19

    You can max use the value 100, that means 100 %. If you write 130 to the IG, you get 100 %.

    Be careful not to write 0, then you also get 100 % :frowning_face: , I normally make a change in the CIO , so that IG can never be less than 1.

  • ravitejagali
    Trophies
    3
    Posts
    143
    • August 17, 2020 at 11:56 AM
    • #20
    Quote from krzych

    I have DX100 controller with two robots. Is it possible to override speed in that way for each robot seperately? It is very important for me to have them running with different speeds.

    Hallo All,

    How to control Override % , with one controller (YRC1000) with two robots and one positioner(R-250).

    If I am changing S4C287 my IG number changing complete override. Is it possible to change for individual robot?

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