11-30-2005 09:58 AM
11-30-2005 10:06 AM
11-30-2005 10:22 AM
11-30-2005 01:47 PM
Actually before you convert it to ASCII you first need to get LabVIEW to read and understand what's in the file. After you accomplish that, then you can worry about turning the numbers into ASCII (if that is really what you want to do with them).
The attached VI appears to do a pretty good job of understanding what's in the file with the exception of the actual data. Are you sure the file you posted contains a sinusoid?
I went so far as expanding the binary data to individual binary bytes so I could look for the most significant bit of one of them changing in a regular pattern as the values swung from positive to negative & back but no obvious pattern was observed. According to the NI application note #154 (part of the "LabVIEW Bookshelf") "Single-precision floating-point numbers have 32-bit IEEE single-precision format." so it may naturally use the format you have. Although LabVIEW, with its Mac roots, is Big-Endian, I'm not sure that carries over to IEEE number formats. It is however easy enough to try either swapping or not swapping the bytes and in the case of your data, it doesn't seem to make it any more understandable.
11-30-2005 01:51 PM
11-30-2005 02:22 PM
11-30-2005 03:01 PM - edited 11-30-2005 03:01 PM
I assume you know about the Tek AWG 700 LabVIEW driver found here? (or possibly here)
FWIW, I was able to find it by going here and searching for Tektronix and "waveform".
Message Edited by Warren Massey on 11-30-2005 01:08 PM
11-30-2005 04:18 PM - edited 11-30-2005 04:18 PM
Message Edited by Warren Massey on 11-30-2005 02:42 PM
12-01-2005 06:54 AM
12-01-2005 08:16 AM