01-16-2006 05:04 AM
01-16-2006 08:05 AM
Hi Jacky
Use the Read Lines From File vi with the numer of lines set to 25000. After reading the first data count number of characters and use this for the read offset for the next resd. Add the offsets each time round the loop.
Hope this helps
Ian
01-16-2006 08:05 AM
01-16-2006 11:52 AM
01-16-2006 12:41 PM
01-17-2006 01:35 AM - edited 01-17-2006 01:35 AM

Message Edited by David Crawford on 01-17-2006 01:36 AM
01-17-2006 02:09 AM
01-17-2006 09:29 AM
01-17-2006 04:54 PM
01-18-2006 01:54 AM
If you will look inside that VI you will see it simply uses one of the string functions to convert the array. By changing the type input to DBL, it will work.
As Altenbach mentioned, however, this is even more inefficient since it calls the Read Lines From File VI and adds even more overhead. As he suggested, it would be best if you could use the Read File primitive to read a specific number of bytes from the file.