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

Speed

  • cone_0777
  • July 29, 2022 at 9:49 PM
  • Thread is Unresolved
  • cone_0777
    Trophies
    2
    Posts
    8
    • July 29, 2022 at 9:49 PM
    • #1

    Hello

    I have a staubli robot in a production cell

    in automatic mode, I raise the speed value in the pendant to 90, but when the robot fails for some reason the cell doors open, the robot starts the cycle at a very low value 40,

    where can I find that value to be able to leave it at 90?

  • SD-Matic
    Reactions Received
    2
    Trophies
    3
    Posts
    8
    • August 2, 2022 at 3:40 PM
    • #2

    HI,

    I only know that if you turn the controller from Manual mode to Auto mode, the monitor speed will be set automatically to 10%.

    So, I think that if your speed goes to 40%, there are two soutions :

    1) It is written somewhere in your VAL3 code, using the setMonitorSpeed() function.

    2) There's a remote device (PLC or other) that control your Monitor Speed using the Hardware signals defined in the IOMAP file (remoteMonitorSpeed).

    Hope it will help you.

  • ElEsgalho
    Reactions Received
    17
    Trophies
    3
    Posts
    119
    • August 3, 2022 at 5:24 PM
    • #3
    Quote from SD-Matic

    HI,

    I only know that if you turn the controller from Manual mode to Auto mode, the monitor speed will be set automatically to 10%.

    So, I think that if your speed goes to 40%, there are two soutions :

    1) It is written somewhere in your VAL3 code, using the setMonitorSpeed() function.

    2) There's a remote device (PLC or other) that control your Monitor Speed using the Hardware signals defined in the IOMAP file (remoteMonitorSpeed).

    Hope it will help you.

    Display More

    That's it! I don't know any other reason for the speed to drop.

  • Galet
    Reactions Received
    19
    Trophies
    2
    Posts
    141
    • August 11, 2022 at 1:50 PM
    • #4

    The application can change this speed with the function setMonitorSpeed (only if the controler is in RemoteAuto mode)... You can looking for this instruction...

  • chereandy
    Reactions Received
    1
    Trophies
    3
    Posts
    9
    • September 18, 2022 at 5:48 PM
    • #5

    ... probably for safety reason the app written in a way to lower the speed of robot to 40% when it sense that the cell door is open..... so keeping that door closed all the time will lead to max speed by app? All depend on app programmed logic.

  • ElEsgalho
    Reactions Received
    17
    Trophies
    3
    Posts
    119
    • September 27, 2022 at 5:54 PM
    • #6
    Quote from Galet

    The application can change this speed with the function setMonitorSpeed (only if the controler is in RemoteAuto mode)... You can looking for this instruction...

    That's not quite right, setMonitorSpeed() allows you to reduce the speed always, but only increases if the selected profile doesn't have control over the speed monitor.

    Nothing to do with the remote mode...

  • Galet
    Reactions Received
    19
    Trophies
    2
    Posts
    141
    • October 1, 2022 at 5:45 PM
    • #7
    Quote from ElEsgalho

    That's not quite right, setMonitorSpeed() allows you to reduce the speed always, but only increases if the selected profile doesn't have control over the speed monitor.

    Nothing to do with the remote mode...

    Sorry EIEsgalho :

    num setMonitorSpeed(num nSpeed)

    This instruction modifies the current monitor speed of the robot. setMonitorSpeed() is always able to reduce the monitor speed. To increase it, setMonitorSpeed() is effective only if the robot is in remote working mode and if the operator does not have access to the monitor speed (when the current user profile does not allow use of the speed buttons, or the MCP has been disconnected).

  • ElEsgalho
    Reactions Received
    17
    Trophies
    3
    Posts
    119
    • October 4, 2022 at 11:26 AM
    • #8
    Quote from Galet

    The application can change this speed with the function setMonitorSpeed (only if the controler is in RemoteAuto mode)... You can looking for this instruction...

    Quote from Galet

    Sorry EIEsgalho :

    num setMonitorSpeed(num nSpeed)

    This instruction modifies the current monitor speed of the robot. setMonitorSpeed() is always able to reduce the monitor speed. To increase it, setMonitorSpeed() is effective only if the robot is in remote working mode and if the operator does not have access to the monitor speed (when the current user profile does not allow use of the speed buttons, or the MCP has been disconnected).

    Again, you can reduce without being in remote mode :grinning_squinting_face:

    Keep in mind the problem was with the reduction of speed...

    Quote from cone_0777

    Hello

    I have a staubli robot in a production cell

    in automatic mode, I raise the speed value in the pendant to 90, but when the robot fails for some reason the cell doors open, the robot starts the cycle at a very low value 40,

    where can I find that value to be able to leave it at 90?

  • cone_0777
    Trophies
    2
    Posts
    8
    • October 7, 2022 at 4:35 AM
    • #9

    HELLO ELEsgalho

    I have a staubli robot with CS9 controller

    and I have an EP2338-1001 io box connected

    The question is:

    Where can I see the IP of this IO BOX?

    I hope you can help me

  • Galet
    Reactions Received
    19
    Trophies
    2
    Posts
    141
    • October 8, 2022 at 11:16 AM
    • #10

    EP2338-1001 is Ethercat Slave modul and just need to be configured on your fieldbus (Standart J206 but possible on J207/J208)

    Why do you want to read the Ip adress ?

  • ElEsgalho
    Reactions Received
    17
    Trophies
    3
    Posts
    119
    • October 10, 2022 at 9:36 AM
    • #11
    Quote from cone_0777

    HELLO ELEsgalho

    I have a staubli robot with CS9 controller

    and I have an EP2338-1001 io box connected

    The question is:

    Where can I see the IP of this IO BOX?

    I hope you can help me

    Display More

    As Galet said, the module is a EtherCAT slave.

    Because the module is a slave, you need a master connection to connect to it.

    Either from another module/PLC or if you want to do it from the controller I would advise configuring J206 it's a master EtherCAT and is available by default, or the optional Fieldbus card it's an option that could cost you more.

    Configuring it should be easy, I have some configuration files from previous machines, just transfer them and you be alright.

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

  • Non Constant Speed in Coordinated Motion and Python Interface

    • Eric Lu
    • July 25, 2022 at 6:20 PM
    • Fanuc Robot Forum
  • Reverse-engineering AS programs

    • SkyeFire
    • May 31, 2022 at 9:35 PM
    • Kawasaki Robot Forum
  • SafeMove -- Speed violation in Teach mode

    • SkyeFire
    • January 30, 2022 at 10:53 PM
    • ABB Robot Forum
  • Dry contacts

    • 89Seth
    • June 29, 2020 at 12:24 PM
    • Kawasaki Robot Forum
  • Changing the robot speed on the fly, mid-movement

    • buontempone
    • July 24, 2019 at 6:01 PM
    • Kawasaki Robot Forum
  • Settings to make Fanuc programming easier (From all of us)

    • Fabian Munoz
    • February 5, 2017 at 5:50 PM
    • Manuals, Software and Tools for Fanuc Robots (you should look here first before posting)
  • Robot movement Joint Linear CNT

    • yootommy
    • February 9, 2019 at 11:19 PM
    • Fanuc Robot Forum
  • New to robotics.

    • Dreamawake
    • September 18, 2018 at 3:24 AM
    • Yaskawa Motoman Robot Forum
  • System variables

    • Alejandro38
    • September 13, 2018 at 2:06 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