There are many ways of doing this
You may convert all your data to strings and save as an ascii file (you have to pay attention to the file format, so you can read it properly.
Or you can use the configuration vi's, it may work in your case.
or you may use an invoke node to get all controls of the vi's, save it, then read it, without worrying about any format. I have attached a vi that uses this method.