07-05-2008 02:07 AM
07-05-2008 03:10 PM
07-06-2008 03:44 AM
Sorry, I didn't clarify that I am using LV FPGA and writing the SD card in the NI cRIO 9802. I am using and modifying the write file example of LV FPGA for 9802.
The 9802 driver only provides one write method in LV FPGA, while it can take U8, U16 and U32. I tried U8 and U32 yesterday, and got the same benchmark (in Bytes/sec).
I want to know how can I get the SD card, which has the same speed as the 9802 specification.
07-06-2008 09:10 AM
07-06-2008 10:37 AM
07-06-2008 04:40 PM
07-07-2008
01:42 PM
- last edited on
04-25-2025
01:53 PM
by
Content Cleaner
Ex-NISH2,
The NI Recommended SD cards are linked from the NI 9802 Product Page and are the following:
780245-01 512 MB SD Card, Industrially Rated Price $ 99.00
780246-01 2 GB SD Card, Industrially Rated Price $199.00
The 2MB/sec specification is for the NI Recommended SD cards. I do agree that it should really be specified as a typical spec so will make sure the manual gets updated properly. I have seen other SD cards perform at much slower throughput rates so if your not meeting the specification with third party cards you'll want to use the NI card. Additionally, the 2 MB/sec is only when accessed from the FPGA and not through the Real-Time Mount support. I have attached an image of what I've used in the past to benchmark the 2 MB/sec speed as well. You'll notice it just writes U32 values with the write method.
I hope that clarifies things a bit. Let me know if you have any other questions or feedback.
Regards,
Basset Hound
Message Edited by Bassett Hound on 07-07-2008 01:44 PM
07-08-2008 09:40 AM
07-08-2008 10:48 AM
I tried. It is 0.8MB/s.