LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to write and read internal non volatile memory available in sbRIO 9605


Hi , i am using sbrio 9605 . I need to do some data storing into internal nonvolatile memory of sbrio. How can i perform this?

0 Kudos
Message 1 of 6
(4,400 Views)
Assume it to be 'C' disk and perform the read/write using LabVIEW

Once you write any file you can FTP it from the host pc to view it.

If w.x.y.z is the IP address of your RT target,

To access the hard drive or internal compact flash, open Internet Explorer and type the following in the address field
ftp://w.x.y.z/

http://www.ni.com/white-paper/3365/en/

0 Kudos
Message 2 of 6
(4,382 Views)

Hi Yuvarajoo,

 

well, don't speak of "nonvolatile memory", but rather of "flash memory drive"...

 

Use standard file functions to read and write files to internal flash drive, usually available at drive letter "C"...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 6
(4,375 Views)

Thank you all for your help. Will try it and post if there is any problem.

0 Kudos
Message 4 of 6
(4,358 Views)

Hi 

 

I have 2d array of hex in my RT, i want to write this 2d array into file.This file should be created in nonvolatile memory(512 Mb) of Sb rio also this file data i want to send FPGA side.can you please tell me how i can do this.

 

plz reply..

 

 

0 Kudos
Message 5 of 6
(4,145 Views)

Hi asdsd,

 

did you read my answer in message #3? This already solves your first question!

 

"Sending" data to the FPGA can be done in several ways using property nodes or FIFOs. See the help and the example VIs for more explanations!

 

plz reply

What's the point in this remark? Do you expect nobody is answering in this forum so you need to beg for answers?

And you still don't follow the advices given here!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(4,142 Views)