reading binary data

2004-03-21 Thread Volvo
I have a file with 41 channels in it... every chn is 4 byte. So I want to make a VI reading every 41x4 bytes put it in an array and write to ASCII text file. I am very new to LabView. Can anyone point me to an example? I was searching here http://www.ni.com/devzone/dev_exchange/ex_search.htm but

Re: reading binary data

2004-02-25 Thread Dennis Knutson
For reading binary, there's one example called Read Binary File that reads a file of DBLs. You can modify this to read whatever you want. If your data is integers, wire an I32 constant to the byte stream type input of the Read File function. If your data is floating point, replace with a SGL consta