Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Can some one please tell me how to ignore reading the header when reading a file??

Hi
I'm trying to read a file, but it's not working when a header is included. I need to ignore the header and read past it,
The VI is Ready, needs some one just to take a look, Meaby I'm missing something.
 
Smiley Sad
 Zamzam
 
HFZ
0 Kudos
Message 1 of 2
(3,133 Views)
ZamZam,

had a look at your VI. From your code I see a simple solution, assuming you know the header size. If you don't, I'm sorry.
Just  insert a 'string subset' node between 'read file' and 'spreadsheet string to array'. Wire the input named 'offset' of 'string subset'' with the header size. Leave 'length (rest)' alone, as it than uses the remaining string.
This little code is not worth to upload an improved version of your code.
Greetings from Germany!<br>-- <br>Uwe
Message 2 of 2
(3,130 Views)