LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between host and RT

What is best way to communicate between host and RT? I have boolean control on the host and want to control my case structre in the RT.  

0 Kudos
Message 1 of 4
(2,439 Views)

You can use either network shared variables or network streams to control your RT. 
Though network shared variables is easier to implement, network streams is generally faster. So it will still depend on case to case basis.

0 Kudos
Message 2 of 4
(2,438 Views)

Hi,

 

       Try zeromq. Below link gives more information.

http://zeromq.org/bindings:labview

0 Kudos
Message 3 of 4
(2,407 Views)

I have found Network Streams to be quick and reliable.  When I have tried using Network Shared Variables, I have eventually abandoned them, to my disappointment (as they are conceptually simpler, but appear less reliable during execution).

 

Bob Schor

0 Kudos
Message 4 of 4
(2,389 Views)