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

Posts by mayank

  • Regarding putting password to individual programming module

    • mayank
    • January 10, 2017 at 1:22 PM

    Hello Everyone,
    Does any one know how to make the individual programming module password protected in KUKA krc4 controller such that operator just can select the lines and run the program but could not insert the motion line or tuchup the points for doing so he should know the password.

  • missing signal during of robot motion on the seam

    • mayank
    • March 29, 2016 at 9:00 AM

    Hello all,

    I am facing a weird problem robot randomly stops in between the welding and give "missing signal during of robot motion on the seam". anyone ever faced this problem....please help

  • configuration of wago ethernet ip coupler 750-352 with krc4 controller

    • mayank
    • March 17, 2016 at 7:26 AM

    Greetings!!!!!

    I am trying to configure WAGO Ethernet IP coupler with krc4 controller. the configuration is like Ethernet coupler ->16 DI->16 DO. I manage to configure the the coupler and input are working fine but outputs are not working. Do any one have any idea why it is doing like this.

    The configuration is:

    input size : 2 bytes
    input instance : 108 or 107
    output size : 2 bytes
    output instance: 101 or 102

    Please anyone can guide where i am going wrong......

    Images

    • config1.PNG
      • 18.49 kB
      • 728 × 435
      • 56

    Files

    config1.PNG_thumb 7.87 kB – 35 Downloads
  • 'zeroing' and external axis position inside a loop

    • mayank
    • June 24, 2015 at 8:31 PM

    you can try one more thing you can make the axis e1 as decouplable axis. you have to make few changes in your mada file. you can use this logic where you want to make e1 axis 0.

    precondition to do this you have to change the value of variable $brk_mode to B1010 to B1101 in mada. and have to declare the axis decouplable in mada.

    $async_axis='B000001' ; to make the e1 axis asynchronous

    wait sec 1

    $async_ex_ax_decouple= 'B111110' ;to decouple the eternal axis
    $axis_act.e1=0


    WAIT FOR $AXIS_JUS.E3==TRUE
    $async_axis='B000001' ; to couple it again

  • problem in coupling and decoupling of external axis

    • mayank
    • June 26, 2014 at 1:51 PM

    DEF mastering_prog( )

    INTERRUPT DECL 81 WHEN $in[1]==true DO SS1()

    ;FOLD INI
    ;FOLD BASISTECH INI
    GLOBAL INTERRUPT DECL 3 WHEN $STOPMESS==TRUE DO IR_STOPM ( )
    INTERRUPT ON 3
    BAS (#INITMOV,0 )
    ;ENDFOLD (BASISTECH INI)
    ;FOLD USER INI
    ;Make your modifications here

    ;ENDFOLD (USER INI)
    ;ENDFOLD (INI)
    interrupt on 81

    $async_axis='b0001'
    $ov_async=10
    asyptp {e1 500}


    END

    def ss1()
    interrupt off 81

    IF $ASYNC_STATE==#BUSY THEN
    ASYSTOP 1 ; STOP AXIS E1

    ASYCANCEL 1 ; STOP AXIS E1
    else

    ASYSTOP 1 ; STOP AXIS E1

    ASYCANCEL 1 ; STOP AXIS E1
    ENDIF


    ;----Decoupling the axis and setting 0----

    $async_ex_ax_decouple='b0001'
    wait for $axis_jus.e1==false
    $axis_act.e1=0.0


    ;----coupling the axis-------

    $async_ex_ax_decouple='b0000'


    i am using this code to run my application
    but when i check the value of
    $advance it is coming 3 and when i try to put this value as 0 in my program it is not taking it and giving the same error value inadmissible.

  • problem in coupling and decoupling of external axis

    • mayank
    • June 26, 2014 at 11:02 AM

    Hello all,

    i have mounted axis 7 at the place of axis 6 by opening the robot wrist and now the axis is working ok in asynchronous mode but when i am trying to decouple it at that time it is giving an error that vale inadmissible. but if we run the code seperately whiout moving robot the code is working fine. :hammer1: this is a kr210 robot with krc4.

    plz give sugg. on this if any one has face this type of problem.

  • Access to one point from various directions

    • mayank
    • December 14, 2013 at 12:08 PM

    hi

    you can achive this with PTP. You can teach 1 points and copy the same for 5 to 6 times and in each PTP point change the S,T value so robot will go to the same point with different path to the same point.

    ;make change in dat file.

    DECL E6POS XP1={X 685.44281,Y -493.972198,Z 1623.71704,A 31.7018204,B 86.6561737,C 66.6574936,S 6,T 50,E1 -2527.177,E2 -0.0124355899,E3 -0.000748005288,E4 0.0,E5 0.0,E6 0.0}

    DECL E6POS XP2={X 685.44281,Y -493.972198,Z 1623.71704,A 31.7018204,B 86.6561737,C 66.6574936,S 2,T 5,E1 -2527.177,E2 -0.0124355899,E3 -0.000748005288,E4 0.0,E5 0.0,E6 0.0}

    ;make change in dat file


    ; src file

    ptp xhome

    ptp xp1

    ptp xhome

    ptp xp2

    ptp xhome

  • automatic voltage correction in tig welding for Krc4 robot.

    • mayank
    • November 1, 2013 at 11:11 AM

    Hello all,

    i am working with tig welding application and i want to make a tig process in which robot should automatically do correction when ever there is variation in voltage robot should adjust its height to compensate the voltage......does any one has some logic for AVC process with KRC4....

  • error outer fan speed too low in krc4........

    • mayank
    • August 6, 2013 at 5:50 PM

    Thanks eusty for replying.......
    i tried to run the robot in auto for 1 hour it is facing no error and problem ......i think it was normal status Msg. so until this msg creates no problem i am ok...

  • error outer fan speed too low in krc4........

    • mayank
    • August 2, 2013 at 11:05 AM

    i am getting a error on my krc 4 controller that speed of outer fan is too low how to solve this error i have checked the a1-x14 connector on ccu board it is working ok ........ :hammer1: how to get rid off from this error

  • gripper designe for circular brass component

    • mayank
    • July 13, 2013 at 4:55 PM

    thank u TygerDawg for replying actually the component is a forged brass component with depth of 8mm and 56mm diameter . so have just 8mm to catch the component on gripper. i have tried aluminum gripper jaws but with smaller diameter and stick some rubber slips to compensate the diameter. the thing was working but only for 5 to 6 component. now i am going for aluminum gripper and one mor other material "MAZAK", what do u think about MAZAK. as far as 90 degree Celsius temperature is concern i cannot stop robot because my robot has to serve 3 CNC machine in 7 sec each loading and unloading. can u help me out with this.... so what i think is only changing material of gripper jaws will help me out.....

  • 6th axis rotation- program questions

    • mayank
    • July 12, 2013 at 7:52 PM

    just try
    PTP_REL{a6 72}
    PTP_REL{a6 140}
    ........
    and so on....then go for some complex logic .

  • gripper designe for circular brass component

    • mayank
    • July 10, 2013 at 10:09 AM

    Hi,

    i am working on a project in which i have to pick and place a circular brass component. i am using kuka robot i tried 3 different materials to design a gripper for this project but all three material didn't give the good result they are getting deformed at temp. of 90 degree. so any one could help me out in selecting the material for picking brass component at 90 degree Celsius.

  • KRC4 hardware failure & maintenance warnings

    • mayank
    • June 30, 2013 at 6:36 PM

    Hi...

    the error " basic inspection due" can be removed by just adjusting the correct time zone and date and day. then do one cold start. as far as bios problem is concern just check the button battey( cmos battery) on mother board just check that or replace that.

  • Unable to Copy file

    • mayank
    • June 30, 2013 at 6:06 PM

    hey try to give cold start to the controller and delete unwanted programs from your c drive and then try.............

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