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
Everywhere
  • Everywhere
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Members
  3. paubau

Posts by paubau

  • robotware 5.13

    • paubau
    • December 10, 2019 at 9:25 AM

    google it. there's post about RW 5.13.1037 at the official abb forum

  • $robroot on ABB?

    • paubau
    • November 27, 2019 at 3:56 PM

    oh then i got you wrong.. related to world coordsystem, the tcp coordinates wont stay constant if robot is moving on external axis..

    Quote

    The robot's baseframe must be configured to be moved by the track.

    sadly i cant tell you how to configure this, but there are manuals on how to setup external axes

  • $robroot on ABB?

    • paubau
    • November 27, 2019 at 3:38 PM
    Quote

    If no other workobject is specified, the targets will be related to the default Wobj0, which always coincides with the base frame of the robot.

    doesnt matter if the robot itselfe is moving on a track, wobj0 will always stays the same.

    quote is from operating manual, p.23

  • $robroot on ABB?

    • paubau
    • November 27, 2019 at 2:50 PM

    whats wrong with wobj0 ? this is always related to base coordsystem

  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 16, 2019 at 8:54 AM

    Maybe transfer coordinates over plc.. monitor any parameter of the robot..

    I think you can use PN for everything you want to.

    I dont understand the purpose of asking all those things when you dont even have a goal yet.

    I'm working on my bachelor thesis and read through all manuals to get things to work.

  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 13, 2019 at 12:21 PM

    you can use system input/output (Controller->Configuration->I/O-System->System Input/System Output)..

    I dont understand the question, you can link the signals to any variable in your code..

  • SmartGripper initialization Error

    • paubau
    • September 11, 2019 at 4:45 PM

    Hello,

    out of nowhere, i'm getting Error Code 51 when trying to calibrate the right gripper at the first start.

    Quote

    Description:

    A wrong Hall sensor feedback

    is found in clockwise movement.

    Action:

    Check the connection

    between the Hall sensor output

    of the motor and the main

    board.

    Display More


    When calibrating the gripper manually over flex pendant, it works without any problems (until next restart).

    Does someone have a guide or something so i can see where to look for these connection ?

    Or is there any other option to fix it?

    Best regards..

  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 11, 2019 at 4:08 PM

    I think you have to either update RS or use external pn program.

    Maybe something like PRONETA, port or phoenix..

    but i dont know anything about these

  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 11, 2019 at 3:09 PM

    Its a part of Robotstudio i guess.. maybe try to update

    release notes from robotstudio 6.07:

    Quote

    I/O Configurator

    The I/O Configurator required for configuration of PROFINET, PROFISAFE and the CI-502 module is integrated with RobotStudio 6.07.The I/O Configurator can be opened from the Configuration menu of the Controller tab.

  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 11, 2019 at 2:14 PM

    ...

  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 11, 2019 at 10:57 AM

    Yea, thats because you have to open the I/O configurator (its a tool from RS, no external tool)

    Click on controller (at the upper bar), then configuration, then I/O configurator. There, you will find a device catalog where you have to choose the right internal device and setup the DI and DO bytes which have to match with the plc IO bytes.

    doesnt matter if robot is in automatic or manual mode.

    And i dont had to write any plc program for PN. just configure input and output bytes (64byte in my case.. fairly enough) and setup right IP.

  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 10, 2019 at 3:27 PM

    I'm only using the plc for processing coordinates and to show basic commands & infos on a panel, 95% of programming is located in the irc.

    maybe the picture gives you a hint

  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 10, 2019 at 3:22 PM

    As far as i know, service port should be DIRECTLY connected to your laptop/pc.

    Take a closer look at the attached application manual, maybe you will find an answer..

    if you got a working pn connection, you just have to configure your I/O signals and thats it..

    but i suggest you to read through the manuals..

    Files

    3HAC050969 AM PROFINET Controller Device-en.pdf 3.11 MB – 131 Downloads
  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 10, 2019 at 10:11 AM

    RS Robotstudio 19.2 Operating Manual

    Rapid Rapid Technical Reference Manual

    IRC5 IRC5 operating manual

  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 10, 2019 at 10:02 AM

    I'm working with ABB's YuMi (IRB14000) and there is no need to implement the ippnio.xml manually..

    i attached 2 gsdml's here, one is v1.2 and the other v1.4. BUT i'm using Robotware v6.08.00.01, so dont know if there are any complications to elder versions.

    If you want to access both at same time, irc AND plc, i guess you need 2network ports..but i'm not sure about that. I'm working with 2 laptops, one for RS and one for TIA so there's no problem.

    At the beginning, i tried same thing like you (1switch) but either RS connection or PN connection were very unstable, got many disconnections and couldnt really work with it..

    For basic functionality, you can take a look at configuration->i/o-system->system input/output.

    But basically you can run everything over PN, like send/receive coordinates, run interrupts, start different program sequences..

    Files

    gsdml.zip 27.04 kB – 37 Downloads
  • Controlling ABB robot arm(irb 1200) with siemens PLC

    • paubau
    • September 9, 2019 at 10:32 AM

    In my case, i connected S7-1500 via PN to LAN3 port on the irc5.

    In RobotStudio, you have to Setup same Thing, go to Configuration->I/O-System->PROFINET Internal Device

  • Using Signals from Station Logic in Rapid Code?

    • paubau
    • July 29, 2019 at 4:16 PM

    :pfeif:

    Images

    • SCoutputsetup.JPG
      • 117.69 kB
      • 1,323 × 583
      • 19

    Files

    SCoutputsetup.JPG_thumb 7.04 kB – 34 Downloads
  • Using Signals from Station Logic in Rapid Code?

    • paubau
    • July 29, 2019 at 3:17 PM

    Hello everyone.
    I'm trying around with the profinet connection from a real s7-1500 to a virtual irc5 (using SmartComponent RSConnectGIO & DIO) and its working fine, BUT i wonder how to use the received signals from the station logic in rapid code.. can someone give me hints how to realize it?
    For example, i want to use the output signals from GIO_xKoords and so on in my rapid program. Do i have to add any bindings or other connections?
    Thanks for any :help:

    Images

    • SmartComponents.JPG
      • 123.69 kB
      • 1,006 × 571
      • 26

    Files

    SmartComponents.JPG_thumb 15.93 kB – 34 Downloads
  • Failed to subscribe on signal ".../Target/Tool Changed" / "../Workobject Changed

    • paubau
    • July 18, 2019 at 11:20 AM

    Hello, i'm trying to program my first robot (YuMi) and got some issues right at the beginning.
    For testing, i just defined a few targets and added smart-gripper.
    When i try to run the simulation, an error says : "Failed to subsribe to signal: "IRB14000\Mechanical Units\ROB_x\Target\Tool Changed" and "...\Workobject Changed" for the left&right arm.
    I think this is an basic issue, but i cant figure out what to do.

    Another problem: i cant use the "g_xxx" identifier for the smart grippers, even i imported the library and installed the addin.

    Thanks in advance

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics
  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