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

Humans working near robot

  • Zzaz
  • April 22, 2024 at 2:53 PM
  • Thread is Unresolved
  • Zzaz
    Trophies
    1
    Posts
    2
    • April 22, 2024 at 2:53 PM
    • #1

    Hello all!

    I have recently been developing a cell with a KUKA industrial robot. Right next to the robot there is a magazine that the operator has to load once a day. The original plan was to have a window that the operator could use to load the magazine, but that idea was scrapped and it was decided that the operator had to load the magazine from inside the cell.

    Non-contact, magnetic, coded safety switches is mounted on the doors of the safeguard. Opening the safeguard doors will trigger the robots safety and it has to be reset outside the cell.

    Is this enough safety to guarantee the operators safety while loading the magazine? Or would i have to implement Kuka.SafeOperation?

    I might be paranoid and, I dont know why, but I am struggling to trust the robots :upside_down_face:

  • kwakisaki April 22, 2024 at 3:01 PM

    Approved the thread.
  • Online
    panic mode
    Reactions Received
    1,293
    Trophies
    11
    Posts
    13,122
    • April 22, 2024 at 3:21 PM
    • #2

    i am struggling to trust humans who are working on robot safety.

    1) read pinned topic: READ FIRST...

    2) if you have an issue with robot, post question in the correct forum section... do NOT contact me directly

    3) read 1 and 2

  • Online
    SkyeFire
    Reactions Received
    1,059
    Trophies
    12
    Posts
    9,450
    • April 22, 2024 at 3:29 PM
    • #3
    Quote from Zzaz

    Non-contact, magnetic, coded safety switches is mounted on the doors of the safeguard. Opening the safeguard doors will trigger the robots safety and it has to be reset outside the cell.

    Is this enough safety to guarantee the operators safety while loading the magazine? Or would i have to implement Kuka.SafeOperation?

    Depends on how the robot safety is being triggered. If the Safety Gate is opening the Operator Safety or External E-Stop contacts on the robot, then you're safe from the robot moving in Automatic modes. The remaining risks you need to attend to are:

    1. Someone else putting the robot in Teach (T1 or T2) and moving the robot while the first operator is inside the fence

    2. Someone else closing and locking the door while the first operator is inside the fence, and starting the robot in Automatic modes again.

    These are both generally mitigated by having lockout points on the gates, and requiring anyone going inside the fence line to add their own lock to the gate before entering. T2 mode can also be disabled using the robot's Safety signals -- most end users disable T2 entirely unless they really need it for some reason. But here, you've hit a point where Safety relies on training and procedure more than hardware interlocks -- you can provide the lockout points and require their use, but if someone ignores the rules... there's just a limit to how much you can protect people who decline to follow safety procedures.

    There's also robot-adjacent safety issues, like: someone enters the gate while the robot is holding a large heavy object overhead. How do you ensure that object doesn't fall off because the air pressure bleeds off, or the operator hits the wrong button on the robot teach pendant? If the robot carries a dangerous tool (cutting blade, drill, etc), how do you ensure the tool is Safely deenergized, but still allows operator control in T1 when necessary? One method is to link EOAT power to the pendant deadman enabler when the robot is in Teach modes -- it's a mitigation, not a cure, but every little bit helps.

    Quote from Zzaz

    I might be paranoid and, I dont know why, but I am struggling to trust the robots

    Never trust them. It's not that the robots are hostile, as much as humans are amazingly good at finding ways to get themselves in the robots' way, and robots are as stupid as they are strong, while humans are very squishy.

  • Online
    panic mode
    Reactions Received
    1,293
    Trophies
    11
    Posts
    13,122
    • April 22, 2024 at 3:33 PM
    • #4

    robots are mighty. that is why there are specific safety standards just for robots.

    there are general machine safety standards that apply to any machine, and then on top of those there are also few specific standards for particularly dangerous categories (press safety, robot safety...)


    here is an example from 20 years ago that was done at KUKA in controlled environment

    this is just first clip but it does get interesting past 15seconds mark.


    then there are people who know nothing or very little about the robots, much less about robot safety, and they try to figure out how to safeguard the cell themselves... :astonished_face::astonished_face::astonished_face:

    Files

    V-Schutzzaun_1.WMV 942.75 kB – 37 Downloads

    1) read pinned topic: READ FIRST...

    2) if you have an issue with robot, post question in the correct forum section... do NOT contact me directly

    3) read 1 and 2

  • Zzaz
    Trophies
    1
    Posts
    2
    • April 23, 2024 at 2:12 PM
    • #5

    Thanks for valuable info!

    Lockout points is a good idea. Didn't know you could disable T2, ill definitely do that!

  • Online
    SkyeFire
    Reactions Received
    1,059
    Trophies
    12
    Posts
    9,450
    • April 23, 2024 at 4:03 PM
    • #6
    Quote from Zzaz

    Thanks for valuable info!

    Lockout points is a good idea. Didn't know you could disable T2, ill definitely do that!

    There is, or was, a system variable that could enable/disable certain modes. But the easier way might simply be to program the Safety PLC such that it only closes the robot safety interlocks when the robot is in T1 or (AUT or EXT, whichever you're using).

  • Online
    panic mode
    Reactions Received
    1,293
    Trophies
    11
    Posts
    13,122
    • April 23, 2024 at 5:03 PM
    • #7

    On KRC4 this is done in rights management or by editing .config files (i think it was the SmartHMI.exe.Standard.config).

    in KRC2 one could edit PROGRESS.INI and set

    KUNDEN_VERSION=3

    1) read pinned topic: READ FIRST...

    2) if you have an issue with robot, post question in the correct forum section... do NOT contact me directly

    3) read 1 and 2

  • Online
    SkyeFire
    Reactions Received
    1,059
    Trophies
    12
    Posts
    9,450
    • April 23, 2024 at 5:18 PM
    • #8

    Yep, KUNDEN_VERSION was the variable I was thinking of. I couldn't remember if the KSS 8 used the same variable, or moved that setting to one of the XML files.

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

  • Got my hands on an old KUKA KR125 with KRC1 controller. Assessing possibillities

    • mauritswoudenberg
    • November 6, 2023 at 11:16 PM
    • KUKA Robot Forum
  • adding a 7th axis into my (V)KRC2 kuka robot

    • trunkcnc
    • May 6, 2014 at 11:58 PM
    • KUKA Robot Forum

Tags

  • Profisafe
  • SafeOperation
  • TwinSAFE
  • KRC 4
  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