04-04-2009 11:40 AM
04-06-2009 03:40 AM - edited 04-06-2009 03:41 AM
It's possible to do what you are looking for. What have you implemented so far?
04-06-2009 08:52 AM
This example implements most of your requirements.
http://decibel.ni.com/content/docs/DOC-4134
The shared variables are hosted on the cRIO controller and since shared variables get stored in non-volitale memory, including their last value, you will get the behavior you are looking for.
In the initialization step in the HMI code, you will need to write the shared variable values to the local variables of your HMI controls, and then you will have the behavior you described (HMI takes on last values written to RT, not default values).
Kurt