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

Posts by JMPLBL_NoGO

  • KRC4 Enabling Switch Timeout Error

    • JMPLBL_NoGO
    • September 28, 2023 at 9:07 AM

    @robovonak do you remember which Signal was on IN[140]? i have the same problem here...

  • Mastering at a Non-zero position - R30iA Controller Fanuc

    • JMPLBL_NoGO
    • July 2, 2020 at 9:21 AM

    Fanuc dont have any kind of Mastering EMD Device, so you select the "right" Axis Position by looking with you eye on it. So be sure, you will have to teach points again, unless you dont have a User Frame which you can recreate.

    BTW: The EE Cables have nothing to do with mastering and if you dont got any error message, you can be sure the master data were already wrong before you changed the kables.

  • Reseting SRVO-046 without turning off

    • JMPLBL_NoGO
    • July 2, 2020 at 9:08 AM

    Hold Shift an Press Reset - a message on the top should appear "Shift+Reset pressed", now dont release shift. That should bypass all collision errors, but have in miny that you are able to crash the robot even worse.

  • Fanuc as1 and as2 connection

    • JMPLBL_NoGO
    • June 15, 2020 at 4:33 PM

    is there an option to use them with adapter for profinet?

  • Create hmi panel

    • JMPLBL_NoGO
    • June 15, 2020 at 10:04 AM

    as far as i know, microsoft sillverlight is the only program which has the ability to create useful HMI's for Fanuc IPendants.

  • ProfiNet wiring

    • JMPLBL_NoGO
    • June 10, 2020 at 3:46 PM

    Same Question Here -> Push Topic

  • How to share signed position of robot to PLC

    • JMPLBL_NoGO
    • February 25, 2020 at 5:38 PM

    For me it seems easy,

    just create a Background Program, look for six(Example 2-8) Group Outputs and fill the BG Program like this:

    Check if the Registers or GO's are in use in other Programs before start the BG Program.


    Code
     1:   ;
       2:  R[20:X POS OUT]=($SCR_GRP[1].$MCH_POS_X) ;
       3:  R[21:Y POS OUT]=($SCR_GRP[1].$MCH_POS_Y) ;
       4:  R[22:Z POS OUT]=($SCR_GRP[1].$MCH_POS_Z) ;
       5:  R[23:W POS OUT]=($SCR_GRP[1].$MCH_POS_W) ;
       6:  R[24:P POS OUT]=($SCR_GRP[1].$MCH_POS_P) ;
       7:  R[25:R POS OUT]=($SCR_GRP[1].$MCH_POS_R) ;
       8:   ;
       9:  R[20:X POS OUT]=R[20:X POS OUT]*10    ;
      10:  R[21:Y POS OUT]=R[21:Y POS OUT]*10    ;
      11:  R[22:Z POS OUT]=R[22:Z POS OUT]*10    ;
      12:  R[23:W POS OUT]=R[23:W POS OUT]    ;
      13:  R[24:P POS OUT]=R[24:P POS OUT]    ;
      14:  R[25:R POS OUT]=R[25:R POS OUT]    ;
      15:   ;
      16:   ;
      17:  GO[3]=R[20:X POS OUT] ;
      18:  GO[4]=R[21:Y POS OUT] ;
      19:  GO[5]=R[22:Z POS OUT] ;
      20:  GO[6]=R[23:W POS OUT] ;
      21:  GO[7]=R[24:P POS OUT] ;
      22:  GO[8]=R[25:R POS OUT] ;
    Display More
  • Work Visual and Profinet Unknown adaptor

    • JMPLBL_NoGO
    • November 13, 2018 at 11:12 AM

    Hey,

    i also have the same issue. What is now the solution? WoV 5.x and KRC 4

  • RG Cleaner Download Link?

    • JMPLBL_NoGO
    • October 21, 2018 at 12:54 PM

    Hey,

    i cant find my RG Cleaner Program any more, maybe my sync program deleted it. I know that i got it from a teacher at the Fanuc academy. Does anybody can send me the program again or send me a link for the download?

    FS

  • how to view cycle time on ipendant

    • JMPLBL_NoGO
    • August 22, 2018 at 2:21 PM

    If you don't want to pay for the cycle time, you also can program it by yourself. Just use the Timer[x] and Write the Value in a register.

    Code is like
    1. Timer[1]=Start // Program Start
    2. Timer[1]=Stop // Program End
    3. Register[1] = Timer[1] // Now Register 1 has the Cycle Time in seconds
    4. Timer[1]=Reset

    Then start from 1.

  • Robot Cycle Power (Software/Hardware) (TP/Manually)

    • JMPLBL_NoGO
    • August 3, 2018 at 11:39 AM
    Quote from skalactik


    Unless you are in control mode, then you "magically" have an option to be able to restart the controller from the TP with the R30iB Mate controller. This as bothered me in years, knowing that it is probably possible to restart the R0iB Mate controller from SW in every case ...

    But is it possible to active the function for normal hot/cold start? Or is the option only for control mode?


    Gesendet von iPhone mit Tapatalk

  • Robot Cycle Power (Software/Hardware) (TP/Manually)

    • JMPLBL_NoGO
    • July 30, 2018 at 6:06 PM

    Hey everyone,

    in the last time I found different types of cycle power options. Sometimes you can do it without touching the robot controller by select cycle power on the teach pendant (fctn-0-8). But also on different controllers I got the message that I be to switch the controller on and off.

    So my question is: when I have to restart the controller by switching off/on and when by TP? It is software version relevant or is the controller version the decisive factor?


    Gesendet von iPhone mit Tapatalk

  • TPLogic Fanuc Code Utility

    • JMPLBL_NoGO
    • July 12, 2018 at 1:17 PM

    Hey,

    where is the download link for the application? Is it still working?

    FS

  • How to create a HMI on a Fanuc iPendant (How to run TP Programs without Karel)?

    • JMPLBL_NoGO
    • March 7, 2018 at 4:26 PM

    Hallo together,

    :help:

    i have to create a HMI on a Fanuc teach pendant, because the system does not have a PLC. So the HMI should have the following options:
    - Run different tp programs via different buttons (program like "Open Gripper" or "PNS1"...)
    - Change register values (already done)
    - Stop the robot, Run the Home program and maybe continue the program.

    Attention: The robot does not have the KAREL option. The whole HMI has to be programed without any Karel code.

    Actual im done with the design by using microsoft sharepoint designer 2007. But the most important step where i am stucking is, run different programs via different buttons. I already tried the option by creating a custom menu and adding an image by a button and add a HTML Hyperlink "/Softpart/GENLINK?Current=menupage,31,250" to the image. But dont understand how to run a second tp program with that option. Is there a different way to run TP Programs by a button?
    Does anybody have a list with an overview of all Softpart ID's and Screen ID's? Then i would create more custom menus and add tp programs to the menus. :hmmm:

    Thanks for the help! :merci:

  • more fluid movement

    • JMPLBL_NoGO
    • November 10, 2017 at 11:38 PM

    Hey all together,

    following situation: I should change the speed of some points in a program of an fanuc R2000 with 6 axis+ one 4 meter linear axis.
    My question is, which factors affects the way how "smooth" or "fluid" move the robot in a program?

    actually the points are in the program:

    J P1 35% CNT 100
    J P2 35% CNT 100
    L P3 250 mm/sec CNT 100
    L P4 300 mm/sec CNT 100
    L P5 300 mm/sec FINE
    L P6 100 mm/sec FINE


    Is it the speed? or the kind of movement? or the CNT/Fine change? what could be the reason that the robot does not move fluid?

    Thanks for answers, and yes: I am new in fanuc robot programming...

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