Re: Is it possible to set the current value as default while VI is running?

2004-05-12 Thread Ed Dickens
You can use the 'Make Current Values Default' invoke node, but as the name implies (note =93Values=94), it will set the current values to default for all controls on the front panel. There is no way to use this on just a single control. There are other problems when using this property. The VI tha

Re: Is it possible to set the current value as default while VI is running?

2004-05-11 Thread subbu
Thanks Ed" Here i want to add something. Rightnow i am doing the same thing what you said in your mail. I agree with your statement. But i am seeing some properties in property node which talks about make current value default. From this how will i do that? Is it possible to do with VI server?

Re: Is it possible to set the current value as default while VI is running?

2004-05-11 Thread Ed Dickens
You cannot set a controls default value wihle the VI is running. Doing this requires the VI to be recompiled, and that cannot be done while the VI is running. The easiest way to do what you want would be to read the controls value as the VI shuts down and write it to a config file. Then when the V

Is it possible to set the current value as default while VI is running?

2004-05-11 Thread subbu
I have one numeric control in frontpanel. I am dynamically changing the value of that control. Once if i quit the program and if i opened again what ever value i entered before quitting the VI, it should appear as a default value. Is it possible to set the current value as default while VI is