RobotStudio event

RRI - Init interface error

Hi everyone,  probably a noob question, but I can't figure it out myself...

I am trying to use RRI in RobotStudio 5.15, I have the GSI folder and its files setup and receive an "Init communication interface error" on three different computers. My question:

Which options are required for RRI (which ones do I need to activate for this system in system builder), aside from RRI itself?  I understand that I could use many, but which ones are absolutely necessary for RRI to work? 

Any other hints? I am using files that der.matthias has posted on this forum as well as the same files from the ABB documentation - in both cases the same error.

thanks!

Comments

  • btw, the error is 112600, funnily enough, I do see UDP packets coming for some time, before the communication stops.
  • RESOLVED.

    I have learned a lot over the past week. Once I am done with my little exercise, I'll post a simple tutorial for anyone who struggles with the initial steps using RRI, like I did.



  • Btw. regarding issues with UDP streaming stopped - It looks like feature DryRun = True in Description.xml is not working as expected
    My program stops when number of read errors reaches maximum. And what is really sad communication works in separate internal task and there is no way handle this error in RAPID code

  • I ran into the same issue
  • Dear JanVonNebenan,

    I am facing the same problem as you (112600 error) I will appreciate if you give some tutorial :)
    thank you
  • Hey

    I have the same problem to.

    We have a RRI_Logger from ABB.
    The Robot is a ABB IRB2400

    All .xml files are in Place with the right reference's and name's in it (checked several times).

    But everytime we want to test some Connection and File recieve (we want to log the position and angel of each joint, with a time stamp) and the Pointer reaches the Command SiConnect the Error 112600 appears.

    We have no idea what causes this problem.

    Our RRI Server is running on the IP: 192.168.125.2 with Port 3000
    With Wireshark we didnt see any Packets between the Robot and our Server.
    Is this normal or will we see only some Packets if the Command SiConnect works correctly?

    Tanks a lot!

  • Hi

    I know I'm a little late with my answer but in case anyone still has this problem I'd like to share how it worked for me.

    I had the same errors as previously mentioned. Even if RRI files were properly set and C# server tries to establish a UDP connection with IRC5 controller, code error112600 shows up when SiConnect is reached in the RAPID.

    After some time debugging, what worked for me was the simplest idea ever: turn off the anti-virus firewall.

    Apparently the version 8.0 of McAfee was blocking the connection on port 3000 and no proper connection could be established.

    Hope it works for you too