08-05-2009 05:39 PM
I am using 9022 for the industrial machine control. How can I store some limited data for calibration constats and setup parameters so LV RT load these at power on? I think that preferred lace to store this data would be cRIO controller. I did some searching but nothing relevant yet.
Thanks
Arthur
08-06-2009 03:26 AM
You can store it in as file in a folder at the cRIO as if you would do it on a Windows computer. Then at the start of your application you read the parameters from the file and write it to the regarding Nodes/Objects.
Christian