Question about high speed counter

Weivreif

Member
Join Date
Nov 2010
Location
Manila
Posts
17
hi, im using cj1m cpu22 and I plan to use the built in high speed counter to count the pulses from a rotary encoder. We are measuring the rpm of a screw which will either speed up or slow down. I know that the high speed counter will be able to read real fast pulses but will it be able to read slow pulses as well? I asked this question because someone from our engineering dept told me that theyve already tested that and high speed counters are not accurate when it comes to reading slow pulses, is that true?? if so, any alternatives i can use? thanks.:confused:
 
What is the highest and lowest pulse frequency you wish to measure?
I would use either the PRV or PRV2 instructions. These can be set for differing sampling times of 10mS, 100mSec or 1S depending on your application requirements.
 
Your engineer probably didn't explain himself very well. In terms of actually counting pulses the high speed counter will be just as accurate with high speed or low speed pulses. The difference is how you use the pulses when you make calculations. If you have a 'set time' and count how many pulses within the 'set time' then if you don't have many pulses your calculations can't be that accurate.

To calculate RPM from pulses you can:
How many pulses in a set time - accuracy is lost at slow pulse count.
How long from one pulse to next - accuracy is lost at high pulse speed.
How long from one count of pulses to the next and vary the number that you count.

Have a look at this thread:
http://www.plctalk.net/qanda/showthread.php?t=52823&highlight=time+pulses

Bryan
 
thanks a lot bitsnbytes and bryang, I could use the information you have given. It did help a lot especially the thread that you posted.
 

Similar Topics

Hello everyone, I am currently using a high speed counter card on Quantum 140EHC10500. I was wondering how the works counting inputs. I'm using an...
Replies
0
Views
1,331
M
i'm using PLC to drive up a servo stepping motor with 2 phase encoder. what should i do to obtain the counting value, and how to use the value to...
Replies
0
Views
3,199
Makinen
M
Hello again..trying something on an existing poorly written program and just wanted to double check something system is an A-B MicroLogix 1200 In...
Replies
5
Views
165
Good morning! Let me start by saying, I am still learning about this type of HMI programming. I recently watched a video about recipes and how it...
Replies
0
Views
68
I have some logic that I have written within a 5380 series controller that tracks the time an event is started, while the event is running an RTO...
Replies
2
Views
91
Back
Top Bottom