11-21-2005 01:36 AM
11-21-2005 01:58 AM
Hi Brendan,
In your VI, you are getting a single sample of data from TCP read, which you are converting into an array with a single element in it and doing RMS and FFT on it.
I feel this not what you have in your mind while designing your VI.
First, convert the array you are acquiring in your server( use flatten to string) and write it into your tcp write.
Now unflatten that string after TCP read to get back that array.
Regards
Dev
11-21-2005 10:33 AM
11-21-2005 10:54 AM
11-21-2005 02:02 PM
11-23-2005 08:57 PM