LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Aquisition of data from Labview to Arduino

Hello,

 

I Have to recover the temperature from Labview to Arduino, is it possible to do it ? In all my research I just found that we can recover signals from Arduino to Labview and not the opposite ?? Because of the lack of materiels I have to do it and it is about temperature. So i send degrees to Arduino and after that I manipulate the temperature on Arduino to do another things...

Please could you answer to my question ?

Thank you,

 

Regards,

SC

0 Kudos
Message 1 of 3
(1,740 Views)

Hi Soucha,

 

communication between LabVIEW/PC and Arduino is based on a (virtual) serial port.

You can easily use VISAWrite to send data to your Arduino running your own program routine…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(1,724 Views)

Hello,

Thank you for you answer, I will make research on the digitalwrite of Arduino on Labview ^^.

 

Your answer helped me a lot.

 

Regards,

SC

0 Kudos
Message 3 of 3
(1,710 Views)