03-17-2010 02:18 PM
I'm looking for a very simple method of saving the values of a small set of front panel controls on my RT.vi
I don't think I can just save them to a binary file on the host or on the cRIO itself. I think I could use Shared Variables and pass the information back and forth from a VI running on the Host PC. But I'm looking for the simplest solution possible. Quick and dirty will do the job here.
03-17-2010 03:00 PM
Well, I think I came up with a quick and dirty method.
The problem I had before is that I wasn't sure of the file structure on the cRIO, and I was trying to put the file into a directory that didn't exist. Using FileZilla I was able to FTP into the cRIO and have a look around. Now it's working just fine.