|
Re: [FTC]: Field Controller System Problem
Teams using LabVIEW select their TeleOp program by running a program on the NXT called "Program Chooser." The Program Chooser writes a text file to the NXT named "FTCConfig.txt." This file contains the name of the team's TeleOp program.
The Program Chooser is installed on the NXT the first time the LabVIEW FTC Controller Station is used with the NXT. The FTC Controller Station is part of the LabView install package. The default path to the FTC Controller Station is:
C:\Program Files\National Instruments\LabVIEW 2009\examples\FTC Toolkit\FTC Controller Station\FTC Controller Station.exe
The Field Control System (FCS) program that teams use to control robots during matches at tournaments reads the name of the TeleOp program from the FTCConfig.txt file. The FCS does not have the capability to add or change the name of the TeleOp program.
|