LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to send multiple data from arduino to labview by using ethernet shield.

hello,

i need to send multiple sensor data acquire in arduino to labview by using arduino ethernet shield. 

I tried UDP and TCP  protocol but i am not able to get all the sensor data their is loss in data package. Is any possible to get all the data without loss by using labview or Is their any other solution to send data arduino to labview  using ethernet shield and LAN cable. 

0 Kudos
Message 1 of 5
(2,998 Views)

TCP is the route to go.  We would need to see code to evaluate any other possible issues.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 5
(2,991 Views)

Hello Balaji

 

Refer this thread.

Try using LINX/LIFA toolkits for making your job easier.

 

-Rahul

Hit KUDOS for Thanks

 

 

0 Kudos
Message 3 of 5
(2,978 Views)

thanks for the reply,

 

Is it possible to acquire sensor data by using I2C communication in LINX/LIFA. Is their possibility to provide any example code for arduino and labview.

0 Kudos
Message 4 of 5
(2,953 Views)

Yes, I2C is available in LINX toolkit. Install LINX toolkit from VIPM or download from MakerHub website.

In the NI Example Finder (Help->Find Examples),search for LINX examples, you will get everything you possibly need.

linx.PNG

Hope this helps !

 

-Rahul

Hit KUDOS for Thanks

0 Kudos
Message 5 of 5
(2,892 Views)