LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Share data between a host PC and a NI sbRIO-9626 linked by Ethernet

Solved!
Go to solution

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 !

0 Kudos
Message 1 of 3
(2,286 Views)
Solution
Accepted by sophiec

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 : http://digital.ni.com/public.nsf/allkb/48D244EC86971D3986256BD4005CCC28 as :

 

Shared Variables
TCP
UDP
DataSocket
Other Communication Methods

 

 

Hope it will help !

 

 

Message 2 of 3
(2,262 Views)

Hi Antonin,

 

This is exactly what I was looking for ! This document summarizes quite well the different ways.

 

Thanks a lot  !

 

Sophie

0 Kudos
Message 3 of 3
(2,257 Views)