implement 8-tool turret on lathe
- RobotMatic
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 185
- Thank you received: 21
02 Aug 2021 18:58 #216731
by RobotMatic
Replied by RobotMatic on topic implement 8-tool turret on lathe
as shown in the video !!!. with the buttons on the pc keyboard
Please Log in or Create an account to join the conversation.
02 Aug 2021 19:30 #216740
by andypugh
Replied by andypugh on topic implement 8-tool turret on lathe
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
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.
- RobotMatic
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 185
- Thank you received: 21
02 Aug 2021 21:39 #216753
by RobotMatic
Replied by RobotMatic on topic implement 8-tool turret on lathe
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.
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.
03 Aug 2021 01:11 - 04 Aug 2021 15:41 #216769
by joekline9
Replied by joekline9 on topic implement 8-tool turret on lathe
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.
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.
- RobotMatic
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 185
- Thank you received: 21
07 Sep 2021 21:48 #219886
by RobotMatic
Replied by RobotMatic on topic implement 8-tool turret on lathe
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
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
Please Log in or Create an account to join the conversation.
07 Sep 2021 23:48 #219897
by Ingo
Replied by Ingo on topic implement 8-tool turret on lathe
I also had this problem, I solved it by editing by including the entries inside the custom.clp file.
Ex.:
%I20, %I20
%I21, %I21
….
Ex.:
%I20, %I20
%I21, %I21
….
The following user(s) said Thank You: RobotMatic
Please Log in or Create an account to join the conversation.
08 Sep 2021 00:01 #219899
by Ingo
Replied by Ingo on topic implement 8-tool turret on lathe
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.
- RobotMatic
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 185
- Thank you received: 21
11 Sep 2021 00:50 #220177
by RobotMatic
Replied by RobotMatic on topic implement 8-tool turret on lathe
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
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.
- RobotMatic
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 185
- Thank you received: 21
11 Sep 2021 00:53 #220178
by RobotMatic
Replied by RobotMatic on topic implement 8-tool turret on lathe
use panel programming PyVCP
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- RobotMatic
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 185
- Thank you received: 21
16 Sep 2021 18:30 #220808
by RobotMatic
Replied by RobotMatic on topic implement 8-tool turret on lathe
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!!!!
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.085 seconds