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. SEAN-DUDE

Posts by SEAN-DUDE

  • Fanuc iPendant Calibration

    • SEAN-DUDE
    • April 26, 2021 at 12:56 PM

    Hello All,

    I have a Fanuc iPendant with touch screen. My problem is that when I try to use the touch screen the pendent is clicking in a different place than where my finger is, about 2 inches to the right. Is there a way to calibrate the screen so it reads properly? It is a brand new pendant so I can send for warranty if need be.

    My software is Spot Tool + 9.3.

    Thanks

  • Safety for Teaching 2 robots in a cell at once

    • SEAN-DUDE
    • March 2, 2021 at 3:15 PM

    Hello All,

    When there are 2 adjacent robots in a cell, can they both be programmed by 2 separate people according to CSA Z434? Does any one know the article number that stipulates whether they can/cannot?

    Thanks,

  • Trying to Write String into Variable

    • SEAN-DUDE
    • December 15, 2020 at 6:32 PM
    Quote from Nation

    You are missing some single quotes.

    Code
    KCL SET VAR $UALRM_MSG[5] = 'Search Fail'

    Thanks Nation!

  • Trying to Write String into Variable

    • SEAN-DUDE
    • December 15, 2020 at 5:32 PM

    Hey All,

    I am trying to write a CM program that will put some weld pressure and schedule names into the comments. The weld pressure works fine, but I cannot seem to get the comment to write in. When I run the CM to the line for the comment it says "Undefined Parse Syntax Error"

    Here is my Code:

    Any Ideas? Does the Comment have to have brackets around it or something?

    Thanks

  • Fanuc PNS Number Mirror sending wrong number

    • SEAN-DUDE
    • November 9, 2020 at 6:59 PM

    Hey Gang,

    So when the PLC calls PNS0001, the UOP 11-18 reflects the PNS Number. My Issue is that if a programmer goes to the left screen while running and selects another PNS, eg PNS0050 for viewing purposes, the UOP now sends a 50, even though PNS0050 is not technically running. This is messing up our PLC because they use this number at multiple stages in there program. See below screen shot for reference.

    I look forward to your answers!

    Thanks,

    Sean

  • Leoni Advintec TCP/Frame Calibration

    • SEAN-DUDE
    • October 30, 2020 at 6:28 PM
    Quote from hermann

    Yes I have experience with Leoni Advintec TCP calibration tool with

    What's your review on it? Was it useful and did it work well?

  • Leoni Advintec TCP/Frame Calibration

    • SEAN-DUDE
    • October 29, 2020 at 1:57 PM

    Hey All,

    Any one have any experience using the Leoni Advintec TCP Calibration tool? I was looking in to using it for calibrating user frames and TCPs specifically with Fanucs and Kukas.

    I look forward to your replies.

  • Is it possible to calculate the points automatically if the base changes?

    • SEAN-DUDE
    • March 25, 2019 at 3:34 PM

    I think orange edit has a tool where you can change the base frame and maintain the positions.

  • Spot welding pressure

    • SEAN-DUDE
    • March 25, 2019 at 12:04 PM

    Is this the Fanuc Motor with the reverse parallel Belt? I had a problem with the belt becoming damaged and needed to be replaced.

  • Smartpad Touchscreen Badly Wrong!

    • SEAN-DUDE
    • March 24, 2019 at 11:14 AM

    Band Aid Solution: Get a USB Bluetooth mouse and key board :biggrins:

  • Spot welding pressure

    • SEAN-DUDE
    • March 24, 2019 at 11:08 AM

    Post a picture of the calibration table.

    Have you tried Autotuning the gun again? maybe incorrect data was input into the autotune procedure.

  • Spot welding pressure

    • SEAN-DUDE
    • March 23, 2019 at 12:03 PM

    When the spot or TD command is used, in the status menu open servo gun. This will show you live feed back. What pressure does the robot say its doing?

  • Kuka Safe Operation BBRA

    • SEAN-DUDE
    • March 8, 2019 at 5:50 PM

    Sorry about the file size. I will check for an approved model.

  • Kuka Safe Operation BBRA

    • SEAN-DUDE
    • March 8, 2019 at 3:04 PM

    Hello All,

    I using a KRC4 software 8.5.6, KR 240 R2900 Ultra.

    I am trying to us the Safe Operation function BBRA, but when I enable it I get the attached alarm.

    Does this mean the Kuka does not support BBRA for the KR 240 R2900 Ultra?

    Thanks All.

    Images

    • bbra problem png.png
      • 2.23 MB
      • 1,200 × 1,599
      • 39

    Files

    bbra problem png.png_thumb 26.49 kB – 53 Downloads
  • Syntax for command files (.CM)

    • SEAN-DUDE
    • February 28, 2019 at 7:59 PM

    Ok thanks. I did find out how to write to the MNUFRAME and MNUTOOL:

    Each element on the is equal to the XYZWPR respectively

    KCL SET VARIABLE $MNUTOOL[1, 1 ]= 1 , 2 , 3 , 4 , 5 , 6

    I am having trouble with the payload variables. they are all write protected even controlled start. Any ideas on how to get around this. I have something like this:

    KCL SET VARIABLE $PLST_GRP1[1].$COMMENT = 'Hello World'
    KCL SET VARIABLE $PLST_GRP1[1].$PAYLOAD = 12.706
    KCL SET VARIABLE $PLST_GRP1[1].$PAYLOAD_X = 0.0410
    KCL SET VARIABLE $PLST_GRP1[1].$PAYLOAD_Y = -1.3870
    KCL SET VARIABLE $PLST_GRP1[1].$PAYLOAD_Z = 3.2050
    KCL SET VARIABLE $PLST_GRP1[1].$PAYLOAD_IX = 0.9010
    KCL SET VARIABLE $PLST_GRP1[1].$PAYLOAD_IY = 1.3140
    KCL SET VARIABLE $PLST_GRP1[1].$PAYLOAD_IZ = 1.3140

  • Syntax for command files (.CM)

    • SEAN-DUDE
    • February 28, 2019 at 1:44 PM
    Quote from cliff.knasinski


    Do you have example code of how User Frames can be created using a .cm program? I am able to create User Models and CPC models easily, but having trouble finding the variables needed to create frames in the system for CPC user frame definitions.

    Just wondering if anybody had some luck with this. There is the Variable $MNUFRAME and MNUTOOL, but there is no way to access the individual XYZWPR elements. I seen in some Karel and tp programs you can assign data to a pr and reference the pr to transfer the values, but a XYZWPR variable needs to be declared.

    Is it possible to create variables within the CM file to transfer the data?

  • Cold start

    • SEAN-DUDE
    • February 4, 2019 at 6:25 PM

    I think you mean controlled start.

    You should be able to view the system variables with out a controlled start, under menu>system>variables. Some variables can only be edited in a controlled start.

    To do a COLD or Controlled start, press function, 0, Cycle Power. You should be prompt with a selection to cold start or controlled start.

    Cold Start cycles power on the robot with out physically turning the robot off

    Controlled start allows for system configuration options as well as the ability to change some some variables that are normally locked.

  • Roboguide Cycle Time

    • SEAN-DUDE
    • January 16, 2019 at 9:56 PM

    You can put a timer in the program and review it under status>program timer in the teach pendent, or you can us Motion Pro for the program and get the cycle time of the program.

  • How close to the fence with DCS

    • SEAN-DUDE
    • January 15, 2019 at 10:54 PM

    I did a bit more research, According to the OSHA website the only requirement is to have a teach speed of 250 mm/sec when teaching, but it does reference that ANSI has additional recommendation.

    ANSI 1999 says to have 18" in all cases, this may have been updated in the 2012 addition.

    ISO says the 500mm is only required if high speed manual (T2) is available, I found this in CSA Z434 2014.

  • How close to the fence with DCS

    • SEAN-DUDE
    • January 15, 2019 at 7:47 PM

    also in the same document check out [ANSI B11.19-2010 and ANSI/RIA R15.06-1999] I think this is the correct one for the mesh.

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