LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Stepping motor as an examle of the Custom control

I want to show a simple example of creating custom control in labview - ARDUINO presenting a simple example of control Stepping motor (28byj-48). In developing own interfaces with a particular device, you should aim for a simple solution, which significantly facilitates understanding, designing and debuging programs. LINX is universal, but in more complex as a system (more types of communications, several kinds of microprocessors) than LIFA while functionaly LINX modules are not substantially different.  Arduino-Basic firmware needs to be dismantled, leaving only the driver for a specific device, and  basis of parsing commands. In many cases ready_made library for  devices are superfluous because universal solution for family of specific devices (for example the Accel stepper, a universal driver for stepping motors). This custom LIFA Basic firmare can be simply compiled as every program for Arduino and load into microprocessor without intervention in the lib.LabVIEW Interface for Arduino. In debuging program of great help is second comunication chanel -SoftwareSerial, which particular sequences can display  on the second terminal. Here is the example of LIFA Stepping motor with the bare basic firmware only for the stepper which could be very simple to develop.

Download All
0 Kudos
Message 1 of 1
(2,721 Views)