jblkiller Posted February 12, 2015 Report Share Posted February 12, 2015 I have a M91-2-R1 to make some test. I want replace Fusion counter by the plc for a winder. The counter have a encoder 100PPR. When the count reach Preset 1 the motor jog at X speed and when he reach the preset 2 he stop the motor for cutting the material. In the U90 software the are samples of HSC. But I don't see where can I put the number of PPR of the encoder? Link to comment Share on other sites More sharing options...
AlexUT Posted February 12, 2015 Report Share Posted February 12, 2015 Hi, You can find HSC connection diagram in PLC specification. http://www.unitronics.com/Downloads/Support/Technical%20Library/M90M91%20Hardware/M91%E2%84%A2%20-%20Specifications/M91-2-R1.pdf You have to use special registers when programming. You have to evaluate, if PLC Ladder can fit process timing requirements. As well, you have to manage motor speed, and stop it somehow. Is it AC/DC/Stepper motor? Solution will be different. Link to comment Share on other sites More sharing options...
jblkiller Posted February 12, 2015 Author Report Share Posted February 12, 2015 DC drive with dc motor Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted March 13, 2015 MVP 2023 Report Share Posted March 13, 2015 The M91 does not have a place to put the PPR specification. You have to deal with the raw counts and scale them with the math functions if needed. You can stop a DC drive by putting a relay in series with the speed pot. Attach your code if you need a bit of help. I've worked with a Fusion, and they are cool but way too expensive for what you get. Joe T. 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