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

ABB Bugs and Wishlist

  • SkyeFire
  • May 4, 2022 at 5:02 PM
  • Thread is Unresolved
  • Online
    SkyeFire
    Reactions Received
    1,042
    Trophies
    12
    Posts
    9,388
    • May 4, 2022 at 5:02 PM
    • #1

    Well, the KUKA and Fanuc forums have a Bugs&Wishlist pinned thread, so why should ABB miss out on the fun? :fish:

    To start things off, something minor but annoying: I love the RAPID editor in RobotStudio most of the time, and I make heavy use of the Format button. But that button has one odd behavior I really dislike: breaking inline comments off onto their own lines.

    Everyone has their own opinion on inline comments -- that is, lines like this:

    VAR num nCounter; ! Local Counter Variable

    Now, everyone has their own opinion on inline comments. And there is an issue where using an inline comment can push the comment off the right edge of the FlexPendant screen (in fact, I've seen some programmers use that to conceal comments from people who don't understand the horizontal scroll). But the way the Format button handles them just gripes me.

    Not only does hitting the Format button take anything after the ; and move it to a new line, it puts that new line after the original -- effectively, it just adds a Line Feed between the ; and the !.

    Which has the effect of moving the inline comment after the line of code it was originally part of! Like this:

    VAR num nCounter;

    ! Local Counter Variable

    Which is just completely counterintuitive!

    It would be nice if there was an option to have the Format button leave inline comments alone. And if that option is de-selected, the inline comment should wrap above the executable code, not below. Or heck, maybe make that an option too.

  • dudz
    Reactions Received
    12
    Trophies
    2
    Posts
    65
    • May 4, 2022 at 5:29 PM
    • #2

    A background edit, with the program running without lose the pointer.

  • TSBV
    Reactions Received
    6
    Trophies
    3
    Posts
    83
    • June 22, 2022 at 1:52 PM
    • #3

    i would love to have array's in records.

  • xVican
    Reactions Received
    1
    Trophies
    1
    Posts
    8
    • August 9, 2022 at 7:47 AM
    • #4

    To be able to set a bit in a word simpler, in PLCs I usually use a word called nHandshake.

    nHandshake.%X1 := TRUE;

    Would make my mapping easier.

    Also that the damn pulse function would stop retaining the value if the robot is stopped during the time it's executing. I don't know how many times I've had to fix this error by adding the \high parameter to a pulse or just replacing it with set/reset instead.

  • Online
    SkyeFire
    Reactions Received
    1,042
    Trophies
    12
    Posts
    9,388
    • August 10, 2022 at 3:17 PM
    • #5
    Quote from xVican

    To be able to set a bit in a word simpler, in PLCs I usually use a word called nHandshake.

    nHandshake.%X1 := TRUE;

    Would make my mapping easier.

    BitSet and BitClear would seem to be the functions you want?

  • xVican
    Reactions Received
    1
    Trophies
    1
    Posts
    8
    • August 11, 2022 at 8:02 AM
    • #6
    Quote from SkyeFire

    BitSet and BitClear would seem to be the functions you want?

    I could use those, yes. But they make the code ugly imo :grinning_squinting_face:

    One thing that would be nice though would be if you could map a record to a GI. Imagine not having to modify the sysconfig every time you want to rename a signal.

  • jarm
    Reactions Received
    9
    Trophies
    3
    Posts
    247
    • January 6, 2023 at 7:06 PM
    • #7

    an icon to display if a displacement pose is active or not

  • Lemster68
    Reactions Received
    295
    Trophies
    9
    Posts
    2,458
    Blog Articles
    7
    • March 17, 2023 at 1:02 PM
    • #8

    Good morning everyone. I have been contacted by an ABB person seeking feedback on issues or possible improvements to the program editor of the IRC5 teach pendant. If you would like to contribute, your suggestions and input would be most welcome.

  • Online
    SkyeFire
    Reactions Received
    1,042
    Trophies
    12
    Posts
    9,388
    • March 17, 2023 at 2:31 PM
    • #9
    Quote from Lemster68

    Good morning everyone. I have been contacted by an ABB person seeking feedback on issues or possible improvements to the program editor of the IRC5 teach pendant. If you would like to contribute, your suggestions and input would be most welcome.

    Hm... well, off the top of my head:

    1. the double-tap problem. If I accidentally double-tap on the wrong thing in the Program Editor, I can often end up with a "doom bar" that takes as much as 20-30sec to clear, and renders the entire pendant unusable in the meantime.

    2. The "group-pick" problem. Too often, I try to tap on a line, and somehow get the entire page (or more) highlighted. And then it's hard to find a safe spot to tap on to de-select that mass of lines -- often, most of the screen becomes an area where a single tap triggers the "doom bar" problem.

    3. If I have the side menu open, I'd like to still have the page-up and page-down buttons. I realize that may create a screen crowding issue, but I often find myself closing the menu just to get the paging buttons back, then re-opening the side menu.

    4. The Jog screen. Okay, this isn't the editor, but it's a pet peeve: I can't change between seeing Cartesian or Joint values without changing my jog mode. Far too often, I want to watch Joint angles while jogging in Cartesian, or vice-versa.

    5. Program Data Scrren: I'd like to have smarter filtering (wildcards especially), and a "favorites" option like the I/O screen does.

    For filtering, being able to make visible Station1_Count, Station2_Count, and so on visible together, without everything that starts with "Station", would be nice. Or maybe just all the variables with "Count" in the name.

    For favorites, it would be nice to be able to see a set of variables of different types -- like, a set of pallet counters, and the Wobjs those counters offset -- at the same time, without needling to flip back to the Data Type screen constantly.

    Oh, and better refresh! Often, I check a variable in the Data screen, flip to the Editor and run a few lines of code, then flip back to the Data screen... and find either my Data page has reset to the top, or the refresh of the variable values takes several seconds.

    6. Line wrapping. In RobotStudio, I can wrap a long line of code to fit into the pendant screen width, but I haven't found a way to do that on the pendant.

    7. semi-random selection. I often tap on a multi-argument line like a MoveJ, but if I get just a particular argument highlighted, or the entire line, seems to be a crapshoot. To be fair, I'm usually running the editor at the smallest font size in order to maximize my visible line count.

    8. General pendant overall: speed of response. I constantly feel like I'm trying to Run Windows 10 on a computer built for Windows 95. It's not terrible, but you can feel that the pendant software is hitting the limits of the hardware.

  • Lemster68
    Reactions Received
    295
    Trophies
    9
    Posts
    2,458
    Blog Articles
    7
    • March 17, 2023 at 3:15 PM
    • #10

    Would you please add, If you can check right now, or remember what version of robotware these things are acting like such. I, myself, have the opinion that the newer robotware versions are becoming less stable, with regards to the pendant.

  • Online
    SkyeFire
    Reactions Received
    1,042
    Trophies
    12
    Posts
    9,388
    • March 17, 2023 at 3:48 PM
    • #11
    Quote from Lemster68

    Would you please add, If you can check right now, or remember what version of robotware these things are acting like such. I, myself, have the opinion that the newer robotware versions are becoming less stable, with regards to the pendant.

    I've seen this on RW 6.12 and 6.13. Probably also 6.11, but I can't swear to it.

  • Mr.Robot
    Reactions Received
    6
    Trophies
    3
    Posts
    65
    • March 17, 2023 at 4:07 PM
    • #12

    1. I am experiencing an issue with the real-time updating of the PP in Rw6.14. Specifically, the PP gets stuck on a line and does not update until I close and reopen the program editor.

    2. I cannot keep two program editor windows of different modules open simultaneously. For example, if I have the PP in routine 1 and I want to check routine 2, when I step in 1 line in routine 1, both program editor windows switch to routine 1

  • Lemster68
    Reactions Received
    295
    Trophies
    9
    Posts
    2,458
    Blog Articles
    7
    • March 17, 2023 at 4:22 PM
    • #13

    And just to make sure that this is super clear, this is regarding ONLY the program editor part of the pendant.

  • Lemster68
    Reactions Received
    295
    Trophies
    9
    Posts
    2,458
    Blog Articles
    7
    • March 17, 2023 at 4:23 PM
    • #14

    That's interesting on your #2, Mr.Robot.

  • saberlars
    Robot, beyond Human..
    Reactions Received
    22
    Posts
    224
    • October 30, 2023 at 4:18 PM
    • #15

    Teaching-Pendant's response speed need to be faster.

    It's frustrating because it's slow switch pages.

    More font option to Robotstudio apps.

    as like an Hermit, Jetbrains, Lucida sans, IBM Plex..

    ABB, FANUC, Hyundai, Kawasaki

  • Online
    SkyeFire
    Reactions Received
    1,042
    Trophies
    12
    Posts
    9,388
    • November 1, 2023 at 10:05 PM
    • #16
    Quote from saberlars

    Teaching-Pendant's response speed need to be faster.

    It's frustrating because it's slow switch pages.

    So, the newest version of the pendant (much flatter, almost like a tablet with buttons attached) appears to be much snappier, based on my brief tryout of it. So they have made progress on that front.

  • Lemster68
    Reactions Received
    295
    Trophies
    9
    Posts
    2,458
    Blog Articles
    7
    • November 2, 2023 at 1:07 PM
    • #17

    Which controller is that pendant for? Omnicore?

  • Roland Keller
    Reactions Received
    12
    Trophies
    5
    Posts
    61
    • November 2, 2023 at 1:43 PM
    • #18
    Quote from Lemster68

    Which controller is that pendant for? Omnicore?

    TPU4 is for IRC5.

    https://www07.abb.com/images/librariesprovider89/default-album/tpu4_flexpendant_for-irc5.jpg?sfvrsn=1a49600b_1

  • saberlars
    Robot, beyond Human..
    Reactions Received
    22
    Posts
    224
    • November 2, 2023 at 4:25 PM
    • #19
    Quote from SkyeFire

    So, the newest version of the pendant (much flatter, almost like a tablet with buttons attached) appears to be much snappier, based on my brief tryout of it. So they have made progress on that front.

    I am using the RW6.** series, and it seems like the performance is the same regardless of whether I use colorful icons or the current Solid color icons.
    I guess the "OmniCore RW7.**" series is based on a new tablet. I would like to try it out if I get the chance!

    ABB, FANUC, Hyundai, Kawasaki

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