Search found 16 matches
- Wed May 14, 2025 10:09 am
- Forum: Centroid Acorn CNC Controller
- Topic: Tool change to wrong tool???
- Replies: 2
- Views: 116
Re: Tool change to wrong tool???
What is the meaning of variable #103 in your tool change macro? Your code fragment above references it, but must assume it was set somewhere previously.
The code fragment above seems to assume that #101 is equal to the current turret position (approximately 1 - 16).
Ignoring the mystery of #103 ...
This post has been liked 0 time(s).
- Sat May 10, 2025 8:28 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Tool change to wrong tool???
- Replies: 2
- Views: 116
Tool change to wrong tool???
Just when I thought I had the atc turret on my lathe figured out.. :lol:
The lathe uses a ratchet and pawl style turret so it has to reverse to lock. its stepper driven, with a current limit set to 20% so it can stall on reverse and not break anything. for the macro, theres a snippet of it below ...
The lathe uses a ratchet and pawl style turret so it has to reverse to lock. its stepper driven, with a current limit set to 20% so it can stall on reverse and not break anything. for the macro, theres a snippet of it below ...
This post has been liked 0 time(s).
- Tue Apr 29, 2025 6:21 pm
- Forum: Centroid Acorn CNC Controller
- Topic: G10 Syntax and Usage -CNC12 lathe-
- Replies: 7
- Views: 376
Re: G10 Syntax and Usage -CNC12 lathe-
There are nor A values in the lathe tool lib, only X and Z but you can use #2700 for the thrid axis WCS, #2800 for forth axis WCS ect.
Page 153 in the lathe manual
Uwe
Thanks for the response. I figured out what I needed through resolving another issue.
What I needed was a way to force the ...
This post has been liked 0 time(s).
- Mon Apr 28, 2025 9:55 am
- Forum: Centroid Acorn CNC Controller
- Topic: At Wits End with Lathe Turret. Help?
- Replies: 3
- Views: 133
Re: At Wits End with Lathe Turret. Help?
I've recently done a similar implementation and one many years ago before the wizards were there to help.
Key things to get right to get it to work.
1. Ensure that your turn ratios suit. In other words, ensure that it 'clicks' 8 times on 8 tool moves. I opened mine and manually moved it to see ...
This post has been liked 0 time(s).
- Sun Apr 27, 2025 3:19 pm
- Forum: Centroid Acorn CNC Controller
- Topic: At Wits End with Lathe Turret. Help?
- Replies: 3
- Views: 133
At Wits End with Lathe Turret. Help?
Hello all.
Has anyone figured out reliable lock up on a stepper driven ratchet and pawl style ATC lathe turret??
I have it set up as an "axis driven turret" with appropriate "move past" and "reverse" parameters set but it still isn't reversing until stall on every tool change.. It will stall on ...
Has anyone figured out reliable lock up on a stepper driven ratchet and pawl style ATC lathe turret??
I have it set up as an "axis driven turret" with appropriate "move past" and "reverse" parameters set but it still isn't reversing until stall on every tool change.. It will stall on ...
This post has been liked 0 time(s).
- Sat Apr 26, 2025 8:53 am
- Forum: Centroid Acorn CNC Controller
- Topic: G10 Syntax and Usage -CNC12 lathe-
- Replies: 7
- Views: 376
Re: G10 Syntax and Usage -CNC12 lathe-
G10 P1 Z0.1 is setting the Z offset to 0.1 as an absolute value.
If you want to incremental increase the offset +0.1 use : G10 P1 Z[#11001+0.1]
Uwe
Thanks for taking the time to help! this helped move the project along but hit another snag..
Looks like I'm assigning the project to axis to "A ...
This post has been liked 0 time(s).
- Tue Apr 08, 2025 5:44 pm
- Forum: Centroid Acorn CNC Controller
- Topic: G10 Syntax and Usage -CNC12 lathe-
- Replies: 7
- Views: 376
G10 Syntax and Usage -CNC12 lathe-
Alright
I'm back to ask more stupid questions... Beware LOL
Without getting into the weeds on details of use, I'm writing a macro to automate a repeat task... part of it involves adding an incremental offset to an auxiliary axis. It looks like G10 can do what I need but its syntax and function ...
I'm back to ask more stupid questions... Beware LOL
Without getting into the weeds on details of use, I'm writing a macro to automate a repeat task... part of it involves adding an incremental offset to an auxiliary axis. It looks like G10 can do what I need but its syntax and function ...
This post has been liked 0 time(s).
- Fri Dec 20, 2024 5:45 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Help Editing Lathe ATC macro?
- Replies: 0
- Views: 3342
Help Editing Lathe ATC macro?
Hello!
TLDR: I need some help editing the attached macro so the stepper driving the ATC, backfeeds until it stalls on every tool change. at present, it only stalls on back feed on the first tool change. Maybe the back feed line needs to be changed to incremental and the TC value is forced to the ...
TLDR: I need some help editing the attached macro so the stepper driving the ATC, backfeeds until it stalls on every tool change. at present, it only stalls on back feed on the first tool change. Maybe the back feed line needs to be changed to incremental and the TC value is forced to the ...
This post has been liked 0 time(s).
- Wed Nov 13, 2024 7:23 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Lathe Spindle Encoder speedratio?
- Replies: 5
- Views: 846
Re: Lathe Spindle Encoder speedratio?
So..
to document this for anyone that runs into the same problem... At least on CNC12 V5.20... manually editing parameter 33 with the high gear ratio and changing parameter 36 bit 4 is a thing and best yet...
THIS WORKED.. without having to splice in a an index sensor on a line driver chip ...
to document this for anyone that runs into the same problem... At least on CNC12 V5.20... manually editing parameter 33 with the high gear ratio and changing parameter 36 bit 4 is a thing and best yet...
THIS WORKED.. without having to splice in a an index sensor on a line driver chip ...
This post has been liked 0 time(s).
- Wed Nov 13, 2024 5:14 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Lathe Spindle Encoder speedratio?
- Replies: 5
- Views: 846
Re: Lathe Spindle Encoder speedratio?
OK so..
Dumb question..
What if I set Parameter 33 to 2, to match the 2:1 gearing between the motor and my encoder..
Then set parameter 36.. bit4 should be motor side encoder. with rigid tapping off the value should be 16..
I only use 1 gear ratio so I don't think it will affect anything else ...
Dumb question..
What if I set Parameter 33 to 2, to match the 2:1 gearing between the motor and my encoder..
Then set parameter 36.. bit4 should be motor side encoder. with rigid tapping off the value should be 16..
I only use 1 gear ratio so I don't think it will affect anything else ...
This post has been liked 0 time(s).