Loved the video. Gretings from Brazil. Keep up the good work
@cncsandingtools Жыл бұрын
Nice sub demo. Great information Thanks
@DJKrEyVa2 жыл бұрын
i came for the sub program tutoriel, i stayed for the "oh and by the way, this is how i cheat to turn parts on my mill" 0.o love the vid thank you so much!
@kittadyne2 жыл бұрын
(^_^)
@iliandimitrov48576 ай бұрын
Very clever, thanks for sharing.
@bluddywulf67963 жыл бұрын
You could have done that with 1 sub using incremental in the sub and call out your start positions at each point in the main with absolute,If you are using the same tool path.
@jaimeperez39682 жыл бұрын
Hey man thank you very much you have replied super well thanks one more subscriber thank you Greetings from Colombia
@shanel43483 жыл бұрын
Awesome video, thanks.
@Ertrosveli Жыл бұрын
My God. You're genius bro
@kittadyne Жыл бұрын
Thanks, I occasionally agree with that 😄👍
@Sgt_Kilborn4 жыл бұрын
This is pretty neat! I'm in trade school for programming and machining, hope i can become this skilled some day
@kittadyne4 жыл бұрын
Have fun with school, enjoying yourself is the best way to learn!
@amrounesalah87063 жыл бұрын
Merci pour le partage de la video. Thanks from Algeria.
@kittadyne3 жыл бұрын
My pleasure.
@Yuri-qs6oi5 жыл бұрын
Nice, and good explanation
@kittadyne5 жыл бұрын
Thanks!
@RussellHaghgoo5 ай бұрын
very very clever.
@jesusalberto90444 жыл бұрын
nice.... hi from monterrey mexico
@kittadyne4 жыл бұрын
Gracias, y saludos desde California.
@F305862 жыл бұрын
I made a bar puller sub program (O12345) and I want to run 10 parts on my lathe then stop. For some reason it runs continuously and doesn’t stop. I start the main program and before I do any machining I call up the bar puller sub. Then at the bottom of my bar puller sub is an M99. Also at the bottom of my main program is an M99. When I call up my sub, when I input M98 P12345 L10…it runs the bar puller sub 10 times before it starts machining the part. How do I get it to run the sub and main 10 times then stop? What am I doing wrong? Are my M Codes in the wrong place? Or is my Haas lathe too old? It recognizes the L…but where do I put it to run the puller then main a certain amount of times? I thought the only M98 is for the sub.
@kittadyne2 жыл бұрын
From what you described my 1st thought is the Loop command [ L10 ] should be in the main program, no loop in the sub. 2nd thought to tell you to look at the difference between M99 & M30 or M2 at the end of a program. Post your main & your sub programs in the comments & we'll look at it.
@F305862 жыл бұрын
@@kittadyne the L10 is in the main. At the top of the program…before it calls the first tool. So it reads the safety blocks…then I call the sub up M98 P12345 L10…then it runs the bar puller sub (O12345) and at the bottom of that sub is the M99. So then it jumps back to the main and runs the main program. And at the bottom of the main is an M99 as well. So with the L value in that block with the sub call…it runs that sub 10 times before running the main. Should I put the Sub Call block at the end of my main rather than at the beginning?
@F305862 жыл бұрын
So I’m trying to get it to run only a certain number of cycles and then stop. Which is controlled by the L value. I’m thinking I have the codes in the wrong spot. I have an M99 at the end of both programs. It’s a Haas lathe. Late 90’s model.
@kittadyne2 жыл бұрын
Post your code in reply to this comment
@F305862 жыл бұрын
@@kittadyne can I email it to you. Screen shots of both programs?