Hello Guest it is March 28, 2024, 12:49:18 PM

Author Topic: Prevent Cycle Timer from zeroing?  (Read 834 times)

0 Members and 1 Guest are viewing this topic.

Prevent Cycle Timer from zeroing?
« on: March 04, 2021, 06:12:06 PM »
Hi.
I have a MACH4 question.

As the title says, I would like to stop cycle time when the program ends, but without resetting it to zeroes, as it does every time at the moment. Is it at all possible? I have been trying editing G-Codes for this, but no luck so far. Thanks for any suggestions...
Re: Prevent Cycle Timer from zeroing?
« Reply #1 on: March 05, 2021, 02:42:59 AM »
I'd like to know too.
Re: Prevent Cycle Timer from zeroing?
« Reply #2 on: March 05, 2021, 05:10:06 AM »
What version of Mach are you using? Looking at the change log there were some recent changes to how this works..

Code: [Select]
4564 - 4570
Core: Change run timer characteristics to:
      1. clear upon reset
  2. clear upon file load.
  3. clear upon rewind/run (M99)
  4. clear upon cycle start after rewind.
  5. clear upon cycle start in MDI.
Re: Prevent Cycle Timer from zeroing?
« Reply #3 on: March 05, 2021, 10:25:48 AM »
Thanks for support. I am overdue for update, but currently using 4.2.0 4517
Re: Prevent Cycle Timer from zeroing?
« Reply #4 on: March 05, 2021, 10:28:57 AM »
What version of Mach are you using? Looking at the change log there were some recent changes to how this works..

Code: [Select]
4564 - 4570
Core: Change run timer characteristics to:
      1. clear upon reset
  2. clear upon file load.
  3. clear upon rewind/run (M99)
  4. clear upon cycle start after rewind.
  5. clear upon cycle start in MDI.

So where should I set one of the characteristics, please? It seems as it would do the job... Is it in screen editing under operator?

Offline jbuehn

*
  •  101 101
    • View Profile
Re: Prevent Cycle Timer from zeroing?
« Reply #5 on: March 05, 2021, 12:11:42 PM »
I don't believe you need to set anything. That list is just telling you each action that will clear the run timer.
Re: Prevent Cycle Timer from zeroing?
« Reply #6 on: March 05, 2021, 12:37:01 PM »
Great news.  So I hope after updating the version the cycle timer will stop zeroing itself after the job finishes. Unless something is wrong with my settings and I don't know about it. Thanks a lot for your help.