This is the most amazing and commercially viable project in which the web-cam attached to your computer will move in all four direction up-down and left-right with the help of your fingertips. The software written in VC++ will control two different AC motors with the help of computer mouse. The forward and reverse motion of…
DC Motor Control with VC++
This project is Microsoft Windows based program written in Visual C++ to control DC motor. Visual C++ is one of the very efficient, effective more user [[wysiwyg_imageupload::]]friendly software. Let us see the main function as well as the additional features of this application. Mouse as well as keyboard interface provided. All the controlling actions at your fingertips Four degree of motion control is achieved for single motor. (1) Motor rotates continuously at constant speed (2) pulse wise rotation means motor rotates for less than one revolution (3) motor rotates with desired speed for fix duration of time (4) motor rotates till mouse button is pressed and moved. One can vary both the parameters of motor speed and direction. DC motor will rotate like stepper motor in pulse wise rotation mode. Keep on reading to find out how simple controls over DC motor can be managed using Visual C++.
Stepper Motor Controller with VC++
This is second window based application built on the platform of VC++. This project tells you how to control a stepper motor using VC++. With the help of VC++ computer will control all the actions of bipolar stepper motor like varying speed (RPM), varying number of rotations, changing directions etc. 2-degree of motion control is provided…