Optical encoder to reading motor rpm

splendid

Member
Join Date
Jun 2016
Location
Penang
Posts
5
Hi all,

Anyone can tutor me that how to write the formula for encoder to read the motor RPM(Omron PLC).

Thanks in advance
 
I doubt it can be done with an encoder and a PLC, except with very low RPM and a very low number of pulses per RPM. What frequency will the pulses be and what type of input are you using? So, in the end: more information is needed to help.

BTW the formula is very simple: count the pulses during a set time period. Divide the number of pulses by the number of pulses per revolution and the set time period which gives you the RPS (revolutions per second). Multiply by 60 and you get the RPM. The accuracy is dependent on the accuracy of the set time period, the accuracy with which you can count (how much pulses did you fail to see) and the accuracy of the calculation.
 
I doubt it can be done with an encoder and a PLC, except with very low RPM and a very low number of pulses per RPM. What frequency will the pulses be and what type of input are you using? So, in the end: more information is needed to help.

BTW the formula is very simple: count the pulses during a set time period. Divide the number of pulses by the number of pulses per revolution and the set time period which gives you the RPS (revolutions per second). Multiply by 60 and you get the RPM. The accuracy is dependent on the accuracy of the set time period, the accuracy with which you can count (how much pulses did you fail to see) and the accuracy of the calculation.

Hi jvdcanda,

My encoder is 600 pulse/rev and to use A phase input to PLC 0000.
The motor max rpm is 3000.
 
I see!

So how to write in ladder diagram?

Btw, I'm confusing that encoder PPR meaning.
Is it encoder rotate a cycle(360 degree)?
 
PPR = Pulses Per Revolution

Before you write the first line of code you have to sure of your hardware. Can the input you plan to use be configured to accept a 30 kHz pulse train? If it can, you may find that the work has already been done for you. I say that because a typical use for high speed counter inputs is to measure rotational speed. In the process of configuring the input you may also define an address or tag that will show the pulse frequency.
The previous paragraph is speculation on my part. I'm not all that familiar with Omron PLCs in general and you haven't specified which model. I suggest you read the manual.
 

Similar Topics

Hello, I'm wondering if anyone knows of an industrial sensor similar to what is used for positioning the pointer of a mouse (on an optical...
Replies
6
Views
1,999
Hi everyone, Can anyone please explain why the output of an optical shaft encoder is inherently digital? I appreciate you all reading this...
Replies
14
Views
4,493
We consider making a rotary table capable of two operation modes: 1) rotating at speeds up to 3 rpm, and 2) positioning with precision of 60...
Replies
6
Views
2,651
Hi. I have a problem when Configuring the Fiber optical cable port P7 and P8. There are 6 field Scalance connected with fiber optical cable. They...
Replies
3
Views
1,892
I am currently using 1 Optical touch button (from Banner engineering) OTB series and now looking to replace with some sort of single channel...
Replies
0
Views
1,023
Back
Top Bottom