12-09-2013 10:52 AM
Hi all,
i have a NI 9073 chassis and a NI 9802 module with a SD card in the slot number 0. I didn't succeed in realizing simple mount and unmount operations. Here's the setup:
The chassis NI 9073 is programmed to work in FPGA mode (and not in scan interface mode); the module NI 9802 is in the FPGA section as well as the "NI 9802 Methods (FPGA).vi"; the "NI 9802 RT Access (Host).vi" is in the RT section.
I tried two different actions:
1- When i try to run the "NI 9802 RT Access (Host).vi", i get the error number 65549 ("A general or undefined error has occurred. Verify that the card is inserted properly and that the door is closed. If the error occurs again, run CHKDSK on the card.").
2 - When i try to run the "NI 9802 Methods (FPGA).vi" and select an operation which calls a "SD card 0" node, the VI doesn't exit the node and waits indefinitely.
For the moment, i don't know how to solve the problem. Any help will be appreciated!
Solved! Go to Solution.
12-09-2013 02:07 PM
did you run scandisk/chkdsk on the card from a (windows) computer?
Check that the card is formated with FAT32 as the file system (and nothing else) as you need that to mount on cRIO's.
Let me know if that helps!
12-10-2013 02:50 AM
Taking a look to the specification, seems that the SD card must have a capacity lower or equal to 2 GB. It also must be formatted with a FAT16 (or, simply, FAT) file system.
I tried with two different 4 GB SD cards formatted with the mentioned file system and partitioned with a 1 GB partition without success.
Did anyone succeed in using the NI 9802 module with a 4 (or more) GB SD card?
Please consider the following link: http://kb.sandisk.com/app/answers/detail/a_id/2520/
Do you think that the only format supported by the module is the simple SD (an not SD-HC or SD-XC)?
Thanks,
aRCo
12-10-2013 04:48 AM
Well, i found a 2 GB SD card somewhere in the office.
First, i tried to place the card as it was (with several files inside) in the slot number 0 and run the "NI 9802 RT Access (Host).vi". Unbelievable, it worked!
Then, i tried to format it and repeat the previous operation. The vi generated the error number 65550. How can it be possible? I formatted it using the formatting tool provided by the OS (Win7 x64) and selecting the FAT file system.
The NI-RIO software installed is in the 13.0 version, higher than the 3.1.1 version mentioned in this article.
12-10-2013 08:03 AM
Hi,
the article you linked also mentions:
If you have the correct driver and are still experiencing error -65550, it is most likely caused by the FPGA being reset while the card was mounted. If this is the case, the SD card will need to be removed and reformatted with a different device before it can be used in the NI 9802.
Can this be the case?
Bye,
Licia
12-10-2013 08:27 AM
Yes Licia, infact, i tried first formatting the card under WinXP without success. Continuing on this line, i decided to try using the official tool provided by the SD organisation and this solved the problem.
Thanks to everyone. Bye!
aRCo