jblkiller Posted March 14, 2013 Report Share Posted March 14, 2013 I have a new project that want to use Vision plc. I don't know if I can plug a incremental encoder HS35R with Z (homing). I have a motor with drive and gearbox who connected on the load. The load rotate clock wise but need to stop at 4 positions that the operator enter in the hmi. I would like to know if the vision plc can control a drive with HS35R encoder with Z (homing) for position? Thanks Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted March 14, 2013 MVP 2023 Report Share Posted March 14, 2013 You'll need to run the Z pulse to an input and put an interrupt routine in with an Immediate Input function to catch it. You can then reset the counter register. How many pulses does the encoder have and how fast is the shaft rotating? Joe T. Link to comment Share on other sites More sharing options...
MVP 2014 Simon Posted March 15, 2013 MVP 2014 Report Share Posted March 15, 2013 If you have a second High-Speed counter input available, you can also use that to catch the homing pulse, particularly if you have a very high PPR (pulse per rev) encoder. This method makes it easier to catch a very short pulse, but of course the overall accuracy is still limited by the PLC scan time. Potato, Potahto. Link to comment Share on other sites More sharing options...
jblkiller Posted March 15, 2013 Author Report Share Posted March 15, 2013 The PPR is 2048 because I need a precision stop load about 1/4 inch. The rotation of the encoder will be 1500 to 1800 rpm. The encoder will be mounting on the motor. The motor is a 1800 rpm and the ratio gearbox is 100:1. The gearbox is a allow shaft. I will try with a M91 spare unit for the moment! It will be the same program setup on Vision plc? Thanks Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted March 17, 2013 MVP 2023 Report Share Posted March 17, 2013 You're going to have a problem with this one. 1800 RPM translates to 30 rev/sec - at 2048 pulses/rev the resulting frequency is 61440 Hz - the maximum input frequency is 20 kHz. If you were to put the encoder on the output shaft of the gearbox your maximum frequency will be 614 Hz, which will work fine. Can you do this? Can you slow the motor down as you approach the setpoint for precise positioning? No, an M91 is not the same program, but it is similar enough to use for testing the encoder. The maximum input frequency input on an M91 is 10 kHz. Joe T. Link to comment Share on other sites More sharing options...
jblkiller Posted April 10, 2013 Author Report Share Posted April 10, 2013 If you were to put the encoder on the output shaft of the gearbox your maximum frequency will be 614 Hz, which will work fine. Can you do this? Yes I will slow motor down. I will make a test with a m91 spare before! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now