Skip to content

Tests developed in LabVIEW for sensor and motor testing during the first and second semesters, used to assist engineering introduction students and hobbyists who wish to perform tests with the tool.

License

Notifications You must be signed in to change notification settings

GuiTinocoA/Labview-Testes-Arduino-IFSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabVIEW-Tests-Arduino-IFSP

The provided programs were developed for testing devices used in a project carried out in the Introduction to Engineering course of the Control and Automation Engineering and Electronic Engineering programs at IFSP. The developed programs are intended for testing the main sensors and the motor actuation system used in a line-following and obstacle-avoiding robot. The tool enables a visual representation of the devices’ operation through graphs, offering simple integration with the Arduino microcontroller.

Note

All the code was developed in LabVIEW 2018. Using older versions may cause issues. It is recommended to use LabVIEW 2018 or later.

Initial setup:

These configurations are required for any of the programs that use Arduinos. The first step is to open the project and then open the "Tela principal.vi" file.
Intruções0

After that, open the Tools tab, click on MakerHub, then on LINX, and finally on Firmware Wizard. Instruções1

When the installation wizard opens, select your Arduino model and click "Next". Instruções2

Select the serial (USB) port your Arduino is connected to and click "Next". After the process is complete, click "Finish". Instruções3

Screenshots

Sensor Testing:

Interface do programa Before running the program, select the ports for each sensor and the Arduino's USB port. Sensor ports should be entered using only the number assigned on the Arduino, without any prefix (e.g., A0 = 0).

H-Bridge Control - Motors:

Interface do programa2 For the motor test program, follow the previous instructions. The Motor Pin + and Motor Pin - inputs correspond to the IN1, IN2, IN3, and IN4 pins of the H-Bridge. The PWM + and PWM - control the speed of rotation in each direction. To change direction, it is necessary to set the PWM of one direction to zero.

About

Tests developed in LabVIEW for sensor and motor testing during the first and second semesters, used to assist engineering introduction students and hobbyists who wish to perform tests with the tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published