- Configuring LinuxCNC
- Advanced Configuration
- Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine
Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine
- jochen91
- Away
- Senior Member
-
Less
More
- Posts: 41
- Thank you received: 9
11 May 2025 17:55 #328207
by jochen91
Replied by jochen91 on topic Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine
Hello,
this is just outstanding! Also thank you so much for the Fanuc tool change example!
I could only try it out for one hour so far and I'm just amazed by the work and effort you done. Without your support, my decision of retrofitting this machine probably would be different! I also tried M19 R180. Worked flawlessly.
And as you correctly predicted i have a few questions so far:
1. Tool table:
The "Orient" and the "Diameter" for turning tools: Is it just informative, or is it used by some background calculations?
2. Tool rescue:
Assuming a drill or end mill doesn't sound right during milling and i stop the programming and want to retract it. When die B-axis is not at 0° it's quite difficult to get the tool out of a hole/pocket without braking it. A function to move the X axis at an B angle would be helpful for this.
That's it so far. I will try and implement the Fanuc tool change tomorrow and see where this will go. Again thank you so much and amazing work
this is just outstanding! Also thank you so much for the Fanuc tool change example!
I could only try it out for one hour so far and I'm just amazed by the work and effort you done. Without your support, my decision of retrofitting this machine probably would be different! I also tried M19 R180. Worked flawlessly.
And as you correctly predicted i have a few questions so far:
1. Tool table:
The "Orient" and the "Diameter" for turning tools: Is it just informative, or is it used by some background calculations?
2. Tool rescue:
Assuming a drill or end mill doesn't sound right during milling and i stop the programming and want to retract it. When die B-axis is not at 0° it's quite difficult to get the tool out of a hole/pocket without braking it. A function to move the X axis at an B angle would be helpful for this.
That's it so far. I will try and implement the Fanuc tool change tomorrow and see where this will go. Again thank you so much and amazing work
The following user(s) said Thank You: besriworld, Aciera
Please Log in or Create an account to join the conversation.
- Aciera
-
- Away
- Administrator
-
Less
More
- Posts: 4333
- Thank you received: 1932
11 May 2025 19:18 - 11 May 2025 19:19 #328212
by Aciera
Replied by Aciera on topic Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine
1. As far as I am aware the 'DIAM' value is for the radius of the tool tip on a lathe tool (ie for radius compensation G41/G42):
linuxcnc.org/docs/stable/html/lathe/lathe-user.html
To my knowledge, the values 'FRONT' 'BACK' 'ORIENT' are only used to change the tool display in the preview window.
2. Retraction of an oriented tool is quite simple:
- stop program execution
- change to MDI mode and execute 'g68.1'
- Jog the Z axis in the positive direction
I have modified the sim config and brought the 'TWP' button back to the right hand panel. Clicking on this should now define a TWP at the current tool orientation and position.
(G68.1 X#<_x> Y#<_y> Z#<_z>).
The folder has been updated:
forum.linuxcnc.org/10-advanced-configura...hine?start=50#328156
linuxcnc.org/docs/stable/html/lathe/lathe-user.html
To my knowledge, the values 'FRONT' 'BACK' 'ORIENT' are only used to change the tool display in the preview window.
2. Retraction of an oriented tool is quite simple:
- stop program execution
- change to MDI mode and execute 'g68.1'
- Jog the Z axis in the positive direction
I have modified the sim config and brought the 'TWP' button back to the right hand panel. Clicking on this should now define a TWP at the current tool orientation and position.
(G68.1 X#<_x> Y#<_y> Z#<_z>).
The folder has been updated:
forum.linuxcnc.org/10-advanced-configura...hine?start=50#328156
Last edit: 11 May 2025 19:19 by Aciera.
The following user(s) said Thank You: besriworld, jochen91
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Advanced Configuration
- Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine
Time to create page: 0.089 seconds