/Labview_Code

Some examples of automation are presented. These examples include microcontroller and labview programming code.

Primary LanguageAssembly

Labview_Code

Some examples of automation are presented. These examples include microcontroller and labview programming code.

⭐⭐⭐⭐⭐ Labview Code Examples

Project topics

Speed_control_for_three-phase_motor

image

Automatic_Irrigation_Systems

image

Position_Control_with_Touch_Screen

image

Solar_Tracker_Panel

image

Temperature_Control_with_Incandescent_Lamp

image

Videos:

Speed_control_for_three-phase_motor

Speed_control_for_DC_motor

Position_Control_with_Brushless_Motor

Temperature_Control_with_Incandescent_Lamp

Position_Control_with_Touch_Screen

LM35_Temperature_Acquisition

Water_Heater_Control

Automatic_Irrigation_Systems

Hot_Air_System_Control

Solar_Tracker_Panel

Temperature_Control_with_Incandescent_Lamp

Related work (FPGA applications)

HARDWARE MICROCONTROLLER

  • PIC16F886

Keynote

Clone

Switched to Branch

  • git branch -a
  • git checkout NameBranch

New Branch

  • git checkout -b NameBranch

Push

  • git pull origin NameBranch
  • git status
  • git add .
  • git status
  • git commit -m "message"
  • git push origin NameBrach