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 Жыл бұрын
Great Job . please put more videos on kuka Programming tips and Advanced programming. waiting for your Valuable Videos. salute & Thanks a Million.
@徐則楷2 жыл бұрын
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🎉
@FutureRoboticsChannel2 жыл бұрын
Thank you so much! Wish you luck on your future projects
@ReptileEdits2 жыл бұрын
Please do more tutorials for Kuka its very helpful and clearly explained
@anthonyvisagie71062 жыл бұрын
Thanks for explaining variables so well.
@aminfathy2162 жыл бұрын
Thank for the video, it's really helpful.
@damanpreetsinghgrewal5583 Жыл бұрын
Very well explained
@Shahab-e9n3 ай бұрын
Thanks alot
@leyasman20944 ай бұрын
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...
@ATOMACH2 жыл бұрын
Thank you for sharing
@jithintsunny89392 жыл бұрын
Thanks for the Videos!! Please create more KUKA videos.
@MrPromerican2 жыл бұрын
You doing a great job on your fanuc videos.
@josephstephens22742 жыл бұрын
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!!
@FutureRoboticsChannel2 жыл бұрын
Thank you ! For sure they will come out in the future !
@ArunKumar-vc8fy Жыл бұрын
Hello Sir, Great Information. could you please share video for how to use system variables like battery low alarm , Emergency alarm etc to PLC.
@kiranshinde22412 жыл бұрын
First like,first view, 👍
@albertoochoa58592 жыл бұрын
HI, Great videos, What program are u using to show us the KCP?
@FutureRoboticsChannel2 жыл бұрын
OfficeLite
@tristanmi11162 жыл бұрын
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.
@FutureRoboticsChannel2 жыл бұрын
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
@shreelonkar39552 жыл бұрын
More videos on KUKA VARIABLES
@abastea74992 жыл бұрын
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?