BOXFORD 125 TLC Tool Changer Setup

More
27 Jan 2021 13:46 #196756 by andypugh
That's a bit wierd.

Possibly an un-matched bracket earlier in the file?

Please Log in or Create an account to join the conversation.

More
27 Jan 2021 14:21 #196764 by Serg452
added a parenthesis at the end
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;
        }
Now 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)))

Please Log in or Create an account to join the conversation.

More
27 Jan 2021 23:20 #196846 by andypugh
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.

Please Log in or Create an account to join the conversation.

More
11 May 2021 17:33 - 11 May 2021 17:34 #208568 by gcardinal

...
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.

More
11 May 2021 18:49 #208573 by Clive S

...
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.

Time to create page: 0.474 seconds
Powered by Kunena Forum