Creating a LabVIEW ProjectΒΆ

Creating a LabVIEW for VMX project is very easy and quick to do.

  1. Open LabVIEW 2020 Community Edition

    ../../../_images/creating-a-project-12.png
  2. Hit Create Project

    ../../../_images/creating-a-project-22.png
  3. Select Blank Project then hit Finish

    ../../../_images/creating-a-project-32.png
  4. A Blank Project should now pop up

    ../../../_images/creating-a-project-42.png
  5. Save the project to a location of your choice

    ../../../_images/creating-a-project-52.png
  6. Right-click on Your Project Name.lvproj and select New -> Targets and Devices...

    ../../../_images/creating-a-project-6.png
  7. Under Targets and Devices, select New target or device, then under Targets and Device Types, select the drop-down for LINX and select the Raspberry Pi 2 B. Hit OK when done.

    ../../../_images/creating-a-project-7.png
  8. Save the project, and the project is now wholly created.