LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to Arduino

Solved!
Go to solution

hello such, any consultation with arduino is better than consult in the next group, also find, documentation, examples

 

https://decibel.ni.com/content/groups/labview-interface-for-arduino

0 Kudos
Message 21 of 31
(2,782 Views)

add other useful links, greetings

 

NI LabVIEW Interface for Arduino Toolkit - 

http://sine.ni.com/nips/cds/view/p/nid/209835

 

 

Getting Started With the LabVIEW Interface for Arduino

http://vishots.com/getting-started-with-the-labview-interface-for-arduino/

 

 

Ready to get started?

https://decibel.ni.com/content/docs/DOC-16204

0 Kudos
Message 22 of 31
(2,781 Views)

Hi to everyone,

I want to do my first project with arduino and labview.

Specifically i want labview to show my temperature of the sensor(lm35) that i connected in arduino.

I know tha are some examples in google but i want something very simple tha can i understand very well.

I read that can i use visa , that can i do with linx, that can i do with VI package manager.

Please help me if you cant.

And sorry that i cant speak so well english..

I hope you help me......

0 Kudos
Message 23 of 31
(2,250 Views)

Hi Denis,

 

Since this thread is 5 years old, I would recommend opening a new thread for your specific project so it gets more visibility. That said, here is a good starting point for resources with LabVIEW Interface with Arduino.

 

https://forums.ni.com/t5/LabVIEW-Interface-for-Arduino/ct-p/7008

 

VI package manager will be used to download the LabVIEW Interface for Arduino (LIFA) toolkit that allows you to use Arduino in LabVIEW.

Applications Engineering
National Instruments
0 Kudos
Message 24 of 31
(2,221 Views)

Thank you very much. 

I have some questions.

    Firstly i can download from VI PACKAGE MANAGER the interface for arduino and then go to labview to the BLOCK DIAGRAM --> FUNCTIONS --> ARDUINO and i do my project., this is the first case.

    Secondly, i can do my project with LINX.

   Lastly, i can do with VISA SERIAL.

 

In yours opinion what are the differences between LINX - ARDUINO SERIAL - VISA SERIAL.

 

Sorry for my english, but i promise i'm going to improve it.

Thanks again , and i hope you help me. 

 

0 Kudos
Message 25 of 31
(2,215 Views)

@denis23spiker wrote:

Thank you very much. 

I have some questions.

    Firstly i can download from VI PACKAGE MANAGER the interface for arduino and then go to labview to the BLOCK DIAGRAM --> FUNCTIONS --> ARDUINO and i do my project., this is the first case.

    Secondly, i can do my project with LINX.

   Lastly, i can do with VISA SERIAL.

 

In yours opinion what are the differences between LINX - ARDUINO SERIAL - VISA SERIAL.

 

Sorry for my english, but i promise i'm going to improve it.

Thanks again , and i hope you help me. 

 


LINX is firmware that is uploaded to the Arduino's Flash so that LabVIEW can communicate with it over serial. You don't have to worry about writing C++ code for the Arduino using the Arduino IDE.

 

If you use VISA serial, you will need to write C++ code to upload the Arduino. This code called a sketch would interact with LabVIEW over the serial pins.

 

I have done it both ways. It doesn't matter to me because I know C/C++.

 

You choose. 

.

0 Kudos
Message 26 of 31
(2,204 Views)

Thank you very much ...!!!!!!!

0 Kudos
Message 27 of 31
(2,193 Views)

Unti.pngHi everyone,i can't find this symbols in labview . Can anyone know where are these symbols in labview ?

 

0 Kudos
Message 28 of 31
(2,186 Views)

The one with Status is an Unbundle by Name.

 

The other one is a boolean indicator, perhaps some square LED or a checkbox?

0 Kudos
Message 29 of 31
(2,174 Views)

Hello to everyone , i have a question .

 

I've done a project , (automated greenhouse) with  arduino - labview and i use linx.

 

Now i want to do a project that if the programme that i've done (automated greenhouse     

arduino-linx)  it doesn't work , for example maybe it will have an error. Automatically i want to have an other project with labview - arduino ide with wifi.  

And that's the question .

Can i do that ?

Can i have a programme with arduino-linx and at the same time another programme with aruino ide and labview? 

And for example if the arduino-linx programme an error , i want to work the other programme of labview - arduino ide.

 

And if it's possible , how can i do , any tutorial?

 

All answers it will be apreciated.

Sorry fom my english, i'm going to practicet better....

 

0 Kudos
Message 30 of 31
(2,139 Views)