04-17-2007 09:24 AM
04-17-2007 09:48 AM
04-17-2007 09:52 AM
04-17-2007 09:53 AM
04-17-2007 09:55 AM
04-17-2007 09:58 AM
04-17-2007 10:02 AM
You can make the string you pass include any data. Here is a simple example using an XML string.
<Graph>
<Value>1,2,3,4,5,6</Value>
<Visible>True<\Visible>
</Graph>
Send this string on the server side taking a reference to a graph and build a simple vi to generate a string containing the data you want to send.
At the client side you parse this string an a loop as set the appropriate property node as the tag dictates.
I cant think of a precanned solution for this but my morning coffee has not kicked in yet.
Paul
04-17-2007 10:04 AM
04-17-2007 10:06 AM
For just the data the examples are the 'simple data client' and 'simple data server' examples. Sending properties are a little harder.
Paul
04-17-2007 10:09 AM