FIRST Robotics Competition Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Error Building code for cRio after update

When I try to build the code to be downloaded into the cRio (to be run at start up) I get the error listed below. I went back to an older version that had been build and deployed, that got the same error. Since I didn't even realize I was using a "AB_Build.lvclass".

My question, what is the AB_Build class?

What objects are built from it in the Robot project?

What could be the problem or what I can look at to fix this?

ERROR TEXT:

An error occurred while saving the following file:

C:\Documents and Settings\Joe\My Documents\LabVIEW Data\2010 Game Robot Project_02_20_10\Robot Main.vi

Invoke Node in AB_Source_VI.lvclass:Close_Reference.vi->AB_Build.lvclass:Copy_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_RTEXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
<APPEND>
Method Name: <b>Save:Target Instrument</b>

"Lockheed" Joe
Testing Blog"
0 Kudos
Message 1 of 4
(3,772 Views)

I'm wondering if you are trying to build code you originally developed using last year's template?  If so, look in your autonomous code to see if you have a constant Boolean (T/F) wired to a case structure.  If you do, replace the constant with a control, and then try to build your code.

0 Kudos
Message 2 of 4
(2,740 Views)

I'm using this years template but we usually have expirimental code with a t/f constant wired, depending on who's trying something. I'll see if that fixes it when I get back to the crio.

Thanks!

"Lockheed" Joe
Testing Blog"
0 Kudos
Message 3 of 4
(2,740 Views)

That worked! thanks!

"Lockheed" Joe
Testing Blog"
0 Kudos
Message 4 of 4
(2,740 Views)