hi
an windows platforms binary files are mostly written in "big endian" format, i.e. the higher bytes are written to the file before the lower bytes. LabView reads and writes binary files as "little endian", i.e. first the lower bytes and then the higher one (as most apps on unix/mac os). if you mix both (on a windows platform) you get into trouble, so you have to swap the order of the bytes, and thats exactly what the "Swap Bytes" function does.
best regards
chris
Best regards
chris
CL(A)Dly bending G-Force with LabVIEW
famous last words: "oh my god, it is full of stars!"