|
Re: [FTC]: Faster LabVIEW motor .vi's
Try selecting chunks of your code and creating subvi's. This dramatically decreases memory.
We have subvi's: "move to rolling goal" "score in rolling goal" "move to wall".
These are individual blocks in our main autonomous program but when you open these subvi's there is all of the code embedded within them.
Good luck.
|