recording hours on a pump with a vfd

DRThorne

Member
Join Date
Aug 2002
Location
Ontario
Posts
57
whenever my pump is running, my plc starts a timer to record operating hours. It's very basic counter that counts the minutes the pump is on. The plc controls the pressure by an analog signal and variable speed drive and normally runs between 50% to 90% of full speed. Is it normal to create some logic to slow down the plc operating hour timer when the pump is not operating at full speed to reduce the maintenance intervals? for example, run the hour counter at 50%, 60%, 70%, 80%...
 
Implicit in that strategy is the assumption that an hour at full speed produces significantly more wear and tear than an hour at half speed. If your experience tells you that your scheduled PM is late on pumps that consistently run at higher speeds but OK when the pumps run slower, then by all means create a speed-weighted timer.

I've never run across anyone who set up a PM timer like that. I think most places would just take a worst-case scenario and set up their timer on that basis, figuring that the cost of doing a PM sooner than necessary is less than the consequences of doing it too late.

You just have to decide if it makes sense for your application.
 
As an alternative to a "weighted" operating time based on load, since timers in the PLC are "free", you could also consider several timers, each within a specific load range.

For example, one each could record operating time in: "under 25% load", "25 to 50% load", "50 to 75% load", and "75% to full load".

This method may give you more significant operating data for maintenance considerations.
 

Similar Topics

I want to record into a PLC 500 production downtime with posibility to know from what time(HH:mm) and how(min) knowing that production needs to...
Replies
2
Views
2,868
I have to rollout a common CLX PLC program to a dozen or more installations, but each installation uses a different HMI front end. Some WW, some...
Replies
8
Views
874
Dear all I need help for delta plc programming . I can use DVP-12SE PLC and HMI DOP-B10E615 as they both support ethernet. I am planning to make...
Replies
0
Views
1,501
Good Afternoon, Many times I will quickly brainstorm an idea on FactoryTalk View , and would like to email it a coworkers , instead of...
Replies
14
Views
3,476
There has been a request for me to setup one of our machine HMI's to record a change in a setpoint. It needs to show what the last setpoint was...
Replies
4
Views
1,723
Back
Top Bottom