Search found 8 matches

by bagels
Wed Oct 06, 2021 7:27 pm
Forum: Centroid Acorn CNC Controller
Topic: RTG - Job Progress
Replies: 9
Views: 2170

Re: RTG - Job Progress

I hear you - which is why (per my original post, again) I suggested even a percentage of lines of code completed, or based on the job estimate (which is already calculated on the graphing tab - so this estimate code is already part of CNC12). All the suggestions I proposed are not rewrites of the sy...
by bagels
Wed Oct 06, 2021 5:23 pm
Forum: Centroid Acorn CNC Controller
Topic: RTG - Job Progress
Replies: 9
Views: 2170

Re: RTG - Job Progress

Thanks for replying, Unfortunately there is no progress info on either screen, only a "time elapsed". Switching between screens doesn't change that. As per my original post, I'm not picky about what kind of progress, just something to get a feel for how far a program has gone. Is there a s...
by bagels
Wed Oct 06, 2021 5:19 pm
Forum: Centroid Acorn CNC Controller
Topic: RTG Screen Refresh Rate
Replies: 3
Views: 1073

Re: RTG Screen Refresh Rate

Thanks guys, but neither of those comments answered the question. I am both aware of how to set the diameter of the tool and also aware of how to remove the trail. This RTG system works well for very slow feedrates, but above about 5000mm/min and/or below about .25" it reaches its limits as sho...
by bagels
Wed Oct 06, 2021 12:11 am
Forum: Centroid Acorn CNC Controller
Topic: RTG Screen Refresh Rate
Replies: 3
Views: 1073

RTG Screen Refresh Rate

Is it possible to change the RTG redraw rate during operation? With a faster feedrate and a smaller tool, it can be hard to see whats going on. https://i.imgur.com/IApeDiC.jpg Or alternately, could there be an option to not show the diameter of the tool, but instead just have a smoothly tracking cro...
by bagels
Wed Oct 06, 2021 12:05 am
Forum: Centroid Acorn CNC Controller
Topic: RTG - Job Progress
Replies: 9
Views: 2170

RTG - Job Progress

Is there some way to see the progress of the job on the run screen? On the graph screen it has a projected job length, and on the G-code screen it has the elapsed time, and on the RTG screen it has.... neither lol. A Time elapsed and Time estimated both on the RTG screen would be a really nice simpl...
by bagels
Sat Oct 02, 2021 8:15 pm
Forum: Centroid Acorn CNC Controller
Topic: Better Axis Pairing Method for Routers - Mimimizing Machine Damage
Replies: 5
Views: 1704

Re: Better Axis Pairing Method for Routers - Mimimizing Machine Damage

Thanks both. I was unable to use MEM 263 as it was unreliable. It would sometimes act as expected: like an OR gate for homeall and slavedhomeinput, but sometimes it would unexpectedly latch on and stay on. Without knowing the coding behind it, it was far too unreliable. Board and software resets did...
by bagels
Thu Sep 30, 2021 3:49 pm
Forum: Centroid Acorn CNC Controller
Topic: Better Axis Pairing Method for Routers - Mimimizing Machine Damage
Replies: 5
Views: 1704

Re: Better Axis Pairing Method for Routers - Mimimizing Machine Damage

So the main question remains, is there a way to home such that the machine ceases motion if one of either of TWO inputs are detected, not just one? I see that there is allusion to such code in the default auto-homing program, but it appears to reference something that isn't a variable - "70263&...
by bagels
Wed Sep 29, 2021 2:20 pm
Forum: Centroid Acorn CNC Controller
Topic: Better Axis Pairing Method for Routers - Mimimizing Machine Damage
Replies: 5
Views: 1704

Better Axis Pairing Method for Routers - Mimimizing Machine Damage

Hey all, The default automatic homing/squaring sequence for paired gantries is well detailed in the documentation put out by Centroid. I have a quick image here to summarize: 1 - Homes to slave switch 2 - Backs off slave switch 3 - Unpairs axis - no longer moves slave axis 4 - Homes master switch 5 ...