02-27-2009 12:07 AM
Hi Everyone,
I am trying to write to SD cards on a 9802 module using a CRio 9074. I notice the files are always BIN files which I cannot make sense of. Do I have options to save the files being written to other formats or do I have to write another FPGA VI to read the written files? If this is the case then I cannot just retrieve the SD cards and read them on any computer port - I have to read them from the 9802 itself?
Thanks!
Solved! Go to Solution.
02-27-2009 01:09 AM
Hi Dhasa,
you can read the bin files on every pc, but you have to write a program which can read the file. Your data in the files depends on the type you write to the file (U8, U16 or U32). Every number you write to the file will be added to the existing data.
Mike
02-27-2009 10:58 AM
Hi Mike,
Do you have an example of a program that can read bin files on a PC? Is it essentially a FPGA or Host vi running on the computer?
Thanks!
02-27-2009 11:25 AM
02-27-2009 04:12 PM - edited 02-27-2009 04:13 PM
Hello,
I think the following discussion forum post and "Bassett Hounds" response will go along way to explain how to write to SD cards in LabVIEW FPGA. Hope this helps.
Regards,
02-28-2009 01:55 AM
Hi Dhasa,
yes that's the function i meant. You don't need FPGA functions to read the data.
Mike