I have one optical sensor that is active in the home position and another that is active at either the forward or reverse limits. I know this far from ideal but I cannot change this.
I must write some software to control an open-loop stepper using a MID-7604/7602 controller. From what I have read so far, I will not be able to utilize the built-in homing function using the same signal for both limit inputs because if the reverse limit becomes active while motion is in the forward direction (or vice versa), motion is stopped.
Is there some way to override this functionality so that when traveling in one direction only that limit signal is used?
Can the controller automatically produce a direction signal
from the controller so that I can externally disable the appropriate limit input?
Since I must write my own homing algorithm for the rare case when the system wakes up out of bounds, I might just abandon the notion of using the built-in homing function and write an algorithm that handles both in- and out-of-bounds starting conditions.
However, the idea using proven code to handle all but the rarest of situations appeals to me.
Any suggestions on how to handle this situation?