#REBOTS

Sdílet
Vložit
  • čas přidán 28. 08. 2024

Komentáře • 41

  • @lyaeusv3828
    @lyaeusv3828 Před 2 lety +3

    Wow that was super interesting I definitely learned a lot ! Thank’ s for sharing ! God bless

    • @rebots
      @rebots  Před 2 lety +1

      Wow thank you for your comment so much, really appreciate it!

  • @MrEmeraldos
    @MrEmeraldos Před 2 lety +2

    Appreciate the awesome videos guys. Much better then the stuff from kuka. Could you do a auto external video for Berkoff twincat as well.greatly appreciated

    • @rebots
      @rebots  Před 2 lety

      Thank you for your comment, it's a great suggestion. I will make a note to myself and put it in my to do list.

  • @rockdeepak7888
    @rockdeepak7888 Před 2 lety +3

    Thank you sir For this 🙏

    • @rebots
      @rebots  Před 2 lety

      My pleasure, thank you for your kind words!

  • @scottrose6442
    @scottrose6442 Před 7 měsíci

    I'm new to the whole Kuka world I use them every day at my job and need to learn everything about them. What is the difference between T1 and T2?? And do you have a video that more specifically shows you how to manually move the robot in the middle of a program? Please advise, I will be watching all your videos and following closely, thanks again!!

    • @lady_mk
      @lady_mk Před 4 měsíci

      T1 (Manual Reduced Velocity)
      - For test operation, programming and teaching
      - Velocity in program mode max. 250 mm/s
      - Velocity in jog mode max. 250 mm/s
      Manual mode is the mode for setup work. Setup work is all the tasks that have
      to be carried out on the robot system to enable automatic operation. This includes:
      - Teaching/programming
      - Executing a program in jog mode (testing/verification)
      In Manual Reduced Velocity mode (T1):
      - Operator safety (safety gate) is not monitored.
      T2 (Manual High Velocity)
      - For test operation
      - Velocity in program mode corresponds to the programmed velocity!
      - Jog mode: not possible
      In Manual High Velocity mode (T2):
      - Operator safety (safety gate) is not monitored.
      - Teaching is not possible in this operating mode.
      - The programmed velocity is reached when programs are executed in T2
      mode.

  • @brandon7301
    @brandon7301 Před 6 měsíci

    You're gonna help me land a job with BMW bro.

  • @luky4205
    @luky4205 Před 12 dny

    Where can i watch levels of vacuum like i can watch in wittmann robots?

  • @marcol5374
    @marcol5374 Před 2 lety

    Hi and thanks for the video. I think will be great to have a video where you explain how to movr the robot from the code, without using an inline form movement but setting up acc, vel...from the code (i think using bas module) and the write a line like "lin myPoint" to move the robot.
    I think it will be very helpful.

    • @rebots
      @rebots  Před 2 lety +1

      You mean declaring global variables and then just implicitly code just the type of movement and point? Thank you that's a great suggestion for a programming video.

    • @marcol5374
      @marcol5374 Před 2 lety +1

      @@rebots Yes for example i can teach a point with the pendant. Then i can use an E6POS variable, setting up some other variable like acc and vel, and then in the code copy the point teached with the pendant into the E6POS variable then change .z axis value for example and then write the code to move to this E6POS point using the variables for vel and acc tool and base with the BAS module.
      Pratically i make a movement without ILFs .

  • @Amandyss08
    @Amandyss08 Před rokem

    Hii, very important for this video :)

    • @rebots
      @rebots  Před rokem

      Glad you think so!

  • @ragabkhafagy9481
    @ragabkhafagy9481 Před 2 lety

    thank you very much

    • @rebots
      @rebots  Před 2 lety

      Thank you, my pleasure.

  • @IPankov
    @IPankov Před 2 lety

    Thank you

  • @oanhieu6423
    @oanhieu6423 Před rokem

    Can you teach me how to change the mode to IBN/T1 as early video. Thanks

    • @rebots
      @rebots  Před rokem

      You mean start-up mode? czcams.com/video/mrE-fFZorVg/video.html
      change user group to expert or admin and then select service->start up -> start up mode.
      1. WoV project has to match current hardware (*The project is ok.)
      2. there MUST have ONE safety interface CONFIGURED. if this is missing, StartupMode can't help...
      *Safety interface board(SIB), or bus safety like in the video i link in this comment. If you have profisafe it requires installing X311 jumper plug in CCU
      3. External enable switch must be present or bridged
      4. $MOVE_ENABLE on true
      *It enables movement when dead man is pressed.
      5. Safety configuration must be activated.
      *By default enabled
      6. Safety signals must be ok (or in this case one can use StartUp mode)
      *Reset the errors

  • @aboodabuibaid3405
    @aboodabuibaid3405 Před 2 lety

    I have a question regarding light drive on, with x53.. If I connect the light directly, does it indicate when the robot break??

    • @rebots
      @rebots  Před 2 lety

      I don't understand your question sorry.
      X53 indicates if the drives are ready or not. (but you might need to enable it in workvisual in local safety config->hardware options->input signal for peripheral contactor from KRC by default is already set but you might need to change it to plc if you are using a safety plc)

    • @aboodabuibaid3405
      @aboodabuibaid3405 Před 2 lety

      @@rebots Sorry , I meant drives ready lamp which has the connection in XG53 in KRC4 . and in my agilius it is XG 33 . it manual it shows +24v drives ready lamp and 0 v drives ready lamp . so if i connect 24vdc lamp directly to the connector , will it work without configuration ? doest related to safety ? or when the robot breaks for any fault then it will light on ? :)

    • @rebots
      @rebots  Před 2 lety

      Normally by default it's configured if I remember correctly.
      It only lights up when drives ready, when you can move the robot, as you said in the manual 24v when servo drivers on.

    • @aboodabuibaid3405
      @aboodabuibaid3405 Před 2 lety

      @@rebots Thanks alot for your reply . I will try that then tell the result :)

  • @skyyan7294
    @skyyan7294 Před rokem

    sir, could you please share the automatic external document appeared end of your video, much apperatiate for that?

    • @rebots
      @rebots  Před rokem

      If you check our blog in the description there is a link to the document.

  • @asapcong
    @asapcong Před 2 lety

    i can't use loop command on smartPAd. it says "Command is not allowed for a selected module" error. I can't figure out how to fix it. Pls, help me

    • @rebots
      @rebots  Před 2 lety

      Hi, that's weird. try write loop after the home point and endloop a few lines before the end. I don't know why kuka has the module definition hidden so if you put it outside the program scope it will fail. maybe try delete it and put the loop in a new line.
      Another suggestion is capital letter LOOP-ENDLOOP

  • @mikelopal
    @mikelopal Před 2 lety

    deseo conectar un plc con profinet, es que tendria una idea como hacerlo porfavor,. gracias

    • @rebots
      @rebots  Před 2 lety

      Si quieres conectar el robot a un plc, tengo este otro video. czcams.com/video/eg6vnXBNJWo/video.html
      En el caso de que quieras conectar un plc con otros dispositivos, es muy parecido al video que te he pasado, puedes ver como crear una red y añadir dispositivos, en vez del kuka puedes meter otros dispositivos. czcams.com/video/eg6vnXBNJWo/video.html

  • @akashmahindrakar4032
    @akashmahindrakar4032 Před rokem

    I have a kuka robot kr c4
    I have a problem I can not tuch up my robot
    When I push tuch up .I have invalid module message how can I solve that please help me

    • @rebots
      @rebots  Před rokem

      I haven't had that problem before. Can you write the whole error message with the code? I can have a look in the error guide.

  • @IPankov
    @IPankov Před 2 lety

    Hello. Thank you for the vid. Can you share the doc file please.

    • @rebots
      @rebots  Před 2 lety

      Sure, I left a link in our blog also.
      docs.google.com/document/d/1f2L0BV68-yikwlLvt19IvcquR1-vm6lMRr1h-kgdZpE/edit?usp=sharing

    • @ArunKumar-vc8fy
      @ArunKumar-vc8fy Před rokem

      @@rebots
      link Not opening.

    • @rebots
      @rebots  Před rokem

      @@ArunKumar-vc8fy link is opening fine, you can also go to our blog site.
      docs.google.com/document/d/1f2L0BV68-yikwlLvt19IvcquR1-vm6lMRr1h-kgdZpE/edit?usp=sharing

  • @electricsupercarsolarionic4070

    please tell me how to change welding to a milling cutter for KUKA robotics.
    I want to do milling work on the KUKA robot, not welding.
    How can I change the program and control panel on the KUKA robot so that I can work.
    What does it take to do this.
    I will leave a mail so that you can write to me. If necessary, I can pay for your advice.
    Or make a video where you can talk about it.
    Thanks!

    • @rebots
      @rebots  Před rokem

      I don't think you can leave emails in youtube comments. Go to our website and send us an email for consulting. www.rebots.org/