03-13-2006 10:48 AM
Hello, I'm having a little trouble writing a labview program to read a binary file and save it to an ASCI file. The binary file may be large so I've tried to read the file in chunks. I will appreciate any help you could offer. I've attached my .vi below
thanks,
joe
03-13-2006 11:33 AM
03-13-2006 11:41 AM
Thanks a million, I really appreciate taking time to look over my app. These newsgroups are the greatest thing for newbies like me.
03-13-2006 02:44 PM
03-13-2006 03:58 PM
Hello, thanks for responding to my post. Your solution is pretty slick, will it handle large files, greater than 1Gbyte? I'm working on an application that will record data from an NI-6534 Digital I/O card and store the data in binary formate. I need to convert that to ASCI for the customer, so the file sizes could get really large.
Thanks again, I really appreciate everything you've suggestioned,
joe
03-13-2006 04:06 PM
03-17-2006 03:56 PM
smercurio_fc,
Hi, thanks for giving me a hand in getting my .vi to work. Can I ask one more time? Now I want to save the data to a spreadsheet, but I can't get it to work. The binary data will be unsigned int. When I run the .vi the data from the binary file are really huge numbers and don't match what is expected. Could you look it over and give point our my error?
thanks,
joe
03-17-2006 05:16 PM - edited 03-17-2006 05:16 PM
Message Edited by smercurio_fc on 03-17-2006 05:20 PM
03-17-2006 05:40 PM
smercurio_fc,
Thanks again, I changed to a different binary file and it is working, so there must be a problem with my other binary file. I'll get it going sooner or later.
joe
03-17-2006 05:44 PM