VE_KVK Posted January 21, 2010 Report Share Posted January 21, 2010 Hi My Realtime application running in cRIO 9014 ( LV 8.2.1) creates multiple binary files based on the data logged via RS232 port. I want to monitor the memory status of cRIO 9014 (2GB) from within the application I'm running in it. Is it possible to erase older data programatically as the memory becomes full? Pl.help, Thanks Quote Link to comment
Christian_L Posted January 21, 2010 Report Share Posted January 21, 2010 My Realtime application running in cRIO 9014 ( LV 8.2.1) creates multiple binary files based on the data logged via RS232 port. I want to monitor the memory status of cRIO 9014 (2GB) from within the application I'm running in it. Is it possible to erase older data programatically as the memory becomes full? Use the standard File I/O functions in your LV RT VI to monitor the amount of free disk space on your cRIO controller and to delete any data files you no longer need. The specific functions you need are in the Advanced File Functions and are called Get Volume Info and Delete. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.