Page 1 of 1

RTG - Job Progress

Posted: Wed Oct 06, 2021 12:05 am
by bagels
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 simple feature. Or at least put the estimated time on the G-code screen with the elapsed time if you want to keep the RTG screen clean. Nobody who is running code on the G-code screen is trying to keep information off their screen lol.

Or even a progress bar, a percentage complete, even a % of lines of code completed... something?

Is this something that maybe I just missed in the settings/parameters somewhere?

Re: RTG - Job Progress

Posted: Wed Oct 06, 2021 3:12 pm
by cnckeith
press F8 G-code button to switch from RTG mode to G code display mode when running a job.

Re: RTG - Job Progress

Posted: Wed Oct 06, 2021 5:23 pm
by bagels
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 setting or option somewhere to enable some kind of progress bar, or percentage completion?

Re: RTG - Job Progress

Posted: Wed Oct 06, 2021 7:13 pm
by cncsnw
No, there is not.

The added software complexity required to make such a display remotely accurate would be hard to justify. Consider that CNC programs can include subprogram calls and looping, and also that the time required to run a program depends on where you set your overrides and other factors.

Re: RTG - Job Progress

Posted: Wed Oct 06, 2021 7:27 pm
by bagels
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 system, simply adding a line of text to the display for something that is already known in software or has already been calculated. Its a display/GUI request, that's all. Currently there is nothing, so even a rough or vague estimate would be a helpful feature.

Re: RTG - Job Progress

Posted: Thu Oct 07, 2021 1:42 pm
by ShawnM
bagels wrote: Wed Oct 06, 2021 7:27 pm 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 system, simply adding a line of text to the display for something that is already known in software or has already been calculated. Its a display/GUI request, that's all. Currently there is nothing, so even a rough or vague estimate would be a helpful feature.
I agree, this would be a GREAT addition to either screen when running. I'd love to know approximately where I am in the job. Percentage wise or time wise. It could go on the RTG screen where the silly animated graphic of the z axis is. :mrgreen: I don't see any use for the animated graphic of the z axis moving up and down when the z axis depth is on the screen right above it. This would be a great place for some timers.

Re: RTG - Job Progress

Posted: Sat Oct 09, 2021 1:47 pm
by cnckeith
Graph the g code program, hit Time Estimate and CNC12 lets you know how long the g code program will take to run at 100% overide.
graph time.PNG
then actual time is displayed on the g code view.
g code time.PNG
now you have a good idea how far along things are while the job is running.

Re: RTG - Job Progress

Posted: Sat Oct 09, 2021 4:23 pm
by ShawnM
Thanks Keith, that's certainly helpful to know. I always graph my jobs BEFORE I hit cycle start and know that the estimated run time is displayed by default with even having to hit Time Estimate. I was unaware that the elapsed time was displayed on the g code screen as I rarely look at that screen. I'm always running at 100% override and the estimate is pretty accurate. I guess now I wish that the estimated time would stay on the RTG screen as I'm sure I'll never remember what it was after I press cycle start. :mrgreen:

Re: RTG - Job Progress

Posted: Sun Oct 10, 2021 4:18 pm
by cnckeith
ShawnM wrote: Sat Oct 09, 2021 4:23 pm Thanks Keith, that's certainly helpful to know. I always graph my jobs BEFORE I hit cycle start and know that the estimated run time is displayed by default with even having to hit Time Estimate. I was unaware that the elapsed time was displayed on the g code screen as I rarely look at that screen. I'm always running at 100% override and the estimate is pretty accurate. I guess now I wish that the estimated time would stay on the RTG screen as I'm sure I'll never remember what it was after I press cycle start. :mrgreen:
yeah, i can add that to the list..should be easy.

Re: RTG - Job Progress

Posted: Sun Oct 10, 2021 6:52 pm
by ShawnM
cnckeith wrote: Sun Oct 10, 2021 4:18 pm
ShawnM wrote: Sat Oct 09, 2021 4:23 pm Thanks Keith, that's certainly helpful to know. I always graph my jobs BEFORE I hit cycle start and know that the estimated run time is displayed by default with even having to hit Time Estimate. I was unaware that the elapsed time was displayed on the g code screen as I rarely look at that screen. I'm always running at 100% override and the estimate is pretty accurate. I guess now I wish that the estimated time would stay on the RTG screen as I'm sure I'll never remember what it was after I press cycle start. :mrgreen:
yeah, i can add that to the list..should be easy.
That would be awesome, thanks.