- Configuring LinuxCNC
- Basic Configuration
- Rack Tool Change Demo - Where are Pocket Coordinates found ?
Rack Tool Change Demo - Where are Pocket Coordinates found ?
11 Jan 2022 02:55 #231382
by umfan110
I have been messing around with some of the remap examples and was wondering where the coordinates are located for each tool? I see the tool table but they only display the tool number, pocket number, Z axis value, and bit diameter. I cant seem to find the X and Y axis. Where would it be pulling it from ?
Please Log in or Create an account to join the conversation.
14 Jan 2022 15:33 - 14 Jan 2022 15:39 #231771
by Aciera
Replied by Aciera on topic Rack Tool Change Demo - Where are Pocket Coordinates found ?
Not sure about this as I've never used it but have you had a look at these values in 'racktoolchange.ini'? Kind of seems to me that you set up an increment from one tool to the next:
accessible in interp as #<_[section]name>
[TOOL_HOLDER_CLEAR]
X = 10
Y = 30
Z = 10
[TOOL_SLOT_DELTA]
X = 0
Y = 10
Z = 0
# this is not named TOOL_CHANGE_POSITION ón purpose - canon uses it and will
# interfere
[CHANGE_POSITION]
X = 10
Y = 10
Z = 10
This may also be of interest: wiki.linuxcnc.org/cgi-bin/wiki.pl?RackToolChanger
accessible in interp as #<_[section]name>
[TOOL_HOLDER_CLEAR]
X = 10
Y = 30
Z = 10
[TOOL_SLOT_DELTA]
X = 0
Y = 10
Z = 0
# this is not named TOOL_CHANGE_POSITION ón purpose - canon uses it and will
# interfere
[CHANGE_POSITION]
X = 10
Y = 10
Z = 10
This may also be of interest: wiki.linuxcnc.org/cgi-bin/wiki.pl?RackToolChanger
Last edit: 14 Jan 2022 15:39 by Aciera.
The following user(s) said Thank You: umfan110
Please Log in or Create an account to join the conversation.
16 Jan 2022 14:12 #232015
by umfan110
Replied by umfan110 on topic Rack Tool Change Demo - Where are Pocket Coordinates found ?
You know I did see those settings but it was after a long day at work and for some reason, at the time, I could not connect the two together. Waking up this morning with a fresh set of eyes I cant believe I looked over it.
Thanks for the link as well !
Thanks for the link as well !
Please Log in or Create an account to join the conversation.
17 Jan 2022 15:50 - 17 Jan 2022 15:51 #232132
by GuiHue
Replied by GuiHue on topic Rack Tool Change Demo - Where are Pocket Coordinates found ?
If I may add: I worked out a rack tool change in this repository:
github.com/GuiHue/myfenjalinuxcnc/
Specifically:
TS macro:
github.com/GuiHue/myfenjalinuxcnc/blob/m...cros/rack_change.ngc
Ini:
github.com/GuiHue/myfenjalinuxcnc/blob/master/groot.ini
(Note: tool measurement uses probe_screen)
This video explains the process: (slightly dated)
Hope it helps.
github.com/GuiHue/myfenjalinuxcnc/
Specifically:
TS macro:
github.com/GuiHue/myfenjalinuxcnc/blob/m...cros/rack_change.ngc
Ini:
github.com/GuiHue/myfenjalinuxcnc/blob/master/groot.ini
(Note: tool measurement uses probe_screen)
This video explains the process: (slightly dated)
Hope it helps.
Last edit: 17 Jan 2022 15:51 by GuiHue.
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Basic Configuration
- Rack Tool Change Demo - Where are Pocket Coordinates found ?
Time to create page: 0.066 seconds