05-10-2010 02:10 AM
I'm looking for a way to save all properties for waveform chart in a "setup file".
So a user easy can reload the properties, in order to get the same well defined "chart view" again.
How can this be achieved easy, without the need to handle all properties "one by one" ?
05-10-2010 02:57 AM
You will still need to do all the changes of the properties in an initalization state of your VI. So setting all the properties.
But you cen use the configuration file VIs for creating a usefull txt file where users can change properties, simply use the Example Finder for examples on that.
Christian
05-10-2010 03:14 AM
Many thanks Christian:smileyhappy:.
Im familiar withy the need for init and the use of a configuration file.
My question is more with respect to my search, for a way to extract ALL properties from a chart in a easy way?.
The curves are not really required - only the setup.
Ulrik
05-10-2010 05:00 AM
Well, there is no reason why you would want to puplish all the properties to a user since there are some which are only readable, some which are not available in runtime and some which are for no interest, like the Class ID or Class Name.
Since ther is no property or method to get them all at once you will simply need to use proptery node where you select all the properties of interest.
Christian