LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I save/write data on the hard disc of the Real-Time System?

I would like to acquire huge size of data via LabView Real-Time System. Since data is so huge, I am now thinking that it might be good idea to write/save data on the hard disc of the Real-Time System first and then transfer the data file to a data processing PC using FTP etc. If you know how to save/write data on the hard disc of the Real-Time System (Ver. 7.1), please let me know. Thanks,
0 Kudos
Message 1 of 4
(2,726 Views)
Hi Walnut:

You can save a file in RT just as you do in other platforms.
Aitortxo.
Message 2 of 4
(2,715 Views)
Just to add to Aitortxo's good answer,
 
Since you have only one Drive ( C:\) on your RT, just keep monitering the availible disc space.
After every few set of file writes keep transferring Backups delete these files, so that you  keep C:\ drive space for running your applications.
 
Regards
 
 
 
Message 3 of 4
(2,701 Views)
Thanks, Aitortxo and devchander, I could save data! Walnut
0 Kudos
Message 4 of 4
(2,689 Views)