From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,304 Views)
Solution
Accepted by topic author 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,280 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,275 Views)