View Single Post
  #2   Spotlight this post!  
Unread 13-03-2013, 07:37
Beyond Infinity Beyond Infinity is offline
Registered User
no team
 
Join Date: Jan 2013
Location: India
Posts: 5
Beyond Infinity is an unknown quantity at this point
Re: [FTC]: Limit switch

"As for the second question, it depends on how the limit switch is programmed in your code. If the code is like:

If (Limit_Switch is on)
Motor off
Else
Custom controlling code

Then it will shut off for sure since no matter the condition of Wifi because when the limit switch is on then it doesn't matter what the joystick command is.[/quote]"


Thanks for the reply !!! If we use a touch sensor is it possible to make the motor stop working only in one direction ? What would be the algorithim to do so(without interfering with the joystick commands) ?
Reply With Quote