Sign in to follow this  
Followers 0
python01

Does QD75MH have bit telling that motor is in home position?

3 posts in this topic

I know there is bit saying that OPR has been performed but is there signal I could use to check if the motor is homed at the time when I check it and which would go off when the motor moved from home position?

Share this post


Link to post
Share on other sites
Once homed, the OPR request bit turns off and the OPR complete bit turns on. But once you move off home, that OPR complete bit turns off, and even if you return to position 0, that OPR complete bit does not turn back on. Use a 32-bit comparison on current position to generate your own 'at home position' bit. I have done [D> D100 K-100]---[D< D100 K100] to do something like this.

Share this post


Link to post
Share on other sites
I would use the M-Codes which tell you your command has been completed

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0