|
Re: Problems with VI after integrating into robot project.
OK, we know now that it isn't the FRC update. We pulled the code over to a non-updated computer and had the same issue.
It is almost as if adding the vi to the robot project poisoned it from running independently. We cleared the compiled object cache (several times), and nothing helped.
Curiously, the first time we tried to run the vi, we got an error message that said there was a generic problem with the sub-vi. The next time we attempted, we got a more specific message, that indicated an array initialization as the problem. We replaced the array initializer with a for loop with an indexed output, and still go the same error, this time implicating the for loop structure.
No problems with this sub-vi in building the entire robot project, or in running under another vi which is not targeted at the roboRio.
Here are the error messages we got:
|