LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB Flash memory

Solved!
Go to solution

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...

0 Kudos
Message 1 of 2
(3,063 Views)
Solution
Accepted by topic author Armen

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, 

 

  • The USB device must be formatted for a FAT or Reliance file system. The VxWorks operating system cannot enumerate NTFS. 

 

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.

 

Tim A.
0 Kudos
Message 2 of 2
(3,043 Views)