11-01-2019 06:53 AM
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.
11-01-2019 06:56 AM
TCP is the route to go. We would need to see code to evaluate any other possible issues.
11-01-2019 07:10 AM
Hello Balaji
Refer this thread.
Try using LINX/LIFA toolkits for making your job easier.
-Rahul
Hit KUDOS for Thanks
11-01-2019 08:33 AM
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.
11-03-2019 02:18 AM
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.
Hope this helps !
-Rahul
Hit KUDOS for Thanks