|
Re: Lint for LabView
The tool that fits your description is called the VI analyzer. It is written in LV and parses LV code to test against certain patterns.
Another reasonable way to discover the issues you list is to run against a simulated robot. If you make it through each mode of auto, tele, and disabled with no error messages, that should exercise a good portion of the code. Other code would depend on button presses and sensor values.
Greg McKaskle
|