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

Input/Outputs in Roboguide

  • Searchligt_1
  • July 2, 2021 at 7:08 PM
  • Thread is Unresolved
  • Searchligt_1
    Trophies
    2
    Posts
    7
    • July 2, 2021 at 7:08 PM
    • #1

    Hello all,

    I am trying to create a work cell in Roboguide that is identical to the robot cell we have on our premises. I have everything in place but my inputs and outputs are not turning on/off like they should. I have uploaded all the programs from the robot, including diocfgsv.io, but all inputs and outputs are off. We don't simulate any ports on the robot and when I try to simulate them as 'ON' in Roboguide, the program breaks and I have to restart. Any thoughts?

    Thanks

  • Go to Best Answer
  • jmd2777
    Reactions Received
    34
    Trophies
    4
    Posts
    193
    • July 2, 2021 at 9:23 PM
    • #2

    1. Did you create the Roboguide cell from a backup of the robot?

    2. What do you mean the "inputs and outputs are not turning on/off like they should"? Does this mean you can't turn the DOs on and off in your program?

    3. What behavior do you expect from the DIs? In Roboguide they are not getting any signals from sensors so they will remain off.

  • Searchligt_1
    Trophies
    2
    Posts
    7
    • July 6, 2021 at 5:20 PM
    • #3
    Quote from jmd2777

    1. Did you create the Roboguide cell from a backup of the robot?

    2. What do you mean the "inputs and outputs are not turning on/off like they should"? Does this mean you can't turn the DOs on and off in your program?

    3. What behavior do you expect from the DIs? In Roboguide they are not getting any signals from sensors so they will remain off.

    1. I did create the cell from a backup of the robot.

    2. I guess what I expected was that when I run Roboguide (after creating the cell from the backup), all the appropriate DI/DO would be 'on'/'off' like it is on the robot.

    3. The programs require that some DI be on, so I simulate them as on. When I do that, the program breaks and I have to reset Roboguide. If I don't simulate them, then the program doesn't run.

  • TomFoolious
    Reactions Received
    11
    Trophies
    3
    Posts
    130
    • July 14, 2021 at 2:03 PM
    • #4

    It's hard to help when we're all unsure of what is all in your code (what DI's are being used, for what purpose and how are they breaking your code).

    Best I can suggest with what information has been shared: Use the Logic Simulation Assistant thing in Roboguide. Go through your program to turn your inputs on and off automatically. Check out the Help document via the Help button to understand how to use the tool. I've used it a few times, it's good for what it is there for.

    Hope this helps,

    Tom

  • hermann
    Reactions Received
    411
    Trophies
    9
    Posts
    2,621
    • July 14, 2021 at 2:13 PM
    • #5
    Quote from Searchligt_1

    ... When I do that, the program breaks. .

    What does that mean? Any messages, describe the behavior of the program.

  • RookieWithRobots
    Reactions Received
    3
    Trophies
    4
    Posts
    76
    • July 21, 2021 at 7:59 AM
    • #6

    Did you also configured your I/Os? Because if those are not configured, this might happen.

  • Daxos332
    Trophies
    2
    Posts
    7
    • July 21, 2021 at 9:09 AM
    • #7

    Hello. I think I have a solution for set the DI ON. In my project I created an additional robot, called it 'PLC' and made it invisible. Next I opened Cell -> I/O Interconnections option. I set up the connection between 'PLC' robot and my working robot (Robot Controller 1) - DO from 'PLC' set DI on Robot Controller 1. The last step was to create a program in 'PLC' to change DO states as I needed. It's a little cheat but worked for me.

    Images

    • Example.PNG
      • 34.65 kB
      • 1,012 × 214
      • 23
  • HawkME
    Reactions Received
    570
    Trophies
    11
    Posts
    3,269
    • July 21, 2021 at 1:06 PM
    • #8

    You could just use a BG Logic program to simulate your PLC.

  • Searchligt_1
    Trophies
    2
    Posts
    7
    • July 22, 2021 at 5:15 PM
    • #9

    Hello all,

    Sorry for the late response, I am new to all this so I have been learning as I go and will try to explain it as best I can. My I/O's are configured correctly. I am currently trying to find the Logic Simulation Assistant option but can't find it anywhere in my Roboguide/Help ( TomFoolious). Another forum thread said its in the test-run drop down, but I don't see it. I haven't tried Daxos332's or HawkME's solutions yet.

  • TomFoolious
    Reactions Received
    11
    Trophies
    3
    Posts
    130
    • July 22, 2021 at 5:45 PM
    • #10
    Quote from Searchligt_1

    Hello all,

    Sorry for the late response, I am new to all this so I have been learning as I go and will try to explain it as best I can. My I/O's are configured correctly. I am currently trying to find the Logic Simulation Assistant option but can't find it anywhere in my Roboguide/Help ( TomFoolious). Another forum thread said its in the test-run drop down, but I don't see it. I haven't tried Daxos332's or HawkME's solutions yet.

    Yeah, you're not wrong. It should be under Test-Run. In the Help file for the LSA, it says robot versions 7.30 and earlier are not supported - perhaps that's why?

    Just abandon the LSA and go for one of the other solutions. If LSA ain't there, then it ain't gonna be there haha.

  • Searchligt_1
    Trophies
    2
    Posts
    7
    • July 22, 2021 at 8:56 PM
    • #11

    All my DI's are OFF. In tutorial videos I have been watching, they have DI's that are ON without simulating them. I am trying to figure that out.

    Images

    • Capture.JPG
      • 69.7 kB
      • 715 × 413
      • 3
  • TomFoolious
    Reactions Received
    11
    Trophies
    3
    Posts
    130
    • July 22, 2021 at 9:46 PM
    • Best Answer
    • #12

    You can get your DI's to turn on by using "I/O Interconnections" which is under the Cell drop down at the top. If you've ever used Interconnect on the pendant then this is the same concept.

    Essentially what you'll want to do is tie other signals on your main robot from the same main robot or another robot/device in your virtual workcell to the DI's you need to use.

    For example...under I/O Interconnections you could tell Roboguide that you want DO:102 of Robot Controller 1 to control DI:2 of Robot Controller 1.

  • mosbe
    Reactions Received
    4
    Trophies
    2
    Posts
    52
    • July 23, 2021 at 10:51 PM
    • #13

    If you still experience many problems, just try using registers (as DI). You can edit them on run

  • Searchligt_1
    Trophies
    2
    Posts
    7
    • July 26, 2021 at 7:48 PM
    • #14
    Quote from TomFoolious

    You can get your DI's to turn on by using "I/O Interconnections" which is under the Cell drop down at the top. If you've ever used Interconnect on the pendant then this is the same concept.

    Essentially what you'll want to do is tie other signals on your main robot from the same main robot or another robot/device in your virtual workcell to the DI's you need to use.

    For example...under I/O Interconnections you could tell Roboguide that you want DO:102 of Robot Controller 1 to control DI:2 of Robot Controller 1.

    This worked. However, now when I run the program it freezes on a variable file and I have to force quite. Time to figure that out :smiling_face: Thank you all for your help

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

  • Handling Pro - Connect a external device to simulate movement (animate) in the virtual cell

    • malain
    • February 27, 2020 at 8:53 PM
    • Fanuc Robot Forum
  • DCS Errors after loading backup to Roboguide

    • romanzo
    • August 23, 2017 at 6:23 PM
    • Fanuc Robot Forum
  • How to control UIs (UOP) from an HMI device

    • zahid990170
    • June 16, 2021 at 1:15 PM
    • Fanuc Robot Forum
  • Karel server for constant input data updating

    • dcrb
    • March 8, 2021 at 4:16 PM
    • Fanuc Robot Forum
  • Roboguide line input

    • Dmdtrain
    • August 25, 2020 at 4:52 PM
    • Fanuc Robot Forum
  • Roboguide - OPC - TIA Portal. Simulate UOP UI

    • d.chlebek
    • August 23, 2019 at 3:16 PM
    • Fanuc Robot Forum
  • Roboguide virtual and real robot calibration

    • ORDEP81
    • August 13, 2018 at 4:14 PM
    • Fanuc Robot Forum
  • IIC Calibration not taking into effect with workcells in RoboGuide

    • TomFoolious
    • August 25, 2018 at 3:19 PM
    • Fanuc Robot Forum
  • Roboguide HMI TeachPendant screen

    • bmrgud
    • May 16, 2018 at 11:37 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