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???
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.