09-20-2012 09:37 AM
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
09-20-2012 09:47 AM - edited 09-20-2012 09:48 AM
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.