How to make a timer of 250 hours ?

Discuss issues and ideas you have to configuring displays with PowerVision
NPS DIESEL
Posts: 2
Joined: Wed Aug 03, 2016 2:29 am

How to make a timer of 250 hours ?

Post by NPS DIESEL » Wed Dec 06, 2017 5:04 am

Hello all,

I work on a PV780 and I want to create a service reminder which every 250 hours, the customer has to change is engine oil.

but I don't know How to make a timer of 250 hours.

I try to do this, but the timer is in (ms)...

If somebody have the solution, it would be brillant!

Thank you.
boyce
Enovation Controls Development
Enovation Controls Development
Posts: 322
Joined: Wed Sep 08, 2010 5:09 pm

Re: How to make a timer of 250 hours ?

Post by boyce » Wed Dec 06, 2017 2:10 pm

The Murphy Standard PV780 standard configuration has quite a bit of detail on doing service reminders. The reminder is calculated from the J1939 parameter for the Total Hours of Operation. The color displays do not keep an internal machine hours like the monochrome displays can.

So, the Total Hours of Operation parameter is usually used and not just a 250 hour timer. The Total Hours is compared to the saved service hours to determine if it is time for some action.

Looking at the standard configuration can give you some ideas on how a service reminder can be done:
servicereminder780-1.JPG
servicereminder780-1.JPG (195.18 KiB) Viewed 85 times
Using the Total Hours parameter if it is valid.
servicereminder780-2.JPG
servicereminder780-2.JPG (194.6 KiB) Viewed 85 times
Setting the reminder target hours.
servicereminder780-3.JPG
servicereminder780-3.JPG (180.24 KiB) Viewed 85 times
Compare the target hours to the total hours to determine if a reminder needs to be active.
servicereminder780-4.JPG
servicereminder780-4.JPG (206.75 KiB) Viewed 85 times
Set the active indication if the remaining hours is <= 0.
servicereminder780-5.JPG
servicereminder780-5.JPG (180.58 KiB) Viewed 85 times
Boyce Schrack
Enovation Controls
NPS DIESEL
Posts: 2
Joined: Wed Aug 03, 2016 2:29 am

Re: How to make a timer of 250 hours ?

Post by NPS DIESEL » Fri Dec 08, 2017 8:20 am

Thanks a lot boyce!

I will try to do this.