LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

network stream cluster

Hi,

I need some help on how to send and read cluster throw Network Streams. I want to send a cluster with some numeric, string and string controls from "writer" and read and display the data incoming from "writer" in "reader". see attached picture.

Than you,

Richar

Download All
0 Kudos
Message 1 of 2
(2,551 Views)

The best way to do this it to create a strict custom control type-def of the cluster you want to send.  Then bind your network variable to this type def buy going to the network variable options and changing the type to "custom".  Then browse for your new custom control file and select that.  You can then pass in the cluster and recieve it where you want in your program.  

 

 

0 Kudos
Message 2 of 2
(2,546 Views)