- GCode and Part Programs
- G&M Codes
- Anyone with succesful Rack Type Tool Changer with Auto Tool length probe ?
Anyone with succesful Rack Type Tool Changer with Auto Tool length probe ?
03 May 2020 11:35 #166503
by andypugh
This is automatic with the standard M6, the tool-change - tool-changed handshake is skipped.
So whether you actually need to do anything depends on how the toolchange is being handled.
Is this handled by a mechanical stop or by encoder?
Replied by andypugh on topic Anyone with succesful Rack Type Tool Changer with Auto Tool length probe ?
1. how to do new tool = current tool ignore tool replacement.
This is automatic with the standard M6, the tool-change - tool-changed handshake is skipped.
So whether you actually need to do anything depends on how the toolchange is being handled.
2. my machine requires tool orientation
Is this handled by a mechanical stop or by encoder?
Please Log in or Create an account to join the conversation.
- aluplastvz
- Offline
- Senior Member
Less
More
- Posts: 43
- Thank you received: 9
03 May 2020 12:27 #166504
by aluplastvz
Replied by aluplastvz on topic Anyone with succesful Rack Type Tool Changer with Auto Tool length probe ?
Sorry for the lost translation
My machine has 10 + 10 tools set to Y0 10 tools and Y4100 10 tools
i have sensor in atc and encoder
My problem with the code is when I restart
program from the beginning and if I worked with T1
the machine again goes into position T1 leave the tool and then take it again
thanks for the bry response
My machine has 10 + 10 tools set to Y0 10 tools and Y4100 10 tools
i have sensor in atc and encoder
My problem with the code is when I restart
program from the beginning and if I worked with T1
the machine again goes into position T1 leave the tool and then take it again
thanks for the bry response
Please Log in or Create an account to join the conversation.
- aluplastvz
- Offline
- Senior Member
Less
More
- Posts: 43
- Thank you received: 9
03 May 2020 13:27 #166506
by aluplastvz
Replied by aluplastvz on topic Anyone with succesful Rack Type Tool Changer with Auto Tool length probe ?
Please Log in or Create an account to join the conversation.
03 May 2020 13:43 #166507
by andypugh
Replied by andypugh on topic Anyone with succesful Rack Type Tool Changer with Auto Tool length probe ?
It is hard to speculate about what needs to change without knowing how your system is controlled.
It can't be identical to sim/axis/remap/rack-toolchange as that has no measurement phase.
Do you have this file: github.com/LinuxCNC/linuxcnc/blob/master...ines/rack_change.ngc
Maybe change it to
It can't be identical to sim/axis/remap/rack-toolchange as that has no measurement phase.
Do you have this file: github.com/LinuxCNC/linuxcnc/blob/master...ines/rack_change.ngc
Maybe change it to
o<rack_change> sub
M73 (auto-restore modal settings on return)
O111 IF [#<_current_tool> EQ #<_selected_tool>]
O<rack_change> RETURN [1]
O111 ENDIF
;(print, rack_change: loaded tool=#<_current_tool> current pocket: #<_current_pocket>)
;(print, rack_change: selected tool=#<_selected_tool> selected pocket: #<_selected_pocket>)
The following user(s) said Thank You: aluplastvz, tommylight
Please Log in or Create an account to join the conversation.
- aluplastvz
- Offline
- Senior Member
Less
More
- Posts: 43
- Thank you received: 9
03 May 2020 14:32 #166509
by aluplastvz
Replied by aluplastvz on topic Anyone with succesful Rack Type Tool Changer with Auto Tool length probe ?
Thank you Andy is doing it well.
I used a github link
Hello also for Pec.
I used a github link
Hello also for Pec.
Please Log in or Create an account to join the conversation.
23 Nov 2023 12:24 #286325
by udoS
Replied by udoS on topic Anyone with succesful Rack Type Tool Changer with Auto Tool length probe ?
@aluplastvz
what git did you use ?
L.G. udoS
what git did you use ?
L.G. udoS
Please Log in or Create an account to join the conversation.
- GCode and Part Programs
- G&M Codes
- Anyone with succesful Rack Type Tool Changer with Auto Tool length probe ?
Time to create page: 0.225 seconds