ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cRIO Simple Parameter Recall

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.    

---------------------
Patrick Allen: FunctionalityUnlimited.ca
0 Kudos
Message 1 of 2
(2,468 Views)

Well, I think I came up with a quick and dirty method.

 

 

Quick and dirty save.png

 

 

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. 

---------------------
Patrick Allen: FunctionalityUnlimited.ca
Message 2 of 2
(2,464 Views)