Boxford 125 lathe Tool Changer Comp FERROR (SOLVED)
20 Aug 2021 15:15 #218243
by rider-83
Replied by rider-83 on topic Boxford 125 lathe Tool Changer Comp FERROR (SOLVED)
Found it.
Naughty jumper on the driver was set at FULL not HALF
Naughty jumper on the driver was set at FULL not HALF
Please Log in or Create an account to join the conversation.
17 Sep 2022 21:22 #252204
by Turners
Replied by Turners on topic Boxford 125 lathe Tool Changer Comp FERROR (SOLVED)
Hi, will this work for the older version 2.7 I have a Boxford 160 tlc I'm struggling to set up any help would be appreciated ...
how do i get the tool turret to turn at the correct speeds
regards turners
how do i get the tool turret to turn at the correct speeds
regards turners
Please Log in or Create an account to join the conversation.
18 Sep 2022 21:30 #252302
by Turners
Replied by Turners on topic Boxford 125 lathe Tool Changer Comp FERROR (SOLVED)
i had tried this download but could not get it to load threw up errors
my files are this
my files are this
Please Log in or Create an account to join the conversation.
19 Sep 2022 07:50 #252321
by Aciera
Replied by Aciera on topic Boxford 125 lathe Tool Changer Comp FERROR (SOLVED)
@Turners
Please don't double post, your issues are being dealt with in the other thread:
forum.linuxcnc.org/38-general-linuxcnc-q...teps?start=10#252320
Please don't double post, your issues are being dealt with in the other thread:
forum.linuxcnc.org/38-general-linuxcnc-q...teps?start=10#252320
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- hitchhiker
- Offline
- Premium Member
Less
More
- Posts: 138
- Thank you received: 9
30 Oct 2022 10:38 #255428
by hitchhiker
Replied by hitchhiker on topic Boxford 125 lathe Tool Changer Comp FERROR (SOLVED)
Hi !
I use your toolchanger.comp and get random erros.. if i restart linuxcnc then it works... if i restart then.. errors.. it hanging when make a toolchange or make a toolchange and doesnt lock back.
there are some differents in the comp files...
in the compfile from the 11/05case 3: // backward jog
if(position_cmd > position_req) // have we got there yet?
{
break;
}
if(bjog)
{
bjog = fjog = false;
}
progress_level = 5;
break;
in the compfile from 11/06
case 3: // backward jog
if(position_cmd < (stepgen_pos_fb - 0.00001)) // has the step generator reached the destination yet? - small number to compensate for pid error
{
break;
}
bjog = fjog = false;
progress_level = 5;
break;there are some other changes... is it possible to explain to me.. a complete newbe... what this happend please?!
I use your toolchanger.comp and get random erros.. if i restart linuxcnc then it works... if i restart then.. errors.. it hanging when make a toolchange or make a toolchange and doesnt lock back.
there are some differents in the comp files...
in the compfile from the 11/05case 3: // backward jog
if(position_cmd > position_req) // have we got there yet?
{
break;
}
if(bjog)
{
bjog = fjog = false;
}
progress_level = 5;
break;
in the compfile from 11/06
case 3: // backward jog
if(position_cmd < (stepgen_pos_fb - 0.00001)) // has the step generator reached the destination yet? - small number to compensate for pid error
{
break;
}
bjog = fjog = false;
progress_level = 5;
break;there are some other changes... is it possible to explain to me.. a complete newbe... what this happend please?!
Please Log in or Create an account to join the conversation.
02 Jan 2024 11:53 #289549
by Semsem23
Replied by Semsem23 on topic Boxford 125 lathe Tool Changer Comp FERROR
Hello ser . Im verry interested about the turret configuration. I have the same lathe controled with mach3 bob card . But I'm verry new in linuxcnc . Can you give me a hand with the turret configuration if you can pls .
Please Log in or Create an account to join the conversation.
Time to create page: 0.103 seconds