Matt, You can also use a datalog file. LabVIEW can write and read clusters to a file, and as long as the cluster don't change you should be fine.
Basically your code would grab the value of each control, bundle it into a cluster and save that cluster to a file. For reading, you read your cluster from the file and get each individual value to drop it in the right control. I'm sure there are some shipping examples on this too. I hope this helps. Regards, Juan Carlos N.I.
