PPR to FPM

BARSCO

Member
Join Date
Aug 2014
Location
Pennslvania
Posts
3
I have a system with a 1000ppr hollow shaft encoder on an 8 inch diameter roller. I have the encoder connected to a hsc of my PLC. I am trying to figure out how to program the encoder pulses to allow me to display feet per minute. I thought this would be simple but my attempts have failed.
Knowns: 1000 ppr 8 inch diameter roller (25 inch circumference) this should give me .025 inches per pulse.

From here is where I seemed to get lost. Any ideas? :
 
You can't do it with only encoder pulses. You need pulses per unit of time. Read the documentation for the PLC's HSC to find the address or tagname for pulse rate and use that.

Divide pulses per second by pulses per foot to get feet per second.
 
Doing as Steve said and finding the frequency or rate feedback from your HSC card is by far the best and most accurate approach. However, that may not be an available option. If it is not, you can use a timer to count the number of pulses over a period of time and the convert that to pulses per minute and then on to feet per minute. You will have to play your sample time to get a resolution, accuracy, and update time that is acceptable for your application.
 
Thanks Steve and Helliana. Both were very helpful. Did not need the condescending note from RussB. I guess they don't teach manners in school anymore as well.
 
Amazing!
Do schools not teach those concepts of math any more?
Will "Common Core" fix this?
Saved by the "Internet": http://ctcmath.com/how-it-works/?gclid=CILAotucscACFQwV7AodnTgAYA (Again!)

What purpose did your idiotic response serve??

Also, I don't believe you even know what common core is. Common core is a set of standards, not curriculum. Most people don't have a problem with standards, it's the text books. Hopefully that didn't go above your head!!

James
 
Amazing!
Do schools not teach those concepts of math any more?
Will "Common Core" fix this?
Saved by the "Internet": http://ctcmath.com/how-it-works/?gclid=CILAotucscACFQwV7AodnTgAYA (Again!)

Okay.
My humble apologies for all of you with thin skin.

But it was not meant to be condescending. :confused:

It just amazes me the apparent lack of education I see coming out of our school system today. :eek:

And I have looked deep into "Common Core". You may believe what you want about it but it will further "dumb-down" all who partake of that "set of standards" without major adjustments at the local level. 🔨

Go ahead bash away, but please do not attempt to apply for a PLC programming job here until you understand the relationship between leaner measurements and time which "should" have been taught in Jr-High or before. :rolleyes:

Now go back to work! ...and Pray that the good 'ol USA survives those "Standards"
 
Last edited:
+1 to Russ.

Too many questions here are about grade-school basics, seriously.

Even just looking at the unit - "FPM"... 'Feet PER Minute' should give a clue, but it is much easier to just look for a canned no-thought approach.

Oh, no matter how you calculate it, don't use a timer for your time base, either use the rolling timestamp from the counter module (which of course, you neglected to specify what one it is), or use a cyclic interrupt in your program (again, not knowing anything about the hardware, there is no point giving examples).


Go ahead, and -1000 to me, I really don't care.
 
I, for one, do not like to see personal insults being hurled around at people for making statements that you may not agree with.

Each and everyone of us is entitled to voice an opinion, and you are equally entitled to agree or disagree with those opinions, but abusing another person in the process is not on.

Gentlemen/Ladies, I would prefer that you all behave in a "professional" manner.
 

Similar Topics

Hello all. I'm using lxm16 servo drive combined with 400 watt servo motor. I need to know the required pulses to rotate the motor one revolution...
Replies
0
Views
459
Hello all... this a great forum and I've benefited from it's posts for some time. Up to now I've always found what I needed in other folks' posts...
Replies
1
Views
1,511
I am trying to use a switching proximity sensor to read the head of a bolt on a motor shaft to read the RPM's of the motor. In the set up of a Red...
Replies
12
Views
5,399
We have an application where we use a motor with encoder to provide torque at low speeds (+- 5 Hz). The drive is Sinamics G120 in closed loop...
Replies
7
Views
3,275
What is the process for selecting how many ppr you need on a given drive application? What are the things to consider? How do i determine what...
Replies
16
Views
11,495
Back
Top Bottom