BOXFORD 125 TLC Tool Changer Setup
27 Jan 2021 13:46 #196756
by andypugh
Replied by andypugh on topic BOXFORD 125 TLC Tool Changer Setup
That's a bit wierd.
Possibly an un-matched bracket earlier in the file?
Possibly an un-matched bracket earlier in the file?
Please Log in or Create an account to join the conversation.
27 Jan 2021 14:21 #196764
by Serg452
Replied by Serg452 on topic BOXFORD 125 TLC Tool Changer Setup
added a parenthesis at the endNow the disc returns, but the tool number does not change, the last from the command remains M6Tx
Sorry for the questions, I'm a really bad programmer)))
if (jog_fwd || jog_rev) return; // require button release to jog again
if (rev_pulse > 0){
motor_fwd = 0;
motor_rev = 1;
motor_vel = rev_dc;
timer = rev_pulse;
state = 3;
} else {
state = 0;
}
Sorry for the questions, I'm a really bad programmer)))
Please Log in or Create an account to join the conversation.
27 Jan 2021 23:20 #196846
by andypugh
Replied by andypugh on topic BOXFORD 125 TLC Tool Changer Setup
You mean that the tool number seen in LinuxCNC doesn't change?
No, it won't. There isn't a link between the carousel component and the internal LinuxCNC state.
You can set the tool without a toolchange with the M61 command.
No, it won't. There isn't a link between the carousel component and the internal LinuxCNC state.
You can set the tool without a toolchange with the M61 command.
Please Log in or Create an account to join the conversation.
11 May 2021 17:33 - 11 May 2021 17:34 #208568
by gcardinal
Just wanted to ask if you ever ended up solving this? I'm working on almost the same toolchanger and would really appreciate if you could share your configuration.
Replied by gcardinal on topic BOXFORD 125 TLC Tool Changer Setup
...
So how do I solve this
Just wanted to ask if you ever ended up solving this? I'm working on almost the same toolchanger and would really appreciate if you could share your configuration.
Last edit: 11 May 2021 17:34 by gcardinal.
Please Log in or Create an account to join the conversation.
11 May 2021 18:49 #208573
by Clive S
forum.linuxcnc.org/38-general-linuxcnc-q...ved?start=100#188519
Replied by Clive S on topic BOXFORD 125 TLC Tool Changer Setup
...
So how do I solve this
Just wanted to ask if you ever ended up solving this? I'm working on almost the same toolchanger and would really appreciate if you could share your configuration.
forum.linuxcnc.org/38-general-linuxcnc-q...ved?start=100#188519
The following user(s) said Thank You: gcardinal
Please Log in or Create an account to join the conversation.
17 Nov 2024 11:52 #314655
by BoxCNC
Replied by BoxCNC on topic BOXFORD 125 TLC Tool Changer Setup
Hi. Can work with LinuxCNC 2.9.3. Please help if you can.
Please Log in or Create an account to join the conversation.
Time to create page: 0.088 seconds