11-28-2012 04:11 AM
Hi,
I'm building an application that control a DAQ via tcp.
I have a JAVA program that communicate with labview, give a command and the DAQ starts. (So, I read correct data from Java to Labview)
My problem is that if I try to read data acquired by DAQ (continuous sample 1k-samples) I read strange values.
I transform double values in String and send it via tcp.
How can I read it in Java? What kind of socket I need to use? Is it a problem of rate?
I also tried to transform little/big-endian order of byte, but it doesn't work.
I attach a sketch of this part of application.
Please help me, I try for 2 weeks!
Thanks to all...
Solved! Go to Solution.
11-28-2012 07:12 AM
I find the solution in lavag forum.
I post it here, if can help someone.
http://lavag.org/topic/16359-sending-labview-data-via-tcp/page__pid__99983#entry99983