[FTC]: Labview File Sizes

Our Teleop full program is around 30kb.
That’s about all the memory that is available on the NXT with all the other programs necessary (program chooser, samostat, autonomous, etc.). Is it possible to increase the NXT memory size?

Any recommendations on how to decrease the size of labview programs?

Thanks,
Ethan

The best way to deal with memory is to use a subvi anywhere that you have repeating code. Doing this i cut our 30 kb telep down to 12 kb due to all the code repetition. the same goes for autonomous, subvis are your friends, make friends with them. XD

For those who don’t know, to make a subvi, simpy highlight the piece of code and go to Edit > create new subvi

or something like that. Don’t have labview in front of me right now. XD