LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

arduino data aquision and computation in labview

hi 

I'm new to LabVIEW i have created a 3x3 pv array in proteus 9 voltage and 3 current sensors are attached 

i want to acquire the data from the sensors and send it to LabVIEW for further computation.

 

i have no idea on how to acquire the serial data from arduino mega into labview and use it for computation.

 

help me out at the earliest. 

 

Stanwin_0-1678194318233.png

 

0 Kudos
Message 1 of 3
(628 Views)

Hi Stanwin,

 


@Stanwin wrote:

i have no idea on how to acquire the serial data from arduino mega into labview and use it for computation.


  • Connect the Arduino to your computer using its virtual COM port (aka USB connection).
  • Then write an Arduino sketch to collect the measurement data and send it to the serial port.
  • Read the COM port in LabVIEW using VISA functions…
Best regards,
GerdW


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

This will be very useful - https://labviewwiki.org/wiki/VIWeek_2020/Proper_way_to_communicate_over_serial

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 3 of 3
(603 Views)