Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing file to internal storage

Hello,

I am working on a multi channel standalone data logger project based on SingleBoardRio. As much as i know, sbRIO9612 has 256MB NonVol. Memory. I want to write configuration file and data this memory, but couldn't find if I can - how I can. I saw many examples about writing a file to a host PC but not RT targets, is this possible?

Thanks in advance,

0 Kudos
Message 1 of 3
(3,494 Views)
You can write any data or files to the Flash Drive (NonVol. Memory) on the sbRIO controller using the standard LabVIEW file I/O functions in your LabVIEW RT VIs. The drive is listed as C, so specify your file names in the same manner as on Windows using C as the drive letter and any desired folders.
authored by
Christian L, CLA
Systems Engineering Manager - Automotive and Transportation
NI - Austin, TX


  
Message 2 of 3
(3,478 Views)

If 256MB is not enough, we also have the 9802 SD Card Module which provides up to 4GB nonvolatile storage. You will assign a drive letter like U: or V: when using this.

Rob K
Measurements Mechanical Engineer (C-Series, USB X-Series)
National Instruments
CompactRIO Developers Guide
CompactRIO Out of the Box Video
0 Kudos
Message 3 of 3
(3,451 Views)