View Single Post
  #26   Spotlight this post!  
Unread 15-07-2010, 15:41
dotbran dotbran is offline
Registered User
AKA: Brandon Olsen
FRC #3219 (TREAD)
Team Role: Programmer
 
Join Date: Feb 2010
Rookie Year: 2010
Location: Auburn, WA
Posts: 68
dotbran is on a distinguished road
Re: Teleop Issue - Motor Control Seems to Freeze

You problem may be in the sequence. I was having a similar problem triggering solenoids within the teleop, and the sequence itself was delaying drive operations from runnning in real-time.

I fixed this by using a few case structures and feedback notes to keep the extending solenoid enabled and the retracting solenoid disabled while the trigger was held and the inverse when the trigger wasn't held.

Timing operations can cause a delay.

Another option would be to make an entirely new SubVI in Robot Main so kicking runs in parallel with drive.
Reply With Quote