News:

  • April 16, 2026, 01:38:43 PM

Login with username, password and session length

Author Topic: DL06 and measuring RPM  (Read 10218 times)

PlcThatWorks

  • Newbie
  • *
  • Posts: 6
DL06 and measuring RPM
« on: September 29, 2010, 10:59:39 AM »
I am working on an application where I need to measure RPM.  I have a mag pickup on X0 and one on X1, and on the shaft that I am measuring on I have two targets per pickup.  The RPM's can be anywhere from zero to 600RPM. So at 600RPM I see 1200 pulses per min. All this works just fine.  My issue is this:  I don't see a way to measure time between targets (pulses), since I can only measure time in 10ms increments, so I have to count targets (pulses) per second.  I would like to measure time between pulses, so I can calculate RPM on the fly, does anyone know of a way?

Thanks you.

b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: DL06 and measuring RPM
« Reply #1 on: September 29, 2010, 11:01:10 AM »
Investigate the CTRIO add-on board.
An output is a PLC's way of getting its inputs to change.

PlcThatWorks

  • Newbie
  • *
  • Posts: 6
Re: DL06 and measuring RPM
« Reply #2 on: September 29, 2010, 04:41:25 PM »
Yes I see it can do it, but was hoping to save $200.  I just don't see the DL06 being fast enough to do an edge timer.  10ms increments is not good enough.  Have lots of wishful thinking, but I don't want to pay $1000 for the PLC either.

b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: DL06 and measuring RPM
« Reply #3 on: September 29, 2010, 04:58:21 PM »
An output is a PLC's way of getting its inputs to change.

brian101

  • Newbie
  • *
  • Posts: 7
Re: DL06 and measuring RPM
« Reply #4 on: October 26, 2010, 07:39:41 PM »
Look at Appendix E Example #1
http://www.automationdirect.com/static/manuals/d006userm/d006userm.html
With X0-X4, high speed inputs, the clock rate is much faster than you require. I think 7KHz Max.
f(Frequency) = 1200(times)/60(sec) = 20Hz No Problem...
Save you money and do it for free. Oh, You must have a plc with DC inputs. Good luck, it's all laid out in Appendix E.