|
Re: [FTC] Robot Control Configuration
I'm not too sure about FTC, but in our LabVIEW program last year, we had multiple values being updated to one motor controller at the same time. This causes the program to "toggle" quickly between the two values and not choose just one.
Go through the code you have running at the time you encounter the error and make sure you're not setting a motor value twice at the same time (maybe having a button value and an analog value setting the same motor).
Good luck!
|