01 / Module 1: LabVIEW Project Basics
Robot Project Structure
Learn which LabVIEW VIs run during a match.
40 minStart hereModule 1: LabVIEW Project Basics
01 / Module 1: LabVIEW Project Basics
Learn which LabVIEW VIs run during a match.
You will
FRC LabVIEW projects are organized around VIs. Begin initializes robot hardware, TeleOp runs during driver control, Autonomous runs during auto, and Finish closes references.
Unlike Java, LabVIEW makes execution visible through wires. If a value is not wired into a node, that node does not have the value.
LabVIEW diagram viewer
Hover a VI. Press Ctrl-H for help.
Check your understanding
What should you check first when robot code does not behave as expected?
0 of 1 answered
References
Finished reading?
You'll move on to “TeleOp VI Basics” next.