View Single Post
  #1   Spotlight this post!  
Unread 23-03-2013, 20:03
ykarkason ykarkason is offline
21st Century Schizoid Man
FRC #3316 (D-Bug)
Team Role: CAD
 
Join Date: Dec 2012
Rookie Year: 2013
Location: Israel
Posts: 63
ykarkason will become famous soon enoughykarkason will become famous soon enough
Robot Code Deplyoment

Hi,
I just want to make sure I'm not making some silly mistakes;

Our team is at stages of switching programming languages(as it seems from LabView to Java).
I'm used from LabView to run the code - and at the end of the season to build it and deploy as a startup program.
Now, in Java with Netbeans - when I run the code it seems to deploy it as a startup program(by the way, wow! that's a heck faster then Labview) and that's it.
It seems logical that the cRIO's flash memory is somewhat limited, and using it and reusing it will eventually kill it, so... is it the correct behavior?

Thanks