Page 8 of 8

Re: Software enhancements request

Posted: Mon Nov 27, 2023 2:33 pm
by cncsnw
From a technical standpoint, going forwards through the program with an MPG handwheel driving the feeds should be readily achievable. After all, we already have the ability -- on lathes, at least -- to slave axis feed to a spindle encoder. It should be a short step to slave axis feed to the handwheel encoder instead. There would need to be some interface decisions made to provide for speed/step selection (though it would probably make the most sense to just use Parameters 40 and 41, and the x1 / x10 / x100 selection).

Backing up is a very different thing. That would require that CNC12 keep all past moves stored somewhere, so they can be retrieved and retraced. Normally, once a CNC move is done, it can be discarded. This has long been an integral part of Centroid's ability to run CNC programs of virtually unlimited length. However long the program, the CNC software only needs to hold the current line and a couple thousand upcoming lines in memory.

Re: Software enhancements request

Posted: Wed Nov 29, 2023 3:02 pm
by xr4x4ti
Thanks for the insight.

Even just having this functionality in the "forward" direction would be vary useful.

Re: Software enhancements request

Posted: Wed Nov 29, 2023 3:21 pm
by cnckeith
cncsnw wrote: Mon Nov 27, 2023 2:33 pm From a technical standpoint, going forwards through the program with an MPG handwheel driving the feeds should be readily achievable. After all, we already have the ability -- on lathes, at least -- to slave axis feed to a spindle encoder. It should be a short step to slave axis feed to the handwheel encoder instead. There would need to be some interface decisions made to provide for speed/step selection (though it would probably make the most sense to just use Parameters 40 and 41, and the x1 / x10 / x100 selection).

Backing up is a very different thing. That would require that CNC12 keep all past moves stored somewhere, so they can be retrieved and retraced. Normally, once a CNC move is done, it can be discarded. This has long been an integral part of Centroid's ability to run CNC programs of virtually unlimited length. However long the program, the CNC software only needs to hold the current line and a couple thousand upcoming lines in memory.
check out the centroid back up along the g code program feature in Plasma CNC12, we will port to mill/router next.

Re: Software enhancements request

Posted: Thu Nov 30, 2023 4:26 pm
by xr4x4ti
cnckeith wrote: Wed Nov 29, 2023 3:21 pm
cncsnw wrote: Mon Nov 27, 2023 2:33 pm From a technical standpoint, going forwards through the program with an MPG handwheel driving the feeds should be readily achievable. After all, we already have the ability -- on lathes, at least -- to slave axis feed to a spindle encoder. It should be a short step to slave axis feed to the handwheel encoder instead. There would need to be some interface decisions made to provide for speed/step selection (though it would probably make the most sense to just use Parameters 40 and 41, and the x1 / x10 / x100 selection).

Backing up is a very different thing. That would require that CNC12 keep all past moves stored somewhere, so they can be retrieved and retraced. Normally, once a CNC move is done, it can be discarded. This has long been an integral part of Centroid's ability to run CNC programs of virtually unlimited length. However long the program, the CNC software only needs to hold the current line and a couple thousand upcoming lines in memory.
check out the centroid back up along the g code program feature in Plasma CNC12, we will port to mill/router next.
Keith,

I tried to look that feature up in the manual. Do you have a link or a place where it is described?

Thanks!

Re: Software enhancements request

Posted: Thu Nov 30, 2023 4:40 pm
by cnckeith
it is a big feature and it should be emphasized much more. but the buttons are covered on page 47.
https://www.centroidcnc.com/centroid_di ... manual.pdf

use those buttons after entering 'restart mode' and you can jog the torch along the g code path moving forward or backward anywhere along it!!

Re: Software enhancements request

Posted: Thu Nov 30, 2023 4:40 pm
by cnckeith
it is a big feature and it should be emphasized much more. the buttons to jog along a g code program path are covered on page 47.
https://www.centroidcnc.com/centroid_di ... manual.pdf

use those buttons after entering 'restart mode' and you can jog the torch along the g code path moving forward or backward anywhere along it to pick a restart location!! you can even then jog off the g code path to create your own lead in that then goes to the restart point you jogged to along the g code path!! really cool.

Re: Software enhancements request

Posted: Fri Dec 01, 2023 7:26 pm
by Joey
xr4x4ti wrote: Thu Nov 30, 2023 4:26 pm
cnckeith wrote: Wed Nov 29, 2023 3:21 pm
cncsnw wrote: Mon Nov 27, 2023 2:33 pm From a technical standpoint, going forwards through the program with an MPG handwheel driving the feeds should be readily achievable. After all, we already have the ability -- on lathes, at least -- to slave axis feed to a spindle encoder. It should be a short step to slave axis feed to the handwheel encoder instead. There would need to be some interface decisions made to provide for speed/step selection (though it would probably make the most sense to just use Parameters 40 and 41, and the x1 / x10 / x100 selection).

Backing up is a very different thing. That would require that CNC12 keep all past moves stored somewhere, so they can be retrieved and retraced. Normally, once a CNC move is done, it can be discarded. This has long been an integral part of Centroid's ability to run CNC programs of virtually unlimited length. However long the program, the CNC software only needs to hold the current line and a couple thousand upcoming lines in memory.
check out the centroid back up along the g code program feature in Plasma CNC12, we will port to mill/router next.
Keith,

I tried to look that feature up in the manual. Do you have a link or a place where it is described?

Thanks!
Whipped up a quick video walk through of the Current Plasma Restart mode and Some features soon to be released

Check the videos out on my google album here : https://photos.app.goo.gl/vAPCK4Nwcgn91cya7

Re: Software enhancements request

Posted: Tue Dec 05, 2023 5:05 am
by suntravel
This jog feature is very nice, I have this on Siemens CNC with the Jog Wheel. Handy to set up multiaxis machines.

Would be nice to have it optional without spindle on.

Uwe