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

Posts by BwillieS

  • (useful) Chatgpt Addin for Robostudio

    • BwillieS
    • March 21, 2025 at 12:34 PM

    I find just training up a Grok chat for specific tasks very useful. Interested to see how this works but I'll let other test and give feedback first.

  • How to Deactivate External Axis

    • BwillieS
    • June 25, 2024 at 1:13 AM

    Depending on how your system is set up you may not be able to deactivate the external axis (SafeMove)

  • Failed to login on controller

    • BwillieS
    • June 24, 2024 at 11:55 PM

    Are you just trying to login using the default settings? or are you trying to log in under a specific account?


    I believe if you connect directly to the teach pendant port you can get past this. (X3)

  • Event log in IRC5

    • BwillieS
    • April 30, 2024 at 2:57 PM

    Just giving this a bump as I'm looking into this as well. Any way to automatically save the event logs on a schedule?

  • Best Practice for creating Work Object for part being held in MH Gripper

    • BwillieS
    • April 28, 2023 at 2:24 PM

    Good day all,

    Just curious on the best way to create a work object for a welding robot when the part to be welded is being held in a material handling gripper. The MH moves to 4 different positions. I was thinking to create 4 work objects (1 for each position) I was going to create the work object based on the MH Pos. So when it gets into position for welding I was going to use that coordinate to create the X,Y,Z of the work object. my thought was if the MH pos. is modposed I would be able to take the new X,Y,Z coordinate and put those numbers into work object of the weld robots and the hope is this would correct the weld path.

    Our tool that holds the part in place doesn't really have anything great to reference off of to create a work object.

    Any insight is much appreciated.

  • Reading Duty Time Counter.

    • BwillieS
    • September 8, 2020 at 9:59 PM

    Does anyone know how I would go about reading the Duty Timer counter in rapid?

    I want to flag an alarm to the PLC once Im 500 hrs. away from needing to PM the robot.

    Thanks for any info you can provide.

  • Basic Programming question

    • BwillieS
    • November 8, 2018 at 3:39 PM

    Thanks for the example. Any way of doing my method?

  • Basic Programming question

    • BwillieS
    • November 8, 2018 at 12:00 AM

    Ok so how do I write the following:

    I want to make a group output equal to a D variable.

    So before I run the verify Job I will set the D variable to where I am in the program. after that I will run the path verify job that will set the group output to equal the d variable.

    Example:

    NOP
    ** INSERT WELD PATH A
    SET D011 1
    CALL JOB:PATH_VERIFY

    ** INSERT WELD PATH B
    SET D011 2
    CALL JOB:PATH_VERIFY

    ** INSERT WELD PATH C
    SET D011 3
    CALL JOB:PATH_VERIFY
    END

    PATH_VERIFY
    SET GO = TO D011
    WAIT IN#(27)=ON (PLC ack)
    SET D011 0
    END

  • Offset Robtarget from HMI

    • BwillieS
    • October 17, 2017 at 8:37 PM

    Are you referring to "MoveL Offset(p10, aiX, aiY, aiZ)"?

    In this example I was taking it that the PLC actually holds the robtarget data and then sends the info to to p10. I'm looking for the PLC to send the rapid an offset value. The rapid will offset the correct robtarget.

    My fear (If I am correct on the above assumption) Is if the PLC ever drops out then we will actually lose the robot as well. or if a handshake fails.

  • Offset Robtarget from HMI

    • BwillieS
    • October 17, 2017 at 7:55 PM

    So if I want to set up 100 points to be offset should I go about it like this:

    AnalogIO from PLC sends value (1-100)
    Rapid code is one big IF statement
    IF analogIO=1 THEN
    Offest point 1
    ELSE IF analogIO=2 THEN
    Offset point
    ...... all the way to 100?

    Is there a better way to write that?

    Thanks!!

  • Offset Robtarget from HMI

    • BwillieS
    • October 16, 2017 at 9:23 PM

    When i use
    PROC ApplyOffsets()

    tTarget001_Offset:=tOffset(tTarget001, 1);
    tTarget002_Offset:=tOffset(tTarget002, 2);
    tTarget003_Offset:=tOffset(tTarget003, 3);

    ENDPROC

    I'm getting the following error. "The call to routine tOffset has to many arguments.

    Any idea?

    Thanks!

  • Offset Robtarget from HMI

    • BwillieS
    • October 16, 2017 at 7:22 PM

    Ok. Figured out how it offsets Texample. now when i run it it doesn't actually overwrite the data. it shows what the difference is but doesn't change it.

    Also do you have a good solution that will allow me to do multiple points using the same structure without the need to write this code for each point?

  • Offset Robtarget from HMI

    • BwillieS
    • October 16, 2017 at 6:45 PM

    Thank you!

    Question though, how does it know it offset tExample?

  • Offset Robtarget from HMI

    • BwillieS
    • October 16, 2017 at 3:50 PM

    Do you have a bit of rapid code examples?

  • Offset Robtarget from HMI

    • BwillieS
    • October 16, 2017 at 2:40 AM

    Good day all,

    Can someone tell me how I can write some rapid / PLC code that will modify the XYZ of a robtarget from an HMI. Basically I want the weld operator to be able to adjust a weld point from the HMI.

    Any help would be much appreciated.

    :beerchug:

  • Same product on R1 and R2 but need to make offset

    • BwillieS
    • October 2, 2017 at 9:20 PM

    I have the same product being made on R1 and R1 in the same fixture. I want to copy and paste R1 moves into R2 The only difference is the parts are located on the Y axis differently (600MM or so). How can I make the offset on R2 to fix this issue.

    Thanks,

  • Motion supervision: Write data to inform if in Auto or Manual mode.

    • BwillieS
    • September 29, 2017 at 11:07 PM

    Does anyone have some code already written that they would like to graciously share that will write to routine when the robot goes into motion supervision? It would also write if it was in manual or auto.

  • 4328 error

    • BwillieS
    • February 5, 2016 at 2:49 PM

    - Possibly the brakes are not releasing.

  • How to write a Pvariable to data on a PLC.

    • BwillieS
    • February 4, 2016 at 10:24 PM

    Good afternoon,

    We've recently installed tool sight on an NX100 cell. We've got it working automatically now (auto adjusts for anything smaller than .8mm in XYZ) Tool sight automatically saves the previous tool data before it updates. What I would like to do is take this data and push it out to our PLC so we can keep historical data in case we need to go back at some point.

    Any info would be much appreciated. :beerchug:

  • Help me please ... FANUC Robot R-2000iB 210F first try to run ...

    • BwillieS
    • September 29, 2015 at 12:10 PM

    What does this error mean? (besides the obvious) Why does it generate? Does anyone have an alarm manual with this code in it?

    What happens if doing the above does not reset this alarm?

    Many thanks!

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