Runtime Hour

Is it possible to have the runtime hour feature have a selectable time base.

You mean the hourmeter? That seems like a fair idea, we’ll see what we can do (it would be in the next major version, however, near the end of the year).

Regards,

Thanks some of our pumps run 14+ hours a day and the numbers are getting large.

Yeah, in the mean time you might consider converting the numbers in your queries, or actually setting up views on the tables to present the data as you want.

For example, “SELECT hm_column/3600 as ‘run_hours’ FROM table”.

Regards,