NXT Program Chooser
(/* The Program Chooser is used to select a program that is loaded on an NXT brick and set it as the 'Tele-op' program for FTC competitions. This will create and save a 'FTCConfig.txt' text file on the NXT. The Field Control System (FCS) will then ...) |
(→Using the Program Chooser) |
||
| Line 22: | Line 22: | ||
== Using the Program Chooser == | == Using the Program Chooser == | ||
| − | '''The Program Chooser is used to select a program that is loaded on an NXT brick and set it as the 'Tele-op' program for FTC competitions. This will create and save a 'FTCConfig.txt' text file on the NXT. The Field Control System (FCS) will then look for that program when the game switches from autonomous to tele-op, and will run | + | '''The Program Chooser is used to select a program that is loaded on an NXT brick and set it as the 'Tele-op' program for FTC competitions. This will create and save a 'FTCConfig.txt' text file on the NXT. The Field Control System (FCS) will then look for that program when the game switches from autonomous to tele-op, and will run the program whose name is stored inside of it.''' |
{| | {| | ||
|Run the Program Chooser from the NXT, making sure your tele-op program is already loaded onto the NXT brick. | |Run the Program Chooser from the NXT, making sure your tele-op program is already loaded onto the NXT brick. | ||
Revision as of 11:48, 25 February 2013
TETRIX → Program Chooser
|
The Program Chooser
Using the Program Chooser
The Program Chooser is used to select a program that is loaded on an NXT brick and set it as the 'Tele-op' program for FTC competitions. This will create and save a 'FTCConfig.txt' text file on the NXT. The Field Control System (FCS) will then look for that program when the game switches from autonomous to tele-op, and will run the program whose name is stored inside of it.
| Run the Program Chooser from the NXT, making sure your tele-op program is already loaded onto the NXT brick. |
|
| The Program Chooser will then allow you to choose which program will be run in the tele-op portion of the match. Once a program is chosen, the Program Chooser will make the necessary changes to the FTCConfig.txt file and end the program. |
|
|
| When the program is run in an FTC match, the user will choose a program to run for autonomous and whichever program was chosen with the Program Chooser will be run in the user control stage. This can be tested by using the Joystick Control - Competition debug window. |



