Page 1 of 1

Engine Run Time Timer

PostPosted: Sun Oct 24, 2021 9:41 am
by HKS_TRD
I have managed to set up a timer to record engine run time in the C127 however it resets every time I power off the display, is there a way to stop this happening or possibly a way to send that value from the M800 instead

Re: Engine Run Time Timer

PostPosted: Sun Oct 24, 2021 11:11 am
by quadcam
Functions - Preserved Channels - Add.
That should do it.

Re: Engine Run Time Timer

PostPosted: Tue Oct 26, 2021 12:21 pm
by HKS_TRD
Thankyou I'll try that this weekend

Re: Engine Run Time Timer

PostPosted: Sat Nov 06, 2021 9:50 pm
by HKS_TRD
I tried that and it still reset when I powered the display off and on
I had the options set to preserve every ten minutes or when engine rpm is below 500rpm

Re: Engine Run Time Timer

PostPosted: Sun Nov 07, 2021 3:10 pm
by HKS_TRD
I found an old post describing how to make this work with a counter, in that post it was mentioned that setting the timer itself as a preserved channel was more complicated, exactly what is involved?

Re: Engine Run Time Timer

PostPosted: Mon Nov 08, 2021 11:38 am
by adrian
Preserving channels in Dash Manager can be a little bit complicated because of the way the system works in the background. There are limits how often it will preserve channels and it isn't obvious from the outside when/if a channel is actually being preserved.

Below is an example C185 file (that's what I had on my bench, but you can do the same thing in any of the colour dashes) which will preserve a timer that runs whenever there is Engine Speed. It is preserved every minute or when the Engine Speed goes to zero.

A couple of things to note:

If you turn the Dash off before the Engine Speed goes to zero you can lose up to 1 minute of run time.

The timer will only run to 42949672 seconds, which is just under 12,000 hours.

Re: Engine Run Time Timer

PostPosted: Mon Nov 08, 2021 12:07 pm
by HKS_TRD
Thanks Adrian I'll take a look at the file tonight

Re: Engine Run Time Timer

PostPosted: Mon Nov 08, 2021 1:41 pm
by HKS_TRD
Any chance you could post screenshots of the relevant config

Re: Engine Run Time Timer

PostPosted: Sat Nov 13, 2021 8:01 pm
by HKS_TRD
I have this working now, thanks for your help:-)