02-06-2013 02:56 AM
What is the best way to share data ( a few bytes and the target error) between a host PC and a NI sbRIO-9626 linked by Ethernet ? The LabVIEW shared variables or other ?
Thanks !
Solved! Go to Solution.
02-07-2013
03:15 AM
- last edited on
05-19-2024
05:40 PM
by
Content Cleaner
Hi Sophiec,
Indeed, Shared Variables are a good way to share your data between an host and a target. However it's not the only one way for sharing datas.
On the document followed you'll find different ways for doing it :
Shared Variables
TCP
UDP
DataSocket
Other Communication Methods
Hope it will help !
Antonin G. Associated LabVIEW Developper
National Instruments France
02-07-2013 03:54 AM
Hi Antonin,
This is exactly what I was looking for ! This document summarizes quite well the different ways.
Thanks a lot !
Sophie