Mingyu Posted November 13 Report Share Posted November 13 I have a JAZZ PLC(JZ20-UA24) for our mini turbine application, we were trying to measure the RPM using its high-speed input with the proximity sensor and one magnet, but the problem is the result is too coarse with a 60rpm step. Is there any other method to calculate the rpm based on the high-speed input to get a better accuracy? Is the JAZZ plc able to record the time between two pulses to calculate the RPM? Thank you! Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted November 13 MVP 2022 Report Share Posted November 13 If you're getting one pulse per revolution on a 60 RPM shaft you really don't need a high speed input. You're getting a pulse every one second. You can set up a self-resetting 0.01 second timer as a pulse generator and just count the timer pulses between the proximity sensor pulses. You could also add more magnets around the shaft to get more pulses per revolution. Use your imagination. What kind of resolution are you looking for? Joe T. Quote Link to comment Share on other sites More sharing options...
Mingyu Posted November 14 Author Report Share Posted November 14 Thanks Joe, the shaft rpm range is from 1200 to 2700 and I am looking for a 10rpm resolution. I tried using HSC to count pulses every second and then times 60 to get the RPM, but the result is a bit bouncing and the resolution is 60, which is not really good. I was thinking to count period time between pulses. but the timer resolution is 10ms which is not accurate enough. i am wondering if there is any other approach to calculating the RPM in JAZZ PLC. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted November 14 MVP 2022 Report Share Posted November 14 Not in a Jazz. There is a function in the Vision that may be helpful, but that's not your question. The problem is you're short on pulses/rev to get good resolution. Does your physical setup allow you to get an encoder with a rubber wheel on it that can ride on the shaft or otherwise couple to it? Joe T. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.