LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

deleter cluster setting

I deleted a couple of parameter settings ( pulse amplitude, offset) in the front panel, but those deleted settings still gets saved when 'Save Config' or any other config related buttons are clicked...
how can I delete them and minimize the impact to modify the VI....
Is it possible to add them(deleted settings) later (if necessary)? If so, how???
 
thanks in advance!
 
 
0 Kudos
Message 1 of 2
(2,181 Views)
jjlee,
 
I took a look at your code and I was unable to determine how you were saving your config settings because most of how that works in your program is contained in subvi's that I do not have.  I would also reccommend using event structures to handle clicks on front panel buttons instead of queueing up commands like you do.  This will make your code more readable.  If I was going to implement a VI that saved the settings on a VI's front panel I would pass that VI's reference into a subvi which programmatically determines which controls are on the front panel and then saves those values to a file.
 
I hope this helps,
Justin D.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,131 Views)