View Single Post
  #9   Spotlight this post!  
Unread 27-03-2008, 23:16
Doug Leppard's Avatar
Doug Leppard Doug Leppard is offline
Registered User
FRC #1902 (Exploding Bacon)
Team Role: Engineer
 
Join Date: Apr 2003
Rookie Year: 2003
Location: Orlando
Posts: 435
Doug Leppard has a reputation beyond reputeDoug Leppard has a reputation beyond reputeDoug Leppard has a reputation beyond reputeDoug Leppard has a reputation beyond reputeDoug Leppard has a reputation beyond reputeDoug Leppard has a reputation beyond reputeDoug Leppard has a reputation beyond reputeDoug Leppard has a reputation beyond reputeDoug Leppard has a reputation beyond reputeDoug Leppard has a reputation beyond reputeDoug Leppard has a reputation beyond repute
Send a message via AIM to Doug Leppard
Re: Weird hybrid mode in competition

Quote:
Originally Posted by Kingofl337 View Post
Doug

Try putting a 500ms wait at the start of Operator Comtrol.
Let me know if that fixes the issue.

Adam
Thanks Adam,

We don't have a continuos loop in operators mode but it goes to the end and runs again, thus with a 500ms wait then there would be a wait as it runs each time.

So should we be running a while loop or something so it never finishes the operator mode and thus it would be ok to have the 500ms wait at start?

Thus operator code would be:

delay 500ms

while 1==1

code we want run in operator mode

end while


Does this makes sense?
__________________
Doug Leppard