05-11-2015 04:32 AM
1.As i am new to look I need help regarding sending data from client to server .I have also gone through various labview examples but all of them explains data transfer server to client.But I need help regardng sending data from server to client.
2.I also want to use variant data type for sending my data.
Can anyone help me please. Thanks
Solved! Go to Solution.
05-11-2015 07:32 AM
05-11-2015 09:25 AM
I've started using Network Streams for (very flexible) data communication between two machines. I believe that there are Demo Projects that ship with LabVIEW (2012 and higher, for sure) that illustrate a Real-Time system (two machines, Host and Remote RT) each having a Queued Message Handler (with the Message Data being passed as a Variant) connected to the Message Stream so that the two machines can send Messages to each other.
If you look at the Sample Real Time projects, I think those are the ones with Network Streams. The documentation is pretty good. There are also LabVIEW Examples on Network Streams.
Bob Schor
05-12-2015 10:33 PM
Thanks for the help. Yes .I want client to send a command requets data to server.So How should i proceed.I looked into variants. Can i get any help or any examples .Thanks in advance.
05-12-2015 11:22 PM