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

ETHERNETRSIXML ST_ETHERNET Configuration - Timing Issues

  • robonovak
  • July 2, 2020 at 2:13 AM
  • Thread is Resolved
  • robonovak
    Reactions Received
    7
    Trophies
    3
    Posts
    47
    • July 2, 2020 at 2:13 AM
    • #1

    I am currently investigating timing issues in an ETHERNETRSIXML TCP connection, and have a question regarding the behavior of the parameters of the `ST_ETHERNET` object.

    I am referencing the manual "KUKA.Ethernet RSI XML 1.2 V2 en", issued 25.02.2008 (our software version is V5.6.12).

    Background:

    I have a working RSI link to our robot and am able to stream corrections that the robot then executes. The server is written in Python, and is running on a Windows 10 machine.

    Timing the python server loop from message reciept to message transmission shows the loop as within the required 12ms, but I recognize that the time at the client side (the robot) will necessarily be longer.

    Issue:

    When running programs, the RSI link will periodically fail with the error: SEN: RSI Execution Error - RSI stopped. Perusing the log at C:\KRC\ROBOTER\LOGS\RSIerrors.log shows the following lines:

     01.07.20 16:52:01 Error: ERX: Defined timeout limit was reached. Answer from server missed! 

     01.07.20 16:52:01 Error: Executing object 1000000 

    Question:

    I am unsure how the RSI link is failing, and want to place the failure in context of the parameters governing the RSI link on the robot side, as explained by manual page 48/83 (see attached). How can I determine if this failure is due to consecutive late packages (eERXmaxLatePackages), or an overall percentage of late packages (eERXmaxLateInPercent)?

  • robonovak
    Reactions Received
    7
    Trophies
    3
    Posts
    47
    • July 2, 2020 at 2:15 AM
    • #2

    I ran a test on our system, changing the values of the ST_ETHERNET parameters to better understand their influence on the TCP link behavior.

    The error messages related to these errors are not immediately obvious.

    Testing eERXmaxLateInPercent

    Setup:

    To test this, I turned up maxLatePackages and turned down both maxFieldOfView and maxLateInPercent to guarantee a failure by late packet percentage. I then ran a program that moved the robot to the toolcheck position XHOME1, activated RSI, then moved back to XHOME.

    Code
    err = ST_SETPARAM(hEthernet,eERXFastCycle,0)
    err = ST_SETPARAM(hEthernet,eERXmaxFieldOfView,10)
    err = ST_SETPARAM(hEthernet,eERXmaxLateInPercent,1)
    err = ST_SETPARAM(hEthernet,eERXmaxLatePackages,100)

    Results:

    Surprisingly, no timeout errors occurred during this test.

    Testing eERXmaxLatePackages

    Setup:

    To test this, I turned down maxLatePackages and turn up maxLateInPercent to guarantee a failure by consecutive late packages. I then ran the same program as above.

    Code
    err = ST_SETPARAM(hEthernet,eERXFastCycle,0)
    err = ST_SETPARAM(hEthernet,eERXmaxFieldOfView,10)
    err = ST_SETPARAM(hEthernet,eERXmaxLateInPercent,90)
    err = ST_SETPARAM(hEthernet,eERXmaxLatePackages,1)

    Results:

    Link failed instantly upon hitting the ST_ON1 block. Inspection of the `RSIError.log` file revealed the following issue:

     01.07.20 16:52:01 Error: ERX: Defined timeout limit was reached. Answer from server missed! 

     01.07.20 16:52:01 Error: Executing object 1000000 

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

Tags

  • RSI
  • TCP/IP
  • ethernetRSIXML
  • timing
  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