R-click on Computer or My Computer and select Manage 2. Enter the computers name or ip where the file actually exists 4. Highlight Computer Management (local), r-click, and choose 'Connect to another Computer' etc etc etc 3. Unlock open screen.

You only need the usual VISA stuff for serial port access. The rest is pretty simple. I have some labview 7 code somewhere that I used to talk to an arduino board. It was used to poll a few sensors on a stepper motor stage.

Arduino Driver Download

Labview arduino

Deploy LabVIEW code to run on BeagleBone Black and Raspberry Pi 2 and 3 Remotely control chipKIT, Arduino, and other embedded platforms Built in VIs for over 30 of the most common embedded sensors.

  • Arduino with lab view how to interface arduino with labview to get data through serial communication on labview View VI and front panel.
  • Download the NI LabVIEW Interface for Arduino Toolkit. If you don't have LabVIEW 2011 or later. « Back to NI LabVIEW Interface for Arduino Toolkit Product.

Labview sends a single letter to query the board and gets back the current counter value for each sensor. I've attached a zip with the labview code and the arduino's firmware. It uses a now obsolete library to talk to a MAX7221.

Labview Arduino Examples

You can throw that one out, as it's only for a display and not needed for the serial stuff. You'll get the idea how to get going. The 'tester'.vi is used as a stand alone, whereas the other.vi is basically the same, but integrates easier with others as a sub-vi. Now you only need a demo version of labview. Maybe National Instruments still offer that.

Labview Driver Download

I have a book named 'LabView for Everyone' that came with a demo I think. Quite a few years old though. But the basic serial I/O using the VISA stuff is pretty basic and should work. It was in version 5.1 as well, and that is well. Stone age;-) This is the back panel spaghetti code.