I have 2 VIs on a network. One of them is regularly polling the datasocket server for values to update some controls and indicators.
The other VI is posting information to the datasocket server.
I would like to be able to post clusters to this server w/o worrying about the datasocket server releasing the cluster.(you can easily do this through datasocket server manager for booleans, strings and numeric dataitems)
datasocket reads and writes of clusters are no problem... but I can't have the polling VI grabbing meaningless values because the server released my cluster.
One idea I've come up w/ thus far is to concatenate all the elements of the cluster into a string... and then
store and retrieve this string from a permanent string dataitem created on the server.(and of course delimit the string w/ commas, spaces or whatever) and then reassemble the cluster on the other side... but this is quite far from convenient.
I can read and write clusters using datasockets... shouldn't I be able to have such a cluster initialized on the server?
Help...
Thanks,
Jim