In this tutorial you will walk through the functionality contained in the framework supplied with LabVIEW FRC.
A programming framework is piece of default code that provides the overall structure, or architecture, of your program. It defines interaction between different code sections, and provides designated places
to insert specific functionality. The frameworks are supplied as a starting point; they let you focus on actual functionality in the limited time available to you, rather than program architecture.
FRC Robot Framework Tutorial
Contents:
- Introduction
- Creating an FRC Robot Project
- The FRC Robot Project
- Robot Main VI
- Adding an Accelerometer to the Periodic Tasks VI
- Using the Robot Global Data Variable
- Conclusion