02-02-2013 05:28 AM
Hi all,
how I can implement an USB flash memory in cRIO 9082 RT system. I need a programmatic access to save and read files to/from flash disk.
Thanks in advance...
Solved! Go to Solution.
02-02-2013 07:27 PM
Howdy Armen,
Once you've inserted the USB Flash device, it can be written to like a standard harddrive. USB device will receive a specific drive letter which you can use to address it with the standard File I/O VI's. Be aware of a couple things,
There are a couple code sets on the community that I recommend,
Save to USB Flash Drive on cRIO
https://decibel.ni.com/content/docs/DOC-6103
Check USB Flash Drive Memory on cRIO
https://decibel.ni.com/content/docs/DOC-6104
Check if a USB stick is present on your cRIO
https://decibel.ni.com/content/docs/DOC-5825
I hope this helps. Let me know if there is anything else I can expand on for you.