|
Re: Dashboard Saving Values
You cannot programmically 'set default value' on a front panel object, as this value is compiled into the code.
Instead you could implement a config file. When the dashboard first loads you can read the value stored and set the front panel object. And when you want to save it you just overwrite this value. LabVIEW's ini file pallette works well for this, under Programming --> File I/O --> Configuration File VIs,
__________________
Programming in LabVIEW? Try VI Snippets!
FIRST LEGO League 2004 - 2005
FRC Team 870 Student 2006 - 2009
FRC Team 3005 Mentor 2013 -
|