|
Re: Limit Switches
Once you get past the opening and getting of the value of the switch, there's a bit of boolean mess to get it so it will work. Just using a single select won't quite do (unless you use an AND statement to check if the motor is actually trying to go past the limit and not away from it), as it will shut down the motor permanently unless something physically knocks the motor from pressing the switch.
|