How to measure RPM In motor in plc using proximity sensor

Couple of ideas come to mind.....
you would need to detect a target with the prox, usually a gear, determine the number of pulses per revolution ( 1 rev equal x teeth), then count how many revolutions per minute. How fast is your application?
 
Two basic methods to calculate speed from a pulse train. You have to know the number of pulses from the proximity sensor per revolution of the shaft.
1. Count the number of pulses over a fixed period of time. That gives you pulses per unit of time. Then revolutions per unit of time = pulses per unit of time divided by pulses per revolution.
2. Measure the time between pulses. That gives you the inverse of pulses per unit time (unit of time per pulse). Then revolutions per unit of time = 1 / (pulses per revolution times unit of time per pulse)
 

Similar Topics

Dear Sir, We have one reactor on its shaft we have 3 bolts and we had inserted one proximity switch. Now we want to calculate RPM of that...
Replies
1
Views
5,494
Greeting experts! We have a new machine we just built. It is equipped with regenerative drives. The machine uses Beckhoff controls (PLC and...
Replies
6
Views
1,082
Hey all. I have decided, for my own curiosity, that i want to know, and chart, exactly how much power my air conditioner actually consumes. And...
Replies
13
Views
1,615
Hello to all, I don't have to much experience in the PLC. I'm using the Studio 5000 v32.03 We are trying to measure the length of a product, in...
Replies
3
Views
1,113
For part of our test system, we need to measure water level inside a chamber, which is under vacuum. We were successfully using one of these by...
Replies
112
Views
28,120
Back
Top Bottom