How to use variables in KUKA robot

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

Komentáře • 24

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

    at 10:55 the variable X_INT_SCR is not 0, but it's uninitialized, that makes a big difference for programming, as you cannot use uninitialized variables without assigning a value to them. Example if at that moment I wanted to make operation X_REAL_SCR = X_INT_SCR + 1.23, that would generate a fault, because X_INT_SCR is NOT 0, but it's uninitialized.

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

      Great Job .
      please put more videos on kuka Programming tips and Advanced programming.
      waiting for your Valuable Videos.
      salute & Thanks a Million.

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

    Please do more tutorials for Kuka its very helpful and clearly explained

  • @leyasman2094
    @leyasman2094 Před 14 dny

    Hey! Amazing videos, i am starting my path into robot programming kind of on my own and your videos are being the best help ever. Keep the amazing work!
    I just wanted to ask if there is a source where I can find a list with all the functions that are available in KRC, like for example creating a msg box and so...

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

    Thank for the video, it's really helpful.

  • @anthonyvisagie7106
    @anthonyvisagie7106 Před rokem

    Thanks for explaining variables so well.

  • @user-nb8rf6fd2t
    @user-nb8rf6fd2t Před rokem

    Thanks a lot ! Your video save my final program in college .Hope you can keep update more teaching videos about Kuka. Wish you become a million subscription YTR🎉

  • @damanpreetsinghgrewal5583
    @damanpreetsinghgrewal5583 Před 9 měsíci

    Very well explained

  • @ATOMACH
    @ATOMACH Před rokem

    Thank you for sharing

  • @josephstephens2274
    @josephstephens2274 Před 2 lety

    Thanks for the vídeos! Its awesome. I watch all yours vídeos and I learn so much with these. Can you do a video of advanced programming of Kuka? Will help me a lot in some works on manufacturing. Regards from Brazil, Thanks!!

  • @ArunKumar-vc8fy
    @ArunKumar-vc8fy Před 8 měsíci

    Hello Sir,
    Great Information.
    could you please share video for how to use system variables like battery low alarm , Emergency alarm etc to PLC.

  • @jithintsunny8939
    @jithintsunny8939 Před 2 lety

    Thanks for the Videos!! Please create more KUKA videos.

    • @MrPromerican
      @MrPromerican Před 2 lety

      You doing a great job on your fanuc videos.

  • @shreelonkar3955
    @shreelonkar3955 Před 2 lety

    More videos on KUKA VARIABLES

  • @kiranshinde2241
    @kiranshinde2241 Před 2 lety

    First like,first view, 👍

  • @tristanmi1116
    @tristanmi1116 Před 2 lety

    Awesome video!
    Is there a way to constantly read a variable? I want to read out the TCP speed while some g-code is being executed.

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

      You can try to use Submit Interpreter to assign a value to a variable, but keep in mind that that variable has to be defined at all times (you need to assign a value to it at the time of creation), otherwise you will run into issues.
      Also there is already a variable for TCP Speed in KUKA that you can use

  • @albertoochoa5859
    @albertoochoa5859 Před rokem

    HI, Great videos, What program are u using to show us the KCP?

  • @helensnyder7364
    @helensnyder7364 Před rokem

    Is it true that you work at Tesla?

  • @abastea7499
    @abastea7499 Před 2 lety

    I am having similar issue with my R2000iB Robot. While it is running the main program, at certain steps it will stop and give the following error Alarm Detail: "SYST-034 HOLD signal from SOP/UOP is lost" Initially I thought there might be a problem in the program. I restored the backup softwear, but this did not eliminate the problem. If there was any alteration to the program causing the issue that would have been eliminated by restoration, or am I missing anything? I have also been directed to check all the input output signals to PLC, I asked my controls techs to look into that. they came back to me and said they did not notice anything obvious. I am lost now, anyone have had similar issue and what the remedy was?

  • @shreelonkar3955
    @shreelonkar3955 Před 2 lety

    More videos on KUKA VARIABLES