Setting up the WiFi

WiFi and Ethernet are already set up on the LabVIEW image. However, sometimes the WiFi SSID and password must be changed.

Download the WiFi Tool Project

The LabVIEW project for modifying the WiFi can be downloaded here.

Connecting to the WiFi

When the VMX is powered on, the default WiFi of the LabVIEW image will be active.

../../../_images/wifi-setup-1.png

WiFi Settings

  • SSID: high-genius

  • PASS: high-genius

Connect to the WiFi by selecting high-genius and using high-genius as the password.

../../../_images/wifi-setup-2.png

Changing the WiFi

  1. Open LabVIEW 2020 Community Edition and select File -> Open Project.

    ../../../_images/wifi-setup-3.png
  2. Select the HG_WSI_Tool xx.lvproj that was downloaded above.

    ../../../_images/wifi-setup-4.png
  3. Connect the project to the VMX Target by right-clicking on Raspberry Pi (172.16.0.1) and selecting Connect.

    ../../../_images/wifi-setup-5.png
  4. A window will pop up showing the project trying to establish a connection.

    ../../../_images/wifi-setup-6.png
  5. The tiny green dot next to the Raspberry Pi (172.16.0.1) should now be bright green.

    ../../../_images/wifi-setup-7.png
  6. Click on the plus next to the Raspberry Pi (172.16.0.1) and double click on WIFI Setup.vi.

    ../../../_images/wifi-setup-8.png
  7. The WiFi Setup vi will open up.

    ../../../_images/wifi-setup-9.png
  8. Change the Name and Password to what is required for you.

    Important

    The Name and Password must be more 8 digits.

    ../../../_images/wifi-setup-10.png

    Here the Name / SSID will be set to StudicaLabVIEW, and the password will be set to password.

  9. Select the Restart after final? push button.

    ../../../_images/wifi-setup-11.png

    This will reboot the VMX after the WiFi has been set.

  10. Hit the run button to execute the change.

    ../../../_images/wifi-setup-12.png
  11. A window will pop up saying the connection has been lost. Hit ok.

    ../../../_images/wifi-setup-13.png
  12. Checking the WiFi again, we can see that the change has occurred.

    ../../../_images/wifi-setup-14.png
  13. To check that everything is still working, repeat steps 3 to 5 to check that the project can still connect to the VMX.

    ../../../_images/wifi-setup-7.png