Tool change and pocket update
- Vorms
- Offline
- Junior Member
Less
More
- Posts: 23
- Thank you received: 1
14 Sep 2023 15:25 #280750
by Vorms
Tool change and pocket update was created by Vorms
Hello,
The machine has 3 pockets.
The cam software will chose tools in a list of aprox 10 tools.
The cam software will decide wich tool will go in wich pocket.
What is the easiest to update the tools list in linuxcnc to reflect the cam software choices ?
For example, the cam software decide to use tool 7 in pocket 3. The cam software can use variables to tell the tool 7 will be in pocket 3. How to update the tool list in linuxcnc to match the gcode variables ?
many thanks for your help !
Thierry
The machine has 3 pockets.
The cam software will chose tools in a list of aprox 10 tools.
The cam software will decide wich tool will go in wich pocket.
What is the easiest to update the tools list in linuxcnc to reflect the cam software choices ?
For example, the cam software decide to use tool 7 in pocket 3. The cam software can use variables to tell the tool 7 will be in pocket 3. How to update the tool list in linuxcnc to match the gcode variables ?
many thanks for your help !
Thierry
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23162
- Thank you received: 4860
14 Oct 2023 08:51 #282968
by andypugh
Replied by andypugh on topic Tool change and pocket update
G-code only uses tool numbers.
The g-code asks for a tool number, LinuxCNC looks in it's internal tool table and picks the pocket that that tool is in. \\
It's not really worth worrying about the pocket numbers in the CAM.
But it's useful to keep the CAM and LinuxCNC's opinions of what the diameter and type of each tool is synchronised.
The g-code asks for a tool number, LinuxCNC looks in it's internal tool table and picks the pocket that that tool is in. \\
It's not really worth worrying about the pocket numbers in the CAM.
But it's useful to keep the CAM and LinuxCNC's opinions of what the diameter and type of each tool is synchronised.
Please Log in or Create an account to join the conversation.
Time to create page: 0.049 seconds