implement 8-tool turret on lathe

More
02 Aug 2021 18:58 #216731 by RobotMatic
as shown in the video !!!. with the buttons on the pc keyboard

Please Log in or Create an account to join the conversation.

More
02 Aug 2021 19:30 #216740 by andypugh
Sorry, I hadn't noticed the video.

What you see is the default Axis jog directions, which make perfect sense with a front-tool lathe. And not with a back-tool (or even top tool) lathe.

You can swap the key bindings by creating a .axisrc file:

forum.linuxcnc.org/38-general-linuxcnc-q...jog-arrows-direction

Please Log in or Create an account to join the conversation.

More
02 Aug 2021 21:39 #216753 by RobotMatic
ready, there it was very good !.

Edit the file and remap the jog keys.

Thank you very much for so much support !!!!

now what is left for me to finish programming the turret !!!

linuxcnc is very great !!! I feel like I learn a little more every day !! But Linuxcnc expands like the universe !!!!.

again !! Thank you very much for so much support !!
                                                                                       Nestor Eduardo Gonzalez ( RobotMatic ) from Argentina.
 

Please Log in or Create an account to join the conversation.

More
03 Aug 2021 01:11 - 04 Aug 2021 15:41 #216769 by joekline9
As I said before:
You can put in g code file:
G10 L2 P0 R180 (Rotate around Z axis, 180 for back tool, R0 for front)
I use front and back tools in the same program with gang tooling.

Although there is a bug in 2.8 that requires a work around. "
The bug is in the bug tracker.

I put:
[TRAJ]
COORDINATES = X Y Z
in the ini file. It displays a fake Y axis but makes it work OK.
 
Last edit: 04 Aug 2021 15:41 by joekline9. Reason: Clearify

Please Log in or Create an account to join the conversation.

More
07 Sep 2021 21:48 #219886 by RobotMatic
I am trying to use 40 digital inputs with classicladder. they are created in the .ini configuration. but I can't see the symbols. I can only see 20. I'm using 2.7.14 I'm programming the turret. Why does this happen?. in the custom.clp file they are not listed either.

I have already created the panel connected all the signals, but I can not do the logic, I do not see the 19-39 in pins

https://drive.google.com/file/d/1IHm7GBfXYC4uTzGRjgaRxXpTq9gpycSD/view?usp=sharing
Attachments:

Please Log in or Create an account to join the conversation.

More
07 Sep 2021 23:48 #219897 by Ingo
I also had this problem, I solved it by editing by including the entries inside the custom.clp file.
Ex.:
%I20, %I20
%I21, %I21
….
The following user(s) said Thank You: RobotMatic

Please Log in or Create an account to join the conversation.

More
08 Sep 2021 00:01 #219899 by Ingo
A question, how did you make the list of tools on the screen? I use Gmoccapy do you know how to do this?

Please Log in or Create an account to join the conversation.

More
11 Sep 2021 00:50 #220177 by RobotMatic
TURRET WORKING      

I leave here the turret working !!. Although it could improve the programming, it was a challenge for me to do it and I will surely do so in the future. Just thanks to everyone who always helps me in this forum, Thanks Linuxcnc for being a great application that allows me to do these things !!! I will continue now with other challenges !!! thanks to all

Please Log in or Create an account to join the conversation.

More
11 Sep 2021 00:53 #220178 by RobotMatic
use panel programming PyVCP
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
16 Sep 2021 18:30 #220808 by RobotMatic
I have a new problem !!!

I had not tested the turret within a program, I assumed that while the change did not finish, the program would be stopped.

and it happens that the program continues its execution while I am in the middle of a tool change.

How can I pause the execution until the change is finished?

thanks!!!!

Please Log in or Create an account to join the conversation.

Time to create page: 0.166 seconds
Powered by Kunena Forum